@fecp/vue 1.0.5 → 1.0.6

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 (335) hide show
  1. package/es/packages/mobile/src/components/base/button/Button.vue.mjs +11 -13
  2. package/es/packages/mobile/src/components/base/cell/Cell.vue.mjs +11 -22
  3. package/es/packages/mobile/src/components/base/cellGroup/CellGroup.vue.mjs +11 -10
  4. package/es/packages/mobile/src/components/base/image/Image.vue.mjs +11 -13
  5. package/es/packages/mobile/src/components/base/popup/Popup.vue.mjs +11 -10
  6. package/es/packages/mobile/src/components/dataDisplay/collapse/Collapse.vue.mjs +11 -7
  7. package/es/packages/mobile/src/components/dataDisplay/collapseItem/CollapseItem.vue.mjs +11 -22
  8. package/es/packages/mobile/src/components/dataDisplay/divider/Divider.vue.mjs +11 -7
  9. package/es/packages/mobile/src/components/dataDisplay/empty/Empty.vue.mjs +11 -13
  10. package/es/packages/mobile/src/components/dataDisplay/highlight/Highlight.vue.mjs +11 -7
  11. package/es/packages/mobile/src/components/dataDisplay/noticeBar/NoticeBar.vue.mjs +11 -13
  12. package/es/packages/mobile/src/components/dataDisplay/step/Step.vue.mjs +11 -16
  13. package/es/packages/mobile/src/components/dataDisplay/steps/Steps.vue.mjs +11 -7
  14. package/es/packages/mobile/src/components/dataDisplay/swipe/Swipe.vue.mjs +11 -10
  15. package/es/packages/mobile/src/components/dataDisplay/swipeItem/SwipeItem.vue.mjs +11 -7
  16. package/es/packages/mobile/src/components/dataDisplay/textEllipsis/TextEllipsis.vue.mjs +11 -7
  17. package/es/packages/mobile/src/components/feedback/actionSheet/ActionSheet.vue.mjs +11 -16
  18. package/es/packages/mobile/src/components/feedback/dropdownItem/DropdownItem.vue.mjs +11 -10
  19. package/es/packages/mobile/src/components/feedback/dropdownMenu/DropdownMenu.vue.mjs +11 -7
  20. package/es/packages/mobile/src/components/feedback/floatingBubble/FloatingBubble.vue.mjs +11 -7
  21. package/es/packages/mobile/src/components/feedback/floatingPanel/FloatingPanel.vue.mjs +11 -10
  22. package/es/packages/mobile/src/components/feedback/loading/Loading.vue.mjs +11 -10
  23. package/es/packages/mobile/src/components/feedback/pullRefresh/PullRefresh.vue.mjs +11 -22
  24. package/es/packages/mobile/src/components/feedback/swipeCell/SwipeCell.vue.mjs +11 -13
  25. package/es/packages/mobile/src/components/form/calendar/Calendar.vue.mjs +11 -40
  26. package/es/packages/mobile/src/components/form/cascader/Cascader.vue.mjs +11 -16
  27. package/es/packages/mobile/src/components/form/checkbox/Checkbox.vue.mjs +11 -10
  28. package/es/packages/mobile/src/components/form/checkboxGroup/CheckboxGroup.vue.mjs +11 -7
  29. package/es/packages/mobile/src/components/form/datePicker/DatePicker.vue.mjs +11 -25
  30. package/es/packages/mobile/src/components/form/field/Field.vue.mjs +11 -25
  31. package/es/packages/mobile/src/components/form/form/Form.vue.mjs +11 -7
  32. package/es/packages/mobile/src/components/form/picker/Picker.vue.mjs +11 -28
  33. package/es/packages/mobile/src/components/form/pickerGroup/PickerGroup.vue.mjs +11 -16
  34. package/es/packages/mobile/src/components/form/radio/Radio.vue.mjs +11 -10
  35. package/es/packages/mobile/src/components/form/radioGroup/RadioGroup.vue.mjs +11 -7
  36. package/es/packages/mobile/src/components/form/search/Search.vue.mjs +11 -19
  37. package/es/packages/mobile/src/components/form/timePicker/TimePicker.vue.mjs +11 -25
  38. package/es/packages/mobile/src/components/form/uploader/Uploader.vue.mjs +11 -13
  39. package/es/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.mjs +11 -7
  40. package/es/packages/mobile/src/components/navigation/backTop/BackTop.vue.mjs +11 -7
  41. package/es/packages/mobile/src/components/navigation/grid/Grid.vue.mjs +11 -7
  42. package/es/packages/mobile/src/components/navigation/gridItem/GridItem.vue.mjs +11 -13
  43. package/es/packages/mobile/src/components/navigation/indexAnchor/IndexAnchor.vue.mjs +11 -7
  44. package/es/packages/mobile/src/components/navigation/indexBar/IndexBar.vue.mjs +11 -7
  45. package/es/packages/mobile/src/components/navigation/navBar/NavBar.vue.mjs +11 -13
  46. package/es/packages/mobile/src/components/navigation/pagination/Pagination.vue.mjs +11 -13
  47. package/es/packages/mobile/src/components/navigation/sidebar/Sidebar.vue.mjs +11 -7
  48. package/es/packages/mobile/src/components/navigation/sidebarItem/SidebarItem.vue.mjs +11 -7
  49. package/es/packages/mobile/src/components/navigation/tab/Tab.vue.mjs +11 -10
  50. package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +11 -7
  51. package/es/packages/mobile/src/components/navigation/tabbarItem/TabbarItem.vue.mjs +11 -7
  52. package/es/packages/mobile/src/components/navigation/tabs/Tabs.vue.mjs +11 -13
  53. package/es/packages/mobile/src/components/navigation/treeSelect/TreeSelect.vue.mjs +11 -10
  54. package/es/packages/vue/src/components/base/button/Button.vue.mjs +11 -7
  55. package/es/packages/vue/src/components/base/buttonGroup/ButtonGroup.vue.mjs +11 -10
  56. package/es/packages/vue/src/components/base/divider/Divider.vue.mjs +11 -7
  57. package/es/packages/vue/src/components/base/link/Link.vue.mjs +11 -10
  58. package/es/packages/vue/src/components/base/virtualScrollBox/VirtualScrollBox.vue.mjs +11 -7
  59. package/es/packages/vue/src/components/chart/barChart/BarChart.vue.mjs +11 -7
  60. package/es/packages/vue/src/components/chart/boxplotChart/BoxplotChart.vue.mjs +11 -7
  61. package/es/packages/vue/src/components/chart/candleChart/CandleChart.vue.mjs +11 -7
  62. package/es/packages/vue/src/components/chart/funnelChart/FunnelChart.vue.mjs +11 -7
  63. package/es/packages/vue/src/components/chart/gaugeChart/GaugeChart.vue.mjs +11 -7
  64. package/es/packages/vue/src/components/chart/graphChart/GraphChart.vue.mjs +11 -7
  65. package/es/packages/vue/src/components/chart/heatmapChart/HeatmapChart.vue.mjs +11 -7
  66. package/es/packages/vue/src/components/chart/histogramChart/HistogramChart.vue.mjs +11 -7
  67. package/es/packages/vue/src/components/chart/lineChart/LineChart.vue.mjs +11 -7
  68. package/es/packages/vue/src/components/chart/liquidfillChart/LiquidfillChart.vue.mjs +11 -7
  69. package/es/packages/vue/src/components/chart/mapChart/MapChart.vue.mjs +11 -7
  70. package/es/packages/vue/src/components/chart/pieChart/PieChart.vue.mjs +11 -7
  71. package/es/packages/vue/src/components/chart/processChart/ProcessChart.vue.mjs +11 -7
  72. package/es/packages/vue/src/components/chart/radarChart/RadarChart.vue.mjs +11 -7
  73. package/es/packages/vue/src/components/chart/ringChart/RingChart.vue.mjs +11 -7
  74. package/es/packages/vue/src/components/chart/sankeyChart/SankeyChart.vue.mjs +11 -7
  75. package/es/packages/vue/src/components/chart/scatterChart/ScatterChart.vue.mjs +11 -7
  76. package/es/packages/vue/src/components/chart/sunburstChart/SunburstChart.vue.mjs +11 -7
  77. package/es/packages/vue/src/components/chart/treeChart/TreeChart.vue.mjs +11 -7
  78. package/es/packages/vue/src/components/chart/waterfallChart/WaterfallChart.vue.mjs +11 -7
  79. package/es/packages/vue/src/components/chart/wordcloudChart/WordcloudChart.vue.mjs +11 -7
  80. package/es/packages/vue/src/components/dataDisplay/badge/Badge.vue.mjs +11 -10
  81. package/es/packages/vue/src/components/dataDisplay/calendar/Calendar.vue.mjs +11 -10
  82. package/es/packages/vue/src/components/dataDisplay/calendarView/CalendarView.vue.mjs +11 -16
  83. package/es/packages/vue/src/components/dataDisplay/card/Card.vue.mjs +11 -19
  84. package/es/packages/vue/src/components/dataDisplay/carousel/Carousel.vue.mjs +11 -7
  85. package/es/packages/vue/src/components/dataDisplay/carouselItem/CarouselItem.vue.mjs +11 -7
  86. package/es/packages/vue/src/components/dataDisplay/collapse/Collapse.vue.mjs +11 -7
  87. package/es/packages/vue/src/components/dataDisplay/collapseItem/CollapseItem.vue.mjs +11 -16
  88. package/es/packages/vue/src/components/dataDisplay/guide/Guide.vue.mjs +11 -7
  89. package/es/packages/vue/src/components/dataDisplay/image/Image.vue.mjs +11 -16
  90. package/es/packages/vue/src/components/dataDisplay/milestone/Milestone.vue.mjs +11 -16
  91. package/es/packages/vue/src/components/dataDisplay/mindMap/MindMap.vue.mjs +11 -7
  92. package/es/packages/vue/src/components/dataDisplay/qrCode/QrCode.vue.mjs +11 -7
  93. package/es/packages/vue/src/components/dataDisplay/statistic/Statistic.vue.mjs +11 -13
  94. package/es/packages/vue/src/components/dataDisplay/tag/Tag.vue.mjs +11 -7
  95. package/es/packages/vue/src/components/dataDisplay/tagGroup/TagGroup.vue.mjs +11 -7
  96. package/es/packages/vue/src/components/dataDisplay/timeline/Timeline.vue.mjs +11 -19
  97. package/es/packages/vue/src/components/dataDisplay/timelineItem/TimelineItem.vue.mjs +11 -2
  98. package/es/packages/vue/src/components/dataDisplay/tree/Tree.vue.mjs +11 -25
  99. package/es/packages/vue/src/components/dataDisplay/userHead/UserHead.vue.mjs +11 -7
  100. package/es/packages/vue/src/components/dataDisplay/wizard/Wizard.vue.mjs +11 -10
  101. package/es/packages/vue/src/components/feedback/alert/Alert.vue.mjs +11 -16
  102. package/es/packages/vue/src/components/feedback/dialogBox/DialogBox.vue.mjs +11 -13
  103. package/es/packages/vue/src/components/feedback/drawer/Drawer.vue.mjs +11 -16
  104. package/es/packages/vue/src/components/feedback/modal/Modal.vue.mjs +11 -10
  105. package/es/packages/vue/src/components/feedback/popConfirm/PopConfirm.vue.mjs +11 -10
  106. package/es/packages/vue/src/components/feedback/popover/Popover.vue.mjs +11 -10
  107. package/es/packages/vue/src/components/feedback/progress/Progress.vue.mjs +11 -7
  108. package/es/packages/vue/src/components/feedback/skeleton/Skeleton.vue.mjs +11 -10
  109. package/es/packages/vue/src/components/feedback/skeletonItem/SkeletonItem.vue.mjs +11 -2
  110. package/es/packages/vue/src/components/feedback/tooltip/Tooltip.vue.mjs +11 -10
  111. package/es/packages/vue/src/components/form/autoComplete/AutoComplete.vue.mjs +11 -19
  112. package/es/packages/vue/src/components/form/cascader/Cascader.vue.mjs +11 -13
  113. package/es/packages/vue/src/components/form/cascaderPanel/CascaderPanel.vue.mjs +11 -7
  114. package/es/packages/vue/src/components/form/checkbox/Checkbox.vue.mjs +11 -7
  115. package/es/packages/vue/src/components/form/checkboxButton/CheckboxButton.vue.mjs +11 -7
  116. package/es/packages/vue/src/components/form/checkboxGroup/CheckboxGroup.vue.mjs +11 -7
  117. package/es/packages/vue/src/components/form/colorPicker/ColorPicker.vue.mjs +11 -7
  118. package/es/packages/vue/src/components/form/colorSelectPanel/ColorSelectPanel.vue.mjs +11 -7
  119. package/es/packages/vue/src/components/form/datePicker/DatePicker.vue.mjs +11 -7
  120. package/es/packages/vue/src/components/form/dropTimes/DropTimes.vue.mjs +11 -7
  121. package/es/packages/vue/src/components/form/fileUpload/FileUpload.vue.mjs +11 -13
  122. package/es/packages/vue/src/components/form/fluentEditor/FluentEditor.vue.mjs +11 -7
  123. package/es/packages/vue/src/components/form/form/Form.vue.mjs +11 -7
  124. package/es/packages/vue/src/components/form/formItem/FormItem.vue.mjs +11 -13
  125. package/es/packages/vue/src/components/form/input/Input.vue.mjs +11 -16
  126. package/es/packages/vue/src/components/form/ipAddress/IpAddress.vue.mjs +11 -7
  127. package/es/packages/vue/src/components/form/numeric/Numeric.vue.mjs +11 -7
  128. package/es/packages/vue/src/components/form/popEditor/PopEditor.vue.mjs +11 -10
  129. package/es/packages/vue/src/components/form/popUpload/PopUpload.vue.mjs +11 -7
  130. package/es/packages/vue/src/components/form/radio/Radio.vue.mjs +11 -7
  131. package/es/packages/vue/src/components/form/radioButton/RadioButton.vue.mjs +11 -7
  132. package/es/packages/vue/src/components/form/radioGroup/RadioGroup.vue.mjs +11 -7
  133. package/es/packages/vue/src/components/form/rate/Rate.vue.mjs +11 -7
  134. package/es/packages/vue/src/components/form/search/Search.vue.mjs +11 -13
  135. package/es/packages/vue/src/components/form/select/Select.vue.mjs +11 -19
  136. package/es/packages/vue/src/components/form/slider/Slider.vue.mjs +11 -7
  137. package/es/packages/vue/src/components/form/switch/Switch.vue.mjs +11 -16
  138. package/es/packages/vue/src/components/form/timePicker/TimePicker.vue.mjs +11 -7
  139. package/es/packages/vue/src/components/form/timeSelect/TimeSelect.vue.mjs +11 -7
  140. package/es/packages/vue/src/components/form/transfer/Transfer.vue.mjs +11 -22
  141. package/es/packages/vue/src/components/layout/col/Col.vue.mjs +11 -7
  142. package/es/packages/vue/src/components/layout/container/Container.vue.mjs +11 -16
  143. package/es/packages/vue/src/components/layout/layout/Layout.vue.mjs +11 -7
  144. package/es/packages/vue/src/components/layout/row/Row.vue.mjs +11 -7
  145. package/es/packages/vue/src/components/navigation/actionMenu/ActionMenu.vue.mjs +11 -7
  146. package/es/packages/vue/src/components/navigation/anchor/Anchor.vue.mjs +11 -2
  147. package/es/packages/vue/src/components/navigation/breadcrumb/Breadcrumb.vue.mjs +11 -7
  148. package/es/packages/vue/src/components/navigation/breadcrumbItem/BreadcrumbItem.vue.mjs +11 -7
  149. package/es/packages/vue/src/components/navigation/dropdown/Dropdown.vue.mjs +11 -10
  150. package/es/packages/vue/src/components/navigation/dropdownItem/DropdownItem.vue.mjs +11 -7
  151. package/es/packages/vue/src/components/navigation/dropdownMenu/DropdownMenu.vue.mjs +11 -7
  152. package/es/packages/vue/src/components/navigation/navMenu/NavMenu.vue.mjs +11 -10
  153. package/es/packages/vue/src/components/navigation/pager/Pager.vue.mjs +11 -7
  154. package/es/packages/vue/src/components/navigation/steps/Steps.vue.mjs +11 -10
  155. package/es/packages/vue/src/components/navigation/tabItem/TabItem.vue.mjs +11 -7
  156. package/es/packages/vue/src/components/navigation/tabs/Tabs.vue.mjs +11 -10
  157. package/es/packages/vue/src/components/navigation/treeMenu/TreeMenu.vue.mjs +11 -7
  158. package/es/packages/vue/src/components/table/table/Table.vue.mjs +11 -13
  159. package/es/packages/vue/src/components/table/tableColumn/TableColumn.vue.mjs +11 -16
  160. package/es/packages/vue/src/components/table/tableToolbar/TableToolbar.vue.mjs +11 -10
  161. package/lib/packages/mobile/src/components/base/button/Button.vue.js +10 -12
  162. package/lib/packages/mobile/src/components/base/cell/Cell.vue.js +10 -21
  163. package/lib/packages/mobile/src/components/base/cellGroup/CellGroup.vue.js +10 -9
  164. package/lib/packages/mobile/src/components/base/image/Image.vue.js +10 -12
  165. package/lib/packages/mobile/src/components/base/popup/Popup.vue.js +10 -9
  166. package/lib/packages/mobile/src/components/dataDisplay/collapse/Collapse.vue.js +10 -6
  167. package/lib/packages/mobile/src/components/dataDisplay/collapseItem/CollapseItem.vue.js +10 -21
  168. package/lib/packages/mobile/src/components/dataDisplay/divider/Divider.vue.js +10 -6
  169. package/lib/packages/mobile/src/components/dataDisplay/empty/Empty.vue.js +10 -12
  170. package/lib/packages/mobile/src/components/dataDisplay/highlight/Highlight.vue.js +10 -6
  171. package/lib/packages/mobile/src/components/dataDisplay/noticeBar/NoticeBar.vue.js +10 -12
  172. package/lib/packages/mobile/src/components/dataDisplay/step/Step.vue.js +10 -15
  173. package/lib/packages/mobile/src/components/dataDisplay/steps/Steps.vue.js +10 -6
  174. package/lib/packages/mobile/src/components/dataDisplay/swipe/Swipe.vue.js +10 -9
  175. package/lib/packages/mobile/src/components/dataDisplay/swipeItem/SwipeItem.vue.js +10 -6
  176. package/lib/packages/mobile/src/components/dataDisplay/textEllipsis/TextEllipsis.vue.js +10 -6
  177. package/lib/packages/mobile/src/components/feedback/actionSheet/ActionSheet.vue.js +10 -15
  178. package/lib/packages/mobile/src/components/feedback/dropdownItem/DropdownItem.vue.js +10 -9
  179. package/lib/packages/mobile/src/components/feedback/dropdownMenu/DropdownMenu.vue.js +10 -6
  180. package/lib/packages/mobile/src/components/feedback/floatingBubble/FloatingBubble.vue.js +10 -6
  181. package/lib/packages/mobile/src/components/feedback/floatingPanel/FloatingPanel.vue.js +10 -9
  182. package/lib/packages/mobile/src/components/feedback/loading/Loading.vue.js +10 -9
  183. package/lib/packages/mobile/src/components/feedback/pullRefresh/PullRefresh.vue.js +10 -21
  184. package/lib/packages/mobile/src/components/feedback/swipeCell/SwipeCell.vue.js +10 -12
  185. package/lib/packages/mobile/src/components/form/calendar/Calendar.vue.js +10 -39
  186. package/lib/packages/mobile/src/components/form/cascader/Cascader.vue.js +10 -15
  187. package/lib/packages/mobile/src/components/form/checkbox/Checkbox.vue.js +10 -9
  188. package/lib/packages/mobile/src/components/form/checkboxGroup/CheckboxGroup.vue.js +10 -6
  189. package/lib/packages/mobile/src/components/form/datePicker/DatePicker.vue.js +10 -24
  190. package/lib/packages/mobile/src/components/form/field/Field.vue.js +10 -24
  191. package/lib/packages/mobile/src/components/form/form/Form.vue.js +10 -6
  192. package/lib/packages/mobile/src/components/form/picker/Picker.vue.js +10 -27
  193. package/lib/packages/mobile/src/components/form/pickerGroup/PickerGroup.vue.js +10 -15
  194. package/lib/packages/mobile/src/components/form/radio/Radio.vue.js +10 -9
  195. package/lib/packages/mobile/src/components/form/radioGroup/RadioGroup.vue.js +10 -6
  196. package/lib/packages/mobile/src/components/form/search/Search.vue.js +10 -18
  197. package/lib/packages/mobile/src/components/form/timePicker/TimePicker.vue.js +10 -24
  198. package/lib/packages/mobile/src/components/form/uploader/Uploader.vue.js +10 -12
  199. package/lib/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.js +10 -6
  200. package/lib/packages/mobile/src/components/navigation/backTop/BackTop.vue.js +10 -6
  201. package/lib/packages/mobile/src/components/navigation/grid/Grid.vue.js +10 -6
  202. package/lib/packages/mobile/src/components/navigation/gridItem/GridItem.vue.js +10 -12
  203. package/lib/packages/mobile/src/components/navigation/indexAnchor/IndexAnchor.vue.js +10 -6
  204. package/lib/packages/mobile/src/components/navigation/indexBar/IndexBar.vue.js +10 -6
  205. package/lib/packages/mobile/src/components/navigation/navBar/NavBar.vue.js +10 -12
  206. package/lib/packages/mobile/src/components/navigation/pagination/Pagination.vue.js +10 -12
  207. package/lib/packages/mobile/src/components/navigation/sidebar/Sidebar.vue.js +10 -6
  208. package/lib/packages/mobile/src/components/navigation/sidebarItem/SidebarItem.vue.js +10 -6
  209. package/lib/packages/mobile/src/components/navigation/tab/Tab.vue.js +10 -9
  210. package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +10 -6
  211. package/lib/packages/mobile/src/components/navigation/tabbarItem/TabbarItem.vue.js +10 -6
  212. package/lib/packages/mobile/src/components/navigation/tabs/Tabs.vue.js +10 -12
  213. package/lib/packages/mobile/src/components/navigation/treeSelect/TreeSelect.vue.js +10 -9
  214. package/lib/packages/vue/src/components/base/button/Button.vue.js +10 -6
  215. package/lib/packages/vue/src/components/base/buttonGroup/ButtonGroup.vue.js +10 -9
  216. package/lib/packages/vue/src/components/base/divider/Divider.vue.js +10 -6
  217. package/lib/packages/vue/src/components/base/link/Link.vue.js +10 -9
  218. package/lib/packages/vue/src/components/base/virtualScrollBox/VirtualScrollBox.vue.js +10 -6
  219. package/lib/packages/vue/src/components/chart/barChart/BarChart.vue.js +10 -6
  220. package/lib/packages/vue/src/components/chart/boxplotChart/BoxplotChart.vue.js +10 -6
  221. package/lib/packages/vue/src/components/chart/candleChart/CandleChart.vue.js +10 -6
  222. package/lib/packages/vue/src/components/chart/funnelChart/FunnelChart.vue.js +10 -6
  223. package/lib/packages/vue/src/components/chart/gaugeChart/GaugeChart.vue.js +10 -6
  224. package/lib/packages/vue/src/components/chart/graphChart/GraphChart.vue.js +10 -6
  225. package/lib/packages/vue/src/components/chart/heatmapChart/HeatmapChart.vue.js +10 -6
  226. package/lib/packages/vue/src/components/chart/histogramChart/HistogramChart.vue.js +10 -6
  227. package/lib/packages/vue/src/components/chart/lineChart/LineChart.vue.js +10 -6
  228. package/lib/packages/vue/src/components/chart/liquidfillChart/LiquidfillChart.vue.js +10 -6
  229. package/lib/packages/vue/src/components/chart/mapChart/MapChart.vue.js +10 -6
  230. package/lib/packages/vue/src/components/chart/pieChart/PieChart.vue.js +10 -6
  231. package/lib/packages/vue/src/components/chart/processChart/ProcessChart.vue.js +10 -6
  232. package/lib/packages/vue/src/components/chart/radarChart/RadarChart.vue.js +10 -6
  233. package/lib/packages/vue/src/components/chart/ringChart/RingChart.vue.js +10 -6
  234. package/lib/packages/vue/src/components/chart/sankeyChart/SankeyChart.vue.js +10 -6
  235. package/lib/packages/vue/src/components/chart/scatterChart/ScatterChart.vue.js +10 -6
  236. package/lib/packages/vue/src/components/chart/sunburstChart/SunburstChart.vue.js +10 -6
  237. package/lib/packages/vue/src/components/chart/treeChart/TreeChart.vue.js +10 -6
  238. package/lib/packages/vue/src/components/chart/waterfallChart/WaterfallChart.vue.js +10 -6
  239. package/lib/packages/vue/src/components/chart/wordcloudChart/WordcloudChart.vue.js +10 -6
  240. package/lib/packages/vue/src/components/dataDisplay/badge/Badge.vue.js +10 -9
  241. package/lib/packages/vue/src/components/dataDisplay/calendar/Calendar.vue.js +10 -9
  242. package/lib/packages/vue/src/components/dataDisplay/calendarView/CalendarView.vue.js +10 -15
  243. package/lib/packages/vue/src/components/dataDisplay/card/Card.vue.js +10 -18
  244. package/lib/packages/vue/src/components/dataDisplay/carousel/Carousel.vue.js +10 -6
  245. package/lib/packages/vue/src/components/dataDisplay/carouselItem/CarouselItem.vue.js +10 -6
  246. package/lib/packages/vue/src/components/dataDisplay/collapse/Collapse.vue.js +10 -6
  247. package/lib/packages/vue/src/components/dataDisplay/collapseItem/CollapseItem.vue.js +10 -15
  248. package/lib/packages/vue/src/components/dataDisplay/guide/Guide.vue.js +10 -6
  249. package/lib/packages/vue/src/components/dataDisplay/image/Image.vue.js +10 -15
  250. package/lib/packages/vue/src/components/dataDisplay/milestone/Milestone.vue.js +10 -15
  251. package/lib/packages/vue/src/components/dataDisplay/mindMap/MindMap.vue.js +10 -6
  252. package/lib/packages/vue/src/components/dataDisplay/qrCode/QrCode.vue.js +10 -6
  253. package/lib/packages/vue/src/components/dataDisplay/statistic/Statistic.vue.js +10 -12
  254. package/lib/packages/vue/src/components/dataDisplay/tag/Tag.vue.js +10 -6
  255. package/lib/packages/vue/src/components/dataDisplay/tagGroup/TagGroup.vue.js +10 -6
  256. package/lib/packages/vue/src/components/dataDisplay/timeline/Timeline.vue.js +10 -18
  257. package/lib/packages/vue/src/components/dataDisplay/timelineItem/TimelineItem.vue.js +10 -1
  258. package/lib/packages/vue/src/components/dataDisplay/tree/Tree.vue.js +10 -24
  259. package/lib/packages/vue/src/components/dataDisplay/userHead/UserHead.vue.js +10 -6
  260. package/lib/packages/vue/src/components/dataDisplay/wizard/Wizard.vue.js +10 -9
  261. package/lib/packages/vue/src/components/feedback/alert/Alert.vue.js +10 -15
  262. package/lib/packages/vue/src/components/feedback/dialogBox/DialogBox.vue.js +10 -12
  263. package/lib/packages/vue/src/components/feedback/drawer/Drawer.vue.js +10 -15
  264. package/lib/packages/vue/src/components/feedback/modal/Modal.vue.js +10 -9
  265. package/lib/packages/vue/src/components/feedback/popConfirm/PopConfirm.vue.js +10 -9
  266. package/lib/packages/vue/src/components/feedback/popover/Popover.vue.js +10 -9
  267. package/lib/packages/vue/src/components/feedback/progress/Progress.vue.js +10 -6
  268. package/lib/packages/vue/src/components/feedback/skeleton/Skeleton.vue.js +10 -9
  269. package/lib/packages/vue/src/components/feedback/skeletonItem/SkeletonItem.vue.js +10 -1
  270. package/lib/packages/vue/src/components/feedback/tooltip/Tooltip.vue.js +10 -9
  271. package/lib/packages/vue/src/components/form/autoComplete/AutoComplete.vue.js +10 -18
  272. package/lib/packages/vue/src/components/form/cascader/Cascader.vue.js +10 -12
  273. package/lib/packages/vue/src/components/form/cascaderPanel/CascaderPanel.vue.js +10 -6
  274. package/lib/packages/vue/src/components/form/checkbox/Checkbox.vue.js +10 -6
  275. package/lib/packages/vue/src/components/form/checkboxButton/CheckboxButton.vue.js +10 -6
  276. package/lib/packages/vue/src/components/form/checkboxGroup/CheckboxGroup.vue.js +10 -6
  277. package/lib/packages/vue/src/components/form/colorPicker/ColorPicker.vue.js +10 -6
  278. package/lib/packages/vue/src/components/form/colorSelectPanel/ColorSelectPanel.vue.js +10 -6
  279. package/lib/packages/vue/src/components/form/datePicker/DatePicker.vue.js +10 -6
  280. package/lib/packages/vue/src/components/form/dropTimes/DropTimes.vue.js +10 -6
  281. package/lib/packages/vue/src/components/form/fileUpload/FileUpload.vue.js +10 -12
  282. package/lib/packages/vue/src/components/form/fluentEditor/FluentEditor.vue.js +10 -6
  283. package/lib/packages/vue/src/components/form/form/Form.vue.js +10 -6
  284. package/lib/packages/vue/src/components/form/formItem/FormItem.vue.js +10 -12
  285. package/lib/packages/vue/src/components/form/input/Input.vue.js +10 -15
  286. package/lib/packages/vue/src/components/form/ipAddress/IpAddress.vue.js +10 -6
  287. package/lib/packages/vue/src/components/form/numeric/Numeric.vue.js +10 -6
  288. package/lib/packages/vue/src/components/form/popEditor/PopEditor.vue.js +10 -9
  289. package/lib/packages/vue/src/components/form/popUpload/PopUpload.vue.js +10 -6
  290. package/lib/packages/vue/src/components/form/radio/Radio.vue.js +10 -6
  291. package/lib/packages/vue/src/components/form/radioButton/RadioButton.vue.js +10 -6
  292. package/lib/packages/vue/src/components/form/radioGroup/RadioGroup.vue.js +10 -6
  293. package/lib/packages/vue/src/components/form/rate/Rate.vue.js +10 -6
  294. package/lib/packages/vue/src/components/form/search/Search.vue.js +10 -12
  295. package/lib/packages/vue/src/components/form/select/Select.vue.js +10 -18
  296. package/lib/packages/vue/src/components/form/slider/Slider.vue.js +10 -6
  297. package/lib/packages/vue/src/components/form/switch/Switch.vue.js +10 -15
  298. package/lib/packages/vue/src/components/form/timePicker/TimePicker.vue.js +10 -6
  299. package/lib/packages/vue/src/components/form/timeSelect/TimeSelect.vue.js +10 -6
  300. package/lib/packages/vue/src/components/form/transfer/Transfer.vue.js +10 -21
  301. package/lib/packages/vue/src/components/layout/col/Col.vue.js +10 -6
  302. package/lib/packages/vue/src/components/layout/container/Container.vue.js +10 -15
  303. package/lib/packages/vue/src/components/layout/layout/Layout.vue.js +10 -6
  304. package/lib/packages/vue/src/components/layout/row/Row.vue.js +10 -6
  305. package/lib/packages/vue/src/components/navigation/actionMenu/ActionMenu.vue.js +10 -6
  306. package/lib/packages/vue/src/components/navigation/anchor/Anchor.vue.js +10 -1
  307. package/lib/packages/vue/src/components/navigation/breadcrumb/Breadcrumb.vue.js +10 -6
  308. package/lib/packages/vue/src/components/navigation/breadcrumbItem/BreadcrumbItem.vue.js +10 -6
  309. package/lib/packages/vue/src/components/navigation/dropdown/Dropdown.vue.js +10 -9
  310. package/lib/packages/vue/src/components/navigation/dropdownItem/DropdownItem.vue.js +10 -6
  311. package/lib/packages/vue/src/components/navigation/dropdownMenu/DropdownMenu.vue.js +10 -6
  312. package/lib/packages/vue/src/components/navigation/navMenu/NavMenu.vue.js +10 -9
  313. package/lib/packages/vue/src/components/navigation/pager/Pager.vue.js +10 -6
  314. package/lib/packages/vue/src/components/navigation/steps/Steps.vue.js +10 -9
  315. package/lib/packages/vue/src/components/navigation/tabItem/TabItem.vue.js +10 -6
  316. package/lib/packages/vue/src/components/navigation/tabs/Tabs.vue.js +10 -9
  317. package/lib/packages/vue/src/components/navigation/treeMenu/TreeMenu.vue.js +10 -6
  318. package/lib/packages/vue/src/components/table/table/Table.vue.js +10 -12
  319. package/lib/packages/vue/src/components/table/tableColumn/TableColumn.vue.js +10 -15
  320. package/lib/packages/vue/src/components/table/tableToolbar/TableToolbar.vue.js +10 -9
  321. package/package.json +1 -1
  322. package/es/index.mjs +0 -15
  323. package/es/src/components/button/button.vue.mjs +0 -14
  324. package/es/src/components/button/index.mjs +0 -7
  325. package/es/src/components/button2/button.vue.mjs +0 -14
  326. package/es/src/components/button2/index.mjs +0 -7
  327. package/es/src/components/index.mjs +0 -6
  328. package/es/src/utils/install.mjs +0 -12
  329. package/lib/index.js +0 -15
  330. package/lib/src/components/button/button.vue.js +0 -14
  331. package/lib/src/components/button/index.js +0 -7
  332. package/lib/src/components/button2/button.vue.js +0 -14
  333. package/lib/src/components/button2/index.js +0 -7
  334. package/lib/src/components/index.js +0 -6
  335. package/lib/src/utils/install.js +0 -12
