@tarojs/components 3.3.14 → 3.3.18

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 (229) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/taro-ad-core.cjs.entry.js +19 -0
  3. package/dist/cjs/taro-ad-custom-core.cjs.entry.js +19 -0
  4. package/dist/cjs/taro-components.cjs.js +1 -1
  5. package/dist/cjs/taro-cover-image-core.cjs.entry.js +17 -3
  6. package/dist/cjs/taro-cover-view-core.cjs.entry.js +49 -3
  7. package/dist/cjs/taro-editor-core.cjs.entry.js +19 -0
  8. package/dist/cjs/taro-functional-page-navigator-core.cjs.entry.js +19 -0
  9. package/dist/cjs/taro-image-core.cjs.entry.js +2 -2
  10. package/dist/cjs/taro-input-core.cjs.entry.js +4 -4
  11. package/dist/cjs/taro-keyboard-accessory-core.cjs.entry.js +19 -0
  12. package/dist/cjs/taro-live-player-core.cjs.entry.js +19 -0
  13. package/dist/cjs/taro-live-pusher-core.cjs.entry.js +19 -0
  14. package/dist/cjs/taro-map-core.cjs.entry.js +19 -0
  15. package/dist/cjs/taro-match-media-core.cjs.entry.js +19 -0
  16. package/dist/cjs/taro-navigation-bar-core.cjs.entry.js +19 -0
  17. package/dist/cjs/taro-navigator-core.cjs.entry.js +10 -6
  18. package/dist/cjs/taro-official-account-core.cjs.entry.js +19 -0
  19. package/dist/cjs/taro-page-container-core.cjs.entry.js +19 -0
  20. package/dist/cjs/taro-page-meta-core.cjs.entry.js +19 -0
  21. package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +7 -3
  22. package/dist/cjs/taro-share-element-core.cjs.entry.js +19 -0
  23. package/dist/cjs/taro-slot-core.cjs.entry.js +19 -0
  24. package/dist/cjs/taro-swiper-core_2.cjs.entry.js +10 -1
  25. package/dist/cjs/taro-tabbar.cjs.entry.js +100 -46
  26. package/dist/cjs/taro-textarea-core.cjs.entry.js +63 -3
  27. package/dist/cjs/taro-voip-room-core.cjs.entry.js +19 -0
  28. package/dist/collection/collection-manifest.json +21 -5
  29. package/dist/collection/components/ad/ad.js +11 -0
  30. package/dist/collection/components/{cover-view/cover-image.js → ad-custom/ad-custom.js} +3 -3
  31. package/dist/collection/components/cover-image/cover-image.js +94 -0
  32. package/dist/collection/components/cover-image/style/index.css +5 -0
  33. package/dist/collection/components/cover-view/cover-view.js +166 -4
  34. package/dist/collection/components/cover-view/style/cover-view.css +3 -0
  35. package/dist/collection/components/editor/editor.js +11 -0
  36. package/dist/collection/components/functional-page-navigator/functional-page-navigator.js +11 -0
  37. package/dist/collection/components/image/image.js +1 -1
  38. package/dist/collection/components/image/style/index.css +2 -2
  39. package/dist/collection/components/input/input.js +4 -4
  40. package/dist/collection/components/keyboard-accessory/keyboard-accessory.js +11 -0
  41. package/dist/collection/components/live-player/live-player.js +11 -0
  42. package/dist/collection/components/live-pusher/live-pusher.js +11 -0
  43. package/dist/collection/components/map/map.js +11 -0
  44. package/dist/collection/components/match-media/match-media.js +11 -0
  45. package/dist/collection/components/{movable-view → movable-area}/movable-area.js +0 -0
  46. package/dist/collection/components/{movable-view → movable-area}/movable-view.js +0 -0
  47. package/dist/collection/components/navigation-bar/navigation-bar.js +11 -0
  48. package/dist/collection/components/navigator/navigator.js +1 -1
  49. package/dist/collection/components/official-account/official-account.js +11 -0
  50. package/dist/collection/components/page-container/page-container.js +11 -0
  51. package/dist/collection/components/page-meta/page-meta.js +11 -0
  52. package/dist/collection/components/{picker-view-column → picker-view}/picker-view-column.js +0 -0
  53. package/dist/collection/components/{pull-down-refresh → pull-to-refresh}/pull-to-refresh.js +1 -1
  54. package/dist/collection/components/{pull-down-refresh → pull-to-refresh}/style/index.css +0 -0
  55. package/dist/collection/components/share-element/share-element.js +11 -0
  56. package/dist/collection/components/slot/slot.js +11 -0
  57. package/dist/collection/components/swiper/swiper.js +10 -1
  58. package/dist/collection/components/tabbar/tabbar.js +82 -24
  59. package/dist/collection/components/textarea/style/index.css +6 -2
  60. package/dist/collection/components/textarea/textarea.js +98 -3
  61. package/dist/collection/components/voip-room/voip-room.js +11 -0
  62. package/dist/collection/utils/index.js +50 -64
  63. package/dist/esm/loader.js +1 -1
  64. package/dist/esm/taro-ad-core.entry.js +15 -0
  65. package/dist/esm/taro-ad-custom-core.entry.js +15 -0
  66. package/dist/esm/taro-components.js +1 -1
  67. package/dist/esm/taro-cover-image-core.entry.js +18 -4
  68. package/dist/esm/taro-cover-view-core.entry.js +50 -4
  69. package/dist/esm/taro-editor-core.entry.js +15 -0
  70. package/dist/esm/taro-functional-page-navigator-core.entry.js +15 -0
  71. package/dist/esm/taro-image-core.entry.js +2 -2
  72. package/dist/esm/taro-input-core.entry.js +4 -4
  73. package/dist/esm/taro-keyboard-accessory-core.entry.js +15 -0
  74. package/dist/esm/taro-live-player-core.entry.js +15 -0
  75. package/dist/esm/taro-live-pusher-core.entry.js +15 -0
  76. package/dist/esm/taro-map-core.entry.js +15 -0
  77. package/dist/esm/taro-match-media-core.entry.js +15 -0
  78. package/dist/esm/taro-navigation-bar-core.entry.js +15 -0
  79. package/dist/esm/taro-navigator-core.entry.js +1 -1
  80. package/dist/esm/taro-official-account-core.entry.js +15 -0
  81. package/dist/esm/taro-page-container-core.entry.js +15 -0
  82. package/dist/esm/taro-page-meta-core.entry.js +15 -0
  83. package/dist/esm/taro-pull-to-refresh.entry.js +1 -1
  84. package/dist/esm/taro-share-element-core.entry.js +15 -0
  85. package/dist/esm/taro-slot-core.entry.js +15 -0
  86. package/dist/esm/taro-swiper-core_2.entry.js +10 -1
  87. package/dist/esm/taro-tabbar.entry.js +79 -29
  88. package/dist/esm/taro-textarea-core.entry.js +63 -3
  89. package/dist/esm/taro-voip-room-core.entry.js +15 -0
  90. package/dist/esm-es5/loader.js +1 -1
  91. package/dist/esm-es5/taro-ad-core.entry.js +1 -0
  92. package/dist/esm-es5/taro-ad-custom-core.entry.js +1 -0
  93. package/dist/esm-es5/taro-components.js +1 -1
  94. package/dist/esm-es5/taro-cover-image-core.entry.js +1 -1
  95. package/dist/esm-es5/taro-cover-view-core.entry.js +1 -1
  96. package/dist/esm-es5/taro-editor-core.entry.js +1 -0
  97. package/dist/esm-es5/taro-functional-page-navigator-core.entry.js +1 -0
  98. package/dist/esm-es5/taro-image-core.entry.js +1 -1
  99. package/dist/esm-es5/taro-input-core.entry.js +1 -1
  100. package/dist/esm-es5/taro-keyboard-accessory-core.entry.js +1 -0
  101. package/dist/esm-es5/taro-live-player-core.entry.js +1 -0
  102. package/dist/esm-es5/taro-live-pusher-core.entry.js +1 -0
  103. package/dist/esm-es5/taro-map-core.entry.js +1 -0
  104. package/dist/esm-es5/taro-match-media-core.entry.js +1 -0
  105. package/dist/esm-es5/taro-navigation-bar-core.entry.js +1 -0
  106. package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
  107. package/dist/esm-es5/taro-official-account-core.entry.js +1 -0
  108. package/dist/esm-es5/taro-page-container-core.entry.js +1 -0
  109. package/dist/esm-es5/taro-page-meta-core.entry.js +1 -0
  110. package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
  111. package/dist/esm-es5/taro-share-element-core.entry.js +1 -0
  112. package/dist/esm-es5/taro-slot-core.entry.js +1 -0
  113. package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
  114. package/dist/esm-es5/taro-tabbar.entry.js +1 -1
  115. package/dist/esm-es5/taro-textarea-core.entry.js +1 -1
  116. package/dist/esm-es5/taro-voip-room-core.entry.js +1 -0
  117. package/dist/taro-components/{p-70f40e3a.entry.js → p-02b84386.entry.js} +1 -1
  118. package/dist/taro-components/{p-af9ec312.system.entry.js → p-0a0377f6.system.entry.js} +1 -1
  119. package/dist/taro-components/p-14095f6b.system.entry.js +1 -0
  120. package/dist/taro-components/p-14fd68ec.entry.js +1 -0
  121. package/dist/taro-components/p-16d9e6b9.system.entry.js +1 -0
  122. package/dist/taro-components/p-1cc97957.entry.js +1 -0
  123. package/dist/taro-components/p-30bfacb9.system.js +1 -1
  124. package/dist/taro-components/p-33bcdee9.entry.js +1 -0
  125. package/dist/taro-components/p-37594e84.entry.js +1 -0
  126. package/dist/taro-components/p-38d8fa46.system.entry.js +1 -0
  127. package/dist/taro-components/{p-098f4931.system.entry.js → p-3984f596.system.entry.js} +1 -1
  128. package/dist/taro-components/p-39bee235.entry.js +1 -0
  129. package/dist/taro-components/p-3ed0783c.system.entry.js +1 -0
  130. package/dist/taro-components/p-4288566a.system.entry.js +1 -0
  131. package/dist/taro-components/p-432f803f.entry.js +1 -0
  132. package/dist/taro-components/p-4d643967.entry.js +1 -0
  133. package/dist/taro-components/p-52ef77b2.entry.js +1 -0
  134. package/dist/taro-components/p-53297f27.entry.js +1 -0
  135. package/dist/taro-components/p-5e20dff4.system.entry.js +1 -0
  136. package/dist/taro-components/p-60a15326.system.entry.js +1 -0
  137. package/dist/taro-components/p-6422a968.system.entry.js +1 -0
  138. package/dist/taro-components/p-79b3c05a.entry.js +1 -0
  139. package/dist/taro-components/p-81e1d9a3.system.entry.js +1 -0
  140. package/dist/taro-components/p-8235b7b7.system.entry.js +1 -0
  141. package/dist/taro-components/p-82741605.entry.js +1 -0
  142. package/dist/taro-components/p-8415cd92.entry.js +1 -0
  143. package/dist/taro-components/p-8f0e3f13.entry.js +1 -0
  144. package/dist/taro-components/p-9b9727c7.entry.js +1 -0
  145. package/dist/taro-components/p-9bd65170.system.entry.js +1 -0
  146. package/dist/taro-components/p-9e7a85ae.entry.js +1 -0
  147. package/dist/taro-components/p-a4fdb95b.system.entry.js +1 -0
  148. package/dist/taro-components/p-a5c0a7e3.entry.js +1 -0
  149. package/dist/taro-components/p-ab55aacd.system.entry.js +1 -0
  150. package/dist/taro-components/{p-8cf16235.entry.js → p-b2ec0cf1.entry.js} +1 -1
  151. package/dist/taro-components/p-b3abedf8.entry.js +1 -0
  152. package/dist/taro-components/p-bc08a702.system.entry.js +1 -0
  153. package/dist/taro-components/p-becfab60.system.entry.js +1 -0
  154. package/dist/taro-components/p-c7cfcb8e.entry.js +1 -0
  155. package/dist/taro-components/p-cb8099dd.entry.js +1 -0
  156. package/dist/taro-components/p-cdf144cb.system.entry.js +1 -0
  157. package/dist/taro-components/p-d8363f59.system.entry.js +1 -0
  158. package/dist/taro-components/{p-2ef4681b.system.entry.js → p-d9494012.system.entry.js} +1 -1
  159. package/dist/taro-components/p-dfe76645.entry.js +1 -0
  160. package/dist/taro-components/p-e1e289bb.entry.js +1 -0
  161. package/dist/taro-components/p-e42b782e.system.entry.js +1 -0
  162. package/dist/taro-components/p-ed3ff1e4.entry.js +1 -0
  163. package/dist/taro-components/p-effd64d5.system.entry.js +1 -0
  164. package/dist/taro-components/p-f05422a6.entry.js +1 -0
  165. package/dist/taro-components/p-f70b6a12.system.entry.js +1 -0
  166. package/dist/taro-components/p-f928a72e.system.entry.js +1 -0
  167. package/dist/taro-components/p-fac09a5c.system.entry.js +1 -0
  168. package/dist/taro-components/taro-components.css +1 -1
  169. package/dist/taro-components/taro-components.esm.js +1 -1
  170. package/dist/types/components/ad/ad.d.ts +4 -0
  171. package/dist/types/components/{cover-view/cover-image.d.ts → ad-custom/ad-custom.d.ts} +1 -1
  172. package/dist/types/components/cover-image/cover-image.d.ts +11 -0
  173. package/dist/types/components/cover-view/cover-view.d.ts +14 -2
  174. package/dist/types/components/editor/editor.d.ts +4 -0
  175. package/dist/types/components/functional-page-navigator/functional-page-navigator.d.ts +4 -0
  176. package/dist/types/components/keyboard-accessory/keyboard-accessory.d.ts +4 -0
  177. package/dist/types/components/live-player/live-player.d.ts +4 -0
  178. package/dist/types/components/live-pusher/live-pusher.d.ts +4 -0
  179. package/dist/types/components/map/map.d.ts +4 -0
  180. package/dist/types/components/match-media/match-media.d.ts +4 -0
  181. package/dist/types/components/{movable-view → movable-area}/movable-area.d.ts +0 -0
  182. package/dist/types/components/{movable-view → movable-area}/movable-view.d.ts +0 -0
  183. package/dist/types/components/navigation-bar/navigation-bar.d.ts +4 -0
  184. package/dist/types/components/official-account/official-account.d.ts +4 -0
  185. package/dist/types/components/page-container/page-container.d.ts +4 -0
  186. package/dist/types/components/page-meta/page-meta.d.ts +4 -0
  187. package/dist/types/components/{picker-view-column → picker-view}/picker-view-column.d.ts +0 -0
  188. package/dist/types/components/{pull-down-refresh → pull-to-refresh}/pull-to-refresh.d.ts +0 -0
  189. package/dist/types/components/share-element/share-element.d.ts +4 -0
  190. package/dist/types/components/slot/slot.d.ts +4 -0
  191. package/dist/types/components/swiper/swiper.d.ts +1 -0
  192. package/dist/types/components/tabbar/tabbar.d.ts +21 -2
  193. package/dist/types/components/textarea/textarea.d.ts +6 -0
  194. package/dist/types/components/voip-room/voip-room.d.ts +4 -0
  195. package/dist/types/components.d.ts +226 -0
  196. package/dist/types/utils/index.d.ts +8 -0
  197. package/dist-h5/react/index.js +2 -1
  198. package/dist-h5/vue/createComponent.js +4 -0
  199. package/dist-h5/vue/createFormsComponent.js +8 -1
  200. package/dist-h5/vue/simpleComponents.js +1 -1
  201. package/package.json +4 -4
  202. package/types/Ad.d.ts +6 -6
  203. package/types/AdCustom.d.ts +50 -0
  204. package/types/Button.d.ts +2 -2
  205. package/types/CoverImage.d.ts +3 -3
  206. package/types/CoverView.d.ts +3 -3
  207. package/types/Image.d.ts +8 -2
  208. package/types/KeyboardAccessory.d.ts +29 -0
  209. package/types/MovableView.d.ts +1 -1
  210. package/types/PageContainer.d.ts +115 -0
  211. package/types/ShareElement.d.ts +39 -0
  212. package/types/View.d.ts +1 -1
  213. package/types/VoipRoom.d.ts +71 -0
  214. package/types/common.d.ts +3 -8
  215. package/types/index.d.ts +72 -46
  216. package/virtual-list/react/createListComponent.js +4 -3
  217. package/dist/taro-components/p-0fb7f599.entry.js +0 -1
  218. package/dist/taro-components/p-2c5d57af.entry.js +0 -1
  219. package/dist/taro-components/p-382cabbc.system.entry.js +0 -1
  220. package/dist/taro-components/p-4ff67760.entry.js +0 -1
  221. package/dist/taro-components/p-5d84eaf0.entry.js +0 -1
  222. package/dist/taro-components/p-69be8189.system.entry.js +0 -1
  223. package/dist/taro-components/p-b685a487.system.entry.js +0 -1
  224. package/dist/taro-components/p-b6e0dca6.entry.js +0 -1
  225. package/dist/taro-components/p-c221cebb.system.entry.js +0 -1
  226. package/dist/taro-components/p-c5722042.entry.js +0 -1
  227. package/dist/taro-components/p-d52009d1.system.entry.js +0 -1
  228. package/dist/taro-components/p-f8d0dabb.entry.js +0 -1
  229. package/dist/taro-components/p-f9013b36.system.entry.js +0 -1
