@mpxjs/webpack-plugin 2.10.1-beta.7 → 2.10.2

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 (61) hide show
  1. package/LICENSE +433 -0
  2. package/lib/config.js +1 -2
  3. package/lib/index.js +12 -2
  4. package/lib/platform/json/wx/index.js +3 -6
  5. package/lib/platform/style/wx/index.js +12 -23
  6. package/lib/platform/template/wx/component-config/button.js +2 -19
  7. package/lib/platform/template/wx/component-config/canvas.js +0 -4
  8. package/lib/platform/template/wx/component-config/checkbox-group.js +0 -4
  9. package/lib/platform/template/wx/component-config/checkbox.js +0 -4
  10. package/lib/platform/template/wx/component-config/cover-image.js +1 -7
  11. package/lib/platform/template/wx/component-config/cover-view.js +0 -4
  12. package/lib/platform/template/wx/component-config/fix-component-name.js +2 -3
  13. package/lib/platform/template/wx/component-config/form.js +1 -7
  14. package/lib/platform/template/wx/component-config/icon.js +0 -4
  15. package/lib/platform/template/wx/component-config/image.js +1 -7
  16. package/lib/platform/template/wx/component-config/input.js +3 -18
  17. package/lib/platform/template/wx/component-config/label.js +0 -4
  18. package/lib/platform/template/wx/component-config/movable-area.js +1 -7
  19. package/lib/platform/template/wx/component-config/movable-view.js +3 -12
  20. package/lib/platform/template/wx/component-config/navigator.js +0 -4
  21. package/lib/platform/template/wx/component-config/picker-view-column.js +0 -4
  22. package/lib/platform/template/wx/component-config/picker-view.js +1 -7
  23. package/lib/platform/template/wx/component-config/picker.js +1 -7
  24. package/lib/platform/template/wx/component-config/radio-group.js +0 -4
  25. package/lib/platform/template/wx/component-config/radio.js +0 -4
  26. package/lib/platform/template/wx/component-config/rich-text.js +0 -4
  27. package/lib/platform/template/wx/component-config/root-portal.js +0 -4
  28. package/lib/platform/template/wx/component-config/scroll-view.js +2 -10
  29. package/lib/platform/template/wx/component-config/swiper-item.js +1 -7
  30. package/lib/platform/template/wx/component-config/swiper.js +3 -12
  31. package/lib/platform/template/wx/component-config/switch.js +0 -4
  32. package/lib/platform/template/wx/component-config/text.js +1 -7
  33. package/lib/platform/template/wx/component-config/textarea.js +3 -18
  34. package/lib/platform/template/wx/component-config/unsupported.js +0 -7
  35. package/lib/platform/template/wx/component-config/video.js +2 -10
  36. package/lib/platform/template/wx/component-config/view.js +1 -7
  37. package/lib/platform/template/wx/component-config/web-view.js +0 -4
  38. package/lib/platform/template/wx/index.js +13 -32
  39. package/lib/react/processScript.js +2 -2
  40. package/lib/runtime/components/react/KeyboardAvoidingView.tsx +30 -18
  41. package/lib/runtime/components/react/context.ts +3 -4
  42. package/lib/runtime/components/react/dist/KeyboardAvoidingView.jsx +23 -13
  43. package/lib/runtime/components/react/dist/mpx-image.jsx +2 -2
  44. package/lib/runtime/components/react/dist/mpx-input.jsx +54 -44
  45. package/lib/runtime/components/react/dist/mpx-picker-view-column.jsx +2 -2
  46. package/lib/runtime/components/react/dist/mpx-scroll-view.jsx +7 -4
  47. package/lib/runtime/components/react/dist/mpx-textarea.jsx +6 -6
  48. package/lib/runtime/components/react/dist/mpx-web-view.jsx +4 -4
  49. package/lib/runtime/components/react/dist/utils.jsx +0 -15
  50. package/lib/runtime/components/react/mpx-image.tsx +2 -2
  51. package/lib/runtime/components/react/mpx-input.tsx +66 -54
  52. package/lib/runtime/components/react/mpx-picker-view-column.tsx +2 -2
  53. package/lib/runtime/components/react/mpx-scroll-view.tsx +8 -4
  54. package/lib/runtime/components/react/mpx-textarea.tsx +10 -6
  55. package/lib/runtime/components/react/mpx-web-view.tsx +4 -4
  56. package/lib/runtime/components/react/types/global.d.ts +1 -1
  57. package/lib/runtime/components/react/utils.tsx +1 -16
  58. package/lib/runtime/components/web/mini-video-controls.min.js +1 -1
  59. package/lib/template-compiler/compiler.js +3 -3
  60. package/lib/utils/env.js +1 -1
  61. package/package.json +4 -4