@@ -3,24 +3,22 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
6
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
7
7
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
8
8
  import { Button } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/button/index.mjs";
9
9
  const _sfc_main = {};
10
10
  function _sfc_render(_ctx, _cache) {
11
11
  const _component_van_button = Button;
12
- return openBlock(), createBlock(_component_van_button, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
13
- icon: withCtx(() => [
14
- renderSlot(_ctx.$slots, "icon")
15
- ]),
16
- loading: withCtx(() => [
17
- renderSlot(_ctx.$slots, "loading")
18
- ]),
19
- default: withCtx(() => [
20
- renderSlot(_ctx.$slots, "default")
21
- ]),
22
- _: 3
23
- }, 16);
12
+ return openBlock(), createBlock(_component_van_button, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
13
+ renderList(_ctx.$slots, (item, key) => {
14
+ return {
15
+ name: key,
16
+ fn: withCtx(() => [
17
+ renderSlot(_ctx.$slots, key)
18
+ ])
19
+ };
20
+ })
21
+ ]), 1040);
24
22
  }
25
23
  const _Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
24
  export {
@@ -2,33 +2,22 @@
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  /* empty css */
5
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
5
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
6
6
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
7
7
  import { Cell } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/cell/index.mjs";
8
8
  const _sfc_main = {};
9
9
  function _sfc_render(_ctx, _cache) {
10
10
  const _component_van_cell = Cell;
11
- return openBlock(), createBlock(_component_van_cell, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
12
- title: withCtx(() => [
13
- renderSlot(_ctx.$slots, "title")
14
- ]),
15
- value: withCtx(() => [
16
- renderSlot(_ctx.$slots, "value")
17
- ]),
18
- label: withCtx(() => [
19
- renderSlot(_ctx.$slots, "label")
20
- ]),
21
- icon: withCtx(() => [
22
- renderSlot(_ctx.$slots, "icon")
23
- ]),
24
- "right-icon": withCtx(() => [
25
- renderSlot(_ctx.$slots, "right-icon")
26
- ]),
27
- extra: withCtx(() => [
28
- renderSlot(_ctx.$slots, "extra")
29
- ]),
30
- _: 3
31
- }, 16);
11
+ return openBlock(), createBlock(_component_van_cell, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
12
+ renderList(_ctx.$slots, (item, key) => {
13
+ return {
14
+ name: key,
15
+ fn: withCtx(() => [
16
+ renderSlot(_ctx.$slots, key)
17
+ ])
18
+ };
19
+ })
20
+ ]), 1040);
32
21
  }
