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
|
@@ -124,7 +124,6 @@ import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
|
124
124
|
import { getStorageInfoSync } from '../../../common/apis/generated/mp/getStorageInfoSync';
|
|
125
125
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
126
126
|
import tradePay from './tradePay';
|
|
127
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
128
127
|
declare const _default: {
|
|
129
128
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
130
129
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -327,7 +326,7 @@ declare const _default: {
|
|
|
327
326
|
headers?: {
|
|
328
327
|
[key: string]: string;
|
|
329
328
|
} | undefined;
|
|
330
|
-
method?: "
|
|
329
|
+
method?: "GET" | "POST" | undefined;
|
|
331
330
|
data?: any;
|
|
332
331
|
timeout?: number | undefined;
|
|
333
332
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -385,8 +384,7 @@ declare const _default: {
|
|
|
385
384
|
getStorageInfoSync: (args?: any) => void;
|
|
386
385
|
showSharePanel: (args?: any) => void;
|
|
387
386
|
tradePay: (args: TradePayArgs) => void;
|
|
388
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
389
387
|
};
|
|
390
388
|
export default _default;
|
|
391
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, getLaunchOptionsSync, createSelectorQuery, canIUse, getStorageInfoSync, showSharePanel, tradePay,
|
|
389
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, getLaunchOptionsSync, createSelectorQuery, canIUse, getStorageInfoSync, showSharePanel, tradePay, };
|
|
392
390
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, crossPayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, };
|
|
@@ -125,7 +125,6 @@ import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
|
125
125
|
import { getStorageInfoSync } from '../../../common/apis/generated/mp/getStorageInfoSync';
|
|
126
126
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
127
127
|
import tradePay from './tradePay';
|
|
128
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
129
128
|
export default {
|
|
130
129
|
addPhoneContact: addPhoneContact,
|
|
131
130
|
alert: alert,
|
|
@@ -252,8 +251,7 @@ export default {
|
|
|
252
251
|
canIUse: canIUse,
|
|
253
252
|
getStorageInfoSync: getStorageInfoSync,
|
|
254
253
|
showSharePanel: showSharePanel,
|
|
255
|
-
tradePay: tradePay
|
|
256
|
-
defineRuntimeConfig: defineRuntimeConfig
|
|
254
|
+
tradePay: tradePay
|
|
257
255
|
};
|
|
258
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, getLaunchOptionsSync, createSelectorQuery, canIUse, getStorageInfoSync, showSharePanel, tradePay
|
|
256
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, getLaunchOptionsSync, createSelectorQuery, canIUse, getStorageInfoSync, showSharePanel, tradePay };
|
|
259
257
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, crossPayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync };
|
|
@@ -120,7 +120,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
120
120
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
121
121
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
122
122
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
123
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
124
123
|
declare const _default: {
|
|
125
124
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
126
125
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -323,7 +322,7 @@ declare const _default: {
|
|
|
323
322
|
headers?: {
|
|
324
323
|
[key: string]: string;
|
|
325
324
|
} | undefined;
|
|
326
|
-
method?: "
|
|
325
|
+
method?: "GET" | "POST" | undefined;
|
|
327
326
|
data?: any;
|
|
328
327
|
timeout?: number | undefined;
|
|
329
328
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -374,8 +373,7 @@ declare const _default: {
|
|
|
374
373
|
createSelectorQuery: () => SelectorQuery;
|
|
375
374
|
canIUse: (args: string) => boolean;
|
|
376
375
|
showSharePanel: (args?: any) => void;
|
|
377
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
378
376
|
};
|
|
379
377
|
export default _default;
|
|
380
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel,
|
|
378
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel, };
|
|
381
379
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, };
|
|
@@ -121,7 +121,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
121
121
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
122
122
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
123
123
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
124
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
125
124
|
export default {
|
|
126
125
|
addPhoneContact: addPhoneContact,
|
|
127
126
|
alert: alert,
|
|
@@ -244,8 +243,7 @@ export default {
|
|
|
244
243
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
245
244
|
createSelectorQuery: createSelectorQuery,
|
|
246
245
|
canIUse: canIUse,
|
|
247
|
-
showSharePanel: showSharePanel
|
|
248
|
-
defineRuntimeConfig: defineRuntimeConfig
|
|
246
|
+
showSharePanel: showSharePanel
|
|
249
247
|
};
|
|
250
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel
|
|
248
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel };
|
|
251
249
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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 };
|
|
@@ -322,7 +322,7 @@ declare const _default: {
|
|
|
322
322
|
headers?: {
|
|
323
323
|
[key: string]: string;
|
|
324
324
|
} | undefined;
|
|
325
|
-
method?: "
|
|
325
|
+
method?: "GET" | "POST" | undefined;
|
|
326
326
|
data?: any;
|
|
327
327
|
timeout?: number | undefined;
|
|
328
328
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -120,7 +120,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
120
120
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
121
121
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
122
122
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
123
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
124
123
|
declare const _default: {
|
|
125
124
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
126
125
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -323,7 +322,7 @@ declare const _default: {
|
|
|
323
322
|
headers?: {
|
|
324
323
|
[key: string]: string;
|
|
325
324
|
} | undefined;
|
|
326
|
-
method?: "
|
|
325
|
+
method?: "GET" | "POST" | undefined;
|
|
327
326
|
data?: any;
|
|
328
327
|
timeout?: number | undefined;
|
|
329
328
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -374,8 +373,7 @@ declare const _default: {
|
|
|
374
373
|
createSelectorQuery: () => SelectorQuery;
|
|
375
374
|
canIUse: (args: string) => boolean;
|
|
376
375
|
showSharePanel: (args?: any) => void;
|
|
377
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
378
376
|
};
|
|
379
377
|
export default _default;
|
|
380
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel,
|
|
378
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel, };
|
|
381
379
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, };
|
|
@@ -121,7 +121,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
121
121
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
122
122
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
123
123
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
124
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
125
124
|
export default {
|
|
126
125
|
addPhoneContact: addPhoneContact,
|
|
127
126
|
alert: alert,
|
|
@@ -244,8 +243,7 @@ export default {
|
|
|
244
243
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
245
244
|
createSelectorQuery: createSelectorQuery,
|
|
246
245
|
canIUse: canIUse,
|
|
247
|
-
showSharePanel: showSharePanel
|
|
248
|
-
defineRuntimeConfig: defineRuntimeConfig
|
|
246
|
+
showSharePanel: showSharePanel
|
|
249
247
|
};
|
|
250
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel
|
|
248
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel };
|
|
251
249
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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 };
|
|
@@ -367,7 +367,7 @@ declare const _default: {
|
|
|
367
367
|
headers?: {
|
|
368
368
|
[key: string]: string;
|
|
369
369
|
} | undefined;
|
|
370
|
-
method?: "
|
|
370
|
+
method?: "GET" | "POST" | undefined;
|
|
371
371
|
data?: any;
|
|
372
372
|
timeout?: number | undefined;
|
|
373
373
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -120,7 +120,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
120
120
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
121
121
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
122
122
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
123
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
124
123
|
declare const _default: {
|
|
125
124
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
126
125
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -323,7 +322,7 @@ declare const _default: {
|
|
|
323
322
|
headers?: {
|
|
324
323
|
[key: string]: string;
|
|
325
324
|
} | undefined;
|
|
326
|
-
method?: "
|
|
325
|
+
method?: "GET" | "POST" | undefined;
|
|
327
326
|
data?: any;
|
|
328
327
|
timeout?: number | undefined;
|
|
329
328
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -374,8 +373,7 @@ declare const _default: {
|
|
|
374
373
|
createSelectorQuery: () => SelectorQuery;
|
|
375
374
|
canIUse: (args: string) => boolean;
|
|
376
375
|
showSharePanel: (args?: any) => void;
|
|
377
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
378
376
|
};
|
|
379
377
|
export default _default;
|
|
380
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel,
|
|
378
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel, };
|
|
381
379
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, };
|
|
@@ -121,7 +121,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
121
121
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
122
122
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
123
123
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
124
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
125
124
|
export default {
|
|
126
125
|
addPhoneContact: addPhoneContact,
|
|
127
126
|
alert: alert,
|
|
@@ -244,8 +243,7 @@ export default {
|
|
|
244
243
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
245
244
|
createSelectorQuery: createSelectorQuery,
|
|
246
245
|
canIUse: canIUse,
|
|
247
|
-
showSharePanel: showSharePanel
|
|
248
|
-
defineRuntimeConfig: defineRuntimeConfig
|
|
246
|
+
showSharePanel: showSharePanel
|
|
249
247
|
};
|
|
250
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel
|
|
248
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel };
|
|
251
249
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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 };
|
|
@@ -120,7 +120,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
120
120
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
121
121
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
122
122
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
123
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
124
123
|
declare const _default: {
|
|
125
124
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
126
125
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -323,7 +322,7 @@ declare const _default: {
|
|
|
323
322
|
headers?: {
|
|
324
323
|
[key: string]: string;
|
|
325
324
|
} | undefined;
|
|
326
|
-
method?: "
|
|
325
|
+
method?: "GET" | "POST" | undefined;
|
|
327
326
|
data?: any;
|
|
328
327
|
timeout?: number | undefined;
|
|
329
328
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -374,8 +373,7 @@ declare const _default: {
|
|
|
374
373
|
createSelectorQuery: () => SelectorQuery;
|
|
375
374
|
canIUse: (args: string) => boolean;
|
|
376
375
|
showSharePanel: (args?: any) => void;
|
|
377
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
378
376
|
};
|
|
379
377
|
export default _default;
|
|
380
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel,
|
|
378
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel, };
|
|
381
379
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, };
|
|
@@ -121,7 +121,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
121
121
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
122
122
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
123
123
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
124
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
125
124
|
export default {
|
|
126
125
|
addPhoneContact: addPhoneContact,
|
|
127
126
|
alert: alert,
|
|
@@ -244,8 +243,7 @@ export default {
|
|
|
244
243
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
245
244
|
createSelectorQuery: createSelectorQuery,
|
|
246
245
|
canIUse: canIUse,
|
|
247
|
-
showSharePanel: showSharePanel
|
|
248
|
-
defineRuntimeConfig: defineRuntimeConfig
|
|
246
|
+
showSharePanel: showSharePanel
|
|
249
247
|
};
|
|
250
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel
|
|
248
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel };
|
|
251
249
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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 };
|
|
@@ -120,7 +120,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
120
120
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
121
121
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
122
122
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
123
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
124
123
|
declare const _default: {
|
|
125
124
|
addPhoneContact: (args: Partial<AddPhoneContactArgs>) => void;
|
|
126
125
|
alert: (args?: AlertArgs | undefined) => void;
|
|
@@ -323,7 +322,7 @@ declare const _default: {
|
|
|
323
322
|
headers?: {
|
|
324
323
|
[key: string]: string;
|
|
325
324
|
} | undefined;
|
|
326
|
-
method?: "
|
|
325
|
+
method?: "GET" | "POST" | undefined;
|
|
327
326
|
data?: any;
|
|
328
327
|
timeout?: number | undefined;
|
|
329
328
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -374,8 +373,7 @@ declare const _default: {
|
|
|
374
373
|
createSelectorQuery: () => SelectorQuery;
|
|
375
374
|
canIUse: (args: string) => boolean;
|
|
376
375
|
showSharePanel: (args?: any) => void;
|
|
377
|
-
defineRuntimeConfig: (args: Record<string, any>) => Record<string, any>;
|
|
378
376
|
};
|
|
379
377
|
export default _default;
|
|
380
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel,
|
|
378
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel, };
|
|
381
379
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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, };
|
|
@@ -121,7 +121,6 @@ import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '.
|
|
|
121
121
|
import { createSelectorQuery } from '../../../common/apis/generated/mp/createSelectorQuery';
|
|
122
122
|
import { canIUse } from '../../../common/apis/generated/mp/canIUse';
|
|
123
123
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp/showSharePanel';
|
|
124
|
-
import defineRuntimeConfig from './defineRuntimeConfig';
|
|
125
124
|
export default {
|
|
126
125
|
addPhoneContact: addPhoneContact,
|
|
127
126
|
alert: alert,
|
|
@@ -244,8 +243,7 @@ export default {
|
|
|
244
243
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
245
244
|
createSelectorQuery: createSelectorQuery,
|
|
246
245
|
canIUse: canIUse,
|
|
247
|
-
showSharePanel: showSharePanel
|
|
248
|
-
defineRuntimeConfig: defineRuntimeConfig
|
|
246
|
+
showSharePanel: showSharePanel
|
|
249
247
|
};
|
|
250
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel
|
|
248
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, clearStorageSync, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, createAnimation, createWebViewContext, datePicker, disconnectBLEDevice, downloadFile, getAppIdSync, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getStorageSync, getSystemInfo, getSystemInfoSync, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, removeStorageSync, request, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setScreenBrightness, setStorage, setStorageSync, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, tradePay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, createSelectorQuery, canIUse, showSharePanel };
|
|
251
249
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, 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 };
|
|
@@ -114,7 +114,6 @@ import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_w
|
|
|
114
114
|
import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
|
|
115
115
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
|
|
116
116
|
import tradePay from './tradePay';
|
|
117
|
-
import getCurrentLanguage from './getCurrentLanguage';
|
|
118
117
|
import getAppId from './getAppId';
|
|
119
118
|
import getCurrentPages from './getCurrentPages';
|
|
120
119
|
import getSDKVersion from './getSDKVersion';
|
|
@@ -306,7 +305,7 @@ declare const _default: {
|
|
|
306
305
|
headers?: {
|
|
307
306
|
[key: string]: string;
|
|
308
307
|
} | undefined;
|
|
309
|
-
method?: "
|
|
308
|
+
method?: "GET" | "POST" | undefined;
|
|
310
309
|
data?: any;
|
|
311
310
|
timeout?: number | undefined;
|
|
312
311
|
dataType?: "json" | "text" | "base64" | "arraybuffer" | undefined;
|
|
@@ -357,7 +356,6 @@ declare const _default: {
|
|
|
357
356
|
writeBLECharacteristicValue: (args: WriteBLECharacteristicValueArgs) => void;
|
|
358
357
|
showSharePanel: (args?: any) => void;
|
|
359
358
|
tradePay: (args: TradePayArgs) => void;
|
|
360
|
-
getCurrentLanguage: () => string;
|
|
361
359
|
getAppId: (args: import("@hylid/types").AsyncCallback<{
|
|
362
360
|
appId: string;
|
|
363
361
|
}>) => void;
|
|
@@ -365,5 +363,5 @@ declare const _default: {
|
|
|
365
363
|
getSDKVersion: (args: import("@hylid/types").AsyncCallback<string>) => void;
|
|
366
364
|
};
|
|
367
365
|
export default _default;
|
|
368
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getPhoneNumber, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setOptionMenu, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, tradePay,
|
|
366
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getPhoneNumber, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setOptionMenu, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, tradePay, getAppId, getCurrentPages, getSDKVersion, };
|
|
369
367
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getPhoneNumberAsync, 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, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setOptionMenuAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, crossPayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync, };
|
|
@@ -115,7 +115,6 @@ import { watchShake, watchShakeAsync } from '../../../common/apis/generated/mp_w
|
|
|
115
115
|
import { writeBLECharacteristicValue, writeBLECharacteristicValueAsync } from '../../../common/apis/generated/mp_web/writeBLECharacteristicValue';
|
|
116
116
|
import { showSharePanel, showSharePanelAsync } from '../../../common/apis/generated/mp_web/showSharePanel';
|
|
117
117
|
import tradePay from './tradePay';
|
|
118
|
-
import getCurrentLanguage from './getCurrentLanguage';
|
|
119
118
|
import getAppId from './getAppId';
|
|
120
119
|
import getCurrentPages from './getCurrentPages';
|
|
121
120
|
import getSDKVersion from './getSDKVersion';
|
|
@@ -236,10 +235,9 @@ export default {
|
|
|
236
235
|
writeBLECharacteristicValue: writeBLECharacteristicValue,
|
|
237
236
|
showSharePanel: showSharePanel,
|
|
238
237
|
tradePay: tradePay,
|
|
239
|
-
getCurrentLanguage: getCurrentLanguage,
|
|
240
238
|
getAppId: getAppId,
|
|
241
239
|
getCurrentPages: getCurrentPages,
|
|
242
240
|
getSDKVersion: getSDKVersion
|
|
243
241
|
};
|
|
244
|
-
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getPhoneNumber, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setOptionMenu, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, tradePay,
|
|
242
|
+
export { addPhoneContact, alert, chooseImage, choosePhoneContact, clearStorage, closeBluetoothAdapter, closeSocket, confirm, connectBLEDevice, connectSocket, datePicker, disconnectBLEDevice, downloadFile, getAuthCode, getBatteryInfo, getBLEDeviceCharacteristics, getBLEDeviceServices, getBluetoothAdapterState, getBluetoothDevices, getClipboard, getConnectedBluetoothDevices, getFileInfo, getImageInfo, getLocation, getNetworkType, getOpenUserInfo, getPhoneNumber, getSavedFileInfo, getSavedFileList, getScreenBrightness, getServerTime, getSetting, getSiteInfo, getStorage, getSystemInfo, hideBackHome, hideKeyboard, hideLoading, hideNavigationBarLoading, hideTabBar, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, notifyBLECharacteristicValueChange, offAccelerometerChange, offBLECharacteristicValueChange, offBLEConnectionStateChanged, offBluetoothAdapterStateChange, offBluetoothDeviceFound, offCompassChange, offMemoryWarning, offSocketClose, offSocketError, offSocketMessage, offSocketOpen, offUserCaptureScreen, onAccelerometerChange, onBLECharacteristicValueChange, onBLEConnectionStateChanged, onBluetoothAdapterStateChange, onBluetoothDeviceFound, onCompassChange, onMemoryWarning, onSocketClose, onSocketError, onSocketMessage, onSocketOpen, onUserCaptureScreen, openBluetoothAdapter, openDocument, openSetting, pageScrollTo, previewImage, prompt, readBLECharacteristicValue, redirectTo, reLaunch, removeSavedFile, removeStorage, request, rpc, saveFile, saveImage, scan, sendSocketMessage, setBackgroundColor, setCanPullDown, setClipboard, setKeepScreenOn, setNavigationBar, setOptionMenu, setScreenBrightness, setStorage, setTabBarStyle, showActionSheet, showAuthGuide, showLoading, showNavigationBarLoading, showToast, signContract, startBluetoothDevicesDiscovery, startPullDownRefresh, stopBluetoothDevicesDiscovery, stopPullDownRefresh, switchTab, crossPay, uploadFile, vibrate, watchShake, writeBLECharacteristicValue, showSharePanel, tradePay, getAppId, getCurrentPages, getSDKVersion };
|
|
245
243
|
export { addPhoneContactAsync, alertAsync, chooseImageAsync, choosePhoneContactAsync, clearStorageAsync, closeBluetoothAdapterAsync, closeSocketAsync, confirmAsync, connectBLEDeviceAsync, connectSocketAsync, datePickerAsync, disconnectBLEDeviceAsync, downloadFileAsync, getAuthCodeAsync, getBatteryInfoAsync, getBLEDeviceCharacteristicsAsync, getBLEDeviceServicesAsync, getBluetoothAdapterStateAsync, getBluetoothDevicesAsync, getClipboardAsync, getConnectedBluetoothDevicesAsync, getFileInfoAsync, getImageInfoAsync, getLocationAsync, getNetworkTypeAsync, getOpenUserInfoAsync, getPhoneNumberAsync, 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, rpcAsync, saveFileAsync, saveImageAsync, scanAsync, sendSocketMessageAsync, setBackgroundColorAsync, setCanPullDownAsync, setClipboardAsync, setKeepScreenOnAsync, setNavigationBarAsync, setOptionMenuAsync, setScreenBrightnessAsync, setStorageAsync, setTabBarStyleAsync, showActionSheetAsync, showAuthGuideAsync, showLoadingAsync, showNavigationBarLoadingAsync, showToastAsync, signContractAsync, startBluetoothDevicesDiscoveryAsync, startPullDownRefreshAsync, stopBluetoothDevicesDiscoveryAsync, stopPullDownRefreshAsync, switchTabAsync, crossPayAsync, uploadFileAsync, vibrateAsync, watchShakeAsync, writeBLECharacteristicValueAsync, showSharePanelAsync };
|