@dcloudio/uni-app-x 0.7.4 → 0.7.6
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/app.d.ts +9 -9
- package/types/native/CSSStyleDeclaration.d.ts +4 -2
- package/types/native/IUniElement.d.ts +26 -4
- package/types/native/UniApp.d.ts +2 -2
- package/types/native/UniCustomEvent.d.ts +25 -0
- package/types/native/UniElement.d.ts +6 -3
- package/types/native/{Event.d.ts → UniEvent.d.ts} +18 -4
- package/types/native/UniForm.d.ts +8 -0
- package/types/native/UniImageErrorEvent.d.ts +16 -0
- package/types/native/UniImageLoadEvent.d.ts +20 -0
- package/types/native/UniInputBlurEvent.d.ts +20 -0
- package/types/native/UniInputConfirmEvent.d.ts +16 -0
- package/types/native/{InputEvent.d.ts → UniInputEvent.d.ts} +6 -3
- package/types/native/{TextareaFocusEvent.d.ts → UniInputFocusEvent.d.ts} +6 -3
- package/types/native/UniInputKeyboardHeightChangeEvent.d.ts +20 -0
- package/types/native/{NestedPreScrollEvent.d.ts → UniNestedPreScrollEvent.d.ts} +26 -22
- package/types/native/UniPage.d.ts +4 -4
- package/types/native/UniPageEvent.d.ts +11 -0
- package/types/native/UniPageScrollEvent.d.ts +14 -0
- package/types/native/{PointerEvent.d.ts → UniPointerEvent.d.ts} +11 -4
- package/types/native/UniRefresherEvent.d.ts +14 -0
- package/types/native/{ResizeEvent.d.ts → UniResizeEvent.d.ts} +6 -3
- package/types/native/{RichTextItemClickEvent.d.ts → UniRichTextItemClickEvent.d.ts} +5 -2
- package/types/native/{ScrollEvent.d.ts → UniScrollEvent.d.ts} +6 -3
- package/types/native/UniScrollToLowerEvent.d.ts +16 -0
- package/types/native/UniScrollToUpperEvent.d.ts +16 -0
- package/types/native/{StartNestedScrollEvent.d.ts → UniStartNestedScrollEvent.d.ts} +6 -3
- package/types/native/{StopNestedScrollEvent.d.ts → UniStopNestedScrollEvent.d.ts} +5 -2
- package/types/native/{SwiperAnimationFinishEvent.d.ts → UniSwiperAnimationFinishEvent.d.ts} +5 -2
- package/types/native/{SwiperChangeEvent.d.ts → UniSwiperChangeEvent.d.ts} +5 -2
- package/types/native/{SwiperTransitionEvent.d.ts → UniSwiperTransitionEvent.d.ts} +5 -2
- package/types/native/{TabTapEvent.d.ts → UniTabTapEvent.d.ts} +6 -3
- package/types/native/UniTextElement.d.ts +3 -0
- package/types/native/UniTextareaBlurEvent.d.ts +20 -0
- package/types/native/{InputFocusEvent.d.ts → UniTextareaFocusEvent.d.ts} +7 -3
- package/types/native/UniTextareaLineChangeEvent.d.ts +24 -0
- package/types/native/{TouchEvent.d.ts → UniTouchEvent.d.ts} +13 -6
- package/types/native/UniVideoElement.d.ts +5 -5
- package/types/native/{WebViewDownloadEvent.d.ts → UniWebViewDownloadEvent.d.ts} +10 -4
- package/types/native/{WebViewErrorEvent.d.ts → UniWebViewErrorEvent.d.ts} +10 -4
- package/types/native/UniWebViewLoadEvent.d.ts +27 -0
- package/types/native/UniWebViewLoadingEvent.d.ts +28 -0
- package/types/native/UniWebViewMessageEvent.d.ts +27 -0
- package/types/native/UniWebViewServiceMessageEvent.d.ts +1 -1
- package/types/native/global.d.ts +238 -111
- package/types/native/index.d.ts +35 -34
- package/types/page.d.ts +19 -19
- package/types/uni/core/lib/base/event/interface.d.ts +244 -4
- package/types/uni/core/lib/base/interceptor/interface.d.ts +2 -2
- package/types/uni/core/lib/lifecycle/interface.d.ts +26 -1
- package/types/uni/core/lib/performance/interface.d.ts +26 -1
- package/types/uni/core/lib/route/interface.d.ts +30 -30
- package/types/uni/core/lib/ui/create-selector-query/interface.d.ts +73 -73
- package/types/uni/core/lib/ui/get-element-by-id/interface.d.ts +2 -2
- package/types/uni/core/lib/ui/load-font-face/interface.d.ts +9 -9
- package/types/uni/core/lib/ui/page-scroll-to/interface.d.ts +37 -37
- package/types/uni/core/lib/ui/pull-down-refresh/interface.d.ts +122 -2
- package/types/uni/core/lib/ui/set-navigation-bar-color/interface.d.ts +7 -7
- package/types/uni/core/lib/ui/set-navigation-bar-title/interface.d.ts +6 -6
- package/types/uni/core/lib/ui/tab-bar/interface.d.ts +489 -9
- package/types/uni/uts-plugin-api/global.d.ts +2 -1
- package/types/uni/uts-plugin-api/index.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +18 -0
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +44 -0
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +11 -7
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +6 -2
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +22 -18
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +33 -29
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/interface.d.ts +7 -3
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +18 -14
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +106 -94
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +6 -2
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +11 -3
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +176 -152
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +66 -18
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +51 -11
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +238 -186
- package/types/uni/uts-plugin-biz/global.d.ts +1 -1
- package/types/uni/uts-plugin-biz/index.d.ts +1 -1
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +17 -18
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +26 -4
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +13 -2
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +93 -32
- package/types/vue/CheckboxGroupChangeEvent.d.ts +9 -2
- package/types/vue/LifeCycle.d.ts +3 -3
- package/types/vue/PickerViewChangeEvent.d.ts +9 -2
- package/types/vue/ProgressActiveendEvent.d.ts +9 -2
- package/types/vue/RadioGroupChangeEvent.d.ts +9 -2
- package/types/vue/SliderChangeEvent.d.ts +9 -2
- package/types/vue/SwitchChangeEvent.d.ts +9 -2
- package/types/vue/UniFormElement.d.ts +18 -4
- package/uts-plugin.d.ts +6 -6
- package/types/native/CustomEvent.d.ts +0 -18
- package/types/native/ImageErrorEvent.d.ts +0 -13
- package/types/native/ImageLoadEvent.d.ts +0 -17
- package/types/native/InputBlurEvent.d.ts +0 -17
- package/types/native/InputConfirmEvent.d.ts +0 -13
- package/types/native/InputKeyboardHeightChangeEvent.d.ts +0 -17
- package/types/native/PageEvent.d.ts +0 -8
- package/types/native/PageScrollEvent.d.ts +0 -11
- package/types/native/RefresherEvent.d.ts +0 -10
- package/types/native/ScrollToLowerEvent.d.ts +0 -13
- package/types/native/ScrollToUpperEvent.d.ts +0 -13
- package/types/native/TextareaBlurEvent.d.ts +0 -17
- package/types/native/TextareaLineChangeEvent.d.ts +0 -21
- package/types/native/WebViewLoadedEvent.d.ts +0 -21
- package/types/native/WebViewLoadingEvent.d.ts +0 -22
- package/types/native/WebViewMessageEvent.d.ts +0 -21
|
@@ -98,7 +98,7 @@ export type NavigateToOptions = {
|
|
|
98
98
|
* },
|
|
99
99
|
* "web": {
|
|
100
100
|
* "uniVer": "√",
|
|
101
|
-
* "unixVer": "4.0
|
|
101
|
+
* "unixVer": "4.0"
|
|
102
102
|
* }
|
|
103
103
|
* }
|
|
104
104
|
*/
|
|
@@ -173,7 +173,7 @@ export type NavigateToOptions = {
|
|
|
173
173
|
* },
|
|
174
174
|
* "web": {
|
|
175
175
|
* "uniVer": "√",
|
|
176
|
-
* "unixVer": "4.0
|
|
176
|
+
* "unixVer": "4.0"
|
|
177
177
|
* }
|
|
178
178
|
* }
|
|
179
179
|
*/
|
|
@@ -237,7 +237,7 @@ export type NavigateToOptions = {
|
|
|
237
237
|
* },
|
|
238
238
|
* "web": {
|
|
239
239
|
* "uniVer": "√",
|
|
240
|
-
* "unixVer": "4.0
|
|
240
|
+
* "unixVer": "4.0"
|
|
241
241
|
* }
|
|
242
242
|
* }
|
|
243
243
|
*/
|
|
@@ -301,7 +301,7 @@ export type NavigateToOptions = {
|
|
|
301
301
|
* },
|
|
302
302
|
* "web": {
|
|
303
303
|
* "uniVer": "√",
|
|
304
|
-
* "unixVer": "4.0
|
|
304
|
+
* "unixVer": "4.0"
|
|
305
305
|
* }
|
|
306
306
|
* }
|
|
307
307
|
*/
|
|
@@ -365,7 +365,7 @@ export type NavigateToOptions = {
|
|
|
365
365
|
* },
|
|
366
366
|
* "web": {
|
|
367
367
|
* "uniVer": "√",
|
|
368
|
-
* "unixVer": "4.0
|
|
368
|
+
* "unixVer": "4.0"
|
|
369
369
|
* }
|
|
370
370
|
* }
|
|
371
371
|
*/
|
|
@@ -429,7 +429,7 @@ export type NavigateToOptions = {
|
|
|
429
429
|
* },
|
|
430
430
|
* "web": {
|
|
431
431
|
* "uniVer": "√",
|
|
432
|
-
* "unixVer": "4.0
|
|
432
|
+
* "unixVer": "4.0"
|
|
433
433
|
* }
|
|
434
434
|
* }
|
|
435
435
|
*/
|
|
@@ -493,7 +493,7 @@ export type NavigateToOptions = {
|
|
|
493
493
|
* },
|
|
494
494
|
* "web": {
|
|
495
495
|
* "uniVer": "√",
|
|
496
|
-
* "unixVer": "4.0
|
|
496
|
+
* "unixVer": "4.0"
|
|
497
497
|
* }
|
|
498
498
|
* }
|
|
499
499
|
*/
|
|
@@ -565,7 +565,7 @@ export type RedirectToOptions = {
|
|
|
565
565
|
* },
|
|
566
566
|
* "web": {
|
|
567
567
|
* "uniVer": "√",
|
|
568
|
-
* "unixVer": "4.0
|
|
568
|
+
* "unixVer": "4.0"
|
|
569
569
|
* }
|
|
570
570
|
* }
|
|
571
571
|
*/
|
|
@@ -629,7 +629,7 @@ export type RedirectToOptions = {
|
|
|
629
629
|
* },
|
|
630
630
|
* "web": {
|
|
631
631
|
* "uniVer": "√",
|
|
632
|
-
* "unixVer": "4.0
|
|
632
|
+
* "unixVer": "4.0"
|
|
633
633
|
* }
|
|
634
634
|
* }
|
|
635
635
|
*/
|
|
@@ -693,7 +693,7 @@ export type RedirectToOptions = {
|
|
|
693
693
|
* },
|
|
694
694
|
* "web": {
|
|
695
695
|
* "uniVer": "√",
|
|
696
|
-
* "unixVer": "4.0
|
|
696
|
+
* "unixVer": "4.0"
|
|
697
697
|
* }
|
|
698
698
|
* }
|
|
699
699
|
*/
|
|
@@ -757,7 +757,7 @@ export type RedirectToOptions = {
|
|
|
757
757
|
* },
|
|
758
758
|
* "web": {
|
|
759
759
|
* "uniVer": "√",
|
|
760
|
-
* "unixVer": "4.0
|
|
760
|
+
* "unixVer": "4.0"
|
|
761
761
|
* }
|
|
762
762
|
* }
|
|
763
763
|
*/
|
|
@@ -829,7 +829,7 @@ export type ReLaunchOptions = {
|
|
|
829
829
|
* },
|
|
830
830
|
* "web": {
|
|
831
831
|
* "uniVer": "√",
|
|
832
|
-
* "unixVer": "4.0
|
|
832
|
+
* "unixVer": "4.0"
|
|
833
833
|
* }
|
|
834
834
|
* }
|
|
835
835
|
*/
|
|
@@ -893,7 +893,7 @@ export type ReLaunchOptions = {
|
|
|
893
893
|
* },
|
|
894
894
|
* "web": {
|
|
895
895
|
* "uniVer": "√",
|
|
896
|
-
* "unixVer": "4.0
|
|
896
|
+
* "unixVer": "4.0"
|
|
897
897
|
* }
|
|
898
898
|
* }
|
|
899
899
|
*/
|
|
@@ -957,7 +957,7 @@ export type ReLaunchOptions = {
|
|
|
957
957
|
* },
|
|
958
958
|
* "web": {
|
|
959
959
|
* "uniVer": "√",
|
|
960
|
-
* "unixVer": "4.0
|
|
960
|
+
* "unixVer": "4.0"
|
|
961
961
|
* }
|
|
962
962
|
* }
|
|
963
963
|
*/
|
|
@@ -1021,7 +1021,7 @@ export type ReLaunchOptions = {
|
|
|
1021
1021
|
* },
|
|
1022
1022
|
* "web": {
|
|
1023
1023
|
* "uniVer": "√",
|
|
1024
|
-
* "unixVer": "4.0
|
|
1024
|
+
* "unixVer": "4.0"
|
|
1025
1025
|
* }
|
|
1026
1026
|
* }
|
|
1027
1027
|
*/
|
|
@@ -1093,7 +1093,7 @@ export type SwitchTabOptions = {
|
|
|
1093
1093
|
* },
|
|
1094
1094
|
* "web": {
|
|
1095
1095
|
* "uniVer": "√",
|
|
1096
|
-
* "unixVer": "4.0
|
|
1096
|
+
* "unixVer": "4.0"
|
|
1097
1097
|
* }
|
|
1098
1098
|
* }
|
|
1099
1099
|
*/
|
|
@@ -1157,7 +1157,7 @@ export type SwitchTabOptions = {
|
|
|
1157
1157
|
* },
|
|
1158
1158
|
* "web": {
|
|
1159
1159
|
* "uniVer": "√",
|
|
1160
|
-
* "unixVer": "4.0
|
|
1160
|
+
* "unixVer": "4.0"
|
|
1161
1161
|
* }
|
|
1162
1162
|
* }
|
|
1163
1163
|
*/
|
|
@@ -1221,7 +1221,7 @@ export type SwitchTabOptions = {
|
|
|
1221
1221
|
* },
|
|
1222
1222
|
* "web": {
|
|
1223
1223
|
* "uniVer": "√",
|
|
1224
|
-
* "unixVer": "4.0
|
|
1224
|
+
* "unixVer": "4.0"
|
|
1225
1225
|
* }
|
|
1226
1226
|
* }
|
|
1227
1227
|
*/
|
|
@@ -1285,7 +1285,7 @@ export type SwitchTabOptions = {
|
|
|
1285
1285
|
* },
|
|
1286
1286
|
* "web": {
|
|
1287
1287
|
* "uniVer": "√",
|
|
1288
|
-
* "unixVer": "4.0
|
|
1288
|
+
* "unixVer": "4.0"
|
|
1289
1289
|
* }
|
|
1290
1290
|
* }
|
|
1291
1291
|
*/
|
|
@@ -1357,7 +1357,7 @@ export type NavigateBackOptions = {
|
|
|
1357
1357
|
* },
|
|
1358
1358
|
* "web": {
|
|
1359
1359
|
* "uniVer": "√",
|
|
1360
|
-
* "unixVer": "4.0
|
|
1360
|
+
* "unixVer": "4.0"
|
|
1361
1361
|
* }
|
|
1362
1362
|
* }
|
|
1363
1363
|
*/
|
|
@@ -1432,7 +1432,7 @@ export type NavigateBackOptions = {
|
|
|
1432
1432
|
* },
|
|
1433
1433
|
* "web": {
|
|
1434
1434
|
* "uniVer": "√",
|
|
1435
|
-
* "unixVer": "4.0
|
|
1435
|
+
* "unixVer": "4.0"
|
|
1436
1436
|
* }
|
|
1437
1437
|
* }
|
|
1438
1438
|
*/
|
|
@@ -1496,7 +1496,7 @@ export type NavigateBackOptions = {
|
|
|
1496
1496
|
* },
|
|
1497
1497
|
* "web": {
|
|
1498
1498
|
* "uniVer": "√",
|
|
1499
|
-
* "unixVer": "4.0
|
|
1499
|
+
* "unixVer": "4.0"
|
|
1500
1500
|
* }
|
|
1501
1501
|
* }
|
|
1502
1502
|
*/
|
|
@@ -1560,7 +1560,7 @@ export type NavigateBackOptions = {
|
|
|
1560
1560
|
* },
|
|
1561
1561
|
* "web": {
|
|
1562
1562
|
* "uniVer": "√",
|
|
1563
|
-
* "unixVer": "4.0
|
|
1563
|
+
* "unixVer": "4.0"
|
|
1564
1564
|
* }
|
|
1565
1565
|
* }
|
|
1566
1566
|
*/
|
|
@@ -1624,7 +1624,7 @@ export type NavigateBackOptions = {
|
|
|
1624
1624
|
* },
|
|
1625
1625
|
* "web": {
|
|
1626
1626
|
* "uniVer": "√",
|
|
1627
|
-
* "unixVer": "4.0
|
|
1627
|
+
* "unixVer": "4.0"
|
|
1628
1628
|
* }
|
|
1629
1629
|
* }
|
|
1630
1630
|
*/
|
|
@@ -1688,7 +1688,7 @@ export type NavigateBackOptions = {
|
|
|
1688
1688
|
* },
|
|
1689
1689
|
* "web": {
|
|
1690
1690
|
* "uniVer": "√",
|
|
1691
|
-
* "unixVer": "4.0
|
|
1691
|
+
* "unixVer": "4.0"
|
|
1692
1692
|
* }
|
|
1693
1693
|
* }
|
|
1694
1694
|
*/
|
|
@@ -1757,7 +1757,7 @@ export interface Uni {
|
|
|
1757
1757
|
* },
|
|
1758
1758
|
* "web": {
|
|
1759
1759
|
* "uniVer": "√",
|
|
1760
|
-
* "unixVer": "4.0
|
|
1760
|
+
* "unixVer": "4.0"
|
|
1761
1761
|
* }
|
|
1762
1762
|
* }
|
|
1763
1763
|
*/
|
|
@@ -1823,7 +1823,7 @@ export interface Uni {
|
|
|
1823
1823
|
* },
|
|
1824
1824
|
* "web": {
|
|
1825
1825
|
* "uniVer": "√",
|
|
1826
|
-
* "unixVer": "4.0
|
|
1826
|
+
* "unixVer": "4.0"
|
|
1827
1827
|
* }
|
|
1828
1828
|
* }
|
|
1829
1829
|
*/
|
|
@@ -1889,7 +1889,7 @@ export interface Uni {
|
|
|
1889
1889
|
* },
|
|
1890
1890
|
* "web": {
|
|
1891
1891
|
* "uniVer": "√",
|
|
1892
|
-
* "unixVer": "4.0
|
|
1892
|
+
* "unixVer": "4.0"
|
|
1893
1893
|
* }
|
|
1894
1894
|
* }
|
|
1895
1895
|
*/
|
|
@@ -1955,7 +1955,7 @@ export interface Uni {
|
|
|
1955
1955
|
* },
|
|
1956
1956
|
* "web": {
|
|
1957
1957
|
* "uniVer": "√",
|
|
1958
|
-
* "unixVer": "4.0
|
|
1958
|
+
* "unixVer": "4.0"
|
|
1959
1959
|
* }
|
|
1960
1960
|
* }
|
|
1961
1961
|
*/
|
|
@@ -2021,7 +2021,7 @@ export interface Uni {
|
|
|
2021
2021
|
* },
|
|
2022
2022
|
* "web": {
|
|
2023
2023
|
* "uniVer": "√",
|
|
2024
|
-
* "unixVer": "4.0
|
|
2024
|
+
* "unixVer": "4.0"
|
|
2025
2025
|
* }
|
|
2026
2026
|
* }
|
|
2027
2027
|
*/
|
|
@@ -111,7 +111,7 @@ export type NodeInfo = {
|
|
|
111
111
|
* },
|
|
112
112
|
* "web": {
|
|
113
113
|
* "uniVer": "√",
|
|
114
|
-
* "unixVer": "
|
|
114
|
+
* "unixVer": "4.0"
|
|
115
115
|
* }
|
|
116
116
|
* }
|
|
117
117
|
*/
|
|
@@ -212,7 +212,7 @@ export type NodeField = {
|
|
|
212
212
|
* },
|
|
213
213
|
* "web": {
|
|
214
214
|
* "uniVer": "√",
|
|
215
|
-
* "unixVer": "
|
|
215
|
+
* "unixVer": "4.0"
|
|
216
216
|
* }
|
|
217
217
|
* }
|
|
218
218
|
*/
|
|
@@ -247,61 +247,61 @@ export interface NodesRef {
|
|
|
247
247
|
* @uniPlatform {
|
|
248
248
|
* "app": {
|
|
249
249
|
* "android": {
|
|
250
|
-
*
|
|
251
|
-
*
|
|
252
|
-
*
|
|
253
|
-
*
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*
|
|
257
|
-
*
|
|
258
|
-
*
|
|
250
|
+
* "osVer": "5.0",
|
|
251
|
+
* "uniVer": "√",
|
|
252
|
+
* "unixVer": "x"
|
|
253
|
+
* },
|
|
254
|
+
* "ios": {
|
|
255
|
+
* "osVer": "10.0",
|
|
256
|
+
* "uniVer": "√",
|
|
257
|
+
* "unixVer": "x"
|
|
258
|
+
* }
|
|
259
259
|
* },
|
|
260
260
|
* "mp": {
|
|
261
261
|
* "weixin": {
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
262
|
+
* "hostVer": "√",
|
|
263
|
+
* "uniVer": "√",
|
|
264
|
+
* "unixVer": "x"
|
|
265
265
|
* },
|
|
266
266
|
* "alipay": {
|
|
267
|
-
*
|
|
268
|
-
*
|
|
269
|
-
*
|
|
267
|
+
* "hostVer": "√",
|
|
268
|
+
* "uniVer": "√",
|
|
269
|
+
* "unixVer": "x"
|
|
270
270
|
* },
|
|
271
271
|
* "baidu": {
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
*
|
|
272
|
+
* "hostVer": "√",
|
|
273
|
+
* "uniVer": "√",
|
|
274
|
+
* "unixVer": "x"
|
|
275
275
|
* },
|
|
276
276
|
* "toutiao": {
|
|
277
|
-
*
|
|
278
|
-
*
|
|
279
|
-
*
|
|
277
|
+
* "hostVer": "√",
|
|
278
|
+
* "uniVer": "√",
|
|
279
|
+
* "unixVer": "x"
|
|
280
280
|
* },
|
|
281
281
|
* "lark": {
|
|
282
|
-
*
|
|
283
|
-
*
|
|
284
|
-
*
|
|
282
|
+
* "hostVer": "√",
|
|
283
|
+
* "uniVer": "√",
|
|
284
|
+
* "unixVer": "x"
|
|
285
285
|
* },
|
|
286
286
|
* "qq": {
|
|
287
|
-
*
|
|
288
|
-
*
|
|
289
|
-
*
|
|
287
|
+
* "hostVer": "√",
|
|
288
|
+
* "uniVer": "√",
|
|
289
|
+
* "unixVer": "x"
|
|
290
290
|
* },
|
|
291
291
|
* "kuaishou": {
|
|
292
|
-
*
|
|
293
|
-
*
|
|
294
|
-
*
|
|
292
|
+
* "hostVer": "√",
|
|
293
|
+
* "uniVer": "√",
|
|
294
|
+
* "unixVer": "x"
|
|
295
295
|
* },
|
|
296
296
|
* "jd": {
|
|
297
|
-
*
|
|
298
|
-
*
|
|
299
|
-
*
|
|
297
|
+
* "hostVer": "√",
|
|
298
|
+
* "uniVer": "√",
|
|
299
|
+
* "unixVer": "x"
|
|
300
300
|
* }
|
|
301
301
|
* },
|
|
302
302
|
* "web": {
|
|
303
|
-
*
|
|
304
|
-
*
|
|
303
|
+
* "uniVer": "√",
|
|
304
|
+
* "unixVer": "4.0"
|
|
305
305
|
* }
|
|
306
306
|
* }
|
|
307
307
|
*/
|
|
@@ -346,65 +346,65 @@ export interface Uni {
|
|
|
346
346
|
/**
|
|
347
347
|
* 返回一个SelectorQuery对象实例
|
|
348
348
|
*
|
|
349
|
-
* @tutorial https://
|
|
349
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/nodes-info.html
|
|
350
350
|
* @uniPlatform {
|
|
351
351
|
* "app": {
|
|
352
352
|
* "android": {
|
|
353
|
-
*
|
|
354
|
-
*
|
|
355
|
-
*
|
|
356
|
-
*
|
|
357
|
-
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
361
|
-
*
|
|
353
|
+
* "osVer": "5.0",
|
|
354
|
+
* "uniVer": "√",
|
|
355
|
+
* "unixVer": "3.91"
|
|
356
|
+
* },
|
|
357
|
+
* "ios": {
|
|
358
|
+
* "osVer": "10.0",
|
|
359
|
+
* "uniVer": "√",
|
|
360
|
+
* "unixVer": "x"
|
|
361
|
+
* }
|
|
362
362
|
* },
|
|
363
363
|
* "mp": {
|
|
364
364
|
* "weixin": {
|
|
365
|
-
*
|
|
366
|
-
*
|
|
367
|
-
*
|
|
365
|
+
* "hostVer": "√",
|
|
366
|
+
* "uniVer": "√",
|
|
367
|
+
* "unixVer": "√"
|
|
368
368
|
* },
|
|
369
369
|
* "alipay": {
|
|
370
|
-
*
|
|
371
|
-
*
|
|
372
|
-
*
|
|
370
|
+
* "hostVer": "√",
|
|
371
|
+
* "uniVer": "√",
|
|
372
|
+
* "unixVer": "√"
|
|
373
373
|
* },
|
|
374
374
|
* "baidu": {
|
|
375
|
-
*
|
|
376
|
-
*
|
|
377
|
-
*
|
|
375
|
+
* "hostVer": "√",
|
|
376
|
+
* "uniVer": "√",
|
|
377
|
+
* "unixVer": "√"
|
|
378
378
|
* },
|
|
379
379
|
* "toutiao": {
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
*
|
|
380
|
+
* "hostVer": "√",
|
|
381
|
+
* "uniVer": "√",
|
|
382
|
+
* "unixVer": "√"
|
|
383
383
|
* },
|
|
384
384
|
* "lark": {
|
|
385
|
-
*
|
|
386
|
-
*
|
|
387
|
-
*
|
|
385
|
+
* "hostVer": "√",
|
|
386
|
+
* "uniVer": "√",
|
|
387
|
+
* "unixVer": "√"
|
|
388
388
|
* },
|
|
389
389
|
* "qq": {
|
|
390
|
-
*
|
|
391
|
-
*
|
|
392
|
-
*
|
|
390
|
+
* "hostVer": "√",
|
|
391
|
+
* "uniVer": "√",
|
|
392
|
+
* "unixVer": "√"
|
|
393
393
|
* },
|
|
394
394
|
* "kuaishou": {
|
|
395
|
-
*
|
|
396
|
-
*
|
|
397
|
-
*
|
|
395
|
+
* "hostVer": "√",
|
|
396
|
+
* "uniVer": "√",
|
|
397
|
+
* "unixVer": "√"
|
|
398
398
|
* },
|
|
399
399
|
* "jd": {
|
|
400
|
-
*
|
|
401
|
-
*
|
|
402
|
-
*
|
|
400
|
+
* "hostVer": "√",
|
|
401
|
+
* "uniVer": "√",
|
|
402
|
+
* "unixVer": "√"
|
|
403
403
|
* }
|
|
404
404
|
* },
|
|
405
405
|
* "web": {
|
|
406
|
-
*
|
|
407
|
-
*
|
|
406
|
+
* "uniVer": "√",
|
|
407
|
+
* "unixVer": "4.0"
|
|
408
408
|
* }
|
|
409
409
|
* }
|
|
410
410
|
*/
|
|
@@ -6,7 +6,7 @@ export interface Uni {
|
|
|
6
6
|
* 如果需要获取指定的节点类型,需要使用 as 进行类型转换。\
|
|
7
7
|
* ID 区分大小写,且应该是唯一的。如果存在多个匹配的元素,则返回第一个匹配的元素。
|
|
8
8
|
*
|
|
9
|
-
* @tutorial https://
|
|
9
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-element.html
|
|
10
10
|
* @uniPlatform {
|
|
11
11
|
* "app": {
|
|
12
12
|
* "android": {
|
|
@@ -64,7 +64,7 @@ export interface Uni {
|
|
|
64
64
|
* },
|
|
65
65
|
* "web": {
|
|
66
66
|
* "uniVer": "x",
|
|
67
|
-
* "unixVer": "4.0
|
|
67
|
+
* "unixVer": "4.0"
|
|
68
68
|
* }
|
|
69
69
|
* }
|
|
70
70
|
*/
|
|
@@ -88,7 +88,7 @@ export type LoadFontFaceOptions = {
|
|
|
88
88
|
* },
|
|
89
89
|
* "web": {
|
|
90
90
|
* "uniVer": "√",
|
|
91
|
-
* "unixVer": "4.0
|
|
91
|
+
* "unixVer": "4.0"
|
|
92
92
|
* }
|
|
93
93
|
* }
|
|
94
94
|
*/
|
|
@@ -152,7 +152,7 @@ export type LoadFontFaceOptions = {
|
|
|
152
152
|
* },
|
|
153
153
|
* "web": {
|
|
154
154
|
* "uniVer": "√",
|
|
155
|
-
* "unixVer": "4.0
|
|
155
|
+
* "unixVer": "4.0"
|
|
156
156
|
* }
|
|
157
157
|
* }
|
|
158
158
|
*/
|
|
@@ -216,7 +216,7 @@ export type LoadFontFaceOptions = {
|
|
|
216
216
|
* },
|
|
217
217
|
* "web": {
|
|
218
218
|
* "uniVer": "√",
|
|
219
|
-
* "unixVer": "4.0
|
|
219
|
+
* "unixVer": "4.0"
|
|
220
220
|
* }
|
|
221
221
|
* }
|
|
222
222
|
*/
|
|
@@ -280,7 +280,7 @@ export type LoadFontFaceOptions = {
|
|
|
280
280
|
* },
|
|
281
281
|
* "web": {
|
|
282
282
|
* "uniVer": "√",
|
|
283
|
-
* "unixVer": "4.0
|
|
283
|
+
* "unixVer": "4.0"
|
|
284
284
|
* }
|
|
285
285
|
* }
|
|
286
286
|
*/
|
|
@@ -344,7 +344,7 @@ export type LoadFontFaceOptions = {
|
|
|
344
344
|
* },
|
|
345
345
|
* "web": {
|
|
346
346
|
* "uniVer": "√",
|
|
347
|
-
* "unixVer": "4.0
|
|
347
|
+
* "unixVer": "4.0"
|
|
348
348
|
* }
|
|
349
349
|
* }
|
|
350
350
|
*/
|
|
@@ -408,7 +408,7 @@ export type LoadFontFaceOptions = {
|
|
|
408
408
|
* },
|
|
409
409
|
* "web": {
|
|
410
410
|
* "uniVer": "√",
|
|
411
|
-
* "unixVer": "4.0
|
|
411
|
+
* "unixVer": "4.0"
|
|
412
412
|
* }
|
|
413
413
|
* }
|
|
414
414
|
*/
|
|
@@ -472,7 +472,7 @@ export type LoadFontFaceOptions = {
|
|
|
472
472
|
* },
|
|
473
473
|
* "web": {
|
|
474
474
|
* "uniVer": "√",
|
|
475
|
-
* "unixVer": "4.0
|
|
475
|
+
* "unixVer": "4.0"
|
|
476
476
|
* }
|
|
477
477
|
* }
|
|
478
478
|
*/
|
|
@@ -492,7 +492,7 @@ export interface Uni {
|
|
|
492
492
|
/**
|
|
493
493
|
* 动态加载网络字体
|
|
494
494
|
*
|
|
495
|
-
* @tutorial
|
|
495
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/load-font-face.html
|
|
496
496
|
* @uniPlatform {
|
|
497
497
|
* "app": {
|
|
498
498
|
* "android": {
|
|
@@ -550,7 +550,7 @@ export interface Uni {
|
|
|
550
550
|
* },
|
|
551
551
|
* "web": {
|
|
552
552
|
* "uniVer": "√",
|
|
553
|
-
* "unixVer": "4.0
|
|
553
|
+
* "unixVer": "4.0"
|
|
554
554
|
* }
|
|
555
555
|
* }
|
|
556
556
|
*/
|
|
@@ -45,12 +45,12 @@ export type PageScrollToOptions = {
|
|
|
45
45
|
* "weixin": {
|
|
46
46
|
* "hostVer": "√",
|
|
47
47
|
* "uniVer": "√",
|
|
48
|
-
* "unixVer": "
|
|
48
|
+
* "unixVer": "x"
|
|
49
49
|
* }
|
|
50
50
|
* },
|
|
51
51
|
* "web": {
|
|
52
52
|
* "uniVer": "√",
|
|
53
|
-
* "unixVer": "4.0
|
|
53
|
+
* "unixVer": "4.0"
|
|
54
54
|
* }
|
|
55
55
|
* }
|
|
56
56
|
*/
|
|
@@ -81,61 +81,61 @@ export interface Uni {
|
|
|
81
81
|
* @uniPlatform {
|
|
82
82
|
* "app": {
|
|
83
83
|
* "android": {
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
84
|
+
* "osVer": "5.0",
|
|
85
|
+
* "uniVer": "√",
|
|
86
|
+
* "unixVer": "3.91"
|
|
87
|
+
* },
|
|
88
|
+
* "ios": {
|
|
89
|
+
* "osVer": "10.0",
|
|
90
|
+
* "uniVer": "√",
|
|
91
|
+
* "unixVer": "x"
|
|
92
|
+
* }
|
|
93
93
|
* },
|
|
94
94
|
* "mp": {
|
|
95
95
|
* "weixin": {
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
96
|
+
* "hostVer": "√",
|
|
97
|
+
* "uniVer": "√",
|
|
98
|
+
* "unixVer": "√"
|
|
99
99
|
* },
|
|
100
100
|
* "alipay": {
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
101
|
+
* "hostVer": "√",
|
|
102
|
+
* "uniVer": "√",
|
|
103
|
+
* "unixVer": "√"
|
|
104
104
|
* },
|
|
105
105
|
* "baidu": {
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
106
|
+
* "hostVer": "√",
|
|
107
|
+
* "uniVer": "√",
|
|
108
|
+
* "unixVer": "√"
|
|
109
109
|
* },
|
|
110
110
|
* "toutiao": {
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
111
|
+
* "hostVer": "√",
|
|
112
|
+
* "uniVer": "√",
|
|
113
|
+
* "unixVer": "√"
|
|
114
114
|
* },
|
|
115
115
|
* "lark": {
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
116
|
+
* "hostVer": "√",
|
|
117
|
+
* "uniVer": "√",
|
|
118
|
+
* "unixVer": "√"
|
|
119
119
|
* },
|
|
120
120
|
* "qq": {
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
121
|
+
* "hostVer": "√",
|
|
122
|
+
* "uniVer": "√",
|
|
123
|
+
* "unixVer": "√"
|
|
124
124
|
* },
|
|
125
125
|
* "kuaishou": {
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
126
|
+
* "hostVer": "√",
|
|
127
|
+
* "uniVer": "√",
|
|
128
|
+
* "unixVer": "√"
|
|
129
129
|
* },
|
|
130
130
|
* "jd": {
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
131
|
+
* "hostVer": "√",
|
|
132
|
+
* "uniVer": "√",
|
|
133
|
+
* "unixVer": "√"
|
|
134
134
|
* }
|
|
135
135
|
* },
|
|
136
136
|
* "web": {
|
|
137
|
-
*
|
|
138
|
-
*
|
|
137
|
+
* "uniVer": "√",
|
|
138
|
+
* "unixVer": "4.0"
|
|
139
139
|
* }
|
|
140
140
|
* }
|
|
141
141
|
*/
|