33
22
  const _Cell = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
23
  export {
@@ -1,20 +1,21 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
3
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
4
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
5
  import { CellGroup } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/cell-group/index.mjs";
6
6
  const _sfc_main = {};
7
7
  function _sfc_render(_ctx, _cache) {
8
8
  const _component_van_cell_group = CellGroup;
9
- return openBlock(), createBlock(_component_van_cell_group, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
10
- title: withCtx(() => [
11
- renderSlot(_ctx.$slots, "title")
12
- ]),
13
- default: withCtx(() => [
14
- renderSlot(_ctx.$slots, "default")
15
- ]),
16
- _: 3
17
- }, 16);
9
+ return openBlock(), createBlock(_component_van_cell_group, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
18
19
  }
19
20
  const _CellGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
20
21
  export {
@@ -2,24 +2,22 @@
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  /* empty css */
5
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
5
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
6
6
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
7
7
  import { Image } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/image/index.mjs";
8
8
  const _sfc_main = {};
9
9
  function _sfc_render(_ctx, _cache) {
10
10
  const _component_van_image = Image;
11
- return openBlock(), createBlock(_component_van_image, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
12
- loading: withCtx(() => [
13
- renderSlot(_ctx.$slots, "loading")
14
- ]),
15
- error: withCtx(() => [
16
- renderSlot(_ctx.$slots, "error")
17
- ]),
18
- default: withCtx(() => [
19
- renderSlot(_ctx.$slots, "default")
20
- ]),
21
- _: 3
22
- }, 16);
11
+ return openBlock(), createBlock(_component_van_image, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
12
+ renderList(_ctx.$slots, (item, key) => {
13
+ return {
14
+ name: key,
15
+ fn: withCtx(() => [
16
+ renderSlot(_ctx.$slots, key)
17
+ ])
18
+ };
19
+ })
20
+ ]), 1040);
23
21
  }
