@tarojs/components 3.7.0-alpha.1 → 3.7.0-alpha.10

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 (219) hide show
  1. package/dist/cjs/hls-00fec546.js +25673 -0
  2. package/dist/{esm/index-394db4c1.js → cjs/index-f6805218.js} +2 -6
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/taro-button-core.cjs.entry.js +2 -2
  5. package/dist/cjs/taro-components.cjs.js +1 -1
  6. package/dist/cjs/taro-cover-view-core.cjs.entry.js +1 -1
  7. package/dist/cjs/taro-icon-core.cjs.entry.js +1 -1
  8. package/dist/cjs/taro-image-core.cjs.entry.js +5 -4
  9. package/dist/cjs/taro-input-core.cjs.entry.js +6 -11
  10. package/dist/cjs/taro-navigator-core.cjs.entry.js +1 -1
  11. package/dist/cjs/taro-picker-core_2.cjs.entry.js +23 -20
  12. package/dist/cjs/taro-picker-view-column-core_2.cjs.entry.js +1 -1
  13. package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +3 -3
  14. package/dist/cjs/taro-rich-text-core.cjs.entry.js +6 -0
  15. package/dist/cjs/taro-scroll-view-core.cjs.entry.js +5 -4
  16. package/dist/cjs/taro-swiper-core_2.cjs.entry.js +37 -36
  17. package/dist/cjs/taro-tabbar.cjs.entry.js +1 -1
  18. package/dist/cjs/taro-text-core.cjs.entry.js +9 -6
  19. package/dist/cjs/taro-textarea-core.cjs.entry.js +1 -8
  20. package/dist/cjs/taro-video-control_3.cjs.entry.js +3 -3
  21. package/dist/cjs/taro-view-core.cjs.entry.js +1 -1
  22. package/dist/collection/components/button/style/index.css +12 -0
  23. package/dist/collection/components/checkbox/checkbox.js +4 -4
  24. package/dist/collection/components/image/image.js +6 -4
  25. package/dist/collection/components/input/input.js +9 -13
  26. package/dist/collection/components/picker/picker-group.js +29 -26
  27. package/dist/collection/components/picker/picker.js +42 -16
  28. package/dist/collection/components/pull-to-refresh/pull-to-refresh.js +1 -1
  29. package/dist/collection/components/pull-to-refresh/style/index.css +0 -1
  30. package/dist/collection/components/rich-text/rich-text.js +71 -0
  31. package/dist/collection/components/rich-text/style/index.css +16 -0
  32. package/dist/collection/components/scroll-view/scroll-view.js +22 -4
  33. package/dist/collection/components/swiper/swiper-item.js +34 -35
  34. package/dist/collection/components/swiper/swiper.js +2 -0
  35. package/dist/collection/components/text/style/index.css +20 -3
  36. package/dist/collection/components/text/text.js +66 -6
  37. package/dist/collection/components/textarea/textarea.js +4 -10
  38. package/dist/collection/components/video/video.js +1 -1
  39. package/dist/components/hls.js +23206 -24210
  40. package/dist/components/index2.js +1 -7
  41. package/dist/components/picker-group.js +9 -9
  42. package/dist/components/taro-button-core.js +1 -1
  43. package/dist/components/taro-checkbox-core.js +1 -1
  44. package/dist/components/taro-image-core.js +6 -4
  45. package/dist/components/taro-input-core.js +7 -12
  46. package/dist/components/taro-picker-core.js +16 -13
  47. package/dist/components/taro-pull-to-refresh.js +2 -2
  48. package/dist/components/taro-rich-text-core.js +10 -1
  49. package/dist/components/taro-scroll-view-core.js +5 -3
  50. package/dist/components/taro-swiper-core.js +2 -0
  51. package/dist/components/taro-swiper-item-core.js +34 -35
  52. package/dist/components/taro-text-core.js +13 -7
  53. package/dist/components/taro-textarea-core.js +2 -9
  54. package/dist/components/taro-video-core.js +2 -2
  55. package/dist/esm/hls-4018c7ea.js +25671 -0
  56. package/dist/{cjs/index-067a58c1.js → esm/index-c3e4004b.js} +1 -12
  57. package/dist/esm/loader.js +1 -1
  58. package/dist/esm/taro-button-core.entry.js +2 -2
  59. package/dist/esm/taro-components.js +1 -1
  60. package/dist/esm/taro-cover-view-core.entry.js +1 -1
  61. package/dist/esm/taro-icon-core.entry.js +1 -1
  62. package/dist/esm/taro-image-core.entry.js +5 -4
  63. package/dist/esm/taro-input-core.entry.js +6 -11
  64. package/dist/esm/taro-navigator-core.entry.js +1 -1
  65. package/dist/esm/taro-picker-core_2.entry.js +23 -20
  66. package/dist/esm/taro-picker-view-column-core_2.entry.js +1 -1
  67. package/dist/esm/taro-pull-to-refresh.entry.js +3 -3
  68. package/dist/esm/taro-rich-text-core.entry.js +6 -0
  69. package/dist/esm/taro-scroll-view-core.entry.js +5 -4
  70. package/dist/esm/taro-swiper-core_2.entry.js +37 -36
  71. package/dist/esm/taro-tabbar.entry.js +1 -1
  72. package/dist/esm/taro-text-core.entry.js +9 -6
  73. package/dist/esm/taro-textarea-core.entry.js +1 -8
  74. package/dist/esm/taro-video-control_3.entry.js +3 -3
  75. package/dist/esm/taro-view-core.entry.js +1 -1
  76. package/dist/esm-es5/hls-4018c7ea.js +1 -0
  77. package/dist/esm-es5/index-c3e4004b.js +7 -0
  78. package/dist/esm-es5/loader.js +1 -1
  79. package/dist/esm-es5/taro-button-core.entry.js +1 -1
  80. package/dist/esm-es5/taro-components.js +1 -1
  81. package/dist/esm-es5/taro-cover-view-core.entry.js +1 -1
  82. package/dist/esm-es5/taro-icon-core.entry.js +1 -1
  83. package/dist/esm-es5/taro-image-core.entry.js +1 -1
  84. package/dist/esm-es5/taro-input-core.entry.js +1 -1
  85. package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
  86. package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
  87. package/dist/esm-es5/taro-picker-view-column-core_2.entry.js +1 -1
  88. package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
  89. package/dist/esm-es5/taro-rich-text-core.entry.js +1 -1
  90. package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
  91. package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
  92. package/dist/esm-es5/taro-tabbar.entry.js +1 -1
  93. package/dist/esm-es5/taro-text-core.entry.js +1 -1
  94. package/dist/esm-es5/taro-textarea-core.entry.js +1 -1
  95. package/dist/esm-es5/taro-video-control_3.entry.js +1 -1
  96. package/dist/esm-es5/taro-view-core.entry.js +1 -1
  97. package/dist/taro-components/{p-1e43a2d5.entry.js → p-0114a2e4.entry.js} +1 -1
  98. package/dist/taro-components/p-01e163f8.system.entry.js +1 -0
  99. package/dist/taro-components/p-085076c5.system.entry.js +1 -0
  100. package/dist/taro-components/p-0fa96970.entry.js +1 -0
  101. package/dist/taro-components/{p-edbb1a17.system.entry.js → p-1991cc1a.system.entry.js} +1 -1
  102. package/dist/taro-components/{p-c0ec2f41.system.entry.js → p-2de2a3fd.system.entry.js} +1 -1
  103. package/dist/taro-components/p-2ec68968.system.js +7 -0
  104. package/dist/taro-components/{p-18703731.system.entry.js → p-416cc4dd.system.entry.js} +1 -1
  105. package/dist/taro-components/p-425c209a.entry.js +1 -0
  106. package/dist/taro-components/p-43efbf30.js +1 -0
  107. package/dist/taro-components/p-478deb81.entry.js +1 -0
  108. package/dist/taro-components/{p-2c89af5b.system.entry.js → p-657cb6e4.system.entry.js} +1 -1
  109. package/dist/taro-components/p-6cde180b.entry.js +1 -0
  110. package/dist/taro-components/{p-b898d734.entry.js → p-78e4805e.entry.js} +1 -1
  111. package/dist/taro-components/{p-c490cd45.entry.js → p-7b68dee8.entry.js} +1 -1
  112. package/dist/taro-components/{p-5905e3ef.system.entry.js → p-7e998213.system.entry.js} +1 -1
  113. package/dist/taro-components/p-982bb5bf.entry.js +1 -0
  114. package/dist/taro-components/{p-16336cc6.system.entry.js → p-98f9f50f.system.entry.js} +1 -1
  115. package/dist/taro-components/p-9edea30f.system.entry.js +1 -0
  116. package/dist/taro-components/{p-3f9f3448.entry.js → p-9fe49bab.entry.js} +1 -1
  117. package/dist/taro-components/{p-31bba7c3.entry.js → p-a20ecd3b.entry.js} +1 -1
  118. package/dist/taro-components/p-a20fed0a.entry.js +1 -0
  119. package/dist/taro-components/{p-e5f78321.system.entry.js → p-a4882902.system.entry.js} +1 -1
  120. package/dist/taro-components/{p-7c2454dd.system.entry.js → p-a8925584.system.entry.js} +1 -1
  121. package/dist/taro-components/p-a8e7cf87.entry.js +1 -0
  122. package/dist/taro-components/{p-c2322741.system.entry.js → p-b1d2b575.system.entry.js} +1 -1
  123. package/dist/taro-components/p-ba3b2aa5.system.entry.js +1 -0
  124. package/dist/taro-components/p-c39a46ca.system.entry.js +1 -0
  125. package/dist/taro-components/{p-ca3a269f.entry.js → p-c4b8851b.entry.js} +1 -1
  126. package/dist/taro-components/p-ce33f1f3.entry.js +1 -0
  127. package/dist/taro-components/p-dab28e1f.system.entry.js +1 -0
  128. package/dist/taro-components/p-de951a46.js +7 -0
  129. package/dist/taro-components/p-e09451c5.system.entry.js +1 -0
  130. package/dist/taro-components/{p-df4c2f21.entry.js → p-e33f3592.entry.js} +1 -1
  131. package/dist/taro-components/p-e78775ce.system.js +1 -0
  132. package/dist/taro-components/p-ebc7b6fc.entry.js +1 -0
  133. package/dist/taro-components/p-ed331c06.system.js +1 -1
  134. package/dist/taro-components/p-f02b6f70.entry.js +1 -0
  135. package/dist/taro-components/p-f6f6a996.system.entry.js +1 -0
  136. package/dist/taro-components/taro-components.css +1 -1
  137. package/dist/taro-components/taro-components.esm.js +1 -1
  138. package/dist/types/components/checkbox/checkbox.d.ts +1 -1
  139. package/dist/types/components/image/image.d.ts +1 -0
  140. package/dist/types/components/input/input.d.ts +2 -2
  141. package/dist/types/components/picker/picker-group.d.ts +3 -3
  142. package/dist/types/components/picker/picker.d.ts +7 -2
  143. package/dist/types/components/rich-text/rich-text.d.ts +4 -0
  144. package/dist/types/components/scroll-view/scroll-view.d.ts +1 -0
  145. package/dist/types/components/text/text.d.ts +4 -0
  146. package/dist/types/components/textarea/textarea.d.ts +0 -1
  147. package/dist/types/components.d.ts +28 -8
  148. package/lib/react/component-lib/index.js +50 -50
  149. package/lib/react/component-lib/index.js.map +1 -1
  150. package/lib/react/component-lib/reactify-wc.js +1 -1
  151. package/lib/react/component-lib/reactify-wc.js.map +1 -1
  152. package/lib/react/components.d.ts +1 -3
  153. package/lib/react/components.js +2 -2
  154. package/lib/react/components.js.map +1 -1
  155. package/lib/react/helper.d.ts +1 -1
  156. package/lib/react/react-component-lib/createOverlayComponent.js.map +1 -1
  157. package/lib/react/react-component-lib/utils/attachProps.js +21 -5
  158. package/lib/react/react-component-lib/utils/attachProps.js.map +1 -1
  159. package/lib/vue2/component-lib/index.js +0 -5
  160. package/lib/vue2/component-lib/index.js.map +1 -1
  161. package/lib/vue2/components-loader.js +1 -1
  162. package/lib/vue2/components-loader.js.map +1 -1
  163. package/lib/vue2/components.d.ts +10 -3
  164. package/lib/vue2/components.js +13 -6
  165. package/lib/vue2/components.js.map +1 -1
  166. package/lib/vue2/vue-component-lib/utils.js.map +1 -1
  167. package/lib/vue3/component-lib/index.js +48 -48
  168. package/lib/vue3/component-lib/index.js.map +1 -1
  169. package/lib/vue3/components.d.ts +1 -1
  170. package/lib/vue3/components.js +14 -6
  171. package/lib/vue3/components.js.map +1 -1
  172. package/lib/vue3/vue-component-lib/utils.js.map +1 -1
  173. package/package.json +13 -11
  174. package/types/Button.d.ts +71 -8
  175. package/types/ChannelVideo.d.ts +4 -0
  176. package/types/Form.d.ts +11 -0
  177. package/types/Image.d.ts +5 -0
  178. package/types/Input.d.ts +6 -1
  179. package/types/LivePlayer.d.ts +17 -0
  180. package/types/LivePusher.d.ts +10 -0
  181. package/types/Picker.d.ts +9 -0
  182. package/types/Progress.d.ts +2 -2
  183. package/types/RichText.d.ts +6 -4
  184. package/types/ScrollView.d.ts +7 -7
  185. package/types/ShareElement.d.ts +39 -0
  186. package/types/StickySection.d.ts +0 -1
  187. package/types/Swiper.d.ts +10 -0
  188. package/types/Text.d.ts +8 -3
  189. package/types/Textarea.d.ts +11 -4
  190. package/types/Video.d.ts +12 -0
  191. package/types/View.d.ts +1 -1
  192. package/types/index.vue3.d.ts +18 -9
  193. package/virtual-list/index.js +2 -2
  194. package/dist/cjs/hls-0f2d4d85.js +0 -26677
  195. package/dist/esm/hls-0e83e558.js +0 -26675
  196. package/dist/esm-es5/hls-0e83e558.js +0 -289
  197. package/dist/esm-es5/index-394db4c1.js +0 -7
  198. package/dist/taro-components/p-198000d8.system.js +0 -289
  199. package/dist/taro-components/p-25adb80c.entry.js +0 -1
  200. package/dist/taro-components/p-2fad2a65.js +0 -7
  201. package/dist/taro-components/p-385d8aed.entry.js +0 -1
  202. package/dist/taro-components/p-387314fa.system.js +0 -7
  203. package/dist/taro-components/p-3e701660.js +0 -289
  204. package/dist/taro-components/p-4e9bd4f6.entry.js +0 -1
  205. package/dist/taro-components/p-589293fd.entry.js +0 -1
  206. package/dist/taro-components/p-58b19305.system.entry.js +0 -1
  207. package/dist/taro-components/p-5b67a98e.entry.js +0 -1
  208. package/dist/taro-components/p-6800ccdc.system.entry.js +0 -1
  209. package/dist/taro-components/p-735c2a72.system.entry.js +0 -1
  210. package/dist/taro-components/p-97f0ad72.system.entry.js +0 -1
  211. package/dist/taro-components/p-a132ebb9.entry.js +0 -1
  212. package/dist/taro-components/p-ab2d4f12.entry.js +0 -1
  213. package/dist/taro-components/p-c43c5e89.system.entry.js +0 -1
  214. package/dist/taro-components/p-cc7b95fd.system.entry.js +0 -1
  215. package/dist/taro-components/p-cd90bead.system.entry.js +0 -1
  216. package/dist/taro-components/p-d9e2e3aa.entry.js +0 -1
  217. package/dist/taro-components/p-dcbb7b2d.entry.js +0 -1
  218. package/dist/taro-components/p-ed011ff9.entry.js +0 -1
  219. package/dist/taro-components/p-fa43177b.system.entry.js +0 -1
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$1 = require('./index-e751dfe3.js');
6
- const index$3 = require('./index-067a58c1.js');
6
+ const index$3 = require('./index-f6805218.js');
7
7
  const index$2 = require('./index-dfd8638f.js');
