@dcloudio/uni-app-x 0.7.62 → 0.7.63

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.
Files changed (80) hide show
  1. package/package.json +1 -1
  2. package/types/app.d.ts +36 -1
  3. package/types/dom2/UniCSSProperty.d.ts +446 -0
  4. package/types/dom2/UniCSSType.d.ts +72 -0
  5. package/types/dom2/UniCommon.d.ts +40 -0
  6. package/types/dom2/UniCustomViewElement.d.ts +12 -0
  7. package/types/dom2/UniElement.d.ts +354 -0
  8. package/types/dom2/UniElementType.d.ts +37 -0
  9. package/types/dom2/UniImageElement.d.ts +102 -0
  10. package/types/dom2/UniNativeBaseView.d.ts +178 -0
  11. package/types/dom2/UniNativeCustomView.d.ts +13 -0
  12. package/types/dom2/UniNativeDefines.d.ts +435 -0
  13. package/types/dom2/UniNativeImageView.d.ts +34 -0
  14. package/types/dom2/UniNativeScrollView.d.ts +42 -0
  15. package/types/dom2/UniNativeTextView.d.ts +25 -0
  16. package/types/dom2/UniNativeView.d.ts +51 -0
  17. package/types/dom2/UniNativeViewType.d.ts +22 -0
  18. package/types/dom2/UniPage.d.ts +55 -0
  19. package/types/dom2/UniScrollViewElement.d.ts +13 -0
  20. package/types/dom2/UniTextElement.d.ts +20 -0
  21. package/types/dom2/UniTextLayout.d.ts +386 -0
  22. package/types/dom2/UniViewElement.d.ts +57 -0
  23. package/types/dom2/global.d.ts +189 -0
  24. package/types/dom2/index.d.ts +40 -0
  25. package/types/dom2/sharedData.d.ts +227 -0
  26. package/types/index.d.ts +2 -1
  27. package/types/native/DOMRect.d.ts +2 -1
  28. package/types/native/DrawableContext.d.ts +1665 -1661
  29. package/types/native/IUniElement.d.ts +3514 -2877
  30. package/types/native/SnapshotOptions.d.ts +2 -2
  31. package/types/native/UniAnimation.d.ts +11 -10
  32. package/types/native/UniEvent.d.ts +108 -3
  33. package/types/native/UniPage.d.ts +891 -887
  34. package/types/native/UniTextElement.d.ts +37 -0
  35. package/types/native/UniTextLayout.d.ts +387 -0
  36. package/types/native/UniVideoElement.d.ts +20 -17
  37. package/types/native/Worker.d.ts +19 -0
  38. package/types/native/global.d.ts +28 -68
  39. package/types/native/index.d.ts +18 -1
  40. package/types/page.d.ts +1862 -599
  41. package/types/uni/uts-plugin-api/global.d.ts +2 -0
  42. package/types/uni/uts-plugin-api/index.d.ts +2 -0
  43. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +1 -1
  44. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +10 -10
  45. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -1
  46. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/global.d.ts +22 -0
  47. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/index.d.ts +10 -0
  48. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +524 -0
  49. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +985 -76
  50. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +79 -55
  51. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +77 -53
  52. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +458 -407
  53. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +420 -0
  54. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +80 -80
  55. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +12 -4
  56. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +6 -2
  57. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +713 -91
  58. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +4 -0
  59. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +3 -3
  60. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +3 -1
  61. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +71 -1
  62. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +1 -1
  63. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +56 -0
  64. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +27 -0
  65. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +842 -0
  66. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +11 -11
  67. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +1 -1
  68. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +63 -42
  69. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +2 -2
  70. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +2 -2
  71. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +4 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +2 -0
  73. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +1007 -314
  74. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +4 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +2 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +1727 -10
  77. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +235 -30
  78. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +1 -1
  79. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +17 -17
  80. package/uts-plugin.d.ts +11 -0
@@ -10,6 +10,78 @@ export type RouteErrorCode = 4
10
10
  */
11
11
  export type EventChannel = {}
12
12
 
13
+ /**
14
+ * 打开 dialogPage 成功回调参数
15
+ * @uniPlatform
16
+ {
17
+ "app": {
18
+ "android": {
19
+ "osVer": "5.0",
20
+ "uniVer": "x",
21
+ "uniUtsPlugin": "x",
22
+ "unixVer": "4.31"
23
+ },
24
+ "ios": {
25
+ "osVer": "12.0",
26
+ "uniVer": "x",
27
+ "uniUtsPlugin": "x",
28
+ "unixVer": "4.31",
29
+ "unixUtsPlugin": "4.31"
30
+ },
31
+ "harmony": {
32
+ "osVer": "3.0",
33
+ "uniVer": "x",
34
+ "unixVer": "4.61"
35
+ }
36
+ },
37
+ "mp": {
38
+ "weixin": {
39
+ "hostVer": "√",
40
+ "uniVer": "x",
41
+ "unixVer": "x"
42
+ },
43
+ "alipay": {
44
+ "hostVer": "√",
45
+ "uniVer": "x",
46
+ "unixVer": "x"
47
+ },
48
+ "baidu": {
49
+ "hostVer": "√",
50
+ "uniVer": "x",
51
+ "unixVer": "x"
52
+ },
53
+ "toutiao": {
54
+ "hostVer": "√",
55
+ "uniVer": "x",
56
+ "unixVer": "x"
57
+ },
58
+ "lark": {
59
+ "hostVer": "√",
60
+ "uniVer": "x",
61
+ "unixVer": "x"
62
+ },
63
+ "qq": {
64
+ "hostVer": "√",
65
+ "uniVer": "x",
66
+ "unixVer": "x"
67
+ },
68
+ "kuaishou": {
69
+ "hostVer": "√",
70
+ "uniVer": "x",
71
+ "unixVer": "x"
72
+ },
73
+ "jd": {
74
+ "hostVer": "√",
75
+ "uniVer": "x",
76
+ "unixVer": "x"
77
+ }
78
+ },
79
+ "web": {
80
+ "uniVer": "x",
81
+ "unixVer": "4.31"
82
+ }
83
+ }
84
+ */
13
85
  export interface OpenDialogPageSuccess extends AsyncApiSuccessResult {}
