@tarojs/components 3.6.6 → 3.6.7-alpha.1

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 (174) 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 +1 -1
  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 +1 -1
  9. package/dist/cjs/taro-input-core.cjs.entry.js +5 -5
  10. package/dist/cjs/taro-navigator-core.cjs.entry.js +1 -1
  11. package/dist/cjs/taro-picker-core_2.cjs.entry.js +21 -14
  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 +1 -1
  14. package/dist/cjs/taro-rich-text-core.cjs.entry.js +6 -0
  15. package/dist/cjs/taro-scroll-view-core.cjs.entry.js +1 -1
  16. package/dist/cjs/taro-swiper-core_2.cjs.entry.js +1 -1
  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-video-control_3.cjs.entry.js +3 -3
  20. package/dist/cjs/taro-view-core.cjs.entry.js +1 -1
  21. package/dist/collection/components/checkbox/checkbox.js +4 -4
  22. package/dist/collection/components/input/input.js +6 -6
  23. package/dist/collection/components/picker/picker-group.js +29 -26
  24. package/dist/collection/components/picker/picker.js +34 -8
  25. package/dist/collection/components/rich-text/rich-text.js +71 -0
  26. package/dist/collection/components/rich-text/style/index.css +16 -0
  27. package/dist/collection/components/text/style/index.css +20 -3
  28. package/dist/collection/components/text/text.js +66 -6
  29. package/dist/collection/components/textarea/textarea.js +1 -1
  30. package/dist/collection/components/video/video.js +1 -1
  31. package/dist/components/hls.js +23206 -24210
  32. package/dist/components/index2.js +1 -7
  33. package/dist/components/picker-group.js +9 -9
  34. package/dist/components/taro-checkbox-core.js +1 -1
  35. package/dist/components/taro-input-core.js +6 -6
  36. package/dist/components/taro-picker-core.js +14 -7
  37. package/dist/components/taro-rich-text-core.js +10 -1
  38. package/dist/components/taro-text-core.js +13 -7
  39. package/dist/components/taro-textarea-core.js +1 -1
  40. package/dist/components/taro-video-core.js +2 -2
  41. package/dist/esm/hls-4018c7ea.js +25671 -0
  42. package/dist/{cjs/index-067a58c1.js → esm/index-c3e4004b.js} +1 -12
  43. package/dist/esm/loader.js +1 -1
  44. package/dist/esm/taro-button-core.entry.js +1 -1
  45. package/dist/esm/taro-components.js +1 -1
  46. package/dist/esm/taro-cover-view-core.entry.js +1 -1
  47. package/dist/esm/taro-icon-core.entry.js +1 -1
  48. package/dist/esm/taro-image-core.entry.js +1 -1
  49. package/dist/esm/taro-input-core.entry.js +5 -5
  50. package/dist/esm/taro-navigator-core.entry.js +1 -1
  51. package/dist/esm/taro-picker-core_2.entry.js +21 -14
  52. package/dist/esm/taro-picker-view-column-core_2.entry.js +1 -1
  53. package/dist/esm/taro-pull-to-refresh.entry.js +1 -1
  54. package/dist/esm/taro-rich-text-core.entry.js +6 -0
  55. package/dist/esm/taro-scroll-view-core.entry.js +1 -1
  56. package/dist/esm/taro-swiper-core_2.entry.js +1 -1
  57. package/dist/esm/taro-tabbar.entry.js +1 -1
  58. package/dist/esm/taro-text-core.entry.js +9 -6
  59. package/dist/esm/taro-video-control_3.entry.js +3 -3
  60. package/dist/esm/taro-view-core.entry.js +1 -1
  61. package/dist/esm-es5/hls-4018c7ea.js +1 -0
  62. package/dist/esm-es5/index-c3e4004b.js +7 -0
  63. package/dist/esm-es5/loader.js +1 -1
  64. package/dist/esm-es5/taro-button-core.entry.js +1 -1
  65. package/dist/esm-es5/taro-components.js +1 -1
  66. package/dist/esm-es5/taro-cover-view-core.entry.js +1 -1
  67. package/dist/esm-es5/taro-icon-core.entry.js +1 -1
  68. package/dist/esm-es5/taro-image-core.entry.js +1 -1
  69. package/dist/esm-es5/taro-input-core.entry.js +1 -1
  70. package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
  71. package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
  72. package/dist/esm-es5/taro-picker-view-column-core_2.entry.js +1 -1
  73. package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
  74. package/dist/esm-es5/taro-rich-text-core.entry.js +1 -1
  75. package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
  76. package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
  77. package/dist/esm-es5/taro-tabbar.entry.js +1 -1
  78. package/dist/esm-es5/taro-text-core.entry.js +1 -1
  79. package/dist/esm-es5/taro-video-control_3.entry.js +1 -1
  80. package/dist/esm-es5/taro-view-core.entry.js +1 -1
  81. package/dist/taro-components/{p-030715f1.system.entry.js → p-01e163f8.system.entry.js} +1 -1
  82. package/dist/taro-components/p-085076c5.system.entry.js +1 -0
  83. package/dist/taro-components/{p-25adb80c.entry.js → p-091a7153.entry.js} +1 -1
  84. package/dist/taro-components/{p-cd90bead.system.entry.js → p-0cf235de.system.entry.js} +1 -1
  85. package/dist/taro-components/p-0fa96970.entry.js +1 -0
  86. package/dist/taro-components/{p-edbb1a17.system.entry.js → p-1991cc1a.system.entry.js} +1 -1
  87. package/dist/taro-components/{p-c0ec2f41.system.entry.js → p-2accb92c.system.entry.js} +1 -1
  88. package/dist/taro-components/p-2ec68968.system.js +7 -0
  89. package/dist/taro-components/{p-18703731.system.entry.js → p-416cc4dd.system.entry.js} +1 -1
  90. package/dist/taro-components/p-425c209a.entry.js +1 -0
  91. package/dist/taro-components/p-43efbf30.js +1 -0
  92. package/dist/taro-components/{p-385d8aed.entry.js → p-4874f671.entry.js} +1 -1
  93. package/dist/taro-components/p-6cde180b.entry.js +1 -0
  94. package/dist/taro-components/{p-c490cd45.entry.js → p-7152d85b.entry.js} +1 -1
  95. package/dist/taro-components/{p-ab2d4f12.entry.js → p-719e1eaf.entry.js} +1 -1
  96. package/dist/taro-components/{p-b898d734.entry.js → p-78e4805e.entry.js} +1 -1
  97. package/dist/taro-components/{p-6800ccdc.system.entry.js → p-7ff654e6.system.entry.js} +1 -1
  98. package/dist/taro-components/{p-16336cc6.system.entry.js → p-98f9f50f.system.entry.js} +1 -1
  99. package/dist/taro-components/p-9edea30f.system.entry.js +1 -0
  100. package/dist/taro-components/{p-3f9f3448.entry.js → p-9fe49bab.entry.js} +1 -1
  101. package/dist/taro-components/{p-31bba7c3.entry.js → p-a20ecd3b.entry.js} +1 -1
  102. package/dist/taro-components/p-a20fed0a.entry.js +1 -0
  103. package/dist/taro-components/{p-7c2454dd.system.entry.js → p-a8925584.system.entry.js} +1 -1
  104. package/dist/taro-components/p-a8e7cf87.entry.js +1 -0
  105. package/dist/taro-components/{p-5905e3ef.system.entry.js → p-a96b4b19.system.entry.js} +1 -1
  106. package/dist/taro-components/{p-c2322741.system.entry.js → p-b1d2b575.system.entry.js} +1 -1
  107. package/dist/taro-components/p-c39a46ca.system.entry.js +1 -0
  108. package/dist/taro-components/{p-ca3a269f.entry.js → p-c4b8851b.entry.js} +1 -1
  109. package/dist/taro-components/{p-e5f78321.system.entry.js → p-cdb76676.system.entry.js} +1 -1
  110. package/dist/taro-components/p-de951a46.js +7 -0
  111. package/dist/taro-components/p-e09451c5.system.entry.js +1 -0
  112. package/dist/taro-components/{p-df4c2f21.entry.js → p-e33f3592.entry.js} +1 -1
  113. package/dist/taro-components/p-e78775ce.system.js +1 -0
  114. package/dist/taro-components/{p-98d771c3.entry.js → p-ebc7b6fc.entry.js} +1 -1
  115. package/dist/taro-components/p-ed331c06.system.js +1 -1
  116. package/dist/taro-components/{p-1e43a2d5.entry.js → p-f07cd1de.entry.js} +1 -1
  117. package/dist/taro-components/p-f6f6a996.system.entry.js +1 -0
  118. package/dist/taro-components/taro-components.esm.js +1 -1
  119. package/dist/types/components/checkbox/checkbox.d.ts +1 -1
  120. package/dist/types/components/input/input.d.ts +1 -1
  121. package/dist/types/components/picker/picker-group.d.ts +3 -3
  122. package/dist/types/components/picker/picker.d.ts +6 -1
  123. package/dist/types/components/rich-text/rich-text.d.ts +4 -0
  124. package/dist/types/components/text/text.d.ts +4 -0
  125. package/dist/types/components.d.ts +24 -6
  126. package/lib/react/component-lib/index.js +50 -50
  127. package/lib/react/component-lib/index.js.map +1 -1
  128. package/lib/react/components.d.ts +1 -3
  129. package/lib/react/components.js +2 -2
  130. package/lib/react/components.js.map +1 -1
  131. package/lib/react/helper.d.ts +1 -1
  132. package/lib/react/react-component-lib/utils/attachProps.js +1 -4
  133. package/lib/react/react-component-lib/utils/attachProps.js.map +1 -1
  134. package/lib/vue2/components.d.ts +8 -2
  135. package/lib/vue2/components.js +12 -6
  136. package/lib/vue2/components.js.map +1 -1
  137. package/lib/vue3/component-lib/index.js +48 -48
  138. package/lib/vue3/component-lib/index.js.map +1 -1
  139. package/lib/vue3/components.d.ts +1 -1
  140. package/lib/vue3/components.js +13 -6
  141. package/lib/vue3/components.js.map +1 -1
  142. package/package.json +9 -7
  143. package/types/Button.d.ts +9 -7
  144. package/types/ChannelVideo.d.ts +4 -0
  145. package/types/Form.d.ts +11 -0
  146. package/types/Image.d.ts +5 -0
  147. package/types/Input.d.ts +6 -1
  148. package/types/LivePlayer.d.ts +17 -0
  149. package/types/LivePusher.d.ts +10 -0
  150. package/types/Picker.d.ts +9 -0
  151. package/types/Progress.d.ts +2 -2
  152. package/types/RichText.d.ts +6 -4
  153. package/types/ScrollView.d.ts +3 -3
  154. package/types/Text.d.ts +8 -3
  155. package/types/Textarea.d.ts +5 -3
  156. package/types/Video.d.ts +12 -0
  157. package/dist/cjs/hls-0f2d4d85.js +0 -26677
  158. package/dist/esm/hls-0e83e558.js +0 -26675
  159. package/dist/esm-es5/hls-0e83e558.js +0 -289
  160. package/dist/esm-es5/index-394db4c1.js +0 -7
  161. package/dist/taro-components/p-198000d8.system.js +0 -289
  162. package/dist/taro-components/p-2fad2a65.js +0 -7
  163. package/dist/taro-components/p-387314fa.system.js +0 -7
  164. package/dist/taro-components/p-3e701660.js +0 -289
  165. package/dist/taro-components/p-4e9bd4f6.entry.js +0 -1
  166. package/dist/taro-components/p-58b19305.system.entry.js +0 -1
  167. package/dist/taro-components/p-5b67a98e.entry.js +0 -1
  168. package/dist/taro-components/p-8414da06.system.entry.js +0 -1
  169. package/dist/taro-components/p-97f0ad72.system.entry.js +0 -1
  170. package/dist/taro-components/p-af2cd702.entry.js +0 -1
  171. package/dist/taro-components/p-c43c5e89.system.entry.js +0 -1
  172. package/dist/taro-components/p-dcbb7b2d.entry.js +0 -1
  173. package/dist/taro-components/p-ed011ff9.entry.js +0 -1
  174. package/dist/taro-components/p-fa43177b.system.entry.js +0 -1
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-2ec68968.system.js"],(function(e){"use strict";var t,n,r,c;return{setters:[function(e){t=e.r;n=e.h;r=e.H},function(e){c=e.c}],execute:function(){var i=e("taro_icon_core",function(){function e(e){t(this,e);this.type=undefined;this.size="23";this.color=undefined}e.prototype.render=function(){var e;var t=this,i=t.type,o=t.size,s=t.color;var u=i===null||i===void 0?void 0:i.replace(/_/g,"-");var a=c((e={},e["weui-icon-".concat(u)]=true,e));var f={"font-size":"".concat(o,"px"),color:s};return n(r,{class:a,style:f})};return e}())}}}));
@@ -1 +1 @@
1
- import{p as e,b as o}from"./p-9137dcab.js";export{s as setNonce}from"./p-9137dcab.js";(()=>{const o=import.meta.url,r={};return""!==o&&(r.resourcesUrl=new URL(".",o).href),e(r)})().then((e=>o(JSON.parse('[["p-962f28cb",[[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"]]]]],["p-f0340edf",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-31bba7c3",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32],"isMove":[32]},[[1,"scroll","onScroll"],[1,"mouseup","onMouseEnd"],[1,"mouseout","onMouseEnd"],[1,"mouseleave","onMouseEnd"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-b641e598",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-1e43a2d5",[[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],"zoom":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-7b3b8057",[[0,"taro-ad-core"]]],["p-6db97374",[[0,"taro-ad-custom-core"]]],["p-2af69b72",[[0,"taro-animation-video-core"]]],["p-139e6251",[[0,"taro-animation-view-core"]]],["p-a8565231",[[0,"taro-ar-camera-core"]]],["p-bf0e0394",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-f7b32c6b",[[0,"taro-aweme-data-core"]]],["p-9a5fbb2e",[[0,"taro-block-core"]]],["p-c490cd45",[[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":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-d34a6c04",[[0,"taro-camera-core"]]],["p-469ee343",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["p-fb983850",[[0,"taro-channel-live-core"]]],["p-c11a42e0",[[0,"taro-channel-video-core"]]],["p-9aeb7995",[[0,"taro-comment-detail-core"]]],["p-af8e521a",[[0,"taro-comment-list-core"]]],["p-b027181b",[[0,"taro-contact-button-core"]]],["p-38ee526a",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-3f9f3448",[[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"]]]]],["p-72b118b0",[[0,"taro-custom-wrapper-core"]]],["p-1404c119",[[0,"taro-editor-core"]]],["p-a3a1a779",[[0,"taro-follow-swan-core"]]],["p-43720011",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-1c4e3899",[[0,"taro-functional-page-navigator-core"]]],["p-8c0b740e",[[0,"taro-grid-view-core"]]],["p-4e9bd4f6",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-385d8aed",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["p-801f09b8",[[0,"taro-inline-payment-panel-core"]]],["p-98d771c3",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[516,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-904df510",[[0,"taro-keyboard-accessory-core"]]],["p-f533bc2f",[[4,"taro-label-core",{"for":[1]}]]],["p-204bd245",[[0,"taro-lifestyle-core"]]],["p-407ca16e",[[0,"taro-like-core"]]],["p-355e4dbc",[[0,"taro-list-view-core"]]],["p-66f7eea6",[[0,"taro-live-player-core"]]],["p-af9ef8b4",[[0,"taro-live-pusher-core"]]],["p-50902cd0",[[0,"taro-login-core"]]],["p-9b6550fc",[[0,"taro-lottie-core"]]],["p-6e115968",[[0,"taro-map-core"]]],["p-7d635413",[[0,"taro-match-media-core"]]],["p-b4ea72ea",[[0,"taro-native-slot-core"]]],["p-9046110a",[[0,"taro-navigation-bar-core"]]],["p-b898d734",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-bdc30301",[[0,"taro-official-account-core"]]],["p-b4f3d0ab",[[0,"taro-open-data-core"]]],["p-e3480c4c",[[0,"taro-page-container-core"]]],["p-86280254",[[0,"taro-page-meta-core"]]],["p-a940a65b",[[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]}]]],["p-ab2d4f12",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-5b67a98e",[[0,"taro-rich-text-core",{"nodes":[1]}]]],["p-5613907c",[[0,"taro-root-portal-core"]]],["p-b235e43c",[[0,"taro-rtc-room-core"]]],["p-46b8f89b",[[0,"taro-rtc-room-item-core"]]],["p-25adb80c",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"animated":[4,"scroll-with-animation"],"mpScrollToMethod":[64],"mpScrollIntoViewMethod":[64]},[[3,"scroll","handleScroll"]]]]],["p-486d0ec7",[[0,"taro-share-element-core"]]],["p-a1763153",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-cc164fa3",[[0,"taro-slot-core"]]],["p-71b54f06",[[0,"taro-sticky-header-core"]]],["p-3d8c9dfb",[[0,"taro-sticky-section-core"]]],["p-0fe855c6",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["p-6f84e936",[[0,"taro-tab-item-core"]]],["p-df4c2f21",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-968b7c1d",[[0,"taro-tabs-core"]]],["p-ed011ff9",[[4,"taro-text-core",{"selectable":[4]}]]],["p-f02b6f70",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[516,"focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-ca3a269f",[[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"]]]]],["p-137531b6",[[0,"taro-voip-room-core"]]],["p-30805bdf",[[0,"taro-web-view-core",{"src":[1]}]]],["p-af2cd702",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"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],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[1,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-dcbb7b2d",[[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],"getHlsObject":[64],"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]}]]]]'),e)));
1
+ import{p as e,b as o}from"./p-9137dcab.js";export{s as setNonce}from"./p-9137dcab.js";(()=>{const o=import.meta.url,r={};return""!==o&&(r.resourcesUrl=new URL(".",o).href),e(r)})().then((e=>o(JSON.parse('[["p-962f28cb",[[4,"taro-checkbox-core",{"name":[1],"value":[1032],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-f0340edf",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-a20ecd3b",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32],"isMove":[32]},[[1,"scroll","onScroll"],[1,"mouseup","onMouseEnd"],[1,"mouseout","onMouseEnd"],[1,"mouseleave","onMouseEnd"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-b641e598",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-f07cd1de",[[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],"zoom":[4],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32],"observerFirst":[32],"observerLast":[32]}],[0,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-7b3b8057",[[0,"taro-ad-core"]]],["p-6db97374",[[0,"taro-ad-custom-core"]]],["p-2af69b72",[[0,"taro-animation-video-core"]]],["p-139e6251",[[0,"taro-animation-view-core"]]],["p-a8565231",[[0,"taro-ar-camera-core"]]],["p-bf0e0394",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-f7b32c6b",[[0,"taro-aweme-data-core"]]],["p-9a5fbb2e",[[0,"taro-block-core"]]],["p-7152d85b",[[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":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-d34a6c04",[[0,"taro-camera-core"]]],["p-469ee343",[[0,"taro-canvas-core",{"canvasId":[1,"canvas-id"],"nativeProps":[16]}]]],["p-fb983850",[[0,"taro-channel-live-core"]]],["p-c11a42e0",[[0,"taro-channel-video-core"]]],["p-9aeb7995",[[0,"taro-comment-detail-core"]]],["p-af8e521a",[[0,"taro-comment-list-core"]]],["p-b027181b",[[0,"taro-contact-button-core"]]],["p-38ee526a",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-9fe49bab",[[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"]]]]],["p-72b118b0",[[0,"taro-custom-wrapper-core"]]],["p-1404c119",[[0,"taro-editor-core"]]],["p-a3a1a779",[[0,"taro-follow-swan-core"]]],["p-43720011",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-1c4e3899",[[0,"taro-functional-page-navigator-core"]]],["p-8c0b740e",[[0,"taro-grid-view-core"]]],["p-a20fed0a",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-4874f671",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32]}]]],["p-801f09b8",[[0,"taro-inline-payment-panel-core"]]],["p-ebc7b6fc",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-904df510",[[0,"taro-keyboard-accessory-core"]]],["p-f533bc2f",[[4,"taro-label-core",{"for":[1]}]]],["p-204bd245",[[0,"taro-lifestyle-core"]]],["p-407ca16e",[[0,"taro-like-core"]]],["p-355e4dbc",[[0,"taro-list-view-core"]]],["p-66f7eea6",[[0,"taro-live-player-core"]]],["p-af9ef8b4",[[0,"taro-live-pusher-core"]]],["p-50902cd0",[[0,"taro-login-core"]]],["p-9b6550fc",[[0,"taro-lottie-core"]]],["p-6e115968",[[0,"taro-map-core"]]],["p-7d635413",[[0,"taro-match-media-core"]]],["p-b4ea72ea",[[0,"taro-native-slot-core"]]],["p-9046110a",[[0,"taro-navigation-bar-core"]]],["p-78e4805e",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-bdc30301",[[0,"taro-official-account-core"]]],["p-b4f3d0ab",[[0,"taro-open-data-core"]]],["p-e3480c4c",[[0,"taro-page-container-core"]]],["p-86280254",[[0,"taro-page-meta-core"]]],["p-a940a65b",[[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]}]]],["p-719e1eaf",[[4,"taro-pull-to-refresh",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-0fa96970",[[0,"taro-rich-text-core",{"nodes":[1],"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1]}]]],["p-5613907c",[[0,"taro-root-portal-core"]]],["p-b235e43c",[[0,"taro-rtc-room-core"]]],["p-46b8f89b",[[0,"taro-rtc-room-item-core"]]],["p-091a7153",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"animated":[4,"scroll-with-animation"],"mpScrollToMethod":[64],"mpScrollIntoViewMethod":[64]},[[3,"scroll","handleScroll"]]]]],["p-486d0ec7",[[0,"taro-share-element-core"]]],["p-a1763153",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-cc164fa3",[[0,"taro-slot-core"]]],["p-71b54f06",[[0,"taro-sticky-header-core"]]],["p-3d8c9dfb",[[0,"taro-sticky-section-core"]]],["p-0fe855c6",[[0,"taro-switch-core",{"type":[1],"checked":[4],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isChecked":[32],"isWillLoadCalled":[32]}]]],["p-6f84e936",[[0,"taro-tab-item-core"]]],["p-e33f3592",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-968b7c1d",[[0,"taro-tabs-core"]]],["p-425c209a",[[4,"taro-text-core",{"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1025],"numberOfLines":[2,"number-of-lines"]}]]],["p-f02b6f70",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-c4b8851b",[[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"]]]]],["p-137531b6",[[0,"taro-voip-room-core"]]],["p-30805bdf",[[0,"taro-web-view-core",{"src":[1]}]]],["p-6cde180b",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"textProps":[16],"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],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[3,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[3,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-a8e7cf87",[[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],"getHlsObject":[64],"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]}]]]]'),e)));
@@ -2,7 +2,7 @@ import { ComponentInterface, Event, EventEmitter } from '../../stencil-public-ru
2
2
  export declare class Checkbox implements ComponentInterface {
3
3
  private inputEl;
4
4
  name: string;
5
- value: string;
5
+ value: string | number;
6
6
  color: string;
7
7
  id: string;
8
8
  checked: boolean;
@@ -36,6 +36,6 @@ export declare class Input implements ComponentInterface {
36
36
  handleChange: (e: TaroEvent<HTMLInputElement>) => void;
37
37
  handleKeyDown: (e: TaroEvent<HTMLInputElement> & KeyboardEvent) => void;
38
38
  handleComposition: (e: Event) => void;
39
- handleBeforeinput: (e: any) => void;
39
+ handleBeforeInput: (e: any) => void;
40
40
  render(): any;
41
41
  }
@@ -1,4 +1,4 @@
1
- import { ComponentInterface } from '../../stencil-public-runtime';
1
+ import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime';
2
2
  export declare class TaroPickerGroup implements ComponentInterface {
3
3
  mode: 'time' | 'date';
4
4
  range: any[];
@@ -6,13 +6,13 @@ export declare class TaroPickerGroup implements ComponentInterface {
6
6
  height: number;
7
7
  columnId: string;
8
8
  updateHeight: (height: number, columnId: string, needRevise?: boolean) => void;
9
- onColumnChange: (height: number, columnId: string) => void;
10
- updateDay: (value: number, fields: number) => void;
9
+ updateDay?: (value: number, fields: number) => void;
11
10
  startY: number;
12
11
  preY: number;
13
12
  hadMove: boolean;
14
13
  touchEnd: boolean;
15
14
  isMove: boolean;
15
+ onColumnChange: EventEmitter;
16
16
  getPosition(): {
17
17
  transform: string;
18
18
  '-webkit-transform': string;
@@ -2,6 +2,10 @@ import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime';
2
2
  export type Mode = 'selector' | 'multiSelector' | 'time' | 'date';
3
3
  export type Fields = 'day' | 'month' | 'year';
4
4
  export type PickerValue = number | number[] | string;
5
+ export interface PickerText {
6
+ okText?: string;
7
+ cancelText?: string;
8
+ }
5
9
  export interface PickerDate {
6
10
  _value: Date;
7
11
  _start: Date;
@@ -22,6 +26,7 @@ export declare class Picker implements ComponentInterface {
22
26
  end: string;
23
27
  fields: Fields;
24
28
  name: string;
29
+ textProps: PickerText;
25
30
  pickerValue: PickerValue;
26
31
  height: number[];
27
32
  hidden: boolean;
@@ -39,9 +44,9 @@ export declare class Picker implements ComponentInterface {
39
44
  getHeightByIndex: () => number[];
40
45
  hidePicker: () => void;
41
46
  handleChange: () => void;
47
+ handleColumnChange: (e: CustomEvent) => void;
42
48
  handleCancel: () => void;
43
49
  updateHeight: (height: number, columnId: string, needRevise?: boolean) => void;
44
- handleColumnChange: (height: number, columnId: string) => void;
45
50
  updateDay: (value: number, fields: number) => void;
46
51
  getSelector: () => any;
47
52
  getMultiSelector: () => any[];
@@ -1,4 +1,5 @@
1
1
  import { ComponentInterface } from '../../stencil-public-runtime';
2
+ import type { TextProps } from 'types';
2
3
  interface Attributes {
3
4
  [propName: string]: string | {
4
5
  [propName: string]: string;
@@ -18,6 +19,9 @@ type StringType = string;
18
19
  export type Nodes = ElementType[] | StringType;
19
20
  export declare class RichText implements ComponentInterface {
20
21
  nodes: Nodes;
22
+ selectable: boolean;
23
+ userSelect: boolean;
24
+ space?: keyof TextProps.TSpace;
21
25
  renderNode: (node: ElementType) => string | import("@stencil/core").VNode | null;
22
26
  render(): any;
23
27
  }
@@ -1,5 +1,9 @@
1
1
  import { ComponentInterface } from '../../stencil-public-runtime';
2
+ import type { TextProps } from 'types';
2
3
  export declare class Text implements ComponentInterface {
3
4
  selectable: boolean;
5
+ userSelect: boolean;
6
+ space?: keyof TextProps.TSpace;
7
+ numberOfLines?: number;
4
8
  render(): any;
5
9
  }
@@ -7,8 +7,9 @@
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { Type } from "./components/icon/icon";
9
9
  import { Mode } from "./components/image/image";
10
- import { Fields, Mode as Mode1, PickerValue } from "./components/picker/picker";
10
+ import { Fields, Mode as Mode1, PickerText, PickerValue } from "./components/picker/picker";
11
11
  import { Nodes } from "./components/rich-text/rich-text";
12
+ import { TextProps } from "types";
12
13
  import { ScrollViewContext } from "@tarojs/taro";
13
14
  import { Conf } from "./components/tabbar/tabbar";
14
15
  import { Danmu } from "./components/video/video-danmu";
@@ -63,7 +64,7 @@ export namespace Components {
63
64
  "id": string;
64
65
  "name": string;
65
66
  "nativeProps": {};
66
- "value": string;
67
+ "value": string | number;
67
68
  }
68
69
  interface TaroCheckboxGroupCore {
69
70
  "name": any;
@@ -250,6 +251,7 @@ export namespace Components {
250
251
  "range": any[];
251
252
  "rangeKey": string;
252
253
  "start": string;
254
+ "textProps": PickerText;
253
255
  "value": PickerValue;
254
256
  }
255
257
  interface TaroPickerGroup {
@@ -259,10 +261,9 @@ export namespace Components {
259
261
  "handleMoving": (clientY: number) => Promise<void>;
260
262
  "height": number;
261
263
  "mode": 'time' | 'date';
262
- "onColumnChange": (height: number, columnId: string) => void;
263
264
  "range": any[];
264
265
  "rangeKey": string;
265
- "updateDay": (value: number, fields: number) => void;
266
+ "updateDay"?: (value: number, fields: number) => void;
266
267
  "updateHeight": (height: number, columnId: string, needRevise?: boolean) => void;
267
268
  }
268
269
  interface TaroPickerViewColumnCore {
@@ -306,6 +307,9 @@ export namespace Components {
306
307
  }
307
308
  interface TaroRichTextCore {
308
309
  "nodes": Nodes;
310
+ "selectable": boolean;
311
+ "space"?: keyof TextProps.TSpace;
312
+ "userSelect": boolean;
309
313
  }
310
314
  interface TaroRootPortalCore {
311
315
  }
@@ -423,7 +427,10 @@ export namespace Components {
423
427
  interface TaroTabsCore {
424
428
  }
425
429
  interface TaroTextCore {
430
+ "numberOfLines"?: number;
426
431
  "selectable": boolean;
432
+ "space"?: keyof TextProps.TSpace;
433
+ "userSelect": boolean;
427
434
  }
428
435
  interface TaroTextareaCore {
429
436
  "autoFocus": boolean;
@@ -632,6 +639,10 @@ export interface TaroPickerCoreCustomEvent<T> extends CustomEvent<T> {
632
639
  detail: T;
633
640
  target: HTMLTaroPickerCoreElement;
634
641
  }
642
+ export interface TaroPickerGroupCustomEvent<T> extends CustomEvent<T> {
643
+ detail: T;
644
+ target: HTMLTaroPickerGroupElement;
645
+ }
635
646
  export interface TaroPickerViewColumnCoreCustomEvent<T> extends CustomEvent<T> {
636
647
  detail: T;
637
648
  target: HTMLTaroPickerViewColumnCoreElement;
@@ -1331,7 +1342,7 @@ declare namespace LocalJSX {
1331
1342
  "name"?: string;
1332
1343
  "nativeProps"?: {};
1333
1344
  "onCheckboxchange"?: (event: TaroCheckboxCoreCustomEvent<any>) => void;
1334
- "value"?: string;
1345
+ "value"?: string | number;
1335
1346
  }
1336
1347
  interface TaroCheckboxGroupCore {
1337
1348
  "name"?: any;
@@ -1541,13 +1552,14 @@ declare namespace LocalJSX {
1541
1552
  "range"?: any[];
1542
1553
  "rangeKey"?: string;
1543
1554
  "start"?: string;
1555
+ "textProps"?: PickerText;
1544
1556
  "value"?: PickerValue;
1545
1557
  }
1546
1558
  interface TaroPickerGroup {
1547
1559
  "columnId"?: string;
1548
1560
  "height"?: number;
1549
1561
  "mode"?: 'time' | 'date';
1550
- "onColumnChange"?: (height: number, columnId: string) => void;
1562
+ "onColumnChange"?: (event: TaroPickerGroupCustomEvent<any>) => void;
1551
1563
  "range"?: any[];
1552
1564
  "rangeKey"?: string;
1553
1565
  "updateDay"?: (value: number, fields: number) => void;
@@ -1603,6 +1615,9 @@ declare namespace LocalJSX {
1603
1615
  }
1604
1616
  interface TaroRichTextCore {
1605
1617
  "nodes"?: Nodes;
1618
+ "selectable"?: boolean;
1619
+ "space"?: keyof TextProps.TSpace;
1620
+ "userSelect"?: boolean;
1606
1621
  }
1607
1622
  interface TaroRootPortalCore {
1608
1623
  }
@@ -1727,7 +1742,10 @@ declare namespace LocalJSX {
1727
1742
  interface TaroTabsCore {
1728
1743
  }
1729
1744
  interface TaroTextCore {
1745
+ "numberOfLines"?: number;
1730
1746
  "selectable"?: boolean;
1747
+ "space"?: keyof TextProps.TSpace;
1748
+ "userSelect"?: boolean;
1731
1749
  }
1732
1750
  interface TaroTextareaCore {
1733
1751
  "autoFocus"?: boolean;
@@ -3,66 +3,66 @@ import reactifyWebComponent from './reactify-wc.js';
3
3
  export { default as Input } from './input.js';
4
4
 
5
5
  // 视图容器
6
- const CoverImage = reactifyWebComponent('taro-cover-image-core');
7
- const CoverView = reactifyWebComponent('taro-cover-view-core');
8
- const MatchMedia = reactifyWebComponent('taro-match-media-core');
9
- const MovableArea = reactifyWebComponent('taro-movable-area-core');
10
- const MovableView = reactifyWebComponent('taro-movable-view-core');
11
- const PageContainer = reactifyWebComponent('taro-page-container-core');
12
- const RootPortal = reactifyWebComponent('taro-root-portal-core');
13
- const ScrollView = reactifyWebComponent('taro-scroll-view-core');
14
- const ShareElement = reactifyWebComponent('taro-share-element-core');
15
- const Swiper = reactifyWebComponent('taro-swiper-core');
16
- const SwiperItem = reactifyWebComponent('taro-swiper-item-core');
17
- const View = reactifyWebComponent('taro-view-core');
6
+ const CoverImage = /* @__PURE__ */ reactifyWebComponent('taro-cover-image-core');
7
+ const CoverView = /* @__PURE__ */ reactifyWebComponent('taro-cover-view-core');
8
+ const MatchMedia = /* @__PURE__ */ reactifyWebComponent('taro-match-media-core');
9
+ const MovableArea = /* @__PURE__ */ reactifyWebComponent('taro-movable-area-core');
10
+ const MovableView = /* @__PURE__ */ reactifyWebComponent('taro-movable-view-core');
11
+ const PageContainer = /* @__PURE__ */ reactifyWebComponent('taro-page-container-core');
12
+ const RootPortal = /* @__PURE__ */ reactifyWebComponent('taro-root-portal-core');
13
+ const ScrollView = /* @__PURE__ */ reactifyWebComponent('taro-scroll-view-core');
14
+ const ShareElement = /* @__PURE__ */ reactifyWebComponent('taro-share-element-core');
15
+ const Swiper = /* @__PURE__ */ reactifyWebComponent('taro-swiper-core');
16
+ const SwiperItem = /* @__PURE__ */ reactifyWebComponent('taro-swiper-item-core');
17
+ const View = /* @__PURE__ */ reactifyWebComponent('taro-view-core');
18
18
  // 基础内容
19
- const Icon = reactifyWebComponent('taro-icon-core');
20
- const Progress = reactifyWebComponent('taro-progress-core');
21
- const RichText = reactifyWebComponent('taro-rich-text-core');
22
- const Text = reactifyWebComponent('taro-text-core');
19
+ const Icon = /* @__PURE__ */ reactifyWebComponent('taro-icon-core');
20
+ const Progress = /* @__PURE__ */ reactifyWebComponent('taro-progress-core');
21
+ const RichText = /* @__PURE__ */ reactifyWebComponent('taro-rich-text-core');
22
+ const Text = /* @__PURE__ */ reactifyWebComponent('taro-text-core');
23
23
  // 表单组件
24
- const Button = reactifyWebComponent('taro-button-core');
25
- const Checkbox = reactifyWebComponent('taro-checkbox-core');
26
- const CheckboxGroup = reactifyWebComponent('taro-checkbox-group-core');
27
- const Editor = reactifyWebComponent('taro-editor-core');
28
- const Form = reactifyWebComponent('taro-form-core');
29
- const KeyboardAccessory = reactifyWebComponent('taro-keyboard-accessory-core');
30
- const Label = reactifyWebComponent('taro-label-core');
31
- const Picker = reactifyWebComponent('taro-picker-core');
32
- const PickerView = reactifyWebComponent('taro-picker-view-core');
33
- const PickerViewColumn = reactifyWebComponent('taro-picker-view-column-core');
34
- const Radio = reactifyWebComponent('taro-radio-core');
35
- const RadioGroup = reactifyWebComponent('taro-radio-group-core');
36
- const Slider = reactifyWebComponent('taro-slider-core');
37
- const Switch = reactifyWebComponent('taro-switch-core');
38
- const Textarea = reactifyWebComponent('taro-textarea-core');
24
+ const Button = /* @__PURE__ */ reactifyWebComponent('taro-button-core');
25
+ const Checkbox = /* @__PURE__ */ reactifyWebComponent('taro-checkbox-core');
26
+ const CheckboxGroup = /* @__PURE__ */ reactifyWebComponent('taro-checkbox-group-core');
27
+ const Editor = /* @__PURE__ */ reactifyWebComponent('taro-editor-core');
28
+ const Form = /* @__PURE__ */ reactifyWebComponent('taro-form-core');
29
+ const KeyboardAccessory = /* @__PURE__ */ reactifyWebComponent('taro-keyboard-accessory-core');
30
+ const Label = /* @__PURE__ */ reactifyWebComponent('taro-label-core');
31
+ const Picker = /* @__PURE__ */ reactifyWebComponent('taro-picker-core');
32
+ const PickerView = /* @__PURE__ */ reactifyWebComponent('taro-picker-view-core');
33
+ const PickerViewColumn = /* @__PURE__ */ reactifyWebComponent('taro-picker-view-column-core');
34
+ const Radio = /* @__PURE__ */ reactifyWebComponent('taro-radio-core');
35
+ const RadioGroup = /* @__PURE__ */ reactifyWebComponent('taro-radio-group-core');
36
+ const Slider = /* @__PURE__ */ reactifyWebComponent('taro-slider-core');
37
+ const Switch = /* @__PURE__ */ reactifyWebComponent('taro-switch-core');
38
+ const Textarea = /* @__PURE__ */ reactifyWebComponent('taro-textarea-core');
39
39
  // 导航
40
- const FunctionalPageNavigator = reactifyWebComponent('taro-functional-page-navigator-core');
41
- const Navigator = reactifyWebComponent('taro-navigator-core');
42
- const NavigationBar = reactifyWebComponent('taro-navigation-bar-core');
40
+ const FunctionalPageNavigator = /* @__PURE__ */ reactifyWebComponent('taro-functional-page-navigator-core');
41
+ const Navigator = /* @__PURE__ */ reactifyWebComponent('taro-navigator-core');
42
+ const NavigationBar = /* @__PURE__ */ reactifyWebComponent('taro-navigation-bar-core');
43
43
  // 媒体组件
44
- const Audio = reactifyWebComponent('taro-audio-core');
45
- const Camera = reactifyWebComponent('taro-camera-core');
46
- const Image = reactifyWebComponent('taro-image-core');
47
- const LivePlayer = reactifyWebComponent('taro-live-player-core');
48
- const LivePusher = reactifyWebComponent('taro-live-pusher-core');
49
- const Video = reactifyWebComponent('taro-video-core');
50
- const VoipRoom = reactifyWebComponent('taro-voip-room-core');
44
+ const Audio = /* @__PURE__ */ reactifyWebComponent('taro-audio-core');
45
+ const Camera = /* @__PURE__ */ reactifyWebComponent('taro-camera-core');
46
+ const Image = /* @__PURE__ */ reactifyWebComponent('taro-image-core');
47
+ const LivePlayer = /* @__PURE__ */ reactifyWebComponent('taro-live-player-core');
48
+ const LivePusher = /* @__PURE__ */ reactifyWebComponent('taro-live-pusher-core');
49
+ const Video = /* @__PURE__ */ reactifyWebComponent('taro-video-core');
50
+ const VoipRoom = /* @__PURE__ */ reactifyWebComponent('taro-voip-room-core');
51
51
  // 地图
52
- const Map = reactifyWebComponent('taro-map-core');
52
+ const Map = /* @__PURE__ */ reactifyWebComponent('taro-map-core');
53
53
  // 画布
54
- const Canvas = reactifyWebComponent('taro-canvas-core');
54
+ const Canvas = /* @__PURE__ */ reactifyWebComponent('taro-canvas-core');
55
55
  // 开放能力
56
- const Ad = reactifyWebComponent('taro-ad-core');
57
- const AdCustom = reactifyWebComponent('taro-ad-custom-core');
58
- const OfficialAccount = reactifyWebComponent('taro-official-account-core');
59
- const OpenData = reactifyWebComponent('taro-open-data-core');
60
- const WebView = reactifyWebComponent('taro-web-view-core');
56
+ const Ad = /* @__PURE__ */ reactifyWebComponent('taro-ad-core');
57
+ const AdCustom = /* @__PURE__ */ reactifyWebComponent('taro-ad-custom-core');
58
+ const OfficialAccount = /* @__PURE__ */ reactifyWebComponent('taro-official-account-core');
59
+ const OpenData = /* @__PURE__ */ reactifyWebComponent('taro-open-data-core');
60
+ const WebView = /* @__PURE__ */ reactifyWebComponent('taro-web-view-core');
61
61
  // 页面属性配置节点
62
- const PageMeta = reactifyWebComponent('taro-page-meta-core');
62
+ const PageMeta = /* @__PURE__ */ reactifyWebComponent('taro-page-meta-core');
63
63
  // 其他
64
64
  const Block = Fragment;
65
- const CustomWrapper = reactifyWebComponent('taro-custom-wrapper-core');
65
+ const CustomWrapper = /* @__PURE__ */ reactifyWebComponent('taro-custom-wrapper-core');
66
66
 
67
67
  export { Ad, AdCustom, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CoverImage, CoverView, CustomWrapper, Editor, Form, FunctionalPageNavigator, Icon, Image, KeyboardAccessory, Label, LivePlayer, LivePusher, Map, MatchMedia, MovableArea, MovableView, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RootPortal, ScrollView, ShareElement, Slider, Swiper, SwiperItem, Switch, Text, Textarea, Video, View, VoipRoom, WebView };
68
68
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../taro-components-library-react/src/component-lib/index.ts"],"sourcesContent":["import { Fragment } from 'react'\n\nimport reactifyWc from './reactify-wc'\n\n// 视图容器\nexport const CoverImage = reactifyWc('taro-cover-image-core')\nexport const CoverView = reactifyWc('taro-cover-view-core')\nexport const MatchMedia = reactifyWc('taro-match-media-core')\nexport const MovableArea = reactifyWc('taro-movable-area-core')\nexport const MovableView = reactifyWc('taro-movable-view-core')\nexport const PageContainer = reactifyWc('taro-page-container-core')\nexport const RootPortal = reactifyWc('taro-root-portal-core')\nexport const ScrollView = reactifyWc('taro-scroll-view-core')\nexport const ShareElement = reactifyWc('taro-share-element-core')\nexport const Swiper = reactifyWc('taro-swiper-core')\nexport const SwiperItem = reactifyWc('taro-swiper-item-core')\nexport const View = reactifyWc('taro-view-core')\n\n// 基础内容\nexport const Icon = reactifyWc('taro-icon-core')\nexport const Progress = reactifyWc('taro-progress-core')\nexport const RichText = reactifyWc('taro-rich-text-core')\nexport const Text = reactifyWc('taro-text-core')\n\n// 表单组件\nexport const Button = reactifyWc('taro-button-core')\nexport const Checkbox = reactifyWc('taro-checkbox-core')\nexport const CheckboxGroup = reactifyWc('taro-checkbox-group-core')\nexport const Editor = reactifyWc('taro-editor-core')\nexport const Form = reactifyWc('taro-form-core')\nexport { default as Input } from './input'\nexport const KeyboardAccessory = reactifyWc('taro-keyboard-accessory-core')\nexport const Label = reactifyWc('taro-label-core')\nexport const Picker = reactifyWc('taro-picker-core')\nexport const PickerView = reactifyWc('taro-picker-view-core')\nexport const PickerViewColumn = reactifyWc('taro-picker-view-column-core')\nexport const Radio = reactifyWc('taro-radio-core')\nexport const RadioGroup = reactifyWc('taro-radio-group-core')\nexport const Slider = reactifyWc('taro-slider-core')\nexport const Switch = reactifyWc('taro-switch-core')\nexport const Textarea = reactifyWc('taro-textarea-core')\n\n// 导航\nexport const FunctionalPageNavigator = reactifyWc('taro-functional-page-navigator-core')\nexport const Navigator = reactifyWc('taro-navigator-core')\nexport const NavigationBar = reactifyWc('taro-navigation-bar-core')\n\n// 媒体组件\nexport const Audio = reactifyWc('taro-audio-core')\nexport const Camera = reactifyWc('taro-camera-core')\nexport const Image = reactifyWc('taro-image-core')\nexport const LivePlayer = reactifyWc('taro-live-player-core')\nexport const LivePusher = reactifyWc('taro-live-pusher-core')\nexport const Video = reactifyWc('taro-video-core')\nexport const VoipRoom = reactifyWc('taro-voip-room-core')\n\n// 地图\nexport const Map = reactifyWc('taro-map-core')\n\n// 画布\nexport const Canvas = reactifyWc('taro-canvas-core')\n\n// 开放能力\nexport const Ad = reactifyWc('taro-ad-core')\nexport const AdCustom = reactifyWc('taro-ad-custom-core')\nexport const OfficialAccount = reactifyWc('taro-official-account-core')\nexport const OpenData = reactifyWc('taro-open-data-core')\nexport const WebView = reactifyWc('taro-web-view-core')\n\n// 页面属性配置节点\nexport const PageMeta = reactifyWc('taro-page-meta-core')\n\n// 其他\nexport const Block = Fragment\nexport const CustomWrapper = reactifyWc('taro-custom-wrapper-core')\n"],"names":["reactifyWc"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../../../../taro-components-library-react/src/component-lib/index.ts"],"sourcesContent":["import { Fragment } from 'react'\n\nimport reactifyWc from './reactify-wc'\n\n// 视图容器\nexport const CoverImage = /* @__PURE__ */ reactifyWc('taro-cover-image-core')\nexport const CoverView = /* @__PURE__ */ reactifyWc('taro-cover-view-core')\nexport const MatchMedia = /* @__PURE__ */ reactifyWc('taro-match-media-core')\nexport const MovableArea = /* @__PURE__ */ reactifyWc('taro-movable-area-core')\nexport const MovableView = /* @__PURE__ */ reactifyWc('taro-movable-view-core')\nexport const PageContainer = /* @__PURE__ */ reactifyWc('taro-page-container-core')\nexport const RootPortal = /* @__PURE__ */ reactifyWc('taro-root-portal-core')\nexport const ScrollView = /* @__PURE__ */ reactifyWc('taro-scroll-view-core')\nexport const ShareElement = /* @__PURE__ */ reactifyWc('taro-share-element-core')\nexport const Swiper = /* @__PURE__ */ reactifyWc('taro-swiper-core')\nexport const SwiperItem = /* @__PURE__ */ reactifyWc('taro-swiper-item-core')\nexport const View = /* @__PURE__ */ reactifyWc('taro-view-core')\n\n// 基础内容\nexport const Icon = /* @__PURE__ */ reactifyWc('taro-icon-core')\nexport const Progress = /* @__PURE__ */ reactifyWc('taro-progress-core')\nexport const RichText = /* @__PURE__ */ reactifyWc('taro-rich-text-core')\nexport const Text = /* @__PURE__ */ reactifyWc('taro-text-core')\n\n// 表单组件\nexport const Button = /* @__PURE__ */ reactifyWc('taro-button-core')\nexport const Checkbox = /* @__PURE__ */ reactifyWc('taro-checkbox-core')\nexport const CheckboxGroup = /* @__PURE__ */ reactifyWc('taro-checkbox-group-core')\nexport const Editor = /* @__PURE__ */ reactifyWc('taro-editor-core')\nexport const Form = /* @__PURE__ */ reactifyWc('taro-form-core')\nexport { default as Input } from './input'\nexport const KeyboardAccessory = /* @__PURE__ */ reactifyWc('taro-keyboard-accessory-core')\nexport const Label = /* @__PURE__ */ reactifyWc('taro-label-core')\nexport const Picker = /* @__PURE__ */ reactifyWc('taro-picker-core')\nexport const PickerView = /* @__PURE__ */ reactifyWc('taro-picker-view-core')\nexport const PickerViewColumn = /* @__PURE__ */ reactifyWc('taro-picker-view-column-core')\nexport const Radio = /* @__PURE__ */ reactifyWc('taro-radio-core')\nexport const RadioGroup = /* @__PURE__ */ reactifyWc('taro-radio-group-core')\nexport const Slider = /* @__PURE__ */ reactifyWc('taro-slider-core')\nexport const Switch = /* @__PURE__ */ reactifyWc('taro-switch-core')\nexport const Textarea = /* @__PURE__ */ reactifyWc('taro-textarea-core')\n\n// 导航\nexport const FunctionalPageNavigator = /* @__PURE__ */ reactifyWc('taro-functional-page-navigator-core')\nexport const Navigator = /* @__PURE__ */ reactifyWc('taro-navigator-core')\nexport const NavigationBar = /* @__PURE__ */ reactifyWc('taro-navigation-bar-core')\n\n// 媒体组件\nexport const Audio = /* @__PURE__ */ reactifyWc('taro-audio-core')\nexport const Camera = /* @__PURE__ */ reactifyWc('taro-camera-core')\nexport const Image = /* @__PURE__ */ reactifyWc('taro-image-core')\nexport const LivePlayer = /* @__PURE__ */ reactifyWc('taro-live-player-core')\nexport const LivePusher = /* @__PURE__ */ reactifyWc('taro-live-pusher-core')\nexport const Video = /* @__PURE__ */ reactifyWc('taro-video-core')\nexport const VoipRoom = /* @__PURE__ */ reactifyWc('taro-voip-room-core')\n\n// 地图\nexport const Map = /* @__PURE__ */ reactifyWc('taro-map-core')\n\n// 画布\nexport const Canvas = /* @__PURE__ */ reactifyWc('taro-canvas-core')\n\n// 开放能力\nexport const Ad = /* @__PURE__ */ reactifyWc('taro-ad-core')\nexport const AdCustom = /* @__PURE__ */ reactifyWc('taro-ad-custom-core')\nexport const OfficialAccount = /* @__PURE__ */ reactifyWc('taro-official-account-core')\nexport const OpenData = /* @__PURE__ */ reactifyWc('taro-open-data-core')\nexport const WebView = /* @__PURE__ */ reactifyWc('taro-web-view-core')\n\n// 页面属性配置节点\nexport const PageMeta = /* @__PURE__ */ reactifyWc('taro-page-meta-core')\n\n// 其他\nexport const Block = Fragment\nexport const CustomWrapper = /* @__PURE__ */ reactifyWc('taro-custom-wrapper-core')\n"],"names":["reactifyWc"],"mappings":"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"}
@@ -21,9 +21,7 @@ declare const CommentList: import("react").ForwardRefExoticComponent<JSX.TaroCom
21
21
  declare const ContactButton: import("react").ForwardRefExoticComponent<JSX.TaroContactButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroContactButtonCoreElement>, "style"> & import("./interfaces-f526f1a2.js").StyleReactProps & import("react").RefAttributes<HTMLTaroContactButtonCoreElement>>;
22
22
  declare const CoverImage: import("react").ForwardRefExoticComponent<JSX.TaroCoverImageCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverImageCoreElement>, "style"> & import("./interfaces-f526f1a2.js").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverImageCoreElement>>;
23
23
  declare const CoverView: import("react").ForwardRefExoticComponent<JSX.TaroCoverViewCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverViewCoreElement>, "style"> & import("./interfaces-f526f1a2.js").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverViewCoreElement>>;
24
- declare const CustomWrapper: import("react").ExoticComponent<{
25
- children?: import("react").ReactNode;
26
- }>;
24
+ declare const CustomWrapper: import("react").ForwardRefExoticComponent<JSX.TaroCustomWrapperCore & Omit<import("react").HTMLAttributes<HTMLTaroCustomWrapperCoreElement>, "style"> & import("./interfaces-f526f1a2.js").StyleReactProps & import("react").RefAttributes<HTMLTaroCustomWrapperCoreElement>>;
27
25
  declare const Editor: import("react").ForwardRefExoticComponent<JSX.TaroEditorCore & Omit<import("react").HTMLAttributes<HTMLTaroEditorCoreElement>, "style"> & import("./interfaces-f526f1a2.js").StyleReactProps & import("react").RefAttributes<HTMLTaroEditorCoreElement>>;
28
26
  declare const FollowSwan: import("react").ForwardRefExoticComponent<JSX.TaroFollowSwanCore & Omit<import("react").HTMLAttributes<HTMLTaroFollowSwanCoreElement>, "style"> & import("./interfaces-f526f1a2.js").StyleReactProps & import("react").RefAttributes<HTMLTaroFollowSwanCoreElement>>;
29
27
  declare const Form: import("react").ForwardRefExoticComponent<JSX.TaroFormCore & Omit<import("react").HTMLAttributes<HTMLTaroFormCoreElement>, "style"> & import("./interfaces-f526f1a2.js").StyleReactProps & import("react").RefAttributes<HTMLTaroFormCoreElement>>;
@@ -1,7 +1,7 @@
1
1
  import { Fragment } from 'react';
2
2
  import { manipulatePropsFunction } from './helper.js';
3
3
  import './react-component-lib/index.js';
4
- import { defineCustomElementTaroAdCore, defineCustomElementTaroAdCustomCore, defineCustomElementTaroAnimationVideoCore, defineCustomElementTaroAnimationViewCore, defineCustomElementTaroArCameraCore, defineCustomElementTaroAudioCore, defineCustomElementTaroAwemeDataCore, defineCustomElementTaroButtonCore, defineCustomElementTaroCameraCore, defineCustomElementTaroCanvasCore, defineCustomElementTaroChannelLiveCore, defineCustomElementTaroChannelVideoCore, defineCustomElementTaroCheckboxCore, defineCustomElementTaroCheckboxGroupCore, defineCustomElementTaroCommentDetailCore, defineCustomElementTaroCommentListCore, defineCustomElementTaroContactButtonCore, defineCustomElementTaroCoverImageCore, defineCustomElementTaroCoverViewCore, defineCustomElementTaroEditorCore, defineCustomElementTaroFollowSwanCore, defineCustomElementTaroFormCore, defineCustomElementTaroFunctionalPageNavigatorCore, defineCustomElementTaroGridViewCore, defineCustomElementTaroIconCore, defineCustomElementTaroImageCore, defineCustomElementTaroInlinePaymentPanelCore, defineCustomElementTaroInputCore, defineCustomElementTaroKeyboardAccessoryCore, defineCustomElementTaroLabelCore, defineCustomElementTaroLifestyleCore, defineCustomElementTaroLikeCore, defineCustomElementTaroListViewCore, defineCustomElementTaroLivePlayerCore, defineCustomElementTaroLivePusherCore, defineCustomElementTaroLoginCore, defineCustomElementTaroLottieCore, defineCustomElementTaroMapCore, defineCustomElementTaroMatchMediaCore, defineCustomElementTaroMovableAreaCore, defineCustomElementTaroMovableViewCore, defineCustomElementTaroNativeSlotCore, defineCustomElementTaroNavigationBarCore, defineCustomElementTaroNavigatorCore, defineCustomElementTaroOfficialAccountCore, defineCustomElementTaroOpenDataCore, defineCustomElementTaroPageContainerCore, defineCustomElementTaroPageMetaCore, defineCustomElementTaroPickerCore, defineCustomElementTaroPickerGroup, defineCustomElementTaroPickerViewColumnCore, defineCustomElementTaroPickerViewCore, defineCustomElementTaroProgressCore, defineCustomElementTaroPullToRefresh, defineCustomElementTaroRadioCore, defineCustomElementTaroRadioGroupCore, defineCustomElementTaroRichTextCore, defineCustomElementTaroRootPortalCore, defineCustomElementTaroRtcRoomCore, defineCustomElementTaroRtcRoomItemCore, defineCustomElementTaroScrollViewCore, defineCustomElementTaroShareElementCore, defineCustomElementTaroSliderCore, defineCustomElementTaroSlotCore, defineCustomElementTaroStickyHeaderCore, defineCustomElementTaroStickySectionCore, defineCustomElementTaroSwiperCore, defineCustomElementTaroSwiperItemCore, defineCustomElementTaroSwitchCore, defineCustomElementTaroTabItemCore, defineCustomElementTaroTabbar, defineCustomElementTaroTabsCore, defineCustomElementTaroTextCore, defineCustomElementTaroTextareaCore, defineCustomElementTaroVideoControl, defineCustomElementTaroVideoCore, defineCustomElementTaroVideoDanmu, defineCustomElementTaroViewCore, defineCustomElementTaroVoipRoomCore, defineCustomElementTaroWebViewCore } from '@tarojs/components/dist/components';
4
+ import { defineCustomElementTaroAdCore, defineCustomElementTaroAdCustomCore, defineCustomElementTaroAnimationVideoCore, defineCustomElementTaroAnimationViewCore, defineCustomElementTaroArCameraCore, defineCustomElementTaroAudioCore, defineCustomElementTaroAwemeDataCore, defineCustomElementTaroButtonCore, defineCustomElementTaroCameraCore, defineCustomElementTaroCanvasCore, defineCustomElementTaroChannelLiveCore, defineCustomElementTaroChannelVideoCore, defineCustomElementTaroCheckboxCore, defineCustomElementTaroCheckboxGroupCore, defineCustomElementTaroCommentDetailCore, defineCustomElementTaroCommentListCore, defineCustomElementTaroContactButtonCore, defineCustomElementTaroCoverImageCore, defineCustomElementTaroCoverViewCore, defineCustomElementTaroCustomWrapperCore, defineCustomElementTaroEditorCore, defineCustomElementTaroFollowSwanCore, defineCustomElementTaroFormCore, defineCustomElementTaroFunctionalPageNavigatorCore, defineCustomElementTaroGridViewCore, defineCustomElementTaroIconCore, defineCustomElementTaroImageCore, defineCustomElementTaroInlinePaymentPanelCore, defineCustomElementTaroInputCore, defineCustomElementTaroKeyboardAccessoryCore, defineCustomElementTaroLabelCore, defineCustomElementTaroLifestyleCore, defineCustomElementTaroLikeCore, defineCustomElementTaroListViewCore, defineCustomElementTaroLivePlayerCore, defineCustomElementTaroLivePusherCore, defineCustomElementTaroLoginCore, defineCustomElementTaroLottieCore, defineCustomElementTaroMapCore, defineCustomElementTaroMatchMediaCore, defineCustomElementTaroMovableAreaCore, defineCustomElementTaroMovableViewCore, defineCustomElementTaroNativeSlotCore, defineCustomElementTaroNavigationBarCore, defineCustomElementTaroNavigatorCore, defineCustomElementTaroOfficialAccountCore, defineCustomElementTaroOpenDataCore, defineCustomElementTaroPageContainerCore, defineCustomElementTaroPageMetaCore, defineCustomElementTaroPickerCore, defineCustomElementTaroPickerGroup, defineCustomElementTaroPickerViewColumnCore, defineCustomElementTaroPickerViewCore, defineCustomElementTaroProgressCore, defineCustomElementTaroPullToRefresh, defineCustomElementTaroRadioCore, defineCustomElementTaroRadioGroupCore, defineCustomElementTaroRichTextCore, defineCustomElementTaroRootPortalCore, defineCustomElementTaroRtcRoomCore, defineCustomElementTaroRtcRoomItemCore, defineCustomElementTaroScrollViewCore, defineCustomElementTaroShareElementCore, defineCustomElementTaroSliderCore, defineCustomElementTaroSlotCore, defineCustomElementTaroStickyHeaderCore, defineCustomElementTaroStickySectionCore, defineCustomElementTaroSwiperCore, defineCustomElementTaroSwiperItemCore, defineCustomElementTaroSwitchCore, defineCustomElementTaroTabItemCore, defineCustomElementTaroTabbar, defineCustomElementTaroTabsCore, defineCustomElementTaroTextCore, defineCustomElementTaroTextareaCore, defineCustomElementTaroVideoControl, defineCustomElementTaroVideoCore, defineCustomElementTaroVideoDanmu, defineCustomElementTaroViewCore, defineCustomElementTaroVoipRoomCore, defineCustomElementTaroWebViewCore } from '@tarojs/components/dist/components';
5
5
  import { createReactComponent } from './react-component-lib/createComponent.js';
6
6
 
7
7
  /* eslint-disable */
@@ -25,7 +25,7 @@ const CommentList = /*@__PURE__*/ createReactComponent('taro-comment-list-core',
25
25
  const ContactButton = /*@__PURE__*/ createReactComponent('taro-contact-button-core', undefined, manipulatePropsFunction, defineCustomElementTaroContactButtonCore);
26
26
  const CoverImage = /*@__PURE__*/ createReactComponent('taro-cover-image-core', undefined, manipulatePropsFunction, defineCustomElementTaroCoverImageCore);
27
27
  const CoverView = /*@__PURE__*/ createReactComponent('taro-cover-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroCoverViewCore);
28
- const CustomWrapper = Fragment;
28
+ const CustomWrapper = /*@__PURE__*/ createReactComponent('taro-custom-wrapper-core', undefined, manipulatePropsFunction, defineCustomElementTaroCustomWrapperCore);
29
29
  const Editor = /*@__PURE__*/ createReactComponent('taro-editor-core', undefined, manipulatePropsFunction, defineCustomElementTaroEditorCore);
30
30
  const FollowSwan = /*@__PURE__*/ createReactComponent('taro-follow-swan-core', undefined, manipulatePropsFunction, defineCustomElementTaroFollowSwanCore);
31
31
  const Form = /*@__PURE__*/ createReactComponent('taro-form-core', undefined, manipulatePropsFunction, defineCustomElementTaroFormCore);