@atomicservice/ascf-toolkit 1.0.4-beta.0 → 1.0.5-beta.4

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 (88) hide show
  1. package/lib/ascf-base/index.d.ts +68 -0
  2. package/lib/ascf-base/index.js +1 -0
  3. package/lib/ascf-compiler/appjson-loader.js +1 -1
  4. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  5. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  6. package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
  7. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  8. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  9. package/lib/ascf-compiler/common/hdc-executor.js +1 -0
  10. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  11. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  12. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  13. package/lib/ascf-compiler/common/manifest-handler.js +1 -0
  14. package/lib/ascf-compiler/common/manifest-manager.js +1 -0
  15. package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
  16. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  17. package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
  18. package/lib/ascf-compiler/common/utils.js +1 -1
  19. package/lib/ascf-compiler/css-process-loader.js +1 -1
  20. package/lib/ascf-compiler/extract-loader.js +1 -1
  21. package/lib/ascf-compiler/hcss-loader.js +1 -1
  22. package/lib/ascf-compiler/hjs-loader.js +1 -1
  23. package/lib/ascf-compiler/hxml-loader.js +1 -1
  24. package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
  25. package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
  26. package/lib/ascf-compiler/js-parser/parser.js +1 -1
  27. package/lib/ascf-compiler/loader-utils.js +1 -1
  28. package/lib/ascf-compiler/path-process-loader.js +1 -1
  29. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  30. package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -0
  31. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  32. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  33. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  34. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  35. package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
  36. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  37. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  38. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  39. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  40. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  41. package/lib/ascf-compiler/require-loader.js +1 -1
  42. package/lib/ascf-compiler/server/dev-server.js +1 -0
  43. package/lib/ascf-compiler/server/port-manager.js +1 -0
  44. package/lib/ascf-compiler/swc-loader.js +1 -1
  45. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  46. package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
  47. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  48. package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
  49. package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
  50. package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
  51. package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
  52. package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
  53. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  54. package/lib/ascf-compiler/watch/watch.js +1 -1
  55. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  56. package/lib/ascf-converter/ascfApisDiff.json +1979 -0
  57. package/lib/ascf-converter/common/commonConfig.js +1 -1
  58. package/lib/ascf-converter/common/commonUtils.js +1 -1
  59. package/lib/ascf-converter/common/path-validator.js +1 -1
  60. package/lib/ascf-converter/common/textDocument.js +1 -1
  61. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  62. package/lib/ascf-converter/convertManager.js +1 -0
  63. package/lib/ascf-converter/features/converter.js +1 -1
  64. package/lib/ascf-converter/features/fileHandle.js +1 -1
  65. package/lib/ascf-converter/features/transformReport.js +1 -1
  66. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  67. package/lib/ascf-converter/parse/babelParser.js +1 -1
  68. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  69. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  70. package/lib/ascf-converter/report/icons/completely.png +0 -0
  71. package/lib/ascf-converter/report/icons/failed.png +0 -0
  72. package/lib/ascf-converter/report/icons/portion.png +0 -0
  73. package/lib/ascf-converter/report/index.html +718 -0
  74. package/lib/ascf-converter/report/js/index.js +1 -0
  75. package/lib/bin/ascf.js +1 -1
  76. package/lib/commands/ascfbuild/index.js +1 -0
  77. package/lib/commands/build-npm/index.js +1 -0
  78. package/lib/commands/debugger/index.js +1 -0
  79. package/lib/common/config.js +1 -1
  80. package/lib/common/log4js.js +1 -1
  81. package/lib/common/logger-plugin.js +1 -1
  82. package/lib/common/remove-strict-mode-plugin.js +1 -1
  83. package/lib/common/string-utils.js +1 -1
  84. package/lib/common/utils.js +1 -1
  85. package/lib/common/version-check.js +1 -1
  86. package/lib/index.js +1 -1
  87. package/package.json +9 -8
  88. package/lib/ascf-build-npm/build-npm.js +0 -1