14
86
  type OpenDialogPageSuccessCallback = (result : OpenDialogPageSuccess) => void
15
87
  export interface OpenDialogPageFail extends IUniError {
@@ -19,6 +91,78 @@ type OpenDialogPageFailCallback = (result : OpenDialogPageFail) => void
19
91
  export type OpenDialogPageComplete = AsyncApiResult
20
92
  type OpenDialogPageCompleteCallback = (result: OpenDialogPageComplete) => void
21
93
 
94
+ /**
95
+ * 打开 dialogPage 参数
96
+ * @uniPlatform
97
+ {
98
+ "app": {
99
+ "android": {
100
+ "osVer": "5.0",
101
+ "uniVer": "x",
102
+ "uniUtsPlugin": "x",
103
+ "unixVer": "4.31"
104
+ },
105
+ "ios": {
106
+ "osVer": "12.0",
107
+ "uniVer": "x",
108
+ "uniUtsPlugin": "x",
109
+ "unixVer": "4.31",
110
+ "unixUtsPlugin": "4.31"
111
+ },
112
+ "harmony": {
113
+ "osVer": "3.0",
114
+ "uniVer": "x",
115
+ "unixVer": "4.61"
116
+ }
117
+ },
118
+ "mp": {
119
+ "weixin": {
120
+ "hostVer": "√",
121
+ "uniVer": "x",
122
+ "unixVer": "x"
123
+ },
124
+ "alipay": {
125
+ "hostVer": "√",
126
+ "uniVer": "x",
127
+ "unixVer": "x"
128
+ },
129
+ "baidu": {
130
+ "hostVer": "√",
131
+ "uniVer": "x",
132
+ "unixVer": "x"
133
+ },
134
+ "toutiao": {
135
+ "hostVer": "√",
136
+ "uniVer": "x",
137
+ "unixVer": "x"
138
+ },
139
+ "lark": {
140
+ "hostVer": "√",
141
+ "uniVer": "x",
142
+ "unixVer": "x"
143
+ },
144
+ "qq": {
145
+ "hostVer": "√",
146
+ "uniVer": "x",
147
+ "unixVer": "x"
148
+ },
149
+ "kuaishou": {
150
+ "hostVer": "√",
151
+ "uniVer": "x",
152
+ "unixVer": "x"
153
+ },
154
+ "jd": {
155
+ "hostVer": "√",
156
+ "uniVer": "x",
157
+ "unixVer": "x"
158
+ }
159
+ },
160
+ "web": {
161
+ "uniVer": "x",
162
+ "unixVer": "4.31"
163
+ }
164
+ }
165
+ */
22
166
  export type OpenDialogPageOptions = {
23
167
  /**
24
168
  * 需要跳转的应用内非 tabBar 的页面的路径 , 路径后可以带参数
@@ -723,16 +867,87 @@ export type OpenDialogPageOptions = {
723
867
  }
724
868
 
725
869
  export type CloseDialogPageSuccess = AsyncApiSuccessResult
726
- type CloseDialogPageSuccessCallback = (result : CloseDialogPageSuccess) => void
870
+ type CloseDialogPageSuccessCallback = (result: CloseDialogPageSuccess) => void
871
+ /**
872
+ * 关闭 dialogPage 失败回调参数
873
+ * @uniPlatform
874
+ {
875
+ "app": {
876
+ "android": {
877
+ "osVer": "5.0",
878
+ "uniVer": "x",
879
+ "uniUtsPlugin": "x",
880
+ "unixVer": "4.31"
881
+ },
882
+ "ios": {
883
+ "osVer": "12.0",
884
+ "uniVer": "x",
885
+ "uniUtsPlugin": "x",
886
+ "unixVer": "4.31",
887
+ "unixUtsPlugin": "4.31"
888
+ },
889
+ "harmony": {
890
+ "osVer": "3.0",
891
+ "uniVer": "x",
892
+ "unixVer": "4.61"
893
+ }
894
+ },
895
+ "mp": {
896
+ "weixin": {
897
+ "hostVer": "√",
898
+ "uniVer": "x",
899
+ "unixVer": "x"
900
+ },
901
+ "alipay": {
902
+ "hostVer": "√",
903
+ "uniVer": "x",
904
+ "unixVer": "x"
905
+ },
906
+ "baidu": {
907
+ "hostVer": "√",
908
+ "uniVer": "x",
909
+ "unixVer": "x"
910
+ },
911
+ "toutiao": {
912
+ "hostVer": "√",
913
+ "uniVer": "x",
914
+ "unixVer": "x"
915
+ },
916
+ "lark": {
917
+ "hostVer": "√",
918
+ "uniVer": "x",
919
+ "unixVer": "x"
920
+ },
921
+ "qq": {
922
+ "hostVer": "√",
923
+ "uniVer": "x",
924
+ "unixVer": "x"
925
+ },
926
+ "kuaishou": {
927
+ "hostVer": "√",
928
+ "uniVer": "x",
929
+ "unixVer": "x"
930
+ },
931
+ "jd": {
932
+ "hostVer": "√",
933
+ "uniVer": "x",
934
+ "unixVer": "x"
935
+ }
936
+ },
937
+ "web": {
938
+ "uniVer": "x",
939
+ "unixVer": "4.31"
940
+ }
941
+ }
942
+ */
727
943
  export interface CloseDialogPageFail extends IUniError {
728
- errCode : RouteErrorCode
944
+ errCode: RouteErrorCode
729
945
  }
730
- type CloseDialogPageFailCallback = (result : CloseDialogPageFail) => void
946
+ type CloseDialogPageFailCallback = (result: CloseDialogPageFail) => void
731
947
  export type CloseDialogPageComplete = AsyncApiResult
732
- type CloseDialogPageCompleteCallback = (result : CloseDialogPageComplete) => void
733
- export type CloseDialogPageOptions = {
734
- /**
735
- * 要关闭的 dialogPage 实例
948
+ type CloseDialogPageCompleteCallback = (result: CloseDialogPageComplete) => void
949
+ /**
950
+ * 关闭 dialogPage 参数
736
951
  * @uniPlatform
737
952
  {
738
953
  "app": {
@@ -803,116 +1018,810 @@ export type CloseDialogPageOptions = {
803
1018
  }
804
1019
  }
805
1020
  */
1021
+ export type CloseDialogPageOptions = {
1022
+ /**
1023
+ * 要关闭的 dialogPage 实例
1024
+ * @uniPlatform
1025
+ * {
1026
+ * "app": {
1027
+ * "android": {
1028
+ * "osVer": "5.0",
1029
+ * "uniVer": "x",
1030
+ * "uniUtsPlugin": "x",
1031
+ * "unixVer": "4.31"
1032
+ * },
1033
+ * "ios": {
1034
+ * "osVer": "12.0",
1035
+ * "uniVer": "x",
1036
+ * "uniUtsPlugin": "x",
1037
+ * "unixVer": "4.31",
1038
+ * "unixUtsPlugin": "4.31"
1039
+ * },
1040
+ * "harmony": {
1041
+ * "osVer": "3.0",
1042
+ * "uniVer": "x",
1043
+ * "unixVer": "4.61"
1044
+ * }
1045
+ * },
1046
+ * "mp": {
1047
+ * "weixin": {
1048
+ * "hostVer": "√",
1049
+ * "uniVer": "x",
1050
+ * "unixVer": "x"
1051
+ * },
1052
+ * "alipay": {
1053
+ * "hostVer": "√",
1054
+ * "uniVer": "x",
1055
+ * "unixVer": "x"
1056
+ * },
1057
+ * "baidu": {
1058
+ * "hostVer": "√",
1059
+ * "uniVer": "x",
1060
+ * "unixVer": "x"
1061
+ * },
1062
+ * "toutiao": {
1063
+ * "hostVer": "√",
1064
+ * "uniVer": "x",
1065
+ * "unixVer": "x"
1066
+ * },
1067
+ * "lark": {
1068
+ * "hostVer": "√",
1069
+ * "uniVer": "x",
1070
+ * "unixVer": "x"
1071
+ * },
1072
+ * "qq": {
1073
+ * "hostVer": "√",
1074
+ * "uniVer": "x",
1075
+ * "unixVer": "x"
1076
+ * },
1077
+ * "kuaishou": {
1078
+ * "hostVer": "√",
1079
+ * "uniVer": "x",
1080
+ * "unixVer": "x"
1081
+ * },
1082
+ * "jd": {
1083
+ * "hostVer": "√",
1084
+ * "uniVer": "x",
1085
+ * "unixVer": "x"
1086
+ * }
1087
+ * },
1088
+ * "web": {
1089
+ * "uniVer": "x",
1090
+ * "unixVer": "4.31"
1091
+ * }
1092
+ * }
1093
+ */
806
1094
  dialogPage?: UniPage | null
807
1095
  /**
808
1096
  * 窗口关闭的动画类型
809
1097
  *
810
1098
  * @defaultValue auto
811
1099
  * @uniPlatform
812
- {
813
- "app": {
814
- "android": {
815
- "osVer": "5.0",
816
- "uniVer": "x",
817
- "uniUtsPlugin": "x",
818
- "unixVer": "4.31"
819
- },
820
- "ios": {
821
- "osVer": "12.0",
822
- "uniVer": "x",
823
- "uniUtsPlugin": "x",
824
- "unixVer": "4.31",
825
- "unixUtsPlugin": "4.31"
826
- },
827
- "harmony": {
828
- "osVer": "3.0",
829
- "uniVer": "x",
830
- "unixVer": "4.61"
831
- }
832
- },
833
- "mp": {
834
- "weixin": {
835
- "hostVer": "√",
836
- "uniVer": "x",
837
- "unixVer": "x"
838
- },
839
- "alipay": {
840
- "hostVer": "√",
841
- "uniVer": "x",
842
- "unixVer": "x"
843
- },
844
- "baidu": {
845
- "hostVer": "√",
846
- "uniVer": "x",
847
- "unixVer": "x"
848
- },
849
- "toutiao": {
850
- "hostVer": "√",
851
- "uniVer": "x",
852
- "unixVer": "x"
853
- },
854
- "lark": {
855
- "hostVer": "√",
856
- "uniVer": "x",
857
- "unixVer": "x"
858
- },
859
- "qq": {
860
- "hostVer": "√",
861
- "uniVer": "x",
862
- "unixVer": "x"
863
- },
864
- "kuaishou": {
865
- "hostVer": "√",
866
- "uniVer": "x",
867
- "unixVer": "x"
868
- },
869
- "jd": {
870
- "hostVer": "√",
871
- "uniVer": "x",
872
- "unixVer": "x"
873
- }
874
- },
875
- "web": {
876
- "uniVer": "x",
877
- "unixVer": "4.31"
878
- }
879
- }
1100
+ * {
1101
+ * "app": {
1102
+ * "android": {
1103
+ * "osVer": "5.0",
1104
+ * "uniVer": "x",
1105
+ * "uniUtsPlugin": "x",
1106
+ * "unixVer": "4.31"
1107
+ * },
1108
+ * "ios": {
1109
+ * "osVer": "12.0",
1110
+ * "uniVer": "x",
1111
+ * "uniUtsPlugin": "x",
1112
+ * "unixVer": "4.31",
1113
+ * "unixUtsPlugin": "4.31"
1114
+ * },
1115
+ * "harmony": {
1116
+ * "osVer": "3.0",
1117
+ * "uniVer": "x",
1118
+ * "unixVer": "4.61"
1119
+ * }
1120
+ * },
1121
+ * "mp": {
1122
+ * "weixin": {
1123
+ * "hostVer": "√",
1124
+ * "uniVer": "x",
1125
+ * "unixVer": "x"
1126
+ * },
1127
+ * "alipay": {
1128
+ * "hostVer": "√",
1129
+ * "uniVer": "x",
1130
+ * "unixVer": "x"
1131
+ * },
1132
+ * "baidu": {
1133
+ * "hostVer": "√",
1134
+ * "uniVer": "x",
1135
+ * "unixVer": "x"
1136
+ * },
1137
+ * "toutiao": {
1138
+ * "hostVer": "√",
1139
+ * "uniVer": "x",
1140
+ * "unixVer": "x"
1141
+ * },
1142
+ * "lark": {
1143
+ * "hostVer": "√",
1144
+ * "uniVer": "x",
1145
+ * "unixVer": "x"
1146
+ * },
1147
+ * "qq": {
1148
+ * "hostVer": "√",
1149
+ * "uniVer": "x",
1150
+ * "unixVer": "x"
1151
+ * },
1152
+ * "kuaishou": {
1153
+ * "hostVer": "√",
1154
+ * "uniVer": "x",
1155
+ * "unixVer": "x"
1156
+ * },
1157
+ * "jd": {
1158
+ * "hostVer": "√",
1159
+ * "uniVer": "x",
1160
+ * "unixVer": "x"
1161
+ * }
1162
+ * },
1163
+ * "web": {
1164
+ * "uniVer": "x",
1165
+ * "unixVer": "x"
1166
+ * }
1167
+ * }
880
1168
  */
881
1169
  animationType ?:
882
1170
  /**
883
1171
  * 自动选择动画效果
1172
+ * @uniPlatform
1173
+ * {
1174
+ * "app": {
1175
+ * "android": {
1176
+ * "osVer": "5.0",
1177
+ * "uniVer": "x",
1178
+ * "uniUtsPlugin": "x",
1179
+ * "unixVer": "4.31"
1180
+ * },
1181
+ * "ios": {
1182
+ * "osVer": "12.0",
1183
+ * "uniVer": "x",
1184
+ * "uniUtsPlugin": "x",
1185
+ * "unixVer": "4.31",
1186
+ * "unixUtsPlugin": "4.31"
1187
+ * },
1188
+ * "harmony": {
1189
+ * "osVer": "3.0",
1190
+ * "uniVer": "x",
1191
+ * "unixVer": "4.61"
1192
+ * }
1193
+ * },
1194
+ * "mp": {
1195
+ * "weixin": {
1196
+ * "hostVer": "√",
1197
+ * "uniVer": "x",
1198
+ * "unixVer": "x"
1199
+ * },
1200
+ * "alipay": {
1201
+ * "hostVer": "√",
1202
+ * "uniVer": "x",
1203
+ * "unixVer": "x"
1204
+ * },
1205
+ * "baidu": {
1206
+ * "hostVer": "√",
1207
+ * "uniVer": "x",
1208
+ * "unixVer": "x"
1209
+ * },
1210
+ * "toutiao": {
1211
+ * "hostVer": "√",
1212
+ * "uniVer": "x",
1213
+ * "unixVer": "x"
1214
+ * },
1215
+ * "lark": {
1216
+ * "hostVer": "√",
1217
+ * "uniVer": "x",
1218
+ * "unixVer": "x"
1219
+ * },
1220
+ * "qq": {
1221
+ * "hostVer": "√",
1222
+ * "uniVer": "x",
1223
+ * "unixVer": "x"
1224
+ * },
1225
+ * "kuaishou": {
1226
+ * "hostVer": "√",
1227
+ * "uniVer": "x",
1228
+ * "unixVer": "x"
1229
+ * },
1230
+ * "jd": {
1231
+ * "hostVer": "√",
1232
+ * "uniVer": "x",
1233
+ * "unixVer": "x"
1234
+ * }
1235
+ * },
1236
+ * "web": {
1237
+ * "uniVer": "x",
1238
+ * "unixVer": "x"
1239
+ * }
1240
+ * }
884
1241
  */
885
1242
  'auto' |
886
1243
  /**
887
1244
  * 无动画效果
1245
+ * @uniPlatform
1246
+ * {
1247
+ * "app": {
1248
+ * "android": {
1249
+ * "osVer": "5.0",
1250
+ * "uniVer": "x",
1251
+ * "uniUtsPlugin": "x",
1252
+ * "unixVer": "4.31"
1253
+ * },
1254
+ * "ios": {
1255
+ * "osVer": "12.0",
1256
+ * "uniVer": "x",
1257
+ * "uniUtsPlugin": "x",
1258
+ * "unixVer": "4.31",
1259
+ * "unixUtsPlugin": "4.31"
1260
+ * },
1261
+ * "harmony": {
1262
+ * "osVer": "3.0",
1263
+ * "uniVer": "x",
1264
+ * "unixVer": "4.61"
1265
+ * }
1266
+ * },
1267
+ * "mp": {
1268
+ * "weixin": {
1269
+ * "hostVer": "√",
1270
+ * "uniVer": "x",
1271
+ * "unixVer": "x"
1272
+ * },
1273
+ * "alipay": {
1274
+ * "hostVer": "√",
1275
+ * "uniVer": "x",
1276
+ * "unixVer": "x"
1277
+ * },
1278
+ * "baidu": {
1279
+ * "hostVer": "√",
1280
+ * "uniVer": "x",
1281
+ * "unixVer": "x"
1282
+ * },
1283
+ * "toutiao": {
1284
+ * "hostVer": "√",
1285
+ * "uniVer": "x",
1286
+ * "unixVer": "x"
1287
+ * },
1288
+ * "lark": {
1289
+ * "hostVer": "√",
1290
+ * "uniVer": "x",
1291
+ * "unixVer": "x"
1292
+ * },
1293
+ * "qq": {
1294
+ * "hostVer": "√",
1295
+ * "uniVer": "x",
1296
+ * "unixVer": "x"
1297
+ * },
1298
+ * "kuaishou": {
1299
+ * "hostVer": "√",
1300
+ * "uniVer": "x",
1301
+ * "unixVer": "x"
1302
+ * },
1303
+ * "jd": {
1304
+ * "hostVer": "√",
1305
+ * "uniVer": "x",
1306
+ * "unixVer": "x"
1307
+ * }
1308
+ * },
1309
+ * "web": {
1310
+ * "uniVer": "x",
1311
+ * "unixVer": "x"
1312
+ * }
1313
+ * }
888
1314
  */
889
1315
  'none' |
890
1316
  /**
891
1317
  * 横向向右侧滑出屏幕动画
1318
+ * @uniPlatform
1319
+ * {
1320
+ * "app": {
1321
+ * "android": {
1322
+ * "osVer": "5.0",
1323
+ * "uniVer": "x",
1324
+ * "uniUtsPlugin": "x",
1325
+ * "unixVer": "4.31"
1326
+ * },
1327
+ * "ios": {
1328
+ * "osVer": "12.0",
1329
+ * "uniVer": "x",
1330
+ * "uniUtsPlugin": "x",
1331
+ * "unixVer": "4.31",
1332
+ * "unixUtsPlugin": "4.31"
1333
+ * },
1334
+ * "harmony": {
1335
+ * "osVer": "3.0",
1336
+ * "uniVer": "x",
1337
+ * "unixVer": "4.61"
1338
+ * }
1339
+ * },
1340
+ * "mp": {
1341
+ * "weixin": {
1342
+ * "hostVer": "√",
1343
+ * "uniVer": "x",
1344
+ * "unixVer": "x"
1345
+ * },
1346
+ * "alipay": {
1347
+ * "hostVer": "√",
1348
+ * "uniVer": "x",
1349
+ * "unixVer": "x"
1350
+ * },
1351
+ * "baidu": {
1352
+ * "hostVer": "√",
1353
+ * "uniVer": "x",
1354
+ * "unixVer": "x"
1355
+ * },
1356
+ * "toutiao": {
1357
+ * "hostVer": "√",
1358
+ * "uniVer": "x",
1359
+ * "unixVer": "x"
1360
+ * },
1361
+ * "lark": {
1362
+ * "hostVer": "√",
1363
+ * "uniVer": "x",
1364
+ * "unixVer": "x"
1365
+ * },
1366
+ * "qq": {
1367
+ * "hostVer": "√",
1368
+ * "uniVer": "x",
1369
+ * "unixVer": "x"
1370
+ * },
1371
+ * "kuaishou": {
1372
+ * "hostVer": "√",
1373
+ * "uniVer": "x",
1374
+ * "unixVer": "x"
1375
+ * },
1376
+ * "jd": {
1377
+ * "hostVer": "√",
1378
+ * "uniVer": "x",
1379
+ * "unixVer": "x"
1380
+ * }
1381
+ * },
1382
+ * "web": {
1383
+ * "uniVer": "x",
1384
+ * "unixVer": "x"
1385
+ * }
1386
+ * }
892
1387
  */
893
1388
  'slide-out-right' |
894
1389
  /**
895
1390
  * 横向向左侧滑出屏幕动画
1391
+ * @uniPlatform
1392
+ * {
1393
+ * "app": {
1394
+ * "android": {
1395
+ * "osVer": "5.0",
1396
+ * "uniVer": "x",
1397
+ * "uniUtsPlugin": "x",
1398
+ * "unixVer": "4.31"
1399
+ * },
1400
+ * "ios": {
1401
+ * "osVer": "12.0",
1402
+ * "uniVer": "x",
1403
+ * "uniUtsPlugin": "x",
1404
+ * "unixVer": "4.31",
1405
+ * "unixUtsPlugin": "4.31"
1406
+ * },
1407
+ * "harmony": {
1408
+ * "osVer": "3.0",
1409
+ * "uniVer": "x",
1410
+ * "unixVer": "4.61"
1411
+ * }
1412
+ * },
1413
+ * "mp": {
1414
+ * "weixin": {
1415
+ * "hostVer": "√",
1416
+ * "uniVer": "x",
1417
+ * "unixVer": "x"
1418
+ * },
1419
+ * "alipay": {
1420
+ * "hostVer": "√",
1421
+ * "uniVer": "x",
1422
+ * "unixVer": "x"
1423
+ * },
1424
+ * "baidu": {
1425
+ * "hostVer": "√",
1426
+ * "uniVer": "x",
1427
+ * "unixVer": "x"
1428
+ * },
1429
+ * "toutiao": {
1430
+ * "hostVer": "√",
1431
+ * "uniVer": "x",
1432
+ * "unixVer": "x"
1433
+ * },
1434
+ * "lark": {
1435
+ * "hostVer": "√",
1436
+ * "uniVer": "x",
1437
+ * "unixVer": "x"
1438
+ * },
1439
+ * "qq": {
1440
+ * "hostVer": "√",
1441
+ * "uniVer": "x",
1442
+ * "unixVer": "x"
1443
+ * },
1444
+ * "kuaishou": {
1445
+ * "hostVer": "√",
1446
+ * "uniVer": "x",
1447
+ * "unixVer": "x"
1448
+ * },
1449
+ * "jd": {
1450
+ * "hostVer": "√",
1451
+ * "uniVer": "x",
1452
+ * "unixVer": "x"
1453
+ * }
1454
+ * },
1455
+ * "web": {
1456
+ * "uniVer": "x",
1457
+ * "unixVer": "x"
1458
+ * }
1459
+ * }
896
1460
  */
897
1461
  'slide-out-left' |
898
1462
  /**
899
1463
  * 竖向向上侧滑出屏幕动画
1464
+ * @uniPlatform
1465
+ * {
1466
+ * "app": {
1467
+ * "android": {
1468
+ * "osVer": "5.0",
1469
+ * "uniVer": "x",
1470
+ * "uniUtsPlugin": "x",
1471
+ * "unixVer": "4.31"
1472
+ * },
1473
+ * "ios": {
1474
+ * "osVer": "12.0",
1475
+ * "uniVer": "x",
1476
+ * "uniUtsPlugin": "x",
1477
+ * "unixVer": "4.31",
1478
+ * "unixUtsPlugin": "4.31"
1479
+ * },
1480
+ * "harmony": {
1481
+ * "osVer": "3.0",
1482
+ * "uniVer": "x",
1483
+ * "unixVer": "4.61"
1484
+ * }
1485
+ * },
1486
+ * "mp": {
1487
+ * "weixin": {
1488
+ * "hostVer": "√",
1489
+ * "uniVer": "x",
1490
+ * "unixVer": "x"
1491
+ * },
1492
+ * "alipay": {
1493
+ * "hostVer": "√",
1494
+ * "uniVer": "x",
1495
+ * "unixVer": "x"
1496
+ * },
1497
+ * "baidu": {
1498
+ * "hostVer": "√",
1499
+ * "uniVer": "x",
1500
+ * "unixVer": "x"
1501
+ * },
1502
+ * "toutiao": {
1503
+ * "hostVer": "√",
1504
+ * "uniVer": "x",
1505
+ * "unixVer": "x"
1506
+ * },
1507
+ * "lark": {
1508
+ * "hostVer": "√",
1509
+ * "uniVer": "x",
1510
+ * "unixVer": "x"
1511
+ * },
1512
+ * "qq": {
1513
+ * "hostVer": "√",
1514
+ * "uniVer": "x",
1515
+ * "unixVer": "x"
1516
+ * },
1517
+ * "kuaishou": {
1518
+ * "hostVer": "√",
1519
+ * "uniVer": "x",
1520
+ * "unixVer": "x"
1521
+ * },
1522
+ * "jd": {
1523
+ * "hostVer": "√",
1524
+ * "uniVer": "x",
1525
+ * "unixVer": "x"
1526
+ * }
1527
+ * },
1528
+ * "web": {
1529
+ * "uniVer": "x",
1530
+ * "unixVer": "x"
1531
+ * }
1532
+ * }
900
1533
  */
901
1534
  'slide-out-top' |
902
1535
  /**
903
1536
  * 竖向向下侧滑出屏幕动画
1537
+ * @uniPlatform
1538
+ * {
1539
+ * "app": {
1540
+ * "android": {
1541
+ * "osVer": "5.0",
1542
+ * "uniVer": "x",
1543
+ * "uniUtsPlugin": "x",
1544
+ * "unixVer": "4.31"
1545
+ * },
1546
+ * "ios": {
1547
+ * "osVer": "12.0",
1548
+ * "uniVer": "x",
1549
+ * "uniUtsPlugin": "x",
1550
+ * "unixVer": "4.31",
1551
+ * "unixUtsPlugin": "4.31"
1552
+ * },
1553
+ * "harmony": {
1554
+ * "osVer": "3.0",
1555
+ * "uniVer": "x",
1556
+ * "unixVer": "4.61"
1557
+ * }
1558
+ * },
1559
+ * "mp": {
1560
+ * "weixin": {
1561
+ * "hostVer": "√",
1562
+ * "uniVer": "x",
1563
+ * "unixVer": "x"
1564
+ * },
1565
+ * "alipay": {
1566
+ * "hostVer": "√",
1567
+ * "uniVer": "x",
1568
+ * "unixVer": "x"
1569
+ * },
1570
+ * "baidu": {
1571
+ * "hostVer": "√",
1572
+ * "uniVer": "x",
1573
+ * "unixVer": "x"
1574
+ * },
1575
+ * "toutiao": {
1576
+ * "hostVer": "√",
1577
+ * "uniVer": "x",
1578
+ * "unixVer": "x"
1579
+ * },
1580
+ * "lark": {
1581
+ * "hostVer": "√",
1582
+ * "uniVer": "x",
1583
+ * "unixVer": "x"
1584
+ * },
1585
+ * "qq": {
1586
+ * "hostVer": "√",
1587
+ * "uniVer": "x",
1588
+ * "unixVer": "x"
1589
+ * },
1590
+ * "kuaishou": {
1591
+ * "hostVer": "√",
1592
+ * "uniVer": "x",
1593
+ * "unixVer": "x"
1594
+ * },
1595
+ * "jd": {
1596
+ * "hostVer": "√",
1597
+ * "uniVer": "x",
1598
+ * "unixVer": "x"
1599
+ * }
1600
+ * },
1601
+ * "web": {
1602
+ * "uniVer": "x",
1603
+ * "unixVer": "x"
1604
+ * }
1605
+ * }
904
1606
  */
905
1607
  'slide-out-bottom' |
906
1608
  /**
907
1609
  * 从不透明到透明逐渐隐藏动画
1610
+ * @uniPlatform
1611
+ * {
1612
+ * "app": {
1613
+ * "android": {
1614
+ * "osVer": "5.0",
1615
+ * "uniVer": "x",
1616
+ * "uniUtsPlugin": "x",
1617
+ * "unixVer": "4.31"
1618
+ * },
1619
+ * "ios": {
1620
+ * "osVer": "12.0",
1621
+ * "uniVer": "x",
1622
+ * "uniUtsPlugin": "x",
1623
+ * "unixVer": "4.31",
1624
+ * "unixUtsPlugin": "4.31"
1625
+ * },
1626
+ * "harmony": {
1627
+ * "osVer": "3.0",
1628
+ * "uniVer": "x",
1629
+ * "unixVer": "4.61"
1630
+ * }
1631
+ * },
1632
+ * "mp": {
1633
+ * "weixin": {
1634
+ * "hostVer": "√",
1635
+ * "uniVer": "x",
1636
+ * "unixVer": "x"
1637
+ * },
1638
+ * "alipay": {
1639
+ * "hostVer": "√",
1640
+ * "uniVer": "x",
1641
+ * "unixVer": "x"
1642
+ * },
1643
+ * "baidu": {
1644
+ * "hostVer": "√",
1645
+ * "uniVer": "x",
1646
+ * "unixVer": "x"
1647
+ * },
1648
+ * "toutiao": {
1649
+ * "hostVer": "√",
1650
+ * "uniVer": "x",
1651
+ * "unixVer": "x"
1652
+ * },
1653
+ * "lark": {
1654
+ * "hostVer": "√",
1655
+ * "uniVer": "x",
1656
+ * "unixVer": "x"
1657
+ * },
1658
+ * "qq": {
1659
+ * "hostVer": "√",
1660
+ * "uniVer": "x",
1661
+ * "unixVer": "x"
1662
+ * },
1663
+ * "kuaishou": {
1664
+ * "hostVer": "√",
1665
+ * "uniVer": "x",
1666
+ * "unixVer": "x"
1667
+ * },
1668
+ * "jd": {
1669
+ * "hostVer": "√",
1670
+ * "uniVer": "x",
1671
+ * "unixVer": "x"
1672
+ * }
1673
+ * },
1674
+ * "web": {
1675
+ * "uniVer": "x",
1676
+ * "unixVer": "x"
1677
+ * }
1678
+ * }
908
1679
  */
909
1680
  'fade-out' |
910
1681
  /**
911
1682
  * 从大逐渐缩小关闭动画
1683
+ * @uniPlatform
1684
+ * {
1685
+ * "app": {
1686
+ * "android": {
1687
+ * "osVer": "5.0",
1688
+ * "uniVer": "x",
1689
+ * "uniUtsPlugin": "x",
1690
+ * "unixVer": "4.31"
1691
+ * },
1692
+ * "ios": {
1693
+ * "osVer": "12.0",
1694
+ * "uniVer": "x",
1695
+ * "uniUtsPlugin": "x",
1696
+ * "unixVer": "4.31",
1697
+ * "unixUtsPlugin": "4.31"
1698
+ * },
1699
+ * "harmony": {
1700
+ * "osVer": "3.0",
1701
+ * "uniVer": "x",
1702
+ * "unixVer": "4.61"
1703
+ * }
1704
+ * },
1705
+ * "mp": {
1706
+ * "weixin": {
1707
+ * "hostVer": "√",
1708
+ * "uniVer": "x",
1709
+ * "unixVer": "x"
1710
+ * },
1711
+ * "alipay": {
1712
+ * "hostVer": "√",
1713
+ * "uniVer": "x",
1714
+ * "unixVer": "x"
1715
+ * },
1716
+ * "baidu": {
1717
+ * "hostVer": "√",
1718
+ * "uniVer": "x",
1719
+ * "unixVer": "x"
1720
+ * },
1721
+ * "toutiao": {
1722
+ * "hostVer": "√",
1723
+ * "uniVer": "x",
1724
+ * "unixVer": "x"
1725
+ * },
1726
+ * "lark": {
1727
+ * "hostVer": "√",
1728
+ * "uniVer": "x",
1729
+ * "unixVer": "x"
1730
+ * },
1731
+ * "qq": {
1732
+ * "hostVer": "√",
1733
+ * "uniVer": "x",
1734
+ * "unixVer": "x"
1735
+ * },
1736
+ * "kuaishou": {
1737
+ * "hostVer": "√",
1738
+ * "uniVer": "x",
1739
+ * "unixVer": "x"
1740
+ * },
1741
+ * "jd": {
1742
+ * "hostVer": "√",
1743
+ * "uniVer": "x",
1744
+ * "unixVer": "x"
1745
+ * }
1746
+ * },
1747
+ * "web": {
1748
+ * "uniVer": "x",
1749
+ * "unixVer": "x"
1750
+ * }
1751
+ * }
912
1752
  */
913
1753
  'zoom-in' |
914
1754
  /**
915
1755
  * 从大逐渐缩小并且从不透明到透明逐渐隐藏关闭动画
1756
+ * @uniPlatform
1757
+ * {
1758
+ * "app": {
1759
+ * "android": {
1760
+ * "osVer": "5.0",
1761
+ * "uniVer": "x",
1762
+ * "uniUtsPlugin": "x",
1763
+ * "unixVer": "4.31"
1764
+ * },
1765
+ * "ios": {
1766
+ * "osVer": "12.0",
1767
+ * "uniVer": "x",
1768
+ * "uniUtsPlugin": "x",
1769
+ * "unixVer": "4.31",
1770
+ * "unixUtsPlugin": "4.31"
1771
+ * },
1772
+ * "harmony": {
1773
+ * "osVer": "3.0",
1774
+ * "uniVer": "x",
1775
+ * "unixVer": "4.61"
1776
+ * }
1777
+ * },
1778
+ * "mp": {
1779
+ * "weixin": {
1780
+ * "hostVer": "√",
1781
+ * "uniVer": "x",
1782
+ * "unixVer": "x"
1783
+ * },
1784
+ * "alipay": {
1785
+ * "hostVer": "√",
1786
+ * "uniVer": "x",
1787
+ * "unixVer": "x"
1788
+ * },
1789
+ * "baidu": {
1790
+ * "hostVer": "√",
1791
+ * "uniVer": "x",
1792
+ * "unixVer": "x"
1793
+ * },
1794
+ * "toutiao": {
1795
+ * "hostVer": "√",
1796
+ * "uniVer": "x",
1797
+ * "unixVer": "x"
1798
+ * },
1799
+ * "lark": {
1800
+ * "hostVer": "√",
1801
+ * "uniVer": "x",
1802
+ * "unixVer": "x"
1803
+ * },
1804
+ * "qq": {
1805
+ * "hostVer": "√",
1806
+ * "uniVer": "x",
1807
+ * "unixVer": "x"
1808
+ * },
1809
+ * "kuaishou": {
1810
+ * "hostVer": "√",
1811
+ * "uniVer": "x",
1812
+ * "unixVer": "x"
1813
+ * },
1814
+ * "jd": {
1815
+ * "hostVer": "√",
1816
+ * "uniVer": "x",
1817
+ * "unixVer": "x"
1818
+ * }
1819
+ * },
1820
+ * "web": {
1821
+ * "uniVer": "x",
1822
+ * "unixVer": "x"
1823
+ * }
1824
+ * }
916
1825
  */
917
1826
  'zoom-fade-in' | null
918
1827
  /**
@@ -983,7 +1892,7 @@ export type CloseDialogPageOptions = {
983
1892
  },
984
1893
  "web": {
985
1894
  "uniVer": "x",
986
- "unixVer": "4.31"
1895
+ "unixVer": "x"
987
1896
  }
988
1897
  }
989
1898
  */