@@ -0,0 +1,94 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, Prop, Event, h } from '@stencil/core';
3
+ export class CoverImage {
4
+ constructor() {
5
+ this.nativeProps = {};
6
+ }
7
+ imageOnLoad() {
8
+ const { width, height, } = this.imgRef;
9
+ this.onLoad.emit({
10
+ width,
11
+ height
12
+ });
13
+ }
14
+ imageOnError() {
15
+ this.onError.emit();
16
+ }
17
+ render() {
18
+ const { src, imageOnLoad, imageOnError, nativeProps } = this;
19
+ return (h("img", Object.assign({ ref: img => (this.imgRef = img), src: src, onLoad: imageOnLoad.bind(this), onError: imageOnError.bind(this) }, nativeProps)));
20
+ }
21
+ static get is() { return "taro-cover-image-core"; }
22
+ static get originalStyleUrls() { return {
23
+ "$": ["./style/index.scss"]
24
+ }; }
25
+ static get styleUrls() { return {
26
+ "$": ["./style/index.css"]
27
+ }; }
28
+ static get properties() { return {
29
+ "src": {
30
+ "type": "string",
31
+ "mutable": false,
32
+ "complexType": {
33
+ "original": "string",
34
+ "resolved": "string",
35
+ "references": {}
36
+ },
37
+ "required": false,
38
+ "optional": false,
39
+ "docs": {
40
+ "tags": [],
41
+ "text": ""
42
+ },
43
+ "attribute": "src",
44
+ "reflect": false
45
+ },
46
+ "nativeProps": {
47
+ "type": "unknown",
48
+ "mutable": false,
49
+ "complexType": {
50
+ "original": "{}",
51
+ "resolved": "{}",
52
+ "references": {}
53
+ },
54
+ "required": false,
55
+ "optional": false,
56
+ "docs": {
57
+ "tags": [],
58
+ "text": ""
59
+ },
60
+ "defaultValue": "{}"
61
+ }
62
+ }; }
63
+ static get events() { return [{
64
+ "method": "onLoad",
65
+ "name": "load",
66
+ "bubbles": true,
67
+ "cancelable": true,
68
+ "composed": true,
69
+ "docs": {
70
+ "tags": [],
71
+ "text": ""
72
+ },
73
+ "complexType": {
74
+ "original": "any",
75
+ "resolved": "any",
76
+ "references": {}
77
+ }
78
+ }, {
79
+ "method": "onError",
80
+ "name": "error",
81
+ "bubbles": true,
82
+ "cancelable": true,
83
+ "composed": true,
84
+ "docs": {
85
+ "tags": [],
86
+ "text": ""
87
+ },
88
+ "complexType": {
89
+ "original": "any",
90
+ "resolved": "any",
91
+ "references": {}
92
+ }
93
+ }]; }
94
+ }
@@ -0,0 +1,5 @@
1
+ taro-cover-image-core {
2
+ overflow: hidden;
3
+ width: 320px;
4
+ height: 240px;
5
+ }
@@ -1,11 +1,173 @@
1
1
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
- import { Component, h, Host } from '@stencil/core';
2
+ import { Component, Prop, h, Host, Listen, State, Event } from '@stencil/core';
3
+ import classNames from 'classnames';
3
4
  export class CoverView {
4
- componentDidLoad() {
5
- console.error('H5 暂不支持 CoverView 组件!');
5
+ constructor() {
6
+ this.hoverStartTime = 50;
7
+ this.hoverStayTime = 400;
8
+ this.hover = false;
9
+ this.touch = false;
10
+ this.startTime = 0;
11
+ }
12
+ onTouchStart() {
13
+ if (this.hoverClass) {
14
+ this.touch = true;
15
+ setTimeout(() => {
16
+ if (this.touch) {
17
+ this.hover = true;
18
+ }
19
+ }, this.hoverStartTime);
20
+ }
21
+ this.timeoutEvent = setTimeout(() => {
22
+ this.onLongPress.emit();
23
+ }, 350);
24
+ this.startTime = Date.now();
25
+ }
26
+ onTouchMove() {
27
+ clearTimeout(this.timeoutEvent);
28
+ }
29
+ onTouchEnd() {
30
+ const spanTime = Date.now() - this.startTime;
31
+ if (spanTime < 350) {
32
+ clearTimeout(this.timeoutEvent);
33
+ }
34
+ if (this.hoverClass) {
35
+ this.touch = false;
36
+ setTimeout(() => {
37
+ if (!this.touch) {
38
+ this.hover = false;
39
+ }
40
+ }, this.hoverStayTime);
41
+ }
6
42
  }
7
43
  render() {
8
- return (h(Host, null));
44
+ const cls = classNames({
45
+ [`${this.hoverClass}`]: this.hover
46
+ });
47
+ let attr = {};
48
+ if (!!this.animation) {
49
+ attr['animation'] = this.animation;
50
+ attr['data-animation'] = this.animation;
51
+ }
52
+ return (h(Host, Object.assign({ class: cls }, attr),
53
+ h("slot", null)));
9
54
  }
10
55
  static get is() { return "taro-cover-view-core"; }
56
+ static get originalStyleUrls() { return {
57
+ "$": ["./style/cover-view.scss"]
58
+ }; }
59
+ static get styleUrls() { return {
60
+ "$": ["./style/cover-view.css"]
61
+ }; }
62
+ static get properties() { return {
63
+ "animation": {
64
+ "type": "string",
65
+ "mutable": false,
66
+ "complexType": {
67
+ "original": "string",
68
+ "resolved": "string",
69
+ "references": {}
70
+ },
71
+ "required": false,
72
+ "optional": false,
73
+ "docs": {
74
+ "tags": [],
75
+ "text": ""
76
+ },
77
+ "attribute": "animation",
78
+ "reflect": false
79
+ },
80
+ "hoverClass": {
81
+ "type": "string",
82
+ "mutable": false,
83
+ "complexType": {
84
+ "original": "string",
85
+ "resolved": "string",
86
+ "references": {}
87
+ },
88
+ "required": false,
89
+ "optional": false,
90
+ "docs": {
91
+ "tags": [],
92
+ "text": ""
93
+ },
94
+ "attribute": "hover-class",
95
+ "reflect": false
96
+ },
97
+ "hoverStartTime": {
98
+ "type": "number",
99
+ "mutable": false,
100
+ "complexType": {
101
+ "original": "number",
102
+ "resolved": "number",
103
+ "references": {}
104
+ },
105
+ "required": false,
106
+ "optional": false,
107
+ "docs": {
108
+ "tags": [],
109
+ "text": ""
110
+ },
111
+ "attribute": "hover-start-time",
112
+ "reflect": false,
113
+ "defaultValue": "50"
114
+ },
115
+ "hoverStayTime": {
116
+ "type": "number",
117
+ "mutable": false,
118
+ "complexType": {
119
+ "original": "number",
120
+ "resolved": "number",
121
+ "references": {}
122
+ },
123
+ "required": false,
124
+ "optional": false,
125
+ "docs": {
126
+ "tags": [],
127
+ "text": ""
128
+ },
129
+ "attribute": "hover-stay-time",
130
+ "reflect": false,
131
+ "defaultValue": "400"
132
+ }
133
+ }; }
134
+ static get states() { return {
135
+ "hover": {},
136
+ "touch": {}
137
+ }; }
138
+ static get events() { return [{
139
+ "method": "onLongPress",
140
+ "name": "longpress",
141
+ "bubbles": true,
142
+ "cancelable": true,
143
+ "composed": true,
144
+ "docs": {
145
+ "tags": [],
146
+ "text": ""
147
+ },
148
+ "complexType": {
149
+ "original": "any",
150
+ "resolved": "any",
151
+ "references": {}
152
+ }
153
+ }]; }
154
+ static get listeners() { return [{
155
+ "name": "touchstart",
156
+ "method": "onTouchStart",
157
+ "target": undefined,
158
+ "capture": false,
159
+ "passive": true
160
+ }, {
161
+ "name": "touchmove",
162
+ "method": "onTouchMove",
163
+ "target": undefined,
164
+ "capture": false,
165
+ "passive": true
166
+ }, {
167
+ "name": "touchend",
168
+ "method": "onTouchEnd",
169
+ "target": undefined,
170
+ "capture": false,
171
+ "passive": true
172
+ }]; }
11
173
  }
@@ -0,0 +1,3 @@
1
+ taro-cover-view-core {
2
+ display: block;
3
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class Editor {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 Editor 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-editor-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class FunctionalPageNavigator {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 FunctionalPageNavigator 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-functional-page-navigator-core"; }
11
+ }
@@ -34,7 +34,7 @@ export class Image {
34
34
  this.onError.emit();
35
35
  }
36
36
  render() {
37
- const { src, mode, lazyLoad, aspectFillMode, imageOnLoad, imageOnError, nativeProps } = this;
37
+ const { src, mode = 'scaleToFill', lazyLoad = false, aspectFillMode = 'width', imageOnLoad, imageOnError, nativeProps } = this;
38
38
  const cls = classNames({
39
39
  'taro-img__widthfix': mode === 'widthFix'
40
40
  });
@@ -7,8 +7,8 @@ taro-image-core {
7
7
  overflow: hidden;
8
8
  position: relative;
9
9
  font-size: 0;
10
- width: 320px;
11
- height: 240px;
10
+ width: auto;
11
+ height: auto;
12
12
  }
13
13
 
14
14
  .taro-img.taro-img__widthfix {
@@ -112,7 +112,7 @@ export class Input {
112
112
  this._value = this.value;
113
113
  }
114
114
  componentDidLoad() {
115
- var _a, _b, _c;
115
+ var _a, _b, _c, _d;
116
116
  if (this.type === 'file') {
117
117
  this.fileListener = () => {
118
118
  this.onInput.emit();
@@ -130,6 +130,7 @@ export class Input {
130
130
  },
131
131
  configurable: true
132
132
  });
133
+ this.autoFocus && ((_d = this.inputRef) === null || _d === void 0 ? void 0 : _d.focus());
133
134
  }
134
135
  disconnectedCallback() {
135
136
  var _a;
@@ -138,11 +139,10 @@ export class Input {
138
139
  }
139
140
  }
140
141
  render() {
141
- const { _value, type, password, placeholder, disabled, maxlength, autoFocus, confirmType, name, nativeProps } = this;
142
+ const { _value, type, password, placeholder, disabled, maxlength, confirmType, name, nativeProps } = this;
142
143
  return (h("input", Object.assign({ ref: input => {
143
144
  this.inputRef = input;
144
- autoFocus && (input === null || input === void 0 ? void 0 : input.focus());
145
- }, class: 'weui-input', value: fixControlledValue(_value), type: getTrueType(type, confirmType, password), placeholder: placeholder, disabled: disabled, maxlength: maxlength, autofocus: autoFocus, name: name, onInput: this.handleInput, onFocus: this.handleFocus, onBlur: this.handleBlur, onChange: this.handleChange, onKeyDown: this.handleKeyDown }, nativeProps)));
145
+ }, class: 'weui-input', value: fixControlledValue(_value), type: getTrueType(type, confirmType, password), placeholder: placeholder, disabled: disabled, maxlength: maxlength, name: name, onInput: this.handleInput, onFocus: this.handleFocus, onBlur: this.handleBlur, onChange: this.handleChange, onKeyDown: this.handleKeyDown }, nativeProps)));
146
146
  }
