@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
|
+
RouteErrorCode as RouteErrorCodeOrigin,
|
|
4
4
|
EventChannel as EventChannelOrigin,
|
|
5
5
|
NavigateToSuccess as NavigateToSuccessOrigin,
|
|
6
6
|
NavigateToFail as NavigateToFailOrigin,
|
|
@@ -26,10 +26,10 @@ import {
|
|
|
26
26
|
NavigateBackComplete as NavigateBackCompleteOrigin,
|
|
27
27
|
NavigateBackOptions as NavigateBackOptionsOrigin,
|
|
28
28
|
Uni as UniOrigin
|
|
29
|
-
} from './interface'
|
|
29
|
+
} from './interface'
|
|
30
30
|
|
|
31
|
-
declare global {
|
|
32
|
-
|
|
31
|
+
declare global {
|
|
32
|
+
type RouteErrorCode = RouteErrorCodeOrigin
|
|
33
33
|
type EventChannel = EventChannelOrigin
|
|
34
34
|
type NavigateToSuccess = NavigateToSuccessOrigin
|
|
35
35
|
type NavigateToFail = NavigateToFailOrigin
|
|
@@ -55,4 +55,5 @@ declare global {
|
|
|
55
55
|
type NavigateBackComplete = NavigateBackCompleteOrigin
|
|
56
56
|
type NavigateBackOptions = NavigateBackOptionsOrigin
|
|
57
57
|
interface Uni extends UniOrigin { }
|
|
58
|
-
}
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
RouteErrorCode,
|
|
4
4
|
EventChannel,
|
|
5
5
|
NavigateToSuccess,
|
|
6
6
|
NavigateToFail,
|
|
@@ -25,4 +25,5 @@ export {
|
|
|
25
25
|
NavigateBackFail,
|
|
26
26
|
NavigateBackComplete,
|
|
27
27
|
NavigateBackOptions,
|
|
28
|
-
} from './interface'
|
|
28
|
+
} from './interface'
|
|
29
|
+
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
Rpx2px as Rpx2pxOrigin,
|
|
4
4
|
Uni as UniOrigin
|
|
5
|
-
} from './interface'
|
|
5
|
+
} from './interface'
|
|
6
6
|
|
|
7
|
-
declare global {
|
|
8
|
-
|
|
7
|
+
declare global {
|
|
8
|
+
type Rpx2px = Rpx2pxOrigin
|
|
9
9
|
interface Uni extends UniOrigin { }
|
|
10
|
-
}
|
|
10
|
+
}
|
|
11
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
ScanCodeSuccess as ScanCodeSuccessOrigin,
|
|
4
4
|
ScanCodeFail as ScanCodeFailOrigin,
|
|
5
5
|
ScanCodeSuccessCallback as ScanCodeSuccessCallbackOrigin,
|
|
6
6
|
ScanCodeFailCallback as ScanCodeFailCallbackOrigin,
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
ScanCodeOptions as ScanCodeOptionsOrigin,
|
|
10
10
|
ScanCode as ScanCodeOrigin,
|
|
11
11
|
Uni as UniOrigin
|
|
12
|
-
} from './interface'
|
|
12
|
+
} from './interface'
|
|
13
13
|
|
|
14
|
-
declare global {
|
|
15
|
-
|
|
14
|
+
declare global {
|
|
15
|
+
type ScanCodeSuccess = ScanCodeSuccessOrigin
|
|
16
16
|
type ScanCodeFail = ScanCodeFailOrigin
|
|
17
17
|
type ScanCodeSuccessCallback = ScanCodeSuccessCallbackOrigin
|
|
18
18
|
type ScanCodeFailCallback = ScanCodeFailCallbackOrigin
|
|
@@ -21,4 +21,5 @@ declare global {
|
|
|
21
21
|
type ScanCodeOptions = ScanCodeOptionsOrigin
|
|
22
22
|
type ScanCode = ScanCodeOrigin
|
|
23
23
|
interface Uni extends UniOrigin { }
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
ScanCodeSuccess,
|
|
4
4
|
ScanCodeFail,
|
|
5
5
|
ScanCodeSuccessCallback,
|
|
6
6
|
ScanCodeFailCallback,
|
|
@@ -8,4 +8,5 @@ export {
|
|
|
8
8
|
ScanCodeSupportedTypes,
|
|
9
9
|
ScanCodeOptions,
|
|
10
10
|
ScanCode,
|
|
11
|
-
} from './interface'
|
|
11
|
+
} from './interface'
|
|
12
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
SetScreenBrightness as SetScreenBrightnessOrigin,
|
|
4
4
|
SetScreenBrightnessSuccess as SetScreenBrightnessSuccessOrigin,
|
|
5
5
|
SetScreenBrightnessSuccessCallback as SetScreenBrightnessSuccessCallbackOrigin,
|
|
6
6
|
SetScreenBrightnessFail as SetScreenBrightnessFailOrigin,
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
SetKeepScreenOnCompleteCallback as SetKeepScreenOnCompleteCallbackOrigin,
|
|
26
26
|
SetKeepScreenOnOptions as SetKeepScreenOnOptionsOrigin,
|
|
27
27
|
Uni as UniOrigin
|
|
28
|
-
} from './interface'
|
|
28
|
+
} from './interface'
|
|
29
29
|
|
|
30
|
-
declare global {
|
|
31
|
-
|
|
30
|
+
declare global {
|
|
31
|
+
type SetScreenBrightness = SetScreenBrightnessOrigin
|
|
32
32
|
type SetScreenBrightnessSuccess = SetScreenBrightnessSuccessOrigin
|
|
33
33
|
type SetScreenBrightnessSuccessCallback = SetScreenBrightnessSuccessCallbackOrigin
|
|
34
34
|
type SetScreenBrightnessFail = SetScreenBrightnessFailOrigin
|
|
@@ -53,4 +53,5 @@ declare global {
|
|
|
53
53
|
type SetKeepScreenOnCompleteCallback = SetKeepScreenOnCompleteCallbackOrigin
|
|
54
54
|
type SetKeepScreenOnOptions = SetKeepScreenOnOptionsOrigin
|
|
55
55
|
interface Uni extends UniOrigin { }
|
|
56
|
-
}
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
SetScreenBrightness,
|
|
4
4
|
SetScreenBrightnessSuccess,
|
|
5
5
|
SetScreenBrightnessSuccessCallback,
|
|
6
6
|
SetScreenBrightnessFail,
|
|
@@ -24,4 +24,5 @@ export {
|
|
|
24
24
|
SetKeepScreenOnComplete,
|
|
25
25
|
SetKeepScreenOnCompleteCallback,
|
|
26
26
|
SetKeepScreenOnOptions,
|
|
27
|
-
} from './interface'
|
|
27
|
+
} from './interface'
|
|
28
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
IShareFail as IShareFailOrigin,
|
|
4
4
|
ShareErrorCode as ShareErrorCodeOrigin,
|
|
5
5
|
Share as ShareOrigin,
|
|
6
6
|
ShareMiniProgramShareType as ShareMiniProgramShareTypeOrigin,
|
|
@@ -17,10 +17,10 @@ import {
|
|
|
17
17
|
ShareOptions as ShareOptionsOrigin,
|
|
18
18
|
UniShareProvider as UniShareProviderOrigin,
|
|
19
19
|
Uni as UniOrigin
|
|
20
|
-
} from './interface'
|
|
20
|
+
} from './interface'
|
|
21
21
|
|
|
22
|
-
declare global {
|
|
23
|
-
|
|
22
|
+
declare global {
|
|
23
|
+
type IShareFail = IShareFailOrigin
|
|
24
24
|
type ShareErrorCode = ShareErrorCodeOrigin
|
|
25
25
|
type Share = ShareOrigin
|
|
26
26
|
type ShareMiniProgramShareType = ShareMiniProgramShareTypeOrigin
|
|
@@ -37,4 +37,5 @@ declare global {
|
|
|
37
37
|
type ShareOptions = ShareOptionsOrigin
|
|
38
38
|
type UniShareProvider = UniShareProviderOrigin
|
|
39
39
|
interface Uni extends UniOrigin { }
|
|
40
|
-
}
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
} from './interface'
|
|
2
|
+
import {
|
|
3
|
+
UniShareWeixinProvider as UniShareWeixinProviderOrigin,
|
|
4
|
+
} from './interface'
|
|
5
5
|
|
|
6
|
-
declare global {
|
|
7
|
-
|
|
8
|
-
}
|
|
6
|
+
declare global {
|
|
7
|
+
type UniShareWeixinProvider = UniShareWeixinProviderOrigin
|
|
8
|
+
}
|
|
9
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
ShareWithSystemSuccess as ShareWithSystemSuccessOrigin,
|
|
4
4
|
ShareWithSystemFail as ShareWithSystemFailOrigin,
|
|
5
5
|
IShareWithSystemFail as IShareWithSystemFailOrigin,
|
|
6
6
|
ShareWithSystemErrorCode as ShareWithSystemErrorCodeOrigin,
|
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
ShareWithSystemOptions as ShareWithSystemOptionsOrigin,
|
|
11
11
|
ShareWithSystem as ShareWithSystemOrigin,
|
|
12
12
|
Uni as UniOrigin
|
|
13
|
-
} from './interface'
|
|
13
|
+
} from './interface'
|
|
14
14
|
|
|
15
|
-
declare global {
|
|
16
|
-
|
|
15
|
+
declare global {
|
|
16
|
+
type ShareWithSystemSuccess = ShareWithSystemSuccessOrigin
|
|
17
17
|
type ShareWithSystemFail = ShareWithSystemFailOrigin
|
|
18
18
|
type IShareWithSystemFail = IShareWithSystemFailOrigin
|
|
19
19
|
type ShareWithSystemErrorCode = ShareWithSystemErrorCodeOrigin
|
|
@@ -23,4 +23,5 @@ declare global {
|
|
|
23
23
|
type ShareWithSystemOptions = ShareWithSystemOptionsOrigin
|
|
24
24
|
type ShareWithSystem = ShareWithSystemOrigin
|
|
25
25
|
interface Uni extends UniOrigin { }
|
|
26
|
-
}
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
ShareWithSystemSuccess,
|
|
4
4
|
ShareWithSystemFail,
|
|
5
5
|
IShareWithSystemFail,
|
|
6
6
|
ShareWithSystemErrorCode,
|
|
@@ -9,4 +9,5 @@ export {
|
|
|
9
9
|
ShareWithSystemCallback,
|
|
10
10
|
ShareWithSystemOptions,
|
|
11
11
|
ShareWithSystem,
|
|
12
|
-
} from './interface'
|
|
12
|
+
} from './interface'
|
|
13
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
ShowLoadingSuccess as ShowLoadingSuccessOrigin,
|
|
4
4
|
ShowLoadingFailErrorCode as ShowLoadingFailErrorCodeOrigin,
|
|
5
5
|
ShowLoadingFail as ShowLoadingFailOrigin,
|
|
6
|
+
ShowLoadingFailImpl as ShowLoadingFailImplOrigin,
|
|
6
7
|
ShowLoadingSuccessCallback as ShowLoadingSuccessCallbackOrigin,
|
|
7
8
|
ShowLoadingFailCallback as ShowLoadingFailCallbackOrigin,
|
|
8
9
|
ShowLoadingCompleteCallback as ShowLoadingCompleteCallbackOrigin,
|
|
@@ -11,6 +12,7 @@ import {
|
|
|
11
12
|
HideLoadingSuccess as HideLoadingSuccessOrigin,
|
|
12
13
|
HideLoadingFailErrorCode as HideLoadingFailErrorCodeOrigin,
|
|
13
14
|
HideLoadingFail as HideLoadingFailOrigin,
|
|
15
|
+
HideLoadingFailImpl as HideLoadingFailImplOrigin,
|
|
14
16
|
HideLoadingSuccessCallback as HideLoadingSuccessCallbackOrigin,
|
|
15
17
|
HideLoadingFailCallback as HideLoadingFailCallbackOrigin,
|
|
16
18
|
HideLoadingCompleteCallback as HideLoadingCompleteCallbackOrigin,
|
|
@@ -18,12 +20,13 @@ import {
|
|
|
18
20
|
HideLoading as HideLoadingOrigin,
|
|
19
21
|
LoadingPage as LoadingPageOrigin,
|
|
20
22
|
Uni as UniOrigin
|
|
21
|
-
} from './interface'
|
|
23
|
+
} from './interface'
|
|
22
24
|
|
|
23
|
-
declare global {
|
|
24
|
-
|
|
25
|
+
declare global {
|
|
26
|
+
type ShowLoadingSuccess = ShowLoadingSuccessOrigin
|
|
25
27
|
type ShowLoadingFailErrorCode = ShowLoadingFailErrorCodeOrigin
|
|
26
28
|
type ShowLoadingFail = ShowLoadingFailOrigin
|
|
29
|
+
type ShowLoadingFailImpl = ShowLoadingFailImplOrigin
|
|
27
30
|
type ShowLoadingSuccessCallback = ShowLoadingSuccessCallbackOrigin
|
|
28
31
|
type ShowLoadingFailCallback = ShowLoadingFailCallbackOrigin
|
|
29
32
|
type ShowLoadingCompleteCallback = ShowLoadingCompleteCallbackOrigin
|
|
@@ -32,6 +35,7 @@ declare global {
|
|
|
32
35
|
type HideLoadingSuccess = HideLoadingSuccessOrigin
|
|
33
36
|
type HideLoadingFailErrorCode = HideLoadingFailErrorCodeOrigin
|
|
34
37
|
type HideLoadingFail = HideLoadingFailOrigin
|
|
38
|
+
type HideLoadingFailImpl = HideLoadingFailImplOrigin
|
|
35
39
|
type HideLoadingSuccessCallback = HideLoadingSuccessCallbackOrigin
|
|
36
40
|
type HideLoadingFailCallback = HideLoadingFailCallbackOrigin
|
|
37
41
|
type HideLoadingCompleteCallback = HideLoadingCompleteCallbackOrigin
|
|
@@ -39,4 +43,5 @@ declare global {
|
|
|
39
43
|
type HideLoading = HideLoadingOrigin
|
|
40
44
|
type LoadingPage = LoadingPageOrigin
|
|
41
45
|
interface Uni extends UniOrigin { }
|
|
42
|
-
}
|
|
46
|
+
}
|
|
47
|
+
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
ShowLoadingSuccess,
|
|
4
4
|
ShowLoadingFailErrorCode,
|
|
5
5
|
ShowLoadingFail,
|
|
6
|
+
ShowLoadingFailImpl,
|
|
6
7
|
ShowLoadingSuccessCallback,
|
|
7
8
|
ShowLoadingFailCallback,
|
|
8
9
|
ShowLoadingCompleteCallback,
|
|
@@ -11,10 +12,12 @@ export {
|
|
|
11
12
|
HideLoadingSuccess,
|
|
12
13
|
HideLoadingFailErrorCode,
|
|
13
14
|
HideLoadingFail,
|
|
15
|
+
HideLoadingFailImpl,
|
|
14
16
|
HideLoadingSuccessCallback,
|
|
15
17
|
HideLoadingFailCallback,
|
|
16
18
|
HideLoadingCompleteCallback,
|
|
17
19
|
HideLoadingOptions,
|
|
18
20
|
HideLoading,
|
|
19
21
|
LoadingPage,
|
|
20
|
-
} from './interface'
|
|
22
|
+
} from './interface'
|
|
23
|
+
|
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
ConnectEventSourceOptions as ConnectEventSourceOptionsOrigin,
|
|
4
4
|
ConnectEventSourceCallback as ConnectEventSourceCallbackOrigin,
|
|
5
5
|
ConnectEventSourceErrorCallback as ConnectEventSourceErrorCallbackOrigin,
|
|
6
6
|
ConnectEventSource as ConnectEventSourceOrigin,
|
|
7
7
|
UniEventSource as UniEventSourceOrigin,
|
|
8
|
+
UniMessageEvent as UniMessageEventOrigin,
|
|
8
9
|
Uni as UniOrigin
|
|
9
|
-
} from './interface'
|
|
10
|
+
} from './interface'
|
|
10
11
|
|
|
11
|
-
declare global {
|
|
12
|
-
|
|
12
|
+
declare global {
|
|
13
|
+
type ConnectEventSourceOptions = ConnectEventSourceOptionsOrigin
|
|
13
14
|
type ConnectEventSourceCallback = ConnectEventSourceCallbackOrigin
|
|
14
15
|
type ConnectEventSourceErrorCallback = ConnectEventSourceErrorCallbackOrigin
|
|
15
16
|
type ConnectEventSource = ConnectEventSourceOrigin
|
|
16
17
|
type UniEventSource = UniEventSourceOrigin
|
|
18
|
+
type UniMessageEvent = UniMessageEventOrigin
|
|
17
19
|
interface Uni extends UniOrigin { }
|
|
18
|
-
}
|
|
20
|
+
}
|
|
21
|
+
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
ConnectEventSourceOptions,
|
|
4
4
|
ConnectEventSourceCallback,
|
|
5
5
|
ConnectEventSourceErrorCallback,
|
|
6
6
|
ConnectEventSource,
|
|
7
7
|
UniEventSource,
|
|
8
|
-
|
|
8
|
+
UniMessageEvent,
|
|
9
|
+
} from './interface'
|
|
10
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
SetStorageSuccess as SetStorageSuccessOrigin,
|
|
4
4
|
SetStorageSuccessCallback as SetStorageSuccessCallbackOrigin,
|
|
5
5
|
SetStorageFailCallback as SetStorageFailCallbackOrigin,
|
|
6
6
|
SetStorageCompleteCallback as SetStorageCompleteCallbackOrigin,
|
|
@@ -36,10 +36,10 @@ import {
|
|
|
36
36
|
ClearStorage as ClearStorageOrigin,
|
|
37
37
|
ClearStorageSync as ClearStorageSyncOrigin,
|
|
38
38
|
Uni as UniOrigin
|
|
39
|
-
} from './interface'
|
|
39
|
+
} from './interface'
|
|
40
40
|
|
|
41
|
-
declare global {
|
|
42
|
-
|
|
41
|
+
declare global {
|
|
42
|
+
type SetStorageSuccess = SetStorageSuccessOrigin
|
|
43
43
|
type SetStorageSuccessCallback = SetStorageSuccessCallbackOrigin
|
|
44
44
|
type SetStorageFailCallback = SetStorageFailCallbackOrigin
|
|
45
45
|
type SetStorageCompleteCallback = SetStorageCompleteCallbackOrigin
|
|
@@ -75,4 +75,5 @@ declare global {
|
|
|
75
75
|
type ClearStorage = ClearStorageOrigin
|
|
76
76
|
type ClearStorageSync = ClearStorageSyncOrigin
|
|
77
77
|
interface Uni extends UniOrigin { }
|
|
78
|
-
}
|
|
78
|
+
}
|
|
79
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
SetStorageSuccess,
|
|
4
4
|
SetStorageSuccessCallback,
|
|
5
5
|
SetStorageFailCallback,
|
|
6
6
|
SetStorageCompleteCallback,
|
|
@@ -35,4 +35,5 @@ export {
|
|
|
35
35
|
ClearStorageOptions,
|
|
36
36
|
ClearStorage,
|
|
37
37
|
ClearStorageSync,
|
|
38
|
-
} from './interface'
|
|
38
|
+
} from './interface'
|
|
39
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
SetTabBarBadgeSuccess as SetTabBarBadgeSuccessOrigin,
|
|
4
4
|
SetTabBarBadgeSuccessCallback as SetTabBarBadgeSuccessCallbackOrigin,
|
|
5
5
|
SetTabBarErrorCode as SetTabBarErrorCodeOrigin,
|
|
6
6
|
SetTabBarFail as SetTabBarFailOrigin,
|
|
@@ -71,10 +71,10 @@ import {
|
|
|
71
71
|
ShowTabBarRedDot as ShowTabBarRedDotOrigin,
|
|
72
72
|
HideTabBarRedDot as HideTabBarRedDotOrigin,
|
|
73
73
|
Uni as UniOrigin
|
|
74
|
-
} from './interface'
|
|
74
|
+
} from './interface'
|
|
75
75
|
|
|
76
|
-
declare global {
|
|
77
|
-
|
|
76
|
+
declare global {
|
|
77
|
+
type SetTabBarBadgeSuccess = SetTabBarBadgeSuccessOrigin
|
|
78
78
|
type SetTabBarBadgeSuccessCallback = SetTabBarBadgeSuccessCallbackOrigin
|
|
79
79
|
type SetTabBarErrorCode = SetTabBarErrorCodeOrigin
|
|
80
80
|
type SetTabBarFail = SetTabBarFailOrigin
|
|
@@ -145,4 +145,5 @@ declare global {
|
|
|
145
145
|
type ShowTabBarRedDot = ShowTabBarRedDotOrigin
|
|
146
146
|
type HideTabBarRedDot = HideTabBarRedDotOrigin
|
|
147
147
|
interface Uni extends UniOrigin { }
|
|
148
|
-
}
|
|
148
|
+
}
|
|
149
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
SetTabBarBadgeSuccess,
|
|
4
4
|
SetTabBarBadgeSuccessCallback,
|
|
5
5
|
SetTabBarErrorCode,
|
|
6
6
|
SetTabBarFail,
|
|
@@ -70,4 +70,5 @@ export {
|
|
|
70
70
|
HideTabBar,
|
|
71
71
|
ShowTabBarRedDot,
|
|
72
72
|
HideTabBarRedDot,
|
|
73
|
-
} from './interface'
|
|
73
|
+
} from './interface'
|
|
74
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
OsThemeChangeResult as OsThemeChangeResultOrigin,
|
|
4
4
|
AppThemeChangeResult as AppThemeChangeResultOrigin,
|
|
5
5
|
OnOsThemeChangeCallback as OnOsThemeChangeCallbackOrigin,
|
|
6
6
|
OnOsThemeChange as OnOsThemeChangeOrigin,
|
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
OnHostThemeChangeCallback as OnHostThemeChangeCallbackOrigin,
|
|
24
24
|
OnThemeChangeCallbackResult as OnThemeChangeCallbackResultOrigin,
|
|
25
25
|
Uni as UniOrigin
|
|
26
|
-
} from './interface'
|
|
26
|
+
} from './interface'
|
|
27
27
|
|
|
28
|
-
declare global {
|
|
29
|
-
|
|
28
|
+
declare global {
|
|
29
|
+
type OsThemeChangeResult = OsThemeChangeResultOrigin
|
|
30
30
|
type AppThemeChangeResult = AppThemeChangeResultOrigin
|
|
31
31
|
type OnOsThemeChangeCallback = OnOsThemeChangeCallbackOrigin
|
|
32
32
|
type OnOsThemeChange = OnOsThemeChangeOrigin
|
|
@@ -49,4 +49,5 @@ declare global {
|
|
|
49
49
|
type OnHostThemeChangeCallback = OnHostThemeChangeCallbackOrigin
|
|
50
50
|
type OnThemeChangeCallbackResult = OnThemeChangeCallbackResultOrigin
|
|
51
51
|
interface Uni extends UniOrigin { }
|
|
52
|
-
}
|
|
52
|
+
}
|
|
53
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
OsThemeChangeResult,
|
|
4
4
|
AppThemeChangeResult,
|
|
5
5
|
OnOsThemeChangeCallback,
|
|
6
6
|
OnOsThemeChange,
|
|
@@ -22,4 +22,5 @@ export {
|
|
|
22
22
|
OnHostThemeChangeCallbackResult,
|
|
23
23
|
OnHostThemeChangeCallback,
|
|
24
24
|
OnThemeChangeCallbackResult,
|
|
25
|
-
} from './interface'
|
|
25
|
+
} from './interface'
|
|
26
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
RequestVirtualPaymentFailImpl as RequestVirtualPaymentFailImplOrigin,
|
|
4
4
|
GetVirtualPaymentManager as GetVirtualPaymentManagerOrigin,
|
|
5
5
|
VirtualPaymentManager as VirtualPaymentManagerOrigin,
|
|
6
6
|
RequestVirtualPaymentErrorCode as RequestVirtualPaymentErrorCodeOrigin,
|
|
@@ -53,10 +53,10 @@ import {
|
|
|
53
53
|
AppleIAPFinishTransactionFailErrorCode as AppleIAPFinishTransactionFailErrorCodeOrigin,
|
|
54
54
|
AppleIAPFinishTransactionOptions as AppleIAPFinishTransactionOptionsOrigin,
|
|
55
55
|
Uni as UniOrigin
|
|
56
|
-
} from './interface'
|
|
56
|
+
} from './interface'
|
|
57
57
|
|
|
58
|
-
declare global {
|
|
59
|
-
|
|
58
|
+
declare global {
|
|
59
|
+
type RequestVirtualPaymentFailImpl = RequestVirtualPaymentFailImplOrigin
|
|
60
60
|
type GetVirtualPaymentManager = GetVirtualPaymentManagerOrigin
|
|
61
61
|
type VirtualPaymentManager = VirtualPaymentManagerOrigin
|
|
62
62
|
type RequestVirtualPaymentErrorCode = RequestVirtualPaymentErrorCodeOrigin
|
|
@@ -109,4 +109,5 @@ declare global {
|
|
|
109
109
|
type AppleIAPFinishTransactionFailErrorCode = AppleIAPFinishTransactionFailErrorCodeOrigin
|
|
110
110
|
type AppleIAPFinishTransactionOptions = AppleIAPFinishTransactionOptionsOrigin
|
|
111
111
|
interface Uni extends UniOrigin { }
|
|
112
|
-
}
|
|
112
|
+
}
|
|
113
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
RequestVirtualPaymentFailImpl,
|
|
4
4
|
GetVirtualPaymentManager,
|
|
5
5
|
VirtualPaymentManager,
|
|
6
6
|
RequestVirtualPaymentErrorCode,
|
|
@@ -52,4 +52,5 @@ export {
|
|
|
52
52
|
AppleIAPFinishTransactionCompleteCallback,
|
|
53
53
|
AppleIAPFinishTransactionFailErrorCode,
|
|
54
54
|
AppleIAPFinishTransactionOptions,
|
|
55
|
-
} from './interface'
|
|
55
|
+
} from './interface'
|
|
56
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
ConnectSocket as ConnectSocketOrigin,
|
|
4
4
|
ConnectSocketSuccess as ConnectSocketSuccessOrigin,
|
|
5
5
|
ConnectSocketErrorCode as ConnectSocketErrorCodeOrigin,
|
|
6
6
|
ConnectSocketFail as ConnectSocketFailOrigin,
|
|
@@ -26,10 +26,10 @@ import {
|
|
|
26
26
|
OnSocketCloseCallback as OnSocketCloseCallbackOrigin,
|
|
27
27
|
OnSocketClose as OnSocketCloseOrigin,
|
|
28
28
|
Uni as UniOrigin
|
|
29
|
-
} from './interface'
|
|
29
|
+
} from './interface'
|
|
30
30
|
|
|
31
|
-
declare global {
|
|
32
|
-
|
|
31
|
+
declare global {
|
|
32
|
+
type ConnectSocket = ConnectSocketOrigin
|
|
33
33
|
type ConnectSocketSuccess = ConnectSocketSuccessOrigin
|
|
34
34
|
type ConnectSocketErrorCode = ConnectSocketErrorCodeOrigin
|
|
35
35
|
type ConnectSocketFail = ConnectSocketFailOrigin
|
|
@@ -55,4 +55,5 @@ declare global {
|
|
|
55
55
|
type OnSocketCloseCallback = OnSocketCloseCallbackOrigin
|
|
56
56
|
type OnSocketClose = OnSocketCloseOrigin
|
|
57
57
|
interface Uni extends UniOrigin { }
|
|
58
|
-
}
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
|
|
2
|
+
export {
|
|
3
|
+
ConnectSocket,
|
|
4
4
|
ConnectSocketSuccess,
|
|
5
5
|
ConnectSocketErrorCode,
|
|
6
6
|
ConnectSocketFail,
|
|
@@ -25,4 +25,5 @@ export {
|
|
|
25
25
|
OnSocketCloseCallbackResult,
|
|
26
26
|
OnSocketCloseCallback,
|
|
27
27
|
OnSocketClose,
|
|
28
|
-
} from './interface'
|
|
28
|
+
} from './interface'
|
|
29
|
+
|