24
22
  const _Image = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
25
23
  export {
@@ -3,21 +3,22 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
6
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
7
7
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
8
8
  import { Popup } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/popup/index.mjs";
9
9
  const _sfc_main = {};
10
10
  function _sfc_render(_ctx, _cache) {
11
11
  const _component_van_popup = Popup;
12
- return openBlock(), createBlock(_component_van_popup, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
13
- "overlay-content": withCtx(() => [
14
- renderSlot(_ctx.$slots, "overlay-content")
15
- ]),
16
- default: withCtx(() => [
17
- renderSlot(_ctx.$slots, "default")
18
- ]),
19
- _: 3
20
- }, 16);
12
+ return openBlock(), createBlock(_component_van_popup, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
13
+ renderList(_ctx.$slots, (item, key) => {
14
+ return {
15
+ name: key,
16
+ fn: withCtx(() => [
17
+ renderSlot(_ctx.$slots, key)
18
+ ])
19
+ };
20
+ })
21
+ ]), 1040);
21
22
  }
22
23
  const _Popup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
24
  export {
@@ -1,16 +1,20 @@
1
1
  /* empty css */
2
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
2
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
3
3
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
4
  import { Collapse } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/collapse/index.mjs";
5
5
  const _sfc_main = {};
6
6
  function _sfc_render(_ctx, _cache) {
7
7
  const _component_van_collapse = Collapse;
8
- return openBlock(), createBlock(_component_van_collapse, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
9
- default: withCtx(() => [
10
- renderSlot(_ctx.$slots, "default")
11
- ]),
12
- _: 3
13
- }, 16);
8
+ return openBlock(), createBlock(_component_van_collapse, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
9
+ renderList(_ctx.$slots, (item, key) => {
10
+ return {
11
+ name: key,
12
+ fn: withCtx(() => [
13
+ renderSlot(_ctx.$slots, key)
14
+ ])
15
+ };
16
+ })
17
+ ]), 1040);
14
18
  }
