@dcloudio/uni-app-x 0.7.83 → 0.7.85
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/package.json +1 -1
- package/types/dom2-internal/UniElement.d.ts +16 -0
- package/types/dom2-internal/UniNativeScrollView.d.ts +137 -1
- package/types/dom2-internal/UniNativeTextView.d.ts +20 -0
- package/types/dom2-internal/UniTextElement.d.ts +19 -0
- package/types/dom2-internal/global.d.ts +9 -0
- package/types/dom2-internal/sharedData.d.ts +12 -0
- package/types/native/IUniElement.d.ts +584 -542
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +11 -6
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +11 -6
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +65 -66
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +11 -6
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/global.d.ts +11 -6
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/index.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/global.d.ts +9 -6
- package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/index.d.ts +5 -3
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-component/lib/uni-input/utssdk/index.d.ts +4 -3
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +7 -6
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +4 -3
- package/types/node_modules/.package-lock.json +0 -20
- package/types/node_modules/typescript/LICENSE.txt +0 -55
- package/types/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
- package/types/node_modules/typescript/bin/tsc +0 -2
- package/types/node_modules/typescript/bin/tsserver +0 -2
- package/types/node_modules/typescript/lib/cancellationToken.js +0 -90
- package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/lib.d.ts +0 -22
- package/types/node_modules/typescript/lib/lib.decorators.d.ts +0 -386
- package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -22
- package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.dom.d.ts +0 -28596
- package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -475
- package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -147
- package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -597
- package/types/node_modules/typescript/lib/lib.es2015.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -77
- package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -495
- package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -81
- package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -128
- package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -144
- package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -46
- package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -326
- package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -116
- package/types/node_modules/typescript/lib/lib.es2016.d.ts +0 -21
- package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -31
- package/types/node_modules/typescript/lib/lib.es2017.d.ts +0 -25
- package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -31
- package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -44
- package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -49
- package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -135
- package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -45
- package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -53
- package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -77
- package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -43
- package/types/node_modules/typescript/lib/lib.es2018.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -83
- package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -30
- package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -37
- package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -79
- package/types/node_modules/typescript/lib/lib.es2019.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -37
- package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -727
- package/types/node_modules/typescript/lib/lib.es2020.d.ts +0 -27
- package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -42
- package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -474
- package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -47
- package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -97
- package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -42
- package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -37
- package/types/node_modules/typescript/lib/lib.es2021.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -166
- package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -48
- package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -76
- package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -121
- package/types/node_modules/typescript/lib/lib.es2022.d.ts +0 -26
- package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -73
- package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -117
- package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -26
- package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -39
- package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +0 -39
- package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -25
- package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -924
- package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -21
- package/types/node_modules/typescript/lib/lib.es2023.d.ts +0 -22
- package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -56
- package/types/node_modules/typescript/lib/lib.es5.d.ts +0 -4585
- package/types/node_modules/typescript/lib/lib.es6.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -35
- package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -106
- package/types/node_modules/typescript/lib/lib.esnext.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -185
- package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -21
- package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +0 -29
- package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -35
- package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +0 -25
- package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +0 -29
- package/types/node_modules/typescript/lib/lib.scripthost.d.ts +0 -322
- package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.webworker.d.ts +0 -9431
- package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -276
- package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/tsc.js +0 -129741
- package/types/node_modules/typescript/lib/tsserver.js +0 -621
- package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -17
- package/types/node_modules/typescript/lib/tsserverlibrary.js +0 -21
- package/types/node_modules/typescript/lib/typesMap.json +0 -497
- package/types/node_modules/typescript/lib/typescript.d.ts +0 -11240
- package/types/node_modules/typescript/lib/typescript.js +0 -194910
- package/types/node_modules/typescript/lib/typingsInstaller.js +0 -236
- package/types/node_modules/typescript/lib/watchGuard.js +0 -53
- package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/package.json +0 -116
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
UniOAuthProvider as UniOAuthProviderOrigin,
|
|
4
4
|
Login as LoginOrigin,
|
|
5
5
|
AppleLoginAppleInfo as AppleLoginAppleInfoOrigin,
|
|
6
6
|
LoginSuccess as LoginSuccessOrigin,
|
|
@@ -32,10 +32,10 @@ import {
|
|
|
32
32
|
IOauthFail as IOauthFailOrigin,
|
|
33
33
|
OauthErrorCode as OauthErrorCodeOrigin,
|
|
34
34
|
Uni as UniOrigin
|
|
35
|
-
} from './interface'
|
|
35
|
+
} from './interface'
|
|
36
36
|
|
|
37
|
-
declare global {
|
|
38
|
-
|
|
37
|
+
declare global {
|
|
38
|
+
type UniOAuthProvider = UniOAuthProviderOrigin
|
|
39
39
|
type Login = LoginOrigin
|
|
40
40
|
type AppleLoginAppleInfo = AppleLoginAppleInfoOrigin
|
|
41
41
|
type LoginSuccess = LoginSuccessOrigin
|
|
@@ -67,4 +67,5 @@ declare global {
|
|
|
67
67
|
type IOauthFail = IOauthFailOrigin
|
|
68
68
|
type OauthErrorCode = OauthErrorCodeOrigin
|
|
69
69
|
interface Uni extends UniOrigin { }
|
|
70
|
-
}
|
|
70
|
+
}
|
|
71
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
UniOAuthProvider,
|
|
4
4
|
Login,
|
|
5
5
|
AppleLoginAppleInfo,
|
|
6
6
|
LoginSuccess,
|
|
@@ -31,4 +31,5 @@ export {
|
|
|
31
31
|
GetUserInfoOptions,
|
|
32
32
|
IOauthFail,
|
|
33
33
|
OauthErrorCode,
|
|
34
|
-
} from './interface'
|
|
34
|
+
} from './interface'
|
|
35
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
} from './interface'
|
|
2
|
+
import {
|
|
3
|
+
UniOAuthHuaweiProvider as UniOAuthHuaweiProviderOrigin,
|
|
4
|
+
} from './interface'
|
|
5
5
|
|
|
6
|
-
declare global {
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
declare global {
|
|
7
|
+
type UniOAuthHuaweiProvider = UniOAuthHuaweiProviderOrigin
|
|
8
|
+
}
|
|
9
|
+
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
UniOAuthWeixinProvider as UniOAuthWeixinProviderOrigin,
|
|
4
4
|
OauthWeixinFail as OauthWeixinFailOrigin,
|
|
5
5
|
AuthResp as AuthRespOrigin,
|
|
6
6
|
WeixinAccessTokenResp as WeixinAccessTokenRespOrigin,
|
|
7
7
|
WeixinAccessTokenErrorResp as WeixinAccessTokenErrorRespOrigin,
|
|
8
8
|
WeixinUserInfoResp as WeixinUserInfoRespOrigin,
|
|
9
|
-
} from './interface'
|
|
9
|
+
} from './interface'
|
|
10
10
|
|
|
11
|
-
declare global {
|
|
12
|
-
|
|
11
|
+
declare global {
|
|
12
|
+
type UniOAuthWeixinProvider = UniOAuthWeixinProviderOrigin
|
|
13
13
|
type OauthWeixinFail = OauthWeixinFailOrigin
|
|
14
14
|
type AuthResp = AuthRespOrigin
|
|
15
15
|
type WeixinAccessTokenResp = WeixinAccessTokenRespOrigin
|
|
16
16
|
type WeixinAccessTokenErrorResp = WeixinAccessTokenErrorRespOrigin
|
|
17
17
|
type WeixinUserInfoResp = WeixinUserInfoRespOrigin
|
|
18
|
-
}
|
|
18
|
+
}
|
|
19
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
OpenAppAuthorizeSetting as OpenAppAuthorizeSettingOrigin,
|
|
4
4
|
OpenAppAuthorizeSettingSuccess as OpenAppAuthorizeSettingSuccessOrigin,
|
|
5
5
|
OpenAppAuthorizeSettingSuccessCallback as OpenAppAuthorizeSettingSuccessCallbackOrigin,
|
|
6
6
|
OpenAppAuthorizeSettingFail as OpenAppAuthorizeSettingFailOrigin,
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
OpenAppAuthorizeSettingCompleteCallback as OpenAppAuthorizeSettingCompleteCallbackOrigin,
|
|
10
10
|
OpenAppAuthorizeSettingOptions as OpenAppAuthorizeSettingOptionsOrigin,
|
|
11
11
|
Uni as UniOrigin
|
|
12
|
-
} from './interface'
|
|
12
|
+
} from './interface'
|
|
13
13
|
|
|
14
|
-
declare global {
|
|
15
|
-
|
|
14
|
+
declare global {
|
|
15
|
+
type OpenAppAuthorizeSetting = OpenAppAuthorizeSettingOrigin
|
|
16
16
|
type OpenAppAuthorizeSettingSuccess = OpenAppAuthorizeSettingSuccessOrigin
|
|
17
17
|
type OpenAppAuthorizeSettingSuccessCallback = OpenAppAuthorizeSettingSuccessCallbackOrigin
|
|
18
18
|
type OpenAppAuthorizeSettingFail = OpenAppAuthorizeSettingFailOrigin
|
|
@@ -21,4 +21,5 @@ declare global {
|
|
|
21
21
|
type OpenAppAuthorizeSettingCompleteCallback = OpenAppAuthorizeSettingCompleteCallbackOrigin
|
|
22
22
|
type OpenAppAuthorizeSettingOptions = OpenAppAuthorizeSettingOptionsOrigin
|
|
23
23
|
interface Uni extends UniOrigin { }
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
OpenAppAuthorizeSetting,
|
|
4
4
|
OpenAppAuthorizeSettingSuccess,
|
|
5
5
|
OpenAppAuthorizeSettingSuccessCallback,
|
|
6
6
|
OpenAppAuthorizeSettingFail,
|
|
@@ -8,4 +8,5 @@ export {
|
|
|
8
8
|
OpenAppAuthorizeSettingComplete,
|
|
9
9
|
OpenAppAuthorizeSettingCompleteCallback,
|
|
10
10
|
OpenAppAuthorizeSettingOptions,
|
|
11
|
-
} from './interface'
|
|
11
|
+
} from './interface'
|
|
12
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
OpenDocumentSuccess as OpenDocumentSuccessOrigin,
|
|
4
4
|
OpenDocumentFail as OpenDocumentFailOrigin,
|
|
5
5
|
OpenDocumentErrorCode as OpenDocumentErrorCodeOrigin,
|
|
6
6
|
IOpenDocumentError as IOpenDocumentErrorOrigin,
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
OpenDocumentOptions as OpenDocumentOptionsOrigin,
|
|
12
12
|
OpenDocument as OpenDocumentOrigin,
|
|
13
13
|
Uni as UniOrigin
|
|
14
|
-
} from './interface'
|
|
14
|
+
} from './interface'
|
|
15
15
|
|
|
16
|
-
declare global {
|
|
17
|
-
|
|
16
|
+
declare global {
|
|
17
|
+
type OpenDocumentSuccess = OpenDocumentSuccessOrigin
|
|
18
18
|
type OpenDocumentFail = OpenDocumentFailOrigin
|
|
19
19
|
type OpenDocumentErrorCode = OpenDocumentErrorCodeOrigin
|
|
20
20
|
type IOpenDocumentError = IOpenDocumentErrorOrigin
|
|
@@ -25,4 +25,5 @@ declare global {
|
|
|
25
25
|
type OpenDocumentOptions = OpenDocumentOptionsOrigin
|
|
26
26
|
type OpenDocument = OpenDocumentOrigin
|
|
27
27
|
interface Uni extends UniOrigin { }
|
|
28
|
-
}
|
|
28
|
+
}
|
|
29
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
OpenDocumentSuccess,
|
|
4
4
|
OpenDocumentFail,
|
|
5
5
|
OpenDocumentErrorCode,
|
|
6
6
|
IOpenDocumentError,
|
|
@@ -10,4 +10,5 @@ export {
|
|
|
10
10
|
OpenDocumentSupportedTypes,
|
|
11
11
|
OpenDocumentOptions,
|
|
12
12
|
OpenDocument,
|
|
13
|
-
} from './interface'
|
|
13
|
+
} from './interface'
|
|
14
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
PageScrollToErrorCode as PageScrollToErrorCodeOrigin,
|
|
4
4
|
PageScrollToFail as PageScrollToFailOrigin,
|
|
5
5
|
PageScrollToSuccess as PageScrollToSuccessOrigin,
|
|
6
6
|
PageScrollToSuccessCallback as PageScrollToSuccessCallbackOrigin,
|
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
PageScrollToOptions as PageScrollToOptionsOrigin,
|
|
11
11
|
PageScrollTo as PageScrollToOrigin,
|
|
12
12
|
Uni as UniOrigin
|
|
13
|
-
} from './interface'
|
|
13
|
+
} from './interface'
|
|
14
14
|
|
|
15
|
-
declare global {
|
|
16
|
-
|
|
15
|
+
declare global {
|
|
16
|
+
type PageScrollToErrorCode = PageScrollToErrorCodeOrigin
|
|
17
17
|
type PageScrollToFail = PageScrollToFailOrigin
|
|
18
18
|
type PageScrollToSuccess = PageScrollToSuccessOrigin
|
|
19
19
|
type PageScrollToSuccessCallback = PageScrollToSuccessCallbackOrigin
|
|
@@ -23,4 +23,5 @@ declare global {
|
|
|
23
23
|
type PageScrollToOptions = PageScrollToOptionsOrigin
|
|
24
24
|
type PageScrollTo = PageScrollToOrigin
|
|
25
25
|
interface Uni extends UniOrigin { }
|
|
26
|
-
}
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
PageScrollToErrorCode,
|
|
4
4
|
PageScrollToFail,
|
|
5
5
|
PageScrollToSuccess,
|
|
6
6
|
PageScrollToSuccessCallback,
|
|
@@ -9,4 +9,5 @@ export {
|
|
|
9
9
|
PageScrollToCompleteCallback,
|
|
10
10
|
PageScrollToOptions,
|
|
11
11
|
PageScrollTo,
|
|
12
|
-
} from './interface'
|
|
12
|
+
} from './interface'
|
|
13
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
RequestPaymentFailImpl as RequestPaymentFailImplOrigin,
|
|
4
4
|
UniPaymentProvider as UniPaymentProviderOrigin,
|
|
5
5
|
RequestPaymentErrorCode as RequestPaymentErrorCodeOrigin,
|
|
6
6
|
RequestPayment as RequestPaymentOrigin,
|
|
@@ -13,10 +13,10 @@ import {
|
|
|
13
13
|
RequestPaymentCompleteCallback as RequestPaymentCompleteCallbackOrigin,
|
|
14
14
|
RequestPaymentOptions as RequestPaymentOptionsOrigin,
|
|
15
15
|
Uni as UniOrigin
|
|
16
|
-
} from './interface'
|
|
16
|
+
} from './interface'
|
|
17
17
|
|
|
18
|
-
declare global {
|
|
19
|
-
|
|
18
|
+
declare global {
|
|
19
|
+
type RequestPaymentFailImpl = RequestPaymentFailImplOrigin
|
|
20
20
|
type UniPaymentProvider = UniPaymentProviderOrigin
|
|
21
21
|
type RequestPaymentErrorCode = RequestPaymentErrorCodeOrigin
|
|
22
22
|
type RequestPayment = RequestPaymentOrigin
|
|
@@ -29,4 +29,5 @@ declare global {
|
|
|
29
29
|
type RequestPaymentCompleteCallback = RequestPaymentCompleteCallbackOrigin
|
|
30
30
|
type RequestPaymentOptions = RequestPaymentOptionsOrigin
|
|
31
31
|
interface Uni extends UniOrigin { }
|
|
32
|
-
}
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
RequestPaymentFailImpl,
|
|
4
4
|
UniPaymentProvider,
|
|
5
5
|
RequestPaymentErrorCode,
|
|
6
6
|
RequestPayment,
|
|
@@ -12,4 +12,5 @@ export {
|
|
|
12
12
|
IRequestPaymentFail,
|
|
13
13
|
RequestPaymentCompleteCallback,
|
|
14
14
|
RequestPaymentOptions,
|
|
15
|
-
} from './interface'
|
|
15
|
+
} from './interface'
|
|
16
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
} from './interface'
|
|
2
|
+
import {
|
|
3
|
+
UniPaymentAlipayProvider as UniPaymentAlipayProviderOrigin,
|
|
4
|
+
} from './interface'
|
|
5
5
|
|
|
6
|
-
declare global {
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
declare global {
|
|
7
|
+
type UniPaymentAlipayProvider = UniPaymentAlipayProviderOrigin
|
|
8
|
+
}
|
|
9
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
} from './interface'
|
|
2
|
+
import {
|
|
3
|
+
UniPaymentHuaweiProvider as UniPaymentHuaweiProviderOrigin,
|
|
4
|
+
} from './interface'
|
|
5
5
|
|
|
6
|
-
declare global {
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
declare global {
|
|
7
|
+
type UniPaymentHuaweiProvider = UniPaymentHuaweiProviderOrigin
|
|
8
|
+
}
|
|
9
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
} from './interface'
|
|
2
|
+
import {
|
|
3
|
+
UniPaymentWxpayProvider as UniPaymentWxpayProviderOrigin,
|
|
4
|
+
} from './interface'
|
|
5
5
|
|
|
6
|
-
declare global {
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
declare global {
|
|
7
|
+
type UniPaymentWxpayProvider = UniPaymentWxpayProviderOrigin
|
|
8
|
+
}
|
|
9
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
PreviewImageErrorCode as PreviewImageErrorCodeOrigin,
|
|
4
4
|
IPreviewImageError as IPreviewImageErrorOrigin,
|
|
5
5
|
PreviewImageSuccess as PreviewImageSuccessOrigin,
|
|
6
6
|
PreviewImageFail as PreviewImageFailOrigin,
|
|
@@ -20,10 +20,10 @@ import {
|
|
|
20
20
|
ClosePreviewImageCompleteCallback as ClosePreviewImageCompleteCallbackOrigin,
|
|
21
21
|
ClosePreviewImageOptions as ClosePreviewImageOptionsOrigin,
|
|
22
22
|
Uni as UniOrigin
|
|
23
|
-
} from './interface'
|
|
23
|
+
} from './interface'
|
|
24
24
|
|
|
25
|
-
declare global {
|
|
26
|
-
|
|
25
|
+
declare global {
|
|
26
|
+
type PreviewImageErrorCode = PreviewImageErrorCodeOrigin
|
|
27
27
|
type IPreviewImageError = IPreviewImageErrorOrigin
|
|
28
28
|
type PreviewImageSuccess = PreviewImageSuccessOrigin
|
|
29
29
|
type PreviewImageFail = PreviewImageFailOrigin
|
|
@@ -43,4 +43,5 @@ declare global {
|
|
|
43
43
|
type ClosePreviewImageCompleteCallback = ClosePreviewImageCompleteCallbackOrigin
|
|
44
44
|
type ClosePreviewImageOptions = ClosePreviewImageOptionsOrigin
|
|
45
45
|
interface Uni extends UniOrigin { }
|
|
46
|
-
}
|
|
46
|
+
}
|
|
47
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
PreviewImageErrorCode,
|
|
4
4
|
IPreviewImageError,
|
|
5
5
|
PreviewImageSuccess,
|
|
6
6
|
PreviewImageFail,
|
|
@@ -19,4 +19,5 @@ export {
|
|
|
19
19
|
ClosePreviewImageFailCallback,
|
|
20
20
|
ClosePreviewImageCompleteCallback,
|
|
21
21
|
ClosePreviewImageOptions,
|
|
22
|
-
} from './interface'
|
|
22
|
+
} from './interface'
|
|
23
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
OnPrivacyAuthorizationChange as OnPrivacyAuthorizationChangeOrigin,
|
|
4
4
|
OffPrivacyAuthorizationChange as OffPrivacyAuthorizationChangeOrigin,
|
|
5
5
|
OnPrivacyAuthorizationChangeCallback as OnPrivacyAuthorizationChangeCallbackOrigin,
|
|
6
6
|
PrivacyChangeResult as PrivacyChangeResultOrigin,
|
|
@@ -12,10 +12,10 @@ import {
|
|
|
12
12
|
GetPrivacySettingSuccessResult as GetPrivacySettingSuccessResultOrigin,
|
|
13
13
|
GetPrivacySettingOptions as GetPrivacySettingOptionsOrigin,
|
|
14
14
|
Uni as UniOrigin
|
|
15
|
-
} from './interface'
|
|
15
|
+
} from './interface'
|
|
16
16
|
|
|
17
|
-
declare global {
|
|
18
|
-
|
|
17
|
+
declare global {
|
|
18
|
+
type OnPrivacyAuthorizationChange = OnPrivacyAuthorizationChangeOrigin
|
|
19
19
|
type OffPrivacyAuthorizationChange = OffPrivacyAuthorizationChangeOrigin
|
|
20
20
|
type OnPrivacyAuthorizationChangeCallback = OnPrivacyAuthorizationChangeCallbackOrigin
|
|
21
21
|
type PrivacyChangeResult = PrivacyChangeResultOrigin
|
|
@@ -27,4 +27,5 @@ declare global {
|
|
|
27
27
|
type GetPrivacySettingSuccessResult = GetPrivacySettingSuccessResultOrigin
|
|
28
28
|
type GetPrivacySettingOptions = GetPrivacySettingOptionsOrigin
|
|
29
29
|
interface Uni extends UniOrigin { }
|
|
30
|
-
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
OnPrivacyAuthorizationChange,
|
|
4
4
|
OffPrivacyAuthorizationChange,
|
|
5
5
|
OnPrivacyAuthorizationChangeCallback,
|
|
6
6
|
PrivacyChangeResult,
|
|
@@ -11,4 +11,5 @@ export {
|
|
|
11
11
|
ResetPrivacyAuthorization,
|
|
12
12
|
GetPrivacySettingSuccessResult,
|
|
13
13
|
GetPrivacySettingOptions,
|
|
14
|
-
} from './interface'
|
|
14
|
+
} from './interface'
|
|
15
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
PromptErrorCode as PromptErrorCodeOrigin,
|
|
4
4
|
IPromptError as IPromptErrorOrigin,
|
|
5
5
|
ShowToastSuccess as ShowToastSuccessOrigin,
|
|
6
6
|
ShowToastFail as ShowToastFailOrigin,
|
|
@@ -13,10 +13,10 @@ import {
|
|
|
13
13
|
ShowToast as ShowToastOrigin,
|
|
14
14
|
HideToast as HideToastOrigin,
|
|
15
15
|
Uni as UniOrigin
|
|
16
|
-
} from './interface'
|
|
16
|
+
} from './interface'
|
|
17
17
|
|
|
18
|
-
declare global {
|
|
19
|
-
|
|
18
|
+
declare global {
|
|
19
|
+
type PromptErrorCode = PromptErrorCodeOrigin
|
|
20
20
|
type IPromptError = IPromptErrorOrigin
|
|
21
21
|
type ShowToastSuccess = ShowToastSuccessOrigin
|
|
22
22
|
type ShowToastFail = ShowToastFailOrigin
|
|
@@ -29,4 +29,5 @@ declare global {
|
|
|
29
29
|
type ShowToast = ShowToastOrigin
|
|
30
30
|
type HideToast = HideToastOrigin
|
|
31
31
|
interface Uni extends UniOrigin { }
|
|
32
|
-
}
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
PromptErrorCode,
|
|
4
4
|
IPromptError,
|
|
5
5
|
ShowToastSuccess,
|
|
6
6
|
ShowToastFail,
|
|
@@ -12,4 +12,5 @@ export {
|
|
|
12
12
|
ShowToastOptions,
|
|
13
13
|
ShowToast,
|
|
14
14
|
HideToast,
|
|
15
|
-
} from './interface'
|
|
15
|
+
} from './interface'
|
|
16
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
PullDownRefreshErrorCode as PullDownRefreshErrorCodeOrigin,
|
|
4
4
|
StartPullDownRefreshFail as StartPullDownRefreshFailOrigin,
|
|
5
5
|
StartPullDownRefreshOptions as StartPullDownRefreshOptionsOrigin,
|
|
6
6
|
StartPullDownRefreshSuccess as StartPullDownRefreshSuccessOrigin,
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
StartPullDownRefresh as StartPullDownRefreshOrigin,
|
|
12
12
|
StopPullDownRefresh as StopPullDownRefreshOrigin,
|
|
13
13
|
Uni as UniOrigin
|
|
14
|
-
} from './interface'
|
|
14
|
+
} from './interface'
|
|
15
15
|
|
|
16
|
-
declare global {
|
|
17
|
-
|
|
16
|
+
declare global {
|
|
17
|
+
type PullDownRefreshErrorCode = PullDownRefreshErrorCodeOrigin
|
|
18
18
|
type StartPullDownRefreshFail = StartPullDownRefreshFailOrigin
|
|
19
19
|
type StartPullDownRefreshOptions = StartPullDownRefreshOptionsOrigin
|
|
20
20
|
type StartPullDownRefreshSuccess = StartPullDownRefreshSuccessOrigin
|
|
@@ -25,4 +25,5 @@ declare global {
|
|
|
25
25
|
type StartPullDownRefresh = StartPullDownRefreshOrigin
|
|
26
26
|
type StopPullDownRefresh = StopPullDownRefreshOrigin
|
|
27
27
|
interface Uni extends UniOrigin { }
|
|
28
|
-
}
|
|
28
|
+
}
|
|
29
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
PullDownRefreshErrorCode,
|
|
4
4
|
StartPullDownRefreshFail,
|
|
5
5
|
StartPullDownRefreshOptions,
|
|
6
6
|
StartPullDownRefreshSuccess,
|
|
@@ -10,4 +10,5 @@ export {
|
|
|
10
10
|
StartPullDownRefreshCompleteCallback,
|
|
11
11
|
StartPullDownRefresh,
|
|
12
12
|
StopPullDownRefresh,
|
|
13
|
-
} from './interface'
|
|
13
|
+
} from './interface'
|
|
14
|
+
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
GetRecorderManager as GetRecorderManagerOrigin,
|
|
4
4
|
RecorderManagerStartOptions as RecorderManagerStartOptionsOrigin,
|
|
5
5
|
RecorderManagerOnStopResult as RecorderManagerOnStopResultOrigin,
|
|
6
6
|
RecorderManager as RecorderManagerOrigin,
|
|
7
7
|
RecorderManagerErrorCode as RecorderManagerErrorCodeOrigin,
|
|
8
8
|
IRecorderManagerFail as IRecorderManagerFailOrigin,
|
|
9
9
|
Uni as UniOrigin
|
|
10
|
-
} from './interface'
|
|
10
|
+
} from './interface'
|
|
11
11
|
|
|
12
|
-
declare global {
|
|
13
|
-
|
|
12
|
+
declare global {
|
|
13
|
+
type GetRecorderManager = GetRecorderManagerOrigin
|
|
14
14
|
type RecorderManagerStartOptions = RecorderManagerStartOptionsOrigin
|
|
15
15
|
type RecorderManagerOnStopResult = RecorderManagerOnStopResultOrigin
|
|
16
16
|
type RecorderManager = RecorderManagerOrigin
|
|
17
17
|
type RecorderManagerErrorCode = RecorderManagerErrorCodeOrigin
|
|
18
18
|
type IRecorderManagerFail = IRecorderManagerFailOrigin
|
|
19
19
|
interface Uni extends UniOrigin { }
|
|
20
|
-
}
|
|
20
|
+
}
|
|
21
|
+
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
GetRecorderManager,
|
|
4
4
|
RecorderManagerStartOptions,
|
|
5
5
|
RecorderManagerOnStopResult,
|
|
6
6
|
RecorderManager,
|
|
7
7
|
RecorderManagerErrorCode,
|
|
8
8
|
IRecorderManagerFail,
|
|
9
|
-
} from './interface'
|
|
9
|
+
} from './interface'
|
|
10
|
+
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
RequestMerchantTransfer as RequestMerchantTransferOrigin,
|
|
4
4
|
RequestMerchantTransferOptions as RequestMerchantTransferOptionsOrigin,
|
|
5
5
|
RequestMerchantTransferCompleteCallback as RequestMerchantTransferCompleteCallbackOrigin,
|
|
6
6
|
RequestMerchantTransferFailCallback as RequestMerchantTransferFailCallbackOrigin,
|
|
7
7
|
RequestMerchantTransferSuccessCallback as RequestMerchantTransferSuccessCallbackOrigin,
|
|
8
8
|
RequestMerchantTransferGeneralCallbackResult as RequestMerchantTransferGeneralCallbackResultOrigin,
|
|
9
9
|
Uni as UniOrigin
|
|
10
|
-
} from './interface'
|
|
10
|
+
} from './interface'
|
|
11
11
|
|
|
12
|
-
declare global {
|
|
13
|
-
|
|
12
|
+
declare global {
|
|
13
|
+
type RequestMerchantTransfer = RequestMerchantTransferOrigin
|
|
14
14
|
type RequestMerchantTransferOptions = RequestMerchantTransferOptionsOrigin
|
|
15
15
|
type RequestMerchantTransferCompleteCallback = RequestMerchantTransferCompleteCallbackOrigin
|
|
16
16
|
type RequestMerchantTransferFailCallback = RequestMerchantTransferFailCallbackOrigin
|
|
17
17
|
type RequestMerchantTransferSuccessCallback = RequestMerchantTransferSuccessCallbackOrigin
|
|
18
18
|
type RequestMerchantTransferGeneralCallbackResult = RequestMerchantTransferGeneralCallbackResultOrigin
|
|
19
19
|
interface Uni extends UniOrigin { }
|
|
20
|
-
}
|
|
20
|
+
}
|
|
21
|
+
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
RequestMerchantTransfer,
|
|
4
4
|
RequestMerchantTransferOptions,
|
|
5
5
|
RequestMerchantTransferCompleteCallback,
|
|
6
6
|
RequestMerchantTransferFailCallback,
|
|
7
7
|
RequestMerchantTransferSuccessCallback,
|
|
8
8
|
RequestMerchantTransferGeneralCallbackResult,
|
|
9
|
-
} from './interface'
|
|
9
|
+
} from './interface'
|
|
10
|
+
|