@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
|
+
InstallApkSuccess as InstallApkSuccessOrigin,
|
|
4
4
|
InstallApkComplete as InstallApkCompleteOrigin,
|
|
5
5
|
InstallApkSuccessCallback as InstallApkSuccessCallbackOrigin,
|
|
6
6
|
InstallApkErrorCode as InstallApkErrorCodeOrigin,
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
InstallApkCompleteCallback as InstallApkCompleteCallbackOrigin,
|
|
10
10
|
InstallApkOptions as InstallApkOptionsOrigin,
|
|
11
11
|
Uni as UniOrigin
|
|
12
|
-
} from './interface'
|
|
12
|
+
} from './interface'
|
|
13
13
|
|
|
14
|
-
declare global {
|
|
15
|
-
|
|
14
|
+
declare global {
|
|
15
|
+
type InstallApkSuccess = InstallApkSuccessOrigin
|
|
16
16
|
type InstallApkComplete = InstallApkCompleteOrigin
|
|
17
17
|
type InstallApkSuccessCallback = InstallApkSuccessCallbackOrigin
|
|
18
18
|
type InstallApkErrorCode = InstallApkErrorCodeOrigin
|
|
@@ -21,4 +21,5 @@ declare global {
|
|
|
21
21
|
type InstallApkCompleteCallback = InstallApkCompleteCallbackOrigin
|
|
22
22
|
type InstallApkOptions = InstallApkOptionsOrigin
|
|
23
23
|
interface Uni extends UniOrigin { }
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
InstallApkSuccess,
|
|
4
4
|
InstallApkComplete,
|
|
5
5
|
InstallApkSuccessCallback,
|
|
6
6
|
InstallApkErrorCode,
|
|
@@ -8,4 +8,5 @@ export {
|
|
|
8
8
|
InstallApkFailCallback,
|
|
9
9
|
InstallApkCompleteCallback,
|
|
10
10
|
InstallApkOptions,
|
|
11
|
-
} from './interface'
|
|
11
|
+
} from './interface'
|
|
12
|
+
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
AddInterceptorOptions as AddInterceptorOptionsOrigin,
|
|
4
4
|
RemoveInterceptorOptions as RemoveInterceptorOptionsOrigin,
|
|
5
5
|
AddInterceptor as AddInterceptorOrigin,
|
|
6
6
|
RemoveInterceptor as RemoveInterceptorOrigin,
|
|
7
7
|
Uni as UniOrigin
|
|
8
|
-
} from './interface'
|
|
8
|
+
} from './interface'
|
|
9
9
|
|
|
10
|
-
declare global {
|
|
11
|
-
|
|
10
|
+
declare global {
|
|
11
|
+
type AddInterceptorOptions = AddInterceptorOptionsOrigin
|
|
12
12
|
type RemoveInterceptorOptions = RemoveInterceptorOptionsOrigin
|
|
13
13
|
type AddInterceptor = AddInterceptorOrigin
|
|
14
14
|
type RemoveInterceptor = RemoveInterceptorOrigin
|
|
15
15
|
interface Uni extends UniOrigin { }
|
|
16
|
-
}
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
HideKeyboardSuccess as HideKeyboardSuccessOrigin,
|
|
4
4
|
HideKeyboardFail as HideKeyboardFailOrigin,
|
|
5
5
|
HideKeyboardSuccessCallback as HideKeyboardSuccessCallbackOrigin,
|
|
6
6
|
HideKeyboardFailCallback as HideKeyboardFailCallbackOrigin,
|
|
@@ -19,10 +19,10 @@ import {
|
|
|
19
19
|
OffKeyboardHeightChange as OffKeyboardHeightChangeOrigin,
|
|
20
20
|
GetSelectedTextRange as GetSelectedTextRangeOrigin,
|
|
21
21
|
Uni as UniOrigin
|
|
22
|
-
} from './interface'
|
|
22
|
+
} from './interface'
|
|
23
23
|
|
|
24
|
-
declare global {
|
|
25
|
-
|
|
24
|
+
declare global {
|
|
25
|
+
type HideKeyboardSuccess = HideKeyboardSuccessOrigin
|
|
26
26
|
type HideKeyboardFail = HideKeyboardFailOrigin
|
|
27
27
|
type HideKeyboardSuccessCallback = HideKeyboardSuccessCallbackOrigin
|
|
28
28
|
type HideKeyboardFailCallback = HideKeyboardFailCallbackOrigin
|
|
@@ -41,4 +41,5 @@ declare global {
|
|
|
41
41
|
type OffKeyboardHeightChange = OffKeyboardHeightChangeOrigin
|
|
42
42
|
type GetSelectedTextRange = GetSelectedTextRangeOrigin
|
|
43
43
|
interface Uni extends UniOrigin { }
|
|
44
|
-
}
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
HideKeyboardSuccess,
|
|
4
4
|
HideKeyboardFail,
|
|
5
5
|
HideKeyboardSuccessCallback,
|
|
6
6
|
HideKeyboardFailCallback,
|
|
@@ -18,4 +18,5 @@ export {
|
|
|
18
18
|
OnKeyboardHeightChange,
|
|
19
19
|
OffKeyboardHeightChange,
|
|
20
20
|
GetSelectedTextRange,
|
|
21
|
-
} from './interface'
|
|
21
|
+
} from './interface'
|
|
22
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
LoadFontFaceOptionDesc as LoadFontFaceOptionDescOrigin,
|
|
4
4
|
LoadFontFaceErrCode as LoadFontFaceErrCodeOrigin,
|
|
5
5
|
LoadFontFaceFail as LoadFontFaceFailOrigin,
|
|
6
6
|
LoadFontFaceOptions as LoadFontFaceOptionsOrigin,
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
LoadFontFaceCompleteCallback as LoadFontFaceCompleteCallbackOrigin,
|
|
12
12
|
LoadFontFace as LoadFontFaceOrigin,
|
|
13
13
|
Uni as UniOrigin
|
|
14
|
-
} from './interface'
|
|
14
|
+
} from './interface'
|
|
15
15
|
|
|
16
|
-
declare global {
|
|
17
|
-
|
|
16
|
+
declare global {
|
|
17
|
+
type LoadFontFaceOptionDesc = LoadFontFaceOptionDescOrigin
|
|
18
18
|
type LoadFontFaceErrCode = LoadFontFaceErrCodeOrigin
|
|
19
19
|
type LoadFontFaceFail = LoadFontFaceFailOrigin
|
|
20
20
|
type LoadFontFaceOptions = LoadFontFaceOptionsOrigin
|
|
@@ -25,4 +25,5 @@ declare global {
|
|
|
25
25
|
type LoadFontFaceCompleteCallback = LoadFontFaceCompleteCallbackOrigin
|
|
26
26
|
type LoadFontFace = LoadFontFaceOrigin
|
|
27
27
|
interface Uni extends UniOrigin { }
|
|
28
|
-
}
|
|
28
|
+
}
|
|
29
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
LoadFontFaceOptionDesc,
|
|
4
4
|
LoadFontFaceErrCode,
|
|
5
5
|
LoadFontFaceFail,
|
|
6
6
|
LoadFontFaceOptions,
|
|
@@ -10,4 +10,5 @@ export {
|
|
|
10
10
|
LoadFontFaceComplete,
|
|
11
11
|
LoadFontFaceCompleteCallback,
|
|
12
12
|
LoadFontFace,
|
|
13
|
-
} from './interface'
|
|
13
|
+
} from './interface'
|
|
14
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
GetLocationFailImpl as GetLocationFailImplOrigin,
|
|
4
4
|
UniLocationProvider as UniLocationProviderOrigin,
|
|
5
5
|
LocationErrorCode as LocationErrorCodeOrigin,
|
|
6
6
|
IGetLocationFail as IGetLocationFailOrigin,
|
|
@@ -27,10 +27,10 @@ import {
|
|
|
27
27
|
StartLocationUpdateBackgroundOptions as StartLocationUpdateBackgroundOptionsOrigin,
|
|
28
28
|
StartLocationUpdateBackground as StartLocationUpdateBackgroundOrigin,
|
|
29
29
|
Uni as UniOrigin
|
|
30
|
-
} from './interface'
|
|
30
|
+
} from './interface'
|
|
31
31
|
|
|
32
|
-
declare global {
|
|
33
|
-
|
|
32
|
+
declare global {
|
|
33
|
+
type GetLocationFailImpl = GetLocationFailImplOrigin
|
|
34
34
|
type UniLocationProvider = UniLocationProviderOrigin
|
|
35
35
|
type LocationErrorCode = LocationErrorCodeOrigin
|
|
36
36
|
type IGetLocationFail = IGetLocationFailOrigin
|
|
@@ -57,4 +57,5 @@ declare global {
|
|
|
57
57
|
type StartLocationUpdateBackgroundOptions = StartLocationUpdateBackgroundOptionsOrigin
|
|
58
58
|
type StartLocationUpdateBackground = StartLocationUpdateBackgroundOrigin
|
|
59
59
|
interface Uni extends UniOrigin { }
|
|
60
|
-
}
|
|
60
|
+
}
|
|
61
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
GetLocationFailImpl,
|
|
4
4
|
UniLocationProvider,
|
|
5
5
|
LocationErrorCode,
|
|
6
6
|
IGetLocationFail,
|
|
@@ -26,4 +26,5 @@ export {
|
|
|
26
26
|
StartLocationUpdateBackgroundOptionsType,
|
|
27
27
|
StartLocationUpdateBackgroundOptions,
|
|
28
28
|
StartLocationUpdateBackground,
|
|
29
|
-
} from './interface'
|
|
29
|
+
} from './interface'
|
|
30
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
} from './interface'
|
|
2
|
+
import {
|
|
3
|
+
UniLocationSystemProvider as UniLocationSystemProviderOrigin,
|
|
4
|
+
} from './interface'
|
|
5
5
|
|
|
6
|
-
declare global {
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
declare global {
|
|
7
|
+
type UniLocationSystemProvider = UniLocationSystemProviderOrigin
|
|
8
|
+
}
|
|
9
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
} from './interface'
|
|
2
|
+
import {
|
|
3
|
+
UniLocationTencentProvider as UniLocationTencentProviderOrigin,
|
|
4
|
+
} from './interface'
|
|
5
5
|
|
|
6
|
-
declare global {
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
declare global {
|
|
7
|
+
type UniLocationTencentProvider = UniLocationTencentProviderOrigin
|
|
8
|
+
}
|
|
9
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
MakePhoneCall as MakePhoneCallOrigin,
|
|
4
4
|
MakePhoneCallSuccess as MakePhoneCallSuccessOrigin,
|
|
5
5
|
MakePhoneCallSuccessCallback as MakePhoneCallSuccessCallbackOrigin,
|
|
6
6
|
MakePhoneCallErrorCode as MakePhoneCallErrorCodeOrigin,
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
MakePhoneCallCompleteCallback as MakePhoneCallCompleteCallbackOrigin,
|
|
12
12
|
MakePhoneCallOptions as MakePhoneCallOptionsOrigin,
|
|
13
13
|
Uni as UniOrigin
|
|
14
|
-
} from './interface'
|
|
14
|
+
} from './interface'
|
|
15
15
|
|
|
16
|
-
declare global {
|
|
17
|
-
|
|
16
|
+
declare global {
|
|
17
|
+
type MakePhoneCall = MakePhoneCallOrigin
|
|
18
18
|
type MakePhoneCallSuccess = MakePhoneCallSuccessOrigin
|
|
19
19
|
type MakePhoneCallSuccessCallback = MakePhoneCallSuccessCallbackOrigin
|
|
20
20
|
type MakePhoneCallErrorCode = MakePhoneCallErrorCodeOrigin
|
|
@@ -25,4 +25,5 @@ declare global {
|
|
|
25
25
|
type MakePhoneCallCompleteCallback = MakePhoneCallCompleteCallbackOrigin
|
|
26
26
|
type MakePhoneCallOptions = MakePhoneCallOptionsOrigin
|
|
27
27
|
interface Uni extends UniOrigin { }
|
|
28
|
-
}
|
|
28
|
+
}
|
|
29
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
MakePhoneCall,
|
|
4
4
|
MakePhoneCallSuccess,
|
|
5
5
|
MakePhoneCallSuccessCallback,
|
|
6
6
|
MakePhoneCallErrorCode,
|
|
@@ -10,4 +10,5 @@ export {
|
|
|
10
10
|
MakePhoneCallComplete,
|
|
11
11
|
MakePhoneCallCompleteCallback,
|
|
12
12
|
MakePhoneCallOptions,
|
|
13
|
-
} from './interface'
|
|
13
|
+
} from './interface'
|
|
14
|
+
|
|
@@ -4543,70 +4543,70 @@ export interface Uni {
|
|
|
4543
4543
|
/**
|
|
4544
4544
|
* 预览图片
|
|
4545
4545
|
* @description 预览图片
|
|
4546
|
-
* @uniPlatform {
|
|
4547
|
-
*
|
|
4548
|
-
*
|
|
4549
|
-
*
|
|
4550
|
-
*
|
|
4551
|
-
*
|
|
4552
|
-
*
|
|
4553
|
-
*
|
|
4554
|
-
*
|
|
4555
|
-
*
|
|
4556
|
-
*
|
|
4557
|
-
*
|
|
4558
|
-
*
|
|
4559
|
-
*
|
|
4560
|
-
*
|
|
4561
|
-
*
|
|
4562
|
-
*
|
|
4563
|
-
*
|
|
4564
|
-
*
|
|
4565
|
-
*
|
|
4566
|
-
*
|
|
4567
|
-
*
|
|
4568
|
-
*
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4546
|
+
* @uniPlatform {
|
|
4547
|
+
* "app": {
|
|
4548
|
+
* "android": {
|
|
4549
|
+
* "osVer": "5.0",
|
|
4550
|
+
* "uniVer": "√",
|
|
4551
|
+
* "unixVer": "3.9+"
|
|
4552
|
+
* },
|
|
4553
|
+
* "ios": {
|
|
4554
|
+
* "osVer": "12.0",
|
|
4555
|
+
* "uniVer": "√",
|
|
4556
|
+
* "unixVer": "4.11"
|
|
4557
|
+
* },
|
|
4558
|
+
* "harmony": {
|
|
4559
|
+
* "osVer": "5.0.0",
|
|
4560
|
+
* "uniVer": "4.23",
|
|
4561
|
+
* "unixVer": "4.61"
|
|
4562
|
+
* }
|
|
4563
|
+
* },
|
|
4564
|
+
* "web": {
|
|
4565
|
+
* "uniVer": "√",
|
|
4566
|
+
* "unixVer": "4.0"
|
|
4567
|
+
* },
|
|
4568
|
+
* "mp": {
|
|
4569
|
+
* "weixin": {
|
|
4570
|
+
* "hostVer": "√",
|
|
4571
|
+
* "uniVer": "√",
|
|
4572
|
+
* "unixVer": "4.41"
|
|
4573
|
+
* },
|
|
4574
|
+
* "alipay": {
|
|
4575
|
+
* "hostVer": "√",
|
|
4576
|
+
* "uniVer": "√",
|
|
4577
|
+
* "unixVer": "x"
|
|
4578
|
+
* },
|
|
4579
|
+
* "baidu": {
|
|
4580
|
+
* "hostVer": "√",
|
|
4581
|
+
* "uniVer": "√",
|
|
4582
|
+
* "unixVer": "x"
|
|
4583
|
+
* },
|
|
4584
|
+
* "toutiao": {
|
|
4585
|
+
* "hostVer": "√",
|
|
4586
|
+
* "uniVer": "√",
|
|
4587
|
+
* "unixVer": "x"
|
|
4588
|
+
* },
|
|
4589
|
+
* "lark": {
|
|
4590
|
+
* "hostVer": "√",
|
|
4591
|
+
* "uniVer": "√",
|
|
4592
|
+
* "unixVer": "x"
|
|
4593
|
+
* },
|
|
4594
|
+
* "qq": {
|
|
4595
|
+
* "hostVer": "√",
|
|
4596
|
+
* "uniVer": "√",
|
|
4597
|
+
* "unixVer": "x"
|
|
4598
|
+
* },
|
|
4599
|
+
* "kuaishou": {
|
|
4600
|
+
* "hostVer": "√",
|
|
4601
|
+
* "uniVer": "√",
|
|
4602
|
+
* "unixVer": "x"
|
|
4603
|
+
* },
|
|
4604
|
+
* "jd": {
|
|
4605
|
+
* "hostVer": "x",
|
|
4606
|
+
* "uniVer": "x",
|
|
4607
|
+
* "unixVer": "x"
|
|
4608
|
+
* }
|
|
4609
|
+
* }
|
|
4610
4610
|
* }
|
|
4611
4611
|
* @uniVueVersion 2,3
|
|
4612
4612
|
* @example
|
|
@@ -4623,8 +4623,7 @@ export interface Uni {
|
|
|
4623
4623
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html
|
|
4624
4624
|
* @autotest {
|
|
4625
4625
|
generated:false
|
|
4626
|
-
}
|
|
4627
|
-
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.previewImage.html
|
|
4626
|
+
}
|
|
4628
4627
|
*/
|
|
4629
4628
|
previewImage(options: PreviewImageOptions): void;
|
|
4630
4629
|
/**
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
UniShowModalResult as UniShowModalResultOrigin,
|
|
4
4
|
ShowModalResult as ShowModalResultOrigin,
|
|
5
5
|
ShowModalErrorCode as ShowModalErrorCodeOrigin,
|
|
6
6
|
UniShowModalFail as UniShowModalFailOrigin,
|
|
7
7
|
ShowModalFail as ShowModalFailOrigin,
|
|
8
|
+
ShowModalFailImpl as ShowModalFailImplOrigin,
|
|
8
9
|
ShowModalOptions as ShowModalOptionsOrigin,
|
|
9
10
|
ShowModal as ShowModalOrigin,
|
|
10
11
|
ModalPage as ModalPageOrigin,
|
|
@@ -13,17 +14,19 @@ import {
|
|
|
13
14
|
HideModalErrorCode as HideModalErrorCodeOrigin,
|
|
14
15
|
UniHideModalFail as UniHideModalFailOrigin,
|
|
15
16
|
HideModalFail as HideModalFailOrigin,
|
|
17
|
+
HideModalFailImpl as HideModalFailImplOrigin,
|
|
16
18
|
HideModalOptions as HideModalOptionsOrigin,
|
|
17
19
|
HideModal as HideModalOrigin,
|
|
18
20
|
Uni as UniOrigin
|
|
19
|
-
} from './interface'
|
|
21
|
+
} from './interface'
|
|
20
22
|
|
|
21
|
-
declare global {
|
|
22
|
-
|
|
23
|
+
declare global {
|
|
24
|
+
type UniShowModalResult = UniShowModalResultOrigin
|
|
23
25
|
type ShowModalResult = ShowModalResultOrigin
|
|
24
26
|
type ShowModalErrorCode = ShowModalErrorCodeOrigin
|
|
25
27
|
type UniShowModalFail = UniShowModalFailOrigin
|
|
26
28
|
type ShowModalFail = ShowModalFailOrigin
|
|
29
|
+
type ShowModalFailImpl = ShowModalFailImplOrigin
|
|
27
30
|
type ShowModalOptions = ShowModalOptionsOrigin
|
|
28
31
|
type ShowModal = ShowModalOrigin
|
|
29
32
|
type ModalPage = ModalPageOrigin
|
|
@@ -32,7 +35,9 @@ declare global {
|
|
|
32
35
|
type HideModalErrorCode = HideModalErrorCodeOrigin
|
|
33
36
|
type UniHideModalFail = UniHideModalFailOrigin
|
|
34
37
|
type HideModalFail = HideModalFailOrigin
|
|
38
|
+
type HideModalFailImpl = HideModalFailImplOrigin
|
|
35
39
|
type HideModalOptions = HideModalOptionsOrigin
|
|
36
40
|
type HideModal = HideModalOrigin
|
|
37
41
|
interface Uni extends UniOrigin { }
|
|
38
|
-
}
|
|
42
|
+
}
|
|
43
|
+
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
UniShowModalResult,
|
|
4
4
|
ShowModalResult,
|
|
5
5
|
ShowModalErrorCode,
|
|
6
6
|
UniShowModalFail,
|
|
7
7
|
ShowModalFail,
|
|
8
|
+
ShowModalFailImpl,
|
|
8
9
|
ShowModalOptions,
|
|
9
10
|
ShowModal,
|
|
10
11
|
ModalPage,
|
|
@@ -13,6 +14,8 @@ export {
|
|
|
13
14
|
HideModalErrorCode,
|
|
14
15
|
UniHideModalFail,
|
|
15
16
|
HideModalFail,
|
|
17
|
+
HideModalFailImpl,
|
|
16
18
|
HideModalOptions,
|
|
17
19
|
HideModal,
|
|
18
|
-
} from './interface'
|
|
20
|
+
} from './interface'
|
|
21
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
SetNavigationBarColorErrorCode as SetNavigationBarColorErrorCodeOrigin,
|
|
4
4
|
SetNavigationBarColorFail as SetNavigationBarColorFailOrigin,
|
|
5
5
|
SetNavigationBarColorOptions as SetNavigationBarColorOptionsOrigin,
|
|
6
6
|
SetNavigationBarColorSuccess as SetNavigationBarColorSuccessOrigin,
|
|
@@ -31,10 +31,10 @@ import {
|
|
|
31
31
|
HideNavigationBarLoadingOptions as HideNavigationBarLoadingOptionsOrigin,
|
|
32
32
|
HideNavigationBarLoading as HideNavigationBarLoadingOrigin,
|
|
33
33
|
Uni as UniOrigin
|
|
34
|
-
} from './interface'
|
|
34
|
+
} from './interface'
|
|
35
35
|
|
|
36
|
-
declare global {
|
|
37
|
-
|
|
36
|
+
declare global {
|
|
37
|
+
type SetNavigationBarColorErrorCode = SetNavigationBarColorErrorCodeOrigin
|
|
38
38
|
type SetNavigationBarColorFail = SetNavigationBarColorFailOrigin
|
|
39
39
|
type SetNavigationBarColorOptions = SetNavigationBarColorOptionsOrigin
|
|
40
40
|
type SetNavigationBarColorSuccess = SetNavigationBarColorSuccessOrigin
|
|
@@ -65,4 +65,5 @@ declare global {
|
|
|
65
65
|
type HideNavigationBarLoadingOptions = HideNavigationBarLoadingOptionsOrigin
|
|
66
66
|
type HideNavigationBarLoading = HideNavigationBarLoadingOrigin
|
|
67
67
|
interface Uni extends UniOrigin { }
|
|
68
|
-
}
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
SetNavigationBarColorErrorCode,
|
|
4
4
|
SetNavigationBarColorFail,
|
|
5
5
|
SetNavigationBarColorOptions,
|
|
6
6
|
SetNavigationBarColorSuccess,
|
|
@@ -30,4 +30,5 @@ export {
|
|
|
30
30
|
HideNavigationBarLoadingFailCallback,
|
|
31
31
|
HideNavigationBarLoadingOptions,
|
|
32
32
|
HideNavigationBarLoading,
|
|
33
|
-
} from './interface'
|
|
33
|
+
} from './interface'
|
|
34
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
Request as RequestOrigin,
|
|
4
4
|
RequestOptions as RequestOptionsOrigin,
|
|
5
5
|
RequestSuccess as RequestSuccessOrigin,
|
|
6
6
|
RequestMethod as RequestMethodOrigin,
|
|
@@ -46,10 +46,10 @@ import {
|
|
|
46
46
|
ConfigMTLSCompleteCallback as ConfigMTLSCompleteCallbackOrigin,
|
|
47
47
|
ConfigMTLSOptions as ConfigMTLSOptionsOrigin,
|
|
48
48
|
Uni as UniOrigin
|
|
49
|
-
} from './interface'
|
|
49
|
+
} from './interface'
|
|
50
50
|
|
|
51
|
-
declare global {
|
|
52
|
-
|
|
51
|
+
declare global {
|
|
52
|
+
type Request<T> = RequestOrigin<T>
|
|
53
53
|
type RequestOptions<T> = RequestOptionsOrigin<T>
|
|
54
54
|
type RequestSuccess<T> = RequestSuccessOrigin<T>
|
|
55
55
|
type RequestMethod = RequestMethodOrigin
|
|
@@ -95,4 +95,5 @@ declare global {
|
|
|
95
95
|
type ConfigMTLSCompleteCallback = ConfigMTLSCompleteCallbackOrigin
|
|
96
96
|
type ConfigMTLSOptions = ConfigMTLSOptionsOrigin
|
|
97
97
|
interface Uni extends UniOrigin { }
|
|
98
|
-
}
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
Request,
|
|
4
4
|
RequestOptions,
|
|
5
5
|
RequestSuccess,
|
|
6
6
|
RequestMethod,
|
|
@@ -45,4 +45,5 @@ export {
|
|
|
45
45
|
ConfigMTLSComplete,
|
|
46
46
|
ConfigMTLSCompleteCallback,
|
|
47
47
|
ConfigMTLSOptions,
|
|
48
|
-
} from './interface'
|
|
48
|
+
} from './interface'
|
|
49
|
+
|