@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
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { UniElementStyles } from './UniElementType'
|
|
2
|
+
import { UniSlotType } from './UniCommon'
|
|
2
3
|
import { UniCSSPropertyID, UniCSSPropertyName, UniCSSPropertyValue } from './UniCSSProperty'
|
|
3
4
|
import { UniCSSUnitType, UniCSSUnitValue } from './UniCSSType'
|
|
4
5
|
import { UniCSSBoxSizingType, UniCSSDisplayType, UniCSSPositionType, UniCSSBorderStyleType, UniCSSBorderWidthType } from './UniCSSProperty'
|
|
@@ -11,6 +12,16 @@ declare global {
|
|
|
11
12
|
*/
|
|
12
13
|
interface UniElement {
|
|
13
14
|
|
|
15
|
+
/**
|
|
16
|
+
* 以下属性在FlexNode和DOM层封装
|
|
17
|
+
* - Android平台:c层和kt层都需要封装
|
|
18
|
+
* - iOS平台:oc层实现
|
|
19
|
+
* - 鸿蒙平台:c层实现
|
|
20
|
+
*/
|
|
21
|
+
/**
|
|
22
|
+
* 插槽名称
|
|
23
|
+
*/
|
|
24
|
+
slot: UniSlotType
|
|
14
25
|
/**
|
|
15
26
|
* 以下方法在FlexNode层封装,仅用于内部使用
|
|
16
27
|
* - Android平台:c层实现
|
|
@@ -202,6 +213,11 @@ declare global {
|
|
|
202
213
|
getParentNode(): UniElement | null
|
|
203
214
|
getChildNodes(): UniElement | null
|
|
204
215
|
|
|
216
|
+
/**
|
|
217
|
+
* 查找离当前元素最近可竖向滚动的祖先元素
|
|
218
|
+
*/
|
|
219
|
+
closestVerticalScrollElement(): UniScrollViewElement | null
|
|
220
|
+
|
|
205
221
|
/**
|
|
206
222
|
* 修改tagname
|
|
207
223
|
* 在c/kotlin层提供,仅对vue框架开放
|
|
@@ -7,9 +7,92 @@ import { UniNativeBaseView, } from "./UniNativeBaseView"
|
|
|
7
7
|
*/
|
|
8
8
|
export interface UniNativeScrollView extends UniNativeBaseView {
|
|
9
9
|
|
|
10
|
+
/**
|
|
11
|
+
* 关联容器类型
|
|
12
|
+
*/
|
|
13
|
+
associativeContainer(type: UniNativeScrollViewAssociativeContainerType): void
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
/**
|
|
16
|
+
* 滚动方向
|
|
17
|
+
*/
|
|
18
|
+
direction(type: UniNativeScrollViewDirectionType): void
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 是否开启点击顶部状态栏滚动条返回顶部
|
|
22
|
+
*/
|
|
23
|
+
enableBackToTop(value: boolean): void
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* 是否开启滚动回弹效果
|
|
27
|
+
*/
|
|
28
|
+
bounces(value: boolean): void
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* 是否显示滚动条
|
|
32
|
+
*/
|
|
33
|
+
showScrollbar(value: boolean): void
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* 距顶部/左边多远时(单位px),触发 scrolltoupper 事件
|
|
37
|
+
*/
|
|
38
|
+
upperThreshold(value: number): void
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* 距底部/右边多远时(单位px),触发 scrolltolower 事件
|
|
42
|
+
*/
|
|
43
|
+
lowerThreshold(value: number): void
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* 设置竖向滚动条位置
|
|
47
|
+
*/
|
|
48
|
+
scrollTop(value: number): void
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* 设置横向滚动条位置
|
|
52
|
+
*/
|
|
53
|
+
scrollLeft(value: number): void
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* 是否在设置滚动条位置时使用滚动动画,设置false没有滚动动画
|
|
57
|
+
*/
|
|
58
|
+
scrollWithAnimation(value: boolean): void
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
*下拉刷新样式
|
|
62
|
+
*/
|
|
63
|
+
refresherDefaultStyle(type: UniNativeScrollViewRefresherStyleType): void
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* 是否开启下拉刷新
|
|
67
|
+
*/
|
|
68
|
+
refresherEnabled(value: boolean): void
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* 下拉刷新阈值
|
|
72
|
+
*/
|
|
73
|
+
refresherThreshold(value: number): void
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* 设置下拉最大拖拽距离(单位px),默认是下拉刷新控件高度的2.5倍
|
|
77
|
+
*/
|
|
78
|
+
refresherMaxDragDistance(value: number): void
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* 下拉刷新区域背景颜色
|
|
82
|
+
*/
|
|
83
|
+
refresherBackground(color: UniNativeColor): void
|
|
12
84
|
|
|
85
|
+
/**
|
|
86
|
+
* 默认是否进入下拉刷新状态
|
|
87
|
+
*/
|
|
88
|
+
refresherTriggered(value: boolean): void
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* 渲染模式
|
|
92
|
+
*/
|
|
93
|
+
type(type: UniNativeScrollViewType): void
|
|
94
|
+
|
|
95
|
+
}
|
|
13
96
|
|
|
14
97
|
/**
|
|
15
98
|
* scroll-view组件构造参数
|
|
@@ -26,6 +109,29 @@ export type UniNativeScrollViewOptions = {
|
|
|
26
109
|
}
|
|
27
110
|
|
|
28
111
|
|
|
112
|
+
/**
|
|
113
|
+
* scroll-view组件渲染模式
|
|
114
|
+
*/
|
|
115
|
+
export enum UniNativeScrollViewType {
|
|
116
|
+
/**
|
|
117
|
+
* 普通模式
|
|
118
|
+
*/
|
|
119
|
+
Normal,
|
|
120
|
+
/**
|
|
121
|
+
* 嵌套模式
|
|
122
|
+
*/
|
|
123
|
+
Nested,
|
|
124
|
+
/**
|
|
125
|
+
* 列表模式
|
|
126
|
+
*/
|
|
127
|
+
List,
|
|
128
|
+
/**
|
|
129
|
+
* 自定义模式
|
|
130
|
+
*/
|
|
131
|
+
Custom,
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
|
|
29
135
|
/**
|
|
30
136
|
* scroll-view组件滚动方向枚举值
|
|
31
137
|
*/
|
|
@@ -47,3 +153,33 @@ export enum UniNativeScrollViewDirectionType {
|
|
|
47
153
|
*/
|
|
48
154
|
All,
|
|
49
155
|
}
|
|
156
|
+
|
|
157
|
+
export enum UniNativeScrollViewAssociativeContainerType {
|
|
158
|
+
/**
|
|
159
|
+
* 无关联容器
|
|
160
|
+
*/
|
|
161
|
+
None,
|
|
162
|
+
/**
|
|
163
|
+
* 关联嵌套的滚动容器
|
|
164
|
+
*/
|
|
165
|
+
NestedScrollView,
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* scroll-view组件下拉刷新样式枚举值
|
|
171
|
+
*/
|
|
172
|
+
export enum UniNativeScrollViewRefresherStyleType {
|
|
173
|
+
/**
|
|
174
|
+
* 深色样式
|
|
175
|
+
*/
|
|
176
|
+
Black,
|
|
177
|
+
/**
|
|
178
|
+
* 浅色样式
|
|
179
|
+
*/
|
|
180
|
+
White,
|
|
181
|
+
/**
|
|
182
|
+
* 无样式,自定义下拉刷新时使用
|
|
183
|
+
*/
|
|
184
|
+
None,
|
|
185
|
+
}
|
|
@@ -25,6 +25,26 @@ export interface UniNativeTextView extends UniNativeBaseView {
|
|
|
25
25
|
* 注:替换selectable
|
|
26
26
|
*/
|
|
27
27
|
userSelect(value: boolean): UniNativeTextView
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* 是否支持hover样式更新
|
|
31
|
+
*/
|
|
32
|
+
hover(value: boolean): UniNativeView
|
|
33
|
+
/**
|
|
34
|
+
* 是否阻止本节点的祖先节点出现点击态
|
|
35
|
+
* 默认值为false
|
|
36
|
+
*/
|
|
37
|
+
hoverStopPropagation(value: boolean): UniNativeView
|
|
38
|
+
/**
|
|
39
|
+
* 按住后多久出现点击态,单位为毫秒
|
|
40
|
+
* 默认值为50ms
|
|
41
|
+
*/
|
|
42
|
+
hoverStartTime(value: number): UniNativeView
|
|
43
|
+
/**
|
|
44
|
+
* 手指松开后点击态保留时间,单位为毫秒
|
|
45
|
+
* 默认值为400ms
|
|
46
|
+
*/
|
|
47
|
+
hoverStayTime(value: number): UniNativeView
|
|
28
48
|
}
|
|
29
49
|
|
|
30
50
|
|
|
@@ -151,6 +151,25 @@ declare global {
|
|
|
151
151
|
* 设置处理空白字符
|
|
152
152
|
*/
|
|
153
153
|
setWhiteSpace(whiteSpace: UniCSSWhiteSpace): void
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* 用于解决view组件 over 状态的样式更新与恢复,内部使用。
|
|
157
|
+
* 区分更新样式是排版相关还是渲染相关
|
|
158
|
+
* 排版相关通过FlexNode获取并备份数据,渲染相关需通过NativeView获取并备份数据:
|
|
159
|
+
* 按下时调用backupAndUpdateStyle备份样式
|
|
160
|
+
* 松开时调用restoreStyle恢复样式
|
|
161
|
+
*
|
|
162
|
+
* Android平台:在kotlin/c层分别实现
|
|
163
|
+
* iOS平台/鸿蒙平台:在c层实现
|
|
164
|
+
*/
|
|
165
|
+
/**
|
|
166
|
+
* 备份并更新样式
|
|
167
|
+
*/
|
|
168
|
+
backupAndUpdateStyle(): void
|
|
169
|
+
/**
|
|
170
|
+
* 恢复样式
|
|
171
|
+
*/
|
|
172
|
+
restoreStyle(): void
|
|
154
173
|
}
|
|
155
174
|
|
|
156
175
|
}
|
|
@@ -4,7 +4,10 @@ import {
|
|
|
4
4
|
UniNativeView as UniNativeViewOrigin,
|
|
5
5
|
UniNativeViewStyles as UniNativeViewStylesOrigin,
|
|
6
6
|
UniNativeTextView as UniNativeTextViewOrigin,
|
|
7
|
+
UniNativeScrollViewType as UniNativeScrollViewTypeOrigin,
|
|
7
8
|
UniNativeScrollViewDirectionType as UniNativeScrollViewDirectionTypeOrigin,
|
|
9
|
+
UniNativeScrollViewAssociativeContainerType as UniNativeScrollViewAssociativeContainerTypeOrigin,
|
|
10
|
+
UniNativeScrollViewRefresherStyleType as UniNativeScrollViewRefresherStyleTypeOrigin,
|
|
8
11
|
UniNativeScrollView as UniNativeScrollViewOrigin,
|
|
9
12
|
UniNativeScrollViewOptions as UniNativeScrollViewOptionsOrigin,
|
|
10
13
|
UniNativeImageView as UniNativeImageViewOrigin,
|
|
@@ -123,8 +126,14 @@ declare global {
|
|
|
123
126
|
type UniNativeView = UniNativeViewOrigin
|
|
124
127
|
type UniNativeViewStyles = UniNativeViewStylesOrigin
|
|
125
128
|
type UniNativeTextView = UniNativeTextViewOrigin
|
|
129
|
+
const UniNativeScrollViewType: typeof UniNativeScrollViewTypeOrigin
|
|
130
|
+
type UniNativeScrollViewType = UniNativeScrollViewTypeOrigin
|
|
126
131
|
const UniNativeScrollViewDirectionType: typeof UniNativeScrollViewDirectionTypeOrigin
|
|
127
132
|
type UniNativeScrollViewDirectionType = UniNativeScrollViewDirectionTypeOrigin
|
|
133
|
+
const UniNativeScrollViewAssociativeContainerType: typeof UniNativeScrollViewAssociativeContainerTypeOrigin
|
|
134
|
+
type UniNativeScrollViewAssociativeContainerType = UniNativeScrollViewAssociativeContainerTypeOrigin
|
|
135
|
+
const UniNativeScrollViewRefresherStyleType: typeof UniNativeScrollViewRefresherStyleTypeOrigin
|
|
136
|
+
type UniNativeScrollViewRefresherStyleType = UniNativeScrollViewRefresherStyleTypeOrigin
|
|
128
137
|
type UniNativeScrollView = UniNativeScrollViewOrigin
|
|
129
138
|
type UniNativeScrollViewOptions = UniNativeScrollViewOptionsOrigin
|
|
130
139
|
type UniNativeImageView = UniNativeImageViewOrigin
|
|
@@ -128,16 +128,28 @@ declare global {
|
|
|
128
128
|
*/
|
|
129
129
|
inheritAttrs: UniSharedDataJSONObject
|
|
130
130
|
constructor(scope: UniSharedDataPage)
|
|
131
|
+
/**
|
|
132
|
+
* 设置 vue id (主要用于自动化测试,js层设置)
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
135
|
+
_setVueId(id : number) : void
|
|
136
|
+
/**
|
|
137
|
+
* 获取 vue id (主要用于自动化测试,c层读取)
|
|
138
|
+
*/
|
|
139
|
+
getVueId() : number
|
|
131
140
|
/**
|
|
132
141
|
* 监听组件根节点样式变更
|
|
142
|
+
* @internal
|
|
133
143
|
*/
|
|
134
144
|
useComputedStyle(options : { properties : number[], filterProperties ?: boolean | null, callback : (result : Array<[number, any | null]>) => void }) : Map<string, any | null>
|
|
135
145
|
/**
|
|
136
146
|
* 由编译器动态生成的子类中的 Element 渲染器
|
|
147
|
+
* @internal
|
|
137
148
|
*/
|
|
138
149
|
abstract _renderElement(): UniElementBlock
|
|
139
150
|
/**
|
|
140
151
|
* 由编译器动态生成的子类中的 NativeView 渲染器
|
|
152
|
+
* @internal
|
|
141
153
|
*/
|
|
142
154
|
abstract _renderNativeView(): UniNativeViewBlock
|
|
143
155
|
}
|