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

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
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sources":["../../../taro-components-library-vue2/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxies */\nimport Vue, { PropOptions } from 'vue';\nimport { createCommonRender, createCommonMethod } from './vue-component-lib/utils';\n\nimport type { Components, JSX } from '@tarojs/components/dist/types/components';\n\n// @ts-ignore\nimport { defineCustomElementTaroAdCore as defineTaroAdCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAdCustomCore as defineTaroAdCustomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationVideoCore as defineTaroAnimationVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationViewCore as defineTaroAnimationViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroArCameraCore as defineTaroArCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAudioCore as defineTaroAudioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAwemeDataCore as defineTaroAwemeDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroBlockCore as defineTaroBlockCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroButtonCore as defineTaroButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCameraCore as defineTaroCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCanvasCore as defineTaroCanvasCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelLiveCore as defineTaroChannelLiveCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelVideoCore as defineTaroChannelVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxCore as defineTaroCheckboxCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxGroupCore as defineTaroCheckboxGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentDetailCore as defineTaroCommentDetailCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentListCore as defineTaroCommentListCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroContactButtonCore as defineTaroContactButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverImageCore as defineTaroCoverImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverViewCore as defineTaroCoverViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCustomWrapperCore as defineTaroCustomWrapperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroEditorCore as defineTaroEditorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFollowSwanCore as defineTaroFollowSwanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFormCore as defineTaroFormCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFunctionalPageNavigatorCore as defineTaroFunctionalPageNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridViewCore as defineTaroGridViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroIconCore as defineTaroIconCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroImageCore as defineTaroImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInlinePaymentPanelCore as defineTaroInlinePaymentPanelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInputCore as defineTaroInputCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroKeyboardAccessoryCore as defineTaroKeyboardAccessoryCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLabelCore as defineTaroLabelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLifestyleCore as defineTaroLifestyleCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLikeCore as defineTaroLikeCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListViewCore as defineTaroListViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePlayerCore as defineTaroLivePlayerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePusherCore as defineTaroLivePusherCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLoginCore as defineTaroLoginCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLottieCore as defineTaroLottieCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMapCore as defineTaroMapCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMatchMediaCore as defineTaroMatchMediaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableAreaCore as defineTaroMovableAreaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableViewCore as defineTaroMovableViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNativeSlotCore as defineTaroNativeSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigationBarCore as defineTaroNavigationBarCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigatorCore as defineTaroNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOfficialAccountCore as defineTaroOfficialAccountCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenDataCore as defineTaroOpenDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageContainerCore as defineTaroPageContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageMetaCore as defineTaroPageMetaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerCore as defineTaroPickerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerGroup as defineTaroPickerGroup } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewColumnCore as defineTaroPickerViewColumnCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewCore as defineTaroPickerViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroProgressCore as defineTaroProgressCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPullToRefresh as defineTaroPullToRefresh } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioCore as defineTaroRadioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioGroupCore as defineTaroRadioGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRichTextCore as defineTaroRichTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRootPortalCore as defineTaroRootPortalCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomCore as defineTaroRtcRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomItemCore as defineTaroRtcRoomItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScrollViewCore as defineTaroScrollViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroShareElementCore as defineTaroShareElementCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSliderCore as defineTaroSliderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSlotCore as defineTaroSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickyHeaderCore as defineTaroStickyHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickySectionCore as defineTaroStickySectionCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperCore as defineTaroSwiperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperItemCore as defineTaroSwiperItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwitchCore as defineTaroSwitchCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabItemCore as defineTaroTabItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabbar as defineTaroTabbar } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabsCore as defineTaroTabsCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextCore as defineTaroTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextareaCore as defineTaroTextareaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoControl as defineTaroVideoControl } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoCore as defineTaroVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoDanmu as defineTaroVideoDanmu } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroViewCore as defineTaroViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVoipRoomCore as defineTaroVoipRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroWebViewCore as defineTaroWebViewCore } from '@tarojs/components/dist/components';\n\n\nexport const Ad = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-core', [], defineTaroAdCore),\n});\n\n\nexport const AdCustom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-custom-core', [], defineTaroAdCustomCore),\n});\n\n\nexport const AnimationVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-video-core', [], defineTaroAnimationVideoCore),\n});\n\n\nexport const AnimationView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-view-core', [], defineTaroAnimationViewCore),\n});\n\n\nexport const ArCamera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ar-camera-core', [], defineTaroArCameraCore),\n});\n\n\nexport const Audio = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroAudioCore['src']>,\n controls: {} as PropOptions<JSX.TaroAudioCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroAudioCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroAudioCore['loop']>,\n muted: {} as PropOptions<JSX.TaroAudioCore['muted']>,\n nativeProps: {} as PropOptions<JSX.TaroAudioCore['nativeProps']>\n },\n render: createCommonRender('taro-audio-core', ['error', 'play', 'pause', 'timeupdate', 'ended'], defineTaroAudioCore),\n});\n\n\nexport const AwemeData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-aweme-data-core', [], defineTaroAwemeDataCore),\n});\n\n\nexport const Block = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('fragment', [], defineTaroBlockCore),\n});\n\n\nexport const Button = /*@__PURE__*/ Vue.extend({\n props: {\n disabled: {} as PropOptions<JSX.TaroButtonCore['disabled']>,\n hoverClass: {} as PropOptions<JSX.TaroButtonCore['hoverClass']>,\n type: {} as PropOptions<JSX.TaroButtonCore['type']>,\n hoverStartTime: {} as PropOptions<JSX.TaroButtonCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroButtonCore['hoverStayTime']>,\n size: {} as PropOptions<JSX.TaroButtonCore['size']>,\n plain: {} as PropOptions<JSX.TaroButtonCore['plain']>,\n loading: {} as PropOptions<JSX.TaroButtonCore['loading']>,\n formType: {} as PropOptions<JSX.TaroButtonCore['formType']>\n },\n render: createCommonRender('taro-button-core', ['tarobuttonsubmit', 'tarobuttonreset'], defineTaroButtonCore),\n});\n\n\nexport const Camera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-camera-core', [], defineTaroCameraCore),\n});\n\n\nexport const Canvas = /*@__PURE__*/ Vue.extend({\n props: {\n canvasId: {} as PropOptions<JSX.TaroCanvasCore['canvasId']>,\n nativeProps: {} as PropOptions<JSX.TaroCanvasCore['nativeProps']>\n },\n render: createCommonRender('taro-canvas-core', ['longtap'], defineTaroCanvasCore),\n});\n\n\nexport const ChannelLive = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-live-core', [], defineTaroChannelLiveCore),\n});\n\n\nexport const ChannelVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-video-core', [], defineTaroChannelVideoCore),\n});\n\n\nexport const Checkbox = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxCore['name']>,\n value: {} as PropOptions<JSX.TaroCheckboxCore['value']>,\n color: {} as PropOptions<JSX.TaroCheckboxCore['color']>,\n id: {} as PropOptions<JSX.TaroCheckboxCore['id']>,\n checked: {} as PropOptions<JSX.TaroCheckboxCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroCheckboxCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroCheckboxCore['nativeProps']>\n },\n render: createCommonRender('taro-checkbox-core', ['checkboxchange'], defineTaroCheckboxCore),\n});\n\n\nexport const CheckboxGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxGroupCore['name']>\n },\n render: createCommonRender('taro-checkbox-group-core', ['change'], defineTaroCheckboxGroupCore),\n});\n\n\nexport const CommentDetail = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-detail-core', [], defineTaroCommentDetailCore),\n});\n\n\nexport const CommentList = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-list-core', [], defineTaroCommentListCore),\n});\n\n\nexport const ContactButton = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-contact-button-core', [], defineTaroContactButtonCore),\n});\n\n\nexport const CoverImage = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroCoverImageCore['src']>,\n nativeProps: {} as PropOptions<JSX.TaroCoverImageCore['nativeProps']>\n },\n render: createCommonRender('taro-cover-image-core', ['load', 'error'], defineTaroCoverImageCore),\n});\n\n\nexport const CoverView = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroCoverViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroCoverViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-cover-view-core', ['longpress'], defineTaroCoverViewCore),\n});\n\n\nexport const CustomWrapper = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('fragment', [], defineTaroCustomWrapperCore),\n});\n\n\nexport const Editor = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-editor-core', [], defineTaroEditorCore),\n});\n\n\nexport const FollowSwan = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-follow-swan-core', [], defineTaroFollowSwanCore),\n});\n\n\nexport const Form = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-form-core', ['submit'], defineTaroFormCore),\n});\n\n\nexport const FunctionalPageNavigator = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-functional-page-navigator-core', [], defineTaroFunctionalPageNavigatorCore),\n});\n\n\nexport const GridView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-grid-view-core', [], defineTaroGridViewCore),\n});\n\n\nexport const Icon = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroIconCore['type']>,\n size: {} as PropOptions<JSX.TaroIconCore['size']>,\n color: {} as PropOptions<JSX.TaroIconCore['color']>\n },\n render: createCommonRender('taro-icon-core', [], defineTaroIconCore),\n});\n\n\nexport const Image = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroImageCore['src']>,\n mode: {} as PropOptions<JSX.TaroImageCore['mode']>,\n lazyLoad: {} as PropOptions<JSX.TaroImageCore['lazyLoad']>,\n nativeProps: {} as PropOptions<JSX.TaroImageCore['nativeProps']>\n },\n render: createCommonRender('taro-image-core', ['load', 'error'], defineTaroImageCore),\n});\n\n\nexport const InlinePaymentPanel = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-inline-payment-panel-core', [], defineTaroInlinePaymentPanelCore),\n});\n\n\nexport const Input = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroInputCore['value']>,\n type: {} as PropOptions<JSX.TaroInputCore['type']>,\n password: {} as PropOptions<JSX.TaroInputCore['password']>,\n placeholder: {} as PropOptions<JSX.TaroInputCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroInputCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroInputCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroInputCore['autoFocus']>,\n confirmType: {} as PropOptions<JSX.TaroInputCore['confirmType']>,\n name: {} as PropOptions<JSX.TaroInputCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroInputCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroInputCore['focus']\n },\n render: createCommonRender('taro-input-core', ['input', 'paste', 'focus', 'blur', 'confirm', 'change', 'keydown'], defineTaroInputCore),\n});\n\n\nexport const KeyboardAccessory = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-keyboard-accessory-core', [], defineTaroKeyboardAccessoryCore),\n});\n\n\nexport const Label = /*@__PURE__*/ Vue.extend({\n props: {\n for: {} as PropOptions<JSX.TaroLabelCore['for']>\n },\n render: createCommonRender('taro-label-core', [], defineTaroLabelCore),\n});\n\n\nexport const Lifestyle = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lifestyle-core', [], defineTaroLifestyleCore),\n});\n\n\nexport const Like = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-like-core', [], defineTaroLikeCore),\n});\n\n\nexport const ListView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-list-view-core', [], defineTaroListViewCore),\n});\n\n\nexport const LivePlayer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-player-core', [], defineTaroLivePlayerCore),\n});\n\n\nexport const LivePusher = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-pusher-core', [], defineTaroLivePusherCore),\n});\n\n\nexport const Login = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-login-core', [], defineTaroLoginCore),\n});\n\n\nexport const Lottie = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lottie-core', [], defineTaroLottieCore),\n});\n\n\nexport const Map = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-map-core', [], defineTaroMapCore),\n});\n\n\nexport const MatchMedia = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-match-media-core', [], defineTaroMatchMediaCore),\n});\n\n\nexport const MovableArea = /*@__PURE__*/ Vue.extend({\n props: {\n scaleArea: {} as PropOptions<JSX.TaroMovableAreaCore['scaleArea']>\n },\n render: createCommonRender('taro-movable-area-core', [], defineTaroMovableAreaCore),\n});\n\n\nexport const MovableView = /*@__PURE__*/ Vue.extend({\n props: {\n x: {} as PropOptions<JSX.TaroMovableViewCore['x']>,\n y: {} as PropOptions<JSX.TaroMovableViewCore['y']>,\n direction: {} as PropOptions<JSX.TaroMovableViewCore['direction']>,\n outOfBounds: {} as PropOptions<JSX.TaroMovableViewCore['outOfBounds']>,\n inertia: {} as PropOptions<JSX.TaroMovableViewCore['inertia']>,\n friction: {} as PropOptions<JSX.TaroMovableViewCore['friction']>,\n damping: {} as PropOptions<JSX.TaroMovableViewCore['damping']>,\n disabled: {} as PropOptions<JSX.TaroMovableViewCore['disabled']>,\n scale: {} as PropOptions<JSX.TaroMovableViewCore['scale']>,\n scaleMin: {} as PropOptions<JSX.TaroMovableViewCore['scaleMin']>,\n scaleMax: {} as PropOptions<JSX.TaroMovableViewCore['scaleMax']>,\n scaleValue: {} as PropOptions<JSX.TaroMovableViewCore['scaleValue']>,\n animation: {} as PropOptions<JSX.TaroMovableViewCore['animation']>\n },\n methods: {\n setParent: createCommonMethod('setParent') as Components.TaroMovableViewCore['setParent'],\n endScale: createCommonMethod('endScale') as Components.TaroMovableViewCore['endScale'],\n setScale: createCommonMethod('setScale') as Components.TaroMovableViewCore['setScale']\n },\n render: createCommonRender('taro-movable-view-core', ['change', 'scale', 'htouchmove', 'vtouchmove'], defineTaroMovableViewCore),\n});\n\n\nexport const NativeSlot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-native-slot-core', [], defineTaroNativeSlotCore),\n});\n\n\nexport const NavigationBar = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-navigation-bar-core', [], defineTaroNavigationBarCore),\n});\n\n\nexport const Navigator = /*@__PURE__*/ Vue.extend({\n props: {\n hoverClass: {} as PropOptions<JSX.TaroNavigatorCore['hoverClass']>,\n url: {} as PropOptions<JSX.TaroNavigatorCore['url']>,\n openType: {} as PropOptions<JSX.TaroNavigatorCore['openType']>,\n isHover: {} as PropOptions<JSX.TaroNavigatorCore['isHover']>,\n delta: {} as PropOptions<JSX.TaroNavigatorCore['delta']>\n },\n render: createCommonRender('taro-navigator-core', ['cuccess', 'fail', 'complete'], defineTaroNavigatorCore),\n});\n\n\nexport const OfficialAccount = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-official-account-core', [], defineTaroOfficialAccountCore),\n});\n\n\nexport const OpenData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-open-data-core', [], defineTaroOpenDataCore),\n});\n\n\nexport const PageContainer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-container-core', [], defineTaroPageContainerCore),\n});\n\n\nexport const PageMeta = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-meta-core', [], defineTaroPageMetaCore),\n});\n\n\nexport const Picker = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerCore['mode']>,\n disabled: {} as PropOptions<JSX.TaroPickerCore['disabled']>,\n range: {} as PropOptions<JSX.TaroPickerCore['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerCore['rangeKey']>,\n value: {} as PropOptions<JSX.TaroPickerCore['value']>,\n start: {} as PropOptions<JSX.TaroPickerCore['start']>,\n end: {} as PropOptions<JSX.TaroPickerCore['end']>,\n fields: {} as PropOptions<JSX.TaroPickerCore['fields']>,\n name: {} as PropOptions<JSX.TaroPickerCore['name']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-picker-core', ['change', 'columnchange', 'cancel'], defineTaroPickerCore),\n});\n\n\nexport const PickerGroup = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerGroup['mode']>,\n range: {} as PropOptions<JSX.TaroPickerGroup['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerGroup['rangeKey']>,\n height: {} as PropOptions<JSX.TaroPickerGroup['height']>,\n columnId: {} as PropOptions<JSX.TaroPickerGroup['columnId']>,\n updateHeight: {} as PropOptions<JSX.TaroPickerGroup['updateHeight']>,\n onColumnChange: {} as PropOptions<JSX.TaroPickerGroup['onColumnChange']>,\n updateDay: {} as PropOptions<JSX.TaroPickerGroup['updateDay']>\n },\n methods: {\n handleMoveStart: createCommonMethod('handleMoveStart') as Components.TaroPickerGroup['handleMoveStart'],\n handleMoving: createCommonMethod('handleMoving') as Components.TaroPickerGroup['handleMoving'],\n handleMoveEnd: createCommonMethod('handleMoveEnd') as Components.TaroPickerGroup['handleMoveEnd']\n },\n render: createCommonRender('taro-picker-group', [], defineTaroPickerGroup),\n});\n\n\nexport const PickerViewColumn = /*@__PURE__*/ Vue.extend({\n props: {\n col: {} as PropOptions<JSX.TaroPickerViewColumnCore['col']>,\n initialPosition: {} as PropOptions<JSX.TaroPickerViewColumnCore['initialPosition']>,\n paddingVertical: {} as PropOptions<JSX.TaroPickerViewColumnCore['paddingVertical']>\n },\n render: createCommonRender('taro-picker-view-column-core', ['onselect', 'onselectstart', 'onselectend'], defineTaroPickerViewColumnCore),\n});\n\n\nexport const PickerView = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorStyle: {} as PropOptions<JSX.TaroPickerViewCore['indicatorStyle']>,\n indicatorClass: {} as PropOptions<JSX.TaroPickerViewCore['indicatorClass']>,\n value: {} as PropOptions<JSX.TaroPickerViewCore['value']>,\n maskStyle: {} as PropOptions<JSX.TaroPickerViewCore['maskStyle']>,\n maskClass: {} as PropOptions<JSX.TaroPickerViewCore['maskClass']>\n },\n render: createCommonRender('taro-picker-view-core', ['change', 'pickstart', 'pickend'], defineTaroPickerViewCore),\n});\n\n\nexport const Progress = /*@__PURE__*/ Vue.extend({\n props: {\n percent: {} as PropOptions<JSX.TaroProgressCore['percent']>,\n showInfo: {} as PropOptions<JSX.TaroProgressCore['showInfo']>,\n borderRadius: {} as PropOptions<JSX.TaroProgressCore['borderRadius']>,\n fontSize: {} as PropOptions<JSX.TaroProgressCore['fontSize']>,\n strokeWidth: {} as PropOptions<JSX.TaroProgressCore['strokeWidth']>,\n activeColor: {} as PropOptions<JSX.TaroProgressCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroProgressCore['backgroundColor']>,\n active: {} as PropOptions<JSX.TaroProgressCore['active']>\n },\n render: createCommonRender('taro-progress-core', [], defineTaroProgressCore),\n});\n\n\nexport const PullToRefresh = /*@__PURE__*/ Vue.extend({\n props: {\n prefixCls: {} as PropOptions<JSX.TaroPullToRefresh['prefixCls']>,\n distanceToRefresh: {} as PropOptions<JSX.TaroPullToRefresh['distanceToRefresh']>,\n damping: {} as PropOptions<JSX.TaroPullToRefresh['damping']>,\n indicator: {} as PropOptions<JSX.TaroPullToRefresh['indicator']>\n },\n render: createCommonRender('taro-pull-to-refresh', ['refresh'], defineTaroPullToRefresh),\n});\n\n\nexport const Radio = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioCore['name']>,\n value: {} as PropOptions<JSX.TaroRadioCore['value']>,\n id: {} as PropOptions<JSX.TaroRadioCore['id']>,\n checked: {} as PropOptions<JSX.TaroRadioCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroRadioCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroRadioCore['nativeProps']>\n },\n render: createCommonRender('taro-radio-core', ['radiochange'], defineTaroRadioCore),\n});\n\n\nexport const RadioGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioGroupCore['name']>\n },\n render: createCommonRender('taro-radio-group-core', ['change'], defineTaroRadioGroupCore),\n});\n\n\nexport const RichText = /*@__PURE__*/ Vue.extend({\n props: {\n nodes: {} as PropOptions<JSX.TaroRichTextCore['nodes']>\n },\n render: createCommonRender('taro-rich-text-core', [], defineTaroRichTextCore),\n});\n\n\nexport const RootPortal = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-root-portal-core', [], defineTaroRootPortalCore),\n});\n\n\nexport const RtcRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-core', [], defineTaroRtcRoomCore),\n});\n\n\nexport const RtcRoomItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-item-core', [], defineTaroRtcRoomItemCore),\n});\n\n\nexport const ScrollView = /*@__PURE__*/ Vue.extend({\n props: {\n scrollX: {} as PropOptions<JSX.TaroScrollViewCore['scrollX']>,\n scrollY: {} as PropOptions<JSX.TaroScrollViewCore['scrollY']>,\n upperThreshold: {} as PropOptions<JSX.TaroScrollViewCore['upperThreshold']>,\n lowerThreshold: {} as PropOptions<JSX.TaroScrollViewCore['lowerThreshold']>,\n mpScrollTop: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollTop']>,\n mpScrollLeft: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollLeft']>,\n mpScrollIntoView: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollIntoView']>,\n animated: {} as PropOptions<JSX.TaroScrollViewCore['animated']>\n },\n methods: {\n mpScrollToMethod: createCommonMethod('mpScrollToMethod') as Components.TaroScrollViewCore['mpScrollToMethod'],\n mpScrollIntoViewMethod: createCommonMethod('mpScrollIntoViewMethod') as Components.TaroScrollViewCore['mpScrollIntoViewMethod']\n },\n render: createCommonRender('taro-scroll-view-core', ['scroll', 'scrolltoupper', 'scrolltolower'], defineTaroScrollViewCore),\n});\n\n\nexport const ShareElement = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-share-element-core', [], defineTaroShareElementCore),\n});\n\n\nexport const Slider = /*@__PURE__*/ Vue.extend({\n props: {\n min: {} as PropOptions<JSX.TaroSliderCore['min']>,\n max: {} as PropOptions<JSX.TaroSliderCore['max']>,\n step: {} as PropOptions<JSX.TaroSliderCore['step']>,\n disabled: {} as PropOptions<JSX.TaroSliderCore['disabled']>,\n value: {} as PropOptions<JSX.TaroSliderCore['value']>,\n activeColor: {} as PropOptions<JSX.TaroSliderCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroSliderCore['backgroundColor']>,\n blockSize: {} as PropOptions<JSX.TaroSliderCore['blockSize']>,\n blockColor: {} as PropOptions<JSX.TaroSliderCore['blockColor']>,\n showValue: {} as PropOptions<JSX.TaroSliderCore['showValue']>,\n name: {} as PropOptions<JSX.TaroSliderCore['name']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-slider-core', ['change', 'changing'], defineTaroSliderCore),\n});\n\n\nexport const Slot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-slot-core', [], defineTaroSlotCore),\n});\n\n\nexport const StickyHeader = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-header-core', [], defineTaroStickyHeaderCore),\n});\n\n\nexport const StickySection = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-section-core', [], defineTaroStickySectionCore),\n});\n\n\nexport const Swiper = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorDots: {} as PropOptions<JSX.TaroSwiperCore['indicatorDots']>,\n indicatorColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorColor']>,\n indicatorActiveColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorActiveColor']>,\n autoplay: {} as PropOptions<JSX.TaroSwiperCore['autoplay']>,\n current: {} as PropOptions<JSX.TaroSwiperCore['current']>,\n interval: {} as PropOptions<JSX.TaroSwiperCore['interval']>,\n duration: {} as PropOptions<JSX.TaroSwiperCore['duration']>,\n circular: {} as PropOptions<JSX.TaroSwiperCore['circular']>,\n vertical: {} as PropOptions<JSX.TaroSwiperCore['vertical']>,\n previousMargin: {} as PropOptions<JSX.TaroSwiperCore['previousMargin']>,\n nextMargin: {} as PropOptions<JSX.TaroSwiperCore['nextMargin']>,\n displayMultipleItems: {} as PropOptions<JSX.TaroSwiperCore['displayMultipleItems']>,\n full: {} as PropOptions<JSX.TaroSwiperCore['full']>,\n zoom: {} as PropOptions<JSX.TaroSwiperCore['zoom']>\n },\n render: createCommonRender('taro-swiper-core', ['change', 'animationfinish'], defineTaroSwiperCore),\n});\n\n\nexport const SwiperItem = /*@__PURE__*/ Vue.extend({\n props: {\n itemId: {} as PropOptions<JSX.TaroSwiperItemCore['itemId']>\n },\n render: createCommonRender('taro-swiper-item-core', [], defineTaroSwiperItemCore),\n});\n\n\nexport const Switch = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroSwitchCore['type']>,\n checked: {} as PropOptions<JSX.TaroSwitchCore['checked']>,\n color: {} as PropOptions<JSX.TaroSwitchCore['color']>,\n name: {} as PropOptions<JSX.TaroSwitchCore['name']>,\n disabled: {} as PropOptions<JSX.TaroSwitchCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroSwitchCore['nativeProps']>\n },\n model: { prop: 'checked' , event: 'update:modelValue' },\n render: createCommonRender('taro-switch-core', ['change'], defineTaroSwitchCore),\n});\n\n\nexport const TabItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tab-item-core', [], defineTaroTabItemCore),\n});\n\n\nexport const Tabbar = /*@__PURE__*/ Vue.extend({\n props: {\n conf: {} as PropOptions<JSX.TaroTabbar['conf']>\n },\n render: createCommonRender('taro-tabbar', ['longpress'], defineTaroTabbar),\n});\n\n\nexport const Tabs = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tabs-core', [], defineTaroTabsCore),\n});\n\n\nexport const Text = /*@__PURE__*/ Vue.extend({\n props: {\n selectable: {} as PropOptions<JSX.TaroTextCore['selectable']>\n },\n render: createCommonRender('taro-text-core', [], defineTaroTextCore),\n});\n\n\nexport const Textarea = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroTextareaCore['value']>,\n placeholder: {} as PropOptions<JSX.TaroTextareaCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroTextareaCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroTextareaCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroTextareaCore['autoFocus']>,\n autoHeight: {} as PropOptions<JSX.TaroTextareaCore['autoHeight']>,\n name: {} as PropOptions<JSX.TaroTextareaCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroTextareaCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroTextareaCore['focus']\n },\n render: createCommonRender('taro-textarea-core', ['input', 'focus', 'blur', 'confirm', 'change', 'linechange', 'keydown'], defineTaroTextareaCore),\n});\n\n\nexport const VideoControl = /*@__PURE__*/ Vue.extend({\n props: {\n controls: {} as PropOptions<JSX.TaroVideoControl['controls']>,\n currentTime: {} as PropOptions<JSX.TaroVideoControl['currentTime']>,\n duration: {} as PropOptions<JSX.TaroVideoControl['duration']>,\n isPlaying: {} as PropOptions<JSX.TaroVideoControl['isPlaying']>,\n pauseFunc: {} as PropOptions<JSX.TaroVideoControl['pauseFunc']>,\n playFunc: {} as PropOptions<JSX.TaroVideoControl['playFunc']>,\n seekFunc: {} as PropOptions<JSX.TaroVideoControl['seekFunc']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoControl['showPlayBtn']>,\n showProgress: {} as PropOptions<JSX.TaroVideoControl['showProgress']>\n },\n methods: {\n setProgressBall: createCommonMethod('setProgressBall') as Components.TaroVideoControl['setProgressBall'],\n toggleVisibility: createCommonMethod('toggleVisibility') as Components.TaroVideoControl['toggleVisibility'],\n getIsDraggingProgressBall: createCommonMethod('getIsDraggingProgressBall') as Components.TaroVideoControl['getIsDraggingProgressBall'],\n setCurrentTime: createCommonMethod('setCurrentTime') as Components.TaroVideoControl['setCurrentTime']\n },\n render: createCommonRender('taro-video-control', [], defineTaroVideoControl),\n});\n\n\nexport const Video = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroVideoCore['src']>,\n duration: {} as PropOptions<JSX.TaroVideoCore['duration']>,\n controls: {} as PropOptions<JSX.TaroVideoCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroVideoCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroVideoCore['loop']>,\n muted: {} as PropOptions<JSX.TaroVideoCore['muted']>,\n initialTime: {} as PropOptions<JSX.TaroVideoCore['initialTime']>,\n poster: {} as PropOptions<JSX.TaroVideoCore['poster']>,\n objectFit: {} as PropOptions<JSX.TaroVideoCore['objectFit']>,\n showProgress: {} as PropOptions<JSX.TaroVideoCore['showProgress']>,\n showFullscreenBtn: {} as PropOptions<JSX.TaroVideoCore['showFullscreenBtn']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showPlayBtn']>,\n showCenterPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showCenterPlayBtn']>,\n showMuteBtn: {} as PropOptions<JSX.TaroVideoCore['showMuteBtn']>,\n danmuList: {} as PropOptions<JSX.TaroVideoCore['danmuList']>,\n danmuBtn: {} as PropOptions<JSX.TaroVideoCore['danmuBtn']>,\n enableDanmu: {} as PropOptions<JSX.TaroVideoCore['enableDanmu']>,\n enablePlayGesture: {} as PropOptions<JSX.TaroVideoCore['enablePlayGesture']>,\n enableProgressGesture: {} as PropOptions<JSX.TaroVideoCore['enableProgressGesture']>,\n vslideGesture: {} as PropOptions<JSX.TaroVideoCore['vslideGesture']>,\n vslideGestureInFullscreen: {} as PropOptions<JSX.TaroVideoCore['vslideGestureInFullscreen']>,\n nativeProps: {} as PropOptions<JSX.TaroVideoCore['nativeProps']>\n },\n methods: {\n getHlsObject: createCommonMethod('getHlsObject') as Components.TaroVideoCore['getHlsObject'],\n play: createCommonMethod('play') as Components.TaroVideoCore['play'],\n pause: createCommonMethod('pause') as Components.TaroVideoCore['pause'],\n stop: createCommonMethod('stop') as Components.TaroVideoCore['stop'],\n seek: createCommonMethod('seek') as Components.TaroVideoCore['seek'],\n requestFullScreen: createCommonMethod('requestFullScreen') as Components.TaroVideoCore['requestFullScreen'],\n exitFullScreen: createCommonMethod('exitFullScreen') as Components.TaroVideoCore['exitFullScreen']\n },\n render: createCommonRender('taro-video-core', ['play', 'pause', 'ended', 'timeupdate', 'error', 'fullscreenchange', 'progress', 'loadedmetadata'], defineTaroVideoCore),\n});\n\n\nexport const VideoDanmu = /*@__PURE__*/ Vue.extend({\n props: {\n enable: {} as PropOptions<JSX.TaroVideoDanmu['enable']>\n },\n methods: {\n sendDanmu: createCommonMethod('sendDanmu') as Components.TaroVideoDanmu['sendDanmu'],\n tick: createCommonMethod('tick') as Components.TaroVideoDanmu['tick']\n },\n render: createCommonRender('taro-video-danmu', [], defineTaroVideoDanmu),\n});\n\n\nexport const View = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-view-core', ['longpress'], defineTaroViewCore),\n});\n\n\nexport const VoipRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-voip-room-core', [], defineTaroVoipRoomCore),\n});\n\n\nexport const WebView = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroWebViewCore['src']>\n },\n render: createCommonRender('taro-web-view-core', ['load', 'error'], defineTaroWebViewCore),\n});\n\n"],"names":["defineTaroAdCore","defineTaroAdCustomCore","defineTaroAnimationVideoCore","defineTaroAnimationViewCore","defineTaroArCameraCore","defineTaroAudioCore","defineTaroAwemeDataCore","defineTaroBlockCore","defineTaroButtonCore","defineTaroCameraCore","defineTaroCanvasCore","defineTaroChannelLiveCore","defineTaroChannelVideoCore","defineTaroCheckboxCore","defineTaroCheckboxGroupCore","defineTaroCommentDetailCore","defineTaroCommentListCore","defineTaroContactButtonCore","defineTaroCoverImageCore","defineTaroCoverViewCore","defineTaroCustomWrapperCore","defineTaroEditorCore","defineTaroFollowSwanCore","defineTaroFormCore","defineTaroFunctionalPageNavigatorCore","defineTaroGridViewCore","defineTaroIconCore","defineTaroImageCore","defineTaroInlinePaymentPanelCore","defineTaroInputCore","defineTaroKeyboardAccessoryCore","defineTaroLabelCore","defineTaroLifestyleCore","defineTaroLikeCore","defineTaroListViewCore","defineTaroLivePlayerCore","defineTaroLivePusherCore","defineTaroLoginCore","defineTaroLottieCore","defineTaroMapCore","defineTaroMatchMediaCore","defineTaroMovableAreaCore","defineTaroMovableViewCore","defineTaroNativeSlotCore","defineTaroNavigationBarCore","defineTaroNavigatorCore","defineTaroOfficialAccountCore","defineTaroOpenDataCore","defineTaroPageContainerCore","defineTaroPageMetaCore","defineTaroPickerCore","defineTaroPickerGroup","defineTaroPickerViewColumnCore","defineTaroPickerViewCore","defineTaroProgressCore","defineTaroPullToRefresh","defineTaroRadioCore","defineTaroRadioGroupCore","defineTaroRichTextCore","defineTaroRootPortalCore","defineTaroRtcRoomCore","defineTaroRtcRoomItemCore","defineTaroScrollViewCore","defineTaroShareElementCore","defineTaroSliderCore","defineTaroSlotCore","defineTaroStickyHeaderCore","defineTaroStickySectionCore","defineTaroSwiperCore","defineTaroSwiperItemCore","defineTaroSwitchCore","defineTaroTabItemCore","defineTaroTabbar","defineTaroTabsCore","defineTaroTextCore","defineTaroTextareaCore","defineTaroVideoControl","defineTaroVideoCore","defineTaroVideoDanmu","defineTaroViewCore","defineTaroVoipRoomCore","defineTaroWebViewCore"],"mappings":"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"}
1
+ {"version":3,"file":"components.js","sources":["../../../taro-components-library-vue2/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxies */\nimport Vue, { PropOptions } from 'vue';\nimport { createCommonRender, createCommonMethod } from './vue-component-lib/utils';\n\nimport type { Components, JSX } from '@tarojs/components/dist/types/components';\n\n// @ts-ignore\nimport { defineCustomElementTaroAdCore as defineTaroAdCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAdCustomCore as defineTaroAdCustomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationVideoCore as defineTaroAnimationVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationViewCore as defineTaroAnimationViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroArCameraCore as defineTaroArCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAudioCore as defineTaroAudioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAwemeDataCore as defineTaroAwemeDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroBlockCore as defineTaroBlockCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroButtonCore as defineTaroButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCameraCore as defineTaroCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCanvasCore as defineTaroCanvasCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelLiveCore as defineTaroChannelLiveCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelVideoCore as defineTaroChannelVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxCore as defineTaroCheckboxCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxGroupCore as defineTaroCheckboxGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentDetailCore as defineTaroCommentDetailCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentListCore as defineTaroCommentListCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroContactButtonCore as defineTaroContactButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverImageCore as defineTaroCoverImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverViewCore as defineTaroCoverViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCustomWrapperCore as defineTaroCustomWrapperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroEditorCore as defineTaroEditorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFollowSwanCore as defineTaroFollowSwanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFormCore as defineTaroFormCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFunctionalPageNavigatorCore as defineTaroFunctionalPageNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridViewCore as defineTaroGridViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroIconCore as defineTaroIconCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroImageCore as defineTaroImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInlinePaymentPanelCore as defineTaroInlinePaymentPanelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInputCore as defineTaroInputCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroKeyboardAccessoryCore as defineTaroKeyboardAccessoryCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLabelCore as defineTaroLabelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLifestyleCore as defineTaroLifestyleCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLikeCore as defineTaroLikeCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListViewCore as defineTaroListViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePlayerCore as defineTaroLivePlayerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePusherCore as defineTaroLivePusherCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLoginCore as defineTaroLoginCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLottieCore as defineTaroLottieCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMapCore as defineTaroMapCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMatchMediaCore as defineTaroMatchMediaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableAreaCore as defineTaroMovableAreaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableViewCore as defineTaroMovableViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNativeSlotCore as defineTaroNativeSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigationBarCore as defineTaroNavigationBarCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigatorCore as defineTaroNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOfficialAccountCore as defineTaroOfficialAccountCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenDataCore as defineTaroOpenDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageContainerCore as defineTaroPageContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageMetaCore as defineTaroPageMetaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerCore as defineTaroPickerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerGroup as defineTaroPickerGroup } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewColumnCore as defineTaroPickerViewColumnCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewCore as defineTaroPickerViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroProgressCore as defineTaroProgressCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPullToRefresh as defineTaroPullToRefresh } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioCore as defineTaroRadioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioGroupCore as defineTaroRadioGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRichTextCore as defineTaroRichTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRootPortalCore as defineTaroRootPortalCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomCore as defineTaroRtcRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomItemCore as defineTaroRtcRoomItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScrollViewCore as defineTaroScrollViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroShareElementCore as defineTaroShareElementCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSliderCore as defineTaroSliderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSlotCore as defineTaroSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickyHeaderCore as defineTaroStickyHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickySectionCore as defineTaroStickySectionCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperCore as defineTaroSwiperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperItemCore as defineTaroSwiperItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwitchCore as defineTaroSwitchCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabItemCore as defineTaroTabItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabbar as defineTaroTabbar } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabsCore as defineTaroTabsCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextCore as defineTaroTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextareaCore as defineTaroTextareaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoControl as defineTaroVideoControl } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoCore as defineTaroVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoDanmu as defineTaroVideoDanmu } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroViewCore as defineTaroViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVoipRoomCore as defineTaroVoipRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroWebViewCore as defineTaroWebViewCore } from '@tarojs/components/dist/components';\n\n\nexport const Ad = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-core', [], defineTaroAdCore),\n});\n\n\nexport const AdCustom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-custom-core', [], defineTaroAdCustomCore),\n});\n\n\nexport const AnimationVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-video-core', [], defineTaroAnimationVideoCore),\n});\n\n\nexport const AnimationView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-view-core', [], defineTaroAnimationViewCore),\n});\n\n\nexport const ArCamera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ar-camera-core', [], defineTaroArCameraCore),\n});\n\n\nexport const Audio = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroAudioCore['src']>,\n controls: {} as PropOptions<JSX.TaroAudioCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroAudioCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroAudioCore['loop']>,\n muted: {} as PropOptions<JSX.TaroAudioCore['muted']>,\n nativeProps: {} as PropOptions<JSX.TaroAudioCore['nativeProps']>\n },\n render: createCommonRender('taro-audio-core', ['error', 'play', 'pause', 'timeupdate', 'ended'], defineTaroAudioCore),\n});\n\n\nexport const AwemeData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-aweme-data-core', [], defineTaroAwemeDataCore),\n});\n\n\nexport const Block = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('fragment', [], defineTaroBlockCore),\n});\n\n\nexport const Button = /*@__PURE__*/ Vue.extend({\n props: {\n disabled: {} as PropOptions<JSX.TaroButtonCore['disabled']>,\n hoverClass: {} as PropOptions<JSX.TaroButtonCore['hoverClass']>,\n type: {} as PropOptions<JSX.TaroButtonCore['type']>,\n hoverStartTime: {} as PropOptions<JSX.TaroButtonCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroButtonCore['hoverStayTime']>,\n size: {} as PropOptions<JSX.TaroButtonCore['size']>,\n plain: {} as PropOptions<JSX.TaroButtonCore['plain']>,\n loading: {} as PropOptions<JSX.TaroButtonCore['loading']>,\n formType: {} as PropOptions<JSX.TaroButtonCore['formType']>\n },\n render: createCommonRender('taro-button-core', ['tarobuttonsubmit', 'tarobuttonreset'], defineTaroButtonCore),\n});\n\n\nexport const Camera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-camera-core', [], defineTaroCameraCore),\n});\n\n\nexport const Canvas = /*@__PURE__*/ Vue.extend({\n props: {\n canvasId: {} as PropOptions<JSX.TaroCanvasCore['canvasId']>,\n nativeProps: {} as PropOptions<JSX.TaroCanvasCore['nativeProps']>\n },\n render: createCommonRender('taro-canvas-core', ['longtap'], defineTaroCanvasCore),\n});\n\n\nexport const ChannelLive = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-live-core', [], defineTaroChannelLiveCore),\n});\n\n\nexport const ChannelVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-video-core', [], defineTaroChannelVideoCore),\n});\n\n\nexport const Checkbox = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxCore['name']>,\n value: {} as PropOptions<JSX.TaroCheckboxCore['value']>,\n color: {} as PropOptions<JSX.TaroCheckboxCore['color']>,\n id: {} as PropOptions<JSX.TaroCheckboxCore['id']>,\n checked: {} as PropOptions<JSX.TaroCheckboxCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroCheckboxCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroCheckboxCore['nativeProps']>\n },\n render: createCommonRender('taro-checkbox-core', ['checkboxchange'], defineTaroCheckboxCore),\n});\n\n\nexport const CheckboxGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxGroupCore['name']>\n },\n render: createCommonRender('taro-checkbox-group-core', ['change'], defineTaroCheckboxGroupCore),\n});\n\n\nexport const CommentDetail = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-detail-core', [], defineTaroCommentDetailCore),\n});\n\n\nexport const CommentList = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-list-core', [], defineTaroCommentListCore),\n});\n\n\nexport const ContactButton = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-contact-button-core', [], defineTaroContactButtonCore),\n});\n\n\nexport const CoverImage = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroCoverImageCore['src']>,\n nativeProps: {} as PropOptions<JSX.TaroCoverImageCore['nativeProps']>\n },\n render: createCommonRender('taro-cover-image-core', ['load', 'error'], defineTaroCoverImageCore),\n});\n\n\nexport const CoverView = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroCoverViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroCoverViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-cover-view-core', ['longpress'], defineTaroCoverViewCore),\n});\n\n\nexport const CustomWrapper = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-custom-wrapper-core', [], defineTaroCustomWrapperCore),\n});\n\n\nexport const Editor = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-editor-core', [], defineTaroEditorCore),\n});\n\n\nexport const FollowSwan = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-follow-swan-core', [], defineTaroFollowSwanCore),\n});\n\n\nexport const Form = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-form-core', ['submit'], defineTaroFormCore),\n});\n\n\nexport const FunctionalPageNavigator = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-functional-page-navigator-core', [], defineTaroFunctionalPageNavigatorCore),\n});\n\n\nexport const GridView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-grid-view-core', [], defineTaroGridViewCore),\n});\n\n\nexport const Icon = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroIconCore['type']>,\n size: {} as PropOptions<JSX.TaroIconCore['size']>,\n color: {} as PropOptions<JSX.TaroIconCore['color']>\n },\n render: createCommonRender('taro-icon-core', [], defineTaroIconCore),\n});\n\n\nexport const Image = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroImageCore['src']>,\n mode: {} as PropOptions<JSX.TaroImageCore['mode']>,\n lazyLoad: {} as PropOptions<JSX.TaroImageCore['lazyLoad']>,\n nativeProps: {} as PropOptions<JSX.TaroImageCore['nativeProps']>\n },\n render: createCommonRender('taro-image-core', ['load', 'error'], defineTaroImageCore),\n});\n\n\nexport const InlinePaymentPanel = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-inline-payment-panel-core', [], defineTaroInlinePaymentPanelCore),\n});\n\n\nexport const Input = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroInputCore['value']>,\n type: {} as PropOptions<JSX.TaroInputCore['type']>,\n password: {} as PropOptions<JSX.TaroInputCore['password']>,\n placeholder: {} as PropOptions<JSX.TaroInputCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroInputCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroInputCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroInputCore['autoFocus']>,\n confirmType: {} as PropOptions<JSX.TaroInputCore['confirmType']>,\n name: {} as PropOptions<JSX.TaroInputCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroInputCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroInputCore['focus']\n },\n render: createCommonRender('taro-input-core', ['input', 'paste', 'focus', 'blur', 'confirm', 'change', 'keydown'], defineTaroInputCore),\n});\n\n\nexport const KeyboardAccessory = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-keyboard-accessory-core', [], defineTaroKeyboardAccessoryCore),\n});\n\n\nexport const Label = /*@__PURE__*/ Vue.extend({\n props: {\n for: {} as PropOptions<JSX.TaroLabelCore['for']>\n },\n render: createCommonRender('taro-label-core', [], defineTaroLabelCore),\n});\n\n\nexport const Lifestyle = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lifestyle-core', [], defineTaroLifestyleCore),\n});\n\n\nexport const Like = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-like-core', [], defineTaroLikeCore),\n});\n\n\nexport const ListView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-list-view-core', [], defineTaroListViewCore),\n});\n\n\nexport const LivePlayer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-player-core', [], defineTaroLivePlayerCore),\n});\n\n\nexport const LivePusher = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-pusher-core', [], defineTaroLivePusherCore),\n});\n\n\nexport const Login = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-login-core', [], defineTaroLoginCore),\n});\n\n\nexport const Lottie = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lottie-core', [], defineTaroLottieCore),\n});\n\n\nexport const Map = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-map-core', [], defineTaroMapCore),\n});\n\n\nexport const MatchMedia = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-match-media-core', [], defineTaroMatchMediaCore),\n});\n\n\nexport const MovableArea = /*@__PURE__*/ Vue.extend({\n props: {\n scaleArea: {} as PropOptions<JSX.TaroMovableAreaCore['scaleArea']>\n },\n render: createCommonRender('taro-movable-area-core', [], defineTaroMovableAreaCore),\n});\n\n\nexport const MovableView = /*@__PURE__*/ Vue.extend({\n props: {\n x: {} as PropOptions<JSX.TaroMovableViewCore['x']>,\n y: {} as PropOptions<JSX.TaroMovableViewCore['y']>,\n direction: {} as PropOptions<JSX.TaroMovableViewCore['direction']>,\n outOfBounds: {} as PropOptions<JSX.TaroMovableViewCore['outOfBounds']>,\n inertia: {} as PropOptions<JSX.TaroMovableViewCore['inertia']>,\n friction: {} as PropOptions<JSX.TaroMovableViewCore['friction']>,\n damping: {} as PropOptions<JSX.TaroMovableViewCore['damping']>,\n disabled: {} as PropOptions<JSX.TaroMovableViewCore['disabled']>,\n scale: {} as PropOptions<JSX.TaroMovableViewCore['scale']>,\n scaleMin: {} as PropOptions<JSX.TaroMovableViewCore['scaleMin']>,\n scaleMax: {} as PropOptions<JSX.TaroMovableViewCore['scaleMax']>,\n scaleValue: {} as PropOptions<JSX.TaroMovableViewCore['scaleValue']>,\n animation: {} as PropOptions<JSX.TaroMovableViewCore['animation']>\n },\n methods: {\n setParent: createCommonMethod('setParent') as Components.TaroMovableViewCore['setParent'],\n endScale: createCommonMethod('endScale') as Components.TaroMovableViewCore['endScale'],\n setScale: createCommonMethod('setScale') as Components.TaroMovableViewCore['setScale']\n },\n render: createCommonRender('taro-movable-view-core', ['change', 'scale', 'htouchmove', 'vtouchmove'], defineTaroMovableViewCore),\n});\n\n\nexport const NativeSlot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-native-slot-core', [], defineTaroNativeSlotCore),\n});\n\n\nexport const NavigationBar = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-navigation-bar-core', [], defineTaroNavigationBarCore),\n});\n\n\nexport const Navigator = /*@__PURE__*/ Vue.extend({\n props: {\n hoverClass: {} as PropOptions<JSX.TaroNavigatorCore['hoverClass']>,\n url: {} as PropOptions<JSX.TaroNavigatorCore['url']>,\n openType: {} as PropOptions<JSX.TaroNavigatorCore['openType']>,\n isHover: {} as PropOptions<JSX.TaroNavigatorCore['isHover']>,\n delta: {} as PropOptions<JSX.TaroNavigatorCore['delta']>\n },\n render: createCommonRender('taro-navigator-core', ['cuccess', 'fail', 'complete'], defineTaroNavigatorCore),\n});\n\n\nexport const OfficialAccount = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-official-account-core', [], defineTaroOfficialAccountCore),\n});\n\n\nexport const OpenData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-open-data-core', [], defineTaroOpenDataCore),\n});\n\n\nexport const PageContainer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-container-core', [], defineTaroPageContainerCore),\n});\n\n\nexport const PageMeta = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-meta-core', [], defineTaroPageMetaCore),\n});\n\n\nexport const Picker = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerCore['mode']>,\n disabled: {} as PropOptions<JSX.TaroPickerCore['disabled']>,\n range: {} as PropOptions<JSX.TaroPickerCore['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerCore['rangeKey']>,\n value: {} as PropOptions<JSX.TaroPickerCore['value']>,\n start: {} as PropOptions<JSX.TaroPickerCore['start']>,\n end: {} as PropOptions<JSX.TaroPickerCore['end']>,\n fields: {} as PropOptions<JSX.TaroPickerCore['fields']>,\n name: {} as PropOptions<JSX.TaroPickerCore['name']>,\n textProps: {} as PropOptions<JSX.TaroPickerCore['textProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-picker-core', ['change', 'columnchange', 'cancel'], defineTaroPickerCore),\n});\n\n\nexport const PickerGroup = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerGroup['mode']>,\n range: {} as PropOptions<JSX.TaroPickerGroup['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerGroup['rangeKey']>,\n height: {} as PropOptions<JSX.TaroPickerGroup['height']>,\n columnId: {} as PropOptions<JSX.TaroPickerGroup['columnId']>,\n updateHeight: {} as PropOptions<JSX.TaroPickerGroup['updateHeight']>,\n updateDay: {} as PropOptions<JSX.TaroPickerGroup['updateDay']>\n },\n methods: {\n handleMoveStart: createCommonMethod('handleMoveStart') as Components.TaroPickerGroup['handleMoveStart'],\n handleMoving: createCommonMethod('handleMoving') as Components.TaroPickerGroup['handleMoving'],\n handleMoveEnd: createCommonMethod('handleMoveEnd') as Components.TaroPickerGroup['handleMoveEnd']\n },\n render: createCommonRender('taro-picker-group', ['columnChange'], defineTaroPickerGroup),\n});\n\n\nexport const PickerViewColumn = /*@__PURE__*/ Vue.extend({\n props: {\n col: {} as PropOptions<JSX.TaroPickerViewColumnCore['col']>,\n initialPosition: {} as PropOptions<JSX.TaroPickerViewColumnCore['initialPosition']>,\n paddingVertical: {} as PropOptions<JSX.TaroPickerViewColumnCore['paddingVertical']>\n },\n render: createCommonRender('taro-picker-view-column-core', ['onselect', 'onselectstart', 'onselectend'], defineTaroPickerViewColumnCore),\n});\n\n\nexport const PickerView = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorStyle: {} as PropOptions<JSX.TaroPickerViewCore['indicatorStyle']>,\n indicatorClass: {} as PropOptions<JSX.TaroPickerViewCore['indicatorClass']>,\n value: {} as PropOptions<JSX.TaroPickerViewCore['value']>,\n maskStyle: {} as PropOptions<JSX.TaroPickerViewCore['maskStyle']>,\n maskClass: {} as PropOptions<JSX.TaroPickerViewCore['maskClass']>\n },\n render: createCommonRender('taro-picker-view-core', ['change', 'pickstart', 'pickend'], defineTaroPickerViewCore),\n});\n\n\nexport const Progress = /*@__PURE__*/ Vue.extend({\n props: {\n percent: {} as PropOptions<JSX.TaroProgressCore['percent']>,\n showInfo: {} as PropOptions<JSX.TaroProgressCore['showInfo']>,\n borderRadius: {} as PropOptions<JSX.TaroProgressCore['borderRadius']>,\n fontSize: {} as PropOptions<JSX.TaroProgressCore['fontSize']>,\n strokeWidth: {} as PropOptions<JSX.TaroProgressCore['strokeWidth']>,\n activeColor: {} as PropOptions<JSX.TaroProgressCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroProgressCore['backgroundColor']>,\n active: {} as PropOptions<JSX.TaroProgressCore['active']>\n },\n render: createCommonRender('taro-progress-core', [], defineTaroProgressCore),\n});\n\n\nexport const PullToRefresh = /*@__PURE__*/ Vue.extend({\n props: {\n prefixCls: {} as PropOptions<JSX.TaroPullToRefresh['prefixCls']>,\n distanceToRefresh: {} as PropOptions<JSX.TaroPullToRefresh['distanceToRefresh']>,\n damping: {} as PropOptions<JSX.TaroPullToRefresh['damping']>,\n indicator: {} as PropOptions<JSX.TaroPullToRefresh['indicator']>\n },\n render: createCommonRender('taro-pull-to-refresh', ['refresh'], defineTaroPullToRefresh),\n});\n\n\nexport const Radio = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioCore['name']>,\n value: {} as PropOptions<JSX.TaroRadioCore['value']>,\n id: {} as PropOptions<JSX.TaroRadioCore['id']>,\n checked: {} as PropOptions<JSX.TaroRadioCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroRadioCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroRadioCore['nativeProps']>\n },\n render: createCommonRender('taro-radio-core', ['radiochange'], defineTaroRadioCore),\n});\n\n\nexport const RadioGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioGroupCore['name']>\n },\n render: createCommonRender('taro-radio-group-core', ['change'], defineTaroRadioGroupCore),\n});\n\n\nexport const RichText = /*@__PURE__*/ Vue.extend({\n props: {\n nodes: {} as PropOptions<JSX.TaroRichTextCore['nodes']>,\n selectable: {} as PropOptions<JSX.TaroRichTextCore['selectable']>,\n userSelect: {} as PropOptions<JSX.TaroRichTextCore['userSelect']>,\n space: {} as PropOptions<JSX.TaroRichTextCore['space']>\n },\n render: createCommonRender('taro-rich-text-core', [], defineTaroRichTextCore),\n});\n\n\nexport const RootPortal = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-root-portal-core', [], defineTaroRootPortalCore),\n});\n\n\nexport const RtcRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-core', [], defineTaroRtcRoomCore),\n});\n\n\nexport const RtcRoomItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-item-core', [], defineTaroRtcRoomItemCore),\n});\n\n\nexport const ScrollView = /*@__PURE__*/ Vue.extend({\n props: {\n scrollX: {} as PropOptions<JSX.TaroScrollViewCore['scrollX']>,\n scrollY: {} as PropOptions<JSX.TaroScrollViewCore['scrollY']>,\n upperThreshold: {} as PropOptions<JSX.TaroScrollViewCore['upperThreshold']>,\n lowerThreshold: {} as PropOptions<JSX.TaroScrollViewCore['lowerThreshold']>,\n mpScrollTop: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollTop']>,\n mpScrollLeft: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollLeft']>,\n mpScrollIntoView: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollIntoView']>,\n mpScrollIntoViewAlignment: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollIntoViewAlignment']>,\n animated: {} as PropOptions<JSX.TaroScrollViewCore['animated']>\n },\n methods: {\n mpScrollToMethod: createCommonMethod('mpScrollToMethod') as Components.TaroScrollViewCore['mpScrollToMethod'],\n mpScrollIntoViewMethod: createCommonMethod('mpScrollIntoViewMethod') as Components.TaroScrollViewCore['mpScrollIntoViewMethod']\n },\n render: createCommonRender('taro-scroll-view-core', ['scroll', 'scrolltoupper', 'scrolltolower'], defineTaroScrollViewCore),\n});\n\n\nexport const ShareElement = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-share-element-core', [], defineTaroShareElementCore),\n});\n\n\nexport const Slider = /*@__PURE__*/ Vue.extend({\n props: {\n min: {} as PropOptions<JSX.TaroSliderCore['min']>,\n max: {} as PropOptions<JSX.TaroSliderCore['max']>,\n step: {} as PropOptions<JSX.TaroSliderCore['step']>,\n disabled: {} as PropOptions<JSX.TaroSliderCore['disabled']>,\n value: {} as PropOptions<JSX.TaroSliderCore['value']>,\n activeColor: {} as PropOptions<JSX.TaroSliderCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroSliderCore['backgroundColor']>,\n blockSize: {} as PropOptions<JSX.TaroSliderCore['blockSize']>,\n blockColor: {} as PropOptions<JSX.TaroSliderCore['blockColor']>,\n showValue: {} as PropOptions<JSX.TaroSliderCore['showValue']>,\n name: {} as PropOptions<JSX.TaroSliderCore['name']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-slider-core', ['change', 'changing'], defineTaroSliderCore),\n});\n\n\nexport const Slot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-slot-core', [], defineTaroSlotCore),\n});\n\n\nexport const StickyHeader = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-header-core', [], defineTaroStickyHeaderCore),\n});\n\n\nexport const StickySection = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-section-core', [], defineTaroStickySectionCore),\n});\n\n\nexport const Swiper = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorDots: {} as PropOptions<JSX.TaroSwiperCore['indicatorDots']>,\n indicatorColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorColor']>,\n indicatorActiveColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorActiveColor']>,\n autoplay: {} as PropOptions<JSX.TaroSwiperCore['autoplay']>,\n current: {} as PropOptions<JSX.TaroSwiperCore['current']>,\n interval: {} as PropOptions<JSX.TaroSwiperCore['interval']>,\n duration: {} as PropOptions<JSX.TaroSwiperCore['duration']>,\n circular: {} as PropOptions<JSX.TaroSwiperCore['circular']>,\n vertical: {} as PropOptions<JSX.TaroSwiperCore['vertical']>,\n previousMargin: {} as PropOptions<JSX.TaroSwiperCore['previousMargin']>,\n nextMargin: {} as PropOptions<JSX.TaroSwiperCore['nextMargin']>,\n displayMultipleItems: {} as PropOptions<JSX.TaroSwiperCore['displayMultipleItems']>,\n full: {} as PropOptions<JSX.TaroSwiperCore['full']>,\n zoom: {} as PropOptions<JSX.TaroSwiperCore['zoom']>\n },\n render: createCommonRender('taro-swiper-core', ['change', 'animationfinish'], defineTaroSwiperCore),\n});\n\n\nexport const SwiperItem = /*@__PURE__*/ Vue.extend({\n props: {\n itemId: {} as PropOptions<JSX.TaroSwiperItemCore['itemId']>\n },\n render: createCommonRender('taro-swiper-item-core', [], defineTaroSwiperItemCore),\n});\n\n\nexport const Switch = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroSwitchCore['type']>,\n checked: {} as PropOptions<JSX.TaroSwitchCore['checked']>,\n color: {} as PropOptions<JSX.TaroSwitchCore['color']>,\n name: {} as PropOptions<JSX.TaroSwitchCore['name']>,\n disabled: {} as PropOptions<JSX.TaroSwitchCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroSwitchCore['nativeProps']>\n },\n model: { prop: 'checked' , event: 'update:modelValue' },\n render: createCommonRender('taro-switch-core', ['change'], defineTaroSwitchCore),\n});\n\n\nexport const TabItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tab-item-core', [], defineTaroTabItemCore),\n});\n\n\nexport const Tabbar = /*@__PURE__*/ Vue.extend({\n props: {\n conf: {} as PropOptions<JSX.TaroTabbar['conf']>\n },\n render: createCommonRender('taro-tabbar', ['longpress'], defineTaroTabbar),\n});\n\n\nexport const Tabs = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tabs-core', [], defineTaroTabsCore),\n});\n\n\nexport const Text = /*@__PURE__*/ Vue.extend({\n props: {\n selectable: {} as PropOptions<JSX.TaroTextCore['selectable']>,\n userSelect: {} as PropOptions<JSX.TaroTextCore['userSelect']>,\n space: {} as PropOptions<JSX.TaroTextCore['space']>,\n numberOfLines: {} as PropOptions<JSX.TaroTextCore['numberOfLines']>\n },\n render: createCommonRender('taro-text-core', [], defineTaroTextCore),\n});\n\n\nexport const Textarea = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroTextareaCore['value']>,\n placeholder: {} as PropOptions<JSX.TaroTextareaCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroTextareaCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroTextareaCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroTextareaCore['autoFocus']>,\n autoHeight: {} as PropOptions<JSX.TaroTextareaCore['autoHeight']>,\n name: {} as PropOptions<JSX.TaroTextareaCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroTextareaCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroTextareaCore['focus']\n },\n render: createCommonRender('taro-textarea-core', ['input', 'focus', 'blur', 'confirm', 'change', 'linechange', 'keydown'], defineTaroTextareaCore),\n});\n\n\nexport const VideoControl = /*@__PURE__*/ Vue.extend({\n props: {\n controls: {} as PropOptions<JSX.TaroVideoControl['controls']>,\n currentTime: {} as PropOptions<JSX.TaroVideoControl['currentTime']>,\n duration: {} as PropOptions<JSX.TaroVideoControl['duration']>,\n isPlaying: {} as PropOptions<JSX.TaroVideoControl['isPlaying']>,\n pauseFunc: {} as PropOptions<JSX.TaroVideoControl['pauseFunc']>,\n playFunc: {} as PropOptions<JSX.TaroVideoControl['playFunc']>,\n seekFunc: {} as PropOptions<JSX.TaroVideoControl['seekFunc']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoControl['showPlayBtn']>,\n showProgress: {} as PropOptions<JSX.TaroVideoControl['showProgress']>\n },\n methods: {\n setProgressBall: createCommonMethod('setProgressBall') as Components.TaroVideoControl['setProgressBall'],\n toggleVisibility: createCommonMethod('toggleVisibility') as Components.TaroVideoControl['toggleVisibility'],\n getIsDraggingProgressBall: createCommonMethod('getIsDraggingProgressBall') as Components.TaroVideoControl['getIsDraggingProgressBall'],\n setCurrentTime: createCommonMethod('setCurrentTime') as Components.TaroVideoControl['setCurrentTime']\n },\n render: createCommonRender('taro-video-control', [], defineTaroVideoControl),\n});\n\n\nexport const Video = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroVideoCore['src']>,\n duration: {} as PropOptions<JSX.TaroVideoCore['duration']>,\n controls: {} as PropOptions<JSX.TaroVideoCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroVideoCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroVideoCore['loop']>,\n muted: {} as PropOptions<JSX.TaroVideoCore['muted']>,\n initialTime: {} as PropOptions<JSX.TaroVideoCore['initialTime']>,\n poster: {} as PropOptions<JSX.TaroVideoCore['poster']>,\n objectFit: {} as PropOptions<JSX.TaroVideoCore['objectFit']>,\n showProgress: {} as PropOptions<JSX.TaroVideoCore['showProgress']>,\n showFullscreenBtn: {} as PropOptions<JSX.TaroVideoCore['showFullscreenBtn']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showPlayBtn']>,\n showCenterPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showCenterPlayBtn']>,\n showMuteBtn: {} as PropOptions<JSX.TaroVideoCore['showMuteBtn']>,\n danmuList: {} as PropOptions<JSX.TaroVideoCore['danmuList']>,\n danmuBtn: {} as PropOptions<JSX.TaroVideoCore['danmuBtn']>,\n enableDanmu: {} as PropOptions<JSX.TaroVideoCore['enableDanmu']>,\n enablePlayGesture: {} as PropOptions<JSX.TaroVideoCore['enablePlayGesture']>,\n enableProgressGesture: {} as PropOptions<JSX.TaroVideoCore['enableProgressGesture']>,\n vslideGesture: {} as PropOptions<JSX.TaroVideoCore['vslideGesture']>,\n vslideGestureInFullscreen: {} as PropOptions<JSX.TaroVideoCore['vslideGestureInFullscreen']>,\n nativeProps: {} as PropOptions<JSX.TaroVideoCore['nativeProps']>\n },\n methods: {\n getHlsObject: createCommonMethod('getHlsObject') as Components.TaroVideoCore['getHlsObject'],\n play: createCommonMethod('play') as Components.TaroVideoCore['play'],\n pause: createCommonMethod('pause') as Components.TaroVideoCore['pause'],\n stop: createCommonMethod('stop') as Components.TaroVideoCore['stop'],\n seek: createCommonMethod('seek') as Components.TaroVideoCore['seek'],\n requestFullScreen: createCommonMethod('requestFullScreen') as Components.TaroVideoCore['requestFullScreen'],\n exitFullScreen: createCommonMethod('exitFullScreen') as Components.TaroVideoCore['exitFullScreen']\n },\n render: createCommonRender('taro-video-core', ['play', 'pause', 'ended', 'timeupdate', 'error', 'fullscreenchange', 'progress', 'loadedmetadata'], defineTaroVideoCore),\n});\n\n\nexport const VideoDanmu = /*@__PURE__*/ Vue.extend({\n props: {\n enable: {} as PropOptions<JSX.TaroVideoDanmu['enable']>\n },\n methods: {\n sendDanmu: createCommonMethod('sendDanmu') as Components.TaroVideoDanmu['sendDanmu'],\n tick: createCommonMethod('tick') as Components.TaroVideoDanmu['tick']\n },\n render: createCommonRender('taro-video-danmu', [], defineTaroVideoDanmu),\n});\n\n\nexport const View = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-view-core', ['longpress'], defineTaroViewCore),\n});\n\n\nexport const VoipRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-voip-room-core', [], defineTaroVoipRoomCore),\n});\n\n\nexport const WebView = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroWebViewCore['src']>\n },\n render: createCommonRender('taro-web-view-core', ['load', 'error'], defineTaroWebViewCore),\n});\n\n"],"names":["defineTaroAdCore","defineTaroAdCustomCore","defineTaroAnimationVideoCore","defineTaroAnimationViewCore","defineTaroArCameraCore","defineTaroAudioCore","defineTaroAwemeDataCore","defineTaroBlockCore","defineTaroButtonCore","defineTaroCameraCore","defineTaroCanvasCore","defineTaroChannelLiveCore","defineTaroChannelVideoCore","defineTaroCheckboxCore","defineTaroCheckboxGroupCore","defineTaroCommentDetailCore","defineTaroCommentListCore","defineTaroContactButtonCore","defineTaroCoverImageCore","defineTaroCoverViewCore","defineTaroCustomWrapperCore","defineTaroEditorCore","defineTaroFollowSwanCore","defineTaroFormCore","defineTaroFunctionalPageNavigatorCore","defineTaroGridViewCore","defineTaroIconCore","defineTaroImageCore","defineTaroInlinePaymentPanelCore","defineTaroInputCore","defineTaroKeyboardAccessoryCore","defineTaroLabelCore","defineTaroLifestyleCore","defineTaroLikeCore","defineTaroListViewCore","defineTaroLivePlayerCore","defineTaroLivePusherCore","defineTaroLoginCore","defineTaroLottieCore","defineTaroMapCore","defineTaroMatchMediaCore","defineTaroMovableAreaCore","defineTaroMovableViewCore","defineTaroNativeSlotCore","defineTaroNavigationBarCore","defineTaroNavigatorCore","defineTaroOfficialAccountCore","defineTaroOpenDataCore","defineTaroPageContainerCore","defineTaroPageMetaCore","defineTaroPickerCore","defineTaroPickerGroup","defineTaroPickerViewColumnCore","defineTaroPickerViewCore","defineTaroProgressCore","defineTaroPullToRefresh","defineTaroRadioCore","defineTaroRadioGroupCore","defineTaroRichTextCore","defineTaroRootPortalCore","defineTaroRtcRoomCore","defineTaroRtcRoomItemCore","defineTaroScrollViewCore","defineTaroShareElementCore","defineTaroSliderCore","defineTaroSlotCore","defineTaroStickyHeaderCore","defineTaroStickySectionCore","defineTaroSwiperCore","defineTaroSwiperItemCore","defineTaroSwitchCore","defineTaroTabItemCore","defineTaroTabbar","defineTaroTabsCore","defineTaroTextCore","defineTaroTextareaCore","defineTaroVideoControl","defineTaroVideoCore","defineTaroVideoDanmu","defineTaroViewCore","defineTaroVoipRoomCore","defineTaroWebViewCore"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sources":["../../../../taro-components-library-vue2/src/vue-component-lib/utils.ts"],"sourcesContent":["/**\n * Modify from https://github.com/diondree/stencil-vue2-output-target/blob/master/vue-component-lib/utils.ts\n * MIT License https://github.com/diondree/stencil-vue2-output-target/blob/master/LICENSE.md\n */\nimport Vue, { CreateElement,VNode } from 'vue'\n\nexport const createCommonMethod = (methodName: string) =>\n function (...args: any[]) {\n this.$refs.wc[methodName](...args)\n } as unknown\n\nexport const toLowerCase = (str: string) => str.toLowerCase()\n\nexport const toDashCase = (str: string) =>\n toLowerCase(\n str\n .replace(/([A-Z0-9])/g, (g) => ' ' + g[0])\n .trim()\n .replace(/ /g, '-')\n )\n\nexport const createCommonRender = (\n tagName: string,\n eventNames: string[] = [],\n defineCustomElement: any,\n) => {\n /**\n * Create a Vue component wrapper around a Web Component.\n * Note: The `props` here are not all properties on a component.\n * They refer to whatever properties are set on an instance of a component.\n */\n\n if (!DEPRECATED_ADAPTER_COMPONENT && defineCustomElement !== undefined) {\n defineCustomElement()\n }\n\n return function (createElement: CreateElement): VNode {\n const vueElement = this as Vue\n const allListeners = eventNames.reduce((listeners, eventName) => {\n return {\n ...listeners,\n [eventName]: (event: CustomEvent<any>) => {\n vueElement.$emit(eventName, event)\n // Note(taro): 优化 input、change 事件与 v-model 兼容性问题\n if (['input', 'change'].includes(eventName)) {\n vueElement.$emit('update:modelValue', event.detail.value)\n }\n },\n }\n }, vueElement.$listeners)\n const attributes = vueElement.$props\n ? Object.keys(vueElement.$props).reduce((attrs: any, prop: string) => {\n const attributeName = toDashCase(prop)\n attrs[attributeName] = vueElement.$props[prop]\n return attrs\n }, {})\n : {}\n return createElement(\n tagName,\n {\n ref: 'wc',\n domProps: vueElement.$props,\n on: {\n ...allListeners,\n // Note(taro): click 事件绑定 tap 事件触发\n click: (event) => {\n typeof allListeners.click === 'function' && allListeners.click(event)\n vueElement.$emit('tap', event)\n }\n },\n attrs: { ...attributes, 'data-testid': tagName },\n },\n [vueElement.$slots.default]\n )\n }\n}\n"],"names":[],"mappings":"AAMa,MAAA,kBAAkB,GAAG,CAAC,UAAkB,KACnD,UAAU,GAAG,IAAW,EAAA;IACtB,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,GAAG,IAAI,CAAC,CAAA;AACpC,EAAY;AAEP,MAAM,WAAW,GAAG,CAAC,GAAW,KAAK,GAAG,CAAC,WAAW,GAAE;AAEhD,MAAA,UAAU,GAAG,CAAC,GAAW,KACpC,WAAW,CACT,GAAG;AACA,KAAA,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AACzC,KAAA,IAAI,EAAE;AACN,KAAA,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,EACtB;AAEI,MAAM,kBAAkB,GAAG,CAChC,OAAe,EACf,UAAA,GAAuB,EAAE,EACzB,mBAAwB,KACtB;AACF;;;;AAIG;AAEH,IAAA,IAAI,CAAC,4BAA4B,IAAI,mBAAmB,KAAK,SAAS,EAAE;AACtE,QAAA,mBAAmB,EAAE,CAAA;AACtB,KAAA;AAED,IAAA,OAAO,UAAU,aAA4B,EAAA;QAC3C,MAAM,UAAU,GAAG,IAAW,CAAA;QAC9B,MAAM,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,SAAS,KAAI;YAC9D,OACK,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,SAAS,KACZ,CAAC,SAAS,GAAG,CAAC,KAAuB,KAAI;AACvC,oBAAA,UAAU,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;;oBAElC,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;wBAC3C,UAAU,CAAC,KAAK,CAAC,mBAAmB,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;AAC1D,qBAAA;AACH,iBAAC,EACF,CAAA,CAAA;AACH,SAAC,EAAE,UAAU,CAAC,UAAU,CAAC,CAAA;AACzB,QAAA,MAAM,UAAU,GAAG,UAAU,CAAC,MAAM;AAClC,cAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,KAAU,EAAE,IAAY,KAAI;AACnE,gBAAA,MAAM,aAAa,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;gBACtC,KAAK,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;AAC9C,gBAAA,OAAO,KAAK,CAAA;aACb,EAAE,EAAE,CAAC;cACJ,EAAE,CAAA;QACN,OAAO,aAAa,CAClB,OAAO,EACP;AACE,YAAA,GAAG,EAAE,IAAI;YACT,QAAQ,EAAE,UAAU,CAAC,MAAM;AAC3B,YAAA,EAAE,kCACG,YAAY,CAAA,EAAA;;AAEf,gBAAA,KAAK,EAAE,CAAC,KAAK,KAAI;AACf,oBAAA,OAAO,YAAY,CAAC,KAAK,KAAK,UAAU,IAAI,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;AACrE,oBAAA,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;AAChC,iBAAC,EACF,CAAA;AACD,YAAA,KAAK,kCAAO,UAAU,CAAA,EAAA,EAAE,aAAa,EAAE,OAAO,EAAE,CAAA;SACjD,EACD,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAC5B,CAAA;AACH,KAAC,CAAA;AACH;;;;"}
1
+ {"version":3,"file":"utils.js","sources":["../../../../taro-components-library-vue2/src/vue-component-lib/utils.ts"],"sourcesContent":["/**\n * Modify from https://github.com/diondree/stencil-vue2-output-target/blob/master/vue-component-lib/utils.ts\n * MIT License https://github.com/diondree/stencil-vue2-output-target/blob/master/LICENSE.md\n */\nimport Vue, { CreateElement, VNode } from 'vue'\n\nexport const createCommonMethod = (methodName: string) =>\n function (...args: any[]) {\n this.$refs.wc[methodName](...args)\n } as unknown\n\nexport const toLowerCase = (str: string) => str.toLowerCase()\n\nexport const toDashCase = (str: string) =>\n toLowerCase(\n str\n .replace(/([A-Z0-9])/g, (g) => ' ' + g[0])\n .trim()\n .replace(/ /g, '-')\n )\n\nexport const createCommonRender = (\n tagName: string,\n eventNames: string[] = [],\n defineCustomElement: any,\n) => {\n /**\n * Create a Vue component wrapper around a Web Component.\n * Note: The `props` here are not all properties on a component.\n * They refer to whatever properties are set on an instance of a component.\n */\n\n if (!DEPRECATED_ADAPTER_COMPONENT && defineCustomElement !== undefined) {\n defineCustomElement()\n }\n\n return function (createElement: CreateElement): VNode {\n const vueElement = this as Vue\n const allListeners = eventNames.reduce((listeners, eventName) => {\n return {\n ...listeners,\n [eventName]: (event: CustomEvent<any>) => {\n vueElement.$emit(eventName, event)\n // Note(taro): 优化 input、change 事件与 v-model 兼容性问题\n if (['input', 'change'].includes(eventName)) {\n vueElement.$emit('update:modelValue', event.detail.value)\n }\n },\n }\n }, vueElement.$listeners)\n const attributes = vueElement.$props\n ? Object.keys(vueElement.$props).reduce((attrs: any, prop: string) => {\n const attributeName = toDashCase(prop)\n attrs[attributeName] = vueElement.$props[prop]\n return attrs\n }, {})\n : {}\n return createElement(\n tagName,\n {\n ref: 'wc',\n domProps: vueElement.$props,\n on: {\n ...allListeners,\n // Note(taro): click 事件绑定 tap 事件触发\n click: (event) => {\n typeof allListeners.click === 'function' && allListeners.click(event)\n vueElement.$emit('tap', event)\n }\n },\n attrs: { ...attributes, 'data-testid': tagName },\n },\n [vueElement.$slots.default]\n )\n }\n}\n"],"names":[],"mappings":"AAMa,MAAA,kBAAkB,GAAG,CAAC,UAAkB,KACnD,UAAU,GAAG,IAAW,EAAA;IACtB,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,GAAG,IAAI,CAAC,CAAA;AACpC,EAAY;AAEP,MAAM,WAAW,GAAG,CAAC,GAAW,KAAK,GAAG,CAAC,WAAW,GAAE;AAEhD,MAAA,UAAU,GAAG,CAAC,GAAW,KACpC,WAAW,CACT,GAAG;AACA,KAAA,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AACzC,KAAA,IAAI,EAAE;AACN,KAAA,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,EACtB;AAEI,MAAM,kBAAkB,GAAG,CAChC,OAAe,EACf,UAAA,GAAuB,EAAE,EACzB,mBAAwB,KACtB;AACF;;;;AAIG;AAEH,IAAA,IAAI,CAAC,4BAA4B,IAAI,mBAAmB,KAAK,SAAS,EAAE;AACtE,QAAA,mBAAmB,EAAE,CAAA;AACtB,KAAA;AAED,IAAA,OAAO,UAAU,aAA4B,EAAA;QAC3C,MAAM,UAAU,GAAG,IAAW,CAAA;QAC9B,MAAM,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,SAAS,KAAI;YAC9D,OACK,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,SAAS,KACZ,CAAC,SAAS,GAAG,CAAC,KAAuB,KAAI;AACvC,oBAAA,UAAU,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;;oBAElC,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;wBAC3C,UAAU,CAAC,KAAK,CAAC,mBAAmB,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;AAC1D,qBAAA;AACH,iBAAC,EACF,CAAA,CAAA;AACH,SAAC,EAAE,UAAU,CAAC,UAAU,CAAC,CAAA;AACzB,QAAA,MAAM,UAAU,GAAG,UAAU,CAAC,MAAM;AAClC,cAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,KAAU,EAAE,IAAY,KAAI;AACnE,gBAAA,MAAM,aAAa,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;gBACtC,KAAK,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;AAC9C,gBAAA,OAAO,KAAK,CAAA;aACb,EAAE,EAAE,CAAC;cACJ,EAAE,CAAA;QACN,OAAO,aAAa,CAClB,OAAO,EACP;AACE,YAAA,GAAG,EAAE,IAAI;YACT,QAAQ,EAAE,UAAU,CAAC,MAAM;AAC3B,YAAA,EAAE,kCACG,YAAY,CAAA,EAAA;;AAEf,gBAAA,KAAK,EAAE,CAAC,KAAK,KAAI;AACf,oBAAA,OAAO,YAAY,CAAC,KAAK,KAAK,UAAU,IAAI,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;AACrE,oBAAA,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;AAChC,iBAAC,EACF,CAAA;AACD,YAAA,KAAK,kCAAO,UAAU,CAAA,EAAA,EAAE,aAAa,EAAE,OAAO,EAAE,CAAA;SACjD,EACD,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAC5B,CAAA;AACH,KAAC,CAAA;AACH;;;;"}
@@ -6,63 +6,63 @@ export { default as Text } from './text.js';
6
6
  export { default as Image } from './image.js';
7
7
 
8
8
  // 视图容器
9
- const CoverImage = createComponent('taro-cover-image');
10
- const CoverView = createComponent('taro-cover-view');
11
- const MatchMedia = createComponent('taro-match-media');
12
- const MovableArea = createComponent('taro-movable-area');
13
- const MovableView = createComponent('taro-movable-view');
14
- const PageContainer = createComponent('taro-page-container');
15
- const RootPortal = createComponent('taro-root-portal');
16
- const ShareElement = createComponent('taro-share-element');
17
- const Swiper = createComponent('taro-swiper');
18
- const SwiperItem = createComponent('taro-swiper-item', ['swiper-slide']);
19
- const View = createComponent('taro-view');
20
- const Progress = createComponent('taro-progress', ['weui-progress']);
21
- const RichText = createComponent('taro-rich-text');
9
+ const CoverImage = /* @__PURE__ */ createComponent('taro-cover-image');
10
+ const CoverView = /* @__PURE__ */ createComponent('taro-cover-view');
11
+ const MatchMedia = /* @__PURE__ */ createComponent('taro-match-media');
12
+ const MovableArea = /* @__PURE__ */ createComponent('taro-movable-area');
13
+ const MovableView = /* @__PURE__ */ createComponent('taro-movable-view');
14
+ const PageContainer = /* @__PURE__ */ createComponent('taro-page-container');
15
+ const RootPortal = /* @__PURE__ */ createComponent('taro-root-portal');
16
+ const ShareElement = /* @__PURE__ */ createComponent('taro-share-element');
17
+ const Swiper = /* @__PURE__ */ createComponent('taro-swiper');
18
+ const SwiperItem = /* @__PURE__ */ createComponent('taro-swiper-item', ['swiper-slide']);
19
+ const View = /* @__PURE__ */ createComponent('taro-view');
20
+ const Progress = /* @__PURE__ */ createComponent('taro-progress', ['weui-progress']);
21
+ const RichText = /* @__PURE__ */ createComponent('taro-rich-text');
22
22
  // 表单组件
23
- const Button = createComponent('taro-button');
24
- const Checkbox = createComponent('taro-checkbox', ['weui-cells_checkbox']);
25
- const CheckboxGroup = createComponent('taro-checkbox-group');
26
- const Editor = createComponent('taro-editor');
27
- const Form = createComponent('taro-form');
28
- const Input = createFormsComponent('taro-input', 'input');
29
- const KeyboardAccessory = createComponent('taro-keyboard-accessory');
30
- const Label = createComponent('taro-label');
31
- const Picker = createFormsComponent('taro-picker', 'change');
32
- const PickerView = createComponent('taro-picker-view');
33
- const PickerViewColumn = createComponent('taro-picker-view-column');
34
- const Radio = createComponent('taro-radio', ['weui-cells_checkbox']);
35
- const RadioGroup = createComponent('taro-radio-group', ['weui-cells_radiogroup']);
36
- const Slider = createFormsComponent('taro-slider', 'change', 'value', ['weui-slider-box']);
37
- const Switch = createFormsComponent('taro-switch', 'change', 'checked');
38
- const Textarea = createFormsComponent('taro-textarea', 'input');
23
+ const Button = /* @__PURE__ */ createComponent('taro-button');
24
+ const Checkbox = /* @__PURE__ */ createComponent('taro-checkbox', ['weui-cells_checkbox']);
25
+ const CheckboxGroup = /* @__PURE__ */ createComponent('taro-checkbox-group');
26
+ const Editor = /* @__PURE__ */ createComponent('taro-editor');
27
+ const Form = /* @__PURE__ */ createComponent('taro-form');
28
+ const Input = /* @__PURE__ */ createFormsComponent('taro-input', 'input');
29
+ const KeyboardAccessory = /* @__PURE__ */ createComponent('taro-keyboard-accessory');
30
+ const Label = /* @__PURE__ */ createComponent('taro-label');
31
+ const Picker = /* @__PURE__ */ createFormsComponent('taro-picker', 'change');
32
+ const PickerView = /* @__PURE__ */ createComponent('taro-picker-view');
33
+ const PickerViewColumn = /* @__PURE__ */ createComponent('taro-picker-view-column');
34
+ const Radio = /* @__PURE__ */ createComponent('taro-radio', ['weui-cells_checkbox']);
35
+ const RadioGroup = /* @__PURE__ */ createComponent('taro-radio-group', ['weui-cells_radiogroup']);
36
+ const Slider = /* @__PURE__ */ createFormsComponent('taro-slider', 'change', 'value', ['weui-slider-box']);
37
+ const Switch = /* @__PURE__ */ createFormsComponent('taro-switch', 'change', 'checked');
38
+ const Textarea = /* @__PURE__ */ createFormsComponent('taro-textarea', 'input');
39
39
  // 导航
40
- const FunctionalPageNavigator = createComponent('taro-functional-page-navigator');
41
- const Navigator = createComponent('taro-navigator');
40
+ const FunctionalPageNavigator = /* @__PURE__ */ createComponent('taro-functional-page-navigator');
41
+ const Navigator = /* @__PURE__ */ createComponent('taro-navigator');
42
42
  // 媒体组件
43
- const Audio = createComponent('taro-audio');
44
- const Camera = createComponent('taro-camera');
45
- const LivePlayer = createComponent('taro-live-player');
46
- const Video = createComponent('taro-video', ['taro-video-container']);
47
- const VoipRoom = createComponent('taro-voip-room');
43
+ const Audio = /* @__PURE__ */ createComponent('taro-audio');
44
+ const Camera = /* @__PURE__ */ createComponent('taro-camera');
45
+ const LivePlayer = /* @__PURE__ */ createComponent('taro-live-player');
46
+ const Video = /* @__PURE__ */ createComponent('taro-video', ['taro-video-container']);
47
+ const VoipRoom = /* @__PURE__ */ createComponent('taro-voip-room');
48
48
  // 地图
49
- const Map = createComponent('taro-map');
49
+ const Map = /* @__PURE__ */ createComponent('taro-map');
50
50
  // 画布
51
- const Canvas = createComponent('taro-canvas');
51
+ const Canvas = /* @__PURE__ */ createComponent('taro-canvas');
52
52
  // 开放能力
53
- const WebView = createComponent('taro-web-view');
54
- const Ad = createComponent('taro-ad');
55
- const AdCustom = createComponent('taro-ad-custom');
56
- const OfficialAccount = createComponent('taro-official-account');
57
- const OpenData = createComponent('taro-open-data');
53
+ const WebView = /* @__PURE__ */ createComponent('taro-web-view');
54
+ const Ad = /* @__PURE__ */ createComponent('taro-ad');
55
+ const AdCustom = /* @__PURE__ */ createComponent('taro-ad-custom');
56
+ const OfficialAccount = /* @__PURE__ */ createComponent('taro-official-account');
57
+ const OpenData = /* @__PURE__ */ createComponent('taro-open-data');
58
58
  // 导航栏
59
- const NavigationBar = createComponent('taro-navigation-bar');
59
+ const NavigationBar = /* @__PURE__ */ createComponent('taro-navigation-bar');
60
60
  // 页面属性配置节点
61
- const PageMeta = createComponent('taro-page-meta');
61
+ const PageMeta = /* @__PURE__ */ createComponent('taro-page-meta');
62
62
  // 其他
63
- const Block = createComponent('taro-block');
64
- const CustomWrapper = createComponent('taro-custom-wrapper');
65
- const Slot = createComponent('taro-slot');
63
+ const Block = /* @__PURE__ */ createComponent('taro-block');
64
+ const CustomWrapper = /* @__PURE__ */ createComponent('taro-custom-wrapper');
65
+ const Slot = /* @__PURE__ */ createComponent('taro-slot');
66
66
 
67
67
  export { Ad, AdCustom, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CoverImage, CoverView, CustomWrapper, Editor, Form, FunctionalPageNavigator, Input, KeyboardAccessory, Label, LivePlayer, Map, MatchMedia, MovableArea, MovableView, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RootPortal, ShareElement, Slider, Slot, Swiper, SwiperItem, Switch, Textarea, Video, View, VoipRoom, WebView };
68
68
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../taro-components-library-vue3/src/component-lib/index.ts"],"sourcesContent":["import createComponent from './createComponent'\nimport createFormsComponent from './createFormsComponent'\n\n// 视图容器\nexport const CoverImage = createComponent('taro-cover-image')\nexport const CoverView = createComponent('taro-cover-view')\nexport const MatchMedia = createComponent('taro-match-media')\nexport const MovableArea = createComponent('taro-movable-area')\nexport const MovableView = createComponent('taro-movable-view')\nexport const PageContainer = createComponent('taro-page-container')\nexport const RootPortal = createComponent('taro-root-portal')\nexport { default as ScrollView } from './scroll-view'\nexport const ShareElement = createComponent('taro-share-element')\nexport const Swiper = createComponent('taro-swiper')\nexport const SwiperItem = createComponent('taro-swiper-item', ['swiper-slide'])\nexport const View = createComponent('taro-view')\n\n// 基础内容\nexport { default as Icon } from './icon'\nexport const Progress = createComponent('taro-progress', ['weui-progress'])\nexport const RichText = createComponent('taro-rich-text')\nexport { default as Text } from './text'\n\n// 表单组件\nexport const Button = createComponent('taro-button')\nexport const Checkbox = createComponent('taro-checkbox', ['weui-cells_checkbox'])\nexport const CheckboxGroup = createComponent('taro-checkbox-group')\nexport const Editor = createComponent('taro-editor')\nexport const Form = createComponent('taro-form')\nexport const Input = createFormsComponent('taro-input', 'input')\nexport const KeyboardAccessory = createComponent('taro-keyboard-accessory')\nexport const Label = createComponent('taro-label')\nexport const Picker = createFormsComponent('taro-picker', 'change')\nexport const PickerView = createComponent('taro-picker-view')\nexport const PickerViewColumn = createComponent('taro-picker-view-column')\nexport const Radio = createComponent('taro-radio', ['weui-cells_checkbox'])\nexport const RadioGroup = createComponent('taro-radio-group', ['weui-cells_radiogroup'])\nexport const Slider = createFormsComponent('taro-slider', 'change', 'value', ['weui-slider-box'])\nexport const Switch = createFormsComponent('taro-switch', 'change', 'checked')\nexport const Textarea = createFormsComponent('taro-textarea', 'input')\n\n// 导航\nexport const FunctionalPageNavigator = createComponent('taro-functional-page-navigator')\nexport const Navigator = createComponent('taro-navigator')\n\n// 媒体组件\nexport const Audio = createComponent('taro-audio')\nexport const Camera = createComponent('taro-camera')\nexport { default as Image } from './image'\nexport const LivePlayer = createComponent('taro-live-player')\nexport const Video = createComponent('taro-video', ['taro-video-container'])\nexport const VoipRoom = createComponent('taro-voip-room')\n\n// 地图\nexport const Map = createComponent('taro-map')\n\n// 画布\nexport const Canvas = createComponent('taro-canvas')\n\n// 开放能力\nexport const WebView = createComponent('taro-web-view')\nexport const Ad = createComponent('taro-ad')\nexport const AdCustom = createComponent('taro-ad-custom')\nexport const OfficialAccount = createComponent('taro-official-account')\nexport const OpenData = createComponent('taro-open-data')\n\n// 导航栏\nexport const NavigationBar = createComponent('taro-navigation-bar')\n\n// 页面属性配置节点\nexport const PageMeta = createComponent('taro-page-meta')\n\n// 其他\nexport const Block = createComponent('taro-block')\nexport const CustomWrapper = createComponent('taro-custom-wrapper')\nexport const Slot = createComponent('taro-slot')\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../../../../taro-components-library-vue3/src/component-lib/index.ts"],"sourcesContent":["import createComponent from './createComponent'\nimport createFormsComponent from './createFormsComponent'\n\n// 视图容器\nexport const CoverImage = /* @__PURE__ */ createComponent('taro-cover-image')\nexport const CoverView = /* @__PURE__ */ createComponent('taro-cover-view')\nexport const MatchMedia = /* @__PURE__ */ createComponent('taro-match-media')\nexport const MovableArea = /* @__PURE__ */ createComponent('taro-movable-area')\nexport const MovableView = /* @__PURE__ */ createComponent('taro-movable-view')\nexport const PageContainer = /* @__PURE__ */ createComponent('taro-page-container')\nexport const RootPortal = /* @__PURE__ */ createComponent('taro-root-portal')\nexport { default as ScrollView } from './scroll-view'\nexport const ShareElement = /* @__PURE__ */ createComponent('taro-share-element')\nexport const Swiper = /* @__PURE__ */ createComponent('taro-swiper')\nexport const SwiperItem = /* @__PURE__ */ createComponent('taro-swiper-item', ['swiper-slide'])\nexport const View = /* @__PURE__ */ createComponent('taro-view')\n\n// 基础内容\nexport { default as Icon } from './icon'\nexport const Progress = /* @__PURE__ */ createComponent('taro-progress', ['weui-progress'])\nexport const RichText = /* @__PURE__ */ createComponent('taro-rich-text')\nexport { default as Text } from './text'\n\n// 表单组件\nexport const Button = /* @__PURE__ */ createComponent('taro-button')\nexport const Checkbox = /* @__PURE__ */ createComponent('taro-checkbox', ['weui-cells_checkbox'])\nexport const CheckboxGroup = /* @__PURE__ */ createComponent('taro-checkbox-group')\nexport const Editor = /* @__PURE__ */ createComponent('taro-editor')\nexport const Form = /* @__PURE__ */ createComponent('taro-form')\nexport const Input = /* @__PURE__ */ createFormsComponent('taro-input', 'input')\nexport const KeyboardAccessory = /* @__PURE__ */ createComponent('taro-keyboard-accessory')\nexport const Label = /* @__PURE__ */ createComponent('taro-label')\nexport const Picker = /* @__PURE__ */ createFormsComponent('taro-picker', 'change')\nexport const PickerView = /* @__PURE__ */ createComponent('taro-picker-view')\nexport const PickerViewColumn = /* @__PURE__ */ createComponent('taro-picker-view-column')\nexport const Radio = /* @__PURE__ */ createComponent('taro-radio', ['weui-cells_checkbox'])\nexport const RadioGroup = /* @__PURE__ */ createComponent('taro-radio-group', ['weui-cells_radiogroup'])\nexport const Slider = /* @__PURE__ */ createFormsComponent('taro-slider', 'change', 'value', ['weui-slider-box'])\nexport const Switch = /* @__PURE__ */ createFormsComponent('taro-switch', 'change', 'checked')\nexport const Textarea = /* @__PURE__ */ createFormsComponent('taro-textarea', 'input')\n\n// 导航\nexport const FunctionalPageNavigator = /* @__PURE__ */ createComponent('taro-functional-page-navigator')\nexport const Navigator = /* @__PURE__ */ createComponent('taro-navigator')\n\n// 媒体组件\nexport const Audio = /* @__PURE__ */ createComponent('taro-audio')\nexport const Camera = /* @__PURE__ */ createComponent('taro-camera')\nexport { default as Image } from './image'\nexport const LivePlayer = /* @__PURE__ */ createComponent('taro-live-player')\nexport const Video = /* @__PURE__ */ createComponent('taro-video', ['taro-video-container'])\nexport const VoipRoom = /* @__PURE__ */ createComponent('taro-voip-room')\n\n// 地图\nexport const Map = /* @__PURE__ */ createComponent('taro-map')\n\n// 画布\nexport const Canvas = /* @__PURE__ */ createComponent('taro-canvas')\n\n// 开放能力\nexport const WebView = /* @__PURE__ */ createComponent('taro-web-view')\nexport const Ad = /* @__PURE__ */ createComponent('taro-ad')\nexport const AdCustom = /* @__PURE__ */ createComponent('taro-ad-custom')\nexport const OfficialAccount = /* @__PURE__ */ createComponent('taro-official-account')\nexport const OpenData = /* @__PURE__ */ createComponent('taro-open-data')\n\n// 导航栏\nexport const NavigationBar = /* @__PURE__ */ createComponent('taro-navigation-bar')\n\n// 页面属性配置节点\nexport const PageMeta = /* @__PURE__ */ createComponent('taro-page-meta')\n\n// 其他\nexport const Block = /* @__PURE__ */ createComponent('taro-block')\nexport const CustomWrapper = /* @__PURE__ */ createComponent('taro-custom-wrapper')\nexport const Slot = /* @__PURE__ */ createComponent('taro-slot')\n"],"names":[],"mappings":"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"}
@@ -21,7 +21,7 @@ declare const CommentList: import("vue").DefineComponent<JSX.TaroCommentListCore
21
21
  declare const ContactButton: import("vue").DefineComponent<JSX.TaroContactButtonCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.TaroContactButtonCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>>, {}>;
22
22
  declare const CoverImage: import("vue").DefineComponent<JSX.TaroCoverImageCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.TaroCoverImageCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>>, {}>;
23
23
  declare const CoverView: import("vue").DefineComponent<JSX.TaroCoverViewCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.TaroCoverViewCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>>, {}>;
24
- declare const CustomWrapper: import("vue").DefineComponent<unknown, import("vue").Slot, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
24
+ declare const CustomWrapper: import("vue").DefineComponent<JSX.TaroCustomWrapperCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.TaroCustomWrapperCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>>, {}>;
25
25
  declare const Editor: import("vue").DefineComponent<JSX.TaroEditorCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.TaroEditorCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>>, {}>;
26
26
  declare const FollowSwan: import("vue").DefineComponent<JSX.TaroFollowSwanCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.TaroFollowSwanCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>>, {}>;
27
27
  declare const Form: import("vue").DefineComponent<JSX.TaroFormCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.TaroFormCore & import("./vue-component-lib/utils.js").InputProps<string | number | boolean>>, {}>;