8
8
 
9
9
  /**
@@ -9991,6 +9991,7 @@ const Swiper = class {
9991
9991
  };
9992
9992
  this.el.addEventListener('DOMNodeInserted', this.handleSwiperSize);
9993
9993
  this.el.addEventListener('DOMNodeRemoved', this.handleSwiperSize);
9994
+ this.el.addEventListener('MutationObserver', this.handleSwiperSize);
9994
9995
  }
9995
9996
  watchCircular() {
9996
9997
  if (this.swiper) {
@@ -10034,6 +10035,7 @@ const Swiper = class {
10034
10035
  var _a, _b, _c, _d, _e, _f;
10035
10036
  this.el.removeEventListener('DOMNodeInserted', this.handleSwiperSize);
10036
10037
  this.el.removeEventListener('DOMNodeRemoved', this.handleSwiperSize);
10038
+ this.el.removeEventListener('MutationObserver', this.handleSwiperSize);
10037
10039
  (_b = (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect) === null || _b === void 0 ? void 0 : _b.call(_a);
10038
10040
  (_d = (_c = this.observerFirst) === null || _c === void 0 ? void 0 : _c.disconnect) === null || _d === void 0 ? void 0 : _d.call(_c);
10039
10041
  (_f = (_e = this.observerLast) === null || _e === void 0 ? void 0 : _e.disconnect) === null || _f === void 0 ? void 0 : _f.call(_e);
@@ -10147,35 +10149,41 @@ const Swiper = class {
10147
10149
  };
10148
10150
  Swiper.style = indexCss;
10149
10151
 
10150
- function isEqualTag(a, b) {
10151
- return typeof a.tagName === 'undefined' ? a.nodeType === b.nodeType : a.tagName === b.tagName;
10152
- }
10153
- function parseChildNodes(items, targets, needClean = false) {
10154
- const list = Array.from(targets.values());
10155
- for (let i = 0, j = 0; i < list.length; i++) {
10156
- const target = list[i];
10157
- if (!target)
10158
- return;
10159
- let item = items.item(j);
10160
- while (item) {
10161
- if (!isEqualTag(item, target) || needClean) {
10162
- item.remove();
10163
- j++;
10164
- item = items.item(j);
10165
- continue;
10166
- }
10167
- if (target.childNodes.length > 0) {
10168
- const cleanAll = ['taro-image-core'].includes(target.tagName.toLocaleLowerCase());
10169
- parseChildNodes(item.childNodes, target.childNodes, cleanAll);
10152
+ const nativeCloneNode = Node.prototype.cloneNode;
10153
+ function cloneNode(node, deep) {
10154
+ const clonedNode = nativeCloneNode.call(node, false);
10155
+ const srcChildNodes = childNodes(node);
10156
+ if (deep) {
10157
+ for (let i = 0; i < srcChildNodes.length; i++) {
10158
+ const srcNode = srcChildNodes[i];
10159
+ let srcDeep = deep;
10160
+ if (srcNode.nodeType !== 2 && srcNode.nodeType !== 8) {
10161
+ // Note: 没有引用节点(s-cr[reference comment])的情况下,不复制子节点避免冗余(例如:Image 组件)
10162
+ if (!srcNode['s-cr']) {
10163
+ srcDeep = false;
10164
+ }
10165
+ const childClone = cloneNode(srcNode, srcDeep);
10166
+ clonedNode.appendChild(childClone);
10170
10167
  }
10171
- break;
10172
10168
  }
10173
- while (i === list.length - 1 && j < items.length) {
10174
- j++;
10175
- item = items.item(j);
10176
- item === null || item === void 0 ? void 0 : item.remove();
10169
+ }
10170
+ return clonedNode;
10171
+ }
10172
+ function childNodes(node) {
10173
+ const childNodes = node.childNodes;
10174
+ // check if element is stencil element without shadow dom
10175
+ // and then detect elements that were slotted into the element
10176
+ if (node['s-sc']) {
10177
+ const result = [];
10178
+ for (let i = 0; i < childNodes.length; i++) {
10179
+ const slot = childNodes[i]['s-nr'];
10180
+ if (slot) {
10181
+ result.push(slot);
10182
+ }
10177
10183
  }
10184
+ return result;
10178
10185
  }
10186
+ return Array.from(childNodes);
10179
10187
  }
10180
10188
  const SwiperItem = class {
10181
10189
  constructor(hostRef) {
@@ -10183,16 +10191,9 @@ const SwiperItem = class {
10183
10191
  this.itemId = undefined;
10184
10192
  }
10185
10193
  componentDidRender() {
10186
- var _a, _b, _c;
10187
- const el = this.el;
10188
- if (el.classList.contains('swiper-slide-duplicate')) {
10189
- const list = Array
10190
- .from(((_b = (_a = el.parentElement) === null || _a === void 0 ? void 0 : _a.childNodes) === null || _b === void 0 ? void 0 : _b.values()) || [])
10191
- .filter((e) => e.tagName === 'TARO-SWIPER-ITEM-CORE');
10192
- if (list.length > 0) {
10193
- parseChildNodes(el.childNodes, (_c = list[list.indexOf(el) === 0 ? list.length - 2 : 1]) === null || _c === void 0 ? void 0 : _c.childNodes);
10194
- }
10195
- }
10194
+ this.el.cloneNode = (deep = false) => {
10195
+ return cloneNode.call(null, this.el, deep);
10196
+ };
10196
10197
  }
10197
10198
  render() {
10198
10199
  return (index$1.h(index$1.Host, { class: 'swiper-slide', "item-id": this.itemId }));
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$1 = require('./index-e751dfe3.js');
6
6
  const Taro = require('@tarojs/taro');
7
- const index = require('./index-067a58c1.js');
7
+ const index = require('./index-f6805218.js');
8
8
  const index$2 = require('./index-dfd8638f.js');
9
9
 
10
10
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -3,20 +3,23 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const index$1 = require('./index-067a58c1.js');
7
6
 
8
- const indexCss = "taro-text-core{display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:pre-wrap}.taro-text__selectable{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}";
7
+ const indexCss = "taro-text-core{display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}taro-text-core[selectable=true],taro-text-core[user-select=true]{display:inline-block;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}taro-text-core[space]{white-space:pre-wrap}taro-text-core[space=ensp]{word-spacing:0.5em}taro-text-core[space=nbsp]{word-spacing:1em}taro-text-core[number-of-lines]{--line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--line-clamp)}";
9
8
 
10
9
  const Text = class {
11
10
  constructor(hostRef) {
12
11
  index.registerInstance(this, hostRef);
13
12
  this.selectable = false;
13
+ this.userSelect = false;
14
+ this.space = undefined;
15
+ this.numberOfLines = undefined;
14
16
  }
15
17
  render() {
16
- const cls = index$1.classnames({
17
- 'taro-text__selectable': this.selectable
18
- });
19
- return (index.h(index.Host, { class: cls }, index.h("slot", null)));
18
+ const style = {};
19
+ if (typeof this.numberOfLines === 'number') {
20
+ style['--line-clamp'] = this.numberOfLines;
21
+ }
22
+ return (index.h(index.Host, { style: style }, index.h("slot", null)));
20
23
  }
21
24
  };
22
25
  Text.style = indexCss;
@@ -111,7 +111,7 @@ const Textarea = class {
111
111
  numberOfLines = Math.floor(taHeight / taLineHeight);
112
112
  return numberOfLines;
113
113
  };
114
- this.value = undefined;
114
+ this.value = '';
115
115
  this.placeholder = undefined;
116
116
  this.disabled = false;
117
117
  this.maxlength = 140;
@@ -130,13 +130,6 @@ const Textarea = class {
130
130
  async focus() {
131
131
  this.textareaRef.focus();
132
132
  }
133
- componentDidLoad() {
134
- Object.defineProperty(this.el, 'value', {
135
- get: () => this.textareaRef.value,
136
- set: value => this.value !== value && (this.value = value),
137
- configurable: true
138
- });
139
- }
140
133
  render() {
141
134
  const { value, placeholder, disabled, maxlength, autoFocus, autoHeight, name, nativeProps, handleInput, handleFocus, handleBlur, handleChange } = this;
142
135
  const otherProps = {};
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const index$2 = require('./index-067a58c1.js');
6
+ const index$2 = require('./index-f6805218.js');
7
7
  const index$1 = require('./index-dfd8638f.js');
8
8
 
9
9
  const formatTime = (time) => {
@@ -275,8 +275,8 @@ const Video = class {
275
275
  const { src, videoRef } = this;
276
276
  if (isHls(src)) {
277
277
  Promise.resolve().then(function () { return require(
278
- /* webpackMode: "weak" */
279
- './hls-0f2d4d85.js'); }).then(function (n) { return n.hls; }).then(e => {
278
+ /* webpackExports: ["default"] */
279
+ './hls-00fec546.js'); }).then(e => {
280
280
  const Hls = e.default;
281
281
  this.HLS = Hls;
282
282
  if (Hls.isSupported()) {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const index$1 = require('./index-067a58c1.js');
6
+ const index$1 = require('./index-f6805218.js');
7
7
 
8
8
  const indexCss = "body,html{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}taro-view-core{display:block}";
9
9
 
@@ -102,6 +102,18 @@ taro-button-core[plain][type=primary]:not([disabled]):active {
102
102
  taro-button-core[plain][type=primary]::after {
103
103
  border-width: 0;
104
104
  }
105
+ taro-button-core[plain][type=warn] {
106
+ border: 1px solid #e64340;
107
+ color: #e64340;
108
+ }
109
+ taro-button-core[plain][type=warn]:not([disabled]):active {
110
+ border-color: rgba(230, 67, 64, 0.6);
111
+ background-color: transparent;
112
+ color: rgba(230, 67, 64, 0.6);
113
+ }
114
+ taro-button-core[plain][type=warn]::after {
115
+ border-width: 0;
116
+ }
105
117
  taro-button-core[plain], taro-button-core[plain][type=default] {
106
118
  border: 1px solid #353535;
107
119
  color: #353535;
@@ -69,11 +69,11 @@ export class Checkbox {
69
69
  "reflect": false
70
70
  },
71
71
  "value": {
72
- "type": "string",
73
- "mutable": false,
72
+ "type": "any",
73
+ "mutable": true,
74
74
  "complexType": {
75
- "original": "string",
76
- "resolved": "string",
75
+ "original": "string | number",
76
+ "resolved": "number | string",
77
77
  "references": {}
78
78
  },
79
79
  "required": false,
@@ -8,6 +8,7 @@ export class Image {
8
8
  this.lazyLoad = false;
9
9
  this.nativeProps = {};
10
10
  this.aspectFillMode = 'width';
11
+ this.didLoad = false;
11
12
  }
12
13
  componentDidLoad() {
13
14
  if (!this.lazyLoad)
@@ -16,7 +17,7 @@ export class Image {
16
17
  // 异步 api 关系
17
18
  if (entries[entries.length - 1].isIntersecting) {
18
19
  lazyImg.unobserve(this.imgRef);
19
- this.imgRef.src = this.src;
20
+ this.didLoad = true;
20
21
  }
21
22
  }, {
22
23
  rootMargin: '300px 0px'
@@ -35,14 +36,14 @@ export class Image {
35
36
  this.onError.emit(e);
36
37
  }
37
38
  render() {
38
- const { src, mode = 'scaleToFill', lazyLoad = false, aspectFillMode = 'width', imageOnLoad, imageOnError, nativeProps } = this;
39
+ const { src, mode = 'scaleToFill', lazyLoad = false, aspectFillMode = 'width', imageOnLoad, imageOnError, nativeProps, didLoad } = this;
39
40
  const cls = classNames({
40
41
  'taro-img__widthfix': mode === 'widthFix'
41
42
  });
42
43
  const imgCls = classNames(`taro-img__mode-${mode.toLowerCase().replace(/\s/g, '')}`, {
43
44
  [`taro-img__mode-aspectfill--${aspectFillMode}`]: mode === 'aspectFill'
44
45
  });
45
- return (h(Host, { class: cls }, lazyLoad ? (h("img", Object.assign({ ref: img => (this.imgRef = img), class: imgCls, onLoad: imageOnLoad.bind(this), onError: imageOnError.bind(this) }, nativeProps))) : (h("img", Object.assign({ ref: img => (this.imgRef = img), class: imgCls, src: src, onLoad: imageOnLoad.bind(this), onError: imageOnError.bind(this) }, nativeProps)))));
46
+ return (h(Host, { class: cls }, h("img", Object.assign({ ref: (img) => (this.imgRef = img), class: imgCls, src: lazyLoad && !didLoad ? undefined : src, onLoad: imageOnLoad.bind(this), onError: imageOnError.bind(this) }, nativeProps))));
46
47
  }
47
48
  static get is() { return "taro-image-core"; }
48
49
  static get originalStyleUrls() {
@@ -134,7 +135,8 @@ export class Image {
134
135
  }
135
136
  static get states() {
136
137
  return {
137
- "aspectFillMode": {}
138
+ "aspectFillMode": {},
139
+ "didLoad": {}
138
140
  };
139
141
  }
140
142
  static get events() {
@@ -114,7 +114,7 @@ export class Input {
114
114
  this.isOnComposition = true;
115
115
  }
116
116
  };
117
- this.handleBeforeinput = (e) => {
117
+ this.handleBeforeInput = (e) => {
118
118
  if (!e.data)
119
119
  return;
120
120
  const isNumber = e.data && /[0-9]/.test(e.data);
@@ -127,7 +127,7 @@ export class Input {
127
127
  }
128
128
  }
129
129
  };
130
- this.value = undefined;
130
+ this.value = '';
131
131
  this.type = undefined;
132
132
  this.password = false;
133
133
  this.placeholder = undefined;
@@ -164,14 +164,9 @@ export class Input {
164
164
  else {
165
165
  (_b = this.inputRef) === null || _b === void 0 ? void 0 : _b.addEventListener('compositionstart', this.handleComposition);
166
166
  (_c = this.inputRef) === null || _c === void 0 ? void 0 : _c.addEventListener('compositionend', this.handleComposition);
167
- (_d = this.inputRef) === null || _d === void 0 ? void 0 : _d.addEventListener('beforeinput', this.handleBeforeinput);
168
- (_e = this.inputRef) === null || _e === void 0 ? void 0 : _e.addEventListener('textInput', this.handleBeforeinput);
167
+ (_d = this.inputRef) === null || _d === void 0 ? void 0 : _d.addEventListener('beforeinput', this.handleBeforeInput);
168
+ (_e = this.inputRef) === null || _e === void 0 ? void 0 : _e.addEventListener('textInput', this.handleBeforeInput);
169
169
  }
170
- Object.defineProperty(this.el, 'value', {
171
- get: () => this.inputRef.value,
172
- set: value => this.value !== value && (this.value = value),
173
- configurable: true
174
- });
175
170
  }
176
171
  disconnectedCallback() {
177
172
  var _a, _b, _c, _d, _e;
@@ -181,8 +176,8 @@ export class Input {
181
176
  else {
182
177
  (_b = this.inputRef) === null || _b === void 0 ? void 0 : _b.removeEventListener('compositionstart', this.handleComposition);
183
178
  (_c = this.inputRef) === null || _c === void 0 ? void 0 : _c.removeEventListener('compositionend', this.handleComposition);
184
- (_d = this.inputRef) === null || _d === void 0 ? void 0 : _d.removeEventListener('beforeinput', this.handleBeforeinput);
185
- (_e = this.inputRef) === null || _e === void 0 ? void 0 : _e.removeEventListener('textInput', this.handleBeforeinput);
179
+ (_d = this.inputRef) === null || _d === void 0 ? void 0 : _d.removeEventListener('beforeinput', this.handleBeforeInput);
180
+ (_e = this.inputRef) === null || _e === void 0 ? void 0 : _e.removeEventListener('textInput', this.handleBeforeInput);
186
181
  }
187
182
  }
188
183
  render() {
@@ -221,7 +216,8 @@ export class Input {
221
216
  "text": ""
222
217
  },
223
218
  "attribute": "value",
224
- "reflect": false
219
+ "reflect": false,
220
+ "defaultValue": "''"
225
221
  },
226
222
  "type": {
227
223
  "type": "string",
@@ -326,7 +322,7 @@ export class Input {
326
322
  "text": ""
327
323
  },
328
324
  "attribute": "focus",
329
- "reflect": true,
325
+ "reflect": false,
330
326
  "defaultValue": "false"
331
327
  },
332
328
  "confirmType": {
@@ -1,4 +1,4 @@
1
- import { h, Host } from '@stencil/core';
1
+ import { Host, h } from '@stencil/core';
2
2
  import { TOP, LINE_HEIGHT, MASK_HEIGHT } from './constant';
3
3
  export class TaroPickerGroup {
4
4
  constructor() {
@@ -8,7 +8,6 @@ export class TaroPickerGroup {
8
8
  this.height = undefined;
9
9
  this.columnId = undefined;
10
10
  this.updateHeight = undefined;
11
- this.onColumnChange = undefined;
12
11
  this.updateDay = undefined;
13
12
  this.startY = undefined;
14
13
  this.preY = undefined;
@@ -78,7 +77,7 @@ export class TaroPickerGroup {
78
77
  this.updateHeight(newPos, this.columnId);
79
78
  }
80
79
  async handleMoveEnd(clientY) {
81
- const { mode, range, height, updateHeight, onColumnChange, columnId } = this;
80
+ const { mode, range, height, updateHeight, columnId } = this;
82
81
  const max = 0;
83
82
  const min = -LINE_HEIGHT * (range.length - 1);
84
83
  const endY = clientY;
@@ -129,7 +128,7 @@ export class TaroPickerGroup {
129
128
  // 先按公式算出 index, 再用此 index 算出一个整数高度
130
129
  const index = Math.round(absoluteHeight / -LINE_HEIGHT);
131
130
  const relativeHeight = TOP - LINE_HEIGHT * index;
132
- if (this.mode === 'date') {
131
+ if (this.mode === 'date' && typeof this.updateDay === 'function') {
133
132
  if (this.columnId === '0') {
134
133
  this.updateDay(+this.range[index].replace(/[^0-9]/gi, ''), 0);
135
134
  }
@@ -141,14 +140,16 @@ export class TaroPickerGroup {
141
140
  }
142
141
  }
143
142
  updateHeight(relativeHeight, columnId, mode === 'time');
144
- onColumnChange && onColumnChange(relativeHeight, columnId);
143
+ this.onColumnChange.emit({
144
+ columnId,
145
+ height: relativeHeight,
146
+ });
145
147
  }
146
148
  onMouseDown(e) {
147
149
  this.isMove = true;
148
150
  this.handleMoveStart(e.clientY);
149
151
  }
150
152
  onMouseMove(e) {
151
- e.preventDefault();
152
153
  if (!this.isMove)
153
154
  return;
154
155
  this.handleMoving(e.clientY);
@@ -163,7 +164,6 @@ export class TaroPickerGroup {
163
164
  this.handleMoveStart(e.changedTouches[0].clientY);
164
165
  }
165
166
  onTouchMove(e) {
166
- e.preventDefault();
167
167
  this.handleMoving(e.changedTouches[0].clientY);
168
168
  }
169
169
  onTouchEnd(e) {
@@ -279,31 +279,16 @@ export class TaroPickerGroup {
279
279
  "text": ""
280
280
  }
281
281
  },
282
- "onColumnChange": {
283
- "type": "unknown",
284
- "mutable": false,
285
- "complexType": {
286
- "original": "(height: number, columnId: string) => void",
287
- "resolved": "(height: number, columnId: string) => void",
288
- "references": {}
289
- },
290
- "required": false,
291
- "optional": false,
292
- "docs": {
293
- "tags": [],
294
- "text": ""
295
- }
296
- },
297
282
  "updateDay": {
298
283
  "type": "unknown",
299
284
  "mutable": false,
300
285
  "complexType": {
301
286
  "original": "(value: number, fields: number) => void",
302
- "resolved": "(value: number, fields: number) => void",
287
+ "resolved": "((value: number, fields: number) => void) | undefined",
303
288
  "references": {}
304
289
  },
305
290
  "required": false,
306
- "optional": false,
291
+ "optional": true,
307
292
  "docs": {
308
293
  "tags": [],
309
294
  "text": ""
@@ -320,6 +305,24 @@ export class TaroPickerGroup {
320
305
  "isMove": {}
321
306
  };
322
307
  }
308
+ static get events() {
309
+ return [{
310
+ "method": "onColumnChange",
311
+ "name": "columnChange",
312
+ "bubbles": true,
313
+ "cancelable": true,
314
+ "composed": true,
315
+ "docs": {
316
+ "tags": [],
317
+ "text": ""
318
+ },
319
+ "complexType": {
320
+ "original": "any",
321
+ "resolved": "any",
322
+ "references": {}
323
+ }
324
+ }];
325
+ }
323
326
  static get methods() {
324
327
  return {
325
328
  "handleMoveStart": {
@@ -392,7 +395,7 @@ export class TaroPickerGroup {
392
395
  "name": "mousemove",
393
396
  "method": "onMouseMove",
394
397
  "target": undefined,
395
- "capture": false,
398
+ "capture": true,
396
399
  "passive": true
397
400
  }, {
398
401
  "name": "mouseup",
@@ -416,7 +419,7 @@ export class TaroPickerGroup {
416
419
  "name": "touchmove",
417
420
  "method": "onTouchMove",
418
421
  "target": undefined,
419
- "capture": false,
422
+ "capture": true,
420
423
  "passive": true
421
424
  }, {
422
425
  "name": "touchend",
@@ -1,4 +1,4 @@
1
- import { h, Host } from '@stencil/core';
1
+ import { Host, h } from '@stencil/core';
2
2
  import classNames from 'classnames';
3
3
  import { hoursRange, minutesRange, compareTime, verifyValue, verifyTime, verifyDate, getYearRange, getMonthRange, getDayRange, formatValue } from './utils';
4
4
  import { TOP, LINE_HEIGHT } from './constant';
@@ -68,11 +68,19 @@ export class Picker {
68
68
  })
69
69
  .join('-');
70
70
  }
71
- this.pickerValue = value;
71
+ this.value = value;
72
+ this.pickerValue = this.value;
72
73
  this.onChange.emit({
73
74
  value
74
75
  });
75
76
  };
77
+ this.handleColumnChange = (e) => {
78
+ const { columnId, height } = e.detail;
79
+ this.onColumnChange.emit({
80
+ column: Number(columnId),
81
+ value: (TOP - height) / LINE_HEIGHT
82
+ });
83
+ };
76
84
  // 点击取消按钮或蒙层
77
85
  this.handleCancel = () => {
78
86
  this.hidePicker();
@@ -110,12 +118,6 @@ export class Picker {
110
118
  }
111
119
  }
112
120
  };
113
- this.handleColumnChange = (height, columnId) => {
114
- this.onColumnChange.emit({
115
- column: Number(columnId),
116
- value: (TOP - height) / LINE_HEIGHT
117
- });
118
- };
119
121
  this.updateDay = (value, fields) => {
120
122
  const { _start, _end, _updateValue } = this.pickerDate;
121
123
  _updateValue[fields] = value;
@@ -201,6 +203,7 @@ export class Picker {
201
203
  this.end = '';
202
204
  this.fields = 'day';
203
205
  this.name = '';
206
+ this.textProps = {};
204
207
  this.pickerValue = [];
205
208
  this.height = [];
206
209
  this.hidden = true;
@@ -212,11 +215,6 @@ export class Picker {
212
215
  this.handleProps();
213
216
  }
214
217
  componentDidLoad() {
215
- Object.defineProperty(this.el, 'value', {
216
- get: () => this.pickerValue,
217
- set: value => this.value !== value && (this.value = value),
218
- configurable: true
219
- });
220
218
  if (this.overlay) {
221
219
  document.body.appendChild(this.overlay);
222
220
  }
@@ -295,6 +293,9 @@ export class Picker {
295
293
  throw new Error('Date Interval Error');
296
294
  }
297
295
  }
296
+ else {
297
+ throw new Error(`Picker not support "${mode}" mode.`);
298
+ }
298
299
  // Prop 变化时,无论是否正在显示弹层,都更新 height 值
299
300
  this.height = this.getHeightByIndex();
300
301
  // 同步表单 value 值,用于 form submit
@@ -310,6 +311,7 @@ export class Picker {
310
311
  }
311
312
  }
312
313
  render() {
314
+ var _a, _b;
313
315
  const { name, mode, fadeOut, hidden } = this;
314
316
  // 选项条
315
317
  let pickerGroup;
@@ -334,7 +336,7 @@ export class Picker {
334
336
  'weui-animate-slide-down': fadeOut
335
337
  });
336
338
  const shouldDivHidden = hidden ? { display: 'none' } : {};
337
- return (h(Host, null, h("div", { onClick: this.showPicker }, h("slot", null), h("input", { type: 'hidden', name: name, value: formatValue(this.pickerValue) })), h("div", { class: 'weui-picker__overlay', style: shouldDivHidden, ref: el => { this.overlay = el; } }, h("div", { class: clsMask, onClick: this.handleCancel }), h("div", { class: clsSlider }, h("div", { class: 'weui-picker__hd' }, h("div", { class: 'weui-picker__action', onClick: this.handleCancel }, "\u53D6\u6D88"), h("div", { class: 'weui-picker__action', onClick: this.handleChange }, "\u786E\u5B9A")), h("div", { class: 'weui-picker__bd' }, pickerGroup), h("input", { type: 'hidden', name: name, value: formatValue(this.pickerValue) })))));
339
+ return (h(Host, null, h("div", { onClick: this.showPicker }, h("slot", null), h("input", { type: 'hidden', name: name, value: formatValue(this.pickerValue) })), h("div", { class: 'weui-picker__overlay', style: shouldDivHidden, ref: el => { this.overlay = el; } }, h("div", { class: clsMask, onClick: this.handleCancel }), h("div", { class: clsSlider }, h("div", { class: 'weui-picker__hd' }, h("div", { class: 'weui-picker__action', onClick: this.handleCancel }, (_a = this.textProps.cancelText) !== null && _a !== void 0 ? _a : '取消'), h("div", { class: 'weui-picker__action', onClick: this.handleChange }, (_b = this.textProps.okText) !== null && _b !== void 0 ? _b : '确定')), h("div", { class: 'weui-picker__bd' }, pickerGroup), h("input", { type: 'hidden', name: name, value: formatValue(this.pickerValue) })))));
338
340
  }
339
341
  static get is() { return "taro-picker-core"; }
340
342
  static get originalStyleUrls() {
@@ -426,9 +428,13 @@ export class Picker {
426
428
  "type": "any",
427
429
  "mutable": true,
428
430
  "complexType": {
429
- "original": "number | number[] | string",
431
+ "original": "PickerValue",
430
432
  "resolved": "number | number[] | string",
431
- "references": {}
433
+ "references": {
434
+ "PickerValue": {
435
+ "location": "local"
436
+ }
437
+ }
432
438
  },
433
439
  "required": false,
434
440
  "optional": false,
@@ -514,6 +520,26 @@ export class Picker {
514
520
  "attribute": "name",
515
521
  "reflect": false,
516
522
  "defaultValue": "''"
523
+ },
524
+ "textProps": {
525
+ "type": "unknown",
526
+ "mutable": false,
527
+ "complexType": {
528
+ "original": "PickerText",
529
+ "resolved": "PickerText",
530
+ "references": {
531
+ "PickerText": {
532
+ "location": "local"
533
+ }
534
+ }
535
+ },
536
+ "required": false,
537
+ "optional": false,
538
+ "docs": {
539
+ "tags": [],
540
+ "text": ""
541
+ },
542
+ "defaultValue": "{}"
517
543
  }
518
544
  };
519
545
  }
@@ -49,7 +49,7 @@ export class PullToRefresh {
49
49
  };
50
50
  this.init = () => {
51
51
  const ele = this.scrollContainer;
52
- const child = this.el.querySelector('rmc-pull-to-refresh-content');
52
+ const child = this.el.querySelector('.rmc-pull-to-refresh-content');
53
53
  this.el.appendChild = child === null || child === void 0 ? void 0 : child.appendChild.bind(child);
54
54
  this.el.insertBefore = child === null || child === void 0 ? void 0 : child.insertBefore.bind(child);
55
55
  this.el.replaceChild = child === null || child === void 0 ? void 0 : child.replaceChild.bind(child);
@@ -3,7 +3,6 @@
3
3
  }
4
4
 
5
5
  .rmc-pull-to-refresh-content-wrapper {
6
- overflow: hidden;
7
6
  min-height: 100vh;
8
7
  }
9
8