15
19
  const _Collapse = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
16
20
  export {
@@ -3,33 +3,22 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
6
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
7
7
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
8
8
  import { CollapseItem } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/collapse-item/index.mjs";
9
9
  const _sfc_main = {};
10
10
  function _sfc_render(_ctx, _cache) {
11
11
  const _component_van_collapse_item = CollapseItem;
12
- return openBlock(), createBlock(_component_van_collapse_item, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
13
- title: withCtx(() => [
14
- renderSlot(_ctx.$slots, "title")
15
- ]),
16
- value: withCtx(() => [
17
- renderSlot(_ctx.$slots, "value")
18
- ]),
19
- label: withCtx(() => [
20
- renderSlot(_ctx.$slots, "label")
21
- ]),
22
- icon: withCtx(() => [
23
- renderSlot(_ctx.$slots, "icon")
24
- ]),
25
- "right-icon": withCtx(() => [
26
- renderSlot(_ctx.$slots, "right-icon")
27
- ]),
28
- default: withCtx(() => [
29
- renderSlot(_ctx.$slots, "default")
30
- ]),
31
- _: 3
32
- }, 16);
12
+ return openBlock(), createBlock(_component_van_collapse_item, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
13
+ renderList(_ctx.$slots, (item, key) => {
14
+ return {
15
+ name: key,
16
+ fn: withCtx(() => [
17
+ renderSlot(_ctx.$slots, key)
18
+ ])
19
+ };
20
+ })
21
+ ]), 1040);
33
22
  }
