@dcloudio/uni-app-x 0.7.121 → 0.7.122
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/README.md +87 -0
- package/package.json +1 -1
- package/types/dom2-internal/UniCommon.d.ts +7 -2
- package/types/dom2-internal/UniNativeDefines.d.ts +7 -2
- package/types/uni/uts-plugin-api/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/index.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/interface.d.ts +359 -0
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +323 -1294
- package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/interface.d.ts +944 -0
- package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +2 -1
- package/types/uni/{uts-plugin-extend → uts-plugin-api}/lib/uni-compass/utssdk/global.d.ts +16 -6
- package/types/uni/{uts-plugin-extend → uts-plugin-api}/lib/uni-compass/utssdk/index.d.ts +9 -3
- package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/interface.d.ts +353 -0
- package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +144 -110
- package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/interface.d.ts +362 -0
- package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
- package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
- package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/global.d.ts +23 -0
- package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/interface.d.ts +418 -0
- package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
- package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/interface.d.ts +349 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +83 -124
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +27 -0
- package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +13 -0
- package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +88 -0
- package/types/uni/uts-plugin-biz/global.d.ts +9 -0
- package/types/uni/uts-plugin-biz/index.d.ts +9 -0
- package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +359 -0
- package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/global.d.ts +59 -0
- package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/index.d.ts +29 -0
- package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/interface.d.ts +371 -0
- package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +944 -0
- package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +353 -0
- package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +362 -0
- package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
- package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
- package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
- package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +349 -0
- package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/global.d.ts +57 -0
- package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/index.d.ts +28 -0
- package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/interface.d.ts +1172 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +6 -1
- package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +27 -0
- package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +13 -0
- package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +88 -0
- package/types/uni/uts-plugin-component/global.d.ts +8 -1
- package/types/uni/uts-plugin-component/index.d.ts +8 -1
- package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/interface.d.ts +359 -0
- package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +1342 -371
- package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/interface.d.ts +944 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/interface.d.ts +353 -0
- package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +144 -110
- package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/interface.d.ts +13 -4
- package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/global.d.ts +35 -0
- package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/index.d.ts +17 -0
- package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/interface.d.ts +362 -0
- package/types/uni/uts-plugin-component/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
- package/types/uni/uts-plugin-component/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-component/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
- package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/global.d.ts +23 -0
- package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/interface.d.ts +420 -0
- package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
- package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
- package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/interface.d.ts +349 -0
- package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +132 -75
- package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/global.d.ts +27 -0
- package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/index.d.ts +13 -0
- package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/interface.d.ts +88 -0
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/global.d.ts +0 -12
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +0 -917
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +0 -1095
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +0 -253
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
export interface Uni {
|
|
2
|
+
/**
|
|
3
|
+
* 手机通讯录联系人和联系方式的增加
|
|
4
|
+
*
|
|
5
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/contact.html#addphonecontact
|
|
6
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/contact.html#addphonecontact
|
|
7
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/contact.html#addphonecontact
|
|
8
|
+
*
|
|
9
|
+
* @uniPlatform {
|
|
10
|
+
* "app": {
|
|
11
|
+
* "android": {
|
|
12
|
+
* "osVer": "5.0",
|
|
13
|
+
* "uniVer": "√",
|
|
14
|
+
* "unixVer": "5.08"
|
|
15
|
+
* },
|
|
16
|
+
* "ios": {
|
|
17
|
+
* "osVer": "12.0",
|
|
18
|
+
* "uniVer": "√",
|
|
19
|
+
* "unixVer": "5.08"
|
|
20
|
+
* },
|
|
21
|
+
* "harmony": {
|
|
22
|
+
* "osVer": "5.0.0",
|
|
23
|
+
* "uniVer": "4.25",
|
|
24
|
+
* "unixVer": "4.61",
|
|
25
|
+
* "unixvVer": "5.0"
|
|
26
|
+
* }
|
|
27
|
+
* },
|
|
28
|
+
* "web": {
|
|
29
|
+
* "uniVer": "x",
|
|
30
|
+
* "unixVer": "x"
|
|
31
|
+
* },
|
|
32
|
+
* "mp":{
|
|
33
|
+
* "weixin": {
|
|
34
|
+
* "hostVer": "√",
|
|
35
|
+
* "uniVer": "√",
|
|
36
|
+
* "unixVer": "4.41"
|
|
37
|
+
* },
|
|
38
|
+
* "alipay": {
|
|
39
|
+
* "hostVer": "√",
|
|
40
|
+
* "uniVer": "√",
|
|
41
|
+
* "unixVer": "x"
|
|
42
|
+
* },
|
|
43
|
+
* "baidu": {
|
|
44
|
+
* "hostVer": "√",
|
|
45
|
+
* "uniVer": "√",
|
|
46
|
+
* "unixVer": "x"
|
|
47
|
+
* },
|
|
48
|
+
* "toutiao": {
|
|
49
|
+
* "hostVer": "x",
|
|
50
|
+
* "uniVer": "x",
|
|
51
|
+
* "unixVer": "x"
|
|
52
|
+
* },
|
|
53
|
+
* "lark": {
|
|
54
|
+
* "hostVer": "x",
|
|
55
|
+
* "uniVer": "x",
|
|
56
|
+
* "unixVer": "x"
|
|
57
|
+
* },
|
|
58
|
+
* "qq": {
|
|
59
|
+
* "hostVer": "x",
|
|
60
|
+
* "uniVer": "x",
|
|
61
|
+
* "unixVer": "x"
|
|
62
|
+
* },
|
|
63
|
+
* "kuaishou": {
|
|
64
|
+
* "hostVer": "√",
|
|
65
|
+
* "uniVer": "√",
|
|
66
|
+
* "unixVer": "x"
|
|
67
|
+
* },
|
|
68
|
+
* "jd": {
|
|
69
|
+
* "hostVer": "x",
|
|
70
|
+
* "uniVer": "x",
|
|
71
|
+
* "unixVer": "x"
|
|
72
|
+
* }
|
|
73
|
+
* }
|
|
74
|
+
* }
|
|
75
|
+
*/
|
|
76
|
+
addPhoneContact(options: AddPhoneContactOptions): void;
|
|
77
|
+
/**
|
|
78
|
+
* 拉起手机通讯录,选择联系人
|
|
79
|
+
*
|
|
80
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/contact.html#choosecontact
|
|
81
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/contact.html#choosecontact
|
|
82
|
+
* @tutorial_mp_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/contact/wx.chooseContact.html
|
|
83
|
+
*
|
|
84
|
+
* @uniPlatform {
|
|
85
|
+
* "app": {
|
|
86
|
+
* "android": {
|
|
87
|
+
* "osVer": "5.0",
|
|
88
|
+
* "uniVer": "√",
|
|
89
|
+
* "unixVer": "5.08"
|
|
90
|
+
* },
|
|
91
|
+
* "ios": {
|
|
92
|
+
* "osVer": "12.0",
|
|
93
|
+
* "uniVer": "√",
|
|
94
|
+
* "unixVer": "5.08"
|
|
95
|
+
* },
|
|
96
|
+
* "harmony": {
|
|
97
|
+
* "osVer": "5.0.0",
|
|
98
|
+
* "uniVer": "4.25",
|
|
99
|
+
* "unixVer": "4.61",
|
|
100
|
+
* "unixvVer": "5.0"
|
|
101
|
+
* }
|
|
102
|
+
* },
|
|
103
|
+
* "web": {
|
|
104
|
+
* "uniVer": "x",
|
|
105
|
+
* "unixVer": "x"
|
|
106
|
+
* },
|
|
107
|
+
* "mp":{
|
|
108
|
+
* "weixin": {
|
|
109
|
+
* "hostVer": "2.8.0",
|
|
110
|
+
* "uniVer": "√",
|
|
111
|
+
* "unixVer": "4.41"
|
|
112
|
+
* },
|
|
113
|
+
* "alipay": {
|
|
114
|
+
* "hostVer": "√",
|
|
115
|
+
* "uniVer": "√",
|
|
116
|
+
* "unixVer": "x"
|
|
117
|
+
* },
|
|
118
|
+
* "baidu": {
|
|
119
|
+
* "hostVer": "√",
|
|
120
|
+
* "uniVer": "√",
|
|
121
|
+
* "unixVer": "x"
|
|
122
|
+
* },
|
|
123
|
+
* "toutiao": {
|
|
124
|
+
* "hostVer": "x",
|
|
125
|
+
* "uniVer": "x",
|
|
126
|
+
* "unixVer": "x"
|
|
127
|
+
* },
|
|
128
|
+
* "lark": {
|
|
129
|
+
* "hostVer": "x",
|
|
130
|
+
* "uniVer": "x",
|
|
131
|
+
* "unixVer": "x"
|
|
132
|
+
* },
|
|
133
|
+
* "qq": {
|
|
134
|
+
* "hostVer": "x",
|
|
135
|
+
* "uniVer": "x",
|
|
136
|
+
* "unixVer": "x"
|
|
137
|
+
* },
|
|
138
|
+
* "kuaishou": {
|
|
139
|
+
* "hostVer": "√",
|
|
140
|
+
* "uniVer": "√",
|
|
141
|
+
* "unixVer": "x"
|
|
142
|
+
* },
|
|
143
|
+
* "jd": {
|
|
144
|
+
* "hostVer": "x",
|
|
145
|
+
* "uniVer": "x",
|
|
146
|
+
* "unixVer": "x"
|
|
147
|
+
* }
|
|
148
|
+
* }
|
|
149
|
+
* }
|
|
150
|
+
*/
|
|
151
|
+
chooseContact(options: ChooseContactOptions): void;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export type AddPhoneContact = (options: AddPhoneContactOptions) => void;
|
|
155
|
+
export type AddPhoneContactSuccess = {};
|
|
156
|
+
export type AddPhoneContactSuccessCallback = (result: AddPhoneContactSuccess) => void;
|
|
157
|
+
export type AddPhoneContactErrorCode = 601 | 602 | 603;
|
|
158
|
+
export interface IAddPhoneContactFail extends IUniError {
|
|
159
|
+
errCode: AddPhoneContactErrorCode
|
|
160
|
+
}
|
|
161
|
+
export type AddPhoneContactFail = UniError;
|
|
162
|
+
export type AddPhoneContactFailCallback = (result: AddPhoneContactFail) => void;
|
|
163
|
+
export type AddPhoneContactComplete = any;
|
|
164
|
+
export type AddPhoneContactCompleteCallback = (result: AddPhoneContactComplete) => void;
|
|
165
|
+
export type AddPhoneContactOptions = {
|
|
166
|
+
/**
|
|
167
|
+
* 头像本地文件路径
|
|
168
|
+
*/
|
|
169
|
+
photoFilePath?: string | null,
|
|
170
|
+
/**
|
|
171
|
+
* 昵称
|
|
172
|
+
*/
|
|
173
|
+
nickName?: string | null,
|
|
174
|
+
/**
|
|
175
|
+
* 姓氏
|
|
176
|
+
*/
|
|
177
|
+
lastName?: string | null,
|
|
178
|
+
/**
|
|
179
|
+
* 中间名
|
|
180
|
+
*/
|
|
181
|
+
middleName?: string | null,
|
|
182
|
+
/**
|
|
183
|
+
* 名字
|
|
184
|
+
*/
|
|
185
|
+
firstName?: string | null,
|
|
186
|
+
/**
|
|
187
|
+
* 备注
|
|
188
|
+
*/
|
|
189
|
+
remark?: string | null,
|
|
190
|
+
/**
|
|
191
|
+
* 手机号
|
|
192
|
+
*/
|
|
193
|
+
mobilePhoneNumber?: string | null,
|
|
194
|
+
/**
|
|
195
|
+
* 即时消息账号
|
|
196
|
+
*/
|
|
197
|
+
weChatNumber?: string | null,
|
|
198
|
+
/**
|
|
199
|
+
* 联系地址国家
|
|
200
|
+
*/
|
|
201
|
+
addressCountry?: string | null,
|
|
202
|
+
/**
|
|
203
|
+
* 联系地址省份
|
|
204
|
+
*/
|
|
205
|
+
addressState?: string | null,
|
|
206
|
+
/**
|
|
207
|
+
* 联系地址城市
|
|
208
|
+
*/
|
|
209
|
+
addressCity?: string | null,
|
|
210
|
+
/**
|
|
211
|
+
* 联系地址街道
|
|
212
|
+
*/
|
|
213
|
+
addressStreet?: string | null,
|
|
214
|
+
/**
|
|
215
|
+
* 联系地址邮政编码
|
|
216
|
+
*/
|
|
217
|
+
addressPostalCode?: string | null,
|
|
218
|
+
/**
|
|
219
|
+
* 公司
|
|
220
|
+
*/
|
|
221
|
+
organization?: string | null,
|
|
222
|
+
/**
|
|
223
|
+
* 职位
|
|
224
|
+
*/
|
|
225
|
+
title?: string | null,
|
|
226
|
+
/**
|
|
227
|
+
* 工作传真
|
|
228
|
+
*/
|
|
229
|
+
workFaxNumber?: string | null,
|
|
230
|
+
/**
|
|
231
|
+
* 工作电话
|
|
232
|
+
*/
|
|
233
|
+
workPhoneNumber?: string | null,
|
|
234
|
+
/**
|
|
235
|
+
* 公司电话
|
|
236
|
+
*/
|
|
237
|
+
hostNumber?: string | null,
|
|
238
|
+
/**
|
|
239
|
+
* 电子邮件
|
|
240
|
+
*/
|
|
241
|
+
email?: string | null,
|
|
242
|
+
/**
|
|
243
|
+
* 网站
|
|
244
|
+
*/
|
|
245
|
+
url?: string | null,
|
|
246
|
+
/**
|
|
247
|
+
* 工作地址国家
|
|
248
|
+
*/
|
|
249
|
+
workAddressCountry?: string | null,
|
|
250
|
+
/**
|
|
251
|
+
* 工作地址省份
|
|
252
|
+
*/
|
|
253
|
+
workAddressState?: string | null,
|
|
254
|
+
/**
|
|
255
|
+
* 工作地址城市
|
|
256
|
+
*/
|
|
257
|
+
workAddressCity?: string | null,
|
|
258
|
+
/**
|
|
259
|
+
* 工作地址街道
|
|
260
|
+
*/
|
|
261
|
+
workAddressStreet?: string | null,
|
|
262
|
+
/**
|
|
263
|
+
* 工作地址邮政编码
|
|
264
|
+
*/
|
|
265
|
+
workAddressPostalCode?: string | null,
|
|
266
|
+
/**
|
|
267
|
+
* 住宅传真
|
|
268
|
+
*/
|
|
269
|
+
homeFaxNumber?: string | null,
|
|
270
|
+
/**
|
|
271
|
+
* 住宅电话
|
|
272
|
+
*/
|
|
273
|
+
homePhoneNumber?: string | null,
|
|
274
|
+
/**
|
|
275
|
+
* 住宅地址国家
|
|
276
|
+
*/
|
|
277
|
+
homeAddressCountry?: string | null,
|
|
278
|
+
/**
|
|
279
|
+
* 住宅地址省份
|
|
280
|
+
*/
|
|
281
|
+
homeAddressState?: string | null,
|
|
282
|
+
/**
|
|
283
|
+
* 住宅地址城市
|
|
284
|
+
*/
|
|
285
|
+
homeAddressCity?: string | null,
|
|
286
|
+
/**
|
|
287
|
+
* 住宅地址街道
|
|
288
|
+
*/
|
|
289
|
+
homeAddressStreet?: string | null,
|
|
290
|
+
/**
|
|
291
|
+
* 住宅地址邮政编码
|
|
292
|
+
*/
|
|
293
|
+
homeAddressPostalCode?: string | null,
|
|
294
|
+
/**
|
|
295
|
+
* 接口调用成功的回调函数
|
|
296
|
+
*/
|
|
297
|
+
success?: AddPhoneContactSuccessCallback | null,
|
|
298
|
+
/**
|
|
299
|
+
* 接口调用失败的回调函数
|
|
300
|
+
*/
|
|
301
|
+
fail?: AddPhoneContactFailCallback | null,
|
|
302
|
+
/**
|
|
303
|
+
* 接口调用结束的回调函数(调用成功、失败都会执行)
|
|
304
|
+
*/
|
|
305
|
+
complete?: AddPhoneContactCompleteCallback | null
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
export type ChooseContact = (options: ChooseContactOptions) => void;
|
|
309
|
+
export type ChooseContactSuccess = {
|
|
310
|
+
/**
|
|
311
|
+
* 联系人姓名
|
|
312
|
+
*/
|
|
313
|
+
displayName: string
|
|
314
|
+
/**
|
|
315
|
+
* 当前选中的手机号
|
|
316
|
+
*/
|
|
317
|
+
phoneNumber: string
|
|
318
|
+
/**
|
|
319
|
+
* 联系人的所有手机号
|
|
320
|
+
*/
|
|
321
|
+
phoneNumberList: Array<string>
|
|
322
|
+
/**
|
|
323
|
+
* 接口调用结果
|
|
324
|
+
*/
|
|
325
|
+
errMsg: string
|
|
326
|
+
};
|
|
327
|
+
export type ChooseContactSuccessCallback = (result: ChooseContactSuccess) => void;
|
|
328
|
+
export type ChooseContactErrorCode = 601 | 602 | 603;
|
|
329
|
+
export interface IChooseContactFail extends IUniError {
|
|
330
|
+
errCode: ChooseContactErrorCode
|
|
331
|
+
}
|
|
332
|
+
export type ChooseContactFail = UniError;
|
|
333
|
+
export type ChooseContactFailCallback = (result: ChooseContactFail) => void;
|
|
334
|
+
export type ChooseContactComplete = ChooseContactSuccess | ChooseContactFail;
|
|
335
|
+
export type ChooseContactCompleteCallback = (result: ChooseContactComplete) => void;
|
|
336
|
+
export type ChooseContactOptions = {
|
|
337
|
+
/**
|
|
338
|
+
* 接口调用成功的回调函数
|
|
339
|
+
*/
|
|
340
|
+
success?: ChooseContactSuccessCallback | null,
|
|
341
|
+
/**
|
|
342
|
+
* 接口调用失败的回调函数
|
|
343
|
+
*/
|
|
344
|
+
fail?: ChooseContactFailCallback | null,
|
|
345
|
+
/**
|
|
346
|
+
* 接口调用结束的回调函数(调用成功、失败都会执行)
|
|
347
|
+
*/
|
|
348
|
+
complete?: ChooseContactCompleteCallback | null
|
|
349
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
SetScreenBrightness as SetScreenBrightnessOrigin,
|
|
4
|
+
SetScreenBrightnessSuccess as SetScreenBrightnessSuccessOrigin,
|
|
5
|
+
SetScreenBrightnessSuccessCallback as SetScreenBrightnessSuccessCallbackOrigin,
|
|
6
|
+
SetScreenBrightnessFail as SetScreenBrightnessFailOrigin,
|
|
7
|
+
SetScreenBrightnessFailCallback as SetScreenBrightnessFailCallbackOrigin,
|
|
8
|
+
SetScreenBrightnessComplete as SetScreenBrightnessCompleteOrigin,
|
|
9
|
+
SetScreenBrightnessCompleteCallback as SetScreenBrightnessCompleteCallbackOrigin,
|
|
10
|
+
SetScreenBrightnessOptions as SetScreenBrightnessOptionsOrigin,
|
|
11
|
+
GetScreenBrightness as GetScreenBrightnessOrigin,
|
|
12
|
+
GetScreenBrightnessSuccess as GetScreenBrightnessSuccessOrigin,
|
|
13
|
+
GetScreenBrightnessSuccessCallback as GetScreenBrightnessSuccessCallbackOrigin,
|
|
14
|
+
GetScreenBrightnessFail as GetScreenBrightnessFailOrigin,
|
|
15
|
+
GetScreenBrightnessFailCallback as GetScreenBrightnessFailCallbackOrigin,
|
|
16
|
+
GetScreenBrightnessComplete as GetScreenBrightnessCompleteOrigin,
|
|
17
|
+
GetScreenBrightnessCompleteCallback as GetScreenBrightnessCompleteCallbackOrigin,
|
|
18
|
+
GetScreenBrightnessOptions as GetScreenBrightnessOptionsOrigin,
|
|
19
|
+
SetKeepScreenOn as SetKeepScreenOnOrigin,
|
|
20
|
+
SetKeepScreenOnSuccess as SetKeepScreenOnSuccessOrigin,
|
|
21
|
+
SetKeepScreenOnSuccessCallback as SetKeepScreenOnSuccessCallbackOrigin,
|
|
22
|
+
SetKeepScreenOnFail as SetKeepScreenOnFailOrigin,
|
|
23
|
+
SetKeepScreenOnFailCallback as SetKeepScreenOnFailCallbackOrigin,
|
|
24
|
+
SetKeepScreenOnComplete as SetKeepScreenOnCompleteOrigin,
|
|
25
|
+
SetKeepScreenOnCompleteCallback as SetKeepScreenOnCompleteCallbackOrigin,
|
|
26
|
+
SetKeepScreenOnOptions as SetKeepScreenOnOptionsOrigin,
|
|
27
|
+
Uni as UniOrigin
|
|
28
|
+
} from './interface'
|
|
29
|
+
|
|
30
|
+
declare global {
|
|
31
|
+
type SetScreenBrightness = SetScreenBrightnessOrigin
|
|
32
|
+
type SetScreenBrightnessSuccess = SetScreenBrightnessSuccessOrigin
|
|
33
|
+
type SetScreenBrightnessSuccessCallback = SetScreenBrightnessSuccessCallbackOrigin
|
|
34
|
+
type SetScreenBrightnessFail = SetScreenBrightnessFailOrigin
|
|
35
|
+
type SetScreenBrightnessFailCallback = SetScreenBrightnessFailCallbackOrigin
|
|
36
|
+
type SetScreenBrightnessComplete = SetScreenBrightnessCompleteOrigin
|
|
37
|
+
type SetScreenBrightnessCompleteCallback = SetScreenBrightnessCompleteCallbackOrigin
|
|
38
|
+
type SetScreenBrightnessOptions = SetScreenBrightnessOptionsOrigin
|
|
39
|
+
type GetScreenBrightness = GetScreenBrightnessOrigin
|
|
40
|
+
type GetScreenBrightnessSuccess = GetScreenBrightnessSuccessOrigin
|
|
41
|
+
type GetScreenBrightnessSuccessCallback = GetScreenBrightnessSuccessCallbackOrigin
|
|
42
|
+
type GetScreenBrightnessFail = GetScreenBrightnessFailOrigin
|
|
43
|
+
type GetScreenBrightnessFailCallback = GetScreenBrightnessFailCallbackOrigin
|
|
44
|
+
type GetScreenBrightnessComplete = GetScreenBrightnessCompleteOrigin
|
|
45
|
+
type GetScreenBrightnessCompleteCallback = GetScreenBrightnessCompleteCallbackOrigin
|
|
46
|
+
type GetScreenBrightnessOptions = GetScreenBrightnessOptionsOrigin
|
|
47
|
+
type SetKeepScreenOn = SetKeepScreenOnOrigin
|
|
48
|
+
type SetKeepScreenOnSuccess = SetKeepScreenOnSuccessOrigin
|
|
49
|
+
type SetKeepScreenOnSuccessCallback = SetKeepScreenOnSuccessCallbackOrigin
|
|
50
|
+
type SetKeepScreenOnFail = SetKeepScreenOnFailOrigin
|
|
51
|
+
type SetKeepScreenOnFailCallback = SetKeepScreenOnFailCallbackOrigin
|
|
52
|
+
type SetKeepScreenOnComplete = SetKeepScreenOnCompleteOrigin
|
|
53
|
+
type SetKeepScreenOnCompleteCallback = SetKeepScreenOnCompleteCallbackOrigin
|
|
54
|
+
type SetKeepScreenOnOptions = SetKeepScreenOnOptionsOrigin
|
|
55
|
+
interface Uni extends UniOrigin { }
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
export {
|
|
3
|
+
SetScreenBrightness,
|
|
4
|
+
SetScreenBrightnessSuccess,
|
|
5
|
+
SetScreenBrightnessSuccessCallback,
|
|
6
|
+
SetScreenBrightnessFail,
|
|
7
|
+
SetScreenBrightnessFailCallback,
|
|
8
|
+
SetScreenBrightnessComplete,
|
|
9
|
+
SetScreenBrightnessCompleteCallback,
|
|
10
|
+
SetScreenBrightnessOptions,
|
|
11
|
+
GetScreenBrightness,
|
|
12
|
+
GetScreenBrightnessSuccess,
|
|
13
|
+
GetScreenBrightnessSuccessCallback,
|
|
14
|
+
GetScreenBrightnessFail,
|
|
15
|
+
GetScreenBrightnessFailCallback,
|
|
16
|
+
GetScreenBrightnessComplete,
|
|
17
|
+
GetScreenBrightnessCompleteCallback,
|
|
18
|
+
GetScreenBrightnessOptions,
|
|
19
|
+
SetKeepScreenOn,
|
|
20
|
+
SetKeepScreenOnSuccess,
|
|
21
|
+
SetKeepScreenOnSuccessCallback,
|
|
22
|
+
SetKeepScreenOnFail,
|
|
23
|
+
SetKeepScreenOnFailCallback,
|
|
24
|
+
SetKeepScreenOnComplete,
|
|
25
|
+
SetKeepScreenOnCompleteCallback,
|
|
26
|
+
SetKeepScreenOnOptions,
|
|
27
|
+
} from './interface'
|
|
28
|
+
|