@@ -0,0 +1,1979 @@
1
+ {
2
+ "api": {
3
+ "has.env": {
4
+ "attrs": [],
5
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-system-info#section738822392819",
6
+ "status": 1
7
+ },
8
+ "has.canIUse": {
9
+ "attrs": [],
10
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-caniuse#section191049643211",
11
+ "status": 1
12
+ },
13
+ "has.getSystemInfoSync": {
14
+ "attrs": [
15
+ "返回值pixelRatio、benchmarkLevel、albumAuthorized、cameraAuthorized、locationAuthorized、microphoneAuthorized、notificationAuthorized、notificationAlertAuthorized、notificationBadgeAuthorized、notificationSoundAuthorized、phoneCalendarAuthorized、safeArea、locationReducedAccuracy、host、version、enableDebug缺失",
16
+ "返回值OSApiVersion、indicatorHeight新增"
17
+ ],
18
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-system-info#section147225476360",
19
+ "status": 2
20
+ },
21
+ "has.getSystemInfo": {
22
+ "attrs": [
23
+ "返回值pixelRatio、benchmarkLevel、albumAuthorized、cameraAuthorized、locationAuthorized、microphoneAuthorized、notificationAuthorized、notificationAlertAuthorized、notificationBadgeAuthorized、notificationSoundAuthorized、phoneCalendarAuthorized、safeArea、locationReducedAccuracy、host、version、enableDebug缺失",
24
+ "返回值OSApiVersion、indicatorHeight新增"
25
+ ],
26
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-system-info#section3707145913910",
27
+ "status": 2
28
+ },
29
+ "has.getLaunchOptionsSync": {
30
+ "attrs": [
31
+ "返回值referrerInfo新增"
32
+ ],
33
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-lifecycle#section995174154218",
34
+ "status": 2
35
+ },
36
+ "has.getEnterOptionsSync": {
37
+ "attrs": [
38
+ "返回值shareTicket、forwardMaterials、chatType、apiCategory 缺失"
39
+ ],
40
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-lifecycle#section1661330104216",
41
+ "status": 2
42
+ },
43
+ "has.onAppShow": {
44
+ "attrs": [
45
+ "返回值shareTicket、forwardMaterials、chatType、apiCategory 缺失",
46
+ "元服务的 场景值scene的类型为string,注意后续的调用。"
47
+ ],
48
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section19721347114417",
49
+ "status": 2
50
+ },
51
+ "has.onAppHide": {
52
+ "attrs": [],
53
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section4702049134913",
54
+ "status": 1
55
+ },
56
+ "has.onPageNotFound": {
57
+ "attrs": [
58
+ "返回值query 缺失"
59
+ ],
60
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section3264111612518",
61
+ "status": 2
62
+ },
63
+ "has.onLazyLoadError": {
64
+ "attrs": [],
65
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section145451285155",
66
+ "status": 1
67
+ },
68
+ "has.offPageNotFound": {
69
+ "attrs": [],
70
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section1317102844711",
71
+ "status": 1
72
+ },
73
+ "has.offError": {
74
+ "attrs": [],
75
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section7106559165120",
76
+ "status": 1
77
+ },
78
+ "has.offAppShow": {
79
+ "attrs": [],
80
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section1332142505312",
81
+ "status": 1
82
+ },
83
+ "has.offAppHide": {
84
+ "attrs": [],
85
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section12936149561",
86
+ "status": 1
87
+ },
88
+ "has.offLazyLoadError": {
89
+ "attrs": [],
90
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-app-event#section10376173981619",
91
+ "status": 1
92
+ },
93
+ "has.getLogManager": {
94
+ "attrs": [
95
+ "参数level缺失"
96
+ ],
97
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section239225915317",
98
+ "status": 2
99
+ },
100
+ "LogManager.log": {
101
+ "attrs": [],
102
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section3481026163019",
103
+ "status": 1
104
+ },
105
+ "LogManager.info": {
106
+ "attrs": [],
107
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section155072572304",
108
+ "status": 1
109
+ },
110
+ "LogManager.debug": {
111
+ "attrs": [],
112
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section170803114319",
113
+ "status": 1
114
+ },
115
+ "LogManager.error": {
116
+ "attrs": [],
117
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section921982414100",
118
+ "status": 1
119
+ },
120
+ "console.debug": {
121
+ "attrs": [],
122
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section14940482076",
123
+ "status": 1
124
+ },
125
+ "console.error": {
126
+ "attrs": [],
127
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section188508337818",
128
+ "status": 1
129
+ },
130
+ "console.info": {
131
+ "attrs": [],
132
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section19734116191019",
133
+ "status": 1
134
+ },
135
+ "console.log": {
136
+ "attrs": [],
137
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section12591550161112",
138
+ "status": 1
139
+ },
140
+ "console.warn": {
141
+ "attrs": [],
142
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-debug#section1340802813122",
143
+ "status": 1
144
+ },
145
+ "has.getServiceInfoSync": {
146
+ "attrs": [],
147
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-service-info#section6558153310215",
148
+ "status": 1
149
+ },
150
+ "has.switchTab": {
151
+ "attrs": [],
152
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-router#section630016355231",
153
+ "status": 1
154
+ },
155
+ "has.reLaunch": {
156
+ "attrs": [],
157
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-router#section4154143101410",
158
+ "status": 1
159
+ },
160
+ "has.redirectTo": {
161
+ "attrs": [],
162
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-router#section22771441516",
163
+ "status": 1
164
+ },
165
+ "has.navigateTo": {
166
+ "attrs": [
167
+ "入参需屏蔽events、routeType、routeConfig、routeOptions目前不支持自定义路由不支持以传参的形式进行页面双向通信,须考虑采用其他的页面通信方法,例如设置缓存setStorage"
168
+ ],
169
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-router#section499710491612",
170
+ "status": 2
171
+ },
172
+ "has.navigateBack": {
173
+ "attrs": [],
174
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-router#section1830220594163",
175
+ "status": 1
176
+ },
177
+ "has.navigateToAtomicService": {
178
+ "attrs": [],
179
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-navigate#section882087728",
180
+ "status": 1
181
+ },
182
+ "has.navigateBackAtomicService": {
183
+ "attrs": [],
184
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-navigate#section9951157102814",
185
+ "status": 1
186
+ },
187
+ "has.showToast": {
188
+ "attrs": [
189
+ "参数icon、image、mask缺失"
190
+ ],
191
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-interaction#section833513429413",
192
+ "status": 2
193
+ },
194
+ "has.showModal": {
195
+ "attrs": [
196
+ "参数editable、placeholderText缺失",
197
+ "返回值content缺失"
198
+ ],
199
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-interaction#section1693193818423",
200
+ "status": 2
201
+ },
202
+ "has.showLoading": {
203
+ "attrs": [],
204
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-interaction#section158915223466",
205
+ "status": 1
206
+ },
207
+ "has.hideLoading": {
208
+ "attrs": [
209
+ "参数noConflict缺失"
210
+ ],
211
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-interaction#section841592615479",
212
+ "status": 2
213
+ },
214
+ "has.showActionSheet": {
215
+ "attrs": [],
216
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-interaction#section10714185513513",
217
+ "status": 1
218
+ },
219
+ "has.setNavigationBarTitle": {
220
+ "attrs": [],
221
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-navigation#section9759634184817",
222
+ "status": 1
223
+ },
224
+ "has.setNavigationBarColor": {
225
+ "attrs": [
226
+ "参数animation缺失"
227
+ ],
228
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-navigation#section14678102612491",
229
+ "status": 2
230
+ },
231
+ "has.showTabBar": {
232
+ "attrs": [
233
+ "参数animation缺失"
234
+ ],
235
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-tab-bar#section65183391318",
236
+ "status": 2
237
+ },
238
+ "has.setTabBarBadge": {
239
+ "attrs": [],
240
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-tab-bar#section137426311122",
241
+ "status": 1
242
+ },
243
+ "has.removeTabBarBadge": {
244
+ "attrs": [],
245
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-tab-bar#section782513557718",
246
+ "status": 1
247
+ },
248
+ "has.hideTabBar": {
249
+ "attrs": [
250
+ "参数animation缺失"
251
+ ],
252
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-tab-bar#section43951161384",
253
+ "status": 2
254
+ },
255
+ "hahas.loadFontFace": {
256
+ "attrs": [
257
+ "参数scopes缺失",
258
+ "需要检查文件格式是否符合标准,不正确的格式将导致解析失败",
259
+ "canvas等原生组件不支持使用接口添加的字体",
260
+ "暂不支持加载本地路径的字体",
261
+ "字体链接必须是https,加载网络字体受网络环境的影响,建议结合日志查看字体文件是否下载正常"
262
+ ],
263
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-font#section179233613201",
264
+ "status": 2
265
+ },
266
+ "has.startPullDownRefresh": {
267
+ "attrs": [],
268
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-pull-down-refresh#section137447812418",
269
+ "status": 1
270
+ },
271
+ "has.stopPullDownRefresh": {
272
+ "attrs": [],
273
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-pull-down-refresh#section1888963517252",
274
+ "status": 1
275
+ },
276
+ "has.pageScrollTo": {
277
+ "attrs": [],
278
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-scroll#section2431205218263",
279
+ "status": 1
280
+ },
281
+ "has.request": {
282
+ "attrs": [
283
+ "不支持useHighPerformanceMode、enableQuic、enableHttpDNS、httpDNSServiceId、enableChunked、forceCellularNetwork、redirect,需临时屏蔽入参"
284
+ ],
285
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-request#section16260322152812",
286
+ "status": 2
287
+ },
288
+ "RequestTask.abort": {
289
+ "attrs": [],
290
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-request#section151221182515",
291
+ "status": 1
292
+ },
293
+ "RequestTask.onHeadersReceived": {
294
+ "attrs": [
295
+ "返回值statusCode、cookies缺失"
296
+ ],
297
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-request#section92195085513",
298
+ "status": 2
299
+ },
300
+ "RequestTask.offHeadersReceived": {
301
+ "attrs": [],
302
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-request#section197638509112",
303
+ "status": 1
304
+ },
305
+ "has.downloadFile": {
306
+ "attrs": [
307
+ "参数timeout、useHighPerformanceMode、enableProfile、enableHttp2、enableQuic缺失"
308
+ ],
309
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-download#section1930172732919",
310
+ "status": 2
311
+ },
312
+ "DownloadTask.abort": {
313
+ "attrs": [],
314
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-download#section2016621010145",
315
+ "status": 1
316
+ },
317
+ "DownloadTask.onProgressUpdate": {
318
+ "attrs": [],
319
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-download#section12201755161511",
320
+ "status": 1
321
+ },
322
+ "DownloadTask.offProgressUpdate": {
323
+ "attrs": [],
324
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-download#section78325262229",
325
+ "status": 1
326
+ },
327
+ "DownloadTask.onHeadersReceived": {
328
+ "attrs": [],
329
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-download#section9435194172411",
330
+ "status": 1
331
+ },
332
+ "DownloadTask.offHeadersReceived": {
333
+ "attrs": [],
334
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-download#section5151726174818",
335
+ "status": 1
336
+ },
337
+ "has.uploadFile": {
338
+ "attrs": [
339
+ "参数timeout、useHighPerformanceMode、enableProfile、enableHttp2、enableQuic缺失"
340
+ ],
341
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-upload#section157701725143118",
342
+ "status": 2
343
+ },
344
+ "UploadTask.abort": {
345
+ "attrs": [],
346
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-upload#section2016621010145",
347
+ "status": 1
348
+ },
349
+ "UploadTask.onProgressUpdate": {
350
+ "attrs": [],
351
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-upload#section12201755161511",
352
+ "status": 1
353
+ },
354
+ "UploadTask.offProgressUpdate": {
355
+ "attrs": [],
356
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-upload#section78325262229",
357
+ "status": 1
358
+ },
359
+ "UploadTask.onHeadersReceived": {
360
+ "attrs": [],
361
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-upload#section9435194172411",
362
+ "status": 1
363
+ },
364
+ "UploadTask.offHeadersReceived": {
365
+ "attrs": [],
366
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-upload#section5151726174818",
367
+ "status": 1
368
+ },
369
+ "has.connectSocket": {
370
+ "attrs": [
371
+ "参数tcpNoDelay、perMessageDeflate、timeout、forceCellularNetwork缺失"
372
+ ],
373
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section15309250153212",
374
+ "status": 2
375
+ },
376
+ "has.sendSocketMessage": {
377
+ "attrs": [],
378
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section19993932153710",
379
+ "status": 1
380
+ },
381
+ "has.onSocketOpen": {
382
+ "attrs": [],
383
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section74421135113813",
384
+ "status": 1
385
+ },
386
+ "has.onSocketMessage": {
387
+ "attrs": [],
388
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section126013594010",
389
+ "status": 1
390
+ },
391
+ "has.onSocketError": {
392
+ "attrs": [
393
+ "返回值errMsg缺失"
394
+ ],
395
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section89831614174112",
396
+ "status": 2
397
+ },
398
+ "has.onSocketClose": {
399
+ "attrs": [
400
+ "返回值code、reason缺失"
401
+ ],
402
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section18984256144114",
403
+ "status": 2
404
+ },
405
+ "has.closeSocket": {
406
+ "attrs": [],
407
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section14912827134211",
408
+ "status": 1
409
+ },
410
+ "SocketTask.send": {
411
+ "attrs": [],
412
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section125181817104313",
413
+ "status": 1
414
+ },
415
+ "SocketTask.close": {
416
+ "attrs": [],
417
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section592118444420",
418
+ "status": 1
419
+ },
420
+ "SocketTask.onOpen": {
421
+ "attrs": [
422
+ "返回值rofile缺失"
423
+ ],
424
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section1375791010450",
425
+ "status": 2
426
+ },
427
+ "SocketTask.onClose": {
428
+ "attrs": [],
429
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section130332154616",
430
+ "status": 1
431
+ },
432
+ "SocketTask.onError": {
433
+ "attrs": [],
434
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section566933019475",
435
+ "status": 1
436
+ },
437
+ "SocketTask.onMessage": {
438
+ "attrs": [],
439
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-websocket#section4947201218494",
440
+ "status": 1
441
+ },
442
+ "has.setStorageSync": {
443
+ "attrs": [],
444
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section1227110155020",
445
+ "status": 1
446
+ },
447
+ "has.setStorage": {
448
+ "attrs": [
449
+ "暂不支持加密存储,可暂时考虑用其他的加密插件来进行加密,同时考虑数据的存储大小"
450
+ ],
451
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section421325875115",
452
+ "status": 2
453
+ },
454
+ "has.removeStorageSync": {
455
+ "attrs": [],
456
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section13974151285319",
457
+ "status": 1
458
+ },
459
+ "has.removeStorage": {
460
+ "attrs": [],
461
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section1274118393535",
462
+ "status": 1
463
+ },
464
+ "has.getStorageSync": {
465
+ "attrs": [],
466
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section63731329165416",
467
+ "status": 1
468
+ },
469
+ "has.getStorageInfoSync": {
470
+ "attrs": [],
471
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section18329157165618",
472
+ "status": 1
473
+ },
474
+ "has.getStorageInfo": {
475
+ "attrs": [],
476
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section129674919578",
477
+ "status": 1
478
+ },
479
+ "has.getStorage": {
480
+ "attrs": [
481
+ "暂不支持加密存储,可暂时考虑用其他的加密插件来进行加密,同时考虑数据的存储大小"
482
+ ],
483
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section2263402595",
484
+ "status": 2
485
+ },
486
+ "has.clearStorage": {
487
+ "attrs": [],
488
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section91205507",
489
+ "status": 1
490
+ },
491
+ "has.clearStorageSync": {
492
+ "attrs": [],
493
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-data-storage#section17610451103",
494
+ "status": 1
495
+ },
496
+ "has.createMapContext": {
497
+ "attrs": [
498
+ "参数this缺失"
499
+ ],
500
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section156212371112",
501
+ "status": 2
502
+ },
503
+ "MapContext.getCenterLocation": {
504
+ "attrs": [],
505
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section1467114131536",
506
+ "status": 1
507
+ },
508
+ "MapContext.getRegion": {
509
+ "attrs": [],
510
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section17797185511319",
511
+ "status": 1
512
+ },
513
+ "MapContext.getRotate": {
514
+ "attrs": [],
515
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section1071611275514",
516
+ "status": 1
517
+ },
518
+ "MapContext.getScale": {
519
+ "attrs": [],
520
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section12726225773",
521
+ "status": 1
522
+ },
523
+ "MapContext.getSkew": {
524
+ "attrs": [],
525
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section1071611275514",
526
+ "status": 1
527
+ },
528
+ "MapContext.includePoints": {
529
+ "attrs": [],
530
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section011852096",
531
+ "status": 1
532
+ },
533
+ "MapContext.moveToLocation": {
534
+ "attrs": [],
535
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section6613141351019",
536
+ "status": 1
537
+ },
538
+ "MapContext.translateMarker": {
539
+ "attrs": [
540
+ "参数moveWithRotate缺失"
541
+ ],
542
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-map#section870384731012",
543
+ "status": 2
544
+ },
545
+ "has.saveImageToPhotosAlbum": {
546
+ "attrs": [],
547
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-image#section11355115918117",
548
+ "status": 1
549
+ },
550
+ "has.previewImage": {
551
+ "attrs": [
552
+ "参数referrerPolicy缺失"
553
+ ],
554
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-image#section147526540127",
555
+ "status": 2
556
+ },
557
+ "has.getImageInfo": {
558
+ "attrs": [
559
+ "参数orientation缺失"
560
+ ],
561
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-image#section1332882114142",
562
+ "status": 2
563
+ },
564
+ "has.chooseImage": {
565
+ "attrs": [],
566
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-image#section1959962041619",
567
+ "status": 1
568
+ },
569
+ "has.chooseMedia": {
570
+ "attrs": [],
571
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section1381162110173",
572
+ "status": 1
573
+ },
574
+ "has.createVideoContext": {
575
+ "attrs": [
576
+ "参数this缺失"
577
+ ],
578
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section31196186181",
579
+ "status": 2
580
+ },
581
+ "VideoContext.pause": {
582
+ "attrs": [],
583
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section1123594118197",
584
+ "status": 1
585
+ },
586
+ "VideoContext.play": {
587
+ "attrs": [],
588
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section1123594118197",
589
+ "status": 1
590
+ },
591
+ "VideoContext.seek": {
592
+ "attrs": [],
593
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section1571462013114",
594
+ "status": 1
595
+ },
596
+ "VideoContext.stop": {
597
+ "attrs": [],
598
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section944112580200",
599
+ "status": 1
600
+ },
601
+ "VideoContext.playbackRate": {
602
+ "attrs": [],
603
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section2099319146128",
604
+ "status": 1
605
+ },
606
+ "VideoContext.requestFullScreen": {
607
+ "attrs": [
608
+ "参数direction缺失"
609
+ ],
610
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section17289134116123",
611
+ "status": 2
612
+ },
613
+ "VideoContext.exitFullScreen": {
614
+ "attrs": [],
615
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section17130105671216",
616
+ "status": 1
617
+ },
618
+ "has.getVideoInfo": {
619
+ "attrs": [
620
+ "参数fps、bitrate缺失",
621
+ "orientation缺少枚举值:up-mirrored、down-mirrored、left-mirrored、right-mirrored"
622
+ ],
623
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section2658181119131",
624
+ "status": 2
625
+ },
626
+ "has.chooseVideo": {
627
+ "attrs": [
628
+ "参数compressed缺失"
629
+ ],
630
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-video#section449392114137",
631
+ "status": 2
632
+ },
633
+ "has.createCameraContext": {
634
+ "attrs": [],
635
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-camera#section5333135712718",
636
+ "status": 1
637
+ },
638
+ "CameraContext.startRecord": {
639
+ "attrs": [
640
+ "参数selfieMirror缺失"
641
+ ],
642
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-camera#section11920134081312",
643
+ "status": 2
644
+ },
645
+ "CameraContext.stopRecord": {
646
+ "attrs": [
647
+ "参数compressed缺失"
648
+ ],
649
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-camera#section91001254131",
650
+ "status": 2
651
+ },
652
+ "CameraContext.takePhoto": {
653
+ "attrs": [
654
+ "quality暂不支持original,需修改为high"
655
+ ],
656
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-camera#section1638211310201",
657
+ "status": 2
658
+ },
659
+ "has.playBackgroundAudio": {
660
+ "attrs": [],
661
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section3241758161915",
662
+ "status": 1
663
+ },
664
+ "has.pauseBackgroundAudio": {
665
+ "attrs": [],
666
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section5684163542213",
667
+ "status": 1
668
+ },
669
+ "has.seekBackgroundAudio": {
670
+ "attrs": [],
671
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section2320123713228",
672
+ "status": 1
673
+ },
674
+ "has.stopBackgroundAudio": {
675
+ "attrs": [],
676
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section190573713224",
677
+ "status": 1
678
+ },
679
+ "has.getBackgroundAudioPlayerState": {
680
+ "attrs": [],
681
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section64161638122216",
682
+ "status": 1
683
+ },
684
+ "has.onBackgroundAudioPlay": {
685
+ "attrs": [],
686
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section19951138172216",
687
+ "status": 1
688
+ },
689
+ "has.onBackgroundAudioPause": {
690
+ "attrs": [],
691
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section6604151382414",
692
+ "status": 1
693
+ },
694
+ "has.onBackgroundAudioStop": {
695
+ "attrs": [],
696
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1670541518244",
697
+ "status": 1
698
+ },
699
+ "has.getBackgroundAudioManager": {
700
+ "attrs": [],
701
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section123981162240",
702
+ "status": 1
703
+ },
704
+ "BackgroundAudioManager.play": {
705
+ "attrs": [],
706
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section548976192715",
707
+ "status": 1
708
+ },
709
+ "BackgroundAudioManager.pause": {
710
+ "attrs": [],
711
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1910074392713",
712
+ "status": 1
713
+ },
714
+ "BackgroundAudioManager.seek": {
715
+ "attrs": [],
716
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section312194452717",
717
+ "status": 1
718
+ },
719
+ "BackgroundAudioManager.stop": {
720
+ "attrs": [],
721
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section11517195922719",
722
+ "status": 1
723
+ },
724
+ "BackgroundAudioManager.onPlay": {
725
+ "attrs": [],
726
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section445411152816",
727
+ "status": 1
728
+ },
729
+ "BackgroundAudioManager.offPlay": {
730
+ "attrs": [],
731
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section184511726193312",
732
+ "status": 1
733
+ },
734
+ "BackgroundAudioManager.onPause": {
735
+ "attrs": [],
736
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section83647217283",
737
+ "status": 1
738
+ },
739
+ "BackgroundAudioManager.offPause": {
740
+ "attrs": [],
741
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1658311332337",
742
+ "status": 1
743
+ },
744
+ "BackgroundAudioManager.onSeeking": {
745
+ "attrs": [],
746
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section883731286",
747
+ "status": 1
748
+ },
749
+ "BackgroundAudioManager.offSeeking": {
750
+ "attrs": [],
751
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section12827044173316",
752
+ "status": 1
753
+ },
754
+ "BackgroundAudioManager.onEnded": {
755
+ "attrs": [],
756
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1737417511308",
757
+ "status": 1
758
+ },
759
+ "BackgroundAudioManager.onStop": {
760
+ "attrs": [],
761
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section20585194172812",
762
+ "status": 1
763
+ },
764
+ "BackgroundAudioManager.offStop": {
765
+ "attrs": [],
766
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section039414156342",
767
+ "status": 1
768
+ },
769
+ "BackgroundAudioManager.onTimeUpdate": {
770
+ "attrs": [],
771
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1634414512287",
772
+ "status": 1
773
+ },
774
+ "BackgroundAudioManager.offTimeUpdate": {
775
+ "attrs": [],
776
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section14739325103417",
777
+ "status": 1
778
+ },
779
+ "BackgroundAudioManager.onError": {
780
+ "attrs": [
781
+ "返回值errCode、errMsg新增"
782
+ ],
783
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section66510616281",
784
+ "status": 2
785
+ },
786
+ "BackgroundAudioManager.offError": {
787
+ "attrs": [],
788
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1034418367342",
789
+ "status": 1
790
+ },
791
+ "BackgroundAudioManager.onCanplay": {
792
+ "attrs": [],
793
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section58341762286",
794
+ "status": 1
795
+ },
796
+ "BackgroundAudioManager.offCanplay": {
797
+ "attrs": [],
798
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section20204144733418",
799
+ "status": 1
800
+ },
801
+ "BackgroundAudioManager.onPrev": {
802
+ "attrs": [],
803
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1062997182820",
804
+ "status": 1
805
+ },
806
+ "BackgroundAudioManager.offPrev": {
807
+ "attrs": [],
808
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section1451316317352",
809
+ "status": 1
810
+ },
811
+ "BackgroundAudioManager.onNext": {
812
+ "attrs": [],
813
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section2035518152818",
814
+ "status": 1
815
+ },
816
+ "BackgroundAudioManager.offNext": {
817
+ "attrs": [],
818
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-background-audio#section4405240103516",
819
+ "status": 1
820
+ },
821
+ "has.openDocument": {
822
+ "attrs": [
823
+ "参数showMenu缺失"
824
+ ],
825
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section1542523183120",
826
+ "status": 2
827
+ },
828
+ "has.getFileSystemManager": {
829
+ "attrs": [],
830
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section6312172616616",
831
+ "status": 1
832
+ },
833
+ "FileSystemManager.access": {
834
+ "attrs": [],
835
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section8197141103214",
836
+ "status": 1
837
+ },
838
+ "FileSystemManager.accessSync": {
839
+ "attrs": [],
840
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section330001513449",
841
+ "status": 1
842
+ },
843
+ "FileSystemManager.appendFile": {
844
+ "attrs": [],
845
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section1014334817446",
846
+ "status": 1
847
+ },
848
+ "FileSystemManager.appendFileSync": {
849
+ "attrs": [],
850
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section9275124444715",
851
+ "status": 1
852
+ },
853
+ "FileSystemManager.copyFile": {
854
+ "attrs": [],
855
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section936165613482",
856
+ "status": 1
857
+ },
858
+ "FileSystemManager.copyFileSync": {
859
+ "attrs": [],
860
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section19700737134916",
861
+ "status": 1
862
+ },
863
+ "FileSystemManager.getFileInfo": {
864
+ "attrs": [],
865
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section440953516507",
866
+ "status": 1
867
+ },
868
+ "FileSystemManager.getSavedFileList": {
869
+ "attrs": [],
870
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section96301618105216",
871
+ "status": 1
872
+ },
873
+ "FileSystemManager.mkdir": {
874
+ "attrs": [],
875
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section344975613521",
876
+ "status": 1
877
+ },
878
+ "FileSystemManager.mkdirSync": {
879
+ "attrs": [],
880
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section10637192095913",
881
+ "status": 1
882
+ },
883
+ "FileSystemManager.readdir": {
884
+ "attrs": [],
885
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section159214014010",
886
+ "status": 1
887
+ },
888
+ "FileSystemManager.readdirSync": {
889
+ "attrs": [],
890
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section186052531766",
891
+ "status": 1
892
+ },
893
+ "FileSystemManager.readFile": {
894
+ "attrs": [],
895
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section187282291595",
896
+ "status": 1
897
+ },
898
+ "FileSystemManager.readFileSync": {
899
+ "attrs": [],
900
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section922984951113",
901
+ "status": 1
902
+ },
903
+ "FileSystemManager.removeSavedFile": {
904
+ "attrs": [],
905
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section34051316121319",
906
+ "status": 1
907
+ },
908
+ "FileSystemManager.rename": {
909
+ "attrs": [],
910
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section10734172571413",
911
+ "status": 1
912
+ },
913
+ "FileSystemManager.renameSync": {
914
+ "attrs": [],
915
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section18337617151512",
916
+ "status": 1
917
+ },
918
+ "FileSystemManager.rmdir": {
919
+ "attrs": [],
920
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section16399182681620",
921
+ "status": 1
922
+ },
923
+ "FileSystemManager.rmdirSync": {
924
+ "attrs": [],
925
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section98221634151813",
926
+ "status": 1
927
+ },
928
+ "FileSystemManager.saveFile": {
929
+ "attrs": [],
930
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section62122054201919",
931
+ "status": 1
932
+ },
933
+ "FileSystemManager.saveFileSync": {
934
+ "attrs": [],
935
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section139801613172313",
936
+ "status": 1
937
+ },
938
+ "FileSystemManager.stat": {
939
+ "attrs": [],
940
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section3952851182419",
941
+ "status": 1
942
+ },
943
+ "FileSystemManager.statSync": {
944
+ "attrs": [],
945
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section18654144372816",
946
+ "status": 1
947
+ },"FileSystemManager.unlink": {
948
+ "attrs": [],
949
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section08242015133318",
950
+ "status": 1
951
+ },
952
+ "FileSystemManager.unlinkSync": {
953
+ "attrs": [],
954
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section3436117173417",
955
+ "status": 1
956
+ },
957
+ "FileSystemManager.unzip": {
958
+ "attrs": [],
959
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section14226553511",
960
+ "status": 1
961
+ },
962
+ "FileSystemManager.writeFile": {
963
+ "attrs": [],
964
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section1383654123515",
965
+ "status": 1
966
+ },
967
+ "FileSystemManager.writeFileSync": {
968
+ "attrs": [],
969
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section106119342374",
970
+ "status": 1
971
+ },
972
+ "Stats.isDirectory": {
973
+ "attrs": [],
974
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section197881524112117",
975
+ "status": 1
976
+ },
977
+ "Stats.isFile": {
978
+ "attrs": [],
979
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-file#section1525051122212",
980
+ "status": 1
981
+ },
982
+ "has.openLocation": {
983
+ "attrs": [
984
+ "参数scale缺失",
985
+ "name为必填项"
986
+ ],
987
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-location#section099818718208",
988
+ "status": 2
989
+ },
990
+ "has.getLocation": {
991
+ "attrs": [
992
+ "返回值horizontalAccuracy缺失"
993
+ ],
994
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-location#section17571155592015",
995
+ "status": 2
996
+ },
997
+ "has.getFuzzyLocation": {
998
+ "attrs": [],
999
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-location#section112256376218",
1000
+ "status": 1
1001
+ },
1002
+ "has.chooseLocation": {
1003
+ "attrs": [
1004
+ "返回值countryCode、countryName新增",
1005
+ "小程序使用 gcj02 国测局坐标系,元服务中国大陆、港澳地区使用 gcj02,其他地区使用 wgs84"
1006
+ ],
1007
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-location#section176743816228",
1008
+ "status": 2
1009
+ },
1010
+ "has.createCanvasContext": {
1011
+ "attrs": [
1012
+ "参数this缺失"
1013
+ ],
1014
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section74001321103219",
1015
+ "status": 2
1016
+ },
1017
+ "has.canvasPutImageData": {
1018
+ "attrs": [],
1019
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section156991540174110",
1020
+ "status": 1
1021
+ },
1022
+ "has.canvasGetImageData": {
1023
+ "attrs": [
1024
+ "参数this缺失",
1025
+ "返回值width,height,data缺失"
1026
+ ],
1027
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1053413264464",
1028
+ "status": 2
1029
+ },
1030
+ "has.canvasToTempFilePath": {
1031
+ "attrs": [
1032
+ "参数canvas缺失"
1033
+ ],
1034
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section18581195883312",
1035
+ "status": 2
1036
+ },
1037
+ "CanvasContext.arc": {
1038
+ "attrs": [],
1039
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section2973115915418",
1040
+ "status": 1
1041
+ },
1042
+ "CanvasContext.arcTo": {
1043
+ "attrs": [],
1044
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section17529857204314",
1045
+ "status": 1
1046
+ },
1047
+ "CanvasContext.beginPath": {
1048
+ "attrs": [],
1049
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1139163516453",
1050
+ "status": 1
1051
+ },
1052
+ "CanvasContext.bezierCurveTo": {
1053
+ "attrs": [],
1054
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section11691109134112",
1055
+ "status": 1
1056
+ },
1057
+ "CanvasContext.clip": {
1058
+ "attrs": [],
1059
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1411817216468",
1060
+ "status": 1
1061
+ },
1062
+ "CanvasContext.closePath": {
1063
+ "attrs": [],
1064
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section49731011488",
1065
+ "status": 1
1066
+ },
1067
+ "CanvasContext.createCircularGradient": {
1068
+ "attrs": [],
1069
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section116961244211",
1070
+ "status": 1
1071
+ },
1072
+ "CanvasContext.createLinearGradient": {
1073
+ "attrs": [],
1074
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section5535185017486",
1075
+ "status": 1
1076
+ },
1077
+ "CanvasContext.clearRect": {
1078
+ "attrs": [],
1079
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section10865102716594",
1080
+ "status": 1
1081
+ },
1082
+ "CanvasContext.createPattern": {
1083
+ "attrs": [],
1084
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section225321124511",
1085
+ "status": 1
1086
+ },
1087
+ "CanvasContext.draw": {
1088
+ "attrs": [],
1089
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section6592205915515",
1090
+ "status": 1
1091
+ },
1092
+ "CanvasContext.drawImage": {
1093
+ "attrs": [],
1094
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section641314514448",
1095
+ "status": 1
1096
+ },
1097
+ "CanvasContext.fill": {
1098
+ "attrs": [],
1099
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section619613374521",
1100
+ "status": 1
1101
+ },
1102
+ "CanvasContext.fillRect": {
1103
+ "attrs": [],
1104
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section143618152531",
1105
+ "status": 1
1106
+ },
1107
+ "CanvasContext.fillText": {
1108
+ "attrs": [],
1109
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1513724214545",
1110
+ "status": 1
1111
+ },
1112
+ "CanvasContext.lineTo": {
1113
+ "attrs": [],
1114
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section148204121553",
1115
+ "status": 1
1116
+ },
1117
+ "CanvasContext.measureText": {
1118
+ "attrs": [],
1119
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section479814471551",
1120
+ "status": 1
1121
+ },
1122
+ "CanvasContext.moveTo": {
1123
+ "attrs": [],
1124
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section459817319565",
1125
+ "status": 1
1126
+ },
1127
+ "CanvasContext.quadraticCurveTo": {
1128
+ "attrs": [],
1129
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section167711146174611",
1130
+ "status": 1
1131
+ },
1132
+ "CanvasContext.rect": {
1133
+ "attrs": [],
1134
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1883896114813",
1135
+ "status": 1
1136
+ },
1137
+ "CanvasContext.restore": {
1138
+ "attrs": [],
1139
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section16119447165716",
1140
+ "status": 1
1141
+ },
1142
+ "CanvasContext.rotate": {
1143
+ "attrs": [],
1144
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section6442857185014",
1145
+ "status": 1
1146
+ },
1147
+ "CanvasContext.save": {
1148
+ "attrs": [],
1149
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1592912107582",
1150
+ "status": 1
1151
+ },
1152
+ "CanvasContext.scale": {
1153
+ "attrs": [],
1154
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section0700104915120",
1155
+ "status": 1
1156
+ },
1157
+ "CanvasContext.setFillStyle": {
1158
+ "attrs": [],
1159
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section296383945819",
1160
+ "status": 1
1161
+ },
1162
+ "CanvasContext.setFontSize": {
1163
+ "attrs": [],
1164
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section205198225599",
1165
+ "status": 1
1166
+ },
1167
+ "CanvasContext.setGlobalAlpha": {
1168
+ "attrs": [],
1169
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section189451213155817",
1170
+ "status": 1
1171
+ },
1172
+ "CanvasContext.setLineCap": {
1173
+ "attrs": [],
1174
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1111912420583",
1175
+ "status": 1
1176
+ },
1177
+ "CanvasContext.setLineDash": {
1178
+ "attrs": [],
1179
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1568392017112",
1180
+ "status": 1
1181
+ },
1182
+ "CanvasContext.setLineJoin": {
1183
+ "attrs": [],
1184
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section15107162912210",
1185
+ "status": 1
1186
+ },
1187
+ "CanvasContext.setLineWidth": {
1188
+ "attrs": [],
1189
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section173402396310",
1190
+ "status": 1
1191
+ },
1192
+ "CanvasContext.setMiterLimit": {
1193
+ "attrs": [],
1194
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section195775163411",
1195
+ "status": 1
1196
+ },
1197
+ "CanvasContext.setShadow": {
1198
+ "attrs": [],
1199
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1032217225613",
1200
+ "status": 1
1201
+ },
1202
+ "CanvasContext.setStrokeStyle": {
1203
+ "attrs": [],
1204
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section157511501179",
1205
+ "status": 1
1206
+ },
1207
+ "CanvasContext.setTextAlign": {
1208
+ "attrs": [],
1209
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section4893315416",
1210
+ "status": 1
1211
+ },
1212
+ "CanvasContext.setTransform": {
1213
+ "attrs": [],
1214
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1592212488817",
1215
+ "status": 1
1216
+ },
1217
+ "CanvasContext.stroke": {
1218
+ "attrs": [],
1219
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section43133219913",
1220
+ "status": 1
1221
+ },
1222
+ "CanvasContext.strokeRect": {
1223
+ "attrs": [],
1224
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section9809916100",
1225
+ "status": 1
1226
+ },
1227
+ "CanvasContext.strokeText": {
1228
+ "attrs": [],
1229
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section160474514118",
1230
+ "status": 1
1231
+ },
1232
+ "CanvasContext.transform": {
1233
+ "attrs": [],
1234
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section98901041101212",
1235
+ "status": 1
1236
+ },
1237
+ "CanvasContext.translate": {
1238
+ "attrs": [],
1239
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1992740171413",
1240
+ "status": 1
1241
+ },
1242
+ "CanvasContext.setTextBaseline": {
1243
+ "attrs": [],
1244
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section956721415215",
1245
+ "status": 1
1246
+ },
1247
+ "CanvasGradient.addColorStop": {
1248
+ "attrs": [],
1249
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section6299178539",
1250
+ "status": 1
1251
+ },
1252
+ "has.login": {
1253
+ "attrs": [
1254
+ "参数timeout缺失",
1255
+ "返回值idToken、openID、unionID新增",
1256
+ "开发者登录成功后可直接获取openid、unionid,无需使用 code 换取"
1257
+ ],
1258
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-account#section12578121410238",
1259
+ "status": 2
1260
+ },
1261
+ "has.authorize": {
1262
+ "attrs": [
1263
+ "scope列表scope.userLocationBackground、scope.record、scope.bluetooth、scope.writePhotosAlbum、scope.addPhoneContact、scope.addPhoneCalendar、scope.werun缺失"
1264
+ ],
1265
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-authorization#section9455943192416",
1266
+ "status": 2
1267
+ },
1268
+ "has.openSetting": {
1269
+ "attrs": [
1270
+ "参数withSubscriptions缺失",
1271
+ "返回值subscriptionsSetting缺失"
1272
+ ],
1273
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-setting#section24213466255",
1274
+ "status": 2
1275
+ },
1276
+ "has.getSetting": {
1277
+ "attrs": [
1278
+ "参数withSubscriptions缺失",
1279
+ "返回值subscriptionsSetting、miniprogramAuthSetting缺失"
1280
+ ],
1281
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-setting#section1225113281137",
1282
+ "status": 2
1283
+ },
1284
+ "has.requestPayment": {
1285
+ "attrs": [
1286
+ "需要单独适配"
1287
+ ],
1288
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-payment#section17879142014260",
1289
+ "status": 2
1290
+ },
1291
+ "has.cashierPicker": {
1292
+ "attrs": [],
1293
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-payment#section128685506357",
1294
+ "status": 1
1295
+ },
1296
+ "has.onPrivacyStateChanged": {
1297
+ "attrs": [],
1298
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-privacy#section117491755122616",
1299
+ "status": 1
1300
+ },
1301
+ "has.getPrivacySetting": {
1302
+ "attrs": [
1303
+ "返回值privacyContractName缺失"
1304
+ ],
1305
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-privacy#section5831339132715",
1306
+ "status": 2
1307
+ },
1308
+ "has.requestSubscribeMessage": {
1309
+ "attrs": [],
1310
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-message-subscription#section13291028162816",
1311
+ "status": 1
1312
+ },
1313
+ "has.chooseAddress": {
1314
+ "attrs": [
1315
+ "返回值errMsg缺失"
1316
+ ],
1317
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-shipping-address#section173671946154920",
1318
+ "status": 2
1319
+ },
1320
+ "has.chooseInvoiceTitle": {
1321
+ "attrs": [
1322
+ "返回值errMsg缺失"
1323
+ ],
1324
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-invoice#section497147185016",
1325
+ "status": 2
1326
+ },
1327
+ "has.queryIapEnvStatus": {
1328
+ "attrs": [],
1329
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-iap#section1895365618517",
1330
+ "status": 1
1331
+ },
1332
+ "has.createIap": {
1333
+ "attrs": [],
1334
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-iap#section10959161882217",
1335
+ "status": 1
1336
+ },
1337
+ "has.finishIap": {
1338
+ "attrs": [],
1339
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-iap#section10262193993020",
1340
+ "status": 1
1341
+ },
1342
+ "has.queryIap": {
1343
+ "attrs": [],
1344
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-iap#section7637172315311",
1345
+ "status": 1
1346
+ },
1347
+ "has.getNetworkType": {
1348
+ "attrs": [
1349
+ "返回值signalStrength、hasSystemProxy、weakNet缺失",
1350
+ "networkType枚举值2g、3g、4g、5g缺失,cellular、bluetooth、ethernet、vpn新增"
1351
+ ],
1352
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-network-type#section92461352165116",
1353
+ "status": 2
1354
+ },
1355
+ "has.onNetworkStatusChange": {
1356
+ "attrs": [
1357
+ "networkType枚举值2g、3g、4g、5g缺失,cellular、bluetooth、ethernet、vpn新增"
1358
+ ],
1359
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-network-type#section1779309267",
1360
+ "status": 2
1361
+ },
1362
+ "has.offNetworkStatusChange": {
1363
+ "attrs": [],
1364
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-network-type#section1011485410382",
1365
+ "status": 1
1366
+ },
1367
+ "has.makePhoneCall": {
1368
+ "attrs": [],
1369
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-telephony#section46536374545",
1370
+ "status": 1
1371
+ },
1372
+ "has.startDeviceMotionListening": {
1373
+ "attrs": [],
1374
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-device-orientation#section17479101835512",
1375
+ "status": 1
1376
+ },
1377
+ "has.stopDeviceMotionListening": {
1378
+ "attrs": [],
1379
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-device-orientation#section1431210209567",
1380
+ "status": 1
1381
+ },
1382
+ "has.onDeviceMotionChange": {
1383
+ "attrs": [],
1384
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-device-orientation#section910913507565",
1385
+ "status": 1
1386
+ },
1387
+ "has.offDeviceMotionChange": {
1388
+ "attrs": [],
1389
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-device-orientation#section173178294579",
1390
+ "status": 1
1391
+ },
1392
+ "has.scanCode": {
1393
+ "attrs": [
1394
+ "返回值charSet、path、rawData缺失",
1395
+ "scanType枚举值MAXICODE、RSS_14、RSS_EXPANDED、UPC_EAN_EXTENSION、WX_CODE、CODE_25缺失FORMAT_UNKNOWN、MULTIFUNCTIONAL新增"
1396
+ ],
1397
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-scan#section778812254587",
1398
+ "status": 2
1399
+ },
1400
+ "has.vibrateShort": {
1401
+ "attrs": [],
1402
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-vibrator#section15761257195916",
1403
+ "status": 1
1404
+ },
1405
+ "has.vibrateLong": {
1406
+ "attrs": [],
1407
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-canvas#section1592212488817",
1408
+ "status": 1
1409
+ },
1410
+ "has.getBatteryInfoSync": {
1411
+ "attrs": [],
1412
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-battery-info#section15761257195916",
1413
+ "status": 1
1414
+ },
1415
+ "has.getBatteryInfo": {
1416
+ "attrs": [],
1417
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-battery-info#section03461410723",
1418
+ "status": 1
1419
+ },
1420
+ "has.addPhoneCalendar": {
1421
+ "attrs": [
1422
+ "参数path、signature缺失"
1423
+ ],
1424
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-calendar#section15761257195916",
1425
+ "status": 2
1426
+ },
1427
+ "has.addPhoneRepeatCalendar": {
1428
+ "attrs": [
1429
+ "参数path、signature缺失"
1430
+ ],
1431
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-calendar#section03461410723",
1432
+ "status": 2
1433
+ },
1434
+ "has.startBluetoothDevicesDiscovery": {
1435
+ "attrs": [
1436
+ "参数services、powerLevel缺失"
1437
+ ],
1438
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section9510559112319",
1439
+ "status": 2
1440
+ },
1441
+ "has.stopBluetoothDevicesDiscovery": {
1442
+ "attrs": [],
1443
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section535011343295",
1444
+ "status": 1
1445
+ },
1446
+ "has.openBluetoothAdapter": {
1447
+ "attrs": [
1448
+ "参数mode缺失"
1449
+ ],
1450
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section08384305304",
1451
+ "status": 2
1452
+ },
1453
+ "has.closeBluetoothAdapter": {
1454
+ "attrs": [],
1455
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section165968306315",
1456
+ "status": 1
1457
+ },
1458
+ "has.onBluetoothDeviceFound": {
1459
+ "attrs": [
1460
+ "devices属性RSSI、advertisData、advertisServiceUUIDs、serviceData、connectable缺失"
1461
+ ],
1462
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section871217215013",
1463
+ "status": 2
1464
+ },
1465
+ "has.offBluetoothDeviceFound": {
1466
+ "attrs": [],
1467
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section181051814747",
1468
+ "status": 1
1469
+ },
1470
+ "has.onBluetoothAdapterStateChange": {
1471
+ "attrs": [],
1472
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section18713151410518",
1473
+ "status": 1
1474
+ },
1475
+ "has.offBluetoothAdapterStateChange": {
1476
+ "attrs": [],
1477
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section195951141060",
1478
+ "status": 1
1479
+ },
1480
+ "has.getBluetoothDevices": {
1481
+ "attrs": [
1482
+ "返回的devices属性:RSSI、advertisData、advertisServiceUUIDs、serviceData、connectable仅在BLE下有效"
1483
+ ],
1484
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section75734181810",
1485
+ "status": 2
1486
+ },
1487
+ "has.getBluetoothAdapterState": {
1488
+ "attrs": [],
1489
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-bluetooth#section11384521591",
1490
+ "status": 1
1491
+ },
1492
+ "has.createBLEConnection": {
1493
+ "attrs": [
1494
+ "参数timeout缺失"
1495
+ ],
1496
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-ble#section137135243210",
1497
+ "status": 2
1498
+ },
1499
+ "has.closeBLEConnection": {
1500
+ "attrs": [],
1501
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-ble#section8995185102214",
1502
+ "status": 1
1503
+ },
1504
+ "has.chooseContact": {
1505
+ "attrs": [
1506
+ "返回值phoneNumberList缺失"
1507
+ ],
1508
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-contact#section13111132122617",
1509
+ "status": 2
1510
+ },
1511
+ "has.onWifiConnected": {
1512
+ "attrs": [],
1513
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-wifi#section18491147183619",
1514
+ "status": 1
1515
+ },
1516
+ "has.offWifiConnected": {
1517
+ "attrs": [],
1518
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-wifi#section115926618405",
1519
+ "status": 1
1520
+ },
1521
+ "has.onGetWifiList": {
1522
+ "attrs": [],
1523
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-wifi#section19736163616400",
1524
+ "status": 1
1525
+ },
1526
+ "has.offGetWifiList": {
1527
+ "attrs": [],
1528
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-wifi#section12709728194113",
1529
+ "status": 1
1530
+ },
1531
+ "has.getWifiList": {
1532
+ "attrs": [],
1533
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-wifi#section376421713426",
1534
+ "status": 1
1535
+ },
1536
+ "has.getConnectedWifi": {
1537
+ "attrs": [],
1538
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-wifi#section321917114432",
1539
+ "status": 1
1540
+ },
1541
+ "has.connectWifi": {
1542
+ "attrs": [
1543
+ "参数partialInfo缺失"
1544
+ ],
1545
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-wifi#section3138144474314",
1546
+ "status": 2
1547
+ },
1548
+ "has.setScreenBrightness": {
1549
+ "attrs": [],
1550
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-screen#section2447357185011",
1551
+ "status": 1
1552
+ },
1553
+ "has.setKeepScreenOn": {
1554
+ "attrs": [],
1555
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-screen#section171616213521",
1556
+ "status": 1
1557
+ },
1558
+ "has.onUserCaptureScreen": {
1559
+ "attrs": [
1560
+ "参数query、promise缺失"
1561
+ ],
1562
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-screen#section7257113512526",
1563
+ "status": 2
1564
+ },
1565
+ "has.offUserCaptureScreen": {
1566
+ "attrs": [],
1567
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-screen#section11568102205314",
1568
+ "status": 1
1569
+ },
1570
+ "has.getScreenBrightness": {
1571
+ "attrs": [],
1572
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-screen#section557214526536",
1573
+ "status": 1
1574
+ },
1575
+ "has.startAccelerometer": {
1576
+ "attrs": [],
1577
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-accelerometer#section1641162111597",
1578
+ "status": 1
1579
+ },
1580
+ "has.stopAccelerometer": {
1581
+ "attrs": [],
1582
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-accelerometer#section191572050185920",
1583
+ "status": 1
1584
+ },
1585
+ "has.onAccelerometerChange": {
1586
+ "attrs": [],
1587
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-accelerometer#section171279161011",
1588
+ "status": 1
1589
+ },
1590
+ "has.offAccelerometerChange": {
1591
+ "attrs": [],
1592
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-accelerometer#section4981545905",
1593
+ "status": 1
1594
+ },
1595
+ "has.startCompass": {
1596
+ "attrs": [],
1597
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-compass#section22475963014",
1598
+ "status": 1
1599
+ },
1600
+ "has.stopCompass": {
1601
+ "attrs": [],
1602
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-compass#section81801163314",
1603
+ "status": 1
1604
+ },
1605
+ "has.onCompassChange": {
1606
+ "attrs": [
1607
+ "accuracy枚举值no-contact、unknow缺失"
1608
+ ],
1609
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-compass#section88761913164415",
1610
+ "status": 2
1611
+ },
1612
+ "has.offCompassChange": {
1613
+ "attrs": [],
1614
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-compass#section922911595449",
1615
+ "status": 1
1616
+ },
1617
+ "has.startGyroscope": {
1618
+ "attrs": [],
1619
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-gyroscope#section8667195485210",
1620
+ "status": 1
1621
+ },
1622
+ "has.stopGyroscope": {
1623
+ "attrs": [],
1624
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-gyroscope#section659561585318",
1625
+ "status": 1
1626
+ },
1627
+ "has.onGyroscopeChange": {
1628
+ "attrs": [],
1629
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-gyroscope#section66595396536",
1630
+ "status": 1
1631
+ },
1632
+ "has.offGyroscopeChange": {
1633
+ "attrs": [],
1634
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-gyroscope#section6663153125413",
1635
+ "status": 1
1636
+ },
1637
+ "has.onKeyboardHeightChange": {
1638
+ "attrs": [],
1639
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-keyboard#section6663153125413",
1640
+ "status": 1
1641
+ },
1642
+ "has.hideKeyboard": {
1643
+ "attrs": [],
1644
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-keyboard#section139217420112",
1645
+ "status": 1
1646
+ },
1647
+ "has.getSelectedTextRange": {
1648
+ "attrs": [],
1649
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-keyboard#section131121617411",
1650
+ "status": 1
1651
+ },
1652
+ "has.setClipboardData": {
1653
+ "attrs": [],
1654
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-clipboard#section19830193993211",
1655
+ "status": 1
1656
+ },
1657
+ "has.getExtConfig": {
1658
+ "attrs": [],
1659
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-third-party-platform#section11605923432",
1660
+ "status": 1
1661
+ },
1662
+ "has.getExtConfigSync": {
1663
+ "attrs": [],
1664
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-third-party-platform#section158812051841",
1665
+ "status": 1
1666
+ },
1667
+ "has.createSelectorQuery": {
1668
+ "attrs": [],
1669
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section16397367713",
1670
+ "status": 1
1671
+ },
1672
+ "has.createIntersectionObserver": {
1673
+ "attrs": [
1674
+ "参数options.nativeMode缺失"
1675
+ ],
1676
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section5486143415510",
1677
+ "status": 2
1678
+ },
1679
+ "IntersectionObserver.disconnect": {
1680
+ "attrs": [],
1681
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section366110103111",
1682
+ "status": 1
1683
+ },
1684
+ "IntersectionObserver.observe": {
1685
+ "attrs": [
1686
+ "返回值id、dataset缺失"
1687
+ ],
1688
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section751516463318",
1689
+ "status": 2
1690
+ },
1691
+ "IntersectionObserver.relativeTo": {
1692
+ "attrs": [],
1693
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section943533173513",
1694
+ "status": 1
1695
+ },
1696
+ "IntersectionObserver.relativeToViewport": {
1697
+ "attrs": [],
1698
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section76055823414",
1699
+ "status": 1
1700
+ },
1701
+ "SelectorQuery.exec": {
1702
+ "attrs": [],
1703
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section970218438170",
1704
+ "status": 1
1705
+ },
1706
+ "SelectorQuery.in": {
1707
+ "attrs": [],
1708
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section181381317131917",
1709
+ "status": 1
1710
+ },
1711
+ "SelectorQuery.select": {
1712
+ "attrs": [],
1713
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section19750195612225",
1714
+ "status": 1
1715
+ },
1716
+ "SelectorQuery.selectAll": {
1717
+ "attrs": [],
1718
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section19750195612225",
1719
+ "status": 1
1720
+ },
1721
+ "SelectorQuery.selectViewport": {
1722
+ "attrs": [],
1723
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section10294153312230",
1724
+ "status": 1
1725
+ },
1726
+ "NodesRef.boundingClientRect": {
1727
+ "attrs": [],
1728
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-hxml#section1274818717249",
1729
+ "status": 1
1730
+ },
1731
+ "has.getAAID": {
1732
+ "attrs": [],
1733
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-push-service#section5245125513128",
1734
+ "status": 1
1735
+ },
1736
+ "has.deleteAAID": {
1737
+ "attrs": [],
1738
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-push-service#section184663013194",
1739
+ "status": 1
1740
+ },
1741
+ "has.getPushToken": {
1742
+ "attrs": [],
1743
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-push-service#section6685114142013",
1744
+ "status": 1
1745
+ },
1746
+ "has.deletePushToken": {
1747
+ "attrs": [],
1748
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/apis-push-service#section11914144392118",
1749
+ "status": 1
1750
+ }
1751
+ },
1752
+ "component": {
1753
+ "movable-area": {
1754
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-movable-area",
1755
+ "attrs": [],
1756
+ "status": 1
1757
+ },
1758
+ "movable-view": {
1759
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-movable-view",
1760
+ "attrs": [
1761
+ "事件bindhtouchmove、bindvtouchmove缺失"
1762
+ ],
1763
+ "status": 2
1764
+ },
1765
+ "scroll-view": {
1766
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-scroll-view",
1767
+ "attrs": [
1768
+ "属性 scroll-into-view-offset、enable-back-to-top、enable-passive、bounces、fast-deceleration、scroll-anchoring缺失",
1769
+ "事件binddragstart、binddragging、binddragend缺失"
1770
+ ],
1771
+ "status": 2
1772
+ },
1773
+ "swiper": {
1774
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-swiper",
1775
+ "attrs": [
1776
+ "属性disable-touch新增",
1777
+ "indicator-active-color默认值为 #0A59F7",
1778
+ "属性easing-function缺失",
1779
+ "不支持Skyline、WebView 特有属性"
1780
+ ],
1781
+ "status": 2
1782
+ },
1783
+ "swiper-item": {
1784
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-swiper-item",
1785
+ "attrs": [
1786
+ "属性skip-hidden-item-layout缺失"
1787
+ ],
1788
+ "status": 2
1789
+ },
1790
+ "view": {
1791
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-view",
1792
+ "attrs": [],
1793
+ "status": 1
1794
+ },
1795
+ "icon": {
1796
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-icon",
1797
+ "attrs": [
1798
+ "type有效值success_circle、circle、waiting_circle、info_circle、safe_warn、safe_success新增"
1799
+ ],
1800
+ "status": 2
1801
+ },
1802
+ "progress": {
1803
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-progress",
1804
+ "attrs": [
1805
+ "color与activeColor默认值为#0A59F7",
1806
+ "backgroundColor默认值为#00000019"
1807
+ ],
1808
+ "status": 2
1809
+ },
1810
+ "rich-text": {
1811
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-rich-text",
1812
+ "attrs": [
1813
+ "不支持Skyline 特有属性"
1814
+ ],
1815
+ "status": 2
1816
+ },
1817
+ "text": {
1818
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-text",
1819
+ "attrs": [
1820
+ "属性selectable缺失",
1821
+ "缺少Skyline 特有属性"
1822
+ ],
1823
+ "status": 2
1824
+ },
1825
+ "button": {
1826
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-button",
1827
+ "attrs": [
1828
+ "form-type缺少合法值:submitToGroup",
1829
+ "open-type缺少合法值:contact、liveActivity、share、getRealtimePhoneNumber、getUserInfo、feedback、chooseAvatar、agreePrivacyAuthorization",
1830
+ "属性lang、session-from、send-message-title、send-message-path、send-message-img、app-parameter、show-message-card、phone-number-no-quota-toast、need-show-entrance、entrance-path、createliveactivity缺失",
1831
+ "属性app-bundle-name、app-module-name、app-ability-name、app-parameters新增",
1832
+ "事件bindgetuserinfo、bindcontact、bindgetrealtimephonenumber、bindchooseavatar、bindagreeprivacyauthorization缺失"
1833
+ ],
1834
+ "status": 2
1835
+ },
1836
+ "checkbox": {
1837
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-checkbox",
1838
+ "attrs": [],
1839
+ "status": 1
1840
+ },
1841
+ "checkbox-group": {
1842
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-checkbox-group",
1843
+ "attrs": [],
1844
+ "status": 1
1845
+ },
1846
+ "form": {
1847
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-form",
1848
+ "attrs": [
1849
+ "属性:report-submit、report-submit-timeout缺失",
1850
+ "事件bindsubmitToGroup缺失"
1851
+ ],
1852
+ "status": 2
1853
+ },
1854
+ "input": {
1855
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-input",
1856
+ "attrs": [
1857
+ "type的合法值idcard、digit、safe-password、nickname缺失",
1858
+ "属性cursor-spacing、auto-focus、always-embed、confirm-hold、cursor、cursor-color、selection-start、selection-end、adjust-position、hold-keyboard、safe-password-cert-path、safe-password-length、safe-password-time-stamp、safe-password-nonce、safe-password-salt 、safe-password-custom-hash",
1859
+ "事件bindchange、bindkeyboardheightchange、bindnicknamereview缺失",
1860
+ "不支持Skyline特有属性:bind:selectionchange、bind:keyboardcompositionstart"
1861
+ ],
1862
+ "status": 2
1863
+ },
1864
+ "label": {
1865
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-label",
1866
+ "attrs": [],
1867
+ "status": 1
1868
+ },
1869
+ "picker": {
1870
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-picker",
1871
+ "attrs": [
1872
+ "属性header-text缺失",
1873
+ "日期选择器属性fields缺失",
1874
+ "省市区选择器属性custom-item、level缺失"
1875
+ ],
1876
+ "status": 2
1877
+ },
1878
+ "picker-view": {
1879
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-picker-view",
1880
+ "attrs": [
1881
+ "属性mask-class缺失"
1882
+ ],
1883
+ "status": 2
1884
+ },
1885
+ "picker-view-column": {
1886
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-picker-view-column",
1887
+ "attrs": [],
1888
+ "status": 1
1889
+ },
1890
+ "radio": {
1891
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-radio",
1892
+ "attrs": [],
1893
+ "status": 1
1894
+ },
1895
+ "radio-group": {
1896
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-radio-group",
1897
+ "attrs": [],
1898
+ "status": 1
1899
+ },
1900
+ "slider": {
1901
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-slider",
1902
+ "attrs": [
1903
+ "属性color、selected-color缺失"
1904
+ ],
1905
+ "status": 2
1906
+ },
1907
+ "switch": {
1908
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-switch",
1909
+ "attrs": [],
1910
+ "status": 1
1911
+ },
1912
+ "textarea": {
1913
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-textarea",
1914
+ "attrs": [
1915
+ "属性auto-focus、cursor-spacing、cursor、selection-start、selection-end、adjust-position、hold-keyboard、disable-default-padding、confirm-hold、adjust-keyboard-to缺失",
1916
+ "事件bindlinechange、bindkeyboardheightchange缺失",
1917
+ "不支持Skyline 特有属性",
1918
+ "不支持WebView 特有属性"
1919
+ ],
1920
+ "status": 2
1921
+ },
1922
+ "navigator": {
1923
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-navigator",
1924
+ "attrs": [
1925
+ "target只支持self",
1926
+ "open-type缺少合法值:exit",
1927
+ "属性 app-id、path、extra-data、version、short-link缺失",
1928
+ "事件bindsuccess、bindfail、bindcomplete缺失"
1929
+ ],
1930
+ "status": 2
1931
+ },
1932
+ "image": {
1933
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-image",
1934
+ "attrs": [
1935
+ "属性show-menu-by-longpress缺失",
1936
+ "不支持Skyline 特有属性",
1937
+ "特有属性webp缺失"
1938
+ ],
1939
+ "status": 2
1940
+ },
1941
+ "video": {
1942
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-video",
1943
+ "attrs": [
1944
+ "视频支持的格式是:mp4,(avi格式的视频会被转成音频格式,无法正常出现视频界面)。",
1945
+ "属性duration、danmu-list、danmu-btn、enable-danmu、initial-time、page-gesture、direction、show-progress、show-fullscreen-btn、show-play-btn、show-center-play-btn、enable-progress-gesture、show-mute-btn、title、play-btn-position、enable-play-gesture、auto-pause-if-navigate、auto-pause-if-open-native、vslide-gesture、vslide-gesture-in-fullscreen、show-bottom-progress、ad-unit-id、poster-for-crawler、show-casting-button、picture-in-picture-mode、picture-in-picture-show-progress、picture-in-picture-init-position=、enable-auto-rotation、show-screen-lock-button、show-snapshot-button、show-background-playback-button、background-poster、referrer-policy、is-drm、is-live、provision-url、certificate-url、license-url、preferred-peak-bit-rate缺失",
1946
+ "事件bindtimeupdate、bindfullscreenchange、bindwaiting、binderror、bindprogress、bindloadedmetadata、bindcontrolstoggle、bindenterpictureinpicture、bindleavepictureinpicture、bindseekcomplete、bindcastinguserselect、bindcastingstatechange、bindcastinginterrupt缺失"
1947
+ ],
1948
+ "status": 2
1949
+ },
1950
+ "camera": {
1951
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-camera",
1952
+ "attrs": [
1953
+ "属性mode、resolution、frame-size缺失",
1954
+ "事件bindscancode缺失"
1955
+ ],
1956
+ "status": 2
1957
+ },
1958
+ "map": {
1959
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-map",
1960
+ "attrs": [
1961
+ "属性min-scale、max-scale、covers、controls、include-points、polygons、subkey、layer-style、rotate、skew、enable-3D、show-compass、show-scale、enable-overlooking、enable-auto-max-overlooking、enable-zoom、enable-scroll、enable-rotate、enable-satellite、enable-traffic、enable-poi、enable-building、setting缺失",
1962
+ "事件bindlabeltap、bindcontroltap、bindcallouttap、bindpoitap、bindpolylinetap、bindabilitysuccess、bindabilityfail、bindauthsuccess、bindinterpolatepoint、binderror缺失"
1963
+ ],
1964
+ "status": 2
1965
+ },
1966
+ "canvas": {
1967
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-canvas",
1968
+ "attrs": [
1969
+ "type:仅支持2d"
1970
+ ],
1971
+ "status": 2
1972
+ },
1973
+ "web-view": {
1974
+ "doc": "https://developer.huawei.com/consumer/cn/doc/atomic-ascf/components-web-view",
1975
+ "attrs": [],
1976
+ "status": 1
1977
+ }
1978
+ }
1979
+ }