package/LICENSE ADDED
@@ -0,0 +1,433 @@
1
+ Apache License
2
+
3
+ Version 2.0, January 2004
4
+
5
+ http://www.apache.org/licenses/
6
+
7
+
8
+
9
+
10
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
+
12
+
13
+
14
+
15
+ 1. Definitions.
16
+
17
+
18
+
19
+
20
+ "License" shall mean the terms and conditions for use, reproduction,
21
+
22
+ and distribution as defined by Sections 1 through 9 of this document.
23
+
24
+
25
+
26
+
27
+ "Licensor" shall mean the copyright owner or entity authorized by
28
+
29
+ the copyright owner that is granting the License.
30
+
31
+
32
+
33
+
34
+ "Legal Entity" shall mean the union of the acting entity and all
35
+
36
+ other entities that control, are controlled by, or are under common
37
+
38
+ control with that entity. For the purposes of this definition,
39
+
40
+ "control" means (i) the power, direct or indirect, to cause the
41
+
42
+ direction or management of such entity, whether by contract or
43
+
44
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
45
+
46
+ outstanding shares, or (iii) beneficial ownership of such entity.
47
+
48
+
49
+
50
+
51
+ "You" (or "Your") shall mean an individual or Legal Entity
52
+
53
+ exercising permissions granted by this License.
54
+
55
+
56
+
57
+
58
+ "Source" form shall mean the preferred form for making modifications,
59
+
60
+ including but not limited to software source code, documentation
61
+
62
+ source, and configuration files.
63
+
64
+
65
+
66
+
67
+ "Object" form shall mean any form resulting from mechanical
68
+
69
+ transformation or translation of a Source form, including but
70
+
71
+ not limited to compiled object code, generated documentation,
72
+
73
+ and conversions to other media types.
74
+
75
+
76
+
77
+
78
+ "Work" shall mean the work of authorship, whether in Source or
79
+
80
+ Object form, made available under the License, as indicated by a
81
+
82
+ copyright notice that is included in or attached to the work
83
+
84
+ (an example is provided in the Appendix below).
85
+
86
+
87
+
88
+
89
+ "Derivative Works" shall mean any work, whether in Source or Object
90
+
91
+ form, that is based on (or derived from) the Work and for which the
92
+
93
+ editorial revisions, annotations, elaborations, or other modifications
94
+
95
+ represent, as a whole, an original work of authorship. For the purposes
96
+
97
+ of this License, Derivative Works shall not include works that remain
98
+
99
+ separable from, or merely link (or bind by name) to the interfaces of,
100
+
101
+ the Work and Derivative Works thereof.
102
+
103
+
104
+
105
+
106
+ "Contribution" shall mean any work of authorship, including
107
+
108
+ the original version of the Work and any modifications or additions
109
+
110
+ to that Work or Derivative Works thereof, that is intentionally
111
+
112
+ submitted to Licensor for inclusion in the Work by the copyright owner
113
+
114
+ or by an individual or Legal Entity authorized to submit on behalf of
115
+
116
+ the copyright owner. For the purposes of this definition, "submitted"
117
+
118
+ means any form of electronic, verbal, or written communication sent
119
+
120
+ to the Licensor or its representatives, including but not limited to
121
+
122
+ communication on electronic mailing lists, source code control systems,
123
+
124
+ and issue tracking systems that are managed by, or on behalf of, the
125
+
126
+ Licensor for the purpose of discussing and improving the Work, but
127
+
128
+ excluding communication that is conspicuously marked or otherwise
129
+
130
+ designated in writing by the copyright owner as "Not a Contribution."
131
+
132
+
133
+
134
+
135
+ "Contributor" shall mean Licensor and any individual or Legal Entity
136
+
137
+ on behalf of whom a Contribution has been received by Licensor and
138
+
139
+ subsequently incorporated within the Work.
140
+
141
+
142
+
143
+
144
+ 2. Grant of Copyright License. Subject to the terms and conditions of
145
+
146
+ this License, each Contributor hereby grants to You a perpetual,
147
+
148
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
149
+
150
+ copyright license to reproduce, prepare Derivative Works of,
151
+
152
+ publicly display, publicly perform, sublicense, and distribute the
153
+
154
+ Work and such Derivative Works in Source or Object form.
155
+
156
+
157
+
158
+
159
+ 3. Grant of Patent License. Subject to the terms and conditions of
160
+
161
+ this License, each Contributor hereby grants to You a perpetual,
162
+
163
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
164
+
165
+ (except as stated in this section) patent license to make, have made,
166
+
167
+ use, offer to sell, sell, import, and otherwise transfer the Work,
168
+
169
+ where such license applies only to those patent claims licensable
170
+
171
+ by such Contributor that are necessarily infringed by their
172
+
173
+ Contribution(s) alone or by combination of their Contribution(s)
174
+
175
+ with the Work to which such Contribution(s) was submitted. If You
176
+
177
+ institute patent litigation against any entity (including a
178
+
179
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
180
+
181
+ or a Contribution incorporated within the Work constitutes direct
182
+
183
+ or contributory patent infringement, then any patent licenses
184
+
185
+ granted to You under this License for that Work shall terminate
186
+
187
+ as of the date such litigation is filed.
188
+
189
+
190
+
191
+
192
+ 4. Redistribution. You may reproduce and distribute copies of the
193
+
194
+ Work or Derivative Works thereof in any medium, with or without
195
+
196
+ modifications, and in Source or Object form, provided that You
197
+
198
+ meet the following conditions:
199
+
200
+
201
+
202
+
203
+ (a) You must give any other recipients of the Work or
204
+
205
+ Derivative Works a copy of this License; and
206
+
207
+
208
+
209
+
210
+ (b) You must cause any modified files to carry prominent notices
211
+
212
+ stating that You changed the files; and
213
+
214
+
215
+
216
+
217
+ (c) You must retain, in the Source form of any Derivative Works
218
+
219
+ that You distribute, all copyright, patent, trademark, and
220
+
221
+ attribution notices from the Source form of the Work,
222
+
223
+ excluding those notices that do not pertain to any part of
224
+
225
+ the Derivative Works; and
226
+
227
+
228
+
229
+
230
+ (d) If the Work includes a "NOTICE" text file as part of its
231
+
232
+ distribution, then any Derivative Works that You distribute must
233
+
234
+ include a readable copy of the attribution notices contained
235
+
236
+ within such NOTICE file, excluding those notices that do not
237
+
238
+ pertain to any part of the Derivative Works, in at least one
239
+
240
+ of the following places: within a NOTICE text file distributed
241
+
242
+ as part of the Derivative Works; within the Source form or
243
+
244
+ documentation, if provided along with the Derivative Works; or,
245
+
246
+ within a display generated by the Derivative Works, if and
247
+
248
+ wherever such third-party notices normally appear. The contents
249
+
250
+ of the NOTICE file are for informational purposes only and
251
+
252
+ do not modify the License. You may add Your own attribution
253
+
254
+ notices within Derivative Works that You distribute, alongside
255
+
256
+ or as an addendum to the NOTICE text from the Work, provided
257
+
258
+ that such additional attribution notices cannot be construed
259
+
260
+ as modifying the License.
261
+
262
+
263
+
264
+
265
+ You may add Your own copyright statement to Your modifications and
266
+
267
+ may provide additional or different license terms and conditions
268
+
269
+ for use, reproduction, or distribution of Your modifications, or
270
+
271
+ for any such Derivative Works as a whole, provided Your use,
272
+
273
+ reproduction, and distribution of the Work otherwise complies with
274
+
275
+ the conditions stated in this License.
276
+
277
+
278
+
279
+
280
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
281
+
282
+ any Contribution intentionally submitted for inclusion in the Work
283
+
284
+ by You to the Licensor shall be under the terms and conditions of
285
+
286
+ this License, without any additional terms or conditions.
287
+
288
+ Notwithstanding the above, nothing herein shall supersede or modify
289
+
290
+ the terms of any separate license agreement you may have executed
291
+
292
+ with Licensor regarding such Contributions.
293
+
294
+
295
+
296
+
297
+ 6. Trademarks. This License does not grant permission to use the trade
298
+
299
+ names, trademarks, service marks, or product names of the Licensor,
300
+
301
+ except as required for reasonable and customary use in describing the
302
+
303
+ origin of the Work and reproducing the content of the NOTICE file.
304
+
305
+
306
+
307
+
308
+ 7. Disclaimer of Warranty. Unless required by applicable law or
309
+
310
+ agreed to in writing, Licensor provides the Work (and each
311
+
312
+ Contributor provides its Contributions) on an "AS IS" BASIS,
313
+
314
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
315
+
316
+ implied, including, without limitation, any warranties or conditions
317
+
318
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
319
+
320
+ PARTICULAR PURPOSE. You are solely responsible for determining the
321
+
322
+ appropriateness of using or redistributing the Work and assume any
323
+
324
+ risks associated with Your exercise of permissions under this License.
325
+
326
+
327
+
328
+
329
+ 8. Limitation of Liability. In no event and under no legal theory,
330
+
331
+ whether in tort (including negligence), contract, or otherwise,
332
+
333
+ unless required by applicable law (such as deliberate and grossly
334
+
335
+ negligent acts) or agreed to in writing, shall any Contributor be
336
+
337
+ liable to You for damages, including any direct, indirect, special,
338
+
339
+ incidental, or consequential damages of any character arising as a
340
+
341
+ result of this License or out of the use or inability to use the
342
+
343
+ Work (including but not limited to damages for loss of goodwill,
344
+
345
+ work stoppage, computer failure or malfunction, or any and all
346
+
347
+ other commercial damages or losses), even if such Contributor
348
+
349
+ has been advised of the possibility of such damages.
350
+
351
+
352
+
353
+
354
+ 9. Accepting Warranty or Additional Liability. While redistributing
355
+
356
+ the Work or Derivative Works thereof, You may choose to offer,
357
+
358
+ and charge a fee for, acceptance of support, warranty, indemnity,
359
+
360
+ or other liability obligations and/or rights consistent with this
361
+
362
+ License. However, in accepting such obligations, You may act only
363
+
364
+ on Your own behalf and on Your sole responsibility, not on behalf
365
+
366
+ of any other Contributor, and only if You agree to indemnify,
367
+
368
+ defend, and hold each Contributor harmless for any liability
369
+
370
+ incurred by, or claims asserted against, such Contributor by reason
371
+
372
+ of your accepting any such warranty or additional liability.
373
+
374
+
375
+
376
+
377
+ END OF TERMS AND CONDITIONS
378
+
379
+
380
+
381
+
382
+ APPENDIX: How to apply the Apache License to your work.
383
+
384
+
385
+
386
+
387
+ To apply the Apache License to your work, attach the following
388
+
389
+ boilerplate notice, with the fields enclosed by brackets "{}"
390
+
391
+ replaced with your own identifying information. (Don't include
392
+
393
+ the brackets!) The text should be enclosed in the appropriate
394
+
395
+ comment syntax for the file format. We also recommend that a
396
+
397
+ file or class name and description of purpose be included on the
398
+
399
+ same "printed page" as the copyright notice for easier
400
+
401
+ identification within third-party archives.
402
+
403
+
404
+
405
+
406
+ Copyright (C) 2017 Beijing Didi Infinity Technology and Development Co.,Ltd. All rights reserved.
407
+
408
+
409
+
410
+
411
+ Licensed under the Apache License, Version 2.0 (the "License");
412
+
413
+ you may not use this file except in compliance with the License.
414
+
415
+ You may obtain a copy of the License at
416
+
417
+
418
+
419
+
420
+ http://www.apache.org/licenses/LICENSE-2.0
421
+
422
+
423
+
424
+
425
+ Unless required by applicable law or agreed to in writing, software
426
+
427
+ distributed under the License is distributed on an "AS IS" BASIS,
428
+
429
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
430
+
431
+ See the License for the specific language governing permissions and
432
+
433
+ limitations under the License.
package/lib/config.js CHANGED
@@ -554,6 +554,5 @@ module.exports = {
554
554
  }
555
555
  },
