hylid-bridge 3.2.6 → 3.3.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +484 -461
- package/canIUse.json +1 -1
- package/lib/bridges.d.ts +164 -11
- package/lib/bridges.js +781 -475
- package/lib/clients/mp/alipay/addPhoneContact.js +1 -1
- package/lib/clients/mp/alipay/alert.js +1 -1
- package/lib/clients/mp/alipay/canIUse.js +1 -1
- package/lib/clients/mp/alipay/chooseImage.js +1 -1
- package/lib/clients/mp/alipay/choosePhoneContact.js +1 -1
- package/lib/clients/mp/alipay/clearStorage.js +1 -1
- package/lib/clients/mp/alipay/clearStorageSync.js +1 -1
- package/lib/clients/mp/alipay/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipay/closeSocket.js +1 -1
- package/lib/clients/mp/alipay/confirm.js +1 -1
- package/lib/clients/mp/alipay/connectBLEDevice.js +1 -1
- package/lib/clients/mp/alipay/connectSocket.js +1 -1
- package/lib/clients/mp/alipay/createAnimation.js +1 -1
- package/lib/clients/mp/alipay/createSelectorQuery.js +1 -1
- package/lib/clients/mp/alipay/createWebViewContext.js +1 -1
- package/lib/clients/mp/alipay/crossPay.js +1 -1
- package/lib/clients/mp/alipay/datePicker.js +1 -1
- package/lib/clients/mp/alipay/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/alipay/downloadFile.js +1 -1
- package/lib/clients/mp/alipay/getAppIdSync.js +1 -1
- package/lib/clients/mp/alipay/getAuthCode.js +1 -1
- package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/alipay/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/alipay/getBatteryInfo.js +1 -1
- package/lib/clients/mp/alipay/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/alipay/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipay/getClipboard.js +1 -1
- package/lib/clients/mp/alipay/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipay/getFileInfo.js +1 -1
- package/lib/clients/mp/alipay/getImageInfo.js +1 -1
- package/lib/clients/mp/alipay/getLaunchOptionsSync.js +1 -1
- package/lib/clients/mp/alipay/getLocation.js +1 -1
- package/lib/clients/mp/alipay/getNetworkType.js +1 -1
- package/lib/clients/mp/alipay/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/alipay/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/alipay/getSavedFileList.js +1 -1
- package/lib/clients/mp/alipay/getScreenBrightness.js +1 -1
- package/lib/clients/mp/alipay/getServerTime.js +1 -1
- package/lib/clients/mp/alipay/getSetting.js +1 -1
- package/lib/clients/mp/alipay/getSiteInfo.js +1 -1
- package/lib/clients/mp/alipay/getStorage.js +1 -1
- package/lib/clients/mp/alipay/getStorageInfoSync.js +1 -1
- package/lib/clients/mp/alipay/getStorageSync.js +1 -1
- package/lib/clients/mp/alipay/getSystemInfo.js +1 -1
- package/lib/clients/mp/alipay/getSystemInfoSync.js +2 -1
- package/lib/clients/mp/alipay/hideBackHome.js +1 -1
- package/lib/clients/mp/alipay/hideKeyboard.js +1 -1
- package/lib/clients/mp/alipay/hideLoading.js +1 -1
- package/lib/clients/mp/alipay/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipay/hideTabBar.js +1 -1
- package/lib/clients/mp/alipay/hideToast.js +1 -1
- package/lib/clients/mp/alipay/index.d.ts +11 -3
- package/lib/clients/mp/alipay/index.js +128 -126
- package/lib/clients/mp/alipay/makePhoneCall.js +1 -1
- package/lib/clients/mp/alipay/multiLevelSelect.js +1 -1
- package/lib/clients/mp/alipay/navigateBack.js +1 -1
- package/lib/clients/mp/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/alipay/navigateTo.js +1 -1
- package/lib/clients/mp/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipay/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipay/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipay/offCompassChange.js +1 -1
- package/lib/clients/mp/alipay/offMemoryWarning.js +1 -1
- package/lib/clients/mp/alipay/offSocketClose.js +1 -1
- package/lib/clients/mp/alipay/offSocketError.js +1 -1
- package/lib/clients/mp/alipay/offSocketMessage.js +1 -1
- package/lib/clients/mp/alipay/offSocketOpen.js +1 -1
- package/lib/clients/mp/alipay/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipay/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipay/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipay/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipay/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipay/onCompassChange.js +1 -1
- package/lib/clients/mp/alipay/onMemoryWarning.js +1 -1
- package/lib/clients/mp/alipay/onSocketClose.js +1 -1
- package/lib/clients/mp/alipay/onSocketError.js +1 -1
- package/lib/clients/mp/alipay/onSocketMessage.js +1 -1
- package/lib/clients/mp/alipay/onSocketOpen.js +1 -1
- package/lib/clients/mp/alipay/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipay/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipay/openDocument.js +1 -1
- package/lib/clients/mp/alipay/openSetting.js +1 -1
- package/lib/clients/mp/alipay/pageScrollTo.js +1 -1
- package/lib/clients/mp/alipay/previewImage.js +1 -1
- package/lib/clients/mp/alipay/prompt.js +1 -1
- package/lib/clients/mp/alipay/reLaunch.js +1 -1
- package/lib/clients/mp/alipay/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipay/redirectTo.js +1 -1
- package/lib/clients/mp/alipay/removeSavedFile.js +1 -1
- package/lib/clients/mp/alipay/removeStorage.js +1 -1
- package/lib/clients/mp/alipay/removeStorageSync.js +1 -1
- package/lib/clients/mp/alipay/request.js +1 -1
- package/lib/clients/mp/alipay/rpc.js +1 -1
- package/lib/clients/mp/alipay/saveFile.js +1 -1
- package/lib/clients/mp/alipay/saveImage.js +1 -1
- package/lib/clients/mp/alipay/scan.js +1 -1
- package/lib/clients/mp/alipay/sendSocketMessage.js +1 -1
- package/lib/clients/mp/alipay/setBackgroundColor.js +1 -1
- package/lib/clients/mp/alipay/setCanPullDown.js +1 -1
- package/lib/clients/mp/alipay/setClipboard.js +1 -1
- package/lib/clients/mp/alipay/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/alipay/setNavigationBar.js +1 -1
- package/lib/clients/mp/alipay/setScreenBrightness.js +1 -1
- package/lib/clients/mp/alipay/setStorage.js +1 -1
- package/lib/clients/mp/alipay/setStorageSync.js +1 -1
- package/lib/clients/mp/alipay/setTabBarStyle.js +1 -1
- package/lib/clients/mp/alipay/showActionSheet.js +1 -1
- package/lib/clients/mp/alipay/showAuthGuide.js +1 -1
- package/lib/clients/mp/alipay/showLoading.js +1 -1
- package/lib/clients/mp/alipay/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipay/showSharePanel.js +1 -1
- package/lib/clients/mp/alipay/showToast.js +1 -1
- package/lib/clients/mp/alipay/signContract.js +1 -1
- package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipay/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipay/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipay/switchTab.js +1 -1
- package/lib/clients/mp/alipay/tradePay.d.ts +2 -3
- package/lib/clients/mp/alipay/tradePay.js +3 -20
- package/lib/clients/mp/alipay/uploadFile.js +1 -1
- package/lib/clients/mp/alipay/vibrate.js +1 -1
- package/lib/clients/mp/alipay/watchShake.js +1 -1
- package/lib/clients/mp/alipay/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipayhk/addPhoneContact.js +1 -1
- package/lib/clients/mp/alipayhk/alert.js +1 -1
- package/lib/clients/mp/alipayhk/canIUse.js +1 -1
- package/lib/clients/mp/alipayhk/chooseImage.js +1 -1
- package/lib/clients/mp/alipayhk/choosePhoneContact.js +1 -1
- package/lib/clients/mp/alipayhk/clearStorage.js +1 -1
- package/lib/clients/mp/alipayhk/clearStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipayhk/closeSocket.js +1 -1
- package/lib/clients/mp/alipayhk/confirm.js +1 -1
- package/lib/clients/mp/alipayhk/connectBLEDevice.js +1 -1
- package/lib/clients/mp/alipayhk/connectSocket.js +1 -1
- package/lib/clients/mp/alipayhk/createAnimation.js +1 -1
- package/lib/clients/mp/alipayhk/createSelectorQuery.js +1 -1
- package/lib/clients/mp/alipayhk/createWebViewContext.js +1 -1
- package/lib/clients/mp/alipayhk/datePicker.js +1 -1
- package/lib/clients/mp/alipayhk/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/alipayhk/downloadFile.js +1 -1
- package/lib/clients/mp/alipayhk/getAppIdSync.js +1 -1
- package/lib/clients/mp/alipayhk/getAuthCode.js +1 -1
- package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/alipayhk/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/alipayhk/getBatteryInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/alipayhk/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipayhk/getClipboard.js +1 -1
- package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/alipayhk/getFileInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getImageInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getLocation.js +1 -1
- package/lib/clients/mp/alipayhk/getNetworkType.js +1 -1
- package/lib/clients/mp/alipayhk/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getSavedFileList.js +1 -1
- package/lib/clients/mp/alipayhk/getScreenBrightness.js +1 -1
- package/lib/clients/mp/alipayhk/getServerTime.js +1 -1
- package/lib/clients/mp/alipayhk/getSetting.js +1 -1
- package/lib/clients/mp/alipayhk/getSiteInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getStorage.js +1 -1
- package/lib/clients/mp/alipayhk/getStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/getSystemInfo.js +1 -1
- package/lib/clients/mp/alipayhk/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/alipayhk/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/alipayhk/hideBackHome.js +1 -1
- package/lib/clients/mp/alipayhk/hideKeyboard.js +1 -1
- package/lib/clients/mp/alipayhk/hideLoading.js +1 -1
- package/lib/clients/mp/alipayhk/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipayhk/hideTabBar.js +1 -1
- package/lib/clients/mp/alipayhk/hideToast.js +1 -1
- package/lib/clients/mp/alipayhk/index.d.ts +7 -2
- package/lib/clients/mp/alipayhk/index.js +124 -122
- package/lib/clients/mp/alipayhk/makePhoneCall.js +1 -1
- package/lib/clients/mp/alipayhk/multiLevelSelect.js +1 -1
- package/lib/clients/mp/alipayhk/navigateBack.js +1 -1
- package/lib/clients/mp/alipayhk/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/alipayhk/navigateTo.js +1 -1
- package/lib/clients/mp/alipayhk/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipayhk/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipayhk/offCompassChange.js +1 -1
- package/lib/clients/mp/alipayhk/offMemoryWarning.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketClose.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketError.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketMessage.js +1 -1
- package/lib/clients/mp/alipayhk/offSocketOpen.js +1 -1
- package/lib/clients/mp/alipayhk/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipayhk/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/alipayhk/onCompassChange.js +1 -1
- package/lib/clients/mp/alipayhk/onMemoryWarning.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketClose.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketError.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketMessage.js +1 -1
- package/lib/clients/mp/alipayhk/onSocketOpen.js +1 -1
- package/lib/clients/mp/alipayhk/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/alipayhk/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/alipayhk/openDocument.js +1 -1
- package/lib/clients/mp/alipayhk/openSetting.js +1 -1
- package/lib/clients/mp/alipayhk/pageScrollTo.js +1 -1
- package/lib/clients/mp/alipayhk/previewImage.js +1 -1
- package/lib/clients/mp/alipayhk/prompt.js +1 -1
- package/lib/clients/mp/alipayhk/reLaunch.js +1 -1
- package/lib/clients/mp/alipayhk/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/alipayhk/redirectTo.js +1 -1
- package/lib/clients/mp/alipayhk/removeSavedFile.js +1 -1
- package/lib/clients/mp/alipayhk/removeStorage.js +1 -1
- package/lib/clients/mp/alipayhk/removeStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/request.js +1 -1
- package/lib/clients/mp/alipayhk/saveFile.js +1 -1
- package/lib/clients/mp/alipayhk/saveImage.js +1 -1
- package/lib/clients/mp/alipayhk/scan.js +1 -1
- package/lib/clients/mp/alipayhk/sendSocketMessage.js +1 -1
- package/lib/clients/mp/alipayhk/setBackgroundColor.js +1 -1
- package/lib/clients/mp/alipayhk/setCanPullDown.js +1 -1
- package/lib/clients/mp/alipayhk/setClipboard.js +1 -1
- package/lib/clients/mp/alipayhk/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/alipayhk/setNavigationBar.js +1 -1
- package/lib/clients/mp/alipayhk/setScreenBrightness.js +1 -1
- package/lib/clients/mp/alipayhk/setStorage.js +1 -1
- package/lib/clients/mp/alipayhk/setStorageSync.js +1 -1
- package/lib/clients/mp/alipayhk/setTabBarStyle.js +1 -1
- package/lib/clients/mp/alipayhk/showActionSheet.js +1 -1
- package/lib/clients/mp/alipayhk/showAuthGuide.js +1 -1
- package/lib/clients/mp/alipayhk/showLoading.js +1 -1
- package/lib/clients/mp/alipayhk/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/alipayhk/showSharePanel.js +1 -1
- package/lib/clients/mp/alipayhk/showToast.js +1 -1
- package/lib/clients/mp/alipayhk/signContract.js +1 -1
- package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipayhk/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/alipayhk/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/alipayhk/switchTab.js +1 -1
- package/lib/clients/mp/alipayhk/tradePay.js +1 -1
- package/lib/clients/mp/alipayhk/uploadFile.js +1 -1
- package/lib/clients/mp/alipayhk/vibrate.js +1 -1
- package/lib/clients/mp/alipayhk/watchShake.js +1 -1
- package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/chope/addPhoneContact.js +1 -1
- package/lib/clients/mp/chope/alert.js +1 -1
- package/lib/clients/mp/chope/canIUse.js +1 -1
- package/lib/clients/mp/chope/chooseImage.js +1 -1
- package/lib/clients/mp/chope/choosePhoneContact.js +1 -1
- package/lib/clients/mp/chope/clearStorage.js +1 -1
- package/lib/clients/mp/chope/clearStorageSync.js +1 -1
- package/lib/clients/mp/chope/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/chope/closeSocket.js +1 -1
- package/lib/clients/mp/chope/confirm.js +1 -1
- package/lib/clients/mp/chope/connectBLEDevice.js +1 -1
- package/lib/clients/mp/chope/connectSocket.js +1 -1
- package/lib/clients/mp/chope/createAnimation.js +1 -1
- package/lib/clients/mp/chope/createSelectorQuery.js +1 -1
- package/lib/clients/mp/chope/createWebViewContext.js +1 -1
- package/lib/clients/mp/chope/datePicker.js +1 -1
- package/lib/clients/mp/chope/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/chope/downloadFile.js +1 -1
- package/lib/clients/mp/chope/getAppIdSync.js +1 -1
- package/lib/clients/mp/chope/getAuthCode.js +1 -1
- package/lib/clients/mp/chope/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/chope/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/chope/getBatteryInfo.js +1 -1
- package/lib/clients/mp/chope/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/chope/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/chope/getClipboard.js +1 -1
- package/lib/clients/mp/chope/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/chope/getFileInfo.js +1 -1
- package/lib/clients/mp/chope/getImageInfo.js +1 -1
- package/lib/clients/mp/chope/getLocation.js +1 -1
- package/lib/clients/mp/chope/getNetworkType.js +1 -1
- package/lib/clients/mp/chope/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/chope/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/chope/getSavedFileList.js +1 -1
- package/lib/clients/mp/chope/getScreenBrightness.js +1 -1
- package/lib/clients/mp/chope/getServerTime.js +1 -1
- package/lib/clients/mp/chope/getSetting.js +1 -1
- package/lib/clients/mp/chope/getSiteInfo.js +1 -1
- package/lib/clients/mp/chope/getStorage.js +1 -1
- package/lib/clients/mp/chope/getStorageSync.js +1 -1
- package/lib/clients/mp/chope/getSystemInfo.js +1 -1
- package/lib/clients/mp/chope/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/chope/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/chope/hideBackHome.js +1 -1
- package/lib/clients/mp/chope/hideKeyboard.js +1 -1
- package/lib/clients/mp/chope/hideLoading.js +1 -1
- package/lib/clients/mp/chope/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/chope/hideTabBar.js +1 -1
- package/lib/clients/mp/chope/hideToast.js +1 -1
- package/lib/clients/mp/chope/index.d.ts +7 -2
- package/lib/clients/mp/chope/index.js +124 -122
- package/lib/clients/mp/chope/makePhoneCall.js +1 -1
- package/lib/clients/mp/chope/multiLevelSelect.js +1 -1
- package/lib/clients/mp/chope/navigateBack.js +1 -1
- package/lib/clients/mp/chope/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/chope/navigateTo.js +1 -1
- package/lib/clients/mp/chope/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/chope/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/chope/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/chope/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/chope/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/chope/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/chope/offCompassChange.js +1 -1
- package/lib/clients/mp/chope/offMemoryWarning.js +1 -1
- package/lib/clients/mp/chope/offSocketClose.js +1 -1
- package/lib/clients/mp/chope/offSocketError.js +1 -1
- package/lib/clients/mp/chope/offSocketMessage.js +1 -1
- package/lib/clients/mp/chope/offSocketOpen.js +1 -1
- package/lib/clients/mp/chope/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/chope/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/chope/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/chope/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/chope/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/chope/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/chope/onCompassChange.js +1 -1
- package/lib/clients/mp/chope/onMemoryWarning.js +1 -1
- package/lib/clients/mp/chope/onSocketClose.js +1 -1
- package/lib/clients/mp/chope/onSocketError.js +1 -1
- package/lib/clients/mp/chope/onSocketMessage.js +1 -1
- package/lib/clients/mp/chope/onSocketOpen.js +1 -1
- package/lib/clients/mp/chope/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/chope/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/chope/openDocument.js +1 -1
- package/lib/clients/mp/chope/openSetting.js +1 -1
- package/lib/clients/mp/chope/pageScrollTo.js +1 -1
- package/lib/clients/mp/chope/previewImage.js +1 -1
- package/lib/clients/mp/chope/prompt.js +1 -1
- package/lib/clients/mp/chope/reLaunch.js +1 -1
- package/lib/clients/mp/chope/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/chope/redirectTo.js +1 -1
- package/lib/clients/mp/chope/removeSavedFile.js +1 -1
- package/lib/clients/mp/chope/removeStorage.js +1 -1
- package/lib/clients/mp/chope/removeStorageSync.js +1 -1
- package/lib/clients/mp/chope/request.js +1 -1
- package/lib/clients/mp/chope/saveFile.js +1 -1
- package/lib/clients/mp/chope/saveImage.js +1 -1
- package/lib/clients/mp/chope/scan.js +1 -1
- package/lib/clients/mp/chope/sendSocketMessage.js +1 -1
- package/lib/clients/mp/chope/setBackgroundColor.js +1 -1
- package/lib/clients/mp/chope/setCanPullDown.js +1 -1
- package/lib/clients/mp/chope/setClipboard.js +1 -1
- package/lib/clients/mp/chope/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/chope/setNavigationBar.js +1 -1
- package/lib/clients/mp/chope/setScreenBrightness.js +1 -1
- package/lib/clients/mp/chope/setStorage.js +1 -1
- package/lib/clients/mp/chope/setStorageSync.js +1 -1
- package/lib/clients/mp/chope/setTabBarStyle.js +1 -1
- package/lib/clients/mp/chope/showActionSheet.js +1 -1
- package/lib/clients/mp/chope/showAuthGuide.js +1 -1
- package/lib/clients/mp/chope/showLoading.js +1 -1
- package/lib/clients/mp/chope/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/chope/showSharePanel.js +1 -1
- package/lib/clients/mp/chope/showToast.js +1 -1
- package/lib/clients/mp/chope/signContract.js +1 -1
- package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/chope/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/chope/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/chope/switchTab.js +1 -1
- package/lib/clients/mp/chope/tradePay.js +1 -1
- package/lib/clients/mp/chope/uploadFile.js +1 -1
- package/lib/clients/mp/chope/vibrate.js +1 -1
- package/lib/clients/mp/chope/watchShake.js +1 -1
- package/lib/clients/mp/chope/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/dana/addPhoneContact.js +1 -1
- package/lib/clients/mp/dana/alert.js +1 -1
- package/lib/clients/mp/dana/canIUse.js +1 -1
- package/lib/clients/mp/dana/chooseImage.js +1 -1
- package/lib/clients/mp/dana/choosePhoneContact.js +1 -1
- package/lib/clients/mp/dana/clearStorage.js +1 -1
- package/lib/clients/mp/dana/clearStorageSync.js +1 -1
- package/lib/clients/mp/dana/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/dana/closeSocket.js +1 -1
- package/lib/clients/mp/dana/confirm.js +1 -1
- package/lib/clients/mp/dana/connectBLEDevice.js +1 -1
- package/lib/clients/mp/dana/connectSocket.js +1 -1
- package/lib/clients/mp/dana/createAnimation.js +1 -1
- package/lib/clients/mp/dana/createSelectorQuery.js +1 -1
- package/lib/clients/mp/dana/createWebViewContext.js +1 -1
- package/lib/clients/mp/dana/datePicker.js +1 -1
- package/lib/clients/mp/dana/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/dana/downloadFile.js +1 -1
- package/lib/clients/mp/dana/getAppIdSync.js +1 -1
- package/lib/clients/mp/dana/getAuthCode.js +1 -1
- package/lib/clients/mp/dana/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/dana/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/dana/getBatteryInfo.js +1 -1
- package/lib/clients/mp/dana/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/dana/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/dana/getClipboard.js +1 -1
- package/lib/clients/mp/dana/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/dana/getFileInfo.js +1 -1
- package/lib/clients/mp/dana/getImageInfo.js +1 -1
- package/lib/clients/mp/dana/getLocation.js +1 -1
- package/lib/clients/mp/dana/getNetworkType.js +1 -1
- package/lib/clients/mp/dana/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/dana/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/dana/getSavedFileList.js +1 -1
- package/lib/clients/mp/dana/getScreenBrightness.js +1 -1
- package/lib/clients/mp/dana/getServerTime.js +1 -1
- package/lib/clients/mp/dana/getSetting.js +1 -1
- package/lib/clients/mp/dana/getSiteInfo.js +1 -1
- package/lib/clients/mp/dana/getStorage.js +1 -1
- package/lib/clients/mp/dana/getStorageSync.js +1 -1
- package/lib/clients/mp/dana/getSystemInfo.js +1 -1
- package/lib/clients/mp/dana/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/dana/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/dana/hideBackHome.js +1 -1
- package/lib/clients/mp/dana/hideKeyboard.js +1 -1
- package/lib/clients/mp/dana/hideLoading.js +1 -1
- package/lib/clients/mp/dana/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/dana/hideTabBar.js +1 -1
- package/lib/clients/mp/dana/hideToast.js +1 -1
- package/lib/clients/mp/dana/index.d.ts +7 -2
- package/lib/clients/mp/dana/index.js +124 -122
- package/lib/clients/mp/dana/makePhoneCall.js +1 -1
- package/lib/clients/mp/dana/multiLevelSelect.js +1 -1
- package/lib/clients/mp/dana/navigateBack.js +1 -1
- package/lib/clients/mp/dana/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/dana/navigateTo.js +1 -1
- package/lib/clients/mp/dana/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/dana/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/dana/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/dana/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/dana/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/dana/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/dana/offCompassChange.js +1 -1
- package/lib/clients/mp/dana/offMemoryWarning.js +1 -1
- package/lib/clients/mp/dana/offSocketClose.js +1 -1
- package/lib/clients/mp/dana/offSocketError.js +1 -1
- package/lib/clients/mp/dana/offSocketMessage.js +1 -1
- package/lib/clients/mp/dana/offSocketOpen.js +1 -1
- package/lib/clients/mp/dana/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/dana/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/dana/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/dana/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/dana/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/dana/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/dana/onCompassChange.js +1 -1
- package/lib/clients/mp/dana/onMemoryWarning.js +1 -1
- package/lib/clients/mp/dana/onSocketClose.js +1 -1
- package/lib/clients/mp/dana/onSocketError.js +1 -1
- package/lib/clients/mp/dana/onSocketMessage.js +1 -1
- package/lib/clients/mp/dana/onSocketOpen.js +1 -1
- package/lib/clients/mp/dana/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/dana/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/dana/openDocument.js +1 -1
- package/lib/clients/mp/dana/openSetting.js +1 -1
- package/lib/clients/mp/dana/pageScrollTo.js +1 -1
- package/lib/clients/mp/dana/previewImage.js +1 -1
- package/lib/clients/mp/dana/prompt.js +1 -1
- package/lib/clients/mp/dana/reLaunch.js +1 -1
- package/lib/clients/mp/dana/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/dana/redirectTo.js +1 -1
- package/lib/clients/mp/dana/removeSavedFile.js +1 -1
- package/lib/clients/mp/dana/removeStorage.js +1 -1
- package/lib/clients/mp/dana/removeStorageSync.js +1 -1
- package/lib/clients/mp/dana/request.js +1 -1
- package/lib/clients/mp/dana/saveFile.js +1 -1
- package/lib/clients/mp/dana/saveImage.js +1 -1
- package/lib/clients/mp/dana/scan.js +1 -1
- package/lib/clients/mp/dana/sendSocketMessage.js +1 -1
- package/lib/clients/mp/dana/setBackgroundColor.js +1 -1
- package/lib/clients/mp/dana/setCanPullDown.js +1 -1
- package/lib/clients/mp/dana/setClipboard.js +1 -1
- package/lib/clients/mp/dana/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/dana/setNavigationBar.js +1 -1
- package/lib/clients/mp/dana/setScreenBrightness.js +1 -1
- package/lib/clients/mp/dana/setStorage.js +1 -1
- package/lib/clients/mp/dana/setStorageSync.js +1 -1
- package/lib/clients/mp/dana/setTabBarStyle.js +1 -1
- package/lib/clients/mp/dana/showActionSheet.js +1 -1
- package/lib/clients/mp/dana/showAuthGuide.js +1 -1
- package/lib/clients/mp/dana/showLoading.js +1 -1
- package/lib/clients/mp/dana/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/dana/showSharePanel.js +1 -1
- package/lib/clients/mp/dana/showToast.js +1 -1
- package/lib/clients/mp/dana/signContract.js +1 -1
- package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/dana/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/dana/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/dana/switchTab.js +1 -1
- package/lib/clients/mp/dana/tradePay.js +1 -1
- package/lib/clients/mp/dana/uploadFile.js +1 -1
- package/lib/clients/mp/dana/vibrate.js +1 -1
- package/lib/clients/mp/dana/watchShake.js +1 -1
- package/lib/clients/mp/dana/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/demo/APRegionRPC.js +1 -1
- package/lib/clients/mp/demo/addFatigueAction.js +1 -1
- package/lib/clients/mp/demo/addPhoneContact.js +1 -1
- package/lib/clients/mp/demo/alert.js +1 -1
- package/lib/clients/mp/demo/apDisableJSAPI.js +1 -1
- package/lib/clients/mp/demo/appxrpc.js +1 -1
- package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/mp/demo/canIUse.js +1 -1
- package/lib/clients/mp/demo/chooseImage.js +1 -1
- package/lib/clients/mp/demo/choosePhoneContact.js +1 -1
- package/lib/clients/mp/demo/clearStorage.js +1 -1
- package/lib/clients/mp/demo/clearStorageSync.js +1 -1
- package/lib/clients/mp/demo/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/demo/closeSocket.js +1 -1
- package/lib/clients/mp/demo/confirm.js +1 -1
- package/lib/clients/mp/demo/connectBLEDevice.js +1 -1
- package/lib/clients/mp/demo/connectSocket.js +1 -1
- package/lib/clients/mp/demo/createAnimation.js +1 -1
- package/lib/clients/mp/demo/createSelectorQuery.js +1 -1
- package/lib/clients/mp/demo/createWebViewContext.js +1 -1
- package/lib/clients/mp/demo/datePicker.js +1 -1
- package/lib/clients/mp/demo/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/demo/downloadFile.js +1 -1
- package/lib/clients/mp/demo/exitApp.js +1 -1
- package/lib/clients/mp/demo/getAppIdSync.js +1 -1
- package/lib/clients/mp/demo/getAppToken.js +1 -1
- package/lib/clients/mp/demo/getAuthCode.js +1 -1
- package/lib/clients/mp/demo/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/demo/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/demo/getBatteryInfo.js +1 -1
- package/lib/clients/mp/demo/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/demo/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/demo/getClipboard.js +1 -1
- package/lib/clients/mp/demo/getComponentAuth.js +1 -1
- package/lib/clients/mp/demo/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/demo/getFileInfo.js +1 -1
- package/lib/clients/mp/demo/getImageInfo.js +1 -1
- package/lib/clients/mp/demo/getLocation.js +1 -1
- package/lib/clients/mp/demo/getNetworkType.js +1 -1
- package/lib/clients/mp/demo/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/demo/getPaymentCode.js +1 -1
- package/lib/clients/mp/demo/getPhoneNumber.js +1 -1
- package/lib/clients/mp/demo/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/demo/getSavedFileList.js +1 -1
- package/lib/clients/mp/demo/getScreenBrightness.js +1 -1
- package/lib/clients/mp/demo/getServerTime.js +1 -1
- package/lib/clients/mp/demo/getSetting.js +1 -1
- package/lib/clients/mp/demo/getSiteInfo.js +1 -1
- package/lib/clients/mp/demo/getStorage.js +1 -1
- package/lib/clients/mp/demo/getStorageInfo.js +1 -1
- package/lib/clients/mp/demo/getStorageInfoSync.js +1 -1
- package/lib/clients/mp/demo/getStorageSync.js +1 -1
- package/lib/clients/mp/demo/getSystemInfo.js +1 -1
- package/lib/clients/mp/demo/getSystemInfoSync.js +1 -1
- package/lib/clients/mp/demo/hideBackHome.js +1 -1
- package/lib/clients/mp/demo/hideKeyboard.js +1 -1
- package/lib/clients/mp/demo/hideLoading.js +1 -1
- package/lib/clients/mp/demo/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/demo/hideOptionButton.js +1 -1
- package/lib/clients/mp/demo/hideTabBar.js +1 -1
- package/lib/clients/mp/demo/hideToast.js +1 -1
- package/lib/clients/mp/demo/index.d.ts +8 -2
- package/lib/clients/mp/demo/index.js +148 -148
- package/lib/clients/mp/demo/inquireQuote.js +1 -1
- package/lib/clients/mp/demo/isInstalledApp.js +1 -1
- package/lib/clients/mp/demo/makePhoneCall.js +1 -1
- package/lib/clients/mp/demo/multiLevelSelect.js +1 -1
- package/lib/clients/mp/demo/navigateBack.js +1 -1
- package/lib/clients/mp/demo/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/demo/navigateTo.js +1 -1
- package/lib/clients/mp/demo/navigateToBizScene.js +1 -1
- package/lib/clients/mp/demo/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/demo/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/demo/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/demo/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/demo/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/demo/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/demo/offCompassChange.js +1 -1
- package/lib/clients/mp/demo/offMemoryWarning.js +1 -1
- package/lib/clients/mp/demo/offSocketClose.js +1 -1
- package/lib/clients/mp/demo/offSocketError.js +1 -1
- package/lib/clients/mp/demo/offSocketMessage.js +1 -1
- package/lib/clients/mp/demo/offSocketOpen.js +1 -1
- package/lib/clients/mp/demo/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/demo/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/demo/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/demo/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/demo/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/demo/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/demo/onCompassChange.js +1 -1
- package/lib/clients/mp/demo/onMemoryWarning.js +1 -1
- package/lib/clients/mp/demo/onSocketClose.js +1 -1
- package/lib/clients/mp/demo/onSocketError.js +1 -1
- package/lib/clients/mp/demo/onSocketMessage.js +1 -1
- package/lib/clients/mp/demo/onSocketOpen.js +1 -1
- package/lib/clients/mp/demo/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/demo/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/demo/openDocument.js +1 -1
- package/lib/clients/mp/demo/openSchemeWithBacking.js +1 -1
- package/lib/clients/mp/demo/openSetting.js +1 -1
- package/lib/clients/mp/demo/pageScrollTo.js +1 -1
- package/lib/clients/mp/demo/paySignCenter.js +1 -1
- package/lib/clients/mp/demo/previewImage.js +1 -1
- package/lib/clients/mp/demo/prompt.js +1 -1
- package/lib/clients/mp/demo/reLaunch.js +1 -1
- package/lib/clients/mp/demo/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/demo/redirectTo.js +1 -1
- package/lib/clients/mp/demo/regionFetchAllApps.js +1 -1
- package/lib/clients/mp/demo/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/mp/demo/removeSavedFile.js +1 -1
- package/lib/clients/mp/demo/removeStorage.js +1 -1
- package/lib/clients/mp/demo/removeStorageSync.js +1 -1
- package/lib/clients/mp/demo/request.js +1 -1
- package/lib/clients/mp/demo/rpc.js +1 -1
- package/lib/clients/mp/demo/saveFile.js +1 -1
- package/lib/clients/mp/demo/saveImage.js +1 -1
- package/lib/clients/mp/demo/scan.js +1 -1
- package/lib/clients/mp/demo/sendSocketMessage.js +1 -1
- package/lib/clients/mp/demo/setBackgroundColor.js +1 -1
- package/lib/clients/mp/demo/setCanPullDown.js +1 -1
- package/lib/clients/mp/demo/setClipboard.js +1 -1
- package/lib/clients/mp/demo/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/demo/setNavigationBar.js +1 -1
- package/lib/clients/mp/demo/setOptionMenu.js +1 -1
- package/lib/clients/mp/demo/setScreenBrightness.js +1 -1
- package/lib/clients/mp/demo/setStorage.js +1 -1
- package/lib/clients/mp/demo/setStorageSync.js +1 -1
- package/lib/clients/mp/demo/setTabBarStyle.js +1 -1
- package/lib/clients/mp/demo/showActionSheet.js +1 -1
- package/lib/clients/mp/demo/showAuthGuide.js +1 -1
- package/lib/clients/mp/demo/showLoading.js +1 -1
- package/lib/clients/mp/demo/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/demo/showSharePanel.js +1 -1
- package/lib/clients/mp/demo/showToast.js +1 -1
- package/lib/clients/mp/demo/signContract.js +1 -1
- package/lib/clients/mp/demo/startApp.js +1 -1
- package/lib/clients/mp/demo/startBizService.js +1 -1
- package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/demo/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/demo/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/demo/switchTab.js +1 -1
- package/lib/clients/mp/demo/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/mp/demo/tradePay.js +1 -1
- package/lib/clients/mp/demo/uploadApdidToken.js +1 -1
- package/lib/clients/mp/demo/uploadFile.js +1 -1
- package/lib/clients/mp/demo/vibrate.js +1 -1
- package/lib/clients/mp/demo/watchShake.js +1 -1
- package/lib/clients/mp/demo/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/gcash/addPhoneContact.js +1 -1
- package/lib/clients/mp/gcash/alert.js +1 -1
- package/lib/clients/mp/gcash/canIUse.js +1 -1
- package/lib/clients/mp/gcash/chooseImage.js +1 -1
- package/lib/clients/mp/gcash/choosePhoneContact.js +1 -1
- package/lib/clients/mp/gcash/clearStorage.js +1 -1
- package/lib/clients/mp/gcash/clearStorageSync.js +1 -1
- package/lib/clients/mp/gcash/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/gcash/closeSocket.js +1 -1
- package/lib/clients/mp/gcash/confirm.js +1 -1
- package/lib/clients/mp/gcash/connectBLEDevice.js +1 -1
- package/lib/clients/mp/gcash/connectSocket.js +1 -1
- package/lib/clients/mp/gcash/createAnimation.js +1 -1
- package/lib/clients/mp/gcash/createSelectorQuery.js +1 -1
- package/lib/clients/mp/gcash/createWebViewContext.js +1 -1
- package/lib/clients/mp/gcash/datePicker.js +1 -1
- package/lib/clients/mp/gcash/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/gcash/downloadFile.js +1 -1
- package/lib/clients/mp/gcash/getAppIdSync.js +1 -1
- package/lib/clients/mp/gcash/getAuthCode.js +1 -1
- package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/gcash/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/gcash/getBatteryInfo.js +1 -1
- package/lib/clients/mp/gcash/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/gcash/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/gcash/getClipboard.js +1 -1
- package/lib/clients/mp/gcash/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/gcash/getFileInfo.js +1 -1
- package/lib/clients/mp/gcash/getImageInfo.js +1 -1
- package/lib/clients/mp/gcash/getLocation.js +1 -1
- package/lib/clients/mp/gcash/getNetworkType.js +1 -1
- package/lib/clients/mp/gcash/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/gcash/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/gcash/getSavedFileList.js +1 -1
- package/lib/clients/mp/gcash/getScreenBrightness.js +1 -1
- package/lib/clients/mp/gcash/getServerTime.js +1 -1
- package/lib/clients/mp/gcash/getSetting.js +1 -1
- package/lib/clients/mp/gcash/getSiteInfo.js +1 -1
- package/lib/clients/mp/gcash/getStorage.js +1 -1
- package/lib/clients/mp/gcash/getStorageSync.js +1 -1
- package/lib/clients/mp/gcash/getSystemInfo.js +1 -1
- package/lib/clients/mp/gcash/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/gcash/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/gcash/hideBackHome.js +1 -1
- package/lib/clients/mp/gcash/hideKeyboard.js +1 -1
- package/lib/clients/mp/gcash/hideLoading.js +1 -1
- package/lib/clients/mp/gcash/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/gcash/hideTabBar.js +1 -1
- package/lib/clients/mp/gcash/hideToast.js +1 -1
- package/lib/clients/mp/gcash/index.d.ts +7 -2
- package/lib/clients/mp/gcash/index.js +124 -122
- package/lib/clients/mp/gcash/makePhoneCall.js +1 -1
- package/lib/clients/mp/gcash/multiLevelSelect.js +1 -1
- package/lib/clients/mp/gcash/navigateBack.js +1 -1
- package/lib/clients/mp/gcash/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/gcash/navigateTo.js +1 -1
- package/lib/clients/mp/gcash/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/gcash/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/gcash/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/gcash/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/gcash/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/gcash/offCompassChange.js +1 -1
- package/lib/clients/mp/gcash/offMemoryWarning.js +1 -1
- package/lib/clients/mp/gcash/offSocketClose.js +1 -1
- package/lib/clients/mp/gcash/offSocketError.js +1 -1
- package/lib/clients/mp/gcash/offSocketMessage.js +1 -1
- package/lib/clients/mp/gcash/offSocketOpen.js +1 -1
- package/lib/clients/mp/gcash/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/gcash/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/gcash/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/gcash/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/gcash/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/gcash/onCompassChange.js +1 -1
- package/lib/clients/mp/gcash/onMemoryWarning.js +1 -1
- package/lib/clients/mp/gcash/onSocketClose.js +1 -1
- package/lib/clients/mp/gcash/onSocketError.js +1 -1
- package/lib/clients/mp/gcash/onSocketMessage.js +1 -1
- package/lib/clients/mp/gcash/onSocketOpen.js +1 -1
- package/lib/clients/mp/gcash/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/gcash/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/gcash/openDocument.js +1 -1
- package/lib/clients/mp/gcash/openSetting.js +1 -1
- package/lib/clients/mp/gcash/pageScrollTo.js +1 -1
- package/lib/clients/mp/gcash/previewImage.js +1 -1
- package/lib/clients/mp/gcash/prompt.js +1 -1
- package/lib/clients/mp/gcash/reLaunch.js +1 -1
- package/lib/clients/mp/gcash/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/gcash/redirectTo.js +1 -1
- package/lib/clients/mp/gcash/removeSavedFile.js +1 -1
- package/lib/clients/mp/gcash/removeStorage.js +1 -1
- package/lib/clients/mp/gcash/removeStorageSync.js +1 -1
- package/lib/clients/mp/gcash/request.js +1 -1
- package/lib/clients/mp/gcash/saveFile.js +1 -1
- package/lib/clients/mp/gcash/saveImage.js +1 -1
- package/lib/clients/mp/gcash/scan.js +1 -1
- package/lib/clients/mp/gcash/sendSocketMessage.js +1 -1
- package/lib/clients/mp/gcash/setBackgroundColor.js +1 -1
- package/lib/clients/mp/gcash/setCanPullDown.js +1 -1
- package/lib/clients/mp/gcash/setClipboard.js +1 -1
- package/lib/clients/mp/gcash/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/gcash/setNavigationBar.js +1 -1
- package/lib/clients/mp/gcash/setScreenBrightness.js +1 -1
- package/lib/clients/mp/gcash/setStorage.js +1 -1
- package/lib/clients/mp/gcash/setStorageSync.js +1 -1
- package/lib/clients/mp/gcash/setTabBarStyle.js +1 -1
- package/lib/clients/mp/gcash/showActionSheet.js +1 -1
- package/lib/clients/mp/gcash/showAuthGuide.js +1 -1
- package/lib/clients/mp/gcash/showLoading.js +1 -1
- package/lib/clients/mp/gcash/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/gcash/showSharePanel.js +1 -1
- package/lib/clients/mp/gcash/showToast.js +1 -1
- package/lib/clients/mp/gcash/signContract.js +1 -1
- package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/gcash/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/gcash/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/gcash/switchTab.js +1 -1
- package/lib/clients/mp/gcash/tradePay.js +1 -1
- package/lib/clients/mp/gcash/uploadFile.js +1 -1
- package/lib/clients/mp/gcash/vibrate.js +1 -1
- package/lib/clients/mp/gcash/watchShake.js +1 -1
- package/lib/clients/mp/gcash/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/tngd/addPhoneContact.js +1 -1
- package/lib/clients/mp/tngd/alert.js +1 -1
- package/lib/clients/mp/tngd/canIUse.js +1 -1
- package/lib/clients/mp/tngd/chooseImage.js +1 -1
- package/lib/clients/mp/tngd/choosePhoneContact.js +1 -1
- package/lib/clients/mp/tngd/clearStorage.js +1 -1
- package/lib/clients/mp/tngd/clearStorageSync.js +1 -1
- package/lib/clients/mp/tngd/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/tngd/closeSocket.js +1 -1
- package/lib/clients/mp/tngd/confirm.js +1 -1
- package/lib/clients/mp/tngd/connectBLEDevice.js +1 -1
- package/lib/clients/mp/tngd/connectSocket.js +1 -1
- package/lib/clients/mp/tngd/createAnimation.js +1 -1
- package/lib/clients/mp/tngd/createSelectorQuery.js +1 -1
- package/lib/clients/mp/tngd/createWebViewContext.js +1 -1
- package/lib/clients/mp/tngd/datePicker.js +1 -1
- package/lib/clients/mp/tngd/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/tngd/downloadFile.js +1 -1
- package/lib/clients/mp/tngd/getAppIdSync.js +1 -1
- package/lib/clients/mp/tngd/getAuthCode.js +1 -1
- package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/tngd/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/tngd/getBatteryInfo.js +1 -1
- package/lib/clients/mp/tngd/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/tngd/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/tngd/getClipboard.js +1 -1
- package/lib/clients/mp/tngd/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/tngd/getFileInfo.js +1 -1
- package/lib/clients/mp/tngd/getImageInfo.js +1 -1
- package/lib/clients/mp/tngd/getLocation.js +1 -1
- package/lib/clients/mp/tngd/getNetworkType.js +1 -1
- package/lib/clients/mp/tngd/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/tngd/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/tngd/getSavedFileList.js +1 -1
- package/lib/clients/mp/tngd/getScreenBrightness.js +1 -1
- package/lib/clients/mp/tngd/getServerTime.js +1 -1
- package/lib/clients/mp/tngd/getSetting.js +1 -1
- package/lib/clients/mp/tngd/getSiteInfo.js +1 -1
- package/lib/clients/mp/tngd/getStorage.js +1 -1
- package/lib/clients/mp/tngd/getStorageSync.js +1 -1
- package/lib/clients/mp/tngd/getSystemInfo.js +1 -1
- package/lib/clients/mp/tngd/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/tngd/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/tngd/hideBackHome.js +1 -1
- package/lib/clients/mp/tngd/hideKeyboard.js +1 -1
- package/lib/clients/mp/tngd/hideLoading.js +1 -1
- package/lib/clients/mp/tngd/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/tngd/hideTabBar.js +1 -1
- package/lib/clients/mp/tngd/hideToast.js +1 -1
- package/lib/clients/mp/tngd/index.d.ts +7 -2
- package/lib/clients/mp/tngd/index.js +124 -122
- package/lib/clients/mp/tngd/makePhoneCall.js +1 -1
- package/lib/clients/mp/tngd/multiLevelSelect.js +1 -1
- package/lib/clients/mp/tngd/navigateBack.js +1 -1
- package/lib/clients/mp/tngd/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/tngd/navigateTo.js +1 -1
- package/lib/clients/mp/tngd/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/tngd/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/tngd/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/tngd/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/tngd/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/tngd/offCompassChange.js +1 -1
- package/lib/clients/mp/tngd/offMemoryWarning.js +1 -1
- package/lib/clients/mp/tngd/offSocketClose.js +1 -1
- package/lib/clients/mp/tngd/offSocketError.js +1 -1
- package/lib/clients/mp/tngd/offSocketMessage.js +1 -1
- package/lib/clients/mp/tngd/offSocketOpen.js +1 -1
- package/lib/clients/mp/tngd/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/tngd/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/tngd/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/tngd/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/tngd/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/tngd/onCompassChange.js +1 -1
- package/lib/clients/mp/tngd/onMemoryWarning.js +1 -1
- package/lib/clients/mp/tngd/onSocketClose.js +1 -1
- package/lib/clients/mp/tngd/onSocketError.js +1 -1
- package/lib/clients/mp/tngd/onSocketMessage.js +1 -1
- package/lib/clients/mp/tngd/onSocketOpen.js +1 -1
- package/lib/clients/mp/tngd/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/tngd/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/tngd/openDocument.js +1 -1
- package/lib/clients/mp/tngd/openSetting.js +1 -1
- package/lib/clients/mp/tngd/pageScrollTo.js +1 -1
- package/lib/clients/mp/tngd/previewImage.js +1 -1
- package/lib/clients/mp/tngd/prompt.js +1 -1
- package/lib/clients/mp/tngd/reLaunch.js +1 -1
- package/lib/clients/mp/tngd/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/tngd/redirectTo.js +1 -1
- package/lib/clients/mp/tngd/removeSavedFile.js +1 -1
- package/lib/clients/mp/tngd/removeStorage.js +1 -1
- package/lib/clients/mp/tngd/removeStorageSync.js +1 -1
- package/lib/clients/mp/tngd/request.js +1 -1
- package/lib/clients/mp/tngd/saveFile.js +1 -1
- package/lib/clients/mp/tngd/saveImage.js +1 -1
- package/lib/clients/mp/tngd/scan.js +1 -1
- package/lib/clients/mp/tngd/sendSocketMessage.js +1 -1
- package/lib/clients/mp/tngd/setBackgroundColor.js +1 -1
- package/lib/clients/mp/tngd/setCanPullDown.js +1 -1
- package/lib/clients/mp/tngd/setClipboard.js +1 -1
- package/lib/clients/mp/tngd/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/tngd/setNavigationBar.js +1 -1
- package/lib/clients/mp/tngd/setScreenBrightness.js +1 -1
- package/lib/clients/mp/tngd/setStorage.js +1 -1
- package/lib/clients/mp/tngd/setStorageSync.js +1 -1
- package/lib/clients/mp/tngd/setTabBarStyle.js +1 -1
- package/lib/clients/mp/tngd/showActionSheet.js +1 -1
- package/lib/clients/mp/tngd/showAuthGuide.js +1 -1
- package/lib/clients/mp/tngd/showLoading.js +1 -1
- package/lib/clients/mp/tngd/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/tngd/showSharePanel.js +1 -1
- package/lib/clients/mp/tngd/showToast.js +1 -1
- package/lib/clients/mp/tngd/signContract.js +1 -1
- package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/tngd/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/tngd/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/tngd/switchTab.js +1 -1
- package/lib/clients/mp/tngd/tradePay.js +1 -1
- package/lib/clients/mp/tngd/uploadFile.js +1 -1
- package/lib/clients/mp/tngd/vibrate.js +1 -1
- package/lib/clients/mp/tngd/watchShake.js +1 -1
- package/lib/clients/mp/tngd/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/truemoney/addPhoneContact.js +1 -1
- package/lib/clients/mp/truemoney/alert.js +1 -1
- package/lib/clients/mp/truemoney/canIUse.js +1 -1
- package/lib/clients/mp/truemoney/chooseImage.js +1 -1
- package/lib/clients/mp/truemoney/choosePhoneContact.js +1 -1
- package/lib/clients/mp/truemoney/clearStorage.js +1 -1
- package/lib/clients/mp/truemoney/clearStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp/truemoney/closeSocket.js +1 -1
- package/lib/clients/mp/truemoney/confirm.js +1 -1
- package/lib/clients/mp/truemoney/connectBLEDevice.js +1 -1
- package/lib/clients/mp/truemoney/connectSocket.js +1 -1
- package/lib/clients/mp/truemoney/createAnimation.js +1 -1
- package/lib/clients/mp/truemoney/createSelectorQuery.js +1 -1
- package/lib/clients/mp/truemoney/createWebViewContext.js +1 -1
- package/lib/clients/mp/truemoney/datePicker.js +1 -1
- package/lib/clients/mp/truemoney/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp/truemoney/downloadFile.js +1 -1
- package/lib/clients/mp/truemoney/getAppIdSync.js +1 -1
- package/lib/clients/mp/truemoney/getAuthCode.js +1 -1
- package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp/truemoney/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp/truemoney/getBatteryInfo.js +1 -1
- package/lib/clients/mp/truemoney/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp/truemoney/getBluetoothDevices.js +1 -1
- package/lib/clients/mp/truemoney/getClipboard.js +1 -1
- package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp/truemoney/getFileInfo.js +1 -1
- package/lib/clients/mp/truemoney/getImageInfo.js +1 -1
- package/lib/clients/mp/truemoney/getLocation.js +1 -1
- package/lib/clients/mp/truemoney/getNetworkType.js +1 -1
- package/lib/clients/mp/truemoney/getOpenUserInfo.js +1 -1
- package/lib/clients/mp/truemoney/getSavedFileInfo.js +1 -1
- package/lib/clients/mp/truemoney/getSavedFileList.js +1 -1
- package/lib/clients/mp/truemoney/getScreenBrightness.js +1 -1
- package/lib/clients/mp/truemoney/getServerTime.js +1 -1
- package/lib/clients/mp/truemoney/getSetting.js +1 -1
- package/lib/clients/mp/truemoney/getSiteInfo.js +1 -1
- package/lib/clients/mp/truemoney/getStorage.js +1 -1
- package/lib/clients/mp/truemoney/getStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/getSystemInfo.js +1 -1
- package/lib/clients/mp/truemoney/getSystemInfoSync.d.ts +2 -0
- package/lib/clients/mp/truemoney/getSystemInfoSync.js +3 -0
- package/lib/clients/mp/truemoney/hideBackHome.js +1 -1
- package/lib/clients/mp/truemoney/hideKeyboard.js +1 -1
- package/lib/clients/mp/truemoney/hideLoading.js +1 -1
- package/lib/clients/mp/truemoney/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp/truemoney/hideTabBar.js +1 -1
- package/lib/clients/mp/truemoney/hideToast.js +1 -1
- package/lib/clients/mp/truemoney/index.d.ts +7 -2
- package/lib/clients/mp/truemoney/index.js +124 -122
- package/lib/clients/mp/truemoney/makePhoneCall.js +1 -1
- package/lib/clients/mp/truemoney/multiLevelSelect.js +1 -1
- package/lib/clients/mp/truemoney/navigateBack.js +1 -1
- package/lib/clients/mp/truemoney/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp/truemoney/navigateTo.js +1 -1
- package/lib/clients/mp/truemoney/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/truemoney/offAccelerometerChange.js +1 -1
- package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/truemoney/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/truemoney/offCompassChange.js +1 -1
- package/lib/clients/mp/truemoney/offMemoryWarning.js +1 -1
- package/lib/clients/mp/truemoney/offSocketClose.js +1 -1
- package/lib/clients/mp/truemoney/offSocketError.js +1 -1
- package/lib/clients/mp/truemoney/offSocketMessage.js +1 -1
- package/lib/clients/mp/truemoney/offSocketOpen.js +1 -1
- package/lib/clients/mp/truemoney/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp/truemoney/onAccelerometerChange.js +1 -1
- package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp/truemoney/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp/truemoney/onCompassChange.js +1 -1
- package/lib/clients/mp/truemoney/onMemoryWarning.js +1 -1
- package/lib/clients/mp/truemoney/onSocketClose.js +1 -1
- package/lib/clients/mp/truemoney/onSocketError.js +1 -1
- package/lib/clients/mp/truemoney/onSocketMessage.js +1 -1
- package/lib/clients/mp/truemoney/onSocketOpen.js +1 -1
- package/lib/clients/mp/truemoney/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp/truemoney/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp/truemoney/openDocument.js +1 -1
- package/lib/clients/mp/truemoney/openSetting.js +1 -1
- package/lib/clients/mp/truemoney/pageScrollTo.js +1 -1
- package/lib/clients/mp/truemoney/previewImage.js +1 -1
- package/lib/clients/mp/truemoney/prompt.js +1 -1
- package/lib/clients/mp/truemoney/reLaunch.js +1 -1
- package/lib/clients/mp/truemoney/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/truemoney/redirectTo.js +1 -1
- package/lib/clients/mp/truemoney/removeSavedFile.js +1 -1
- package/lib/clients/mp/truemoney/removeStorage.js +1 -1
- package/lib/clients/mp/truemoney/removeStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/request.js +1 -1
- package/lib/clients/mp/truemoney/saveFile.js +1 -1
- package/lib/clients/mp/truemoney/saveImage.js +1 -1
- package/lib/clients/mp/truemoney/scan.js +1 -1
- package/lib/clients/mp/truemoney/sendSocketMessage.js +1 -1
- package/lib/clients/mp/truemoney/setBackgroundColor.js +1 -1
- package/lib/clients/mp/truemoney/setCanPullDown.js +1 -1
- package/lib/clients/mp/truemoney/setClipboard.js +1 -1
- package/lib/clients/mp/truemoney/setKeepScreenOn.js +1 -1
- package/lib/clients/mp/truemoney/setNavigationBar.js +1 -1
- package/lib/clients/mp/truemoney/setScreenBrightness.js +1 -1
- package/lib/clients/mp/truemoney/setStorage.js +1 -1
- package/lib/clients/mp/truemoney/setStorageSync.js +1 -1
- package/lib/clients/mp/truemoney/setTabBarStyle.js +1 -1
- package/lib/clients/mp/truemoney/showActionSheet.js +1 -1
- package/lib/clients/mp/truemoney/showAuthGuide.js +1 -1
- package/lib/clients/mp/truemoney/showLoading.js +1 -1
- package/lib/clients/mp/truemoney/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp/truemoney/showSharePanel.js +1 -1
- package/lib/clients/mp/truemoney/showToast.js +1 -1
- package/lib/clients/mp/truemoney/signContract.js +1 -1
- package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/truemoney/startPullDownRefresh.js +1 -1
- package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp/truemoney/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp/truemoney/switchTab.js +1 -1
- package/lib/clients/mp/truemoney/tradePay.js +1 -1
- package/lib/clients/mp/truemoney/uploadFile.js +1 -1
- package/lib/clients/mp/truemoney/vibrate.js +1 -1
- package/lib/clients/mp/truemoney/watchShake.js +1 -1
- package/lib/clients/mp/truemoney/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp/wechat/index.js +1 -1
- package/lib/clients/mp/wechat/showToast.d.ts +2 -2
- package/lib/clients/mp/wechat/showToast.js +3 -29
- package/lib/clients/mp_web/alipay/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/alipay/alert.js +1 -1
- package/lib/clients/mp_web/alipay/chooseImage.js +1 -1
- package/lib/clients/mp_web/alipay/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/alipay/clearStorage.js +1 -1
- package/lib/clients/mp_web/alipay/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipay/closeSocket.js +1 -1
- package/lib/clients/mp_web/alipay/confirm.js +1 -1
- package/lib/clients/mp_web/alipay/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipay/connectSocket.js +1 -1
- package/lib/clients/mp_web/alipay/crossPay.js +1 -1
- package/lib/clients/mp_web/alipay/datePicker.js +1 -1
- package/lib/clients/mp_web/alipay/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipay/downloadFile.js +1 -1
- package/lib/clients/mp_web/alipay/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getAppId.js +3 -0
- package/lib/clients/mp_web/alipay/getAuthCode.js +1 -1
- package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/alipay/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/alipay/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/alipay/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipay/getClipboard.js +1 -1
- package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/alipay/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/alipay/getFileInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getImageInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getLocation.js +1 -1
- package/lib/clients/mp_web/alipay/getNetworkType.js +1 -1
- package/lib/clients/mp_web/alipay/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getPhoneNumber.js +1 -1
- package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipay/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/alipay/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/alipay/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipay/getServerTime.js +1 -1
- package/lib/clients/mp_web/alipay/getSetting.js +1 -1
- package/lib/clients/mp_web/alipay/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/alipay/getStorage.js +1 -1
- package/lib/clients/mp_web/alipay/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/alipay/hideBackHome.js +1 -1
- package/lib/clients/mp_web/alipay/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/alipay/hideLoading.js +1 -1
- package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay/hideTabBar.js +1 -1
- package/lib/clients/mp_web/alipay/hideToast.js +1 -1
- package/lib/clients/mp_web/alipay/index.d.ts +19 -3
- package/lib/clients/mp_web/alipay/index.js +126 -118
- package/lib/clients/mp_web/alipay/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/alipay/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/alipay/navigateBack.js +1 -1
- package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay/navigateTo.js +1 -1
- package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipay/offCompassChange.js +1 -1
- package/lib/clients/mp_web/alipay/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketClose.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketError.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipay/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipay/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipay/onCompassChange.js +1 -1
- package/lib/clients/mp_web/alipay/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketClose.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketError.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipay/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipay/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipay/openDocument.js +1 -1
- package/lib/clients/mp_web/alipay/openSetting.js +1 -1
- package/lib/clients/mp_web/alipay/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/alipay/previewImage.js +1 -1
- package/lib/clients/mp_web/alipay/prompt.js +1 -1
- package/lib/clients/mp_web/alipay/reLaunch.js +1 -1
- package/lib/clients/mp_web/alipay/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/alipay/redirectTo.js +1 -1
- package/lib/clients/mp_web/alipay/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/alipay/removeStorage.js +1 -1
- package/lib/clients/mp_web/alipay/request.js +1 -1
- package/lib/clients/mp_web/alipay/rpc.js +1 -1
- package/lib/clients/mp_web/alipay/saveFile.js +1 -1
- package/lib/clients/mp_web/alipay/saveImage.js +1 -1
- package/lib/clients/mp_web/alipay/scan.js +1 -1
- package/lib/clients/mp_web/alipay/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipay/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/alipay/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/alipay/setClipboard.js +1 -1
- package/lib/clients/mp_web/alipay/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/alipay/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/alipay/setOptionMenu.js +1 -1
- package/lib/clients/mp_web/alipay/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipay/setStorage.js +1 -1
- package/lib/clients/mp_web/alipay/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/alipay/showActionSheet.js +1 -1
- package/lib/clients/mp_web/alipay/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/alipay/showLoading.js +1 -1
- package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipay/showSharePanel.js +1 -1
- package/lib/clients/mp_web/alipay/showToast.js +1 -1
- package/lib/clients/mp_web/alipay/signContract.js +1 -1
- package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipay/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipay/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipay/switchTab.js +1 -1
- package/lib/clients/mp_web/alipay/tradePay.d.ts +2 -3
- package/lib/clients/mp_web/alipay/tradePay.js +3 -20
- package/lib/clients/mp_web/alipay/uploadFile.js +1 -1
- package/lib/clients/mp_web/alipay/vibrate.js +1 -1
- package/lib/clients/mp_web/alipay/watchShake.js +1 -1
- package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/alipayhk/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/alipayhk/alert.js +1 -1
- package/lib/clients/mp_web/alipayhk/chooseImage.js +1 -1
- package/lib/clients/mp_web/alipayhk/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/alipayhk/clearStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipayhk/closeSocket.js +1 -1
- package/lib/clients/mp_web/alipayhk/confirm.js +1 -1
- package/lib/clients/mp_web/alipayhk/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipayhk/connectSocket.js +1 -1
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/alipayhk/datePicker.js +1 -1
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/alipayhk/downloadFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAppId.js +3 -0
- package/lib/clients/mp_web/alipayhk/getAuthCode.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/alipayhk/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipayhk/getClipboard.js +1 -1
- package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/alipayhk/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/alipayhk/getFileInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getImageInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getLocation.js +1 -1
- package/lib/clients/mp_web/alipayhk/getNetworkType.js +1 -1
- package/lib/clients/mp_web/alipayhk/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/alipayhk/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/alipayhk/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipayhk/getServerTime.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSetting.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/getStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideBackHome.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideTabBar.js +1 -1
- package/lib/clients/mp_web/alipayhk/hideToast.js +1 -1
- package/lib/clients/mp_web/alipayhk/index.d.ts +33 -2
- package/lib/clients/mp_web/alipayhk/index.js +128 -114
- package/lib/clients/mp_web/alipayhk/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateBack.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateTo.js +1 -1
- package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipayhk/offCompassChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketClose.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketError.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipayhk/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/alipayhk/onCompassChange.js +1 -1
- package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketClose.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketError.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipayhk/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/alipayhk/openDocument.js +1 -1
- package/lib/clients/mp_web/alipayhk/openSetting.js +1 -1
- package/lib/clients/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openURL.js +3 -0
- package/lib/clients/mp_web/alipayhk/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/alipayhk/previewImage.js +1 -1
- package/lib/clients/mp_web/alipayhk/prompt.js +1 -1
- package/lib/clients/mp_web/alipayhk/reLaunch.js +1 -1
- package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/alipayhk/redirectTo.js +1 -1
- package/lib/clients/mp_web/alipayhk/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/removeStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/request.js +1 -1
- package/lib/clients/mp_web/alipayhk/saveFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/saveImage.js +1 -1
- package/lib/clients/mp_web/alipayhk/scan.js +1 -1
- package/lib/clients/mp_web/alipayhk/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/alipayhk/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/alipayhk/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/alipayhk/setClipboard.js +1 -1
- package/lib/clients/mp_web/alipayhk/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/alipayhk/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/alipayhk/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/alipayhk/setStorage.js +1 -1
- package/lib/clients/mp_web/alipayhk/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/alipayhk/showActionSheet.js +1 -1
- package/lib/clients/mp_web/alipayhk/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/alipayhk/showLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/alipayhk/showSharePanel.js +1 -1
- package/lib/clients/mp_web/alipayhk/showToast.js +1 -1
- package/lib/clients/mp_web/alipayhk/signContract.js +1 -1
- package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipayhk/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/alipayhk/switchTab.js +1 -1
- package/lib/clients/mp_web/alipayhk/tradePay.js +1 -1
- package/lib/clients/mp_web/alipayhk/uploadFile.js +1 -1
- package/lib/clients/mp_web/alipayhk/vibrate.js +1 -1
- package/lib/clients/mp_web/alipayhk/watchShake.js +1 -1
- package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/chope/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/chope/alert.js +1 -1
- package/lib/clients/mp_web/chope/chooseImage.js +1 -1
- package/lib/clients/mp_web/chope/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/chope/clearStorage.js +1 -1
- package/lib/clients/mp_web/chope/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/chope/closeSocket.js +1 -1
- package/lib/clients/mp_web/chope/confirm.js +1 -1
- package/lib/clients/mp_web/chope/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/chope/connectSocket.js +1 -1
- package/lib/clients/mp_web/chope/datePicker.js +1 -1
- package/lib/clients/mp_web/chope/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/chope/downloadFile.js +1 -1
- package/lib/clients/mp_web/chope/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/chope/getAppId.js +3 -0
- package/lib/clients/mp_web/chope/getAuthCode.js +1 -1
- package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/chope/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/chope/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/chope/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/chope/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/chope/getClipboard.js +1 -1
- package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/chope/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/chope/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/chope/getFileInfo.js +1 -1
- package/lib/clients/mp_web/chope/getImageInfo.js +1 -1
- package/lib/clients/mp_web/chope/getLocation.js +1 -1
- package/lib/clients/mp_web/chope/getNetworkType.js +1 -1
- package/lib/clients/mp_web/chope/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/chope/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/chope/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/chope/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/chope/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/chope/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/chope/getServerTime.js +1 -1
- package/lib/clients/mp_web/chope/getSetting.js +1 -1
- package/lib/clients/mp_web/chope/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/chope/getStorage.js +1 -1
- package/lib/clients/mp_web/chope/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/chope/hideBackHome.js +1 -1
- package/lib/clients/mp_web/chope/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/chope/hideLoading.js +1 -1
- package/lib/clients/mp_web/chope/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/chope/hideTabBar.js +1 -1
- package/lib/clients/mp_web/chope/hideToast.js +1 -1
- package/lib/clients/mp_web/chope/index.d.ts +15 -2
- package/lib/clients/mp_web/chope/index.js +122 -114
- package/lib/clients/mp_web/chope/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/chope/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/chope/navigateBack.js +1 -1
- package/lib/clients/mp_web/chope/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/chope/navigateTo.js +1 -1
- package/lib/clients/mp_web/chope/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/chope/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/chope/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/chope/offCompassChange.js +1 -1
- package/lib/clients/mp_web/chope/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/chope/offSocketClose.js +1 -1
- package/lib/clients/mp_web/chope/offSocketError.js +1 -1
- package/lib/clients/mp_web/chope/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/chope/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/chope/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/chope/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/chope/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/chope/onCompassChange.js +1 -1
- package/lib/clients/mp_web/chope/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/chope/onSocketClose.js +1 -1
- package/lib/clients/mp_web/chope/onSocketError.js +1 -1
- package/lib/clients/mp_web/chope/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/chope/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/chope/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/chope/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/chope/openDocument.js +1 -1
- package/lib/clients/mp_web/chope/openSetting.js +1 -1
- package/lib/clients/mp_web/chope/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/chope/previewImage.js +1 -1
- package/lib/clients/mp_web/chope/prompt.js +1 -1
- package/lib/clients/mp_web/chope/reLaunch.js +1 -1
- package/lib/clients/mp_web/chope/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/chope/redirectTo.js +1 -1
- package/lib/clients/mp_web/chope/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/chope/removeStorage.js +1 -1
- package/lib/clients/mp_web/chope/request.js +1 -1
- package/lib/clients/mp_web/chope/saveFile.js +1 -1
- package/lib/clients/mp_web/chope/saveImage.js +1 -1
- package/lib/clients/mp_web/chope/scan.js +1 -1
- package/lib/clients/mp_web/chope/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/chope/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/chope/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/chope/setClipboard.js +1 -1
- package/lib/clients/mp_web/chope/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/chope/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/chope/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/chope/setStorage.js +1 -1
- package/lib/clients/mp_web/chope/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/chope/showActionSheet.js +1 -1
- package/lib/clients/mp_web/chope/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/chope/showLoading.js +1 -1
- package/lib/clients/mp_web/chope/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/chope/showSharePanel.js +1 -1
- package/lib/clients/mp_web/chope/showToast.js +1 -1
- package/lib/clients/mp_web/chope/signContract.js +1 -1
- package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/chope/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/chope/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/chope/switchTab.js +1 -1
- package/lib/clients/mp_web/chope/tradePay.js +1 -1
- package/lib/clients/mp_web/chope/uploadFile.js +1 -1
- package/lib/clients/mp_web/chope/vibrate.js +1 -1
- package/lib/clients/mp_web/chope/watchShake.js +1 -1
- package/lib/clients/mp_web/chope/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/dana/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/dana/alert.js +1 -1
- package/lib/clients/mp_web/dana/chooseImage.js +1 -1
- package/lib/clients/mp_web/dana/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/dana/clearStorage.js +1 -1
- package/lib/clients/mp_web/dana/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/dana/closeSocket.js +1 -1
- package/lib/clients/mp_web/dana/confirm.js +1 -1
- package/lib/clients/mp_web/dana/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/dana/connectSocket.js +1 -1
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/dana/datePicker.js +1 -1
- package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/dana/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/dana/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/dana/downloadFile.js +1 -1
- package/lib/clients/mp_web/dana/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAppId.js +3 -0
- package/lib/clients/mp_web/dana/getAuthCode.js +1 -1
- package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/dana/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/dana/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/dana/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/dana/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/dana/getClipboard.js +1 -1
- package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/dana/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/dana/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/dana/getFileInfo.js +1 -1
- package/lib/clients/mp_web/dana/getImageInfo.js +1 -1
- package/lib/clients/mp_web/dana/getLocation.js +1 -1
- package/lib/clients/mp_web/dana/getNetworkType.js +1 -1
- package/lib/clients/mp_web/dana/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/dana/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/dana/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/dana/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/dana/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/dana/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/dana/getServerTime.js +1 -1
- package/lib/clients/mp_web/dana/getSetting.js +1 -1
- package/lib/clients/mp_web/dana/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/dana/getStorage.js +1 -1
- package/lib/clients/mp_web/dana/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/dana/hideBackHome.js +1 -1
- package/lib/clients/mp_web/dana/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/dana/hideLoading.js +1 -1
- package/lib/clients/mp_web/dana/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/dana/hideTabBar.js +1 -1
- package/lib/clients/mp_web/dana/hideToast.js +1 -1
- package/lib/clients/mp_web/dana/index.d.ts +33 -2
- package/lib/clients/mp_web/dana/index.js +128 -114
- package/lib/clients/mp_web/dana/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/dana/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/dana/navigateBack.js +1 -1
- package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/dana/navigateTo.js +1 -1
- package/lib/clients/mp_web/dana/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/dana/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/dana/offCompassChange.js +1 -1
- package/lib/clients/mp_web/dana/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/dana/offSocketClose.js +1 -1
- package/lib/clients/mp_web/dana/offSocketError.js +1 -1
- package/lib/clients/mp_web/dana/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/dana/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/dana/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/dana/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/dana/onCompassChange.js +1 -1
- package/lib/clients/mp_web/dana/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/dana/onSocketClose.js +1 -1
- package/lib/clients/mp_web/dana/onSocketError.js +1 -1
- package/lib/clients/mp_web/dana/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/dana/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/dana/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/dana/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/dana/openDocument.js +1 -1
- package/lib/clients/mp_web/dana/openSetting.js +1 -1
- package/lib/clients/mp_web/dana/openURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openURL.js +3 -0
- package/lib/clients/mp_web/dana/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/dana/previewImage.js +1 -1
- package/lib/clients/mp_web/dana/prompt.js +1 -1
- package/lib/clients/mp_web/dana/reLaunch.js +1 -1
- package/lib/clients/mp_web/dana/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/dana/redirectTo.js +1 -1
- package/lib/clients/mp_web/dana/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/dana/removeStorage.js +1 -1
- package/lib/clients/mp_web/dana/request.js +1 -1
- package/lib/clients/mp_web/dana/saveFile.js +1 -1
- package/lib/clients/mp_web/dana/saveImage.js +1 -1
- package/lib/clients/mp_web/dana/scan.js +1 -1
- package/lib/clients/mp_web/dana/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/dana/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/dana/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/dana/setClipboard.js +1 -1
- package/lib/clients/mp_web/dana/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/dana/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/dana/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/dana/setStorage.js +1 -1
- package/lib/clients/mp_web/dana/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/dana/showActionSheet.js +1 -1
- package/lib/clients/mp_web/dana/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/dana/showLoading.js +1 -1
- package/lib/clients/mp_web/dana/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/dana/showSharePanel.js +1 -1
- package/lib/clients/mp_web/dana/showToast.js +1 -1
- package/lib/clients/mp_web/dana/signContract.js +1 -1
- package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/dana/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/dana/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/dana/switchTab.js +1 -1
- package/lib/clients/mp_web/dana/tradePay.js +1 -1
- package/lib/clients/mp_web/dana/uploadFile.js +1 -1
- package/lib/clients/mp_web/dana/vibrate.js +1 -1
- package/lib/clients/mp_web/dana/watchShake.js +1 -1
- package/lib/clients/mp_web/dana/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/demo/APRegionRPC.js +1 -1
- package/lib/clients/mp_web/demo/addFatigueAction.js +1 -1
- package/lib/clients/mp_web/demo/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/demo/alert.js +1 -1
- package/lib/clients/mp_web/demo/apDisableJSAPI.js +1 -1
- package/lib/clients/mp_web/demo/appxrpc.js +1 -1
- package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/mp_web/demo/chooseImage.js +1 -1
- package/lib/clients/mp_web/demo/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/demo/clearStorage.js +1 -1
- package/lib/clients/mp_web/demo/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/demo/closeSocket.js +1 -1
- package/lib/clients/mp_web/demo/confirm.js +1 -1
- package/lib/clients/mp_web/demo/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/demo/connectSocket.js +1 -1
- package/lib/clients/mp_web/demo/datePicker.js +1 -1
- package/lib/clients/mp_web/demo/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/demo/downloadFile.js +1 -1
- package/lib/clients/mp_web/demo/exitApp.js +1 -1
- package/lib/clients/mp_web/demo/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/demo/getAppId.js +3 -0
- package/lib/clients/mp_web/demo/getAppToken.js +1 -1
- package/lib/clients/mp_web/demo/getAuthCode.js +1 -1
- package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/demo/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/demo/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/demo/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/demo/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/demo/getClipboard.js +1 -1
- package/lib/clients/mp_web/demo/getComponentAuth.js +1 -1
- package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/demo/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/demo/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/demo/getFileInfo.js +1 -1
- package/lib/clients/mp_web/demo/getImageInfo.js +1 -1
- package/lib/clients/mp_web/demo/getLocation.js +1 -1
- package/lib/clients/mp_web/demo/getNetworkType.js +1 -1
- package/lib/clients/mp_web/demo/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/demo/getPaymentCode.js +1 -1
- package/lib/clients/mp_web/demo/getPhoneNumber.js +1 -1
- package/lib/clients/mp_web/demo/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/demo/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/demo/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/demo/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/demo/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/demo/getServerTime.js +1 -1
- package/lib/clients/mp_web/demo/getSetting.js +1 -1
- package/lib/clients/mp_web/demo/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/demo/getStorage.js +1 -1
- package/lib/clients/mp_web/demo/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/demo/hideBackHome.js +1 -1
- package/lib/clients/mp_web/demo/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/demo/hideLoading.js +1 -1
- package/lib/clients/mp_web/demo/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/demo/hideOptionButton.js +1 -1
- package/lib/clients/mp_web/demo/hideTabBar.js +1 -1
- package/lib/clients/mp_web/demo/hideToast.js +1 -1
- package/lib/clients/mp_web/demo/index.d.ts +19 -3
- package/lib/clients/mp_web/demo/index.js +146 -138
- package/lib/clients/mp_web/demo/inquireQuote.js +1 -1
- package/lib/clients/mp_web/demo/isInstalledApp.js +1 -1
- package/lib/clients/mp_web/demo/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/demo/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/demo/navigateBack.js +1 -1
- package/lib/clients/mp_web/demo/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/demo/navigateTo.js +1 -1
- package/lib/clients/mp_web/demo/navigateToBizScene.js +1 -1
- package/lib/clients/mp_web/demo/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/demo/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/demo/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/demo/offCompassChange.js +1 -1
- package/lib/clients/mp_web/demo/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/demo/offSocketClose.js +1 -1
- package/lib/clients/mp_web/demo/offSocketError.js +1 -1
- package/lib/clients/mp_web/demo/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/demo/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/demo/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/demo/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/demo/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/demo/onCompassChange.js +1 -1
- package/lib/clients/mp_web/demo/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/demo/onSocketClose.js +1 -1
- package/lib/clients/mp_web/demo/onSocketError.js +1 -1
- package/lib/clients/mp_web/demo/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/demo/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/demo/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/demo/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/demo/openDocument.js +1 -1
- package/lib/clients/mp_web/demo/openSchemeWithBacking.js +1 -1
- package/lib/clients/mp_web/demo/openSetting.js +1 -1
- package/lib/clients/mp_web/demo/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/demo/paySignCenter.js +1 -1
- package/lib/clients/mp_web/demo/previewImage.js +1 -1
- package/lib/clients/mp_web/demo/prompt.js +1 -1
- package/lib/clients/mp_web/demo/reLaunch.js +1 -1
- package/lib/clients/mp_web/demo/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/demo/redirectTo.js +1 -1
- package/lib/clients/mp_web/demo/regionFetchAllApps.js +1 -1
- package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/mp_web/demo/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/demo/removeStorage.js +1 -1
- package/lib/clients/mp_web/demo/request.js +1 -1
- package/lib/clients/mp_web/demo/rpc.js +1 -1
- package/lib/clients/mp_web/demo/saveFile.js +1 -1
- package/lib/clients/mp_web/demo/saveImage.js +1 -1
- package/lib/clients/mp_web/demo/scan.js +1 -1
- package/lib/clients/mp_web/demo/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/demo/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/demo/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/demo/setClipboard.js +1 -1
- package/lib/clients/mp_web/demo/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/demo/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/demo/setOptionMenu.js +1 -1
- package/lib/clients/mp_web/demo/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/demo/setStorage.js +1 -1
- package/lib/clients/mp_web/demo/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/demo/showActionSheet.js +1 -1
- package/lib/clients/mp_web/demo/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/demo/showLoading.js +1 -1
- package/lib/clients/mp_web/demo/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/demo/showSharePanel.js +1 -1
- package/lib/clients/mp_web/demo/showToast.js +1 -1
- package/lib/clients/mp_web/demo/signContract.js +1 -1
- package/lib/clients/mp_web/demo/startApp.js +1 -1
- package/lib/clients/mp_web/demo/startBizService.js +1 -1
- package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/demo/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/demo/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/demo/switchTab.js +1 -1
- package/lib/clients/mp_web/demo/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/mp_web/demo/tradePay.js +1 -1
- package/lib/clients/mp_web/demo/uploadApdidToken.js +1 -1
- package/lib/clients/mp_web/demo/uploadFile.js +1 -1
- package/lib/clients/mp_web/demo/vibrate.js +1 -1
- package/lib/clients/mp_web/demo/watchShake.js +1 -1
- package/lib/clients/mp_web/demo/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/gcash/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/gcash/alert.js +1 -1
- package/lib/clients/mp_web/gcash/chooseImage.js +1 -1
- package/lib/clients/mp_web/gcash/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/gcash/clearStorage.js +1 -1
- package/lib/clients/mp_web/gcash/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/gcash/closeSocket.js +1 -1
- package/lib/clients/mp_web/gcash/confirm.js +1 -1
- package/lib/clients/mp_web/gcash/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/gcash/connectSocket.js +1 -1
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/gcash/datePicker.js +1 -1
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/gcash/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/gcash/downloadFile.js +1 -1
- package/lib/clients/mp_web/gcash/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAppId.js +3 -0
- package/lib/clients/mp_web/gcash/getAuthCode.js +1 -1
- package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/gcash/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/gcash/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/gcash/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/gcash/getClipboard.js +1 -1
- package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/gcash/getFileInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getImageInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getLocation.js +1 -1
- package/lib/clients/mp_web/gcash/getNetworkType.js +1 -1
- package/lib/clients/mp_web/gcash/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/gcash/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/gcash/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/gcash/getServerTime.js +1 -1
- package/lib/clients/mp_web/gcash/getSetting.js +1 -1
- package/lib/clients/mp_web/gcash/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/gcash/getStorage.js +1 -1
- package/lib/clients/mp_web/gcash/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/gcash/hideBackHome.js +1 -1
- package/lib/clients/mp_web/gcash/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/gcash/hideLoading.js +1 -1
- package/lib/clients/mp_web/gcash/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/gcash/hideTabBar.js +1 -1
- package/lib/clients/mp_web/gcash/hideToast.js +1 -1
- package/lib/clients/mp_web/gcash/index.d.ts +33 -2
- package/lib/clients/mp_web/gcash/index.js +128 -114
- package/lib/clients/mp_web/gcash/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/gcash/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/gcash/navigateBack.js +1 -1
- package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/gcash/navigateTo.js +1 -1
- package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/gcash/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/gcash/offCompassChange.js +1 -1
- package/lib/clients/mp_web/gcash/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketClose.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketError.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/gcash/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/gcash/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/gcash/onCompassChange.js +1 -1
- package/lib/clients/mp_web/gcash/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketClose.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketError.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/gcash/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/gcash/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/gcash/openDocument.js +1 -1
- package/lib/clients/mp_web/gcash/openSetting.js +1 -1
- package/lib/clients/mp_web/gcash/openURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openURL.js +3 -0
- package/lib/clients/mp_web/gcash/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/gcash/previewImage.js +1 -1
- package/lib/clients/mp_web/gcash/prompt.js +1 -1
- package/lib/clients/mp_web/gcash/reLaunch.js +1 -1
- package/lib/clients/mp_web/gcash/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/gcash/redirectTo.js +1 -1
- package/lib/clients/mp_web/gcash/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/gcash/removeStorage.js +1 -1
- package/lib/clients/mp_web/gcash/request.js +1 -1
- package/lib/clients/mp_web/gcash/saveFile.js +1 -1
- package/lib/clients/mp_web/gcash/saveImage.js +1 -1
- package/lib/clients/mp_web/gcash/scan.js +1 -1
- package/lib/clients/mp_web/gcash/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/gcash/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/gcash/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/gcash/setClipboard.js +1 -1
- package/lib/clients/mp_web/gcash/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/gcash/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/gcash/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/gcash/setStorage.js +1 -1
- package/lib/clients/mp_web/gcash/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/gcash/showActionSheet.js +1 -1
- package/lib/clients/mp_web/gcash/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/gcash/showLoading.js +1 -1
- package/lib/clients/mp_web/gcash/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/gcash/showSharePanel.js +1 -1
- package/lib/clients/mp_web/gcash/showToast.js +1 -1
- package/lib/clients/mp_web/gcash/signContract.js +1 -1
- package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/gcash/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/gcash/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/gcash/switchTab.js +1 -1
- package/lib/clients/mp_web/gcash/tradePay.js +1 -1
- package/lib/clients/mp_web/gcash/uploadFile.js +1 -1
- package/lib/clients/mp_web/gcash/vibrate.js +1 -1
- package/lib/clients/mp_web/gcash/watchShake.js +1 -1
- package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/mpay/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAppId.js +3 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +36 -0
- package/lib/clients/mp_web/mpay/index.js +18 -0
- package/lib/clients/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openURL.js +3 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.js +3 -0
- package/lib/clients/mp_web/tngd/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/tngd/alert.js +1 -1
- package/lib/clients/mp_web/tngd/chooseImage.js +1 -1
- package/lib/clients/mp_web/tngd/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/tngd/clearStorage.js +1 -1
- package/lib/clients/mp_web/tngd/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/tngd/closeSocket.js +1 -1
- package/lib/clients/mp_web/tngd/confirm.js +1 -1
- package/lib/clients/mp_web/tngd/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/tngd/connectSocket.js +1 -1
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/tngd/datePicker.js +1 -1
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/tngd/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/tngd/downloadFile.js +1 -1
- package/lib/clients/mp_web/tngd/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAppId.js +3 -0
- package/lib/clients/mp_web/tngd/getAuthCode.js +1 -1
- package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/tngd/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/tngd/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/tngd/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/tngd/getClipboard.js +1 -1
- package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/tngd/getFileInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getImageInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getLocation.js +1 -1
- package/lib/clients/mp_web/tngd/getNetworkType.js +1 -1
- package/lib/clients/mp_web/tngd/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/tngd/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/tngd/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/tngd/getServerTime.js +1 -1
- package/lib/clients/mp_web/tngd/getSetting.js +1 -1
- package/lib/clients/mp_web/tngd/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/tngd/getStorage.js +1 -1
- package/lib/clients/mp_web/tngd/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/tngd/hideBackHome.js +1 -1
- package/lib/clients/mp_web/tngd/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/tngd/hideLoading.js +1 -1
- package/lib/clients/mp_web/tngd/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/tngd/hideTabBar.js +1 -1
- package/lib/clients/mp_web/tngd/hideToast.js +1 -1
- package/lib/clients/mp_web/tngd/index.d.ts +33 -2
- package/lib/clients/mp_web/tngd/index.js +128 -114
- package/lib/clients/mp_web/tngd/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/tngd/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/tngd/navigateBack.js +1 -1
- package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/tngd/navigateTo.js +1 -1
- package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/tngd/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/tngd/offCompassChange.js +1 -1
- package/lib/clients/mp_web/tngd/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketClose.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketError.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/tngd/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/tngd/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/tngd/onCompassChange.js +1 -1
- package/lib/clients/mp_web/tngd/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketClose.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketError.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/tngd/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/tngd/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/tngd/openDocument.js +1 -1
- package/lib/clients/mp_web/tngd/openSetting.js +1 -1
- package/lib/clients/mp_web/tngd/openURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openURL.js +3 -0
- package/lib/clients/mp_web/tngd/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/tngd/previewImage.js +1 -1
- package/lib/clients/mp_web/tngd/prompt.js +1 -1
- package/lib/clients/mp_web/tngd/reLaunch.js +1 -1
- package/lib/clients/mp_web/tngd/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/tngd/redirectTo.js +1 -1
- package/lib/clients/mp_web/tngd/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/tngd/removeStorage.js +1 -1
- package/lib/clients/mp_web/tngd/request.js +1 -1
- package/lib/clients/mp_web/tngd/saveFile.js +1 -1
- package/lib/clients/mp_web/tngd/saveImage.js +1 -1
- package/lib/clients/mp_web/tngd/scan.js +1 -1
- package/lib/clients/mp_web/tngd/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/tngd/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/tngd/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/tngd/setClipboard.js +1 -1
- package/lib/clients/mp_web/tngd/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/tngd/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/tngd/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/tngd/setStorage.js +1 -1
- package/lib/clients/mp_web/tngd/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/tngd/showActionSheet.js +1 -1
- package/lib/clients/mp_web/tngd/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/tngd/showLoading.js +1 -1
- package/lib/clients/mp_web/tngd/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/tngd/showSharePanel.js +1 -1
- package/lib/clients/mp_web/tngd/showToast.js +1 -1
- package/lib/clients/mp_web/tngd/signContract.js +1 -1
- package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/tngd/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/tngd/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/tngd/switchTab.js +1 -1
- package/lib/clients/mp_web/tngd/tradePay.js +1 -1
- package/lib/clients/mp_web/tngd/uploadFile.js +1 -1
- package/lib/clients/mp_web/tngd/vibrate.js +1 -1
- package/lib/clients/mp_web/tngd/watchShake.js +1 -1
- package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/toss/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/toss/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAppId.js +3 -0
- package/lib/clients/mp_web/toss/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/toss/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/toss/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/toss/index.d.ts +36 -0
- package/lib/clients/mp_web/toss/index.js +18 -0
- package/lib/clients/mp_web/toss/openURL.d.ts +2 -0
- package/lib/clients/mp_web/toss/openURL.js +3 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.js +3 -0
- package/lib/clients/mp_web/truemoney/addPhoneContact.js +1 -1
- package/lib/clients/mp_web/truemoney/alert.js +1 -1
- package/lib/clients/mp_web/truemoney/chooseImage.js +1 -1
- package/lib/clients/mp_web/truemoney/choosePhoneContact.js +1 -1
- package/lib/clients/mp_web/truemoney/clearStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/truemoney/closeSocket.js +1 -1
- package/lib/clients/mp_web/truemoney/confirm.js +1 -1
- package/lib/clients/mp_web/truemoney/connectBLEDevice.js +1 -1
- package/lib/clients/mp_web/truemoney/connectSocket.js +1 -1
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +3 -0
- package/lib/clients/mp_web/truemoney/datePicker.js +1 -1
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +3 -0
- package/lib/clients/mp_web/truemoney/disconnectBLEDevice.js +1 -1
- package/lib/clients/mp_web/truemoney/downloadFile.js +1 -1
- package/lib/clients/mp_web/truemoney/getAppId.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAppId.js +3 -0
- package/lib/clients/mp_web/truemoney/getAuthCode.js +1 -1
- package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.js +1 -1
- package/lib/clients/mp_web/truemoney/getBLEDeviceServices.js +1 -1
- package/lib/clients/mp_web/truemoney/getBatteryInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.js +1 -1
- package/lib/clients/mp_web/truemoney/getBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/truemoney/getClipboard.js +1 -1
- package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.js +1 -1
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +3 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getCurrentPages.js +3 -0
- package/lib/clients/mp_web/truemoney/getFileInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getImageInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getLocation.js +1 -1
- package/lib/clients/mp_web/truemoney/getNetworkType.js +1 -1
- package/lib/clients/mp_web/truemoney/getOpenUserInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getSDKVersion.js +3 -0
- package/lib/clients/mp_web/truemoney/getSavedFileInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getSavedFileList.js +1 -1
- package/lib/clients/mp_web/truemoney/getScreenBrightness.js +1 -1
- package/lib/clients/mp_web/truemoney/getServerTime.js +1 -1
- package/lib/clients/mp_web/truemoney/getSetting.js +1 -1
- package/lib/clients/mp_web/truemoney/getSiteInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/getStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/getSystemInfo.js +1 -1
- package/lib/clients/mp_web/truemoney/hideBackHome.js +1 -1
- package/lib/clients/mp_web/truemoney/hideKeyboard.js +1 -1
- package/lib/clients/mp_web/truemoney/hideLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/hideTabBar.js +1 -1
- package/lib/clients/mp_web/truemoney/hideToast.js +1 -1
- package/lib/clients/mp_web/truemoney/index.d.ts +33 -2
- package/lib/clients/mp_web/truemoney/index.js +128 -114
- package/lib/clients/mp_web/truemoney/makePhoneCall.js +1 -1
- package/lib/clients/mp_web/truemoney/multiLevelSelect.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateBack.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateTo.js +1 -1
- package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +1 -1
- package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/truemoney/offCompassChange.js +1 -1
- package/lib/clients/mp_web/truemoney/offMemoryWarning.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketClose.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketError.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketMessage.js +1 -1
- package/lib/clients/mp_web/truemoney/offSocketOpen.js +1 -1
- package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +1 -1
- package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +1 -1
- package/lib/clients/mp_web/truemoney/onCompassChange.js +1 -1
- package/lib/clients/mp_web/truemoney/onMemoryWarning.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketClose.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketError.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketMessage.js +1 -1
- package/lib/clients/mp_web/truemoney/onSocketOpen.js +1 -1
- package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +1 -1
- package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +1 -1
- package/lib/clients/mp_web/truemoney/openDocument.js +1 -1
- package/lib/clients/mp_web/truemoney/openSetting.js +1 -1
- package/lib/clients/mp_web/truemoney/openURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openURL.js +3 -0
- package/lib/clients/mp_web/truemoney/pageScrollTo.js +1 -1
- package/lib/clients/mp_web/truemoney/previewImage.js +1 -1
- package/lib/clients/mp_web/truemoney/prompt.js +1 -1
- package/lib/clients/mp_web/truemoney/reLaunch.js +1 -1
- package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +1 -1
- package/lib/clients/mp_web/truemoney/redirectTo.js +1 -1
- package/lib/clients/mp_web/truemoney/removeSavedFile.js +1 -1
- package/lib/clients/mp_web/truemoney/removeStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/request.js +1 -1
- package/lib/clients/mp_web/truemoney/saveFile.js +1 -1
- package/lib/clients/mp_web/truemoney/saveImage.js +1 -1
- package/lib/clients/mp_web/truemoney/scan.js +1 -1
- package/lib/clients/mp_web/truemoney/sendSocketMessage.js +1 -1
- package/lib/clients/mp_web/truemoney/setBackgroundColor.js +1 -1
- package/lib/clients/mp_web/truemoney/setCanPullDown.js +1 -1
- package/lib/clients/mp_web/truemoney/setClipboard.js +1 -1
- package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +1 -1
- package/lib/clients/mp_web/truemoney/setNavigationBar.js +1 -1
- package/lib/clients/mp_web/truemoney/setScreenBrightness.js +1 -1
- package/lib/clients/mp_web/truemoney/setStorage.js +1 -1
- package/lib/clients/mp_web/truemoney/setTabBarStyle.js +1 -1
- package/lib/clients/mp_web/truemoney/showActionSheet.js +1 -1
- package/lib/clients/mp_web/truemoney/showAuthGuide.js +1 -1
- package/lib/clients/mp_web/truemoney/showLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +1 -1
- package/lib/clients/mp_web/truemoney/showSharePanel.js +1 -1
- package/lib/clients/mp_web/truemoney/showToast.js +1 -1
- package/lib/clients/mp_web/truemoney/signContract.js +1 -1
- package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
- package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +1 -1
- package/lib/clients/mp_web/truemoney/switchTab.js +1 -1
- package/lib/clients/mp_web/truemoney/tradePay.js +1 -1
- package/lib/clients/mp_web/truemoney/uploadFile.js +1 -1
- package/lib/clients/mp_web/truemoney/vibrate.js +1 -1
- package/lib/clients/mp_web/truemoney/watchShake.js +1 -1
- package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/web/alipay/addPhoneContact.js +1 -1
- package/lib/clients/web/alipay/alert.d.ts +1 -1
- package/lib/clients/web/alipay/alert.js +1 -0
- package/lib/clients/web/alipay/chooseImage.d.ts +2 -2
- package/lib/clients/web/alipay/chooseImage.js +3 -5
- package/lib/clients/web/alipay/choosePhoneContact.d.ts +1 -1
- package/lib/clients/web/alipay/choosePhoneContact.js +1 -0
- package/lib/clients/web/alipay/clearStorage.d.ts +1 -1
- package/lib/clients/web/alipay/clearStorage.js +1 -0
- package/lib/clients/web/alipay/confirm.d.ts +1 -1
- package/lib/clients/web/alipay/confirm.js +1 -0
- package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/alipay/createWithoutAuthRpc.js +3 -0
- package/lib/clients/web/alipay/crossPay.js +1 -1
- package/lib/clients/web/alipay/datePicker.d.ts +1 -1
- package/lib/clients/web/alipay/datePicker.js +1 -0
- package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/alipay/defineRuntimeConfig.js +3 -0
- package/lib/clients/web/alipay/downloadFile.d.ts +1 -1
- package/lib/clients/web/alipay/downloadFile.js +1 -0
- package/lib/clients/web/alipay/exitApp.js +1 -1
- package/lib/clients/web/alipay/getAuthCode.d.ts +1 -1
- package/lib/clients/web/alipay/getAuthCode.js +1 -0
- package/lib/clients/web/alipay/getBatteryInfo.js +1 -1
- package/lib/clients/web/alipay/getClipboard.js +1 -1
- package/lib/clients/web/alipay/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/alipay/getCurrentLanguage.js +3 -0
- package/lib/clients/web/alipay/getFileInfo.js +1 -1
- package/lib/clients/web/alipay/getImageInfo.js +1 -1
- package/lib/clients/web/alipay/getLocation.d.ts +1 -1
- package/lib/clients/web/alipay/getLocation.js +1 -0
- package/lib/clients/web/alipay/getNetworkType.d.ts +1 -1
- package/lib/clients/web/alipay/getNetworkType.js +1 -0
- package/lib/clients/web/alipay/getPhoneNumber.d.ts +1 -1
- package/lib/clients/web/alipay/getPhoneNumber.js +1 -0
- package/lib/clients/web/alipay/getSavedFileInfo.js +1 -1
- package/lib/clients/web/alipay/getSavedFileList.js +1 -1
- package/lib/clients/web/alipay/getScreenBrightness.js +1 -1
- package/lib/clients/web/alipay/getServerTime.js +1 -1
- package/lib/clients/web/alipay/getSetting.js +1 -1
- package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getSiteInfo.js +1 -1
- package/lib/clients/web/alipay/getStorage.d.ts +1 -1
- package/lib/clients/web/alipay/getStorage.js +1 -0
- package/lib/clients/web/alipay/getSystemInfo.js +1 -1
- package/lib/clients/web/alipay/hideKeyboard.js +1 -1
- package/lib/clients/web/alipay/hideLoading.js +1 -1
- package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -0
- package/lib/clients/web/alipay/hideToast.js +1 -1
- package/lib/clients/web/alipay/index.d.ts +43 -16
- package/lib/clients/web/alipay/index.js +79 -73
- package/lib/clients/web/alipay/makePhoneCall.js +1 -1
- package/lib/clients/web/alipay/multiLevelSelect.d.ts +1 -1
- package/lib/clients/web/alipay/multiLevelSelect.js +1 -0
- package/lib/clients/web/alipay/navigateBack.d.ts +1 -1
- package/lib/clients/web/alipay/navigateBack.js +1 -0
- package/lib/clients/web/alipay/navigateBackMiniProgram.js +1 -1
- package/lib/clients/web/alipay/navigateTo.d.ts +1 -1
- package/lib/clients/web/alipay/navigateTo.js +1 -0
- package/lib/clients/web/alipay/navigateToMiniProgram.js +1 -1
- package/lib/clients/web/alipay/openDocument.js +1 -1
- package/lib/clients/web/alipay/openSetting.js +1 -1
- package/lib/clients/web/alipay/openURL.d.ts +2 -0
- package/lib/clients/web/alipay/openURL.js +3 -0
- package/lib/clients/web/alipay/previewImage.d.ts +1 -1
- package/lib/clients/web/alipay/previewImage.js +1 -0
- package/lib/clients/web/alipay/prompt.js +1 -1
- package/lib/clients/web/alipay/redirectTo.d.ts +1 -1
- package/lib/clients/web/alipay/redirectTo.js +1 -0
- package/lib/clients/web/alipay/removeSavedFile.js +1 -1
- package/lib/clients/web/alipay/removeStorage.d.ts +1 -1
- package/lib/clients/web/alipay/removeStorage.js +1 -0
- package/lib/clients/web/alipay/request.d.ts +1 -1
- package/lib/clients/web/alipay/request.js +1 -0
- package/lib/clients/web/alipay/rpc.js +1 -1
- package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +2 -0
- package/lib/clients/web/alipay/rpcWithAuthAPlus.js +3 -0
- package/lib/clients/web/alipay/saveFile.js +1 -1
- package/lib/clients/web/alipay/saveImage.d.ts +1 -1
- package/lib/clients/web/alipay/saveImage.js +2 -1
- package/lib/clients/web/alipay/scan.js +1 -1
- package/lib/clients/web/alipay/setClipboard.js +1 -1
- package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
- package/lib/clients/web/alipay/setKeepScreenOn.js +2 -1
- package/lib/clients/web/alipay/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/alipay/setNavigationBar.js +1 -0
- package/lib/clients/web/alipay/setScreenBrightness.js +1 -1
- package/lib/clients/web/alipay/setStorage.d.ts +1 -1
- package/lib/clients/web/alipay/setStorage.js +1 -0
- package/lib/clients/web/alipay/showActionSheet.d.ts +1 -1
- package/lib/clients/web/alipay/showActionSheet.js +1 -0
- package/lib/clients/web/alipay/showAuthGuide.d.ts +1 -1
- package/lib/clients/web/alipay/showAuthGuide.js +1 -0
- package/lib/clients/web/alipay/showLoading.js +1 -1
- package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -0
- package/lib/clients/web/alipay/showToast.d.ts +1 -1
- package/lib/clients/web/alipay/showToast.js +1 -0
- package/lib/clients/web/alipay/signContract.js +1 -1
- package/lib/clients/web/alipay/startApp.js +1 -1
- package/lib/clients/web/alipay/tradePay.d.ts +2 -3
- package/lib/clients/web/alipay/tradePay.js +3 -20
- package/lib/clients/web/alipay/uploadFile.d.ts +1 -1
- package/lib/clients/web/alipay/uploadFile.js +1 -0
- package/lib/clients/web/alipay/vibrate.js +1 -1
- package/lib/clients/web/demo/APRegionRPC.js +1 -1
- package/lib/clients/web/demo/addFatigueAction.js +1 -1
- package/lib/clients/web/demo/addPhoneContact.js +1 -1
- package/lib/clients/web/demo/alert.d.ts +1 -1
- package/lib/clients/web/demo/alert.js +1 -0
- package/lib/clients/web/demo/apDisableJSAPI.js +1 -1
- package/lib/clients/web/demo/appxrpc.js +1 -1
- package/lib/clients/web/demo/batchQueryCdpSpaceInfo.js +1 -1
- package/lib/clients/web/demo/chooseImage.d.ts +2 -2
- package/lib/clients/web/demo/chooseImage.js +3 -5
- package/lib/clients/web/demo/choosePhoneContact.d.ts +1 -1
- package/lib/clients/web/demo/choosePhoneContact.js +1 -0
- package/lib/clients/web/demo/clearStorage.d.ts +1 -1
- package/lib/clients/web/demo/clearStorage.js +1 -0
- package/lib/clients/web/demo/confirm.d.ts +1 -1
- package/lib/clients/web/demo/confirm.js +1 -0
- package/lib/clients/web/demo/datePicker.d.ts +1 -1
- package/lib/clients/web/demo/datePicker.js +1 -0
- package/lib/clients/web/demo/downloadFile.d.ts +1 -1
- package/lib/clients/web/demo/downloadFile.js +1 -0
- package/lib/clients/web/demo/exitApp.js +1 -1
- package/lib/clients/web/demo/getAppToken.js +1 -1
- package/lib/clients/web/demo/getAuthCode.d.ts +1 -1
- package/lib/clients/web/demo/getAuthCode.js +1 -0
- package/lib/clients/web/demo/getBatteryInfo.js +1 -1
- package/lib/clients/web/demo/getClipboard.js +1 -1
- package/lib/clients/web/demo/getComponentAuth.js +1 -1
- package/lib/clients/web/demo/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/demo/getCurrentLanguage.js +3 -0
- package/lib/clients/web/demo/getFileInfo.js +1 -1
- package/lib/clients/web/demo/getImageInfo.js +1 -1
- package/lib/clients/web/demo/getLocation.d.ts +1 -1
- package/lib/clients/web/demo/getLocation.js +1 -0
- package/lib/clients/web/demo/getNetworkType.d.ts +1 -1
- package/lib/clients/web/demo/getNetworkType.js +1 -0
- package/lib/clients/web/demo/getOpenUserInfo.d.ts +2 -1
- package/lib/clients/web/demo/getOpenUserInfo.js +3 -7
- package/lib/clients/web/demo/getPaymentCode.js +1 -1
- package/lib/clients/web/demo/getPhoneNumber.d.ts +1 -1
- package/lib/clients/web/demo/getPhoneNumber.js +1 -0
- package/lib/clients/web/demo/getSavedFileInfo.js +1 -1
- package/lib/clients/web/demo/getSavedFileList.js +1 -1
- package/lib/clients/web/demo/getScreenBrightness.js +1 -1
- package/lib/clients/web/demo/getServerTime.js +1 -1
- package/lib/clients/web/demo/getSetting.js +1 -1
- package/lib/clients/web/demo/getSiteInfo.d.ts +1 -1
- package/lib/clients/web/demo/getSiteInfo.js +1 -1
- package/lib/clients/web/demo/getStorage.d.ts +1 -1
- package/lib/clients/web/demo/getStorage.js +1 -0
- package/lib/clients/web/demo/getSystemInfo.js +1 -1
- package/lib/clients/web/demo/hideKeyboard.js +1 -1
- package/lib/clients/web/demo/hideLoading.js +1 -1
- package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/demo/hideNavigationBarLoading.js +1 -0
- package/lib/clients/web/demo/hideToast.js +1 -1
- package/lib/clients/web/demo/index.d.ts +22 -20
- package/lib/clients/web/demo/index.js +91 -95
- package/lib/clients/web/demo/inquireQuote.js +1 -1
- package/lib/clients/web/demo/isInstalledApp.js +1 -1
- package/lib/clients/web/demo/makePhoneCall.js +1 -1
- package/lib/clients/web/demo/multiLevelSelect.d.ts +1 -1
- package/lib/clients/web/demo/multiLevelSelect.js +1 -0
- package/lib/clients/web/demo/navigateBack.d.ts +1 -1
- package/lib/clients/web/demo/navigateBack.js +1 -0
- package/lib/clients/web/demo/navigateBackMiniProgram.js +1 -1
- package/lib/clients/web/demo/navigateTo.d.ts +1 -1
- package/lib/clients/web/demo/navigateTo.js +1 -0
- package/lib/clients/web/demo/navigateToBizScene.js +1 -1
- package/lib/clients/web/demo/navigateToMiniProgram.js +1 -1
- package/lib/clients/web/demo/openDocument.js +1 -1
- package/lib/clients/web/demo/openSchemeWithBacking.js +1 -1
- package/lib/clients/web/demo/openSetting.js +1 -1
- package/lib/clients/web/demo/previewImage.d.ts +1 -1
- package/lib/clients/web/demo/previewImage.js +1 -0
- package/lib/clients/web/demo/prompt.js +1 -1
- package/lib/clients/web/demo/redirectTo.d.ts +1 -1
- package/lib/clients/web/demo/redirectTo.js +1 -0
- package/lib/clients/web/demo/regionFetchAllApps.js +1 -1
- package/lib/clients/web/demo/regionSearchAppsByKeywords.js +1 -1
- package/lib/clients/web/demo/removeSavedFile.js +1 -1
- package/lib/clients/web/demo/removeStorage.d.ts +1 -1
- package/lib/clients/web/demo/removeStorage.js +1 -0
- package/lib/clients/web/demo/request.d.ts +1 -1
- package/lib/clients/web/demo/request.js +1 -0
- package/lib/clients/web/demo/rpc.js +1 -1
- package/lib/clients/web/demo/saveFile.js +1 -1
- package/lib/clients/web/demo/saveImage.d.ts +1 -1
- package/lib/clients/web/demo/saveImage.js +2 -1
- package/lib/clients/web/demo/scan.js +1 -1
- package/lib/clients/web/demo/setClipboard.js +1 -1
- package/lib/clients/web/demo/setKeepScreenOn.d.ts +1 -1
- package/lib/clients/web/demo/setKeepScreenOn.js +2 -1
- package/lib/clients/web/demo/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/demo/setNavigationBar.js +1 -0
- package/lib/clients/web/demo/setScreenBrightness.js +1 -1
- package/lib/clients/web/demo/setStorage.d.ts +1 -1
- package/lib/clients/web/demo/setStorage.js +1 -0
- package/lib/clients/web/demo/showActionSheet.d.ts +1 -1
- package/lib/clients/web/demo/showActionSheet.js +1 -0
- package/lib/clients/web/demo/showAuthGuide.d.ts +1 -1
- package/lib/clients/web/demo/showAuthGuide.js +1 -0
- package/lib/clients/web/demo/showLoading.js +1 -1
- package/lib/clients/web/demo/showNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/demo/showNavigationBarLoading.js +1 -0
- package/lib/clients/web/demo/showToast.d.ts +1 -1
- package/lib/clients/web/demo/showToast.js +1 -0
- package/lib/clients/web/demo/signContract.js +1 -1
- package/lib/clients/web/demo/startApp.js +1 -1
- package/lib/clients/web/demo/startBizService.js +1 -1
- package/lib/clients/web/demo/thirdPartyAuthForAc.js +1 -1
- package/lib/clients/web/demo/tradePay.js +1 -1
- package/lib/clients/web/demo/uploadApdidToken.js +1 -1
- package/lib/clients/web/demo/uploadFile.d.ts +1 -1
- package/lib/clients/web/demo/uploadFile.js +1 -0
- package/lib/clients/web/demo/vibrate.js +1 -1
- package/lib/clients/web/demo/writeBLECharacteristicValue.js +1 -1
- package/lib/clients/web/h5/alert.d.ts +2 -2
- package/lib/clients/web/h5/alert.js +3 -4
- package/lib/clients/web/h5/clearStorage.d.ts +2 -2
- package/lib/clients/web/h5/clearStorage.js +3 -4
- package/lib/clients/web/h5/clearStorageSync.d.ts +2 -1
- package/lib/clients/web/h5/clearStorageSync.js +3 -4
- package/lib/clients/web/h5/confirm.d.ts +2 -1
- package/lib/clients/web/h5/confirm.js +3 -1
- package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -1
- package/lib/clients/web/h5/createSelectorQuery.js +3 -4
- package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +2 -0
- package/lib/clients/web/h5/createWithoutAuthRpc.js +3 -0
- package/lib/clients/web/h5/defineRuntimeConfig.d.ts +2 -0
- package/lib/clients/web/h5/defineRuntimeConfig.js +3 -0
- package/lib/clients/web/h5/exitApp.d.ts +2 -1
- package/lib/clients/web/h5/exitApp.js +3 -4
- package/lib/clients/web/h5/getClipboard.d.ts +2 -2
- package/lib/clients/web/h5/getClipboard.js +3 -4
- package/lib/clients/web/h5/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/h5/getCurrentLanguage.js +3 -0
- package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -1
- package/lib/clients/web/h5/getLaunchOptionsSync.js +3 -4
- package/lib/clients/web/h5/getLocation.d.ts +2 -1
- package/lib/clients/web/h5/getLocation.js +3 -4
- package/lib/clients/web/h5/getNetworkType.d.ts +2 -2
- package/lib/clients/web/h5/getNetworkType.js +3 -4
- package/lib/clients/web/h5/getSiteInfo.d.ts +2 -2
- package/lib/clients/web/h5/getSiteInfo.js +3 -4
- package/lib/clients/web/h5/getStorage.d.ts +2 -2
- package/lib/clients/web/h5/getStorage.js +3 -13
- package/lib/clients/web/h5/getStorageSync.d.ts +2 -6
- package/lib/clients/web/h5/getStorageSync.js +3 -5
- package/lib/clients/web/h5/getSystemInfo.d.ts +2 -2
- package/lib/clients/web/h5/getSystemInfo.js +3 -4
- package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -1
- package/lib/clients/web/h5/getSystemInfoSync.js +3 -4
- package/lib/clients/web/h5/hideLoading.d.ts +2 -1
- package/lib/clients/web/h5/hideLoading.js +3 -1
- package/lib/clients/web/h5/hideToast.d.ts +2 -2
- package/lib/clients/web/h5/hideToast.js +3 -4
- package/lib/clients/web/h5/index.d.ts +28 -8
- package/lib/clients/web/h5/index.js +48 -39
- package/lib/clients/web/h5/makePhoneCall.d.ts +2 -3
- package/lib/clients/web/h5/makePhoneCall.js +3 -4
- package/lib/clients/web/h5/navigateBack.d.ts +2 -2
- package/lib/clients/web/h5/navigateBack.js +3 -4
- package/lib/clients/web/h5/navigateTo.d.ts +2 -2
- package/lib/clients/web/h5/navigateTo.js +3 -4
- package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -2
- package/lib/clients/web/h5/navigateToBizScene.js +3 -4
- package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -2
- package/lib/clients/web/h5/navigateToMiniProgram.js +3 -4
- package/lib/clients/web/h5/openURL.d.ts +2 -0
- package/lib/clients/web/h5/openURL.js +3 -0
- package/lib/clients/web/h5/pageScrollTo.d.ts +2 -2
- package/lib/clients/web/h5/pageScrollTo.js +3 -4
- package/lib/clients/web/h5/redirectTo.d.ts +2 -2
- package/lib/clients/web/h5/redirectTo.js +3 -4
- package/lib/clients/web/h5/removeStorage.d.ts +2 -2
- package/lib/clients/web/h5/removeStorage.js +3 -13
- package/lib/clients/web/h5/removeStorageSync.d.ts +2 -4
- package/lib/clients/web/h5/removeStorageSync.js +3 -4
- package/lib/clients/web/h5/request.d.ts +2 -2
- package/lib/clients/web/h5/request.js +3 -4
- package/lib/clients/web/h5/rpc.d.ts +2 -2
- package/lib/clients/web/h5/rpc.js +3 -16
- package/lib/clients/web/h5/setClipboard.d.ts +2 -2
- package/lib/clients/web/h5/setClipboard.js +3 -4
- package/lib/clients/web/h5/setNavigationBar.d.ts +2 -2
- package/lib/clients/web/h5/setNavigationBar.js +3 -4
- package/lib/clients/web/h5/setStorage.d.ts +2 -2
- package/lib/clients/web/h5/setStorage.js +3 -16
- package/lib/clients/web/h5/setStorageSync.d.ts +2 -5
- package/lib/clients/web/h5/setStorageSync.js +3 -7
- package/lib/clients/web/h5/showLoading.d.ts +2 -2
- package/lib/clients/web/h5/showLoading.js +3 -4
- package/lib/clients/web/h5/showToast.d.ts +2 -2
- package/lib/clients/web/h5/showToast.js +3 -4
- package/lib/clients/web/tngdh5ng/alert.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/alert.js +1 -0
- package/lib/clients/web/tngdh5ng/confirm.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/confirm.js +1 -0
- package/lib/clients/web/tngdh5ng/exitApp.js +1 -1
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +2 -0
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +3 -0
- package/lib/clients/web/tngdh5ng/getLocation.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/getLocation.js +1 -0
- package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/getNetworkType.js +1 -0
- package/lib/clients/web/tngdh5ng/getSystemInfo.js +1 -1
- package/lib/clients/web/tngdh5ng/hideLoading.js +1 -1
- package/lib/clients/web/tngdh5ng/hideToast.js +1 -1
- package/lib/clients/web/tngdh5ng/index.d.ts +3 -1
- package/lib/clients/web/tngdh5ng/index.js +21 -19
- package/lib/clients/web/tngdh5ng/makePhoneCall.js +1 -1
- package/lib/clients/web/tngdh5ng/navigateBack.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/navigateBack.js +1 -0
- package/lib/clients/web/tngdh5ng/navigateTo.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/navigateTo.js +1 -0
- package/lib/clients/web/tngdh5ng/prompt.js +1 -1
- package/lib/clients/web/tngdh5ng/setClipboard.js +1 -1
- package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/setNavigationBar.js +1 -0
- package/lib/clients/web/tngdh5ng/showLoading.js +1 -1
- package/lib/clients/web/tngdh5ng/showToast.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/showToast.js +1 -0
- package/lib/clients/web/tngdh5ng/vibrate.js +1 -1
- package/lib/code/authLoginSrcCode.d.ts +8 -0
- package/lib/code/authLoginSrcCode.js +282 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.d.ts +3 -0
- package/lib/common/apis/custom/mp/alipay/tradePay.js +20 -0
- package/lib/common/apis/custom/mp/wechat/showToast.d.ts +2 -0
- package/lib/common/apis/custom/mp/wechat/showToast.js +29 -0
- package/lib/common/apis/custom/web/getAppId.d.ts +3 -0
- package/lib/common/apis/custom/web/getAppId.js +8 -0
- package/lib/common/apis/custom/web/getAuthCode.js +9 -2
- package/lib/common/apis/custom/web/getCurrentPages.d.ts +3 -0
- package/lib/common/apis/custom/web/getCurrentPages.js +17 -0
- package/lib/common/apis/custom/web/getSDKVersion.d.ts +3 -0
- package/lib/common/apis/custom/web/getSDKVersion.js +17 -0
- package/lib/common/apis/custom/web/getStorage.js +1 -1
- package/lib/common/apis/custom/web/h5/alert.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/alert.js +4 -0
- package/lib/common/apis/custom/web/h5/clearStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/clearStorage.js +11 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/clearStorageSync.js +4 -0
- package/lib/common/apis/custom/web/h5/confirm.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/confirm.js +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/createSelectorQuery.js +4 -0
- package/lib/common/apis/custom/web/h5/exitApp.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/exitApp.js +4 -0
- package/lib/common/apis/custom/web/h5/getClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.js +4 -0
- package/lib/common/apis/custom/web/h5/getLocation.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getLocation.js +4 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getNetworkType.js +4 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSiteInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getStorage.js +16 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.d.ts +6 -0
- package/lib/common/apis/custom/web/h5/getStorageSync.js +8 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/getSystemInfo.js +4 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/getSystemInfoSync.js +4 -0
- package/lib/common/apis/custom/web/h5/hideLoading.d.ts +1 -0
- package/lib/common/apis/custom/web/h5/hideLoading.js +1 -0
- package/lib/common/apis/custom/web/h5/hideToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/hideToast.js +4 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/makePhoneCall.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateBack.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateBack.js +4 -0
- package/lib/common/apis/custom/web/h5/navigateTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/navigateTo.js +4 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/pageScrollTo.js +4 -0
- package/lib/common/apis/custom/web/h5/redirectTo.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/redirectTo.js +4 -0
- package/lib/common/apis/custom/web/h5/removeStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/removeStorage.js +14 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.d.ts +4 -0
- package/lib/common/apis/custom/web/h5/removeStorageSync.js +5 -0
- package/lib/common/apis/custom/web/h5/request.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/request.js +4 -0
- package/lib/common/apis/custom/web/h5/rpc.d.ts +3 -0
- package/lib/common/apis/custom/web/h5/rpc.js +14 -0
- package/lib/common/apis/custom/web/h5/setClipboard.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setClipboard.js +4 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setNavigationBar.js +4 -0
- package/lib/common/apis/custom/web/h5/setStorage.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/setStorage.js +15 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.d.ts +5 -0
- package/lib/common/apis/custom/web/h5/setStorageSync.js +6 -0
- package/lib/common/apis/custom/web/h5/showLoading.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showLoading.js +4 -0
- package/lib/common/apis/custom/web/h5/showToast.d.ts +2 -0
- package/lib/common/apis/custom/web/h5/showToast.js +4 -0
- package/lib/common/apis/custom/web/request.js +1 -1
- package/lib/common/apis/custom/web/setNavigationBar.js +1 -1
- package/lib/common/apis/custom/web/setStorage.js +1 -1
- package/lib/common/apis/generated/mp/getAuthCode.d.ts +8 -2
- package/lib/common/apis/generated/mp/rpc.d.ts +11 -2
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +11 -0
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +7 -0
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +5 -0
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +7 -0
- package/lib/common/apis/generated/mp_web/getAuthCode.d.ts +8 -2
- package/lib/common/apis/generated/mp_web/rpc.d.ts +11 -2
- package/lib/common/apis/generated/web/chooseImage.d.ts +11 -0
- package/lib/common/apis/generated/web/chooseImage.js +14 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.d.ts +11 -0
- package/lib/common/apis/generated/web/getOpenUserInfo.js +14 -0
- package/lib/common/apis/generated/web/rpc.d.ts +11 -2
- package/lib/common/apis/generated/web/saveImage.d.ts +9 -0
- package/lib/common/apis/generated/web/saveImage.js +14 -0
- package/lib/common/apis/generated/web/setKeepScreenOn.d.ts +9 -0
- package/lib/common/apis/generated/web/setKeepScreenOn.js +14 -0
- package/lib/common/utils/storage.d.ts +9 -0
- package/lib/common/utils/storage.js +47 -0
- package/lib/dsl.d.ts +2671 -0
- package/lib/{babel-compact.js → dsl.js} +161 -1581
- package/lib/index.js +4 -4
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/mp_web/mpay/openURL.js +26 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +14 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/tngd/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +1 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +3 -0
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +14 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +10 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +6 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +30 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openInApp.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +1 -0
- package/lib/internal/apis/custom/web/alipay/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/alipay/openURL.js +26 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +1 -0
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +1 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +3 -0
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +51 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +3 -0
- package/lib/internal/apis/custom/web/defineRuntimeConfig.js +9 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +2 -0
- package/lib/internal/apis/custom/web/getCurrentLanguage.js +12 -0
- package/lib/internal/apis/custom/web/h5/openURL.d.ts +2 -0
- package/lib/internal/apis/custom/web/h5/openURL.js +15 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +3 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +19 -0
- package/lib/internal/utils/baseOpenUrl.d.ts +15 -0
- package/lib/internal/utils/baseOpenUrl.js +125 -0
- package/lib/internal/utils/index.d.ts +9 -0
- package/lib/internal/utils/index.js +71 -0
- package/lib/internal/utils/language.d.ts +4 -0
- package/lib/internal/utils/language.js +46 -0
- package/lib/internal/utils/network/authLogin.d.ts +8 -0
- package/lib/internal/utils/network/authLogin.js +564 -0
- package/lib/internal/utils/network/index.d.ts +7 -0
- package/lib/internal/utils/network/index.js +244 -0
- package/lib/internal/utils/router.d.ts +35 -0
- package/lib/internal/utils/router.js +157 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/mp_web_alipay.js +1 -1
- package/lib/umd/mp_web_alipayhk.js +1 -1
- package/lib/umd/mp_web_chope.js +1 -1
- package/lib/umd/mp_web_dana.js +1 -1
- package/lib/umd/mp_web_demo.js +1 -1
- package/lib/umd/mp_web_gcash.js +1 -1
- package/lib/umd/mp_web_mpay.js +2 -0
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.js +2 -0
- package/lib/umd/mp_web_toss.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_truemoney.js +1 -1
- package/lib/umd/web_alipay.js +2 -1
- package/lib/umd/web_alipay.js.LICENSE.txt +1 -0
- package/lib/umd/web_demo.js +1 -1
- package/lib/umd/web_h5.js +1 -1
- package/lib/umd/web_tngdh5ng.js +1 -1
- package/lib/whichCanIUse/index.js +3 -3
- package/lib/whichCanIUse/mp.js +7 -7
- package/lib/whichCanIUse/mp_web.d.ts +2 -0
- package/lib/whichCanIUse/mp_web.js +10 -8
- package/lib/whichCanIUse/web.js +4 -4
- package/package.json +26 -8
- package/lib/clients/mp/demo/crossPay.d.ts +0 -2
- package/lib/clients/mp/demo/crossPay.js +0 -3
- package/lib/clients/mp/demo/onMessage.d.ts +0 -2
- package/lib/clients/mp/demo/onMessage.js +0 -3
- package/lib/clients/mp/demo/postMessage.d.ts +0 -2
- package/lib/clients/mp/demo/postMessage.js +0 -3
- package/lib/clients/mp_web/alipay/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/alipay/canIUse.js +0 -2
- package/lib/clients/mp_web/alipay/getSystemInfoSync.d.ts +0 -2
- package/lib/clients/mp_web/alipay/getSystemInfoSync.js +0 -2
- package/lib/clients/mp_web/alipayhk/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/canIUse.js +0 -2
- package/lib/clients/mp_web/chope/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/chope/canIUse.js +0 -2
- package/lib/clients/mp_web/dana/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/dana/canIUse.js +0 -2
- package/lib/clients/mp_web/demo/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/demo/canIUse.js +0 -2
- package/lib/clients/mp_web/demo/crossPay.d.ts +0 -2
- package/lib/clients/mp_web/demo/crossPay.js +0 -3
- package/lib/clients/mp_web/demo/getSystemInfoSync.d.ts +0 -2
- package/lib/clients/mp_web/demo/getSystemInfoSync.js +0 -3
- package/lib/clients/mp_web/gcash/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/gcash/canIUse.js +0 -2
- package/lib/clients/mp_web/tngd/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/tngd/canIUse.js +0 -2
- package/lib/clients/mp_web/truemoney/canIUse.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/canIUse.js +0 -2
- package/lib/clients/web/alipay/hideOptionButton.d.ts +0 -1
- package/lib/clients/web/alipay/hideOptionButton.js +0 -7
- package/lib/clients/web/alipay/reLaunch.d.ts +0 -2
- package/lib/clients/web/alipay/reLaunch.js +0 -2
- package/lib/clients/web/alipay/setOptionMenu.d.ts +0 -1
- package/lib/clients/web/alipay/setOptionMenu.js +0 -7
- package/lib/clients/web/alipay/setTabBarStyle.d.ts +0 -2
- package/lib/clients/web/alipay/setTabBarStyle.js +0 -2
- package/lib/clients/web/alipay/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/alipay/startPullDownRefresh.js +0 -2
- package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/alipay/stopPullDownRefresh.js +0 -2
- package/lib/clients/web/demo/crossPay.d.ts +0 -2
- package/lib/clients/web/demo/crossPay.js +0 -3
- package/lib/clients/web/demo/hideOptionButton.d.ts +0 -2
- package/lib/clients/web/demo/hideOptionButton.js +0 -3
- package/lib/clients/web/demo/offCompassChange.d.ts +0 -2
- package/lib/clients/web/demo/offCompassChange.js +0 -3
- package/lib/clients/web/demo/offMemoryWarning.d.ts +0 -2
- package/lib/clients/web/demo/offMemoryWarning.js +0 -3
- package/lib/clients/web/demo/onAccelerometerChange.d.ts +0 -2
- package/lib/clients/web/demo/onAccelerometerChange.js +0 -3
- package/lib/clients/web/demo/paySignCenter.d.ts +0 -1
- package/lib/clients/web/demo/paySignCenter.js +0 -7
- package/lib/clients/web/demo/reLaunch.d.ts +0 -2
- package/lib/clients/web/demo/reLaunch.js +0 -2
- package/lib/clients/web/demo/setBackgroundColor.d.ts +0 -2
- package/lib/clients/web/demo/setBackgroundColor.js +0 -3
- package/lib/clients/web/demo/setOptionMenu.d.ts +0 -1
- package/lib/clients/web/demo/setOptionMenu.js +0 -7
- package/lib/clients/web/demo/setTabBarStyle.d.ts +0 -2
- package/lib/clients/web/demo/setTabBarStyle.js +0 -2
- package/lib/clients/web/demo/startPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/demo/startPullDownRefresh.js +0 -2
- package/lib/clients/web/demo/stopPullDownRefresh.d.ts +0 -2
- package/lib/clients/web/demo/stopPullDownRefresh.js +0 -2
- package/lib/clients/web/demo/watchShake.d.ts +0 -2
- package/lib/clients/web/demo/watchShake.js +0 -3
- package/lib/clients/web/h5/getAppIdSync.d.ts +0 -1
- package/lib/clients/web/h5/getAppIdSync.js +0 -4
- package/lib/clients/web/tngdh5ng/getClipboard.d.ts +0 -2
- package/lib/clients/web/tngdh5ng/getClipboard.js +0 -2
- package/lib/common/apis/generated/mp/onMessage.d.ts +0 -2
- package/lib/common/apis/generated/mp/onMessage.js +0 -6
- package/lib/common/apis/generated/mp/postMessage.d.ts +0 -2
- package/lib/common/apis/generated/mp/postMessage.js +0 -4
- package/lib/common/apis/generated/mp_web/canIUse.d.ts +0 -2
- package/lib/common/apis/generated/mp_web/canIUse.js +0 -4
- package/lib/common/apis/generated/mp_web/getSystemInfoSync.d.ts +0 -2
- package/lib/common/apis/generated/mp_web/getSystemInfoSync.js +0 -4
- package/lib/common/apis/generated/web/hideOptionButton.d.ts +0 -3
- package/lib/common/apis/generated/web/hideOptionButton.js +0 -8
- package/lib/common/apis/generated/web/offCompassChange.d.ts +0 -2
- package/lib/common/apis/generated/web/offCompassChange.js +0 -4
- package/lib/common/apis/generated/web/offMemoryWarning.d.ts +0 -4
- package/lib/common/apis/generated/web/offMemoryWarning.js +0 -4
- package/lib/common/apis/generated/web/onAccelerometerChange.d.ts +0 -6
- package/lib/common/apis/generated/web/onAccelerometerChange.js +0 -4
- package/lib/common/apis/generated/web/setBackgroundColor.d.ts +0 -2
- package/lib/common/apis/generated/web/setBackgroundColor.js +0 -4
- package/lib/common/apis/generated/web/watchShake.d.ts +0 -2
- package/lib/common/apis/generated/web/watchShake.js +0 -4
- /package/lib/{appEnv/index.d.ts → appEnv.d.ts} +0 -0
- /package/lib/{appEnv/index.js → appEnv.js} +0 -0
- /package/lib/common/{utils.d.ts → utils/index.d.ts} +0 -0
- /package/lib/common/{utils.js → utils/index.js} +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see mp_web_toss.js.LICENSE.txt */
|
|
2
|
+
!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,(()=>(()=>{var e={9644:(e,t,n)=>{e.exports=n(5644)},353:(e,t,n)=>{"use strict";var r=n(3044),o=n(6955),a=n(2233),i=n(8030),s=n(7948),c=n(1875),u=n(842),p=n(8560),l=n(1218),f=n(8047),h=n(738);e.exports=function(e){return new Promise((function(t,n){var d,y=e.data,v=e.headers,m=e.responseType;function g(){e.cancelToken&&e.cancelToken.unsubscribe(d),e.signal&&e.signal.removeEventListener("abort",d)}r.isFormData(y)&&r.isStandardBrowserEnv()&&delete v["Content-Type"];var b=new XMLHttpRequest;if(e.auth){var w=e.auth.username||"",O=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";v.Authorization="Basic "+btoa(w+":"+O)}var A=s(e.baseURL,e.url);function x(){if(b){var r="getAllResponseHeaders"in b?c(b.getAllResponseHeaders()):null,a={data:m&&"text"!==m&&"json"!==m?b.response:b.responseText,status:b.status,statusText:b.statusText,headers:r,config:e,request:b};o((function(e){t(e),g()}),(function(e){n(e),g()}),a),b=null}}if(b.open(e.method.toUpperCase(),i(A,e.params,e.paramsSerializer),!0),b.timeout=e.timeout,"onloadend"in b?b.onloadend=x:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(x)},b.onabort=function(){b&&(n(new l("Request aborted",l.ECONNABORTED,e,b)),b=null)},b.onerror=function(){n(new l("Network Error",l.ERR_NETWORK,e,b,b)),b=null},b.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||p;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new l(t,r.clarifyTimeoutError?l.ETIMEDOUT:l.ECONNABORTED,e,b)),b=null},r.isStandardBrowserEnv()){var S=(e.withCredentials||u(A))&&e.xsrfCookieName?a.read(e.xsrfCookieName):void 0;S&&(v[e.xsrfHeaderName]=S)}"setRequestHeader"in b&&r.forEach(v,(function(e,t){void 0===y&&"content-type"===t.toLowerCase()?delete v[t]:b.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(b.withCredentials=!!e.withCredentials),m&&"json"!==m&&(b.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&b.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(d=function(e){b&&(n(!e||e&&e.type?new f:e),b.abort(),b=null)},e.cancelToken&&e.cancelToken.subscribe(d),e.signal&&(e.signal.aborted?d():e.signal.addEventListener("abort",d))),y||(y=null);var E=h(A);E&&-1===["http","https","file"].indexOf(E)?n(new l("Unsupported protocol "+E+":",l.ERR_BAD_REQUEST,e)):b.send(y)}))}},5644:(e,t,n)=>{"use strict";var r=n(3044),o=n(3644),a=n(2215),i=n(2937),s=function e(t){var n=new a(t),s=o(a.prototype.request,n);return r.extend(s,a.prototype,n),r.extend(s,n),s.create=function(n){return e(i(t,n))},s}(n(663));s.Axios=a,s.CanceledError=n(8047),s.CancelToken=n(4089),s.isCancel=n(8041),s.VERSION=n(9241).version,s.toFormData=n(9027),s.AxiosError=n(1218),s.Cancel=s.CanceledError,s.all=function(e){return Promise.all(e)},s.spread=n(783),s.isAxiosError=n(5587),e.exports=s,e.exports.default=s},4089:(e,t,n)=>{"use strict";var r=n(8047);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t<r;t++)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},o.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},8047:(e,t,n)=>{"use strict";var r=n(1218);function o(e){r.call(this,null==e?"canceled":e,r.ERR_CANCELED),this.name="CanceledError"}n(3044).inherits(o,r,{__CANCEL__:!0}),e.exports=o},8041:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},2215:(e,t,n)=>{"use strict";var r=n(3044),o=n(8030),a=n(946),i=n(6895),s=n(2937),c=n(7948),u=n(7525),p=u.validators;function l(e){this.defaults=e,this.interceptors={request:new a,response:new a}}l.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var n=t.transitional;void 0!==n&&u.assertOptions(n,{silentJSONParsing:p.transitional(p.boolean),forcedJSONParsing:p.transitional(p.boolean),clarifyTimeoutError:p.transitional(p.boolean)},!1);var r=[],o=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(o=o&&e.synchronous,r.unshift(e.fulfilled,e.rejected))}));var a,c=[];if(this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)})),!o){var l=[i,void 0];for(Array.prototype.unshift.apply(l,r),l=l.concat(c),a=Promise.resolve(t);l.length;)a=a.then(l.shift(),l.shift());return a}for(var f=t;r.length;){var h=r.shift(),d=r.shift();try{f=h(f)}catch(e){d(e);break}}try{a=i(f)}catch(e){return Promise.reject(e)}for(;c.length;)a=a.then(c.shift(),c.shift());return a},l.prototype.getUri=function(e){e=s(this.defaults,e);var t=c(e.baseURL,e.url);return o(t,e.params,e.paramsSerializer)},r.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(e){function t(t){return function(n,r,o){return this.request(s(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}l.prototype[e]=t(),l.prototype[e+"Form"]=t(!0)})),e.exports=l},1218:(e,t,n)=>{"use strict";var r=n(3044);function o(e,t,n,r,o){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),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 a=o.prototype,i={};["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(e){i[e]={value:e}})),Object.defineProperties(o,i),Object.defineProperty(a,"isAxiosError",{value:!0}),o.from=function(e,t,n,i,s,c){var u=Object.create(a);return r.toFlatObject(e,u,(function(e){return e!==Error.prototype})),o.call(u,e.message,t,n,i,s),u.name=e.name,c&&Object.assign(u,c),u},e.exports=o},946:(e,t,n)=>{"use strict";var r=n(3044);function o(){this.handlers=[]}o.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},o.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},o.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=o},7948:(e,t,n)=>{"use strict";var r=n(9192),o=n(8762);e.exports=function(e,t){return e&&!r(t)?o(e,t):t}},6895:(e,t,n)=>{"use strict";var r=n(3044),o=n(8556),a=n(8041),i=n(663),s=n(8047);function c(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s}e.exports=function(e){return c(e),e.headers=e.headers||{},e.data=o.call(e,e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||i.adapter)(e).then((function(t){return c(e),t.data=o.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(c(e),t&&t.response&&(t.response.data=o.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},2937:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e,t){t=t||{};var n={};function o(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function a(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:o(void 0,e[n]):o(e[n],t[n])}function i(e){if(!r.isUndefined(t[e]))return o(void 0,t[e])}function s(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:o(void 0,e[n]):o(void 0,t[n])}function c(n){return n in t?o(e[n],t[n]):n in e?o(void 0,e[n]):void 0}var u={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:c};return r.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=u[e]||a,o=t(e);r.isUndefined(o)&&t!==c||(n[e]=o)})),n}},6955:(e,t,n)=>{"use strict";var r=n(1218);e.exports=function(e,t,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(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)):e(n)}},8556:(e,t,n)=>{"use strict";var r=n(3044),o=n(663);e.exports=function(e,t,n){var a=this||o;return r.forEach(n,(function(n){e=n.call(a,e,t)})),e}},663:(e,t,n)=>{"use strict";var r=n(3044),o=n(8868),a=n(1218),i=n(8560),s=n(9027),c={"Content-Type":"application/x-www-form-urlencoded"};function u(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var p,l={transitional:i,adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(p=n(353)),p),transformRequest:[function(e,t){if(o(t,"Accept"),o(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e))return e;if(r.isArrayBufferView(e))return e.buffer;if(r.isURLSearchParams(e))return u(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var n,a=r.isObject(e),i=t&&t["Content-Type"];if((n=r.isFileList(e))||a&&"multipart/form-data"===i){var c=this.env&&this.env.FormData;return s(n?{"files[]":e}:e,c&&new c)}return a||"application/json"===i?(u(t,"application/json"),function(e){if(r.isString(e))try{return(0,JSON.parse)(e),r.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||l.transitional,n=t&&t.silentJSONParsing,o=t&&t.forcedJSONParsing,i=!n&&"json"===this.responseType;if(i||o&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(i){if("SyntaxError"===e.name)throw a.from(e,a.ERR_BAD_RESPONSE,this,null,this.response);throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n(4684)},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(c)})),e.exports=l},8560:e=>{"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},9241:e=>{e.exports={version:"0.27.2"}},3644:e=>{"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},8030:(e,t,n)=>{"use strict";var r=n(3044);function o(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var a;if(n)a=n(t);else if(r.isURLSearchParams(t))a=t.toString();else{var i=[];r.forEach(t,(function(e,t){null!=e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),i.push(o(t)+"="+o(e))})))})),a=i.join("&")}if(a){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},8762:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},2233:(e,t,n)=>{"use strict";var r=n(3044);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,o,a,i){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(o)&&s.push("path="+o),r.isString(a)&&s.push("domain="+a),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},9192:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},5587:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e){return r.isObject(e)&&!0===e.isAxiosError}},842:(e,t,n)=>{"use strict";var r=n(3044);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(e){var r=e;return t&&(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 e=o(window.location.href),function(t){var n=r.isString(t)?o(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},8868:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},4684:e=>{e.exports=null},1875:(e,t,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"];e.exports=function(e){var t,n,a,i={};return e?(r.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=r.trim(e.substr(0,a)).toLowerCase(),n=r.trim(e.substr(a+1)),t){if(i[t]&&o.indexOf(t)>=0)return;i[t]="set-cookie"===t?(i[t]?i[t]:[]).concat([n]):i[t]?i[t]+", "+n:n}})),i):i}},738:e=>{"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},783:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},9027:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e,t){t=t||new FormData;var n=[];function o(e){return null===e?"":r.isDate(e)?e.toISOString():r.isArrayBuffer(e)||r.isTypedArray(e)?"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}return function e(a,i){if(r.isPlainObject(a)||r.isArray(a)){if(-1!==n.indexOf(a))throw Error("Circular reference detected in "+i);n.push(a),r.forEach(a,(function(n,a){if(!r.isUndefined(n)){var s,c=i?i+"."+a:a;if(n&&!i&&"object"==typeof n)if(r.endsWith(a,"{}"))n=JSON.stringify(n);else if(r.endsWith(a,"[]")&&(s=r.toArray(n)))return void s.forEach((function(e){!r.isUndefined(e)&&t.append(c,o(e))}));e(n,c)}})),n.pop()}else t.append(i,o(a))}(e),t}},7525:(e,t,n)=>{"use strict";var r=n(9241).version,o=n(1218),a={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){a[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var i={};a.transitional=function(e,t,n){function a(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,s){if(!1===e)throw new o(a(r," has been removed"+(t?" in "+t:"")),o.ERR_DEPRECATED);return t&&!i[r]&&(i[r]=!0,console.warn(a(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,s)}},e.exports={assertOptions:function(e,t,n){if("object"!=typeof e)throw new o("options must be an object",o.ERR_BAD_OPTION_VALUE);for(var r=Object.keys(e),a=r.length;a-- >0;){var i=r[a],s=t[i];if(s){var c=e[i],u=void 0===c||s(c,i,e);if(!0!==u)throw new o("option "+i+" must be "+u,o.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new o("Unknown option "+i,o.ERR_BAD_OPTION)}},validators:a}},3044:(e,t,n)=>{"use strict";var r,o=n(3644),a=Object.prototype.toString,i=(r=Object.create(null),function(e){var t=a.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())});function s(e){return e=e.toLowerCase(),function(t){return i(t)===e}}function c(e){return Array.isArray(e)}function u(e){return void 0===e}var p=s("ArrayBuffer");function l(e){return null!==e&&"object"==typeof e}function f(e){if("object"!==i(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var h=s("Date"),d=s("File"),y=s("Blob"),v=s("FileList");function m(e){return"[object Function]"===a.call(e)}var g=s("URLSearchParams");function b(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),c(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}var w,O=(w="undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array),function(e){return w&&e instanceof w});e.exports={isArray:c,isArrayBuffer:p,isBuffer:function(e){return null!==e&&!u(e)&&null!==e.constructor&&!u(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){var t="[object FormData]";return e&&("function"==typeof FormData&&e instanceof FormData||a.call(e)===t||m(e.toString)&&e.toString()===t)},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&p(e.buffer)},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:l,isPlainObject:f,isUndefined:u,isDate:h,isFile:d,isBlob:y,isFunction:m,isStream:function(e){return l(e)&&m(e.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 e(){var t={};function n(n,r){f(t[r])&&f(n)?t[r]=e(t[r],n):f(n)?t[r]=e({},n):c(n)?t[r]=n.slice():t[r]=n}for(var r=0,o=arguments.length;r<o;r++)b(arguments[r],n);return t},extend:function(e,t,n){return b(t,(function(t,r){e[r]=n&&"function"==typeof t?o(t,n):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,n,r){e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,n&&Object.assign(e.prototype,n)},toFlatObject:function(e,t,n){var r,o,a,i={};t=t||{};do{for(o=(r=Object.getOwnPropertyNames(e)).length;o-- >0;)i[a=r[o]]||(t[a]=e[a],i[a]=!0);e=Object.getPrototypeOf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:i,kindOfTest:s,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;var t=e.length;if(u(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},isTypedArray:O,isFileList:v}},7359:function(e,t,n){var r;e.exports=(r=r||function(e){var t;if("undefined"!=typeof window&&window.crypto&&(t=window.crypto),"undefined"!=typeof self&&self.crypto&&(t=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(t=globalThis.crypto),!t&&"undefined"!=typeof window&&window.msCrypto&&(t=window.msCrypto),!t&&void 0!==n.g&&n.g.crypto&&(t=n.g.crypto),!t)try{t=n(633)}catch(e){}var r=function(){if(t){if("function"==typeof t.getRandomValues)try{return t.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof t.randomBytes)try{return t.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),a={},i=a.lib={},s=i.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=i.WordArray=s.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||p).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,o=e.sigBytes;if(this.clamp(),r%4)for(var a=0;a<o;a++){var i=n[a>>>2]>>>24-a%4*8&255;t[r+a>>>2]|=i<<24-(r+a)%4*8}else for(var s=0;s<o;s+=4)t[r+s>>>2]=n[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(r());return new c.init(t,e)}}),u=a.enc={},p=u.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],o=0;o<n;o++){var a=t[o>>>2]>>>24-o%4*8&255;r.push((a>>>4).toString(16)),r.push((15&a).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new c.init(n,t/2)}},l=u.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],o=0;o<n;o++){var a=t[o>>>2]>>>24-o%4*8&255;r.push(String.fromCharCode(a))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new c.init(n,t)}},f=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(l.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return l.parse(unescape(encodeURIComponent(e)))}},h=i.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,o=r.words,a=r.sigBytes,i=this.blockSize,s=a/(4*i),u=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*i,p=e.min(4*u,a);if(u){for(var l=0;l<u;l+=i)this._doProcessBlock(o,l);n=o.splice(0,u),r.sigBytes-=p}return new c.init(n,p)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),d=(i.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new d.HMAC.init(e,n).finalize(t)}}}),a.algo={});return a}(Math),r)},9174:function(e,t,n){var r;e.exports=(r=n(7359),function(e){var t=r,n=t.lib,o=n.WordArray,a=n.Hasher,i=t.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*e.abs(e.sin(t+1))|0}();var c=i.MD5=a.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,o=e[r];e[r]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var a=this._hash.words,i=e[t+0],c=e[t+1],h=e[t+2],d=e[t+3],y=e[t+4],v=e[t+5],m=e[t+6],g=e[t+7],b=e[t+8],w=e[t+9],O=e[t+10],A=e[t+11],x=e[t+12],S=e[t+13],E=e[t+14],P=e[t+15],j=a[0],C=a[1],T=a[2],_=a[3];j=u(j,C,T,_,i,7,s[0]),_=u(_,j,C,T,c,12,s[1]),T=u(T,_,j,C,h,17,s[2]),C=u(C,T,_,j,d,22,s[3]),j=u(j,C,T,_,y,7,s[4]),_=u(_,j,C,T,v,12,s[5]),T=u(T,_,j,C,m,17,s[6]),C=u(C,T,_,j,g,22,s[7]),j=u(j,C,T,_,b,7,s[8]),_=u(_,j,C,T,w,12,s[9]),T=u(T,_,j,C,O,17,s[10]),C=u(C,T,_,j,A,22,s[11]),j=u(j,C,T,_,x,7,s[12]),_=u(_,j,C,T,S,12,s[13]),T=u(T,_,j,C,E,17,s[14]),j=p(j,C=u(C,T,_,j,P,22,s[15]),T,_,c,5,s[16]),_=p(_,j,C,T,m,9,s[17]),T=p(T,_,j,C,A,14,s[18]),C=p(C,T,_,j,i,20,s[19]),j=p(j,C,T,_,v,5,s[20]),_=p(_,j,C,T,O,9,s[21]),T=p(T,_,j,C,P,14,s[22]),C=p(C,T,_,j,y,20,s[23]),j=p(j,C,T,_,w,5,s[24]),_=p(_,j,C,T,E,9,s[25]),T=p(T,_,j,C,d,14,s[26]),C=p(C,T,_,j,b,20,s[27]),j=p(j,C,T,_,S,5,s[28]),_=p(_,j,C,T,h,9,s[29]),T=p(T,_,j,C,g,14,s[30]),j=l(j,C=p(C,T,_,j,x,20,s[31]),T,_,v,4,s[32]),_=l(_,j,C,T,b,11,s[33]),T=l(T,_,j,C,A,16,s[34]),C=l(C,T,_,j,E,23,s[35]),j=l(j,C,T,_,c,4,s[36]),_=l(_,j,C,T,y,11,s[37]),T=l(T,_,j,C,g,16,s[38]),C=l(C,T,_,j,O,23,s[39]),j=l(j,C,T,_,S,4,s[40]),_=l(_,j,C,T,i,11,s[41]),T=l(T,_,j,C,d,16,s[42]),C=l(C,T,_,j,m,23,s[43]),j=l(j,C,T,_,w,4,s[44]),_=l(_,j,C,T,x,11,s[45]),T=l(T,_,j,C,P,16,s[46]),j=f(j,C=l(C,T,_,j,h,23,s[47]),T,_,i,6,s[48]),_=f(_,j,C,T,g,10,s[49]),T=f(T,_,j,C,E,15,s[50]),C=f(C,T,_,j,v,21,s[51]),j=f(j,C,T,_,x,6,s[52]),_=f(_,j,C,T,d,10,s[53]),T=f(T,_,j,C,O,15,s[54]),C=f(C,T,_,j,c,21,s[55]),j=f(j,C,T,_,b,6,s[56]),_=f(_,j,C,T,P,10,s[57]),T=f(T,_,j,C,m,15,s[58]),C=f(C,T,_,j,S,21,s[59]),j=f(j,C,T,_,y,6,s[60]),_=f(_,j,C,T,A,10,s[61]),T=f(T,_,j,C,h,15,s[62]),C=f(C,T,_,j,w,21,s[63]),a[0]=a[0]+j|0,a[1]=a[1]+C|0,a[2]=a[2]+T|0,a[3]=a[3]+_|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,o=8*t.sigBytes;n[o>>>5]|=128<<24-o%32;var a=e.floor(r/4294967296),i=r;n[15+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),n[14+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,c=s.words,u=0;u<4;u++){var p=c[u];c[u]=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function u(e,t,n,r,o,a,i){var s=e+(t&n|~t&r)+o+i;return(s<<a|s>>>32-a)+t}function p(e,t,n,r,o,a,i){var s=e+(t&r|n&~r)+o+i;return(s<<a|s>>>32-a)+t}function l(e,t,n,r,o,a,i){var s=e+(t^n^r)+o+i;return(s<<a|s>>>32-a)+t}function f(e,t,n,r,o,a,i){var s=e+(n^(t|~r))+o+i;return(s<<a|s>>>32-a)+t}t.MD5=a._createHelper(c),t.HmacMD5=a._createHmacHelper(c)}(Math),r.MD5)},5554:e=>{"use strict";var t="%[a-f0-9]{2}",n=new RegExp("("+t+")|([^%]+?)","gi"),r=new RegExp("("+t+")+","gi");function o(e,t){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],o(n),o(r))}function a(e){try{return decodeURIComponent(e)}catch(a){for(var t=e.match(n)||[],r=1;r<t.length;r++)t=(e=o(t,r).join("")).match(n)||[];return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=r.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var o=a(n[0]);o!==n[0]&&(t[n[0]]=o)}n=r.exec(e)}t["%C2"]="�";for(var i=Object.keys(t),s=0;s<i.length;s++){var c=i[s];e=e.replace(new RegExp(c,"g"),t[c])}return e}(e)}}},3563:(e,t,n)=>{"use strict";function r(e){return r="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},r(e)}n(6635);var o=n(5554);function a(e,t){if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];var n=e.indexOf(t);return-1===n?[e]:[e.slice(0,n),e.slice(n+t.length)]}function i(e,t){return t.decode?o(e):e}function s(e){return Array.isArray(e)?e.sort():"object"===r(e)?s(Object.keys(e)).sort((function(e,t){return Number(e)-Number(t)})).map((function(t){return e[t]})):e}function c(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}t.Qc=function(e,t){var n=function(e){var t;switch(e.arrayFormat){case"index":return function(e,n,r){t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return function(e,n,r){t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};case"comma":return function(e,t,n){var r="string"==typeof t&&t.split("").indexOf(",")>-1?t.split(","):t;n[e]=r};default:return function(e,t,n){void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",parseNumbers:!1,parseBooleans:!1},t)),o=Object.create(null);if("string"!=typeof e)return o;if(!(e=e.trim().replace(/^[?#&]/,"")))return o;var u,p,l=!0,f=!1,h=void 0;try{for(var d,y=e.split("&")[Symbol.iterator]();!(l=(d=y.next()).done);l=!0){var v=(u=a(d.value.replace(/\+/g," "),"="),p=2,function(e){if(Array.isArray(e))return e}(u)||function(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw a}}return n}}(u,p)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),m=v[0];w=void 0===(w=v[1])?null:i(w,t),n(i(m,t),w,o)}}catch(e){f=!0,h=e}finally{try{l||null==y.return||y.return()}finally{if(f)throw h}}for(var g=0,b=Object.keys(o);g<b.length;g++){var w;if(m=b[g],"object"===r(w=o[m])&&null!==w)for(var O=0,A=Object.keys(w);O<A.length;O++){var x=A[O];w[x]=c(w[x],t)}else o[m]=c(w,t)}return!1===t.sort?o:(!0===t.sort?Object.keys(o).sort():Object.keys(o).sort(t.sort)).reduce((function(e,t){var n=o[t];return Boolean(n)&&"object"===r(n)&&!Array.isArray(n)?e[t]=s(n):e[t]=n,e}),Object.create(null))}},6635:e=>{"use strict";e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},7375:(e,t)=>{"use strict";var n=Object.prototype.hasOwnProperty;function r(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function o(e){try{return encodeURIComponent(e)}catch(e){return null}}t.stringify=function(e,t){t=t||"";var r,a,i=[];for(a in"string"!=typeof t&&(t="?"),e)if(n.call(e,a)){if((r=e[a])||null!=r&&!isNaN(r)||(r=""),a=o(a),r=o(r),null===a||null===r)continue;i.push(a+"="+r)}return i.length?t+i.join("&"):""},t.parse=function(e){for(var t,n=/([^=?#&]+)=?([^&]*)/g,o={};t=n.exec(e);){var a=r(t[1]),i=r(t[2]);null===a||null===i||a in o||(o[a]=i)}return o}},7245:e=>{"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},5731:(e,t,n)=>{"use strict";var r=n(7245),o=n(7375),a=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,i=/[\n\r\t]/g,s=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,c=/:\d+$/,u=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,p=/^[a-zA-Z]:/;function l(e){return(e||"").toString().replace(a,"")}var f=[["#","hash"],["?","query"],function(e,t){return y(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],h={hash:1,query:1};function d(e){var t,r=("undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{}).location||{},o={},a=typeof(e=e||r);if("blob:"===e.protocol)o=new m(unescape(e.pathname),{});else if("string"===a)for(t in o=new m(e,{}),h)delete o[t];else if("object"===a){for(t in e)t in h||(o[t]=e[t]);void 0===o.slashes&&(o.slashes=s.test(e.href))}return o}function y(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function v(e,t){e=(e=l(e)).replace(i,""),t=t||{};var n,r=u.exec(e),o=r[1]?r[1].toLowerCase():"",a=!!r[2],s=!!r[3],c=0;return a?s?(n=r[2]+r[3]+r[4],c=r[2].length+r[3].length):(n=r[2]+r[4],c=r[2].length):s?(n=r[3]+r[4],c=r[3].length):n=r[4],"file:"===o?c>=2&&(n=n.slice(2)):y(o)?n=r[4]:o?a&&(n=n.slice(2)):c>=2&&y(t.protocol)&&(n=r[4]),{protocol:o,slashes:a||y(o),slashesCount:c,rest:n}}function m(e,t,n){if(e=(e=l(e)).replace(i,""),!(this instanceof m))return new m(e,t,n);var a,s,c,u,h,g,b=f.slice(),w=typeof t,O=this,A=0;for("object"!==w&&"string"!==w&&(n=t,t=null),n&&"function"!=typeof n&&(n=o.parse),a=!(s=v(e||"",t=d(t))).protocol&&!s.slashes,O.slashes=s.slashes||a&&t.slashes,O.protocol=s.protocol||t.protocol||"",e=s.rest,("file:"===s.protocol&&(2!==s.slashesCount||p.test(e))||!s.slashes&&(s.protocol||s.slashesCount<2||!y(O.protocol)))&&(b[3]=[/(.*)/,"pathname"]);A<b.length;A++)"function"!=typeof(u=b[A])?(c=u[0],g=u[1],c!=c?O[g]=e:"string"==typeof c?~(h="@"===c?e.lastIndexOf(c):e.indexOf(c))&&("number"==typeof u[2]?(O[g]=e.slice(0,h),e=e.slice(h+u[2])):(O[g]=e.slice(h),e=e.slice(0,h))):(h=c.exec(e))&&(O[g]=h[1],e=e.slice(0,h.index)),O[g]=O[g]||a&&u[3]&&t[g]||"",u[4]&&(O[g]=O[g].toLowerCase())):e=u(e,O);n&&(O.query=n(O.query)),a&&t.slashes&&"/"!==O.pathname.charAt(0)&&(""!==O.pathname||""!==t.pathname)&&(O.pathname=function(e,t){if(""===e)return t;for(var n=(t||"/").split("/").slice(0,-1).concat(e.split("/")),r=n.length,o=n[r-1],a=!1,i=0;r--;)"."===n[r]?n.splice(r,1):".."===n[r]?(n.splice(r,1),i++):i&&(0===r&&(a=!0),n.splice(r,1),i--);return a&&n.unshift(""),"."!==o&&".."!==o||n.push(""),n.join("/")}(O.pathname,t.pathname)),"/"!==O.pathname.charAt(0)&&y(O.protocol)&&(O.pathname="/"+O.pathname),r(O.port,O.protocol)||(O.host=O.hostname,O.port=""),O.username=O.password="",O.auth&&(~(h=O.auth.indexOf(":"))?(O.username=O.auth.slice(0,h),O.username=encodeURIComponent(decodeURIComponent(O.username)),O.password=O.auth.slice(h+1),O.password=encodeURIComponent(decodeURIComponent(O.password))):O.username=encodeURIComponent(decodeURIComponent(O.auth)),O.auth=O.password?O.username+":"+O.password:O.username),O.origin="file:"!==O.protocol&&y(O.protocol)&&O.host?O.protocol+"//"+O.host:"null",O.href=O.toString()}m.prototype={set:function(e,t,n){var a=this;switch(e){case"query":"string"==typeof t&&t.length&&(t=(n||o.parse)(t)),a[e]=t;break;case"port":a[e]=t,r(t,a.protocol)?t&&(a.host=a.hostname+":"+t):(a.host=a.hostname,a[e]="");break;case"hostname":a[e]=t,a.port&&(t+=":"+a.port),a.host=t;break;case"host":a[e]=t,c.test(t)?(t=t.split(":"),a.port=t.pop(),a.hostname=t.join(":")):(a.hostname=t,a.port="");break;case"protocol":a.protocol=t.toLowerCase(),a.slashes=!n;break;case"pathname":case"hash":if(t){var i="pathname"===e?"/":"#";a[e]=t.charAt(0)!==i?i+t:t}else a[e]=t;break;case"username":case"password":a[e]=encodeURIComponent(t);break;case"auth":var s=t.indexOf(":");~s?(a.username=t.slice(0,s),a.username=encodeURIComponent(decodeURIComponent(a.username)),a.password=t.slice(s+1),a.password=encodeURIComponent(decodeURIComponent(a.password))):a.username=encodeURIComponent(decodeURIComponent(t))}for(var u=0;u<f.length;u++){var p=f[u];p[4]&&(a[p[1]]=a[p[1]].toLowerCase())}return a.auth=a.password?a.username+":"+a.password:a.username,a.origin="file:"!==a.protocol&&y(a.protocol)&&a.host?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=o.stringify);var t,n=this,r=n.host,a=n.protocol;a&&":"!==a.charAt(a.length-1)&&(a+=":");var i=a+(n.protocol&&n.slashes||y(n.protocol)?"//":"");return n.username?(i+=n.username,n.password&&(i+=":"+n.password),i+="@"):n.password?(i+=":"+n.password,i+="@"):"file:"!==n.protocol&&y(n.protocol)&&!r&&"/"!==n.pathname&&(i+="@"),(":"===r[r.length-1]||c.test(n.hostname)&&!n.port)&&(r+=":"),i+=r+n.pathname,(t="object"==typeof n.query?e(n.query):n.query)&&(i+="?"!==t.charAt(0)?"?"+t:t),n.hash&&(i+=n.hash),i}},m.extractProtocol=v,m.location=d,m.trimLeft=l,m.qs=o,e.exports=m},633:()=>{},7609:(e,t,n)=>{var r=n(7425).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},n=Object.prototype,a=n.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function p(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{p({},"")}catch(e){p=function(e,t,n){return e[t]=n}}function l(e,t,n,r){var o=t&&t.prototype instanceof d?t:d,a=Object.create(o.prototype),i=new P(r||[]);return a._invoke=function(e,t,n){var r="suspendedStart";return function(o,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw a;return{value:void 0,done:!0}}for(n.method=o,n.arg=a;;){var i=n.delegate;if(i){var s=x(i,n);if(s){if(s===h)continue;return s}}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 c=f(e,t,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}(e,n,i),a}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=l;var h={};function d(){}function y(){}function v(){}var m={};p(m,s,(function(){return this}));var g=Object.getPrototypeOf,b=g&&g(g(j([])));b&&b!==n&&a.call(b,s)&&(m=b);var w=v.prototype=d.prototype=Object.create(m);function O(e){["next","throw","return"].forEach((function(t){p(e,t,(function(e){return this._invoke(t,e)}))}))}function A(e,t){function n(o,i,s,c){var u=f(e[o],e,i);if("throw"!==u.type){var p=u.arg,l=p.value;return l&&"object"==r(l)&&a.call(l,"__await")?t.resolve(l.__await).then((function(e){n("next",e,s,c)}),(function(e){n("throw",e,s,c)})):t.resolve(l).then((function(e){p.value=e,s(p)}),(function(e){return n("throw",e,s,c)}))}c(u.arg)}var o;this._invoke=function(e,r){function a(){return new t((function(t,o){n(e,r,t,o)}))}return o=o?o.then(a,a):a()}}function x(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,x(e,t),"throw"===t.method))return h;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var r=f(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,h;var o=r.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,h):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function S(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function E(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function P(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(S,this),this.reset(!0)}function j(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,r=function t(){for(;++n<e.length;)if(a.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=void 0,t.done=!0,t};return r.next=r}}return{next:C}}function C(){return{value:void 0,done:!0}}return y.prototype=v,p(w,"constructor",v),p(v,"constructor",y),y.displayName=p(v,u,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,v):(e.__proto__=v,p(e,u,"GeneratorFunction")),e.prototype=Object.create(w),e},t.awrap=function(e){return{__await:e}},O(A.prototype),p(A.prototype,c,(function(){return this})),t.AsyncIterator=A,t.async=function(e,n,r,o,a){void 0===a&&(a=Promise);var i=new A(l(e,n,r,o),a);return t.isGeneratorFunction(n)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},O(w),p(w,u,"Generator"),p(w,s,(function(){return this})),p(w,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=j,P.prototype={constructor:P,reset:function(e){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(E),!e)for(var t in this)"t"===t.charAt(0)&&a.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function n(n,r){return i.type="throw",i.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],i=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var s=a.call(o,"catchLoc"),c=a.call(o,"finallyLoc");if(s&&c){if(this.prev<o.catchLoc)return n(o.catchLoc,!0);if(this.prev<o.finallyLoc)return n(o.finallyLoc)}else if(s){if(this.prev<o.catchLoc)return n(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return n(o.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var i=o?o.completion:{};return i.type=e,i.arg=t,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),h},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),E(n),h}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;E(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:j(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},7425:e=>{function t(n){return e.exports=t="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},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},2841:(e,t,n)=>{var r=n(7609)();e.exports=r;try{regeneratorRuntime=r}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var r={};return(()=>{"use strict";n.d(r,{default:()=>Dt});var e=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)};function t(t,n,r){e((function(){var e=(r||{}).type,o=void 0===e?"async":e;"async"===o&&window.AlipayJSBridge.call(t,n,(function(e){var t=n||{},r=t.success,o=t.fail,a=t.complete;e.error?null==o||o(e):null==r||r(e),null==a||a(e)})),"callback"===o&&window.AlipayJSBridge.call(t,n)}))}var o=!1,a=[];function i(e){return a.push(e),function(){a=a.filter((function(t){return t!==e}))}}function s(t){return o||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);a.forEach((function(e){return e(n)}))}})),o=!0),e((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:t})}))}var c={};function u(e,t,n){var r=e+"_"+Math.floor(1e6*Math.random());t&&(c[r]=t),s({source:"hylid",type:"apiCall",api:e,serialId:r,options:t,config:n,isSync:null==n?void 0:n.isSync})}i((function(e){var t,n=e,r=n.serialId;if(r&&c[r]){var o=c[r],a=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var i=a||{},s=i._data_;return"success"===i._type_?o(s):o(void 0,s)}var u=o||{},p=u.success,l=u.fail,f=u.complete,h=a||{},d=h._data_,y=h._type_;y?("success"===y&&(null==p||p(d)),"fail"===y&&(null==l||l(d)),null==f||f(d)):((null==a?void 0:a.error)?null==l||l(a):null==p||p(a),null==f||f(a)),delete c[r]}})),u.onMessage=i,u.postMessage=s,u.broadcastGlobalData=function(e,t){s({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},u.onReceiveGlobalData=function(e,t){return i((function(n){var r=n;if("hylid"===r.source&&"broadcast"===r.type&&r.key===e){var o=r.result||{},a=o._data_;return"success"===o._type_?t(a,void 0,r.from):t(void 0,a,r.from)}}))},u.onPageEvent=function(e,t){return s({source:"hylid",type:"pageEvent",event:e}),i((function(n){var r=n;if("hylid"===r.source&&"pageEvent"===r.type&&r.event===e){var o=r.result||{},a=o._data_;return"success"===o._type_?t(a):t(void 0,a)}}))};var p,l,f=function(e){return function(t){return new Promise((function(n,r){var o=t||{},a=o.success,i=o.fail,s=o.complete,c=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(o,["success","fail","complete"]);e(c,(function(e){n(e),null==a||a(e),null==s||s(e)}),(function(e){r(e),null==i||i(e),null==s||s(e)}))}))}},h=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},d=(h("RegExp"),h("String"),h("Function"),h("Object"),h("Number"),Array.isArray,h("Boolean"),n(3563)),y=n(5731),v=n.n(y),m=function(){return m=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},m.apply(this,arguments)};!function(e){e.openInApp="openinapp",e.openOtherApp="openotherapp",e.openBizScene="openbizscene",e.openPayCodePage="openpaycodepage",e.openApPayCodePage="openappaycodepage",e.openScanPage="openscanpage",e.openInBrowser="openinbrowser"}(p||(p={})),function(e){e.scan="scan",e.payCode="payCode"}(l||(l={}));var g="caprMode=sync";function b(e,t){var n=e.filter((function(e){return e.match.every((function(e){return e.test(t)}))}));if(n.length){var r=n[0].name;if(n.length>1){var o=n.map((function(e){return e.name})).join(",");O("Multiple clients have been identified(".concat(o,"), and the first one(").concat(r,")is used by default."))}return r}}function w(e,t){return Object.keys(e).reduce((function(n,r){return n["is".concat(r)]=t===e[r],n}),{})}function O(e){console.info("[hylid-env]: ".concat(e))}var A={WEB:"web",MPWEB:"mpweb",MP:"mp"},x={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"truemoney",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng"},S=/miniprogram/i,E=/^((?!miniprogram).)*$/i,P=/griver/i,j=/^((?!griver).)*$/i,C=[{name:x.DEMO,match:[/demo/]},{name:x.ALIPAY,match:[/alipay/]},{name:x.ALIPAYHK,match:[/hk/]},{name:x.TNGD,match:[/tngd/]},{name:x.GCASH,match:[/gcash/]},{name:x.TRUEMONEY,match:[/tmn/]},{name:x.DANA,match:[/dana/]},{name:x.TOSSPAY,match:[/toss/]}],T=[{name:x.DEMO,match:[/alipayIDE/i]},{name:x.ALIPAYHK,match:[S,j,/AlipayClientHK/]},{name:x.TNGD,match:[S,/TNGKit|Touch 'n Go/]},{name:x.GCASH,match:[S,P,/GCash/]},{name:x.TRUEMONEY,match:[S,P,/TrueMoney/]},{name:x.ALIPAY,match:[S,j,/alipay/i]},{name:x.DEMO,match:[S,P]}];function _(){return b(T,window.navigator.userAgent)}var R=[{name:x.ALIPAYHK,match:[E,j,/AlipayClientHK/]},{name:x.TNGD,match:[E,P,/TNGKit|Touch 'n Go/]},{name:x.TNGD_H5NG,match:[E,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:x.GCASH,match:[E,P,/GCash/]},{name:x.TRUEMONEY,match:[E,P,/TrueMoney/i]},{name:x.KAKAOPAY,match:[E,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:x.KAKAOTALK,match:[E,/ALIPAYCONNECT_KAKAO_TALK/]},{name:x.NAVERPAY,match:[E,/NAVER/]},{name:x.MPAY,match:[E,/mpay|macaupay/i]},{name:x.TOSSPAY,match:[E,/Toss/i]},{name:x.ALIPAY,match:[E,j,/AlipayClient/]},{name:x.DEMO,match:[E,P,/GriverDemo/]}];function M(){return b(R,window.navigator.userAgent)||x.H5}var N=function(){var e,t;if("undefined"!=typeof wx||"undefined"!=typeof my&&"string"==typeof my.SDKVersion)e="undefined"!=typeof wx?x.WECHAT:b(C,my.getSystemInfoSync().app),t=A.MP;else{var n=function(){var e,t=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],n=t[1],r=(window.location.search.match(/[?&]__platform__=([^?&=]+)/)||[])[1];if((n||r)&&localStorage.setItem("__hy_env__",JSON.stringify({client:n,platform:r})),t[1]){var o=window.location.search.replace(new RegExp("".concat(t[0],"(&)*")),""),a=window.location.hash||"",i="".concat(window.location.pathname).concat(o).concat(a);history.replaceState(null,"",i)}var s=localStorage.getItem("__hy_env__");return s?JSON.parse(s):{}}();n.platform?(t=n.platform,e=n.client||("mpweb"===t?_():M())):(e=n.client||_())?t=A.MPWEB:(e=M(),t=A.WEB)}return t&&e||O("Cannot identify your client."),{client:e,platform:t}}(),I=N.client,k=N.platform;function D(e,t,n){var r=(n||{}).type,o=void 0===r?"async":r;return"sync"===o||(null==n?void 0:n.isSync)?my[e](t):("async"===o&&(my[e]?my[e](t):my.call(e,t)),"callback"===o&&my[e](t),"attribute"===o?my[e]:void 0)}w(x,I),w(A,k);var L,W={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}}},B=function(e,t,n){var r;void 0===n&&(n={});var o=n.type,a=void 0===o?"async":o,i=function(e,t){void 0===t&&(t="");var n=W.NOTFOUND;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}(0,e);if("sync"===a)return i;"callback"===a&&(null==t||t(i)),"async"===a&&(null===(r=null==t?void 0:t.fail)||void 0===r||r.call(t,i))},U=((L={})[A.MP]=D,L[A.MPWEB]=u,L[A.WEB]=t,L);function q(e,t,n){return k?U[k](e,t,n):B(t,n)}var G=function(){return G=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},G.apply(this,arguments)},F=function(){return q("navigateToBizScene",{sceneCode:"APLUS_QR_PAY"})},H=function(){return q("navigateToBizScene",{sceneCode:"QR_PAY"})},K=function(){return q("navigateToBizScene",{sceneCode:"SCAN"})},Y=function(e){return q("navigateToBizScene",{sceneCode:"SCHEME",param:{scheme:e.url}})};function V(e){var t=e.url,n=e.path,r=n&&"/"!==n?n:"/pages/index/index";if(!t)return r;var o=r.includes("?")?"&":"?";return"".concat(r).concat(o,"url=").concat(encodeURIComponent(t))}var J=function(e){return q("navigateTo",{url:V(e)})},z=function(e){return q("navigateToMiniProgram",G(G({},e),{extraData:null==e?void 0:e.launchParams}))},$=function(e){return q("navigateToBizScene",{sceneCode:"WEB_PAGE",param:{url:e.url}})},Q=f((function(e,t,n){!function(e,t,n){if(e)if(e.startsWith("aplus://"))!function(e,t,n){var r,o=new(v())(e,!0),a=o.host,i=o.pathname,s=o.query;switch(a){case p.openInApp:t.openInApp(m({path:i,url:s.url||""},n));break;case p.openOtherApp:console.log("### openCustomScheme",p.openOtherApp);var c=s.appId,u=void 0===c?"":c,f=s.path,h=s.launchParams,y=void 0===h?"":h,g=(0,d.Qc)(y);t.openOtherApp(m({appId:u,path:f,launchParams:g},n));break;case p.openBizScene:console.warn("该 API 已弃用, 请使用 aplus://openApPayCodePage 等链接替代"),s.sceneCode===l.scan?t.openScanPage(n):s.sceneCode===l.payCode&&t.openApPayCodePage(n);break;case p.openScanPage:t.openScanPage(n);break;case p.openPayCodePage:t.openPayCodePage(n);break;case p.openApPayCodePage:t.openApPayCodePage(n);break;case p.openInBrowser:t.openInBrowser(m({url:s.url||""},n));break;default:console.log("[openCustomScheme] 不支持的 routeType: ",a),n.fail&&n.fail((r="openCustomScheme ".concat(a),{error:-102,errorMessage:"[".concat(r,"]: Not Support")}))}}(e,t,n);else if(e.startsWith("/")){var r=function(e){var t=location.pathname.replace(/\/[^/]+.html/,""),n="".concat(location.protocol,"//").concat(location.host).concat(t).concat(e);if(location.search.includes(g)){var r=n.includes("?")?"&":"?";return"".concat(n).concat(r).concat(g)}return n}(e);t.openInApp(m({url:r},n))}else t.openWebURL(m({url:e},n))}(e.url,{openWebURL:$,openInApp:J,openOtherApp:z,openInBrowser:Y,openPayCodePage:H,openApPayCodePage:F,openScanPage:K},{success:t,fail:n})}));const X=Q;var Z=function(){return Z=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Z.apply(this,arguments)},ee=function(e){return function(t){return new Promise((function(n,r){var o=Z(Z({},t),{success:n,fail:r});e(o)}))}},te={mp:"Mp",mpweb:"MpWeb",web:"Web"};var ne=function(e,t){var n={};return Object.keys(A).forEach((function(r){var o=A[r];Object.keys(x).forEach((function(r){var a,i=x[r],s="is".concat(te[o]).concat((a=i).charAt(0).toUpperCase()+a.slice(1).toLowerCase());n[s]=o===e&&i===t}))})),delete n.isMpH5,delete n.isMpTngdh5ng,delete n.isMpWebH5,delete n.isMpWebTngdh5ng,n}(k,I);const re=function(e){return D("getAuthCode",e,{type:"async"})};const oe=function(e){return D("getStorage",e,{type:"async"})};const ae=function(e){return D("request",e,{type:"async"})};const ie=function(e){return D("setStorage",e,{type:"async"})};const se=function(e){return u("getAuthCode",e,{type:"async"})};const ce=function(e){return u("getStorage",e,{type:"async"})};const ue=function(e){return u("request",e,{type:"async"})};const pe=function(e){return u("setStorage",e,{type:"async"})},le=function(e){u("getAppIdSync",e,{type:"sync"})},fe=le;var he=function(){return he=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},he.apply(this,arguments)};const de=function(e){var t,n=e.appId,r=e.workspaceId,o=void 0===r?"default":r,a=e.defaultGateway,i=e.defaultHeaders,s=e.request,c=n&&o?((t={AppId:n,workspaceId:o})["X-CORS-".concat(n,"-").concat(o)]="1",t):{};return f((function(e,t,n){var r=e.gateway,o=e.operationType,u=e.headers,p=e.requestData,l=e.timeout;s({url:r||a,method:"POST",timeout:l,headers:he(he(he(he({"Content-Type":"application/json"},i),{"Operation-Type":o}),c),u),data:p,success:function(e){t({headers:(null==e?void 0:e.headers)||{},resData:(null==e?void 0:e.data)||{}})},fail:n})}))},ye=de,ve=le,me=le,ge=de,be=le,we=le,Oe=de,Ae=le,xe=de,Se=le,Ee=de,Pe=le,je=function(e){return u("createWithoutAuthRpc",e,{type:"sync"})},Ce=le,Te=le;var _e=function(){return _e=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},_e.apply(this,arguments)};const Re=function(e){var n=e||{},r=n.scopes,o=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["scopes"]);t("getAuthCode",_e(_e({scopeNicks:r},o),{success:function(e){var t;return null===(t=o.success)||void 0===t?void 0:t.call(o,_e(_e({},e),{authCode:e.authCode||e.authcode}))}}))},Me=Re;var Ne=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}};function Ie(e){var t;try{t=JSON.stringify(e)}catch(n){t=e}return t}function ke(e,t){if(!e)return t;var n;try{n=JSON.parse(e)}catch(e){n=t}return n}Ne("Function"),Ne("String");var De=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}(),Le=function(){return Le=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Le.apply(this,arguments)};const We=function(e){var n=e.success,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["success"]);t("getTinyLocalStorage",Le(Le({},r),{success:function(e){n&&n(Le(Le({},e),{data:ke(e.data,{})}))}}))},Be=We;var Ue=function(){return Ue=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Ue.apply(this,arguments)};const qe=function(e){var n=e||{},r=n.headers,o=n.data,a=n.dataType,i=n.success,s=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["headers","data","dataType","success"]),c=[];if(!De)for(var u in r){var p={};p[u]=r[u],c.push(p)}var l=function(e){var t=e;switch(a){case"json":t=ke(e,{});break;case"base64":t=e.startsWith("data:")?e:"data:application/json;base64,"+e;break;case"text":t=e}return t};t("httpRequest",Ue({headers:De?r:c,data:JSON.stringify(o),dataType:a,success:function(e){i&&i(Ue(Ue({},e),{data:l(e.data)}))}},s))},Ge=qe;var Fe=function(){return Fe=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Fe.apply(this,arguments)};const He=function(e){var n=e||{},r=n.data,o=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["data"]);t("setTinyLocalStorage",Fe({data:Ie(r)},o))},Ke=He,Ye=de,Ve=Re,Je=We,ze=qe,$e=He,Qe=function(){function e(){}return e.getKey=function(){return"hb-global-storage"},Object.defineProperty(e,"storageValue",{get:function(){return this._storageValue||(this._storageValue=function(){var t=localStorage.getItem(e.getKey());if(t)try{return JSON.parse(t)}catch(e){}}()||{}),this._storageValue},enumerable:!1,configurable:!0}),e.setStorage=function(t,n){this.storageValue[t]=n,localStorage.setItem(e.getKey(),JSON.stringify(this.storageValue))},e.getStorage=function(e){return this.storageValue[e]||null},e.removeStorage=function(t){this.storageValue[t]=void 0,localStorage.setItem(e.getKey(),JSON.stringify(this.storageValue))},e.clearStorage=function(){this._storageValue=void 0,localStorage.setItem(e.getKey(),"{}")},e}(),Xe=function(e){var t=e.key,n=e.success,r=e.fail,o=e.complete;try{var a=Qe.getStorage(t);null==n||n({data:a})}catch(e){null==r||r(e)}null==o||o()};function Ze(e,t,n,r,o,a,i){try{var s=e[a](i),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,o)}var et=n(2841),tt=n.n(et),nt=n(9644),rt=n.n(nt);function ot(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function at(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ot(Object(n),!0).forEach((function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ot(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function it(){var e;return e=tt().mark((function e(t){var n,r,o;return tt().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=2;break}return e.abrupt("return");case 2:n=function(e){if(200!==e)return 19},r=function(e){return"text"===e?"text/plain":"base64"!==e?"application/json":void 0},o={url:t.url,method:t.method,headers:at(at({},t.headers),{},{Accept:r(t.dataType)}),timeout:t.timeout,withCredentials:!0},"GET"===t.method?o.params=t.data:o.data=t.data,rt().request(o).then((function(e){var r,o;null===(r=t.success)||void 0===r||r.call(t,{status:n(e.status),data:e.data,headers:e.headers}),null===(o=t.complete)||void 0===o||o.call(t,{})})).catch((function(e){var n,r;null===(n=t.fail)||void 0===n||n.call(t,e),null===(r=t.complete)||void 0===r||r.call(t,{})}));case 7:case"end":return e.stop()}}),e)})),it=function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){Ze(a,r,o,i,s,"next",e)}function s(e){Ze(a,r,o,i,s,"throw",e)}i(void 0)}))},it.apply(this,arguments)}const st=function(e){return function(e){return it.apply(this,arguments)}(e)},ct=function(e){var t=e.key,n=e.data,r=e.success,o=e.fail,a=e.complete;try{Qe.setStorage(t,n),null==r||r()}catch(e){null==o||o(e)}null==a||a()},ut=de;var pt=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},lt=ee((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ne.isMpAlipay||ne.isMpAlipayhk||ne.isMpChope||ne.isMpDana||ne.isMpDemo||ne.isMpGcash||ne.isMpTngd||ne.isMpTruemoney?re.apply(void 0,e):ne.isMpWebAlipay||ne.isMpWebAlipayhk||ne.isMpWebChope||ne.isMpWebDana||ne.isMpWebDemo||ne.isMpWebGcash||ne.isMpWebTngd||ne.isMpWebTruemoney?se.apply(void 0,e):ne.isWebAlipay?Me.apply(void 0,e):ne.isWebDemo?Ve.apply(void 0,e):B.apply(void 0,pt(["getAuthCode"],e,!1))})),ft=ee((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ne.isMpAlipay||ne.isMpAlipayhk||ne.isMpChope||ne.isMpDana||ne.isMpDemo||ne.isMpGcash||ne.isMpTngd||ne.isMpTruemoney?oe.apply(void 0,e):ne.isMpWebAlipay||ne.isMpWebAlipayhk||ne.isMpWebChope||ne.isMpWebDana||ne.isMpWebDemo||ne.isMpWebGcash||ne.isMpWebTngd||ne.isMpWebTruemoney?ce.apply(void 0,e):ne.isWebAlipay?Be.apply(void 0,e):ne.isWebDemo?Je.apply(void 0,e):ne.isWebH5?Xe.apply(void 0,e):B.apply(void 0,pt(["getStorage"],e,!1))})),ht=ee((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ne.isMpAlipay||ne.isMpAlipayhk||ne.isMpChope||ne.isMpDana||ne.isMpDemo||ne.isMpGcash||ne.isMpTngd||ne.isMpTruemoney?ie.apply(void 0,e):ne.isMpWebAlipay||ne.isMpWebAlipayhk||ne.isMpWebChope||ne.isMpWebDana||ne.isMpWebDemo||ne.isMpWebGcash||ne.isMpWebTngd||ne.isMpWebTruemoney?pe.apply(void 0,e):ne.isWebAlipay?Ke.apply(void 0,e):ne.isWebDemo?$e.apply(void 0,e):ne.isWebH5?ct.apply(void 0,e):B.apply(void 0,pt(["setStorage"],e,!1))})),dt=ee((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ne.isMpWebAlipay?fe.apply(void 0,e):ne.isMpWebAlipayhk?ve.apply(void 0,e):ne.isMpWebChope?me.apply(void 0,e):ne.isMpWebDana?be.apply(void 0,e):ne.isMpWebDemo?we.apply(void 0,e):ne.isMpWebGcash?Ae.apply(void 0,e):ne.isMpWebTngd?Se.apply(void 0,e):ne.isMpWebTruemoney?Pe.apply(void 0,e):ne.isMpWebMpay?Ce.apply(void 0,e):ne.isMpWebToss?Te.apply(void 0,e):B.apply(void 0,pt(["getAppId"],e,!1))})),yt=n(9174),vt=n.n(yt),mt=function(){return mt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},mt.apply(this,arguments)},gt=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}c((r=r.apply(e,t||[])).next())}))},bt=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};function wt(e,t){var n=_t();return(wt=function(e,t){return n[e-=0]})(e,t)}var Ot,At={TOSS:jt(0,-318,0,-325)+jt(0,-323,0,-291)+Tt(258,247)+Tt(236,255)+"8v0XGf"+Pt(0,-440,0,0,-455),MPAY:Pt(0,-464,0,0,-474)+"6C1JVc"+Pt(0,-488,0,0,-496)+Tt(235,249)+Pt(0,-482,0,0,-464),ALIPAY:Tt(288,272)+Pt(0,-502,0,0,-510)+Tt(202,231)+jt(0,-241,0,-266)+Tt(296,285)+jt(0,-352,0,-322)},xt={TOSS:jt(0,-276,0,-279)+Tt(256,245)+jt(0,-340,0,-309)+"ds.aut"+Tt(266,239)+jt(0,-283,0,-297),MPAY:Pt(0,-471,0,0,-463)+Tt(257,245)+jt(0,-307,0,-296)+jt(0,-280,0,-263)+"h.authlogin",ALIPAY:jt(0,-266,0,-279)+Tt(245,245)+"svoyag"+Pt(0,-439,0,0,-447)+Pt(0,-523,0,0,-495)+Pt(0,-511,0,0,-481)},St=function(e,t){var n={c:function(e,t){return e===t},d:c(0,0,-552,-521),e:function(e,t){return e(t)}},r=At[t];function o(e,t,n,r,o){return wt(r-948,e)}if(!r&&n[i(-688,0,0,0,-699)](n[c(0,0,-507,-495)],n[c(0,0,-501,-495)]))return{};var a=Date.now();function i(e,t,n,r,o){return wt(e- -702,o)}var s=r+"&ts="+a+"&requestData"+c(0,0,-510,-543)+e[c(0,0,-497,-496)+"tData"]+o(970,0,0,1e3)+"tionTy"+o(1033,0,0,1011)+e[c(0,0,-511,-484)+c(0,0,-497,-511)+"e"];function c(e,t,n,r,o){return wt(r- -549,n)}return{signV2:n[c(0,0,-545,-529)](vt(),s)[i(-652,0,0,0,-668)+"ng"](),ts:a}};function Et(){var e={c:r(-579,0,-597)+r(-587,0,-558)+"cdef",d:function(e,t){return e<t},e:function(e,t){return e!==t},f:r(-520,0,-550),g:r(-539,0,-546),h:function(e,t){return e*t},i:function(e,t){return e|t},j:function(e,t){return e&t}},t=[],n=e[r(-585,0,-587)];function r(e,t,n,r,o){return wt(n- -601,e)}for(var o=0;e[a(0,-57,0,-80)](o,36);o++)e[r(-570,0,-581)](e[a(0,-112,0,-115)],e[i(442,459)])&&(t[o]=n.substr(Math[r(-540,0,-541)](e[a(0,-87,0,-105)](Math[a(0,-123,0,-90)](),16)),1));function a(e,t,n,r,o){return wt(r- -134,t)}function i(e,t,n,r,o){return wt(t-426,e)}return t[14]=i(439,429),t[19]=n[r(-581,0,-594)](e[a(0,-151,0,-124)](e[i(455,483)](t[19],3),8),1),t[8]=t[13]=t[18]=t[23]=a(0,-65,0,-75),t[i(465,465)]("")}function Pt(e,t,n,r,o){return wt(o- -511,t)}function jt(e,t,n,r,o){return wt(r- -327,t)}var Ct=function(e){return gt(void 0,void 0,void 0,(function(){function t(e,t,n,r,o){return wt(r-i.c,e)}function n(e,t,n,r,o){return wt(n-926,e)}function r(e,t,n,r,o){return wt(e-a.c,t)}var o,a,i,s,c,u,p,l,f,h,d,y,v,m,g,b,w,O,A,x,S,E,P;return bt(this,(function(j){switch(j.label){case 0:a={c:403},i={c:384},s={c:function(e,t){return e*t},d:function(e){return e()},e:function(e){return e()},f:function(e,t,n){return e(t,n)},g:function(e,t){return e(t)},h:function(e,t){return e!==t},i:n((o={c:934,d:974,e:417,f:381,g:398,h:972,i:969,j:996,k:960,l:935,m:905,n:947,o:417,p:429,q:423,r:438,t:416,u:426,v:439,w:958,x:986,ah:977,ai:961,aj:444,ak:470,al:461,am:470,an:997,ao:383,ap:397,aq:401,ar:396,as:428,at:916,au:931,av:917,aw:465,ax:446,ay:374,az:399,aA:390,aB:394,aC:955,aD:954,aE:926,aF:953,aG:995,aH:1011,aI:420,aJ:397,aK:375,aL:415,aM:471,aN:467,aO:477,aP:384,aQ:973,aR:946,aS:948,aT:968,aU:967,aV:964,aW:998,aX:954,aY:949,aZ:445,b0:413,b1:419,b2:441,b3:418}).c,0,966,0,o.d),j:function(e,t){return e-t},k:function(e,t){return e*t},l:function(e,t){return e-t},m:"nBZiR"},c=s[t(o.e,0,o.f,o.g)](60,1e3),u=s[n(924,o.h,940,0,o.i)](3600,1e3),p=e.httpRequest,l=e.getAuthParams,f=e.saveAuthParams,h=e.getAuthCode,d=e.getAppId,y=e.siteName,v=xt[y],j.label=1;case 1:return j.trys.push([1,,6,7]),[4,s.d(l)];case 2:return m=j.sent(),g="",g=(null==m?void 0:m[n(1e3,o.j,971)])&&(null===(E=null==m?void 0:m[n(949,0,971,o.k)])||void 0===E?void 0:E[n(967,0,o.l,o.m,o.n)])?null===(P=null==m?void 0:m[r(448,468,o.o,o.p)])||void 0===P?void 0:P.token:s[r(423,o.q,o.g,o.r,o.t)](Et),[4,s[t(o.u,o.v,0,o.r)](d)];case 3:return b=j.sent().appId,w={instanceId:g,appId:b},[4,s[n(o.w,o.x,980,o.ah,o.ai)](h)];case 4:return O=j.sent(),w["authCo"+r(o.aj,430,o.ak)]=O[r(o.al,o.v,o.am)+n(975,o.an,967)]||"",A={operationType:v,requestData:JSON[t(o.ao,o.ap,0,o.aq)+t(390,0,0,o.ar)]([w])},x=s.f(St,A,y),[4,s[r(436,433)](p,mt(mt({},A),{headers:mt({},x)}))];case 5:if(!((S=j.sent())&&S[r(o.as,459)+n(o.at,o.au,947,o.av)]||s[r(432,o.aw,o.as,o.q,o.ax)](s[t(410,0,0,394,o.ay)],s[t(o.az,0,o.aA,o.aB)])))throw S;return s.g(f,{sessionIdLastTime:Date[n(o.aC,o.aD,o.aE,o.aF)](),sessionIdExpiresTime:s[n(1008,o.aG,983,o.aH)](s.k(S[t(371,o.aI,0,o.aJ,o.aK)+t(o.aL,0,0,411)+r(449,o.aM,o.aN,0,o.aO)]||0,1e3),c),clientKeyLastTime:Date[t(o.aA,0,0,o.aP)](),clientKeyExpiresTime:s[n(o.aQ,0,961,o.l,o.aR)](s.c(S[n(o.aS,0,o.aT,o.aU,o.aV)+"KeyExpireTime"]||0,1e3),u),clientKey:S[n(o.aW,0,968)+n(971,o.aX,o.aY)]||"",openId:S[n(949,o.n,937)]||"",token:g}),[3,7];case 6:return s[r(432,o.aZ,o.b0,o.b1)](s[t(o.u,o.aJ,o.b2,o.b3)],s.m)||(Ot=void 0),[7];case 7:return[2]}}))}))};function Tt(e,t,n,r,o){return wt(t-223,e)}function _t(){var e=["now","e403eb","Y2RnWk","4","012345","ae","=","substr","8e8bf2","token","i","openId","ify","sessio","c","4fBX3i","h.auth","string","srewar","f","e","s","payplu","Key","x3pTVp","succes","8yrZzV","nExpir","YvQOw","h","login","svoyag","9uI6g1","g","m","l","5yJGy4","aLhI5S","ionTyp","join","WrLog","de","client","6789ab","random","data","eTime","Ctk","ap.ali","094d20","toStri","JlqiC","&opera","reques","d","pgeFL","Qh","j","authCo","-","floor","a17e0f","0ba7fc","pe=","er.aut","operat"];return(_t=function(){return e})()}var Rt=function(e){return gt(void 0,void 0,void 0,(function(){function t(e,t,n,r,o){return wt(t-24,r)}function n(e,t,n,r,a){return wt(a-o.c,n)}var r,o,a,i,s,c,u,p,l,f,h;return bt(this,(function(d){switch(d.label){case 0:return r={c:21,d:42,e:77,f:521,g:570,h:27,i:44,j:500,k:547,l:52,m:70,n:39,o:25,p:87,q:75,r:56,t:53,u:24,v:78,w:65,x:34,as:32},o={c:519},a={c:58},i={c:function(e){return e()},d:function(e,t){return e&&t},e:function(e,t){return e<t},f:function(e,t){return e-t},g:function(e,t){return e===t},h:"cgVrj",i:function(e,t){return e(t)}},s=e.isForceLogin,c=void 0!==s&&s,u=e.getAuthParams,[4,i[t(r.c,38,0,r.d)](u)];case 1:return p=d.sent(),l=p[t(r.e,69,0,73)]||{},f=l.sessionIdExpiresTime,h=l.sessionIdLastTime,i.d(!c,h)&&f&&i[n(r.f,0,r.g,0,539)](i[t(r.h,43,0,26,r.i)](Date[n(r.j,0,534,r.k,519)](),h),f)&&i[t(r.l,57,r.m,r.n,r.o)](i[function(e,t,n,r){return wt(e-a.c,r)}(r.p,r.q,0,r.r)],i[t(0,r.t,0,r.u,r.v)])?[2]:[4,Ot=Ot||i[t(r.w,r.x,0,42,r.as)](Ct,e)];case 2:return d.sent(),[2]}}))}))},Mt=function(){return Mt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Mt.apply(this,arguments)},Nt=function(e,t,n,r,o,a){var i="auth-login-storage",s=null,c=function(){return s||(s=t({key:i}))},u=function(e){return s=e,n({key:i,data:e})},p=f((function(t,n,i){return s=void 0,p=void 0,f=function(){var s,p,l,f,h,d;return function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}}(this,(function(y){switch(y.label){case 0:s=t.headers,"string"!=typeof(p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(t,["headers"])).requestData&&(p.requestData=JSON.stringify(p.requestData)),l=function(e){var t=e.headers,n=e.operationType,r=e.requestData;return new Promise((function(e,o){a(Mt(Mt({},p),{requestData:r,headers:Mt(Mt(Mt({},s),t),{"Operation-Type":n}),operationType:n,success:function(t){e(null==t?void 0:t.resData)},fail:function(e){o(e)}}))}))},y.label=1;case 1:return y.trys.push([1,3,,4]),[4,Rt({httpRequest:l,isForceLogin:!1,getAuthParams:c,saveAuthParams:u,getAuthCode:r,getAppId:o,siteName:e})];case 2:return y.sent(),[3,4];case 3:return f=y.sent(),i(f),[2];case 4:return h=St(p,e),d=Mt(Mt({},s),h),a(Mt(Mt({},p),{headers:d,success:function(t){var s,f;"2000"===(null===(f=null===(s=t.headers)||void 0===s?void 0:s["result-status"])||void 0===f?void 0:f.toString())?Rt({httpRequest:l,isForceLogin:!0,getAuthParams:c,saveAuthParams:u,getAuthCode:r,getAppId:o,siteName:e}).then((function(){a(Mt(Mt({},p),{headers:d,success:n,fail:i}))})).catch((function(e){i(e)})):n(t)},fail:i})),[2]}}))},new((l=void 0)||(l=Promise))((function(e,t){function n(e){try{o(f.next(e))}catch(e){t(e)}}function r(e){try{o(f.throw(e))}catch(e){t(e)}}function o(t){var o;t.done?e(t.value):(o=t.value,o instanceof l?o:new l((function(e){e(o)}))).then(n,r)}o((f=f.apply(s,p||[])).next())}));var s,p,l,f}));return p}("TOSS",ft,ht,(function(){return lt({scopes:["auth_base"]})}),(function(){return dt()}),function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ne.isMpWebAlipayhk?ye.apply(void 0,e):ne.isMpWebDana?ge.apply(void 0,e):ne.isMpWebGcash?Oe.apply(void 0,e):ne.isMpWebTngd?xe.apply(void 0,e):ne.isMpWebTruemoney?Ee.apply(void 0,e):ne.isMpWebMpay||ne.isMpWebToss?je.apply(void 0,e):ne.isWebAlipay?Ye.apply(void 0,e):ne.isWebH5?ut.apply(void 0,e):B.apply(void 0,pt(["createWithoutAuthRpc"],e,!1))}({appId:"TOSS_WALLET_KR",defaultGateway:"https://imgs-sea-global.alipay.com/imgw.htm",request:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ne.isMpAlipay||ne.isMpAlipayhk||ne.isMpChope||ne.isMpDana||ne.isMpDemo||ne.isMpGcash||ne.isMpTngd||ne.isMpTruemoney?ae.apply(void 0,e):ne.isMpWebAlipay||ne.isMpWebAlipayhk||ne.isMpWebChope||ne.isMpWebDana||ne.isMpWebDemo||ne.isMpWebGcash||ne.isMpWebTngd||ne.isMpWebTruemoney?ue.apply(void 0,e):ne.isWebAlipay?Ge.apply(void 0,e):ne.isWebDemo?ze.apply(void 0,e):ne.isWebH5?st.apply(void 0,e):B.apply(void 0,pt(["request"],e,!1))}})),It=function(){return It=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},It.apply(this,arguments)},kt=function(){return kt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},kt.apply(this,arguments)};const Dt={createWithoutAuthRpc:function(e){return u("createWithoutAuthRpc",e,{type:"sync"})},defineRuntimeConfig:function(e){return u("defineRuntimeConfig",e,{type:"sync"})},openURL:X,rpcWithAuth:Nt,getAppId:le,getCurrentPages:function(e){u("__hy_internal__",It({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",kt({},e),{type:"attribute"})}}})(),r.default})()));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};e.d(t,{default:()=>s});var n=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)},o=!1,r=[];function a(e){return r.push(e),function(){r=r.filter((function(t){return t!==e}))}}function c(e){return o||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);r.forEach((function(e){return e(n)}))}})),o=!0),n((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:e})}))}var u={};function i(e,t,n){var o=e+"_"+Math.floor(1e6*Math.random());t&&(u[o]=t),c({source:"hylid",type:"apiCall",api:e,serialId:o,options:t,config:n})}a((function(e){var t,n=e,o=n.serialId;if(o&&u[o]){var r=u[o],a=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var c=a||{},i=c._data_;return"success"===c._type_?r(i):r(void 0,i)}var s=r||{},y=s.success,f=s.fail,l=s.complete,p=a||{},g=p._data_,d=p._type_;d?("success"===d&&(null==y||y(g)),"fail"===d&&(null==f||f(g)),null==l||l(g)):((null==a?void 0:a.error)?null==f||f(a):null==y||y(a),null==l||l(a)),delete u[o]}})),i.onMessage=a,i.postMessage=c,i.broadcastGlobalData=function(e,t){c({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},i.onReceiveGlobalData=function(e,t){return a((function(n){var o=n;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?t(a,void 0,o.from):t(void 0,a,o.from)}}))},i.onPageEvent=function(e,t){return c({source:"hylid",type:"pageEvent",event:e}),a((function(n){var o=n;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?t(a):t(void 0,a)}}))};const s={addPhoneContact:function(e){return i("addPhoneContact",e,{type:"async"})},alert:function(e){return i("alert",e,{type:"async"})},chooseImage:function(e){return i("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return i("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return i("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return i("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return i("closeSocket",e,{type:"async"})},confirm:function(e){return i("confirm",e,{type:"async"})},connectBLEDevice:function(e){return i("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return i("connectSocket",e,{type:"async"})},datePicker:function(e){return i("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return i("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return i("downloadFile",e,{type:"async"})},getAuthCode:function(e){return i("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return i("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return i("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return i("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return i("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return i("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return i("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return i("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return i("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return i("getImageInfo",e,{type:"async"})},getLocation:function(e){return i("getLocation",e,{type:"async"})},getNetworkType:function(e){return i("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return i("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return i("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return i("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return i("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return i("getServerTime",e,{type:"async"})},getSetting:function(e){return i("getSetting",e,{type:"async"})},getSiteInfo:function(e){return i("getSiteInfo",e,{type:"async"})},getStorage:function(e){return i("getStorage",e,{type:"async"})},getSystemInfo:function(e){return i("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return i("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return i("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return i("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return i("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return i("hideTabBar",e,{type:"async"})},hideToast:function(e){return i("hideToast",e,{type:"async"})},makePhoneCall:function(e){return i("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return i("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return i("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return i("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return i("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return i("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return i("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return i("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return i("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return i("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return i("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return i("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return i("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return i("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return i("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return i("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return i("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return i("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return i("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return i("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return i("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return i("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return i("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return i("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return i("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return i("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return i("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return i("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return i("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return i("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return i("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return i("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return i("openDocument",e,{type:"async"})},openSetting:function(e){return i("openSetting",e,{type:"async"})},pageScrollTo:function(e){return i("pageScrollTo",e,{type:"async"})},previewImage:function(e){return i("previewImage",e,{type:"async"})},prompt:function(e){return i("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return i("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return i("redirectTo",e,{type:"async"})},reLaunch:function(e){return i("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return i("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return i("removeStorage",e,{type:"async"})},request:function(e){return i("request",e,{type:"async"})},saveFile:function(e){return i("saveFile",e,{type:"async"})},saveImage:function(e){return i("saveImage",e,{type:"async"})},scan:function(e){return i("scan",e,{type:"async"})},sendSocketMessage:function(e){return i("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return i("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return i("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return i("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return i("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return i("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return i("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return i("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return i("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return i("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return i("showAuthGuide",e,{type:"async"})},showLoading:function(e){return i("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return i("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return i("showToast",e,{type:"async"})},signContract:function(e){return i("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return i("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return i("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return i("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return i("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return i("switchTab",e,{type:"async"})},tradePay:function(e){return i("tradePay",e,{type:"async"})},uploadFile:function(e){return i("uploadFile",e,{type:"async"})},vibrate:function(e){return i("vibrate",e,{type:"async"})},watchShake:function(e){return i("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return i("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return i("showSharePanel",e,{type:"async"})}};return t.default})()));
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(self,(()=>(()=>{"use strict";var e={5554:e=>{var n="%[a-f0-9]{2}",t=new RegExp("("+n+")|([^%]+?)","gi"),o=new RegExp("("+n+")+","gi");function r(e,n){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;n=n||1;var t=e.slice(0,n),o=e.slice(n);return Array.prototype.concat.call([],r(t),r(o))}function a(e){try{return decodeURIComponent(e)}catch(a){for(var n=e.match(t)||[],o=1;o<n.length;o++)n=(e=r(n,o).join("")).match(t)||[];return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(n){return function(e){for(var n={"%FE%FF":"��","%FF%FE":"��"},t=o.exec(e);t;){try{n[t[0]]=decodeURIComponent(t[0])}catch(e){var r=a(t[0]);r!==t[0]&&(n[t[0]]=r)}t=o.exec(e)}n["%C2"]="�";for(var c=Object.keys(n),i=0;i<c.length;i++){var u=c[i];e=e.replace(new RegExp(u,"g"),n[u])}return e}(e)}}},3563:(e,n,t)=>{function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}t(6635);var r=t(5554);function a(e,n){if("string"!=typeof e||"string"!=typeof n)throw new TypeError("Expected the arguments to be of type `string`");if(""===n)return[e];var t=e.indexOf(n);return-1===t?[e]:[e.slice(0,t),e.slice(t+n.length)]}function c(e,n){return n.decode?r(e):e}function i(e){return Array.isArray(e)?e.sort():"object"===o(e)?i(Object.keys(e)).sort((function(e,n){return Number(e)-Number(n)})).map((function(n){return e[n]})):e}function u(e,n){return n.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!n.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}n.Qc=function(e,n){var t=function(e){var n;switch(e.arrayFormat){case"index":return function(e,t,o){n=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),n?(void 0===o[e]&&(o[e]={}),o[e][n[1]]=t):o[e]=t};case"bracket":return function(e,t,o){n=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),n?void 0!==o[e]?o[e]=[].concat(o[e],t):o[e]=[t]:o[e]=t};case"comma":return function(e,n,t){var o="string"==typeof n&&n.split("").indexOf(",")>-1?n.split(","):n;t[e]=o};default:return function(e,n,t){void 0!==t[e]?t[e]=[].concat(t[e],n):t[e]=n}}}(n=Object.assign({decode:!0,sort:!0,arrayFormat:"none",parseNumbers:!1,parseBooleans:!1},n)),r=Object.create(null);if("string"!=typeof e)return r;if(!(e=e.trim().replace(/^[?#&]/,"")))return r;var s,p,l=!0,f=!1,y=void 0;try{for(var d,h=e.split("&")[Symbol.iterator]();!(l=(d=h.next()).done);l=!0){var g=(s=a(d.value.replace(/\+/g," "),"="),p=2,function(e){if(Array.isArray(e))return e}(s)||function(e,n){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var t=[],o=!0,r=!1,a=void 0;try{for(var c,i=e[Symbol.iterator]();!(o=(c=i.next()).done)&&(t.push(c.value),!n||t.length!==n);o=!0);}catch(e){r=!0,a=e}finally{try{o||null==i.return||i.return()}finally{if(r)throw a}}return t}}(s,p)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),m=g[0];w=void 0===(w=g[1])?null:c(w,n),t(c(m,n),w,r)}}catch(e){f=!0,y=e}finally{try{l||null==h.return||h.return()}finally{if(f)throw y}}for(var v=0,b=Object.keys(r);v<b.length;v++){var w;if(m=b[v],"object"===o(w=r[m])&&null!==w)for(var C=0,S=Object.keys(w);C<S.length;C++){var A=S[C];w[A]=u(w[A],n)}else r[m]=u(w,n)}return!1===n.sort?r:(!0===n.sort?Object.keys(r).sort():Object.keys(r).sort(n.sort)).reduce((function(e,n){var t=r[n];return Boolean(t)&&"object"===o(t)&&!Array.isArray(t)?e[n]=i(t):e[n]=t,e}),Object.create(null))}},6635:e=>{e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},7375:(e,n)=>{var t=Object.prototype.hasOwnProperty;function o(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function r(e){try{return encodeURIComponent(e)}catch(e){return null}}n.stringify=function(e,n){n=n||"";var o,a,c=[];for(a in"string"!=typeof n&&(n="?"),e)if(t.call(e,a)){if((o=e[a])||null!=o&&!isNaN(o)||(o=""),a=r(a),o=r(o),null===a||null===o)continue;c.push(a+"="+o)}return c.length?n+c.join("&"):""},n.parse=function(e){for(var n,t=/([^=?#&]+)=?([^&]*)/g,r={};n=t.exec(e);){var a=o(n[1]),c=o(n[2]);null===a||null===c||a in r||(r[a]=c)}return r}},7245:e=>{e.exports=function(e,n){if(n=n.split(":")[0],!(e=+e))return!1;switch(n){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},5731:(e,n,t)=>{var o=t(7245),r=t(7375),a=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,c=/[\n\r\t]/g,i=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,u=/:\d+$/,s=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,p=/^[a-zA-Z]:/;function l(e){return(e||"").toString().replace(a,"")}var f=[["#","hash"],["?","query"],function(e,n){return h(n.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],y={hash:1,query:1};function d(e){var n,o=("undefined"!=typeof window?window:void 0!==t.g?t.g:"undefined"!=typeof self?self:{}).location||{},r={},a=typeof(e=e||o);if("blob:"===e.protocol)r=new m(unescape(e.pathname),{});else if("string"===a)for(n in r=new m(e,{}),y)delete r[n];else if("object"===a){for(n in e)n in y||(r[n]=e[n]);void 0===r.slashes&&(r.slashes=i.test(e.href))}return r}function h(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function g(e,n){e=(e=l(e)).replace(c,""),n=n||{};var t,o=s.exec(e),r=o[1]?o[1].toLowerCase():"",a=!!o[2],i=!!o[3],u=0;return a?i?(t=o[2]+o[3]+o[4],u=o[2].length+o[3].length):(t=o[2]+o[4],u=o[2].length):i?(t=o[3]+o[4],u=o[3].length):t=o[4],"file:"===r?u>=2&&(t=t.slice(2)):h(r)?t=o[4]:r?a&&(t=t.slice(2)):u>=2&&h(n.protocol)&&(t=o[4]),{protocol:r,slashes:a||h(r),slashesCount:u,rest:t}}function m(e,n,t){if(e=(e=l(e)).replace(c,""),!(this instanceof m))return new m(e,n,t);var a,i,u,s,y,v,b=f.slice(),w=typeof n,C=this,S=0;for("object"!==w&&"string"!==w&&(t=n,n=null),t&&"function"!=typeof t&&(t=r.parse),a=!(i=g(e||"",n=d(n))).protocol&&!i.slashes,C.slashes=i.slashes||a&&n.slashes,C.protocol=i.protocol||n.protocol||"",e=i.rest,("file:"===i.protocol&&(2!==i.slashesCount||p.test(e))||!i.slashes&&(i.protocol||i.slashesCount<2||!h(C.protocol)))&&(b[3]=[/(.*)/,"pathname"]);S<b.length;S++)"function"!=typeof(s=b[S])?(u=s[0],v=s[1],u!=u?C[v]=e:"string"==typeof u?~(y="@"===u?e.lastIndexOf(u):e.indexOf(u))&&("number"==typeof s[2]?(C[v]=e.slice(0,y),e=e.slice(y+s[2])):(C[v]=e.slice(y),e=e.slice(0,y))):(y=u.exec(e))&&(C[v]=y[1],e=e.slice(0,y.index)),C[v]=C[v]||a&&s[3]&&n[v]||"",s[4]&&(C[v]=C[v].toLowerCase())):e=s(e,C);t&&(C.query=t(C.query)),a&&n.slashes&&"/"!==C.pathname.charAt(0)&&(""!==C.pathname||""!==n.pathname)&&(C.pathname=function(e,n){if(""===e)return n;for(var t=(n||"/").split("/").slice(0,-1).concat(e.split("/")),o=t.length,r=t[o-1],a=!1,c=0;o--;)"."===t[o]?t.splice(o,1):".."===t[o]?(t.splice(o,1),c++):c&&(0===o&&(a=!0),t.splice(o,1),c--);return a&&t.unshift(""),"."!==r&&".."!==r||t.push(""),t.join("/")}(C.pathname,n.pathname)),"/"!==C.pathname.charAt(0)&&h(C.protocol)&&(C.pathname="/"+C.pathname),o(C.port,C.protocol)||(C.host=C.hostname,C.port=""),C.username=C.password="",C.auth&&(~(y=C.auth.indexOf(":"))?(C.username=C.auth.slice(0,y),C.username=encodeURIComponent(decodeURIComponent(C.username)),C.password=C.auth.slice(y+1),C.password=encodeURIComponent(decodeURIComponent(C.password))):C.username=encodeURIComponent(decodeURIComponent(C.auth)),C.auth=C.password?C.username+":"+C.password:C.username),C.origin="file:"!==C.protocol&&h(C.protocol)&&C.host?C.protocol+"//"+C.host:"null",C.href=C.toString()}m.prototype={set:function(e,n,t){var a=this;switch(e){case"query":"string"==typeof n&&n.length&&(n=(t||r.parse)(n)),a[e]=n;break;case"port":a[e]=n,o(n,a.protocol)?n&&(a.host=a.hostname+":"+n):(a.host=a.hostname,a[e]="");break;case"hostname":a[e]=n,a.port&&(n+=":"+a.port),a.host=n;break;case"host":a[e]=n,u.test(n)?(n=n.split(":"),a.port=n.pop(),a.hostname=n.join(":")):(a.hostname=n,a.port="");break;case"protocol":a.protocol=n.toLowerCase(),a.slashes=!t;break;case"pathname":case"hash":if(n){var c="pathname"===e?"/":"#";a[e]=n.charAt(0)!==c?c+n:n}else a[e]=n;break;case"username":case"password":a[e]=encodeURIComponent(n);break;case"auth":var i=n.indexOf(":");~i?(a.username=n.slice(0,i),a.username=encodeURIComponent(decodeURIComponent(a.username)),a.password=n.slice(i+1),a.password=encodeURIComponent(decodeURIComponent(a.password))):a.username=encodeURIComponent(decodeURIComponent(n))}for(var s=0;s<f.length;s++){var p=f[s];p[4]&&(a[p[1]]=a[p[1]].toLowerCase())}return a.auth=a.password?a.username+":"+a.password:a.username,a.origin="file:"!==a.protocol&&h(a.protocol)&&a.host?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=r.stringify);var n,t=this,o=t.host,a=t.protocol;a&&":"!==a.charAt(a.length-1)&&(a+=":");var c=a+(t.protocol&&t.slashes||h(t.protocol)?"//":"");return t.username?(c+=t.username,t.password&&(c+=":"+t.password),c+="@"):t.password?(c+=":"+t.password,c+="@"):"file:"!==t.protocol&&h(t.protocol)&&!o&&"/"!==t.pathname&&(c+="@"),(":"===o[o.length-1]||u.test(t.hostname)&&!t.port)&&(o+=":"),c+=o+t.pathname,(n="object"==typeof t.query?e(t.query):t.query)&&(c+="?"!==n.charAt(0)?"?"+n:n),t.hash&&(c+=t.hash),c}},m.extractProtocol=g,m.location=d,m.trimLeft=l,m.qs=r,e.exports=m}},n={};function t(o){var r=n[o];if(void 0!==r)return r.exports;var a=n[o]={exports:{}};return e[o](a,a.exports,t),a.exports}t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},t.d=(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n);var o={};return(()=>{t.d(o,{default:()=>ie});var e=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)},n=!1,r=[];function a(e){return r.push(e),function(){r=r.filter((function(n){return n!==e}))}}function c(t){return n||(document.addEventListener("onToWebViewMessage",(function(e){var n=e.data.res;if(n&&"message"===n.type){var t=JSON.parse(n.data);r.forEach((function(e){return e(t)}))}})),n=!0),e((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:t})}))}var i={};function u(e,n,t){var o=e+"_"+Math.floor(1e6*Math.random());n&&(i[o]=n),c({source:"hylid",type:"apiCall",api:e,serialId:o,options:n,config:t,isSync:null==t?void 0:t.isSync})}a((function(e){var n,t=e,o=t.serialId;if(o&&i[o]){var r=i[o],a=t.result;if("callback"===(null===(n=t.config)||void 0===n?void 0:n.type)){var c=a||{},u=c._data_;return"success"===c._type_?r(u):r(void 0,u)}var s=r||{},p=s.success,l=s.fail,f=s.complete,y=a||{},d=y._data_,h=y._type_;h?("success"===h&&(null==p||p(d)),"fail"===h&&(null==l||l(d)),null==f||f(d)):((null==a?void 0:a.error)?null==l||l(a):null==p||p(a),null==f||f(a)),delete i[o]}})),u.onMessage=a,u.postMessage=c,u.broadcastGlobalData=function(e,n){c({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:n})},u.onReceiveGlobalData=function(e,n){return a((function(t){var o=t;if("hylid"===o.source&&"broadcast"===o.type&&o.key===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a,void 0,o.from):n(void 0,a,o.from)}}))},u.onPageEvent=function(e,n){return c({source:"hylid",type:"pageEvent",event:e}),a((function(t){var o=t;if("hylid"===o.source&&"pageEvent"===o.type&&o.event===e){var r=o.result||{},a=r._data_;return"success"===r._type_?n(a):n(void 0,a)}}))};function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}var p="";const l=function(){if(!p){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(n)return n[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":s(document))){var n=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))){var n=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",t=(/Language\/([^\s]*)/i.exec(n)||[]).pop();if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":s(window))&&window.navigator){var n=window.navigator,t=(null===(e=n.languages)||void 0===e?void 0:e[0])||n.language||n.userLanguage||n.browserLanguage;if(t)return t}}()||"en-US";p=e.toLowerCase()}return p};var f,y,d=function(e){return function(n){return new Promise((function(t,o){var r=n||{},a=r.success,c=r.fail,i=r.complete,u=function(e,n){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&n.indexOf(o)<0&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)n.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(t[o[r]]=e[o[r]])}return t}(r,["success","fail","complete"]);e(u,(function(e){t(e),null==a||a(e),null==i||i(e)}),(function(e){o(e),null==c||c(e),null==i||i(e)}))}))}},h=function(e){return function(n){return toString.call(n)==="[object ".concat(e,"]")}},g=(h("RegExp"),h("String"),h("Function"),h("Object")),m=(h("Number"),Array.isArray,h("Boolean"),function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.reduce((function(e,n){var t;if(!n)return e;for(var o=Object.entries(n),r=o.length,a=0;a<r;a++){var c=o[a],i=c[0],u=c[1];g(u)?e[i]=m(e[i],u):Object.assign(e,((t={})[i]=u,t))}return e}),{})}),v=t(3563),b=t(5731),w=t.n(b),C=function(){return C=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},C.apply(this,arguments)};!function(e){e.openInApp="openinapp",e.openOtherApp="openotherapp",e.openBizScene="openbizscene",e.openPayCodePage="openpaycodepage",e.openApPayCodePage="openappaycodepage",e.openScanPage="openscanpage",e.openInBrowser="openinbrowser"}(f||(f={})),function(e){e.scan="scan",e.payCode="payCode"}(y||(y={}));var S="caprMode=sync";function A(e,n){var t=e.filter((function(e){return e.match.every((function(e){return e.test(n)}))}));if(t.length){var o=t[0].name;if(t.length>1){var r=t.map((function(e){return e.name})).join(",");B("Multiple clients have been identified(".concat(r,"), and the first one(").concat(o,")is used by default."))}return o}}function P(e,n){return Object.keys(e).reduce((function(t,o){return t["is".concat(o)]=n===e[o],t}),{})}function B(e){console.info("[hylid-env]: ".concat(e))}var k={WEB:"web",MPWEB:"mpweb",MP:"mp"},O={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"truemoney",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng"},I=/miniprogram/i,E=/^((?!miniprogram).)*$/i,T=/griver/i,L=/^((?!griver).)*$/i,N=[{name:O.DEMO,match:[/demo/]},{name:O.ALIPAY,match:[/alipay/]},{name:O.ALIPAYHK,match:[/hk/]},{name:O.TNGD,match:[/tngd/]},{name:O.GCASH,match:[/gcash/]},{name:O.TRUEMONEY,match:[/tmn/]},{name:O.DANA,match:[/dana/]},{name:O.TOSSPAY,match:[/toss/]}],D=[{name:O.DEMO,match:[/alipayIDE/i]},{name:O.ALIPAYHK,match:[I,L,/AlipayClientHK/]},{name:O.TNGD,match:[I,/TNGKit|Touch 'n Go/]},{name:O.GCASH,match:[I,T,/GCash/]},{name:O.TRUEMONEY,match:[I,T,/TrueMoney/]},{name:O.ALIPAY,match:[I,L,/alipay/i]},{name:O.DEMO,match:[I,T]}];function j(){return A(D,window.navigator.userAgent)}var _=[{name:O.ALIPAYHK,match:[E,L,/AlipayClientHK/]},{name:O.TNGD,match:[E,T,/TNGKit|Touch 'n Go/]},{name:O.TNGD_H5NG,match:[E,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:O.GCASH,match:[E,T,/GCash/]},{name:O.TRUEMONEY,match:[E,T,/TrueMoney/i]},{name:O.KAKAOPAY,match:[E,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:O.KAKAOTALK,match:[E,/ALIPAYCONNECT_KAKAO_TALK/]},{name:O.NAVERPAY,match:[E,/NAVER/]},{name:O.MPAY,match:[E,/mpay|macaupay/i]},{name:O.TOSSPAY,match:[E,/Toss/i]},{name:O.ALIPAY,match:[E,L,/AlipayClient/]},{name:O.DEMO,match:[E,T,/GriverDemo/]}];function R(){return A(_,window.navigator.userAgent)||O.H5}var x=function(){var e,n;if("undefined"!=typeof wx||"undefined"!=typeof my&&"string"==typeof my.SDKVersion)e="undefined"!=typeof wx?O.WECHAT:A(N,my.getSystemInfoSync().app),n=k.MP;else{var t=function(){var e,n=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],t=n[1],o=(window.location.search.match(/[?&]__platform__=([^?&=]+)/)||[])[1];if((t||o)&&localStorage.setItem("__hy_env__",JSON.stringify({client:t,platform:o})),n[1]){var r=window.location.search.replace(new RegExp("".concat(n[0],"(&)*")),""),a=window.location.hash||"",c="".concat(window.location.pathname).concat(r).concat(a);history.replaceState(null,"",c)}var i=localStorage.getItem("__hy_env__");return i?JSON.parse(i):{}}();t.platform?(n=t.platform,e=t.client||("mpweb"===n?j():R())):(e=t.client||j())?n=k.MPWEB:(e=R(),n=k.WEB)}return n&&e||B("Cannot identify your client."),{client:e,platform:n}}(),M=x.client,U=x.platform;P(O,M),P(k,U);var K,G={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}}},F=((K={})[k.MP]=function(e,n,t){var o=(t||{}).type,r=void 0===o?"async":o;return"sync"===r||(null==t?void 0:t.isSync)?my[e](n):("async"===r&&(my[e]?my[e](n):my.call(e,n)),"callback"===r&&my[e](n),"attribute"===r?my[e]:void 0)},K[k.MPWEB]=u,K[k.WEB]=function(n,t,o){e((function(){var e=(o||{}).type,r=void 0===e?"async":e;"async"===r&&window.AlipayJSBridge.call(n,t,(function(e){var n=t||{},o=n.success,r=n.fail,a=n.complete;e.error?null==r||r(e):null==o||o(e),null==a||a(e)})),"callback"===r&&window.AlipayJSBridge.call(n,t)}))},K);function Y(e,n,t){return U?F[U](e,n,t):function(e,n,t){var o;void 0===t&&(t={});var r=t.type,a=void 0===r?"async":r,c=function(e,n){void 0===n&&(n="");var t=G.NOTFOUND;return{errorCode:t.code,errorMessage:(0,t.message)(n),errorSouce:"hylid"}}(0,e);if("sync"===a)return c;"callback"===a&&(null==n||n(c)),"async"===a&&(null===(o=null==n?void 0:n.fail)||void 0===o||o.call(n,c))}(n,t)}var W=function(){return W=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},W.apply(this,arguments)},H=function(e){return Y("navigateToBizScene",{sceneCode:"SCHEME",param:{scheme:e.url}})};function V(e){var n=e.url,t=e.path,o=t&&"/"!==t?t:"/pages/index/index";if(!n)return o;var r=o.includes("?")?"&":"?";return"".concat(o).concat(r,"url=").concat(encodeURIComponent(n))}var q=function(e){return Y("navigateTo",{url:V(e)})},z=function(e){return Y("navigateToMiniProgram",W(W({},e),{extraData:null==e?void 0:e.launchParams}))},J=function(e){return Y("navigateToBizScene",{sceneCode:"WEB_PAGE",param:{url:e.url}})},$=function(){return Y("navigateToBizScene",{sceneCode:"WEB_PAGE",param:{url:"ascendmoney://wallet.truemoney.co.th/app/660000000001?type=barcode&method=globalpayment"}})},Z=function(){return Y("navigateToBizScene",{sceneCode:"WEB_PAGE",param:{url:"ascendmoney://wallet.truemoney.co.th/app/660000000001?type=barcode"}})},Q=function(){return Y("navigateToBizScene",{sceneCode:"WEB_PAGE",param:{url:"ascendmoney://wallet.truemoney.co.th/app/660000000001?type=scan"}})},X=d((function(e,n,t){!function(e,n,t){if(e)if(e.startsWith("aplus://"))!function(e,n,t){var o,r=new(w())(e,!0),a=r.host,c=r.pathname,i=r.query;switch(a){case f.openInApp:n.openInApp(C({path:c,url:i.url||""},t));break;case f.openOtherApp:console.log("### openCustomScheme",f.openOtherApp);var u=i.appId,s=void 0===u?"":u,p=i.path,l=i.launchParams,d=void 0===l?"":l,h=(0,v.Qc)(d);n.openOtherApp(C({appId:s,path:p,launchParams:h},t));break;case f.openBizScene:console.warn("该 API 已弃用, 请使用 aplus://openApPayCodePage 等链接替代"),i.sceneCode===y.scan?n.openScanPage(t):i.sceneCode===y.payCode&&n.openApPayCodePage(t);break;case f.openScanPage:n.openScanPage(t);break;case f.openPayCodePage:n.openPayCodePage(t);break;case f.openApPayCodePage:n.openApPayCodePage(t);break;case f.openInBrowser:n.openInBrowser(C({url:i.url||""},t));break;default:console.log("[openCustomScheme] 不支持的 routeType: ",a),t.fail&&t.fail((o="openCustomScheme ".concat(a),{error:-102,errorMessage:"[".concat(o,"]: Not Support")}))}}(e,n,t);else if(e.startsWith("/")){var o=function(e){var n=location.pathname.replace(/\/[^/]+.html/,""),t="".concat(location.protocol,"//").concat(location.host).concat(n).concat(e);if(location.search.includes(S)){var o=t.includes("?")?"&":"?";return"".concat(t).concat(o).concat(S)}return t}(e);n.openInApp(C({url:o},t))}else n.openWebURL(C({url:e},t))}(e.url,{openWebURL:J,openInApp:q,openOtherApp:z,openInBrowser:H,openPayCodePage:Z,openApPayCodePage:$,openScanPage:Q},{success:n,fail:t})}));const ee=X;var ne=function(){return ne=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},ne.apply(this,arguments)};const te=function(e){var n,t=e.appId,o=e.workspaceId,r=void 0===o?"default":o,a=e.defaultGateway,c=e.defaultHeaders,i=e.request,u=t&&r?((n={AppId:t,workspaceId:r})["X-CORS-".concat(t,"-").concat(r)]="1",n):{};return d((function(e,n,t){var o=e.gateway,r=e.operationType,s=e.headers,p=e.requestData,l=e.timeout;i({url:o||a,method:"POST",timeout:l,headers:ne(ne(ne(ne({"Content-Type":"application/json"},c),{"Operation-Type":r}),u),s),data:p,success:function(e){n({headers:(null==e?void 0:e.headers)||{},resData:(null==e?void 0:e.data)||{}})},fail:t})}))};var oe=function(){return oe=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},oe.apply(this,arguments)};var re=function(){return re=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},re.apply(this,arguments)};var ae={},ce=function(e){ae=m(ae,e)};ce.getRuntimeConfig=function(){return ae};const ie={addPhoneContact:function(e){return u("addPhoneContact",e,{type:"async"})},alert:function(e){return u("alert",e,{type:"async"})},chooseImage:function(e){return u("chooseImage",e,{type:"async"})},choosePhoneContact:function(e){return u("choosePhoneContact",e,{type:"async"})},clearStorage:function(e){return u("clearStorage",e,{type:"async"})},closeBluetoothAdapter:function(e){return u("closeBluetoothAdapter",e,{type:"async"})},closeSocket:function(e){return u("closeSocket",e,{type:"async"})},confirm:function(e){return u("confirm",e,{type:"async"})},connectBLEDevice:function(e){return u("connectBLEDevice",e,{type:"async"})},connectSocket:function(e){return u("connectSocket",e,{type:"async"})},datePicker:function(e){return u("datePicker",e,{type:"async"})},disconnectBLEDevice:function(e){return u("disconnectBLEDevice",e,{type:"async"})},downloadFile:function(e){return u("downloadFile",e,{type:"async"})},getAuthCode:function(e){return u("getAuthCode",e,{type:"async"})},getBatteryInfo:function(e){return u("getBatteryInfo",e,{type:"async"})},getBLEDeviceCharacteristics:function(e){return u("getBLEDeviceCharacteristics",e,{type:"async"})},getBLEDeviceServices:function(e){return u("getBLEDeviceServices",e,{type:"async"})},getBluetoothAdapterState:function(e){return u("getBluetoothAdapterState",e,{type:"async"})},getBluetoothDevices:function(e){return u("getBluetoothDevices",e,{type:"async"})},getClipboard:function(e){return u("getClipboard",e,{type:"async"})},getConnectedBluetoothDevices:function(e){return u("getConnectedBluetoothDevices",e,{type:"async"})},getFileInfo:function(e){return u("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return u("getImageInfo",e,{type:"async"})},getLocation:function(e){return u("getLocation",e,{type:"async"})},getNetworkType:function(e){return u("getNetworkType",e,{type:"async"})},getOpenUserInfo:function(e){return u("getOpenUserInfo",e,{type:"async"})},getSavedFileInfo:function(e){return u("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return u("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return u("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return u("getServerTime",e,{type:"async"})},getSetting:function(e){return u("getSetting",e,{type:"async"})},getSiteInfo:function(e){return u("getSiteInfo",e,{type:"async"})},getStorage:function(e){return u("getStorage",e,{type:"async"})},getSystemInfo:function(e){return u("getSystemInfo",e,{type:"async"})},hideBackHome:function(e){return u("hideBackHome",e,{type:"async"})},hideKeyboard:function(e){return u("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return u("hideLoading",e,{type:"async"})},hideNavigationBarLoading:function(e){return u("hideNavigationBarLoading",e,{type:"async"})},hideTabBar:function(e){return u("hideTabBar",e,{type:"async"})},hideToast:function(e){return u("hideToast",e,{type:"async"})},makePhoneCall:function(e){return u("makePhoneCall",e,{type:"async"})},multiLevelSelect:function(e){return u("multiLevelSelect",e,{type:"async"})},navigateBack:function(e){return u("navigateBack",e,{type:"async"})},navigateBackMiniProgram:function(e){return u("navigateBackMiniProgram",e,{type:"async"})},navigateTo:function(e){return u("navigateTo",e,{type:"async"})},navigateToMiniProgram:function(e){return u("navigateToMiniProgram",e,{type:"async"})},notifyBLECharacteristicValueChange:function(e){return u("notifyBLECharacteristicValueChange",e,{type:"async"})},offAccelerometerChange:function(e){return u("offAccelerometerChange",e,{type:"callback"})},offBLECharacteristicValueChange:function(e){return u("offBLECharacteristicValueChange",e,{type:"callback"})},offBLEConnectionStateChanged:function(e){return u("offBLEConnectionStateChanged",e,{type:"callback"})},offBluetoothAdapterStateChange:function(e){return u("offBluetoothAdapterStateChange",e,{type:"callback"})},offBluetoothDeviceFound:function(e){return u("offBluetoothDeviceFound",e,{type:"callback"})},offCompassChange:function(e){return u("offCompassChange",e,{type:"callback"})},offMemoryWarning:function(e){return u("offMemoryWarning",e,{type:"callback"})},offSocketClose:function(e){return u("offSocketClose",e,{type:"callback"})},offSocketError:function(e){return u("offSocketError",e,{type:"callback"})},offSocketMessage:function(e){return u("offSocketMessage",e,{type:"callback"})},offSocketOpen:function(e){return u("offSocketOpen",e,{type:"callback"})},offUserCaptureScreen:function(e){return u("offUserCaptureScreen",e,{type:"callback"})},onAccelerometerChange:function(e){return u("onAccelerometerChange",e,{type:"callback"})},onBLECharacteristicValueChange:function(e){return u("onBLECharacteristicValueChange",e,{type:"callback"})},onBLEConnectionStateChanged:function(e){return u("onBLEConnectionStateChanged",e,{type:"callback"})},onBluetoothAdapterStateChange:function(e){return u("onBluetoothAdapterStateChange",e,{type:"callback"})},onBluetoothDeviceFound:function(e){return u("onBluetoothDeviceFound",e,{type:"callback"})},onCompassChange:function(e){return u("onCompassChange",e,{type:"callback"})},onMemoryWarning:function(e){return u("onMemoryWarning",e,{type:"callback"})},onSocketClose:function(e){return u("onSocketClose",e,{type:"callback"})},onSocketError:function(e){return u("onSocketError",e,{type:"callback"})},onSocketMessage:function(e){return u("onSocketMessage",e,{type:"callback"})},onSocketOpen:function(e){return u("onSocketOpen",e,{type:"callback"})},onUserCaptureScreen:function(e){return u("onUserCaptureScreen",e,{type:"callback"})},openBluetoothAdapter:function(e){return u("openBluetoothAdapter",e,{type:"async"})},openDocument:function(e){return u("openDocument",e,{type:"async"})},openSetting:function(e){return u("openSetting",e,{type:"async"})},pageScrollTo:function(e){return u("pageScrollTo",e,{type:"async"})},previewImage:function(e){return u("previewImage",e,{type:"async"})},prompt:function(e){return u("prompt",e,{type:"async"})},readBLECharacteristicValue:function(e){return u("readBLECharacteristicValue",e,{type:"async"})},redirectTo:function(e){return u("redirectTo",e,{type:"async"})},reLaunch:function(e){return u("reLaunch",e,{type:"async"})},removeSavedFile:function(e){return u("removeSavedFile",e,{type:"async"})},removeStorage:function(e){return u("removeStorage",e,{type:"async"})},request:function(e){return u("request",e,{type:"async"})},saveFile:function(e){return u("saveFile",e,{type:"async"})},saveImage:function(e){return u("saveImage",e,{type:"async"})},scan:function(e){return u("scan",e,{type:"async"})},sendSocketMessage:function(e){return u("sendSocketMessage",e,{type:"async"})},setBackgroundColor:function(e){return u("setBackgroundColor",e,{type:"async"})},setCanPullDown:function(e){return u("setCanPullDown",e,{type:"sync"})},setClipboard:function(e){return u("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return u("setKeepScreenOn",e,{type:"async"})},setNavigationBar:function(e){return u("setNavigationBar",e,{type:"async"})},setScreenBrightness:function(e){return u("setScreenBrightness",e,{type:"async"})},setStorage:function(e){return u("setStorage",e,{type:"async"})},setTabBarStyle:function(e){return u("setTabBarStyle",e,{type:"async"})},showActionSheet:function(e){return u("showActionSheet",e,{type:"async"})},showAuthGuide:function(e){return u("showAuthGuide",e,{type:"async"})},showLoading:function(e){return u("showLoading",e,{type:"async"})},showNavigationBarLoading:function(e){return u("showNavigationBarLoading",e,{type:"async"})},showToast:function(e){return u("showToast",e,{type:"async"})},signContract:function(e){return u("signContract",e,{type:"async"})},startBluetoothDevicesDiscovery:function(e){return u("startBluetoothDevicesDiscovery",e,{type:"async"})},startPullDownRefresh:function(e){return u("startPullDownRefresh",e,{type:"async"})},stopBluetoothDevicesDiscovery:function(e){return u("stopBluetoothDevicesDiscovery",e,{type:"async"})},stopPullDownRefresh:function(e){return u("stopPullDownRefresh",e,{type:"async"})},switchTab:function(e){return u("switchTab",e,{type:"async"})},tradePay:function(e){return u("tradePay",e,{type:"async"})},uploadFile:function(e){return u("uploadFile",e,{type:"async"})},vibrate:function(e){return u("vibrate",e,{type:"async"})},watchShake:function(e){return u("watchShake",e,{type:"async"})},writeBLECharacteristicValue:function(e){return u("writeBLECharacteristicValue",e,{type:"async"})},showSharePanel:function(e){return u("showSharePanel",e,{type:"async"})},getCurrentLanguage:l,openURL:ee,createWithoutAuthRpc:te,getAppId:function(e){u("getAppIdSync",e,{type:"sync"})},getCurrentPages:function(e){u("__hy_internal__",oe({name:"getCurrentPages"},e))},getSDKVersion:function(e){u("SDKVersion",re({},e),{type:"attribute"})},defineRuntimeConfig:ce}})(),o.default})()));
|