34
23
  const _CollapseItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
35
24
  export {
@@ -1,17 +1,21 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
3
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
4
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
5
  import { Divider } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/divider/index.mjs";
6
6
  const _sfc_main = {};
7
7
  function _sfc_render(_ctx, _cache) {
8
8
  const _component_van_divider = Divider;
9
- return openBlock(), createBlock(_component_van_divider, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
10
- default: withCtx(() => [
11
- renderSlot(_ctx.$slots, "default")
12
- ]),
13
- _: 3
14
- }, 16);
9
+ return openBlock(), createBlock(_component_van_divider, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
15
19
  }
16
20
  const _Divider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
17
21
  export {
@@ -1,23 +1,21 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
3
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
4
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
5
  import { Empty } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/empty/index.mjs";
6
6
  const _sfc_main = {};
7
7
  function _sfc_render(_ctx, _cache) {
8
8
  const _component_van_empty = Empty;
9
- return openBlock(), createBlock(_component_van_empty, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
10
- image: withCtx(() => [
11
- renderSlot(_ctx.$slots, "image")
12
- ]),
13
- description: withCtx(() => [
14
- renderSlot(_ctx.$slots, "description")
15
- ]),
16
- default: withCtx(() => [
17
- renderSlot(_ctx.$slots, "default")
18
- ]),
19
- _: 3
20
- }, 16);
9
+ return openBlock(), createBlock(_component_van_empty, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
21
19
  }
22
20
  const _Empty = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
21
  export {
@@ -1,17 +1,21 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
3
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
4
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
5
  import { Highlight } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/highlight/index.mjs";
6
6
  const _sfc_main = {};
7
7
  function _sfc_render(_ctx, _cache) {
8
8
  const _component_van_highlight = Highlight;
9
- return openBlock(), createBlock(_component_van_highlight, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
10
- default: withCtx(() => [
11
- renderSlot(_ctx.$slots, "default")
12
- ]),
13
- _: 3
14
- }, 16);
9
+ return openBlock(), createBlock(_component_van_highlight, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
15
19
  }
16
20
  const _Highlight = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
17
21
  export {
@@ -2,24 +2,22 @@
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  /* empty css */
5
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
5
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
6
6
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
7
7
  import { NoticeBar } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/notice-bar/index.mjs";
8
8
  const _sfc_main = {};
9
9
  function _sfc_render(_ctx, _cache) {
10
10
  const _component_van_notice_bar = NoticeBar;
11
- return openBlock(), createBlock(_component_van_notice_bar, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
12
- "left-icon": withCtx(() => [
13
- renderSlot(_ctx.$slots, "left-icon")
14
- ]),
15
- "right-icon": withCtx(() => [
16
- renderSlot(_ctx.$slots, "right-icon")
17
- ]),
18
- default: withCtx(() => [
19
- renderSlot(_ctx.$slots, "default")
20
- ]),
21
- _: 3
22
- }, 16);
11
+ return openBlock(), createBlock(_component_van_notice_bar, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
12
+ renderList(_ctx.$slots, (item, key) => {
13
+ return {
14
+ name: key,
15
+ fn: withCtx(() => [
16
+ renderSlot(_ctx.$slots, key)
17
+ ])
18
+ };
19
+ })
20
+ ]), 1040);
23
21
  }
24
22
  const _NoticeBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
25
23
  export {
@@ -3,27 +3,22 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
6
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
7
7
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
8
8
  import { Step } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/step/index.mjs";
9
9
  const _sfc_main = {};
10
10
  function _sfc_render(_ctx, _cache) {
11
11
  const _component_van_step = Step;
12
- return openBlock(), createBlock(_component_van_step, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
13
- "active-icon": withCtx(() => [
14
- renderSlot(_ctx.$slots, "active-icon")
15
- ]),
16
- "inactive-icon": withCtx(() => [
17
- renderSlot(_ctx.$slots, "inactive-icon")
18
- ]),
19
- "finish-icon": withCtx(() => [
20
- renderSlot(_ctx.$slots, "finish-icon")
21
- ]),
22
- default: withCtx(() => [
23
- renderSlot(_ctx.$slots, "default")
24
- ]),
25
- _: 3
26
- }, 16);
12
+ return openBlock(), createBlock(_component_van_step, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
13
+ renderList(_ctx.$slots, (item, key) => {
14
+ return {
15
+ name: key,
16
+ fn: withCtx(() => [
17
+ renderSlot(_ctx.$slots, key)
18
+ ])
19
+ };
20
+ })
21
+ ]), 1040);
27
22
  }
