@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
@@ -1,10 +1,9 @@
1
1
  import { Component, Prop, h, Host, State, Event, Element } from '@stencil/core';
2
+ import Taro from '@tarojs/taro';
2
3
  import classNames from 'classnames';
3
4
  import resolvePathname from 'resolve-pathname';
4
5
  import { splitUrl } from '../../utils';
5
6
  import { TabbarItem } from './tabbar-item';
6
- // IGNORE: 由于 @tarojs/taro 与 @tarojs/components 中存在循环依赖,暂时使用 commonjs 引用
7
- const Taro = require('@tarojs/taro');
8
7
  // const removeLeadingSlash = str => str.replace(/^\.?\//, '')
9
8
  // const removeTrailingSearch = str => str.replace(/\?[\s\S]*$/, '')
10
9
  const addLeadingSlash = str => str[0] === '/' ? str : `/${str}`;
@@ -25,18 +24,18 @@ export class Tabbar {
25
24
  this.status = STATUS_SHOW;
26
25
  this.getOriginUrl = (url) => {
27
26
  const customRoute = this.customRoutes.filter(([, customUrl]) => {
28
- const patha = splitUrl(customUrl).path;
29
- const pathb = splitUrl(url).path;
30
- return patha === pathb;
27
+ const pathA = splitUrl(customUrl).path;
28
+ const pathB = splitUrl(url).path;
29
+ return pathA === pathB;
31
30
  });
32
31
  return customRoute.length ? customRoute[0][0] : url;
33
32
  };
34
33
  this.getSelectedIndex = (url) => {
35
34
  let foundIndex = -1;
36
35
  this.list.forEach(({ pagePath }, idx) => {
37
- const patha = splitUrl(url).path;
38
- const pathb = splitUrl(pagePath).path;
39
- if (patha === pathb) {
36
+ const pathA = splitUrl(url).path;
37
+ const pathB = splitUrl(pagePath).path;
38
+ if (pathA === pathB) {
40
39
  foundIndex = idx;
41
40
  }
42
41
  });
@@ -79,23 +78,27 @@ export class Tabbar {
79
78
  }
80
79
  this.selectedIndex = this.getSelectedIndex(this.getOriginUrl(currentPage));
81
80
  };
82
- this.setTabBarBadgeHandler = ({ index, text, errorHandler }) => {
83
- const list = this.list;
81
+ this.setTabBarBadgeHandler = ({ index, text, successHandler, errorHandler }) => {
82
+ const list = [...this.list];
84
83
  if (index in list) {
85
- this.list[index].showRedDot = false;
86
- this.list[index].badgeText = text;
84
+ list[index].showRedDot = false;
85
+ list[index].badgeText = text;
86
+ successHandler({
87
+ errMsg: 'setTabBarBadge:ok'
88
+ });
87
89
  }
88
90
  else {
89
91
  errorHandler({
90
92
  errMsg: 'setTabBarBadge:fail tabbar item not found'
91
93
  });
92
94
  }
95
+ this.list = list;
93
96
  };
94
97
  this.removeTabBarBadgeHandler = ({ index, successHandler, errorHandler }) => {
95
- const list = this.list;
98
+ const list = [...this.list];
96
99
  if (index in list) {
97
- this.list[index].badgeText = null;
98
- this.list[index].badgeText = null;
100
+ list[index].badgeText = null;
101
+ list[index].badgeText = null;
99
102
  successHandler({
100
103
  errMsg: 'removeTabBarBadge:ok'
101
104
  });
@@ -105,9 +108,10 @@ export class Tabbar {
105
108
  errMsg: 'removeTabBarBadge:fail tabbar item not found'
106
109
  });
107
110
  }
111
+ this.list = list;
108
112
  };
109
113
  this.showTabBarRedDotHandler = ({ index, successHandler, errorHandler }) => {
110
- const list = this.list;
114
+ const list = [...this.list];
111
115
  if (index in list) {
112
116
  list[index].badgeText = null;
113
117
  list[index].showRedDot = true;
@@ -120,9 +124,10 @@ export class Tabbar {
120
124
  errMsg: 'showTabBarRedDot:fail tabbar item not found'
121
125
  });
122
126
  }
127
+ this.list = list;
123
128
  };
124
129
  this.hideTabBarRedDotHandler = ({ index, successHandler, errorHandler }) => {
125
- const list = this.list;
130
+ const list = [...this.list];
126
131
  if (index in list) {
127
132
  list[index].showRedDot = false;
128
133
  successHandler({
@@ -134,6 +139,7 @@ export class Tabbar {
134
139
  errMsg: 'hideTabBarRedDot:fail tabbar item not found'
135
140
  });
136
141
  }
142
+ this.list = list;
137
143
  };
138
144
  this.showTabBarHandler = ({ successHandler }) => {
139
145
  this.status = STATUS_SHOW;
@@ -147,6 +153,39 @@ export class Tabbar {
147
153
  errMsg: 'hideTabBar:ok'
148
154
  });
149
155
  };
156
+ this.setTabBarStyleHandler = ({ color, selectedColor, backgroundColor, borderStyle, successHandler }) => {
157
+ if (backgroundColor)
158
+ this.backgroundColor = backgroundColor;
159
+ if (borderStyle)
160
+ this.borderStyle = borderStyle;
161
+ if (color)
162
+ this.color = color;
163
+ if (selectedColor)
164
+ this.selectedColor = selectedColor;
165
+ successHandler({
166
+ errMsg: 'setTabBarStyle:ok'
167
+ });
168
+ };
169
+ this.setTabBarItemHandler = ({ index, iconPath, selectedIconPath, text, successHandler, errorHandler }) => {
170
+ const list = [...this.list];
171
+ if (index in list) {
172
+ if (iconPath)
173
+ list[index].iconPath = iconPath;
174
+ if (selectedIconPath)
175
+ list[index].selectedIconPath = selectedIconPath;
176
+ if (text)
177
+ list[index].text = text;
178
+ successHandler({
179
+ errMsg: 'setTabBarItem:ok'
180
+ });
181
+ }
182
+ else {
183
+ errorHandler({
184
+ errMsg: 'setTabBarItem:fail tabbar item not found'
185
+ });
186
+ }
187
+ this.list = list;
188
+ };
150
189
  const list = this.conf.list;
151
190
  const customRoutes = this.conf.customRoutes;
152
191
  if (Object.prototype.toString.call(list) !== '[object Array]' ||
@@ -155,8 +194,15 @@ export class Tabbar {
155
194
  throw new Error('tabBar 配置错误');
156
195
  }
157
196
  this.homePage = addLeadingSlash(this.conf.homePage);
158
- for (const key in customRoutes) {
159
- this.customRoutes.push([key, customRoutes[key]]);
197
+ for (let key in customRoutes) {
198
+ const path = customRoutes[key];
199
+ key = addLeadingSlash(key);
200
+ if (typeof path === 'string') {
201
+ this.customRoutes.push([key, addLeadingSlash(path)]);
202
+ }
203
+ else if ((path === null || path === void 0 ? void 0 : path.length) > 0) {
204
+ this.customRoutes.push(...path.map(p => [key, addLeadingSlash(p)]));
205
+ }
160
206
  }
161
207
  list.forEach(item => {
162
208
  if (item.pagePath.indexOf('/') !== 0) {
@@ -164,6 +210,10 @@ export class Tabbar {
164
210
  }
165
211
  });
166
212
  this.list = list;
213
+ this.borderStyle = this.conf.borderStyle;
214
+ this.backgroundColor = this.conf.backgroundColor;
215
+ this.color = this.conf.color;
216
+ this.selectedColor = this.conf.selectedColor;
167
217
  }
168
218
  getCurrentUrl() {
169
219
  const routerMode = this.conf.mode;
@@ -191,6 +241,8 @@ export class Tabbar {
191
241
  Taro.eventCenter.on('__taroHideTabBarRedDotHandler', this.hideTabBarRedDotHandler);
192
242
  Taro.eventCenter.on('__taroShowTabBar', this.showTabBarHandler);
193
243
  Taro.eventCenter.on('__taroHideTabBar', this.hideTabBarHandler);
244
+ Taro.eventCenter.on('__taroSetTabBarStyle', this.setTabBarStyleHandler);
245
+ Taro.eventCenter.on('__taroSetTabBarItem', this.setTabBarItemHandler);
194
246
  }
195
247
  removeEvent() {
196
248
  Taro.eventCenter.off('__taroRouterChange', this.routerChangeHandler);
@@ -201,6 +253,8 @@ export class Tabbar {
201
253
  Taro.eventCenter.off('__taroHideTabBarRedDotHandler', this.hideTabBarRedDotHandler);
202
254
  Taro.eventCenter.off('__taroShowTabBar', this.showTabBarHandler);
203
255
  Taro.eventCenter.off('__taroHideTabBar', this.hideTabBarHandler);
256
+ Taro.eventCenter.off('__taroSetTabBarStyle', this.setTabBarStyleHandler);
257
+ Taro.eventCenter.off('__taroSetTabBarItem', this.setTabBarItemHandler);
204
258
  }
205
259
  componentDidLoad() {
206
260
  this.tabbarPos = this.tabbar.nextElementSibling ? 'top' : 'bottom';
@@ -211,10 +265,10 @@ export class Tabbar {
211
265
  this.removeEvent();
212
266
  }
213
267
  render() {
214
- const { conf, tabbarPos = 'bottom' } = this;
268
+ const { tabbarPos = 'bottom' } = this;
215
269
  const status = this.status;
216
270
  const containerCls = classNames('weui-tabbar', {
217
- [`taro-tabbar__border-${conf.borderStyle || 'black'}`]: true
271
+ [`taro-tabbar__border-${this.borderStyle || 'black'}`]: true
218
272
  });
219
273
  const shouldHideTabBar = this.selectedIndex === -1 || status === STATUS_HIDE;
220
274
  const shouldSlideout = status === STATUS_SLIDEOUT;
@@ -223,17 +277,17 @@ export class Tabbar {
223
277
  [hideTabBarWithAnimationClassName]: shouldSlideout
224
278
  }) },
225
279
  h("div", { class: containerCls, style: {
226
- backgroundColor: conf.backgroundColor || ''
280
+ backgroundColor: this.backgroundColor || ''
227
281
  } }, this.list.map((item, index) => {
228
282
  const isSelected = this.selectedIndex === index;
229
283
  let textColor;
230
284
  let iconPath;
231
285
  if (isSelected) {
232
- textColor = conf.selectedColor;
286
+ textColor = this.selectedColor || '';
233
287
  iconPath = item.selectedIconPath;
234
288
  }
235
289
  else {
236
- textColor = conf.color || '';
290
+ textColor = this.color || '';
237
291
  iconPath = item.iconPath;
238
292
  }
239
293
  return (h(TabbarItem, { index: index, onSelect: this.switchTab.bind(this), isSelected: isSelected, textColor: textColor, iconPath: iconPath, text: item.text, badgeText: item.badgeText, showRedDot: item.showRedDot }));
@@ -269,6 +323,10 @@ export class Tabbar {
269
323
  }; }
270
324
  static get states() { return {
271
325
  "list": {},
326
+ "borderStyle": {},
327
+ "backgroundColor": {},
328
+ "color": {},
329
+ "selectedColor": {},
272
330
  "selectedIndex": {},
273
331
  "status": {}
274
332
  }; }
@@ -1,17 +1,21 @@
1
1
  taro-textarea-core {
2
2
  display: block;
3
3
  width: 300px;
4
- height: 150px;
4
+ }
5
+
6
+ taro-textarea-core .auto-height {
7
+ height: auto;
5
8
  }
6
9
 
7
10
  .taro-textarea {
8
11
  -webkit-appearance: none;
9
12
  cursor: auto;
10
13
  width: 100%;
11
- height: 100%;
14
+ height: 150px;
12
15
  border: 0;
13
16
  display: block;
14
17
  position: relative;
18
+ line-height: 1.5;
15
19
  }
16
20
  .taro-textarea:focus {
17
21
  outline: none;
@@ -1,5 +1,5 @@
1
1
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
2
- import { Component, h, Prop, Event, Element } from '@stencil/core';
2
+ import { Component, h, Prop, State, Event, Element } from '@stencil/core';
3
3
  function fixControlledValue(value) {
4
4
  return value !== null && value !== void 0 ? value : '';
5
5
  }
@@ -8,9 +8,12 @@ export class Textarea {
8
8
  this.disabled = false;
9
9
  this.maxlength = 140;
10
10
  this.autoFocus = false;
11
+ this.autoHeight = false;
11
12
  this.nativeProps = {};
13
+ this.line = 1;
12
14
  this.hanldeInput = (e) => {
13
15
  e.stopPropagation();
16
+ this.handleLineChange();
14
17
  this.onInput.emit({
15
18
  value: e.target.value,
16
19
  cursor: e.target.value.length
@@ -32,6 +35,58 @@ export class Textarea {
32
35
  value: e.target.value
33
36
  });
34
37
  };
38
+ this.handleLineChange = () => {
39
+ const line = this.getNumberOfLines();
40
+ if (line !== this.line) {
41
+ this.line = line;
42
+ this.onLineChange.emit({
43
+ height: this.textareaRef.clientHeight,
44
+ lineCount: this.line
45
+ });
46
+ }
47
+ };
48
+ this.calculateContentHeight = (ta, scanAmount) => {
49
+ let origHeight = ta.style.height, height = ta.offsetHeight, scrollHeight = ta.scrollHeight, overflow = ta.style.overflow;
50
+ /// only bother if the ta is bigger than content
51
+ if (height >= scrollHeight) {
52
+ /// check that our browser supports changing dimension
53
+ /// calculations mid-way through a function call...
54
+ ta.style.height = height + scanAmount + 'px';
55
+ /// because the scrollbar can cause calculation problems
56
+ ta.style.overflow = 'hidden';
57
+ /// by checking that scrollHeight has updated
58
+ if (scrollHeight < ta.scrollHeight) {
59
+ /// now try and scan the ta's height downwards
60
+ /// until scrollHeight becomes larger than height
61
+ while (ta.offsetHeight >= ta.scrollHeight) {
62
+ ta.style.height = (height -= scanAmount) + 'px';
63
+ }
64
+ /// be more specific to get the exact height
65
+ while (ta.offsetHeight < ta.scrollHeight) {
66
+ ta.style.height = height++ + 'px';
67
+ }
68
+ /// reset the ta back to it's original height
69
+ ta.style.height = origHeight;
70
+ /// put the overflow back
71
+ ta.style.overflow = overflow;
72
+ return height;
73
+ }
74
+ }
75
+ else {
76
+ return scrollHeight;
77
+ }
78
+ };
79
+ this.getNumberOfLines = () => {
80
+ const ta = this.textareaRef, style = window.getComputedStyle ? window.getComputedStyle(ta) : ta.style,
81
+ // This will get the line-height only if it is set in the css,
82
+ // otherwise it's "normal"
83
+ taLineHeight = parseInt(style.lineHeight, 10),
84
+ // Get the scroll height of the textarea
85
+ taHeight = this.calculateContentHeight(ta, taLineHeight),
86
+ // calculate the number of lines
87
+ numberOfLines = Math.floor(taHeight / taLineHeight);
88
+ return numberOfLines;
89
+ };
35
90
  }
36
91
  componentDidLoad() {
37
92
  Object.defineProperty(this.el, 'value', {
@@ -42,12 +97,16 @@ export class Textarea {
42
97
  this.autoFocus && this.textareaRef.focus();
43
98
  }
44
99
  render() {
45
- const { value, placeholder, disabled, maxlength, autoFocus, name, nativeProps, hanldeInput, handleFocus, handleBlur, handleChange } = this;
100
+ const { value, placeholder, disabled, maxlength, autoFocus, autoHeight, name, nativeProps, hanldeInput, handleFocus, handleBlur, handleChange } = this;
101
+ const otherProps = {};
102
+ if (autoHeight) {
103
+ otherProps.rows = this.line;
104
+ }
46
105
  return (h("textarea", Object.assign({ ref: input => {
47
106
  if (input) {
48
107
  this.textareaRef = input;
49
108
  }
50
- }, class: 'taro-textarea', value: fixControlledValue(value), placeholder: placeholder, name: name, disabled: disabled, maxlength: maxlength, autofocus: autoFocus, onInput: hanldeInput, onFocus: handleFocus, onBlur: handleBlur, onChange: handleChange }, nativeProps)));
109
+ }, class: `taro-textarea ${autoHeight ? 'auto-height' : ''}`, value: fixControlledValue(value), placeholder: placeholder, name: name, disabled: disabled, maxlength: maxlength, autofocus: autoFocus, onInput: hanldeInput, onFocus: handleFocus, onBlur: handleBlur, onChange: handleChange }, nativeProps, otherProps)));
51
110
  }
52
111
  static get is() { return "taro-textarea-core"; }
53
112
  static get originalStyleUrls() { return {
@@ -145,6 +204,24 @@ export class Textarea {
145
204
  "reflect": false,
146
205
  "defaultValue": "false"
147
206
  },
207
+ "autoHeight": {
208
+ "type": "boolean",
209
+ "mutable": false,
210
+ "complexType": {
211
+ "original": "boolean",
212
+ "resolved": "boolean",
213
+ "references": {}
214
+ },
215
+ "required": false,
216
+ "optional": false,
217
+ "docs": {
218
+ "tags": [],
219
+ "text": ""
220
+ },
221
+ "attribute": "auto-height",
222
+ "reflect": false,
223
+ "defaultValue": "false"
224
+ },
148
225
  "name": {
149
226
  "type": "string",
150
227
  "mutable": false,
@@ -179,6 +256,9 @@ export class Textarea {
179
256
  "defaultValue": "{}"
180
257
  }
181
258
  }; }
259
+ static get states() { return {
260
+ "line": {}
261
+ }; }
182
262
  static get events() { return [{
183
263
  "method": "onInput",
184
264
  "name": "input",
@@ -239,6 +319,21 @@ export class Textarea {
239
319
  "resolved": "any",
240
320
  "references": {}
241
321
  }
322
+ }, {
323
+ "method": "onLineChange",
324
+ "name": "linechange",
325
+ "bubbles": true,
326
+ "cancelable": true,
327
+ "composed": true,
328
+ "docs": {
329
+ "tags": [],
330
+ "text": ""
331
+ },
332
+ "complexType": {
333
+ "original": "any",
334
+ "resolved": "any",
335
+ "references": {}
336
+ }
242
337
  }]; }
243
338
  static get elementRef() { return "el"; }
244
339
  }
@@ -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 VoipRoom {
4
+ componentDidLoad() {
5
+ console.error('H5 暂不支持 VoipRoom 组件!');
6
+ }
7
+ render() {
8
+ return (h(Host, null));
9
+ }
10
+ static get is() { return "taro-voip-room-core"; }
11
+ }
@@ -1,105 +1,91 @@
1
- export function throttle (fn, threshhold, scope) {
2
- threshhold || (threshhold = 250)
3
- let last, deferTimer
1
+ export function throttle(fn, threshhold, scope) {
2
+ threshhold || (threshhold = 250);
3
+ let last, deferTimer;
4
4
  return function () {
5
- const context = scope || this
6
-
7
- const now = +new Date()
5
+ const context = scope || this;
6
+ const now = +new Date();
8
7
  // eslint-disable-next-line prefer-rest-params
9
- const args = arguments
8
+ const args = arguments;
10
9
  if (last && now < last + threshhold) {
11
- clearTimeout(deferTimer)
10
+ clearTimeout(deferTimer);
12
11
  deferTimer = setTimeout(() => {
13
- last = now
14
- fn.apply(context, args)
15
- }, threshhold)
16
- } else {
17
- last = now
18
- fn.apply(context, args)
12
+ last = now;
13
+ fn.apply(context, args);
14
+ }, threshhold);
19
15
  }
20
- }
16
+ else {
17
+ last = now;
18
+ fn.apply(context, args);
19
+ }
20
+ };
21
21
  }
22
-
23
22
  export const normalizePath = url => {
24
- let _isRelative
25
- let _leadingParents = ''
26
- let _parent, _pos
27
-
23
+ let _isRelative;
24
+ let _leadingParents = '';
25
+ let _parent, _pos;
28
26
  // handle relative paths
29
27
  if (url.charAt(0) !== '/') {
30
- _isRelative = true
31
- url = '/' + url
28
+ _isRelative = true;
29
+ url = '/' + url;
32
30
  }
33
-
34
31
  // handle relative files (as opposed to directories)
35
32
  if (url.substring(-3) === '/..' || url.slice(-2) === '/.') {
36
- url += '/'
33
+ url += '/';
37
34
  }
38
-
39
35
  // resolve simples
40
- url = url.replace(/(\/(\.\/)+)|(\/\.$)/g, '/').replace(/\/{2,}/g, '/')
41
-
36
+ url = url.replace(/(\/(\.\/)+)|(\/\.$)/g, '/').replace(/\/{2,}/g, '/');
42
37
  // remember leading parents
43
38
  if (_isRelative) {
44
- _leadingParents = url.substring(1).match(/^(\.\.\/)+/) || ''
39
+ _leadingParents = url.substring(1).match(/^(\.\.\/)+/) || '';
45
40
  if (_leadingParents) {
46
- _leadingParents = _leadingParents[0]
41
+ _leadingParents = _leadingParents[0];
47
42
  }
48
43
  }
49
-
50
44
  // resolve parents
51
45
  while (true) {
52
- _parent = url.search(/\/\.\.(\/|$)/)
46
+ _parent = url.search(/\/\.\.(\/|$)/);
53
47
  if (_parent === -1) {
54
48
  // no more ../ to resolve
55
- break
56
- } else if (_parent === 0) {
49
+ break;
50
+ }
51
+ else if (_parent === 0) {
57
52
  // top level cannot be relative, skip it
58
- url = url.substring(3)
59
- continue
53
+ url = url.substring(3);
54
+ continue;
60
55
  }
61
-
62
- _pos = url.substring(0, _parent).lastIndexOf('/')
56
+ _pos = url.substring(0, _parent).lastIndexOf('/');
63
57
  if (_pos === -1) {
64
- _pos = _parent
58
+ _pos = _parent;
65
59
  }
66
- url = url.substring(0, _pos) + url.substring(_parent + 3)
60
+ url = url.substring(0, _pos) + url.substring(_parent + 3);
67
61
  }
68
-
69
62
  // revert to relative
70
63
  if (_isRelative) {
71
- url = _leadingParents + url.substring(1)
64
+ url = _leadingParents + url.substring(1);
72
65
  }
73
-
74
- return url
75
- }
76
-
66
+ return url;
67
+ };
77
68
  export const splitUrl = _url => {
78
- let url = _url || ''
79
- let pos
69
+ let url = _url || '';
70
+ let pos;
80
71
  const res = {
81
72
  path: null,
82
73
  query: null,
83
74
  fragment: null
84
- }
85
-
86
- pos = url.indexOf('#')
75
+ };
76
+ pos = url.indexOf('#');
87
77
  if (pos > -1) {
88
- res.fragment = url.substring(pos + 1)
89
- url = url.substring(0, pos)
78
+ res.fragment = url.substring(pos + 1);
79
+ url = url.substring(0, pos);
90
80
  }
91
-
92
- pos = url.indexOf('?')
81
+ pos = url.indexOf('?');
93
82
  if (pos > -1) {
94
- res.query = url.substring(pos + 1)
95
- url = url.substring(0, pos)
83
+ res.query = url.substring(pos + 1);
84
+ url = url.substring(0, pos);
96
85
  }
97
-
98
- res.path = url
99
-
100
- return res
101
- }
102
-
86
+ res.path = url;
87
+ return res;
88
+ };
103
89
  export const isNumber = obj => {
104
- return typeof obj === 'number'
105
- }
90
+ return typeof obj === 'number';
91
+ };
@@ -10,7 +10,7 @@ const patchEsm = () => {
10
10
  const defineCustomElements = (win, options) => {
11
11
  if (typeof window === 'undefined') return Promise.resolve();
12
12
  return patchEsm().then(() => {
13
- return bootstrapLazy([["taro-checkbox-core_2",[[4,"taro-checkbox-core",{"name":[1],"value":[1],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["taro-radio-core_2",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1028],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["taro-swiper-core_2",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["taro-audio-core",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["taro-block-core",[[0,"taro-block-core"]]],["taro-button-core",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[1,"form-type"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["taro-camera-core",[[0,"taro-camera-core"]]],["taro-canvas-core",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["taro-cover-image-core",[[0,"taro-cover-image-core"]]],["taro-cover-view-core",[[0,"taro-cover-view-core"]]],["taro-custom-wrapper-core",[[0,"taro-custom-wrapper-core"]]],["taro-form-core",[[4,"taro-form-core",{"slotParent":[32]},[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["taro-icon-core",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["taro-image-core",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["taro-input-core",[[0,"taro-input-core",{"value":[1],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"_value":[32]}]]],["taro-label-core",[[4,"taro-label-core",{"for":[1]}]]],["taro-movable-area-core",[[0,"taro-movable-area-core"]]],["taro-movable-view-core",[[0,"taro-movable-view-core"]]],["taro-navigator-core",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["taro-open-data-core",[[0,"taro-open-data-core"]]],["taro-picker-view-column-core",[[0,"taro-picker-view-column-core"]]],["taro-picker-view-core",[[0,"taro-picker-view-core"]]],["taro-progress-core",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["taro-pull-to-refresh",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["taro-rich-text-core",[[0,"taro-rich-text-core",{"nodes":[1]}]]],["taro-scroll-view-core",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[8,"scroll-top"],"mpScrollLeft":[8,"scroll-left"],"mpScrollIntoView":[1,"scroll-into-view"],"scrollWithAnimation":[4,"scroll-with-animation"]}]]],["taro-slider-core",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1026],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"val":[32],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["taro-switch-core",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["taro-tabbar",[[0,"taro-tabbar",{"conf":[16],"list":[32],"selectedIndex":[32],"status":[32]}]]],["taro-text-core",[[4,"taro-text-core",{"selectable":[4]}]]],["taro-textarea-core",[[0,"taro-textarea-core",{"value":[1],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"name":[1],"nativeProps":[16]}]]],["taro-view-core",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["taro-web-view-core",[[0,"taro-web-view-core",{"src":[1]}]]],["taro-picker-core_2",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[8],"start":[1],"end":[1],"fields":[1],"name":[1],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"onColumnChange":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32]},[[1,"mousedown","onMouseDown"],[1,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["taro-video-control_3",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]], options);
13
+ return bootstrapLazy([["taro-checkbox-core_2",[[4,"taro-checkbox-core",{"name":[1],"value":[1],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["taro-radio-core_2",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1028],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["taro-swiper-core_2",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["taro-ad-core",[[0,"taro-ad-core"]]],["taro-ad-custom-core",[[0,"taro-ad-custom-core"]]],["taro-audio-core",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["taro-block-core",[[0,"taro-block-core"]]],["taro-button-core",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[1,"form-type"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["taro-camera-core",[[0,"taro-camera-core"]]],["taro-canvas-core",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["taro-cover-image-core",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["taro-cover-view-core",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["taro-custom-wrapper-core",[[0,"taro-custom-wrapper-core"]]],["taro-editor-core",[[0,"taro-editor-core"]]],["taro-form-core",[[4,"taro-form-core",{"slotParent":[32]},[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["taro-functional-page-navigator-core",[[0,"taro-functional-page-navigator-core"]]],["taro-icon-core",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["taro-image-core",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["taro-input-core",[[0,"taro-input-core",{"value":[1],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"_value":[32]}]]],["taro-keyboard-accessory-core",[[0,"taro-keyboard-accessory-core"]]],["taro-label-core",[[4,"taro-label-core",{"for":[1]}]]],["taro-live-player-core",[[0,"taro-live-player-core"]]],["taro-live-pusher-core",[[0,"taro-live-pusher-core"]]],["taro-map-core",[[0,"taro-map-core"]]],["taro-match-media-core",[[0,"taro-match-media-core"]]],["taro-movable-area-core",[[0,"taro-movable-area-core"]]],["taro-movable-view-core",[[0,"taro-movable-view-core"]]],["taro-navigation-bar-core",[[0,"taro-navigation-bar-core"]]],["taro-navigator-core",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["taro-official-account-core",[[0,"taro-official-account-core"]]],["taro-open-data-core",[[0,"taro-open-data-core"]]],["taro-page-container-core",[[0,"taro-page-container-core"]]],["taro-page-meta-core",[[0,"taro-page-meta-core"]]],["taro-picker-view-column-core",[[0,"taro-picker-view-column-core"]]],["taro-picker-view-core",[[0,"taro-picker-view-core"]]],["taro-progress-core",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["taro-pull-to-refresh",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["taro-rich-text-core",[[0,"taro-rich-text-core",{"nodes":[1]}]]],["taro-scroll-view-core",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[8,"scroll-top"],"mpScrollLeft":[8,"scroll-left"],"mpScrollIntoView":[1,"scroll-into-view"],"scrollWithAnimation":[4,"scroll-with-animation"]}]]],["taro-share-element-core",[[0,"taro-share-element-core"]]],["taro-slider-core",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1026],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"val":[32],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["taro-slot-core",[[0,"taro-slot-core"]]],["taro-switch-core",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["taro-tabbar",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["taro-text-core",[[4,"taro-text-core",{"selectable":[4]}]]],["taro-textarea-core",[[0,"taro-textarea-core",{"value":[1],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"auto-focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32]}]]],["taro-view-core",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["taro-voip-room-core",[[0,"taro-voip-room-core"]]],["taro-web-view-core",[[0,"taro-web-view-core",{"src":[1]}]]],["taro-picker-core_2",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[8],"start":[1],"end":[1],"fields":[1],"name":[1],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"onColumnChange":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32]},[[1,"mousedown","onMouseDown"],[1,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["taro-video-control_3",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]], options);
14
14
  });
15
15
  };
16
16
 
@@ -0,0 +1,15 @@
1
+ import { r as registerInstance, h, H as Host } from './index-165a6222.js';
2
+
3
+ let Ad = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ }
7
+ componentDidLoad() {
8
+ console.error('H5 暂不支持 Ad 组件!');
9
+ }
10
+ render() {
11
+ return (h(Host, null));
12
+ }
13
+ };
14
+
15
+ export { Ad as taro_ad_core };
@@ -0,0 +1,15 @@
1
+ import { r as registerInstance, h, H as Host } from './index-165a6222.js';
2
+
3
+ let AdCustom = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ }
7
+ componentDidLoad() {
8
+ console.error('H5 暂不支持 AdCustom 组件!');
9
+ }
10
+ render() {
11
+ return (h(Host, null));
12
+ }
13
+ };
14
+
15
+ export { AdCustom as taro_ad_custom_core };