hylid-bridge 4.0.7 → 4.0.8
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 +0 -66
- package/lib/bridges.d.ts +1 -378
- package/lib/bridges.js +0 -694
- package/lib/clients/mp/alipay/index.d.ts +2 -4
- package/lib/clients/mp/alipay/index.js +2 -4
- package/lib/clients/mp/alipayhk/index.d.ts +2 -4
- package/lib/clients/mp/alipayhk/index.js +2 -4
- package/lib/clients/mp/chope/index.d.ts +1 -1
- package/lib/clients/mp/dana/index.d.ts +2 -4
- package/lib/clients/mp/dana/index.js +2 -4
- package/lib/clients/mp/demo/index.d.ts +1 -1
- package/lib/clients/mp/gcash/index.d.ts +2 -4
- package/lib/clients/mp/gcash/index.js +2 -4
- package/lib/clients/mp/tngd/index.d.ts +2 -4
- package/lib/clients/mp/tngd/index.js +2 -4
- package/lib/clients/mp/truemoney/index.d.ts +2 -4
- package/lib/clients/mp/truemoney/index.js +2 -4
- package/lib/clients/mp_web/alipay/index.d.ts +2 -4
- package/lib/clients/mp_web/alipay/index.js +1 -3
- package/lib/clients/mp_web/alipayhk/index.d.ts +2 -56
- package/lib/clients/mp_web/alipayhk/index.js +2 -28
- package/lib/clients/mp_web/chope/index.d.ts +2 -4
- package/lib/clients/mp_web/chope/index.js +1 -3
- package/lib/clients/mp_web/dana/index.d.ts +2 -56
- package/lib/clients/mp_web/dana/index.js +2 -28
- package/lib/clients/mp_web/demo/index.d.ts +2 -4
- package/lib/clients/mp_web/demo/index.js +1 -3
- package/lib/clients/mp_web/gcash/index.d.ts +2 -56
- package/lib/clients/mp_web/gcash/index.js +2 -28
- package/lib/clients/mp_web/mpay/index.d.ts +2 -54
- package/lib/clients/mp_web/mpay/index.js +2 -26
- package/lib/clients/mp_web/tngd/index.d.ts +2 -56
- package/lib/clients/mp_web/tngd/index.js +2 -28
- package/lib/clients/mp_web/toss/index.d.ts +2 -54
- package/lib/clients/mp_web/toss/index.js +2 -26
- package/lib/clients/mp_web/truemoney/index.d.ts +2 -56
- package/lib/clients/mp_web/truemoney/index.js +2 -28
- package/lib/clients/web/alipay/index.d.ts +3 -131
- package/lib/clients/web/alipay/index.js +3 -47
- package/lib/clients/web/demo/index.d.ts +2 -4
- package/lib/clients/web/demo/index.js +2 -4
- package/lib/clients/web/h5/index.d.ts +2 -42
- package/lib/clients/web/h5/index.js +2 -14
- package/lib/clients/web/tngdh5ng/index.d.ts +1 -3
- package/lib/clients/web/tngdh5ng/index.js +2 -4
- package/lib/common/apis/custom/web/h5/request.d.ts +1 -1
- package/lib/common/apis/generated/mp/request.d.ts +2 -2
- package/lib/common/apis/generated/mp_web/request.d.ts +2 -2
- package/lib/dsl.d.ts +1 -10
- package/lib/dsl.js +1 -28
- 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 +1 -2
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.js +1 -2
- package/lib/umd/mp_web_truemoney.js +1 -1
- package/lib/umd/web_alipay.js +1 -2
- 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/package.json +6 -6
- package/lib/clients/mp/alipay/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/alipay/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/alipayhk/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/alipayhk/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/dana/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/dana/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/gcash/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/gcash/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/tngd/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/tngd/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/truemoney/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/truemoney/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/alipay/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openInApp.js +0 -3
- package/lib/clients/mp_web/alipayhk/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openInBrowser.js +0 -3
- package/lib/clients/mp_web/alipayhk/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openOtherApp.js +0 -3
- package/lib/clients/mp_web/alipayhk/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openScanPage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openURL.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openURL.js +0 -3
- package/lib/clients/mp_web/alipayhk/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openWebURL.js +0 -3
- package/lib/clients/mp_web/alipayhk/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/popWindow.js +0 -3
- package/lib/clients/mp_web/alipayhk/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/chope/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/dana/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/dana/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/dana/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/dana/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/dana/openInApp.js +0 -3
- package/lib/clients/mp_web/dana/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/dana/openInBrowser.js +0 -3
- package/lib/clients/mp_web/dana/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/dana/openOtherApp.js +0 -3
- package/lib/clients/mp_web/dana/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/dana/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/dana/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/dana/openScanPage.js +0 -3
- package/lib/clients/mp_web/dana/openURL.d.ts +0 -2
- package/lib/clients/mp_web/dana/openURL.js +0 -3
- package/lib/clients/mp_web/dana/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/dana/openWebURL.js +0 -3
- package/lib/clients/mp_web/dana/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/dana/popWindow.js +0 -3
- package/lib/clients/mp_web/dana/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/dana/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/demo/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/gcash/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openInApp.js +0 -3
- package/lib/clients/mp_web/gcash/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openInBrowser.js +0 -3
- package/lib/clients/mp_web/gcash/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openOtherApp.js +0 -3
- package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/gcash/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openScanPage.js +0 -3
- package/lib/clients/mp_web/gcash/openURL.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openURL.js +0 -3
- package/lib/clients/mp_web/gcash/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openWebURL.js +0 -3
- package/lib/clients/mp_web/gcash/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/gcash/popWindow.js +0 -3
- package/lib/clients/mp_web/gcash/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/gcash/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/mpay/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openInApp.js +0 -3
- package/lib/clients/mp_web/mpay/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openInBrowser.js +0 -3
- package/lib/clients/mp_web/mpay/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openOtherApp.js +0 -3
- package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/mpay/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openScanPage.js +0 -3
- package/lib/clients/mp_web/mpay/openURL.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openURL.js +0 -3
- package/lib/clients/mp_web/mpay/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openWebURL.js +0 -3
- package/lib/clients/mp_web/mpay/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/mpay/popWindow.js +0 -3
- package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/mpay/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/tngd/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openInApp.js +0 -3
- package/lib/clients/mp_web/tngd/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openInBrowser.js +0 -3
- package/lib/clients/mp_web/tngd/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openOtherApp.js +0 -3
- package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/tngd/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openScanPage.js +0 -3
- package/lib/clients/mp_web/tngd/openURL.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openURL.js +0 -3
- package/lib/clients/mp_web/tngd/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openWebURL.js +0 -3
- package/lib/clients/mp_web/tngd/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/tngd/popWindow.js +0 -3
- package/lib/clients/mp_web/tngd/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/tngd/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/toss/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/toss/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/toss/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/toss/openInApp.js +0 -3
- package/lib/clients/mp_web/toss/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/toss/openInBrowser.js +0 -3
- package/lib/clients/mp_web/toss/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/toss/openOtherApp.js +0 -3
- package/lib/clients/mp_web/toss/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/toss/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/toss/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/toss/openScanPage.js +0 -3
- package/lib/clients/mp_web/toss/openURL.d.ts +0 -2
- package/lib/clients/mp_web/toss/openURL.js +0 -3
- package/lib/clients/mp_web/toss/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/toss/openWebURL.js +0 -3
- package/lib/clients/mp_web/toss/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/toss/popWindow.js +0 -3
- package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/toss/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/truemoney/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openInApp.js +0 -3
- package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openInBrowser.js +0 -3
- package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openOtherApp.js +0 -3
- package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/truemoney/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openScanPage.js +0 -3
- package/lib/clients/mp_web/truemoney/openURL.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openURL.js +0 -3
- package/lib/clients/mp_web/truemoney/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openWebURL.js +0 -3
- package/lib/clients/mp_web/truemoney/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/popWindow.js +0 -3
- package/lib/clients/mp_web/truemoney/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/rpcWithAuth.js +0 -3
- package/lib/clients/web/alipay/addNotifyListener.d.ts +0 -2
- package/lib/clients/web/alipay/addNotifyListener.js +0 -3
- package/lib/clients/web/alipay/chooseDistrict.d.ts +0 -2
- package/lib/clients/web/alipay/chooseDistrict.js +0 -3
- package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/web/alipay/createWithoutAuthRpc.js +0 -3
- package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/web/alipay/defineRuntimeConfig.js +0 -3
- package/lib/clients/web/alipay/easyShare.d.ts +0 -2
- package/lib/clients/web/alipay/easyShare.js +0 -3
- package/lib/clients/web/alipay/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/alipay/getCurrentLanguage.js +0 -3
- package/lib/clients/web/alipay/getMainSelectedCity.d.ts +0 -2
- package/lib/clients/web/alipay/getMainSelectedCity.js +0 -3
- package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +0 -2
- package/lib/clients/web/alipay/homeAddAppToMyApps.js +0 -3
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +0 -2
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +0 -3
- package/lib/clients/web/alipay/openApPayCodePage.d.ts +0 -2
- package/lib/clients/web/alipay/openApPayCodePage.js +0 -3
- package/lib/clients/web/alipay/openInApp.d.ts +0 -2
- package/lib/clients/web/alipay/openInApp.js +0 -3
- package/lib/clients/web/alipay/openInBrowser.d.ts +0 -2
- package/lib/clients/web/alipay/openInBrowser.js +0 -3
- package/lib/clients/web/alipay/openOtherApp.d.ts +0 -2
- package/lib/clients/web/alipay/openOtherApp.js +0 -3
- package/lib/clients/web/alipay/openPayCodePage.d.ts +0 -2
- package/lib/clients/web/alipay/openPayCodePage.js +0 -3
- package/lib/clients/web/alipay/openScanPage.d.ts +0 -2
- package/lib/clients/web/alipay/openScanPage.js +0 -3
- package/lib/clients/web/alipay/openURL.d.ts +0 -2
- package/lib/clients/web/alipay/openURL.js +0 -3
- package/lib/clients/web/alipay/openWebURL.d.ts +0 -2
- package/lib/clients/web/alipay/openWebURL.js +0 -3
- package/lib/clients/web/alipay/popWindow.d.ts +0 -2
- package/lib/clients/web/alipay/popWindow.js +0 -3
- package/lib/clients/web/alipay/postNotification.d.ts +0 -2
- package/lib/clients/web/alipay/postNotification.js +0 -3
- package/lib/clients/web/alipay/removeNotifyListener.d.ts +0 -2
- package/lib/clients/web/alipay/removeNotifyListener.js +0 -3
- package/lib/clients/web/alipay/rpcWithAuth.d.ts +0 -2
- package/lib/clients/web/alipay/rpcWithAuth.js +0 -3
- package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +0 -2
- package/lib/clients/web/alipay/rpcWithAuthAPlus.js +0 -3
- package/lib/clients/web/demo/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/demo/getCurrentLanguage.js +0 -3
- package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/web/h5/createWithoutAuthRpc.js +0 -3
- package/lib/clients/web/h5/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/web/h5/defineRuntimeConfig.js +0 -3
- package/lib/clients/web/h5/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/h5/getCurrentLanguage.js +0 -3
- package/lib/clients/web/h5/openURL.d.ts +0 -2
- package/lib/clients/web/h5/openURL.js +0 -3
- package/lib/clients/web/h5/popWindow.d.ts +0 -2
- package/lib/clients/web/h5/popWindow.js +0 -3
- package/lib/clients/web/h5/rpcWithAuth.d.ts +0 -2
- package/lib/clients/web/h5/rpcWithAuth.js +0 -3
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +0 -3
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +0 -27
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +0 -7
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +0 -2
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +0 -7
- package/lib/common/apis/generated/web/chooseDistrict.d.ts +0 -41
- package/lib/common/apis/generated/web/chooseDistrict.js +0 -8
- package/lib/common/apis/generated/web/easyShare.d.ts +0 -32
- package/lib/common/apis/generated/web/easyShare.js +0 -8
- package/lib/common/apis/generated/web/getMainSelectedCity.d.ts +0 -27
- package/lib/common/apis/generated/web/getMainSelectedCity.js +0 -8
- package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +0 -5
- package/lib/common/apis/generated/web/homeAddAppToMyApps.js +0 -8
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +0 -13
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +0 -8
- package/lib/common/apis/generated/web/postNotification.d.ts +0 -9
- package/lib/common/apis/generated/web/postNotification.js +0 -8
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +0 -26
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.d.ts +0 -2
- package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.js +0 -4
- package/lib/internal/apis/custom/mp_web/alipayhk/rpcWithAuth.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/rpcWithAuth.js +0 -32
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/mp_web/mpay/openURL.js +0 -26
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +0 -27
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +0 -6
- package/lib/internal/apis/custom/mp_web/tngd/openURL.js +0 -30
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +0 -3
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +0 -27
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +0 -12
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +0 -12
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +0 -12
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +0 -6
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +0 -30
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +0 -3
- package/lib/internal/apis/custom/web/addNotifyListener.d.ts +0 -6
- package/lib/internal/apis/custom/web/addNotifyListener.js +0 -170
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openInApp.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/web/alipay/openURL.js +0 -26
- package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +0 -3
- package/lib/internal/apis/custom/web/alipay/popWindow.d.ts +0 -2
- package/lib/internal/apis/custom/web/alipay/popWindow.js +0 -4
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +0 -3
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +0 -51
- package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +0 -3
- package/lib/internal/apis/custom/web/defineRuntimeConfig.js +0 -7
- package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +0 -2
- package/lib/internal/apis/custom/web/getCurrentLanguage.js +0 -12
- package/lib/internal/apis/custom/web/h5/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/web/h5/openURL.js +0 -15
- package/lib/internal/apis/custom/web/h5/popWindow.d.ts +0 -2
- package/lib/internal/apis/custom/web/h5/popWindow.js +0 -3
- package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +0 -4
- package/lib/internal/apis/custom/web/removeNotifyListener.js +0 -27
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +0 -3
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +0 -31
- package/lib/internal/utils/baseOpenUrl.d.ts +0 -15
- package/lib/internal/utils/baseOpenUrl.js +0 -125
- package/lib/internal/utils/index.d.ts +0 -9
- package/lib/internal/utils/index.js +0 -71
- package/lib/internal/utils/language.d.ts +0 -4
- package/lib/internal/utils/language.js +0 -46
- package/lib/internal/utils/network/authLogin.d.ts +0 -8
- package/lib/internal/utils/network/authLogin.js +0 -564
- package/lib/internal/utils/network/index.d.ts +0 -7
- package/lib/internal/utils/network/index.js +0 -246
- package/lib/internal/utils/router.d.ts +0 -35
- package/lib/internal/utils/router.js +0 -157
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +0 -1
- package/lib/umd/mp_web_toss.js.LICENSE.txt +0 -1
- package/lib/umd/web_alipay.js.LICENSE.txt +0 -1
|
@@ -113,22 +113,9 @@ import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_w
|
|
|
113
113
|
import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
|
|
114
114
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
|
|
115
115
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
116
|
-
import getCurrentLanguage from './getCurrentLanguage';
|
|
117
|
-
import openURL from './openURL';
|
|
118
|
-
import openWebURL from './openWebURL';
|
|
119
|
-
import openInApp from './openInApp';
|
|
120
|
-
import openOtherApp from './openOtherApp';
|
|
121
|
-
import openInBrowser from './openInBrowser';
|
|
122
|
-
import openPayCodePage from './openPayCodePage';
|
|
123
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
124
|
-
import openScanPage from './openScanPage';
|
|
125
|
-
import createWithoutAuthRpc from './createWithoutAuthRpc';
|
|
126
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
127
116
|
import getAppId from './getAppId';
|
|
128
117
|
import getCurrentPages from './getCurrentPages';
|
|
129
118
|
import getSDKVersion from './getSDKVersion';
|
|
130
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
131
|
-
import popWindow from './popWindow';
|
|
132
119
|
export default {
|
|
133
120
|
addPhoneContact: addPhoneContact,
|
|
134
121
|
alert: alert,
|
|
@@ -244,22 +231,9 @@ export default {
|
|
|
244
231
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
245
232
|
showSharePanel: showSharePanel,
|
|
246
233
|
setTransparentTitle: setTransparentTitle,
|
|
247
|
-
getCurrentLanguage: getCurrentLanguage,
|
|
248
|
-
openURL: openURL,
|
|
249
|
-
openWebURL: openWebURL,
|
|
250
|
-
openInApp: openInApp,
|
|
251
|
-
openOtherApp: openOtherApp,
|
|
252
|
-
openInBrowser: openInBrowser,
|
|
253
|
-
openPayCodePage: openPayCodePage,
|
|
254
|
-
openApPayCodePage: openApPayCodePage,
|
|
255
|
-
openScanPage: openScanPage,
|
|
256
|
-
createWithoutAuthRpc: createWithoutAuthRpc,
|
|
257
|
-
rpcWithAuth: rpcWithAuth,
|
|
258
234
|
getAppId: getAppId,
|
|
259
235
|
getCurrentPages: getCurrentPages,
|
|
260
|
-
getSDKVersion: getSDKVersion
|
|
261
|
-
defineRuntimeConfig: defineRuntimeConfig,
|
|
262
|
-
popWindow: popWindow
|
|
236
|
+
getSDKVersion: getSDKVersion
|
|
263
237
|
};
|
|
264
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle,
|
|
238
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion };
|
|
265
239
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, tradePayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, setTransparentTitleAsync };
|
|
@@ -3,22 +3,10 @@ import { getAuthCode, getAuthCodeAsync } from '../../../common/apis/generated/mp
|
|
|
3
3
|
import { getStorage, getStorageAsync } from '../../../common/apis/generated/mp_web/getStorage';
|
|
4
4
|
import { request, requestAsync } from '../../../common/apis/generated/mp_web/request';
|
|
5
5
|
import { setStorage, setStorageAsync } from '../../../common/apis/generated/mp_web/setStorage';
|
|
6
|
-
import { createWithoutAuthRpc } from '../../../common/apis/generated/mp_web/createWithoutAuthRpc';
|
|
7
|
-
import { defineRuntimeConfig } from '../../../common/apis/generated/mp_web/defineRuntimeConfig';
|
|
8
6
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
9
|
-
import openURL from './openURL';
|
|
10
|
-
import openWebURL from './openWebURL';
|
|
11
|
-
import openInApp from './openInApp';
|
|
12
|
-
import openOtherApp from './openOtherApp';
|
|
13
|
-
import openInBrowser from './openInBrowser';
|
|
14
|
-
import openPayCodePage from './openPayCodePage';
|
|
15
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
16
|
-
import openScanPage from './openScanPage';
|
|
17
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
18
7
|
import getAppId from './getAppId';
|
|
19
8
|
import getCurrentPages from './getCurrentPages';
|
|
20
9
|
import getSDKVersion from './getSDKVersion';
|
|
21
|
-
import popWindow from './popWindow';
|
|
22
10
|
declare const _default: {
|
|
23
11
|
getAppToken: (args?: any) => void;
|
|
24
12
|
getAuthCode: (args: {
|
|
@@ -31,7 +19,7 @@ declare const _default: {
|
|
|
31
19
|
headers?: {
|
|
32
20
|
[key: string]: string;
|
|
33
21
|
} | undefined;
|
|
34
|
-
method?: "
|
|
22
|
+
method?: "GET" | "POST" | undefined;
|
|
35
23
|
data?: any;
|
|
36
24
|
timeout?: number | undefined;
|
|
37
25
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -41,57 +29,17 @@ declare const _default: {
|
|
|
41
29
|
headers: any;
|
|
42
30
|
}>) => void;
|
|
43
31
|
setStorage: (args: SetStorage) => void;
|
|
44
|
-
createWithoutAuthRpc: (args: {
|
|
45
|
-
appId?: string | undefined;
|
|
46
|
-
workspaceId?: string | undefined;
|
|
47
|
-
defaultGateway: string;
|
|
48
|
-
defaultHeaders?: Record<string, string> | undefined;
|
|
49
|
-
request: (args: {
|
|
50
|
-
url: string;
|
|
51
|
-
headers?: {
|
|
52
|
-
[key: string]: string;
|
|
53
|
-
} | undefined;
|
|
54
|
-
method?: "POST" | "GET" | undefined;
|
|
55
|
-
data?: any;
|
|
56
|
-
timeout?: number | undefined;
|
|
57
|
-
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
58
|
-
} & import("@hylid/types").AsyncCallback<{
|
|
59
|
-
data: any;
|
|
60
|
-
status: number;
|
|
61
|
-
headers: any;
|
|
62
|
-
}>) => void;
|
|
63
|
-
}) => (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
64
|
-
headers: Record<string, string>;
|
|
65
|
-
resData: object;
|
|
66
|
-
}>) | undefined) => Promise<{
|
|
67
|
-
headers: Record<string, string>;
|
|
68
|
-
resData: object;
|
|
69
|
-
}>;
|
|
70
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
71
32
|
setTransparentTitle: (args: {
|
|
72
33
|
transparentTitle: "none" | "auto" | "always" | "custom";
|
|
73
34
|
} & import("@hylid/types").AsyncCallback<{
|
|
74
35
|
success: boolean;
|
|
75
36
|
}>) => void;
|
|
76
|
-
openURL: (args: any) => Promise<any>;
|
|
77
|
-
openWebURL: ({ url }: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
78
|
-
openInApp: (params: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
79
|
-
openOtherApp: (args: any) => any;
|
|
80
|
-
openInBrowser: import("../../../internal/utils/router").OpenBrowserFunc;
|
|
81
|
-
openPayCodePage: () => any;
|
|
82
|
-
openApPayCodePage: () => any;
|
|
83
|
-
openScanPage: () => any;
|
|
84
|
-
rpcWithAuth: (args: import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
85
|
-
headers: Record<string, string>;
|
|
86
|
-
resData: object;
|
|
87
|
-
}>) => void;
|
|
88
37
|
getAppId: (args: import("@hylid/types").AsyncCallback<{
|
|
89
38
|
appId: string;
|
|
90
39
|
}>) => void;
|
|
91
40
|
getCurrentPages: (args: import("@hylid/types").getCurrentPagesOptions) => void;
|
|
92
41
|
getSDKVersion: (args: import("@hylid/types").AsyncCallback<string>) => void;
|
|
93
|
-
popWindow: () => void;
|
|
94
42
|
};
|
|
95
43
|
export default _default;
|
|
96
|
-
export { getAppToken, getAuthCode, getStorage, request, setStorage,
|
|
44
|
+
export { getAppToken, getAuthCode, getStorage, request, setStorage, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion, };
|
|
97
45
|
export { getAppTokenAsync, getAuthCodeAsync, getStorageAsync, requestAsync, setStorageAsync, setTransparentTitleAsync };
|
|
@@ -4,44 +4,20 @@ import { getAuthCode, getAuthCodeAsync } from '../../../common/apis/generated/mp
|
|
|
4
4
|
import { getStorage, getStorageAsync } from '../../../common/apis/generated/mp_web/getStorage';
|
|
5
5
|
import { request, requestAsync } from '../../../common/apis/generated/mp_web/request';
|
|
6
6
|
import { setStorage, setStorageAsync } from '../../../common/apis/generated/mp_web/setStorage';
|
|
7
|
-
import { createWithoutAuthRpc } from '../../../common/apis/generated/mp_web/createWithoutAuthRpc';
|
|
8
|
-
import { defineRuntimeConfig } from '../../../common/apis/generated/mp_web/defineRuntimeConfig';
|
|
9
7
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
10
|
-
import openURL from './openURL';
|
|
11
|
-
import openWebURL from './openWebURL';
|
|
12
|
-
import openInApp from './openInApp';
|
|
13
|
-
import openOtherApp from './openOtherApp';
|
|
14
|
-
import openInBrowser from './openInBrowser';
|
|
15
|
-
import openPayCodePage from './openPayCodePage';
|
|
16
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
17
|
-
import openScanPage from './openScanPage';
|
|
18
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
19
8
|
import getAppId from './getAppId';
|
|
20
9
|
import getCurrentPages from './getCurrentPages';
|
|
21
10
|
import getSDKVersion from './getSDKVersion';
|
|
22
|
-
import popWindow from './popWindow';
|
|
23
11
|
export default {
|
|
24
12
|
getAppToken: getAppToken,
|
|
25
13
|
getAuthCode: getAuthCode,
|
|
26
14
|
getStorage: getStorage,
|
|
27
15
|
request: request,
|
|
28
16
|
setStorage: setStorage,
|
|
29
|
-
createWithoutAuthRpc: createWithoutAuthRpc,
|
|
30
|
-
defineRuntimeConfig: defineRuntimeConfig,
|
|
31
17
|
setTransparentTitle: setTransparentTitle,
|
|
32
|
-
openURL: openURL,
|
|
33
|
-
openWebURL: openWebURL,
|
|
34
|
-
openInApp: openInApp,
|
|
35
|
-
openOtherApp: openOtherApp,
|
|
36
|
-
openInBrowser: openInBrowser,
|
|
37
|
-
openPayCodePage: openPayCodePage,
|
|
38
|
-
openApPayCodePage: openApPayCodePage,
|
|
39
|
-
openScanPage: openScanPage,
|
|
40
|
-
rpcWithAuth: rpcWithAuth,
|
|
41
18
|
getAppId: getAppId,
|
|
42
19
|
getCurrentPages: getCurrentPages,
|
|
43
|
-
getSDKVersion: getSDKVersion
|
|
44
|
-
popWindow: popWindow
|
|
20
|
+
getSDKVersion: getSDKVersion
|
|
45
21
|
};
|
|
46
|
-
export { getAppToken, getAuthCode, getStorage, request, setStorage,
|
|
22
|
+
export { getAppToken, getAuthCode, getStorage, request, setStorage, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion };
|
|
47
23
|
export { getAppTokenAsync, getAuthCodeAsync, getStorageAsync, requestAsync, setStorageAsync, setTransparentTitleAsync };
|
|
@@ -112,22 +112,9 @@ import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_w
|
|
|
112
112
|
import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
|
|
113
113
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
|
|
114
114
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
115
|
-
import getCurrentLanguage from './getCurrentLanguage';
|
|
116
|
-
import openURL from './openURL';
|
|
117
|
-
import openWebURL from './openWebURL';
|
|
118
|
-
import openInApp from './openInApp';
|
|
119
|
-
import openOtherApp from './openOtherApp';
|
|
120
|
-
import openInBrowser from './openInBrowser';
|
|
121
|
-
import openPayCodePage from './openPayCodePage';
|
|
122
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
123
|
-
import openScanPage from './openScanPage';
|
|
124
|
-
import createWithoutAuthRpc from './createWithoutAuthRpc';
|
|
125
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
126
115
|
import getAppId from './getAppId';
|
|
127
116
|
import getCurrentPages from './getCurrentPages';
|
|
128
117
|
import getSDKVersion from './getSDKVersion';
|
|
129
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
130
|
-
import popWindow from './popWindow';
|
|
131
118
|
declare const _default: {
|
|
132
119
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
133
120
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -316,7 +303,7 @@ declare const _default: {
|
|
|
316
303
|
headers?: {
|
|
317
304
|
[key: string]: string;
|
|
318
305
|
} | undefined;
|
|
319
|
-
method?: "
|
|
306
|
+
method?: "GET" | "POST" | undefined;
|
|
320
307
|
data?: any;
|
|
321
308
|
timeout?: number | undefined;
|
|
322
309
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -366,53 +353,12 @@ declare const _default: {
|
|
|
366
353
|
} & import("@hylid/types").AsyncCallback<{
|
|
367
354
|
success: boolean;
|
|
368
355
|
}>) => void;
|
|
369
|
-
getCurrentLanguage: () => string;
|
|
370
|
-
openURL: (args: any) => Promise<any>;
|
|
371
|
-
openWebURL: ({ url }: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
372
|
-
openInApp: (params: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
373
|
-
openOtherApp: (args: any) => any;
|
|
374
|
-
openInBrowser: import("../../../internal/utils/router").OpenBrowserFunc;
|
|
375
|
-
openPayCodePage: () => any;
|
|
376
|
-
openApPayCodePage: () => any;
|
|
377
|
-
openScanPage: () => any;
|
|
378
|
-
createWithoutAuthRpc: (args: {
|
|
379
|
-
appId?: string | undefined;
|
|
380
|
-
workspaceId?: string | undefined;
|
|
381
|
-
defaultGateway: string;
|
|
382
|
-
defaultHeaders?: Record<string, string> | undefined;
|
|
383
|
-
request: (args: {
|
|
384
|
-
url: string;
|
|
385
|
-
headers?: {
|
|
386
|
-
[key: string]: string;
|
|
387
|
-
} | undefined;
|
|
388
|
-
method?: "POST" | "GET" | undefined;
|
|
389
|
-
data?: any;
|
|
390
|
-
timeout?: number | undefined;
|
|
391
|
-
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
392
|
-
} & import("@hylid/types").AsyncCallback<{
|
|
393
|
-
data: any;
|
|
394
|
-
status: number;
|
|
395
|
-
headers: any;
|
|
396
|
-
}>) => void;
|
|
397
|
-
}) => (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
398
|
-
headers: Record<string, string>;
|
|
399
|
-
resData: object;
|
|
400
|
-
}>) | undefined) => Promise<{
|
|
401
|
-
headers: Record<string, string>;
|
|
402
|
-
resData: object;
|
|
403
|
-
}>;
|
|
404
|
-
rpcWithAuth: (args: import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
405
|
-
headers: Record<string, string>;
|
|
406
|
-
resData: object;
|
|
407
|
-
}>) => void;
|
|
408
356
|
getAppId: (args: import("@hylid/types").AsyncCallback<{
|
|
409
357
|
appId: string;
|
|
410
358
|
}>) => void;
|
|
411
359
|
getCurrentPages: (args: import("@hylid/types").getCurrentPagesOptions) => void;
|
|
412
360
|
getSDKVersion: (args: import("@hylid/types").AsyncCallback<string>) => void;
|
|
413
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
414
|
-
popWindow: () => void;
|
|
415
361
|
};
|
|
416
362
|
export default _default;
|
|
417
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle,
|
|
363
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion, };
|
|
418
364
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, tradePayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, setTransparentTitleAsync, };
|
|
@@ -113,22 +113,9 @@ import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_w
|
|
|
113
113
|
import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
|
|
114
114
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
|
|
115
115
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
116
|
-
import getCurrentLanguage from './getCurrentLanguage';
|
|
117
|
-
import openURL from './openURL';
|
|
118
|
-
import openWebURL from './openWebURL';
|
|
119
|
-
import openInApp from './openInApp';
|
|
120
|
-
import openOtherApp from './openOtherApp';
|
|
121
|
-
import openInBrowser from './openInBrowser';
|
|
122
|
-
import openPayCodePage from './openPayCodePage';
|
|
123
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
124
|
-
import openScanPage from './openScanPage';
|
|
125
|
-
import createWithoutAuthRpc from './createWithoutAuthRpc';
|
|
126
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
127
116
|
import getAppId from './getAppId';
|
|
128
117
|
import getCurrentPages from './getCurrentPages';
|
|
129
118
|
import getSDKVersion from './getSDKVersion';
|
|
130
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
131
|
-
import popWindow from './popWindow';
|
|
132
119
|
export default {
|
|
133
120
|
addPhoneContact: addPhoneContact,
|
|
134
121
|
alert: alert,
|
|
@@ -244,22 +231,9 @@ export default {
|
|
|
244
231
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
245
232
|
showSharePanel: showSharePanel,
|
|
246
233
|
setTransparentTitle: setTransparentTitle,
|
|
247
|
-
getCurrentLanguage: getCurrentLanguage,
|
|
248
|
-
openURL: openURL,
|
|
249
|
-
openWebURL: openWebURL,
|
|
250
|
-
openInApp: openInApp,
|
|
251
|
-
openOtherApp: openOtherApp,
|
|
252
|
-
openInBrowser: openInBrowser,
|
|
253
|
-
openPayCodePage: openPayCodePage,
|
|
254
|
-
openApPayCodePage: openApPayCodePage,
|
|
255
|
-
openScanPage: openScanPage,
|
|
256
|
-
createWithoutAuthRpc: createWithoutAuthRpc,
|
|
257
|
-
rpcWithAuth: rpcWithAuth,
|
|
258
234
|
getAppId: getAppId,
|
|
259
235
|
getCurrentPages: getCurrentPages,
|
|
260
|
-
getSDKVersion: getSDKVersion
|
|
261
|
-
defineRuntimeConfig: defineRuntimeConfig,
|
|
262
|
-
popWindow: popWindow
|
|
236
|
+
getSDKVersion: getSDKVersion
|
|
263
237
|
};
|
|
264
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle,
|
|
238
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion };
|
|
265
239
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, tradePayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, setTransparentTitleAsync };
|
|
@@ -2,22 +2,10 @@ import { getAuthCode, getAuthCodeAsync } from '../../../common/apis/generated/mp
|
|
|
2
2
|
import { getStorage, getStorageAsync } from '../../../common/apis/generated/mp_web/getStorage';
|
|
3
3
|
import { request, requestAsync } from '../../../common/apis/generated/mp_web/request';
|
|
4
4
|
import { setStorage, setStorageAsync } from '../../../common/apis/generated/mp_web/setStorage';
|
|
5
|
-
import { createWithoutAuthRpc } from '../../../common/apis/generated/mp_web/createWithoutAuthRpc';
|
|
6
|
-
import { defineRuntimeConfig } from '../../../common/apis/generated/mp_web/defineRuntimeConfig';
|
|
7
5
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
8
|
-
import openURL from './openURL';
|
|
9
|
-
import openWebURL from './openWebURL';
|
|
10
|
-
import openInApp from './openInApp';
|
|
11
|
-
import openOtherApp from './openOtherApp';
|
|
12
|
-
import openInBrowser from './openInBrowser';
|
|
13
|
-
import openPayCodePage from './openPayCodePage';
|
|
14
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
15
|
-
import openScanPage from './openScanPage';
|
|
16
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
17
6
|
import getAppId from './getAppId';
|
|
18
7
|
import getCurrentPages from './getCurrentPages';
|
|
19
8
|
import getSDKVersion from './getSDKVersion';
|
|
20
|
-
import popWindow from './popWindow';
|
|
21
9
|
declare const _default: {
|
|
22
10
|
getAuthCode: (args: {
|
|
23
11
|
scopes: string | string[];
|
|
@@ -29,7 +17,7 @@ declare const _default: {
|
|
|
29
17
|
headers?: {
|
|
30
18
|
[key: string]: string;
|
|
31
19
|
} | undefined;
|
|
32
|
-
method?: "
|
|
20
|
+
method?: "GET" | "POST" | undefined;
|
|
33
21
|
data?: any;
|
|
34
22
|
timeout?: number | undefined;
|
|
35
23
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -39,57 +27,17 @@ declare const _default: {
|
|
|
39
27
|
headers: any;
|
|
40
28
|
}>) => void;
|
|
41
29
|
setStorage: (args: SetStorage) => void;
|
|
42
|
-
createWithoutAuthRpc: (args: {
|
|
43
|
-
appId?: string | undefined;
|
|
44
|
-
workspaceId?: string | undefined;
|
|
45
|
-
defaultGateway: string;
|
|
46
|
-
defaultHeaders?: Record<string, string> | undefined;
|
|
47
|
-
request: (args: {
|
|
48
|
-
url: string;
|
|
49
|
-
headers?: {
|
|
50
|
-
[key: string]: string;
|
|
51
|
-
} | undefined;
|
|
52
|
-
method?: "POST" | "GET" | undefined;
|
|
53
|
-
data?: any;
|
|
54
|
-
timeout?: number | undefined;
|
|
55
|
-
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
56
|
-
} & import("@hylid/types").AsyncCallback<{
|
|
57
|
-
data: any;
|
|
58
|
-
status: number;
|
|
59
|
-
headers: any;
|
|
60
|
-
}>) => void;
|
|
61
|
-
}) => (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
62
|
-
headers: Record<string, string>;
|
|
63
|
-
resData: object;
|
|
64
|
-
}>) | undefined) => Promise<{
|
|
65
|
-
headers: Record<string, string>;
|
|
66
|
-
resData: object;
|
|
67
|
-
}>;
|
|
68
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
69
30
|
setTransparentTitle: (args: {
|
|
70
31
|
transparentTitle: "none" | "auto" | "always" | "custom";
|
|
71
32
|
} & import("@hylid/types").AsyncCallback<{
|
|
72
33
|
success: boolean;
|
|
73
34
|
}>) => void;
|
|
74
|
-
openURL: (args: any) => Promise<any>;
|
|
75
|
-
openWebURL: ({ url }: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
76
|
-
openInApp: (params: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
77
|
-
openOtherApp: (args: any) => any;
|
|
78
|
-
openInBrowser: import("../../../internal/utils/router").OpenBrowserFunc;
|
|
79
|
-
openPayCodePage: () => any;
|
|
80
|
-
openApPayCodePage: () => any;
|
|
81
|
-
openScanPage: () => any;
|
|
82
|
-
rpcWithAuth: (args: import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
83
|
-
headers: Record<string, string>;
|
|
84
|
-
resData: object;
|
|
85
|
-
}>) => void;
|
|
86
35
|
getAppId: (args: import("@hylid/types").AsyncCallback<{
|
|
87
36
|
appId: string;
|
|
88
37
|
}>) => void;
|
|
89
38
|
getCurrentPages: (args: import("@hylid/types").getCurrentPagesOptions) => void;
|
|
90
39
|
getSDKVersion: (args: import("@hylid/types").AsyncCallback<string>) => void;
|
|
91
|
-
popWindow: () => void;
|
|
92
40
|
};
|
|
93
41
|
export default _default;
|
|
94
|
-
export { getAuthCode, getStorage, request, setStorage,
|
|
42
|
+
export { getAuthCode, getStorage, request, setStorage, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion };
|
|
95
43
|
export { getAuthCodeAsync, getStorageAsync, requestAsync, setStorageAsync, setTransparentTitleAsync };
|
|
@@ -3,43 +3,19 @@ import { getAuthCode, getAuthCodeAsync } from '../../../common/apis/generated/mp
|
|
|
3
3
|
import { getStorage, getStorageAsync } from '../../../common/apis/generated/mp_web/getStorage';
|
|
4
4
|
import { request, requestAsync } from '../../../common/apis/generated/mp_web/request';
|
|
5
5
|
import { setStorage, setStorageAsync } from '../../../common/apis/generated/mp_web/setStorage';
|
|
6
|
-
import { createWithoutAuthRpc } from '../../../common/apis/generated/mp_web/createWithoutAuthRpc';
|
|
7
|
-
import { defineRuntimeConfig } from '../../../common/apis/generated/mp_web/defineRuntimeConfig';
|
|
8
6
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
9
|
-
import openURL from './openURL';
|
|
10
|
-
import openWebURL from './openWebURL';
|
|
11
|
-
import openInApp from './openInApp';
|
|
12
|
-
import openOtherApp from './openOtherApp';
|
|
13
|
-
import openInBrowser from './openInBrowser';
|
|
14
|
-
import openPayCodePage from './openPayCodePage';
|
|
15
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
16
|
-
import openScanPage from './openScanPage';
|
|
17
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
18
7
|
import getAppId from './getAppId';
|
|
19
8
|
import getCurrentPages from './getCurrentPages';
|
|
20
9
|
import getSDKVersion from './getSDKVersion';
|
|
21
|
-
import popWindow from './popWindow';
|
|
22
10
|
export default {
|
|
23
11
|
getAuthCode: getAuthCode,
|
|
24
12
|
getStorage: getStorage,
|
|
25
13
|
request: request,
|
|
26
14
|
setStorage: setStorage,
|
|
27
|
-
createWithoutAuthRpc: createWithoutAuthRpc,
|
|
28
|
-
defineRuntimeConfig: defineRuntimeConfig,
|
|
29
15
|
setTransparentTitle: setTransparentTitle,
|
|
30
|
-
openURL: openURL,
|
|
31
|
-
openWebURL: openWebURL,
|
|
32
|
-
openInApp: openInApp,
|
|
33
|
-
openOtherApp: openOtherApp,
|
|
34
|
-
openInBrowser: openInBrowser,
|
|
35
|
-
openPayCodePage: openPayCodePage,
|
|
36
|
-
openApPayCodePage: openApPayCodePage,
|
|
37
|
-
openScanPage: openScanPage,
|
|
38
|
-
rpcWithAuth: rpcWithAuth,
|
|
39
16
|
getAppId: getAppId,
|
|
40
17
|
getCurrentPages: getCurrentPages,
|
|
41
|
-
getSDKVersion: getSDKVersion
|
|
42
|
-
popWindow: popWindow
|
|
18
|
+
getSDKVersion: getSDKVersion
|
|
43
19
|
};
|
|
44
|
-
export { getAuthCode, getStorage, request, setStorage,
|
|
20
|
+
export { getAuthCode, getStorage, request, setStorage, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion };
|
|
45
21
|
export { getAuthCodeAsync, getStorageAsync, requestAsync, setStorageAsync, setTransparentTitleAsync };
|
|
@@ -112,22 +112,9 @@ import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_w
|
|
|
112
112
|
import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
|
|
113
113
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
|
|
114
114
|
import { setTransparentTitle, setTransparentTitleAsync } from '../../../common/apis/generated/mp_web/setTransparentTitle';
|
|
115
|
-
import getCurrentLanguage from './getCurrentLanguage';
|
|
116
|
-
import openURL from './openURL';
|
|
117
|
-
import openWebURL from './openWebURL';
|
|
118
|
-
import openInApp from './openInApp';
|
|
119
|
-
import openOtherApp from './openOtherApp';
|
|
120
|
-
import openInBrowser from './openInBrowser';
|
|
121
|
-
import openPayCodePage from './openPayCodePage';
|
|
122
|
-
import openApPayCodePage from './openApPayCodePage';
|
|
123
|
-
import openScanPage from './openScanPage';
|
|
124
|
-
import createWithoutAuthRpc from './createWithoutAuthRpc';
|
|
125
|
-
import rpcWithAuth from './rpcWithAuth';
|
|
126
115
|
import getAppId from './getAppId';
|
|
127
116
|
import getCurrentPages from './getCurrentPages';
|
|
128
117
|
import getSDKVersion from './getSDKVersion';
|
|
129
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
130
|
-
import popWindow from './popWindow';
|
|
131
118
|
declare const _default: {
|
|
132
119
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
133
120
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -316,7 +303,7 @@ declare const _default: {
|
|
|
316
303
|
headers?: {
|
|
317
304
|
[key: string]: string;
|
|
318
305
|
} | undefined;
|
|
319
|
-
method?: "
|
|
306
|
+
method?: "GET" | "POST" | undefined;
|
|
320
307
|
data?: any;
|
|
321
308
|
timeout?: number | undefined;
|
|
322
309
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -366,53 +353,12 @@ declare const _default: {
|
|
|
366
353
|
} & import("@hylid/types").AsyncCallback<{
|
|
367
354
|
success: boolean;
|
|
368
355
|
}>) => void;
|
|
369
|
-
getCurrentLanguage: () => string;
|
|
370
|
-
openURL: (args: any) => Promise<any>;
|
|
371
|
-
openWebURL: ({ url }: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
372
|
-
openInApp: (params: import("../../../internal/utils/router").OpenURLParams) => any;
|
|
373
|
-
openOtherApp: (args: any) => any;
|
|
374
|
-
openInBrowser: import("../../../internal/utils/router").OpenBrowserFunc;
|
|
375
|
-
openPayCodePage: () => any;
|
|
376
|
-
openApPayCodePage: () => any;
|
|
377
|
-
openScanPage: () => any;
|
|
378
|
-
createWithoutAuthRpc: (args: {
|
|
379
|
-
appId?: string | undefined;
|
|
380
|
-
workspaceId?: string | undefined;
|
|
381
|
-
defaultGateway: string;
|
|
382
|
-
defaultHeaders?: Record<string, string> | undefined;
|
|
383
|
-
request: (args: {
|
|
384
|
-
url: string;
|
|
385
|
-
headers?: {
|
|
386
|
-
[key: string]: string;
|
|
387
|
-
} | undefined;
|
|
388
|
-
method?: "POST" | "GET" | undefined;
|
|
389
|
-
data?: any;
|
|
390
|
-
timeout?: number | undefined;
|
|
391
|
-
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
392
|
-
} & import("@hylid/types").AsyncCallback<{
|
|
393
|
-
data: any;
|
|
394
|
-
status: number;
|
|
395
|
-
headers: any;
|
|
396
|
-
}>) => void;
|
|
397
|
-
}) => (args?: (import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
398
|
-
headers: Record<string, string>;
|
|
399
|
-
resData: object;
|
|
400
|
-
}>) | undefined) => Promise<{
|
|
401
|
-
headers: Record<string, string>;
|
|
402
|
-
resData: object;
|
|
403
|
-
}>;
|
|
404
|
-
rpcWithAuth: (args: import("@hylid/types").IRPCArgs & import("@hylid/types").AsyncCallback<{
|
|
405
|
-
headers: Record<string, string>;
|
|
406
|
-
resData: object;
|
|
407
|
-
}>) => void;
|
|
408
356
|
getAppId: (args: import("@hylid/types").AsyncCallback<{
|
|
409
357
|
appId: string;
|
|
410
358
|
}>) => void;
|
|
411
359
|
getCurrentPages: (args: import("@hylid/types").getCurrentPagesOptions) => void;
|
|
412
360
|
getSDKVersion: (args: import("@hylid/types").AsyncCallback<string>) => void;
|
|
413
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
414
|
-
popWindow: () => void;
|
|
415
361
|
};
|
|
416
362
|
export default _default;
|
|
417
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle,
|
|
363
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAppToken, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, setTransparentTitle, getAppId, getCurrentPages, getSDKVersion, };
|
|
418
364
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAppTokenAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getSavedFileInfoAsync, getSavedFileListAsync, getScreenBrightnessAsync, getServerTimeAsync, getSettingAsync, getSiteInfoAsync, getStorageAsync, getSystemInfoAsync, hideBackHomeAsync, hideKeyboardAsync, hideLoadingAsync, hideNavigationBarLoadingAsync, hideTabBarAsync, hideToastAsync, makePhoneCallAsync, multiLevelSelectAsync, navigateBackAsync, navigateBackMiniProgramAsync, navigateToAsync, navigateToMiniProgramAsync, notifyBLECharacteristicValueChangeAsync, openBluetoothAdapterAsync, openDocumentAsync, openSettingAsync, pageScrollToAsync, previewImageAsync, promptAsync, readBLECharacteristicValueAsync, redirectToAsync, reLaunchAsync, removeSavedFileAsync, removeStorageAsync, requestAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, tradePayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, setTransparentTitleAsync, };
|