556
556
  ios: reactConfig,
557
- android: reactConfig,
558
- harmony: reactConfig
557
+ android: reactConfig
559
558
  }
package/lib/index.js CHANGED
@@ -130,7 +130,7 @@ class MpxWebpackPlugin {
130
130
  errors.push('MpxWebpackPlugin supports mode to be "web" only when srcMode is set to "wx"!')
131
131
  }
132
132
  if (isReact(options.mode) && options.srcMode !== 'wx') {
133
- errors.push('MpxWebpackPlugin supports mode to be "ios" or "android" of "harmony" only when srcMode is set to "wx"!')
133
+ errors.push('MpxWebpackPlugin supports mode to be "ios" or "android" only when srcMode is set to "wx"!')
134
134
  }
135
135
  if (options.dynamicComponentRules && !options.dynamicRuntime) {
136
136
  errors.push('Please make sure you have set dynamicRuntime true in mpx webpack plugin config because you have use the dynamic runtime feature.')
@@ -1598,7 +1598,7 @@ class MpxWebpackPlugin {
1598
1598
  name: 'MpxWebpackPlugin',
1599
1599
  stage: compilation.PROCESS_ASSETS_STAGE_ADDITIONS
1600
1600
  }, () => {
1601
- if (isWeb(mpx.mode) || isReact(mpx.mode)) return
1601
+ if (isWeb(mpx.mode)) return
1602
1602
 
1603
1603
  if (this.options.generateBuildMap) {
1604
1604
  const pagesMap = compilation.__mpx__.pagesMap
@@ -1637,6 +1637,16 @@ class MpxWebpackPlugin {
1637
1637
 
1638
1638
  const originalSource = compilation.assets[chunkFile]
1639
1639
  const source = new ConcatSource()
1640
+
1641
+ if (isReact(mpx.mode)) {
1642
+ // 添加 @refresh reset 注释用于在 React HMR 时刷新组件
1643
+ source.add('/* @refresh reset */\n')
1644
+ source.add(originalSource)
1645
+ compilation.assets[chunkFile] = source
1646
+ processedChunk.add(chunk)
1647
+ return
1648
+ }
1649
+
1640
1650
  source.add(`\nvar ${globalObject} = {};\n`)
1641
1651
 
1642
1652
  relativeChunks.forEach((relativeChunk, index) => {
@@ -158,8 +158,7 @@ module.exports = function getSpec ({ warn, error }) {
158
158
  test: 'usingComponents',
159
159
  web: fixComponentName('usingComponents'),
160
160
  ios: fixComponentName('usingComponents'),
161
- android: fixComponentName('usingComponents'),
162
- harmony: fixComponentName('usingComponents')
161
+ android: fixComponentName('usingComponents')
163
162
  },
164
163
  {
165
164
  test: 'usingComponents',
@@ -269,8 +268,7 @@ module.exports = function getSpec ({ warn, error }) {
269
268
  'dd',
270
269
  'web',
271
270
  'ios',
272
- 'android',
273
- 'harmony'
271
+ 'android'
274
272
  ],
275
273
 
276
274
  normalizeTest,
@@ -376,8 +374,7 @@ module.exports = function getSpec ({ warn, error }) {
376
374
  test: 'usingComponents',
377
375
  web: fixComponentName('usingComponents'),
378
376
  ios: fixComponentName('usingComponents'),
379
- android: fixComponentName('usingComponents'),
380
- harmony: fixComponentName('usingComponents')
377
+ android: fixComponentName('usingComponents')
381
378
  },
382
379
  {
383
380
  test: 'usingComponents',
@@ -7,9 +7,7 @@ module.exports = function getSpec ({ warn, error }) {
7
7
  // React Native ios 不支持的 CSS property
8
8
  ios: /^(vertical-align)$/,
9
9
  // React Native android 不支持的 CSS property
10
- android: /^(text-decoration-style|text-decoration-color|shadow-offset|shadow-opacity|shadow-radius)$/,
11
- // TODO: rnoh 文档暂未找到 css 属性支持说明,暂时同步 android,同时需要注意此处校验是否有缺失,类似 will-change 之类属性
12
- harmony: /^(text-decoration-style|text-decoration-color|shadow-offset|shadow-opacity|shadow-radius)$/
10
+ android: /^(text-decoration-style|text-decoration-color|shadow-offset|shadow-opacity|shadow-radius)$/
13
11
  }
14
12
  // var(xx)
15
13
  const cssVariableExp = /var\(/
@@ -529,7 +527,7 @@ module.exports = function getSpec ({ warn, error }) {
529
527
  return false
530
528
  }
531
529
  const cssMap = formatAbbreviation({ prop, value, selector }, { mode })
532
- if (mode === 'android' || mode === 'harmony') return cssMap
530
+ if (mode === 'android') return cssMap
533
531
  // ios 阴影需要额外设置 shadowOpacity=1
534
532
  cssMap.push({
535
533
  prop: 'shadowOpacity',
@@ -539,63 +537,54 @@ module.exports = function getSpec ({ warn, error }) {
539
537
  }
540
538
 
541
539
  return {
542
- supportedModes: ['ios', 'android', 'harmony'],
540
+ supportedModes: ['ios', 'android'],
543
541
  rules: [
544
542
  { // 背景相关属性的处理
545
543
  test: /^(background|background-image|background-size|background-position)$/,
546
544
  ios: checkBackgroundImage,
547
- android: checkBackgroundImage,
548
- harmony: checkBackgroundImage
545
+ android: checkBackgroundImage
549
546
  },
550
547
  { // margin padding 内外边距的处理
551
548
  test: /^(margin|padding|border-radius|border-width|border-color)$/,
552
549
  ios: formatCompositeVal,
553
- android: formatCompositeVal,
554
- harmony: formatCompositeVal
550
+ android: formatCompositeVal
555
551
  },
556
552
  { // line-height 换算
557
553
  test: 'line-height',
558
554
  ios: formatLineHeight,
559
- android: formatLineHeight,
560
- harmony: formatLineHeight
555
+ android: formatLineHeight
561
556
  },
562
557
  {
563
558
  test: 'transform',
564
559
  ios: formatTransform,
565
- android: formatTransform,
566
- harmony: formatTransform
560
+ android: formatTransform
567
561
  },
568
562
  {
569
563
  test: 'flex',
570
564
  ios: formatFlex,
571
- android: formatFlex,
572
- harmony: formatFlex
565
+ android: formatFlex
573
566
  },
574
567
  {
575
568
  test: 'font-family',
576
569
  ios: formatFontFamily,
577
- android: formatFontFamily,
578
- harmony: formatFontFamily
570
+ android: formatFontFamily
579
571
  },
580
572
  {
581
573
  test: 'box-shadow',
582
574
  ios: formatBoxShadow,
583
- android: formatBoxShadow,
584
- harmony: formatBoxShadow
575
+ android: formatBoxShadow
585
576
  },
586
577
  // 通用的简写格式匹配
587
578
  {
588
579
  test: new RegExp('^(' + Object.keys(AbbreviationMap).join('|') + ')$'),
589
580
  ios: formatAbbreviation,
590
- android: formatAbbreviation,
591
- harmony: formatAbbreviation
581
+ android: formatAbbreviation
592
582
  },
593
583
  // 属性&属性值校验
594
584
  {
595
585
  test: () => true,
596
586
  ios: verification,
597
- android: verification,
598
- harmony: verification
587
+ android: verification
599
588
  }
600
589
  ]
601
590
  }
@@ -37,10 +37,6 @@ module.exports = function ({ print }) {
37
37
  const androidPropLog = print({ platform: 'android', tag: TAG_NAME, isError: false })
38
38
  const androidEventLog = print({ platform: 'android', tag: TAG_NAME, isError: false, type: 'event' })
39
39
 
40
- const harmonyValueLogError = print({ platform: 'harmony', tag: TAG_NAME, isError: true, type: 'value' })
41
- const harmonyPropLog = print({ platform: 'harmony', tag: TAG_NAME, isError: false })
42
- const harmonyEventLog = print({ platform: 'harmony', tag: TAG_NAME, isError: false, type: 'event' })
43
-
44
40
  return {
45
41
  test: TAG_NAME,
46
42
  web (tag, { el }) {
@@ -55,10 +51,6 @@ module.exports = function ({ print }) {
55
51
  el.isBuiltIn = true
56
52
  return 'mpx-button'
57
53
  },
58
- harmony (tag, { el }) {
59
- el.isBuiltIn = true
60
- return 'mpx-button'
61
- },
62
54
  props: [
63
55
  {
64
56
  test: 'open-type',
@@ -131,7 +123,6 @@ module.exports = function ({ print }) {
131
123
  }
132
124
  },
133
125
  ios ({ name, value }) {
134
- // TODO 此处open-type无其他属性支持了?
135
126
  const supported = ['share']
136
127
  if (!supported.includes(value)) {
137
128
  iosValueLogError({ name, value })
@@ -142,12 +133,6 @@ module.exports = function ({ print }) {
142
133
  if (!supported.includes(value)) {
143
134
  androidValueLogError({ name, value })
144
135
  }
145
- },
146
- harmony ({ name, value }) {
147
- const supported = ['share']
148
- if (!supported.includes(value)) {
149
- harmonyValueLogError({ name, value })
150
- }
151
136
  }
152
137
  },
153
138
  {
@@ -188,8 +173,7 @@ module.exports = function ({ print }) {
188
173
  {
189
174
  test: /^(lang|from-type|hover-class|send-message-title|send-message-path|send-message-img|app-parameter|show-message-card|phone-number-no-quota-toast|bindgetuserinfo|bindcontact|createliveactivity|bindgetphonenumber|bindgetrealtimephonenumber|binderror|bindopensetting|bindlaunchapp|bindchooseavatar|bindagreeprivacyauthorization)$/,
190
175
  ios: iosPropLog,
191
- android: androidPropLog,
192
- harmony: harmonyPropLog
176
+ android: androidPropLog
193
177
  }
194
178
  ],
195
179
  event: [
@@ -226,8 +210,7 @@ module.exports = function ({ print }) {
226
210
  {
227
211
  test: /^(getuserinfo|contact|getphonenumber|bindgetrealtimephonenumber|error|opensetting|launchapp|chooseavatar|agreeprivacyauthorization)$/,
228
212
  ios: iosEventLog,
229
- android: androidEventLog,
230
- harmony: harmonyEventLog
213
+ android: androidEventLog
231
214
  }
232
215
  ]
233
216
  }
@@ -12,10 +12,6 @@ module.exports = function ({ print }) {
12
12
  el.isBuiltIn = true
13
13
  return 'mpx-canvas'
14
14
  },
15
- harmony (tag, { el }) {
16
- el.isBuiltIn = true
17
- return 'mpx-canvas'
18
- },
19
15
  ios (tag, { el }) {
20
16
  el.isBuiltIn = true
21
17
  return 'mpx-canvas'
@@ -14,10 +14,6 @@ module.exports = function () {
14
14
  android (tag, { el }) {
15
15
  el.isBuiltIn = true
16
16
  return 'mpx-checkbox-group'
17
- },
18
- harmony (tag, { el }) {
19
- el.isBuiltIn = true
20
- return 'mpx-checkbox-group'
21
17
  }
22
18
  }
23
19
  }
@@ -15,10 +15,6 @@ module.exports = function () {
15
15
  el.isBuiltIn = true
16
16
  return 'mpx-checkbox'
17
17
  },
18
- harmony (tag, { el }) {
19
- el.isBuiltIn = true
20
- return 'mpx-checkbox'
21
- },
22
18
  event: [
23
19
  {
24
20
  test: 'tap',