28
23
  const _Step = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
24
  export {
@@ -1,17 +1,21 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
3
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
4
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
5
  import { Steps } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/steps/index.mjs";
6
6
  const _sfc_main = {};
7
7
  function _sfc_render(_ctx, _cache) {
8
8
  const _component_van_steps = Steps;
9
- return openBlock(), createBlock(_component_van_steps, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
10
- default: withCtx(() => [
11
- renderSlot(_ctx.$slots, "default")
12
- ]),
13
- _: 3
14
- }, 16);
9
+ return openBlock(), createBlock(_component_van_steps, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
15
19
  }
16
20
  const _Steps = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
17
21
  export {
@@ -1,20 +1,21 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
3
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
4
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
5
  import { Swipe } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/swipe/index.mjs";
6
6
  const _sfc_main = {};
7
7
  function _sfc_render(_ctx, _cache) {
8
8
  const _component_van_swipe = Swipe;
9
- return openBlock(), createBlock(_component_van_swipe, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
10
- indicator: withCtx(() => [
11
- renderSlot(_ctx.$slots, "indicator")
12
- ]),
13
- default: withCtx(() => [
14
- renderSlot(_ctx.$slots, "default")
15
- ]),
16
- _: 3
17
- }, 16);
9
+ return openBlock(), createBlock(_component_van_swipe, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
18
19
  }
19
20
  const _Swipe = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
20
21
  export {
@@ -1,18 +1,22 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  /* empty css */
4
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
4
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
5
5
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
6
6
  import { SwipeItem } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/swipe-item/index.mjs";
7
7
  const _sfc_main = {};
8
8
  function _sfc_render(_ctx, _cache) {
9
9
  const _component_van_swipe_item = SwipeItem;
10
- return openBlock(), createBlock(_component_van_swipe_item, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
11
- default: withCtx(() => [
12
- renderSlot(_ctx.$slots, "default")
13
- ]),
14
- _: 3
15
- }, 16);
10
+ return openBlock(), createBlock(_component_van_swipe_item, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
11
+ renderList(_ctx.$slots, (item, key) => {
12
+ return {
13
+ name: key,
14
+ fn: withCtx(() => [
15
+ renderSlot(_ctx.$slots, key)
16
+ ])
17
+ };
18
+ })
19
+ ]), 1040);
16
20
  }