147
147
  static get is() { return "taro-input-core"; }
148
148
  static get originalStyleUrls() { return {
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class KeyboardAccessory {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 KeyboardAccessory 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-keyboard-accessory-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class LivePlayer {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 LivePlayer 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-live-player-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class LivePusher {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 LivePusher 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-live-pusher-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class Map {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 Map 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-map-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class MatchMedia {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 MatchMedia 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-match-media-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class NavigationBar {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 NavigationBar 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-navigation-bar-core"; }
11
+ }
@@ -1,6 +1,6 @@
1
1
  import { Component, Prop, h, Host, Listen, Event } from '@stencil/core';
2
+ import Taro from '@tarojs/taro';
2
3
  import classNames from 'classnames';
3
- const Taro = require('@tarojs/taro');
4
4
  /**
5
5
  * Navigator组件参数
6
6
  * @typedef NavigatorProps
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class OfficialAccount {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 OfficialAccount 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-official-account-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class PageContainer {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 PageContainer 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-page-container-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class PageMeta {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 PageMeta 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-page-meta-core"; }
11
+ }
@@ -1,6 +1,6 @@
1
1
  import { Component, Prop, h, Host, State, Event, Watch, Element } from '@stencil/core';
2
+ import Taro from '@tarojs/taro';
2
3
  import classNames from 'classnames';
3
- const Taro = require('@tarojs/taro');
4
4
  function setTransform(nodeStyle, value) {
5
5
  nodeStyle.transform = value;
6
6
  nodeStyle.webkitTransform = value;
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class ShareElement {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 ShareElement 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-share-element-core"; }
11
+ }
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
+ import { Component, h, Host } from '@stencil/core';
3
+ export class Slot {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 Slot 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-slot-core"; }
11
+ }
@@ -86,6 +86,11 @@ export class Swiper {
86
86
  this.swiper.loopCreate();
87
87
  }
88
88
  }, 500);
89
+ this.handleSwiperSize = debounce(() => {
90
+ if (this.swiper && !this.circular) {
91
+ this.swiper.updateSlides();
92
+ }
93
+ }, 50);
89
94
  }
90
95
  watchCurrent(newVal) {
91
96
  if (!this.isWillLoadCalled)
@@ -149,6 +154,8 @@ export class Swiper {
149
154
  this.el.removeChild = (oldChild) => {
150
155
  return newVal.removeChild(oldChild);
151
156
  };
157
+ this.el.addEventListener('DOMNodeInserted', this.handleSwiperSize);
158
+ this.el.addEventListener('DOMNodeRemoved', this.handleSwiperSize);
152
159
  }
153
160
  watchCircular() {
154
161
  if (this.swiper) {
@@ -182,6 +189,8 @@ export class Swiper {
182
189
  }
183
190
  disconnectedCallback() {
184
191
  var _a, _b, _c, _d, _e, _f;
192
+ this.el.removeEventListener('DOMNodeInserted', this.handleSwiperSize);
193
+ this.el.removeEventListener('DOMNodeRemoved', this.handleSwiperSize);
185
194
  (_b = (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect) === null || _b === void 0 ? void 0 : _b.call(_a);
186
195
  (_d = (_c = this.observerFirst) === null || _c === void 0 ? void 0 : _c.disconnect) === null || _d === void 0 ? void 0 : _d.call(_c);
187
196
  (_f = (_e = this.observerLast) === null || _e === void 0 ? void 0 : _e.disconnect) === null || _f === void 0 ? void 0 : _f.call(_e);
@@ -225,7 +234,7 @@ export class Swiper {
225
234
  observerUpdate(_swiper, e) {
226
235
  const target = e.target;
227
236
  const className = target && typeof target.className === 'string' ? target.className : '';
228
- if (className.includes('taro_page') && target.style.display === 'block') {
237
+ if (className.includes('taro_page') && target.style.display !== 'none') {
229
238
  if (that.autoplay && target.contains(_swiper.$el[0])) {
230
239
  _swiper.slideTo(that.current);
231
240
  }