@dcloudio/uni-app-x 0.7.59 → 0.7.61
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 +2 -2
- package/types/app.d.ts +24 -9
- package/types/native/IUniElement.d.ts +1 -3
- package/types/native/UniCustomElement.d.ts +2 -2
- package/types/native/UniFormControl.d.ts +1 -1
- package/types/native/UniInputChangeEvent.d.ts +31 -0
- package/types/native/UniPage.d.ts +10 -2
- package/types/native/UniSwiperAnimationFinishEvent.d.ts +1 -0
- package/types/native/UniSwiperChangeEvent.d.ts +1 -0
- package/types/native/WebViewStyles.d.ts +1 -1
- package/types/native/global.d.ts +14 -0
- package/types/native/index.d.ts +1 -0
- package/types/page.d.ts +134 -22
- package/types/uni/uni-camera-global.d.ts +4 -0
- package/types/uni/uni-camera.d.ts +10 -9
- package/types/uni/uts-plugin-api/global.d.ts +1 -0
- package/types/uni/uts-plugin-api/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +77 -433
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +9 -6
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +10 -8
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +16 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +569 -139
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +22 -37
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +12 -16
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +5 -3
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +34 -15
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +3 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +32 -61
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +45 -80
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +5 -3
- package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +13 -11
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +16 -15
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +12 -10
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +88 -4
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +54 -7
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +246 -236
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +38 -0
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +19 -0
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +1783 -107
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +16 -20
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +209 -451
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +80 -698
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +10 -8
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +474 -184
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +755 -405
- package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +16 -0
- package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +40 -0
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +10 -15
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +116 -124
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +11 -11
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +25 -26
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +54 -84
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +71 -89
- package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +10 -10
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +300 -6
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +347 -10
- package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +3 -1
- package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +25 -33
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +18 -18
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +70 -82
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +6 -5
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +49 -72
- package/types/uni/uts-plugin-biz/global.d.ts +11 -0
- package/types/uni/uts-plugin-biz/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +60 -3
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +6 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +52 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +25 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +445 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +48 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +23 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +138 -0
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +28 -12
- package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +18 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +9 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/interface.d.ts +45 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +21 -16
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +16 -2
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +8 -1
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +153 -6
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +37 -44
- package/types/uni/uts-plugin-extend/global.d.ts +0 -2
- package/types/uni/uts-plugin-extend/index.d.ts +0 -2
- package/types/uni-cloud/interface.d.ts +13 -9
- package/types/vue/LifeCycle.d.ts +723 -1
- package/types/uni/uts-plugin-api/.temp/uni-actionSheet/utssdk/interface.uts +0 -554
- package/types/uni/uts-plugin-api/.temp/uni-addPhoneContact/utssdk/interface.uts +0 -224
- package/types/uni/uts-plugin-api/.temp/uni-arrayBufferToBase64/utssdk/interface.uts +0 -77
- package/types/uni/uts-plugin-api/.temp/uni-authentication/utssdk/interface.uts +0 -365
- package/types/uni/uts-plugin-api/.temp/uni-base64ToArrayBuffer/utssdk/interface.uts +0 -77
- package/types/uni/uts-plugin-api/.temp/uni-canvas/utssdk/interface.uts +0 -972
- package/types/uni/uts-plugin-api/.temp/uni-chooseLocation/utssdk/interface.uts +0 -410
- package/types/uni/uts-plugin-api/.temp/uni-chooseMedia/utssdk/interface.uts +0 -459
- package/types/uni/uts-plugin-api/.temp/uni-clipboard/utssdk/interface.uts +0 -203
- package/types/uni/uts-plugin-api/.temp/uni-createInnerAudioContext/utssdk/interface.uts +0 -2613
- package/types/uni/uts-plugin-api/.temp/uni-createIntersectionObserver/utssdk/interface.uts +0 -152
- package/types/uni/uts-plugin-api/.temp/uni-createRequestPermissionListener/utssdk/interface.uts +0 -61
- package/types/uni/uts-plugin-api/.temp/uni-createSelectorQuery/utssdk/interface.uts +0 -548
- package/types/uni/uts-plugin-api/.temp/uni-createWebviewContext/utssdk/interface.uts +0 -137
- package/types/uni/uts-plugin-api/.temp/uni-dialogPage/utssdk/interface.uts +0 -1380
- package/types/uni/uts-plugin-api/.temp/uni-document/utssdk/interface.uts +0 -76
- package/types/uni/uts-plugin-api/.temp/uni-event/utssdk/interface.uts +0 -338
- package/types/uni/uts-plugin-api/.temp/uni-exit/utssdk/interface.uts +0 -102
- package/types/uni/uts-plugin-api/.temp/uni-file/utssdk/interface.uts +0 -384
- package/types/uni/uts-plugin-api/.temp/uni-fileSystemManager/utssdk/interface.uts +0 -5316
- package/types/uni/uts-plugin-api/.temp/uni-getAccessibilityInfo/utssdk/interface.uts +0 -35
- package/types/uni/uts-plugin-api/.temp/uni-getAppAuthorizeSetting/utssdk/interface.uts +0 -616
- package/types/uni/uts-plugin-api/.temp/uni-getAppBaseInfo/utssdk/interface.uts +0 -2157
- package/types/uni/uts-plugin-api/.temp/uni-getBackgroundAudioManager/utssdk/interface.uts +0 -895
- package/types/uni/uts-plugin-api/.temp/uni-getDeviceInfo/utssdk/interface.uts +0 -1755
- package/types/uni/uts-plugin-api/.temp/uni-getElementById/utssdk/interface.uts +0 -82
- package/types/uni/uts-plugin-api/.temp/uni-getEnterOptionsSync/utssdk/interface.uts +0 -295
- package/types/uni/uts-plugin-api/.temp/uni-getLaunchOptionsSync/utssdk/interface.uts +0 -299
- package/types/uni/uts-plugin-api/.temp/uni-getLocation/utssdk/interface.uts +0 -1764
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-system/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent-uni1/utssdk/interface.uts +0 -736
- package/types/uni/uts-plugin-api/.temp/uni-getNetworkType/utssdk/interface.uts +0 -274
- package/types/uni/uts-plugin-api/.temp/uni-getPerformance/utssdk/interface.uts +0 -198
- package/types/uni/uts-plugin-api/.temp/uni-getProvider/utssdk/interface.uts +0 -634
- package/types/uni/uts-plugin-api/.temp/uni-getRecorderManager/utssdk/interface.uts +0 -980
- package/types/uni/uts-plugin-api/.temp/uni-getSystemInfo/utssdk/interface.uts +0 -5550
- package/types/uni/uts-plugin-api/.temp/uni-getSystemSetting/utssdk/interface.uts +0 -501
- package/types/uni/uts-plugin-api/.temp/uni-installApk/utssdk/interface.uts +0 -83
- package/types/uni/uts-plugin-api/.temp/uni-interceptor/utssdk/interface.uts +0 -169
- package/types/uni/uts-plugin-api/.temp/uni-keyboard/utssdk/interface.uts +0 -102
- package/types/uni/uts-plugin-api/.temp/uni-loadFontFace/utssdk/interface.uts +0 -580
- package/types/uni/uts-plugin-api/.temp/uni-makePhoneCall/utssdk/interface.uts +0 -100
- package/types/uni/uts-plugin-api/.temp/uni-media/utssdk/interface.uts +0 -2980
- package/types/uni/uts-plugin-api/.temp/uni-modal/utssdk/interface.uts +0 -190
- package/types/uni/uts-plugin-api/.temp/uni-navigationBar/utssdk/interface.uts +0 -1002
- package/types/uni/uts-plugin-api/.temp/uni-network/utssdk/interface.uts +0 -3620
- package/types/uni/uts-plugin-api/.temp/uni-oauth/utssdk/interface.uts +0 -1592
- package/types/uni/uts-plugin-api/.temp/uni-oauth-huawei/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-openAppAuthorizeSetting/utssdk/interface.uts +0 -254
- package/types/uni/uts-plugin-api/.temp/uni-openDocument/utssdk/interface.uts +0 -112
- package/types/uni/uts-plugin-api/.temp/uni-pageScrollTo/utssdk/interface.uts +0 -153
- package/types/uni/uts-plugin-api/.temp/uni-payment/utssdk/interface.uts +0 -833
- package/types/uni/uts-plugin-api/.temp/uni-payment-alipay/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-payment-huawei/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-payment-wxpay/utssdk/interface.uts +0 -3
- package/types/uni/uts-plugin-api/.temp/uni-previewImage/utssdk/interface.uts +0 -518
- package/types/uni/uts-plugin-api/.temp/uni-privacy/utssdk/interface.uts +0 -560
- package/types/uni/uts-plugin-api/.temp/uni-prompt/utssdk/interface.uts +0 -2607
- package/types/uni/uts-plugin-api/.temp/uni-pullDownRefresh/utssdk/interface.uts +0 -189
- package/types/uni/uts-plugin-api/.temp/uni-requestMerchantTransfer/utssdk/interface.uts +0 -710
- package/types/uni/uts-plugin-api/.temp/uni-route/utssdk/interface.uts +0 -2695
- package/types/uni/uts-plugin-api/.temp/uni-rpx2px/utssdk/interface.uts +0 -80
- package/types/uni/uts-plugin-api/.temp/uni-scanCode/utssdk/interface.uts +0 -130
- package/types/uni/uts-plugin-api/.temp/uni-shareWithSystem/utssdk/interface.uts +0 -719
- package/types/uni/uts-plugin-api/.temp/uni-sse/utssdk/interface.uts +0 -277
- package/types/uni/uts-plugin-api/.temp/uni-storage/utssdk/interface.uts +0 -1020
- package/types/uni/uts-plugin-api/.temp/uni-tabBar/utssdk/interface.uts +0 -1148
- package/types/uni/uts-plugin-api/.temp/uni-theme/utssdk/interface.uts +0 -1059
- package/types/uni/uts-plugin-api/.temp/uni-virtualPayment/utssdk/interface.uts +0 -1660
- package/types/uni/uts-plugin-api/.temp/uni-websocket/utssdk/interface.uts +0 -1941
- package/types/uni/uts-plugin-biz/.temp/uni-ad/utssdk/interface.uts +0 -726
- package/types/uni/uts-plugin-biz/.temp/uni-crash/utssdk/interface.uts +0 -89
- package/types/uni/uts-plugin-biz/.temp/uni-facialRecognitionVerify/utssdk/interface.uts +0 -212
- package/types/uni/uts-plugin-biz/.temp/uni-map-tencent/utssdk/interface.uts +0 -2359
- package/types/uni/uts-plugin-biz/.temp/uni-push/utssdk/interface.uts +0 -960
- package/types/uni/uts-plugin-biz/.temp/uni-secure-network/utssdk/interface.uts +0 -204
- package/types/uni/uts-plugin-biz/.temp/uni-verify/utssdk/interface.uts +0 -730
- package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +0 -221
- package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +0 -935
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/global.d.ts +0 -14
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +0 -1670
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-app-x",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.61",
|
|
4
4
|
"description": "uni-app x types",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"main": "index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"fs-extra": "^11.1.1",
|
|
29
29
|
"glob": "^10.3.3",
|
|
30
30
|
"minimist": "^1.2.8",
|
|
31
|
-
"miniprogram-api-typings": "^4.0.
|
|
31
|
+
"miniprogram-api-typings": "^4.0.7",
|
|
32
32
|
"ts-morph": "^23.0.0"
|
|
33
33
|
}
|
|
34
34
|
}
|
package/types/app.d.ts
CHANGED
|
@@ -402,8 +402,8 @@ interface UniAppOptions<G extends GlobalData = GlobalData> {
|
|
|
402
402
|
* 1. 如果开发者没有添加 `onPageNotFound` 监听,当跳转页面不存在时,将推入微信客户端原生的页面不存在提示页面。
|
|
403
403
|
* 2. 如果 `onPageNotFound` 回调中又重定向到另一个不存在的页面,将推入微信客户端原生的页面不存在提示页面,并且不再回调 `onPageNotFound`。
|
|
404
404
|
*
|
|
405
|
-
* @tutorial https://
|
|
406
|
-
* @
|
|
405
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/collocation/app.html#applifecycle
|
|
406
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/collocation/app.html#applifecycle
|
|
407
407
|
* @tutorial_uni_app https://uniapp.dcloud.net.cn/collocation/App.html#applifecycle
|
|
408
408
|
* @uniPlatform {
|
|
409
409
|
* "app": {
|
|
@@ -472,7 +472,8 @@ interface UniAppOptions<G extends GlobalData = GlobalData> {
|
|
|
472
472
|
*
|
|
473
473
|
* nvue 页面使用 `uni.postMessage` 发送消息时触发
|
|
474
474
|
*
|
|
475
|
-
* @tutorial https://
|
|
475
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/collocation/app.html#applifecycle
|
|
476
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/collocation/app.html#applifecycle
|
|
476
477
|
* @tutorial_uni_app https://uniapp.dcloud.net.cn/collocation/App.html#applifecycle
|
|
477
478
|
* @internal
|
|
478
479
|
* @uniPlatform {
|
|
@@ -562,6 +563,11 @@ interface UniAppOptions<G extends GlobalData = GlobalData> {
|
|
|
562
563
|
* "osVer": "x",
|
|
563
564
|
* "uniVer": "x",
|
|
564
565
|
* "unixVer": "x"
|
|
566
|
+
* },
|
|
567
|
+
* "harmony": {
|
|
568
|
+
* "osVer": "5.0.0",
|
|
569
|
+
* "uniVer": "x",
|
|
570
|
+
* "unixVer": "4.72"
|
|
565
571
|
* }
|
|
566
572
|
* },
|
|
567
573
|
* "mp": {
|
|
@@ -623,7 +629,7 @@ interface UniAppOptions<G extends GlobalData = GlobalData> {
|
|
|
623
629
|
*/
|
|
624
630
|
onExit?(): void;
|
|
625
631
|
/**
|
|
626
|
-
* 最后一个页面按下Android back键,常用于自定义退出。
|
|
632
|
+
* 最后一个页面按下Android back键,常用于自定义退出。
|
|
627
633
|
*
|
|
628
634
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/collocation/app.html#applifecycle
|
|
629
635
|
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/collocation/app.html#applifecycle
|
|
@@ -639,6 +645,11 @@ interface UniAppOptions<G extends GlobalData = GlobalData> {
|
|
|
639
645
|
* "osVer": "x",
|
|
640
646
|
* "uniVer": "x",
|
|
641
647
|
* "unixVer": "x"
|
|
648
|
+
* },
|
|
649
|
+
* "harmony": {
|
|
650
|
+
* "osVer": "5.0.0",
|
|
651
|
+
* "uniVer": "x",
|
|
652
|
+
* "unixVer": "4.71"
|
|
642
653
|
* }
|
|
643
654
|
* },
|
|
644
655
|
* "mp": {
|
|
@@ -892,7 +903,8 @@ export interface UniApp {
|
|
|
892
903
|
* "ios": {
|
|
893
904
|
* "osVer": "x",
|
|
894
905
|
* "uniVer": "x",
|
|
895
|
-
* "unixVer": "4.31"
|
|
906
|
+
* "unixVer": "4.31",
|
|
907
|
+
* "unixUtsPlugin": "x"
|
|
896
908
|
* },
|
|
897
909
|
* "harmony": {
|
|
898
910
|
* "osVer": "5.0.0",
|
|
@@ -929,7 +941,8 @@ export interface UniApp {
|
|
|
929
941
|
* "ios": {
|
|
930
942
|
* "osVer": "x",
|
|
931
943
|
* "uniVer": "x",
|
|
932
|
-
* "unixVer": "4.31"
|
|
944
|
+
* "unixVer": "4.31",
|
|
945
|
+
* "unixUtsPlugin": "x"
|
|
933
946
|
* },
|
|
934
947
|
* "harmony": {
|
|
935
948
|
* "osVer": "5.0.0",
|
|
@@ -1067,7 +1080,9 @@ declare global {
|
|
|
1067
1080
|
export interface AppCreateVueAppComponentDefault {}
|
|
1068
1081
|
/**
|
|
1069
1082
|
* `getApp()` 函数用于获取当前应用实例,可通过应用实例调用 App.uvue methods 中定义的方法, [详见](#appmethods)。
|
|
1070
|
-
* @tutorial https://
|
|
1083
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-app.html#getapp
|
|
1084
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-app.html#getapp
|
|
1085
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/tutorial/page.html#getapp
|
|
1071
1086
|
* @uniPlatform {
|
|
1072
1087
|
* "app": {
|
|
1073
1088
|
* "android": {
|
|
@@ -1114,9 +1129,9 @@ declare global {
|
|
|
1114
1129
|
/**
|
|
1115
1130
|
* 首次启动时的Scheme。返回值与App.onLaunch的回调参数一致
|
|
1116
1131
|
*
|
|
1117
|
-
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/getLaunchOptionsSync.html
|
|
1118
|
-
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
|
|
1119
1132
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
|
|
1133
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
|
|
1134
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/getLaunchOptionsSync.html
|
|
1120
1135
|
* @uniPlatform {
|
|
1121
1136
|
* "app": {
|
|
1122
1137
|
* "android": {
|
|
@@ -1058,7 +1058,6 @@ export interface UniElement {
|
|
|
1058
1058
|
* 设置指定元素上的某个属性值。功能等同setAttribute value支持任意类型
|
|
1059
1059
|
* @param {string} key 属性名称
|
|
1060
1060
|
* @param {string} value 属性值域
|
|
1061
|
-
* @internal
|
|
1062
1061
|
* @uniPlatform {
|
|
1063
1062
|
* "app": {
|
|
1064
1063
|
* "android": {
|
|
@@ -1123,7 +1122,6 @@ export interface UniElement {
|
|
|
1123
1122
|
/**
|
|
1124
1123
|
* 返回元素上一个指定的属性值。如果指定的属性不存在,则返回 null
|
|
1125
1124
|
* @param {string} key 属性名称
|
|
1126
|
-
* @internal
|
|
1127
1125
|
* @uniPlatform {
|
|
1128
1126
|
* "app": {
|
|
1129
1127
|
* "android": {
|
|
@@ -1154,7 +1152,7 @@ export interface UniElement {
|
|
|
1154
1152
|
getAnyAttribute(key: string): any | null
|
|
1155
1153
|
|
|
1156
1154
|
/**
|
|
1157
|
-
*
|
|
1155
|
+
* 返回该元素是否包含有指定的属性,属性存在则返回true,否则返回false。
|
|
1158
1156
|
* @param {string} key 属性名称
|
|
1159
1157
|
* @uniPlatform {
|
|
1160
1158
|
* "app": {
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { UniEvent } from "./UniEvent";
|
|
2
|
+
|
|
3
|
+
export class UniInputChangeEventDetail {
|
|
4
|
+
/**
|
|
5
|
+
* 输入框内容
|
|
6
|
+
*/
|
|
7
|
+
value: string
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
constructor(value: string)
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @package io.dcloud.uniapp.runtime
|
|
18
|
+
*/
|
|
19
|
+
export class UniInputChangeEvent extends UniEvent {
|
|
20
|
+
detail: UniInputChangeEventDetail
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
constructor(type: string, detail: UniInputChangeEventDetail)
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export type InputChangeEvent = UniInputChangeEvent
|
|
28
|
+
export const InputChangeEvent: typeof UniInputChangeEvent
|
|
29
|
+
|
|
30
|
+
export type InputChangeEventDetail = UniInputChangeEventDetail
|
|
31
|
+
export const InputChangeEventDetail: typeof UniInputChangeEventDetail
|
|
@@ -117,7 +117,8 @@ export interface UniPage {
|
|
|
117
117
|
* "ios": {
|
|
118
118
|
* "osVer": "x",
|
|
119
119
|
* "uniVer": "x",
|
|
120
|
-
* "unixVer": "4.31"
|
|
120
|
+
* "unixVer": "4.31",
|
|
121
|
+
* "unixUtsPlugin": "x"
|
|
121
122
|
* },
|
|
122
123
|
* "harmony": {
|
|
123
124
|
* "osVer": "5.0.0",
|
|
@@ -154,7 +155,8 @@ export interface UniPage {
|
|
|
154
155
|
* "ios": {
|
|
155
156
|
* "osVer": "x",
|
|
156
157
|
* "uniVer": "x",
|
|
157
|
-
* "unixVer": "4.31"
|
|
158
|
+
* "unixVer": "4.31",
|
|
159
|
+
* "unixUtsPlugin": "x"
|
|
158
160
|
* },
|
|
159
161
|
* "harmony": {
|
|
160
162
|
* "osVer": "5.0.0",
|
|
@@ -874,6 +876,12 @@ export interface UniPage {
|
|
|
874
876
|
* }
|
|
875
877
|
*/
|
|
876
878
|
createElement(tagName: string): UniElement
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* @internal
|
|
882
|
+
* 获取当前页面 dialogPage 创建的 API 弹框集合
|
|
883
|
+
*/
|
|
884
|
+
$getSystemDialogPages(): UniPage[]
|
|
877
885
|
}
|
|
878
886
|
|
|
879
887
|
export type ExitFullscreenSuccessCallback = () => void
|
package/types/native/global.d.ts
CHANGED
|
@@ -131,6 +131,10 @@ import {
|
|
|
131
131
|
UniInputConfirmEvent as UniInputConfirmEventOrigin,
|
|
132
132
|
InputConfirmEvent as InputConfirmEventOrigin,
|
|
133
133
|
InputConfirmEventDetail as InputConfirmEventDetailOrigin,
|
|
134
|
+
UniInputChangeEventDetail as UniInputChangeEventDetailOrigin,
|
|
135
|
+
UniInputChangeEvent as UniInputChangeEventOrigin,
|
|
136
|
+
InputChangeEvent as InputChangeEventOrigin,
|
|
137
|
+
InputChangeEventDetail as InputChangeEventDetailOrigin,
|
|
134
138
|
UniInputBlurEventDetail as UniInputBlurEventDetailOrigin,
|
|
135
139
|
UniInputBlurEvent as UniInputBlurEventOrigin,
|
|
136
140
|
InputBlurEvent as InputBlurEventOrigin,
|
|
@@ -144,6 +148,7 @@ import {
|
|
|
144
148
|
ImageErrorEventDetail as ImageErrorEventDetailOrigin,
|
|
145
149
|
ImageErrorEvent as ImageErrorEventOrigin,
|
|
146
150
|
UniFormControlElement as UniFormControlElementOrigin,
|
|
151
|
+
UniFormControl as UniFormControlOrigin,
|
|
147
152
|
UniEvent as UniEventOrigin,
|
|
148
153
|
UniKeyEvent as UniKeyEventOrigin,
|
|
149
154
|
Event as EventOrigin,
|
|
@@ -498,6 +503,14 @@ declare global {
|
|
|
498
503
|
const InputConfirmEventDetail: typeof InputConfirmEventDetailOrigin
|
|
499
504
|
type InputConfirmEvent = InputConfirmEventOrigin
|
|
500
505
|
type InputConfirmEventDetail = InputConfirmEventDetailOrigin
|
|
506
|
+
const UniInputChangeEventDetail: typeof UniInputChangeEventDetailOrigin
|
|
507
|
+
type UniInputChangeEventDetail = UniInputChangeEventDetailOrigin
|
|
508
|
+
const UniInputChangeEvent: typeof UniInputChangeEventOrigin
|
|
509
|
+
type UniInputChangeEvent = UniInputChangeEventOrigin
|
|
510
|
+
const InputChangeEvent: typeof InputChangeEventOrigin
|
|
511
|
+
const InputChangeEventDetail: typeof InputChangeEventDetailOrigin
|
|
512
|
+
type InputChangeEvent = InputChangeEventOrigin
|
|
513
|
+
type InputChangeEventDetail = InputChangeEventDetailOrigin
|
|
501
514
|
const UniInputBlurEventDetail: typeof UniInputBlurEventDetailOrigin
|
|
502
515
|
type UniInputBlurEventDetail = UniInputBlurEventDetailOrigin
|
|
503
516
|
const UniInputBlurEvent: typeof UniInputBlurEventOrigin
|
|
@@ -524,6 +537,7 @@ declare global {
|
|
|
524
537
|
type ImageErrorEvent = ImageErrorEventOrigin
|
|
525
538
|
const UniFormControlElement: typeof UniFormControlElementOrigin
|
|
526
539
|
type UniFormControlElement<T> = UniFormControlElementOrigin<T>
|
|
540
|
+
type UniFormControl<T> = UniFormControlOrigin<T>
|
|
527
541
|
const UniEvent: typeof UniEventOrigin
|
|
528
542
|
type UniEvent = UniEventOrigin
|
|
529
543
|
const UniKeyEvent: typeof UniKeyEventOrigin
|
package/types/native/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export * from './UniInputKeyboardHeightChangeEvent'
|
|
|
44
44
|
export * from './UniInputFocusEvent'
|
|
45
45
|
export * from './UniInputEvent'
|
|
46
46
|
export * from './UniInputConfirmEvent'
|
|
47
|
+
export * from './UniInputChangeEvent'
|
|
47
48
|
export * from './UniInputBlurEvent'
|
|
48
49
|
export * from './UniImageLoadEvent'
|
|
49
50
|
export * from './UniImageErrorEvent'
|