17
21
  const _SwipeItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
22
  export {
@@ -1,17 +1,21 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
3
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
4
4
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
5
5
  import { TextEllipsis } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/text-ellipsis/index.mjs";
6
6
  const _sfc_main = {};
7
7
  function _sfc_render(_ctx, _cache) {
8
8
  const _component_van_text_ellipsis = TextEllipsis;
9
- return openBlock(), createBlock(_component_van_text_ellipsis, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
10
- action: withCtx(() => [
11
- renderSlot(_ctx.$slots, "action")
12
- ]),
13
- _: 3
14
- }, 16);
9
+ return openBlock(), createBlock(_component_van_text_ellipsis, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
10
+ renderList(_ctx.$slots, (item, key) => {
11
+ return {
12
+ name: key,
13
+ fn: withCtx(() => [
14
+ renderSlot(_ctx.$slots, key)
15
+ ])
16
+ };
17
+ })
18
+ ]), 1040);
15
19
  }
16
20
  const _TextEllipsis = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
17
21
  export {
@@ -5,27 +5,22 @@
5
5
  /* empty css */
6
6
  /* empty css */
7
7
  /* empty css */
8
- import { createBlock, openBlock, mergeProps, toHandlers, withCtx, renderSlot } from "vue";
8
+ import { createBlock, openBlock, normalizeProps, guardReactiveProps, createSlots, renderList, withCtx, renderSlot } from "vue";
9
9
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
10
10
  import { ActionSheet } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/action-sheet/index.mjs";
11
11
  const _sfc_main = {};
12
12
  function _sfc_render(_ctx, _cache) {
13
13
  const _component_van_action_sheet = ActionSheet;
14
- return openBlock(), createBlock(_component_van_action_sheet, mergeProps(_ctx.$attrs, toHandlers(_ctx.$attrs)), {
15
- description: withCtx(() => [
16
- renderSlot(_ctx.$slots, "description")
17
- ]),
18
- cancel: withCtx(() => [
19
- renderSlot(_ctx.$slots, "cancel")
20
- ]),
21
- action: withCtx(() => [
22
- renderSlot(_ctx.$slots, "action")
23
- ]),
24
- default: withCtx(() => [
25
- renderSlot(_ctx.$slots, "default")
26
- ]),
27
- _: 3
28
- }, 16);
14
+ return openBlock(), createBlock(_component_van_action_sheet, normalizeProps(guardReactiveProps(_ctx.$attrs)), createSlots({ _: 2 }, [
15
+ renderList(_ctx.$slots, (item, key) => {
16
+ return {
17
+ name: key,
18
+ fn: withCtx(() => [
19
+ renderSlot(_ctx.$slots, key)
20
+ ])
21
+ };
22
+ })
23
+ ]), 1040);
29
24
  }
30
25
  const _ActionSheet = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
26
  export {