@koi-design/uxd-ui 14.0.4 → 14.0.5

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 (393) hide show
  1. package/es/components/Affix/Affix.mjs +1 -1
  2. package/es/components/Alert/Alert.mjs +1 -1
  3. package/es/components/Anchor/Anchor.mjs +1 -1
  4. package/es/components/Anchor/AnchorLink.mjs +1 -1
  5. package/es/components/AutoComplete/AutoComplete.mjs +1 -1
  6. package/es/components/Avatar/Avatar.mjs +1 -1
  7. package/es/components/BackTop/BackTop.mjs +1 -1
  8. package/es/components/Badge/Badge.mjs +1 -1
  9. package/es/components/Button/Button.mjs +1 -1
  10. package/es/components/Button/ButtonGroup.mjs +1 -1
  11. package/es/components/Calendar/Calendar.mjs +1 -1
  12. package/es/components/Calendar/Calendar.vue.d.ts +15 -0
  13. package/es/components/Calendar/Header.mjs +1 -1
  14. package/es/components/Calendar/Header.vue.d.ts +15 -0
  15. package/es/components/Calendar/index.d.ts +30 -0
  16. package/es/components/Calendar/table/DateTable.mjs +1 -1
  17. package/es/components/Calendar/table/MonthTable.mjs +1 -1
  18. package/es/components/Calendar/table/YearTable.mjs +1 -1
  19. package/es/components/Card/CardMeta.mjs +1 -1
  20. package/es/components/Carousel/Carousel.mjs +1 -1
  21. package/es/components/Carousel/CarouselItem.mjs +1 -1
  22. package/es/components/Checkbox/Checkbox.mjs +1 -1
  23. package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
  24. package/es/components/Collapse/Collapse.mjs +1 -1
  25. package/es/components/Collapse/Panel.mjs +1 -1
  26. package/es/components/ColorPicker/ColorPicker.mjs +1 -1
  27. package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
  28. package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
  29. package/es/components/ColorPicker/units/PreColors.mjs +1 -1
  30. package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
  31. package/es/components/DatePicker/DatePicker.mjs +1 -1
  32. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
  33. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
  34. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
  35. package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
  36. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
  37. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
  38. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
  39. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
  40. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
  41. package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
  42. package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
  43. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
  44. package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
  45. package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
  46. package/es/components/Divider/Divider.mjs +1 -1
  47. package/es/components/Dropdown/Dropdown.mjs +1 -1
  48. package/es/components/Form/Form.mjs +1 -1
  49. package/es/components/Grid/Col.mjs +1 -1
  50. package/es/components/Grid/Row.mjs +1 -1
  51. package/es/components/Icon/ColorfullEmpty.mjs +1 -1
  52. package/es/components/Icon/Icon.mjs +1 -1
  53. package/es/components/Icon/RangeSeparator.mjs +1 -1
  54. package/es/components/Image/Image.mjs +1 -1
  55. package/es/components/Image/ImgViewer.mjs +1 -1
  56. package/es/components/InfoView/InfoView.mjs +1 -1
  57. package/es/components/Layout/Content.mjs +1 -1
  58. package/es/components/Layout/Footer.mjs +1 -1
  59. package/es/components/Layout/Header.mjs +1 -1
  60. package/es/components/Layout/Layout.mjs +1 -1
  61. package/es/components/Layout/Sider.mjs +1 -1
  62. package/es/components/Link/Link.mjs +1 -1
  63. package/es/components/List/List.mjs +1 -1
  64. package/es/components/List/ListItemMeta.mjs +1 -1
  65. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  66. package/es/components/Mention/Mention.mjs +1 -1
  67. package/es/components/Mention/MentionsSelect.mjs +1 -1
  68. package/es/components/Menu/MenuDivider.mjs +1 -1
  69. package/es/components/Menu/MenuItem.mjs +1 -1
  70. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  71. package/es/components/Menu/SubMenu.mjs +1 -1
  72. package/es/components/Modal/ConfirmDialog.mjs +1 -1
  73. package/es/components/Modal/Modal.mjs +1 -1
  74. package/es/components/Notification/Notice.mjs +1 -1
  75. package/es/components/Notification/Notification.mjs +1 -1
  76. package/es/components/PageHeader/PageHeader.mjs +1 -1
  77. package/es/components/Pagination/Pager.mjs +1 -1
  78. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  79. package/es/components/Popover/Popover.mjs +1 -1
  80. package/es/components/Progress/Line.mjs +1 -1
  81. package/es/components/Progress/Progress.mjs +1 -1
  82. package/es/components/Progress/Water.mjs +1 -1
  83. package/es/components/Radio/Radio.mjs +6 -5
  84. package/es/components/Radio/Radio.mjs.map +1 -1
  85. package/es/components/Radio/Radio.type.d.ts +4 -0
  86. package/es/components/Radio/Radio.type.mjs +4 -0
  87. package/es/components/Radio/Radio.type.mjs.map +1 -1
  88. package/es/components/Radio/Radio.vue.d.ts +9 -0
  89. package/es/components/Radio/index.d.ts +15 -0
  90. package/es/components/Rate/Rate.mjs +1 -1
  91. package/es/components/Rate/Star.mjs +1 -1
  92. package/es/components/Result/Result.mjs +1 -1
  93. package/es/components/Select/DropdownMenu.mjs +1 -1
  94. package/es/components/Select/RefSelect.mjs +1 -1
  95. package/es/components/Select/Selection/Input.mjs +1 -1
  96. package/es/components/Select/Selection/Multiple.mjs +1 -1
  97. package/es/components/Select/Selection/Selection.mjs +1 -1
  98. package/es/components/Select/Selection/Single.mjs +1 -1
  99. package/es/components/Skeleton/Skeleton.mjs +1 -1
  100. package/es/components/Skeleton/SkeletonItem.mjs +1 -1
  101. package/es/components/Slider/Handle.mjs +1 -1
  102. package/es/components/Slider/Marks.mjs +1 -1
  103. package/es/components/Slider/Steps.mjs +1 -1
  104. package/es/components/Spin/Spin.mjs +1 -1
  105. package/es/components/Statistic/Statistic.mjs +1 -1
  106. package/es/components/Steps/Step.mjs +1 -1
  107. package/es/components/Steps/Steps.mjs +1 -1
  108. package/es/components/Switch/Switch.mjs +1 -1
  109. package/es/components/Table/BaseTable.mjs +21 -7
  110. package/es/components/Table/BaseTable.mjs.map +1 -1
  111. package/es/components/Table/BaseTable.vue.d.ts +48 -13
  112. package/es/components/Table/BodyTable.mjs +1 -1
  113. package/es/components/Table/BodyTable.vue.d.ts +48 -13
  114. package/es/components/Table/HeadTable.mjs +1 -1
  115. package/es/components/Table/HeadTable.vue.d.ts +48 -13
  116. package/es/components/Table/Table.mjs +9 -10
  117. package/es/components/Table/Table.mjs.map +1 -1
  118. package/es/components/Table/Table.type.d.ts +7 -5
  119. package/es/components/Table/Table.type.mjs.map +1 -1
  120. package/es/components/Table/Table.vue.d.ts +101 -31
  121. package/es/components/Table/TableBox.mjs +1 -1
  122. package/es/components/Table/TableBox.vue.d.ts +96 -26
  123. package/es/components/Table/hooks/useTableResize.d.ts +1 -1
  124. package/es/components/Table/hooks/useTableResize.mjs +13 -71
  125. package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
  126. package/es/components/Table/tableUnits/ColGroup.mjs +9 -6
  127. package/es/components/Table/tableUnits/ColGroup.mjs.map +1 -1
  128. package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
  129. package/es/components/Table/tableUnits/ExpandIcon.mjs +3 -3
  130. package/es/components/Table/tableUnits/ExpandIcon.mjs.map +1 -1
  131. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +3 -3
  132. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  133. package/es/components/Table/tableUnits/ExpandRows.mjs.map +1 -1
  134. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +23 -5
  135. package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
  136. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  137. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +15 -0
  138. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
  139. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  140. package/es/components/Table/tableUnits/TableBody.vue.d.ts +46 -10
  141. package/es/components/Table/tableUnits/TableCell.mjs +109 -96
  142. package/es/components/Table/tableUnits/TableCell.mjs.map +1 -1
  143. package/es/components/Table/tableUnits/TableCell.vue.d.ts +22 -4
  144. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  145. package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
  146. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  147. package/es/components/Table/tableUnits/TableRow.vue.d.ts +23 -5
  148. package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
  149. package/es/components/Tabs/TabBar.mjs +1 -1
  150. package/es/components/Tabs/TabNav.mjs +1 -1
  151. package/es/components/Tabs/TabPane.mjs +1 -1
  152. package/es/components/Tag/Tag.mjs +1 -1
  153. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  154. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  155. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  156. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  157. package/es/components/TimePicker/TimePicker.mjs +1 -1
  158. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
  159. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  160. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
  161. package/es/components/Timeline/TimelineItem.mjs +1 -1
  162. package/es/components/Toggle/Toggle.mjs +1 -1
  163. package/es/components/Tooltip/Tooltip.mjs +1 -1
  164. package/es/components/Transfer/Operation.mjs +1 -1
  165. package/es/components/Transfer/Transfer.mjs +1 -1
  166. package/es/components/Transfer/TransferList.mjs +1 -1
  167. package/es/components/Transfer/TransferListItem.mjs +1 -1
  168. package/es/components/Tree/SubTree.mjs +1 -1
  169. package/es/components/Tree/Tree.mjs +1 -1
  170. package/es/components/Tree/TreeNode.mjs +1 -1
  171. package/es/components/TreeSelect/TreeSelect.mjs +1 -1
  172. package/es/components/Upload/UploadDragger.mjs +1 -1
  173. package/es/components/Upload/UploadList.mjs +1 -1
  174. package/es/components/Upload/Uploader.mjs +1 -1
  175. package/es/components/VirtualList/ListContent.mjs +1 -1
  176. package/es/components/VirtualList/VirtualList.mjs +1 -1
  177. package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
  178. package/es/components/base/HighlightText.mjs +1 -1
  179. package/es/components/base/RenderEmpty.mjs +1 -1
  180. package/es/components/base/ResizeObserver.mjs +1 -1
  181. package/es/components/base/ResizeObserver.mjs.map +1 -1
  182. package/lib/components/Affix/Affix.js +1 -1
  183. package/lib/components/Alert/Alert.js +1 -1
  184. package/lib/components/Anchor/Anchor.js +1 -1
  185. package/lib/components/Anchor/AnchorLink.js +1 -1
  186. package/lib/components/AutoComplete/AutoComplete.js +1 -1
  187. package/lib/components/Avatar/Avatar.js +1 -1
  188. package/lib/components/BackTop/BackTop.js +1 -1
  189. package/lib/components/Badge/Badge.js +1 -1
  190. package/lib/components/Button/Button.js +1 -1
  191. package/lib/components/Button/ButtonGroup.js +1 -1
  192. package/lib/components/Calendar/Calendar.js +1 -1
  193. package/lib/components/Calendar/Calendar.vue.d.ts +15 -0
  194. package/lib/components/Calendar/Header.js +1 -1
  195. package/lib/components/Calendar/Header.vue.d.ts +15 -0
  196. package/lib/components/Calendar/index.d.ts +30 -0
  197. package/lib/components/Calendar/table/DateTable.js +1 -1
  198. package/lib/components/Calendar/table/MonthTable.js +1 -1
  199. package/lib/components/Calendar/table/YearTable.js +1 -1
  200. package/lib/components/Card/CardMeta.js +1 -1
  201. package/lib/components/Carousel/Carousel.js +1 -1
  202. package/lib/components/Carousel/CarouselItem.js +1 -1
  203. package/lib/components/Checkbox/Checkbox.js +1 -1
  204. package/lib/components/Checkbox/CheckboxGroup.js +1 -1
  205. package/lib/components/Collapse/Collapse.js +1 -1
  206. package/lib/components/Collapse/Panel.js +1 -1
  207. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  208. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  209. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  210. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  211. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  212. package/lib/components/DatePicker/DatePicker.js +1 -1
  213. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
  214. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
  215. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
  216. package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
  217. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  218. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
  219. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  220. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
  221. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
  222. package/lib/components/DatePicker/Panel/RangePart.js +1 -1
  223. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  224. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
  225. package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
  226. package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
  227. package/lib/components/Divider/Divider.js +1 -1
  228. package/lib/components/Dropdown/Dropdown.js +1 -1
  229. package/lib/components/Form/Form.js +1 -1
  230. package/lib/components/Grid/Col.js +1 -1
  231. package/lib/components/Grid/Row.js +1 -1
  232. package/lib/components/Icon/ColorfullEmpty.js +1 -1
  233. package/lib/components/Icon/Icon.js +1 -1
  234. package/lib/components/Icon/RangeSeparator.js +1 -1
  235. package/lib/components/Image/Image.js +1 -1
  236. package/lib/components/Image/ImgViewer.js +1 -1
  237. package/lib/components/InfoView/InfoView.js +1 -1
  238. package/lib/components/Layout/Content.js +1 -1
  239. package/lib/components/Layout/Footer.js +1 -1
  240. package/lib/components/Layout/Header.js +1 -1
  241. package/lib/components/Layout/Layout.js +1 -1
  242. package/lib/components/Layout/Sider.js +1 -1
  243. package/lib/components/Link/Link.js +1 -1
  244. package/lib/components/List/List.js +1 -1
  245. package/lib/components/List/ListItemMeta.js +1 -1
  246. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  247. package/lib/components/Mention/Mention.js +1 -1
  248. package/lib/components/Mention/MentionsSelect.js +1 -1
  249. package/lib/components/Menu/MenuDivider.js +1 -1
  250. package/lib/components/Menu/MenuItem.js +1 -1
  251. package/lib/components/Menu/MenuItemGroup.js +1 -1
  252. package/lib/components/Menu/SubMenu.js +1 -1
  253. package/lib/components/Modal/ConfirmDialog.js +1 -1
  254. package/lib/components/Modal/Modal.js +1 -1
  255. package/lib/components/Notification/Notice.js +1 -1
  256. package/lib/components/Notification/Notification.js +1 -1
  257. package/lib/components/PageHeader/PageHeader.js +1 -1
  258. package/lib/components/Pagination/Pager.js +1 -1
  259. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  260. package/lib/components/Popover/Popover.js +1 -1
  261. package/lib/components/Progress/Line.js +1 -1
  262. package/lib/components/Progress/Progress.js +1 -1
  263. package/lib/components/Progress/Water.js +1 -1
  264. package/lib/components/Radio/Radio.js +5 -4
  265. package/lib/components/Radio/Radio.js.map +1 -1
  266. package/lib/components/Radio/Radio.type.d.ts +4 -0
  267. package/lib/components/Radio/Radio.type.js +4 -0
  268. package/lib/components/Radio/Radio.type.js.map +1 -1
  269. package/lib/components/Radio/Radio.vue.d.ts +9 -0
  270. package/lib/components/Radio/index.d.ts +15 -0
  271. package/lib/components/Rate/Rate.js +1 -1
  272. package/lib/components/Rate/Star.js +1 -1
  273. package/lib/components/Result/Result.js +1 -1
  274. package/lib/components/Select/DropdownMenu.js +1 -1
  275. package/lib/components/Select/RefSelect.js +1 -1
  276. package/lib/components/Select/Selection/Input.js +1 -1
  277. package/lib/components/Select/Selection/Multiple.js +1 -1
  278. package/lib/components/Select/Selection/Selection.js +1 -1
  279. package/lib/components/Select/Selection/Single.js +1 -1
  280. package/lib/components/Skeleton/Skeleton.js +1 -1
  281. package/lib/components/Skeleton/SkeletonItem.js +1 -1
  282. package/lib/components/Slider/Handle.js +1 -1
  283. package/lib/components/Slider/Marks.js +1 -1
  284. package/lib/components/Slider/Steps.js +1 -1
  285. package/lib/components/Spin/Spin.js +1 -1
  286. package/lib/components/Statistic/Statistic.js +1 -1
  287. package/lib/components/Steps/Step.js +1 -1
  288. package/lib/components/Steps/Steps.js +1 -1
  289. package/lib/components/Switch/Switch.js +1 -1
  290. package/lib/components/Table/BaseTable.js +21 -7
  291. package/lib/components/Table/BaseTable.js.map +1 -1
  292. package/lib/components/Table/BaseTable.vue.d.ts +48 -13
  293. package/lib/components/Table/BodyTable.js +1 -1
  294. package/lib/components/Table/BodyTable.vue.d.ts +48 -13
  295. package/lib/components/Table/HeadTable.js +1 -1
  296. package/lib/components/Table/HeadTable.vue.d.ts +48 -13
  297. package/lib/components/Table/Table.js +8 -9
  298. package/lib/components/Table/Table.js.map +1 -1
  299. package/lib/components/Table/Table.type.d.ts +7 -5
  300. package/lib/components/Table/Table.type.js.map +1 -1
  301. package/lib/components/Table/Table.vue.d.ts +101 -31
  302. package/lib/components/Table/TableBox.js +1 -1
  303. package/lib/components/Table/TableBox.vue.d.ts +96 -26
  304. package/lib/components/Table/hooks/useTableResize.d.ts +1 -1
  305. package/lib/components/Table/hooks/useTableResize.js +11 -69
  306. package/lib/components/Table/hooks/useTableResize.js.map +1 -1
  307. package/lib/components/Table/tableUnits/ColGroup.js +9 -6
  308. package/lib/components/Table/tableUnits/ColGroup.js.map +1 -1
  309. package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
  310. package/lib/components/Table/tableUnits/ExpandIcon.js +2 -2
  311. package/lib/components/Table/tableUnits/ExpandIcon.js.map +1 -1
  312. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +3 -3
  313. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  314. package/lib/components/Table/tableUnits/ExpandRows.js.map +1 -1
  315. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +23 -5
  316. package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
  317. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  318. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +15 -0
  319. package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
  320. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  321. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +46 -10
  322. package/lib/components/Table/tableUnits/TableCell.js +108 -95
  323. package/lib/components/Table/tableUnits/TableCell.js.map +1 -1
  324. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +22 -4
  325. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  326. package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
  327. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  328. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +23 -5
  329. package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
  330. package/lib/components/Tabs/TabBar.js +1 -1
  331. package/lib/components/Tabs/TabNav.js +1 -1
  332. package/lib/components/Tabs/TabPane.js +1 -1
  333. package/lib/components/Tag/Tag.js +1 -1
  334. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  335. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  336. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  337. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  338. package/lib/components/TimePicker/TimePicker.js +1 -1
  339. package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
  340. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  341. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
  342. package/lib/components/Timeline/TimelineItem.js +1 -1
  343. package/lib/components/Toggle/Toggle.js +1 -1
  344. package/lib/components/Tooltip/Tooltip.js +1 -1
  345. package/lib/components/Transfer/Operation.js +1 -1
  346. package/lib/components/Transfer/Transfer.js +1 -1
  347. package/lib/components/Transfer/TransferList.js +1 -1
  348. package/lib/components/Transfer/TransferListItem.js +1 -1
  349. package/lib/components/Tree/SubTree.js +1 -1
  350. package/lib/components/Tree/Tree.js +1 -1
  351. package/lib/components/Tree/TreeNode.js +1 -1
  352. package/lib/components/TreeSelect/TreeSelect.js +1 -1
  353. package/lib/components/Upload/UploadDragger.js +1 -1
  354. package/lib/components/Upload/UploadList.js +1 -1
  355. package/lib/components/Upload/Uploader.js +1 -1
  356. package/lib/components/VirtualList/ListContent.js +1 -1
  357. package/lib/components/VirtualList/VirtualList.js +1 -1
  358. package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
  359. package/lib/components/base/HighlightText.js +1 -1
  360. package/lib/components/base/RenderEmpty.js +1 -1
  361. package/lib/components/base/ResizeObserver.js +1 -1
  362. package/lib/components/base/ResizeObserver.js.map +1 -1
  363. package/package.json +1 -1
  364. package/styles/components/dropdown/index.css +1 -1
  365. package/styles/components/dropdown/index.less +2 -3
  366. package/styles/components/table/index.css +1 -1
  367. package/styles/components/table/index.less +106 -242
  368. package/styles/components/table/var.less +16 -31
  369. package/styles/index.css +1 -1
  370. package/types/components/Calendar/Calendar.vue.d.ts +15 -0
  371. package/types/components/Calendar/Header.vue.d.ts +15 -0
  372. package/types/components/Calendar/index.d.ts +30 -0
  373. package/types/components/Radio/Radio.type.d.ts +4 -0
  374. package/types/components/Radio/Radio.vue.d.ts +9 -0
  375. package/types/components/Radio/index.d.ts +15 -0
  376. package/types/components/Table/BaseTable.vue.d.ts +48 -13
  377. package/types/components/Table/BodyTable.vue.d.ts +48 -13
  378. package/types/components/Table/HeadTable.vue.d.ts +48 -13
  379. package/types/components/Table/Table.type.d.ts +7 -5
  380. package/types/components/Table/Table.vue.d.ts +101 -31
  381. package/types/components/Table/TableBox.vue.d.ts +96 -26
  382. package/types/components/Table/hooks/useTableResize.d.ts +1 -1
  383. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +3 -3
  384. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +23 -5
  385. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +15 -0
  386. package/types/components/Table/tableUnits/TableBody.vue.d.ts +46 -10
  387. package/types/components/Table/tableUnits/TableCell.vue.d.ts +22 -4
  388. package/types/components/Table/tableUnits/TableRow.vue.d.ts +23 -5
  389. package/uxd-ui.css +1 -1
  390. package/uxd-ui.esm.min.mjs +6 -6
  391. package/uxd-ui.esm.mjs +161 -187
  392. package/uxd-ui.umd.js +161 -187
  393. package/uxd-ui.umd.min.js +6 -6
@@ -19,7 +19,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
19
  class: vue.normalizeClass([`${_ctx.rootPrefixCls}-item-divider`])
20
20
  }, null, 2);
21
21
  }
22
- var MenuDivider = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Menu/MenuDivider.vue"]]);
22
+ var MenuDivider = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Menu\\MenuDivider.vue"]]);
23
23
 
24
24
  exports["default"] = MenuDivider;
25
25
  //# sourceMappingURL=MenuDivider.js.map
@@ -130,7 +130,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
130
130
  _: 3
131
131
  }, 8, ["title", "disabled", "class"]);
132
132
  }
133
- var MenuItem = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Menu/MenuItem.vue"]]);
133
+ var MenuItem = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Menu\\MenuItem.vue"]]);
134
134
 
135
135
  exports["default"] = MenuItem;
136
136
  //# sourceMappingURL=MenuItem.js.map
@@ -34,7 +34,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
34
  ], 2)
35
35
  ], 2);
36
36
  }
37
- var MenuItemGroup = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Menu/MenuItemGroup.vue"]]);
37
+ var MenuItemGroup = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Menu\\MenuItemGroup.vue"]]);
38
38
 
39
39
  exports["default"] = MenuItemGroup;
40
40
  //# sourceMappingURL=MenuItemGroup.js.map
@@ -258,7 +258,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
258
258
  }, 8, ["aria-owns", "popup-class", "prefix", "placement", "offset", "trigger", "mouse-enter-delay", "mouse-leave-delay", "transition-name", "get-popup-container", "onPopupVisibleChange", "onClick"]))
259
259
  ], 2);
260
260
  }
261
- var SubMenu = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Menu/SubMenu.vue"]]);
261
+ var SubMenu = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Menu\\SubMenu.vue"]]);
262
262
 
263
263
  exports["default"] = SubMenu;
264
264
  //# sourceMappingURL=SubMenu.js.map
@@ -161,7 +161,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
161
161
  _: 1
162
162
  }, 8, ["id", "visible", "custom-class", "width", "size", "after-close", "closable", "onClose"]);
163
163
  }
164
- var ConfirmDialog = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Modal/ConfirmDialog.vue"]]);
164
+ var ConfirmDialog = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Modal\\ConfirmDialog.vue"]]);
165
165
 
166
166
  exports["default"] = ConfirmDialog;
167
167
  //# sourceMappingURL=ConfirmDialog.js.map
@@ -352,7 +352,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
352
352
  ], 16, _hoisted_1)
353
353
  ], 8, ["to"]);
354
354
  }
355
- var Modal = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Modal/Modal.vue"]]);
355
+ var Modal = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Modal\\Modal.vue"]]);
356
356
 
357
357
  exports["default"] = Modal;
358
358
  //# sourceMappingURL=Modal.js.map
@@ -126,7 +126,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
126
126
  ], 2)
127
127
  ], 34);
128
128
  }
129
- var Notice = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Notification/Notice.vue"]]);
129
+ var Notice = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Notification\\Notice.vue"]]);
130
130
 
131
131
  exports["default"] = Notice;
132
132
  //# sourceMappingURL=Notice.js.map
@@ -103,7 +103,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
103
103
  }, 8, ["name", "leave-active-class"])
104
104
  ], 2);
105
105
  }
106
- var Notification = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Notification/Notification.vue"]]);
106
+ var Notification = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Notification\\Notification.vue"]]);
107
107
 
108
108
  exports["default"] = Notification;
109
109
  //# sourceMappingURL=Notification.js.map
@@ -123,7 +123,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
123
123
  ], 2)) : vue.createCommentVNode("v-if", true)
124
124
  ], 2);
125
125
  }
126
- var PageHeader = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/PageHeader/PageHeader.vue"]]);
126
+ var PageHeader = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\PageHeader\\PageHeader.vue"]]);
127
127
 
128
128
  exports["default"] = PageHeader;
129
129
  //# sourceMappingURL=PageHeader.js.map
@@ -113,7 +113,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
113
113
  ], 2)) : vue.createCommentVNode("v-if", true)
114
114
  ], 42, _hoisted_1);
115
115
  }
116
- var Pager = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Pagination/Pager.vue"]]);
116
+ var Pager = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Pagination\\Pager.vue"]]);
117
117
 
118
118
  exports["default"] = Pager;
119
119
  //# sourceMappingURL=Pager.js.map
@@ -132,7 +132,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
132
132
  _: 3
133
133
  }, 8, ["visible", "width", "placement", "dropdown-class", "dropdown-style", "disabled", "offset", "show-arrow", "destroy-on-hide", "onVisibleChange"]);
134
134
  }
135
- var PopConfirm = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/PopConfirm/PopConfirm.vue"]]);
135
+ var PopConfirm = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\PopConfirm\\PopConfirm.vue"]]);
136
136
 
137
137
  exports["default"] = PopConfirm;
138
138
  //# sourceMappingURL=PopConfirm.js.map
@@ -151,7 +151,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
151
151
  _: 3
152
152
  }, 8, ["class", "style", "prefix-cls", "popup-class", "popup-style", "visible", "placement", "trigger", "mouse-enter-delay", "offset", "destroy-popup-on-hide", "onPopupVisibleChange"]));
153
153
  }
154
- var Popover = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Popover/Popover.vue"]]);
154
+ var Popover = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Popover\\Popover.vue"]]);
155
155
 
156
156
  exports["default"] = Popover;
157
157
  //# sourceMappingURL=Popover.js.map
@@ -167,7 +167,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
167
167
  ], 2)) : vue.createCommentVNode("v-if", true)
168
168
  ], 2);
169
169
  }
170
- var ULine = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Progress/Line.vue"]]);
170
+ var ULine = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Progress\\Line.vue"]]);
171
171
 
172
172
  exports["default"] = ULine;
173
173
  //# sourceMappingURL=Line.js.map
@@ -57,7 +57,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
57
57
  _: 3
58
58
  }, 8, ["percent", "success-percent", "status", "hide-info", "stroke-width", "stroke-color", "vertical", "text-inside", "data-color"]);
59
59
  }
60
- var Progress = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Progress/Progress.vue"]]);
60
+ var Progress = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Progress\\Progress.vue"]]);
61
61
 
62
62
  exports["default"] = Progress;
63
63
  //# sourceMappingURL=Progress.js.map
@@ -128,7 +128,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
128
128
  ], 2)
129
129
  ], 2);
130
130
  }
131
- var UWater = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Progress/Water.vue"]]);
131
+ var UWater = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Progress\\Water.vue"]]);
132
132
 
133
133
  exports["default"] = UWater;
134
134
  //# sourceMappingURL=Water.js.map
@@ -140,16 +140,17 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
140
140
  onBlur: _cache[2] || (_cache[2] = (...args) => _ctx.handleOnBlur && _ctx.handleOnBlur(...args))
141
141
  }, null, 42, _hoisted_1)
142
142
  ], 2),
143
- vue.createElementVNode("span", {
143
+ _ctx.label || _ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("span", {
144
+ key: 0,
144
145
  class: vue.normalizeClass([`${_ctx.prefixCls}-label`])
145
146
  }, [
146
147
  vue.renderSlot(_ctx.$slots, "default", {}, () => [
147
- vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)
148
+ vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
148
149
  ])
149
- ], 2)
150
+ ], 2)) : vue.createCommentVNode("v-if", true)
150
151
  ], 2);
151
152
  }
152
- var Radio = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Radio/Radio.vue"]]);
153
+ var Radio = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Radio\\Radio.vue"]]);
153
154
 
154
155
  exports["default"] = Radio;
155
156
  //# sourceMappingURL=Radio.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.js","sources":["../../../../src/components/Radio/Radio.vue"],"sourcesContent":["<template>\n <label\n :class=\"[\n `${prefixCls}-wrap`,\n `${prefixCls}-wrap-${computedSize}`,\n {\n [`${prefixCls}-wrap-checked`]: computedChecked,\n [`${prefixCls}-wrap-disabled`]: computedDisabled,\n [`${prefixCls}-focus`]: focusWrap\n }\n ]\"\n >\n <span\n :class=\"[\n prefixCls,\n {\n [`${prefixCls}-checked`]: computedChecked,\n [`${prefixCls}-disabled`]: computedDisabled\n }\n ]\"\n >\n <span v-show=\"showInput\" :class=\"[`${prefixCls}-inner`, { [`${prefixCls}-focus`]: focusInner }]\" />\n <input\n type=\"radio\"\n :class=\"`${prefixCls}-input`\"\n :disabled=\"computedDisabled\"\n :checked=\"computedChecked\"\n :name=\"groupName\"\n @change=\"change\"\n @focus=\"handleOnFocus\"\n @blur=\"handleOnBlur\"\n />\n </span>\n <span :class=\"[`${prefixCls}-label`]\">\n <slot>{{ value }}</slot>\n </span>\n </label>\n</template>\n\n<script lang=\"ts\">\nimport { defineComponent, inject, computed, ref, watch } from 'vue';\nimport useGlobalConfig from '../base/hooks/useGlobalConfig';\nimport { FormItemKey } from '../Form';\nimport type { FormItemContext } from '../Form/Form.type';\nimport { type RadioGroupContext, radioProps, radioEmits } from './Radio.type';\n\nexport default defineComponent({\n name: 'URadio',\n props: radioProps,\n emits: radioEmits,\n setup(props, { emit }) {\n // prefixCls\n const { prefixCls } = useGlobalConfig('radio');\n const radioGroupContext = inject<RadioGroupContext | null>('radioGroupContext', null);\n // data\n const focusWrap = ref(false);\n const focusInner = ref(false);\n const stateValue = ref(props.modelValue || false);\n // computed\n const computedChecked = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.stateValue.value === props.value;\n }\n return !!stateValue.value;\n });\n const groupName = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.name.value;\n }\n return props.name;\n });\n\n const computedSize = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.size.value || props.size;\n }\n return props.size;\n });\n const computedDisabled = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.disabled.value || props.disabled;\n }\n return props.disabled;\n });\n\n const showInput = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.computedType?.value === 'default';\n }\n return true;\n });\n // watch\n watch(\n () => props.modelValue,\n (nv) => {\n stateValue.value = nv === props.trueValue;\n },\n { immediate: true }\n );\n // methods\n const { onFieldChange } = inject<FormItemContext>(FormItemKey, {} as FormItemContext);\n const change = (event: any) => {\n if (props.disabled) {\n return false;\n }\n stateValue.value = event.target.checked;\n const value = stateValue.value ? props.trueValue : props.falseValue;\n if (radioGroupContext) {\n if (props.value !== undefined) {\n radioGroupContext.change(props.value);\n }\n } else {\n emit('update:modelValue', value);\n emit('change', value, event);\n if (onFieldChange) {\n onFieldChange(value);\n }\n }\n };\n const handleOnFocus = () => {\n if (radioGroupContext && radioGroupContext.computedType && radioGroupContext.computedType.value === 'default') {\n focusInner.value = true;\n } else {\n focusWrap.value = true;\n }\n };\n const handleOnBlur = () => {\n focusWrap.value = false;\n focusInner.value = false;\n };\n return {\n prefixCls,\n computedSize,\n computedDisabled,\n focusWrap,\n focusInner,\n computedChecked,\n showInput,\n groupName,\n change,\n handleOnFocus,\n handleOnBlur\n };\n }\n});\n</script>\n\n<style></style>\n"],"names":["defineComponent","radioProps","radioEmits","useGlobalConfig","inject","ref","computed","FormItemKey","_createElementBlock","_normalizeClass","_createElementVNode","_renderSlot"],"mappings":";;;;;;;;;;;AA8CA,MAAK,YAAaA,oBAAa;AAAA,EAC7B,MAAM;AAAA,EACN,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,MAAM,OAAO,EAAE,QAAQ;UAEf,EAAE,cAAcC,2BAAgB,OAAO;UACvC,oBAAoBC,WAAiC,qBAAqB,IAAI;UAE9E,YAAYC,QAAI,KAAK;UACrB,aAAaA,QAAI,KAAK;UACtB,aAAaA,QAAI,MAAM,cAAc,KAAK;UAE1C,kBAAkBC,aAAS,MAAM;UACjC,mBAAmB;eACd,kBAAkB,WAAW,UAAU,MAAM;AAAA;aAE/C,CAAC,CAAC,WAAW;AAAA,KACrB;UACK,YAAYA,aAAS,MAAM;UAC3B,mBAAmB;eACd,kBAAkB,KAAK;AAAA;aAEzB,MAAM;AAAA,KACd;UAEK,eAAeA,aAAS,MAAM;UAC9B,mBAAmB;eACd,kBAAkB,KAAK,SAAS,MAAM;AAAA;aAExC,MAAM;AAAA,KACd;UACK,mBAAmBA,aAAS,MAAM;UAClC,mBAAmB;eACd,kBAAkB,SAAS,SAAS,MAAM;AAAA;aAE5C,MAAM;AAAA,KACd;UAEK,YAAYA,aAAS,MAAM;AA7CrC;UA8CU,mBAAmB;iBACd,uBAAkB,iBAAlB,mBAAgC,WAAU;AAAA;aAE5C;AAAA,KACR;;MAGC,MAAM,MAAM;AAAA,MACZ,CAAC,OAAO;mBACK,QAAQ,OAAO,MAAM;AAAA;AAClC,MACA,EAAE,WAAW;AAAK;UAGd,EAAE,kBAAkBF,WAAwBG,mBAAa,EAAqB;UAC9E,SAAS,CAAC,UAAe;UACzB,MAAM,UAAU;eACX;AAAA;iBAEE,QAAQ,MAAM,OAAO;YAC1B,QAAQ,WAAW,QAAQ,MAAM,YAAY,MAAM;UACrD,mBAAmB;YACjB,MAAM,UAAU,QAAW;4BACX,OAAO,MAAM,KAAK;AAAA;AACtC,aACK;aACA,qBAAqB,KAAK;aAC1B,UAAU,OAAO,KAAK;YACvB,eAAe;wBACH,KAAK;AAAA;AACrB;AACF;UAEI,gBAAgB,MAAM;UACtB,qBAAqB,kBAAkB,gBAAgB,kBAAkB,aAAa,UAAU,WAAW;mBAClG,QAAQ;AAAA,aACd;kBACK,QAAQ;AAAA;AACpB;UAEI,eAAe,MAAM;gBACf,QAAQ;iBACP,QAAQ;AAAA;WAEd;AAAA,MACL;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA;AACF;AAEJ,CAAC;;;0BA/ICC,uBAmCQ;IAlCL,OAAKC;SAAa;SAA2B,uBAAkB;;YAAoC,gCAA2B;YAA6B,iCAA4B;YAA8B,yBAAoB;;;;IAU1OC,uBAoBO;MAnBJ,OAAKD;QAAY;;cAAmC,2BAAsB;cAA+B,4BAAuB;;;;yBAQjIC,uBAAmG;QAAzE,OAAKD,uBAAM,wBAAS,MAAgB,yBAAoB;;oBAApE,cAAS;AAAA;MACvBC,uBASE;QARA,MAAK;AAAA,QACJ,OAAKD,sBAAK,sBAAS;AAAA,QACnB,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAM,uCAAE;QACR,SAAK,uCAAE;QACP,QAAI,uCAAE;;;IAGXC,uBAEO;MAFA,OAAKD,uBAAM,sBAAS;;MACzBE,eAAwB,4BAAxB,MAAwB;AAAA,gDAAf,UAAK;;;;;;;;;"}
1
+ {"version":3,"file":"Radio.js","sources":["../../../../src/components/Radio/Radio.vue"],"sourcesContent":["<template>\n <label\n :class=\"[\n `${prefixCls}-wrap`,\n `${prefixCls}-wrap-${computedSize}`,\n {\n [`${prefixCls}-wrap-checked`]: computedChecked,\n [`${prefixCls}-wrap-disabled`]: computedDisabled,\n [`${prefixCls}-focus`]: focusWrap\n }\n ]\"\n >\n <span\n :class=\"[\n prefixCls,\n {\n [`${prefixCls}-checked`]: computedChecked,\n [`${prefixCls}-disabled`]: computedDisabled\n }\n ]\"\n >\n <span v-show=\"showInput\" :class=\"[`${prefixCls}-inner`, { [`${prefixCls}-focus`]: focusInner }]\" />\n <input\n type=\"radio\"\n :class=\"`${prefixCls}-input`\"\n :disabled=\"computedDisabled\"\n :checked=\"computedChecked\"\n :name=\"groupName\"\n @change=\"change\"\n @focus=\"handleOnFocus\"\n @blur=\"handleOnBlur\"\n />\n </span>\n\n <span v-if=\"label || $slots.default\" :class=\"[`${prefixCls}-label`]\">\n <slot>{{ label }}</slot>\n </span>\n </label>\n</template>\n\n<script lang=\"ts\">\nimport { defineComponent, inject, computed, ref, watch } from 'vue';\nimport useGlobalConfig from '../base/hooks/useGlobalConfig';\nimport { FormItemKey } from '../Form';\nimport type { FormItemContext } from '../Form/Form.type';\nimport { type RadioGroupContext, radioProps, radioEmits } from './Radio.type';\n\nexport default defineComponent({\n name: 'URadio',\n props: radioProps,\n emits: radioEmits,\n setup(props, { emit }) {\n // prefixCls\n const { prefixCls } = useGlobalConfig('radio');\n const radioGroupContext = inject<RadioGroupContext | null>('radioGroupContext', null);\n // data\n const focusWrap = ref(false);\n const focusInner = ref(false);\n const stateValue = ref(props.modelValue || false);\n // computed\n const computedChecked = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.stateValue.value === props.value;\n }\n return !!stateValue.value;\n });\n const groupName = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.name.value;\n }\n return props.name;\n });\n\n const computedSize = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.size.value || props.size;\n }\n return props.size;\n });\n const computedDisabled = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.disabled.value || props.disabled;\n }\n return props.disabled;\n });\n\n const showInput = computed(() => {\n if (radioGroupContext) {\n return radioGroupContext.computedType?.value === 'default';\n }\n return true;\n });\n // watch\n watch(\n () => props.modelValue,\n (nv) => {\n stateValue.value = nv === props.trueValue;\n },\n { immediate: true }\n );\n // methods\n const { onFieldChange } = inject<FormItemContext>(FormItemKey, {} as FormItemContext);\n const change = (event: any) => {\n if (props.disabled) {\n return false;\n }\n stateValue.value = event.target.checked;\n const value = stateValue.value ? props.trueValue : props.falseValue;\n if (radioGroupContext) {\n if (props.value !== undefined) {\n radioGroupContext.change(props.value);\n }\n } else {\n emit('update:modelValue', value);\n emit('change', value, event);\n if (onFieldChange) {\n onFieldChange(value);\n }\n }\n };\n const handleOnFocus = () => {\n if (radioGroupContext && radioGroupContext.computedType && radioGroupContext.computedType.value === 'default') {\n focusInner.value = true;\n } else {\n focusWrap.value = true;\n }\n };\n const handleOnBlur = () => {\n focusWrap.value = false;\n focusInner.value = false;\n };\n return {\n prefixCls,\n computedSize,\n computedDisabled,\n focusWrap,\n focusInner,\n computedChecked,\n showInput,\n groupName,\n change,\n handleOnFocus,\n handleOnBlur\n };\n }\n});\n</script>\n\n<style></style>\n"],"names":["defineComponent","radioProps","radioEmits","useGlobalConfig","inject","ref","computed","FormItemKey","_createElementBlock","_normalizeClass","_createElementVNode","_renderSlot"],"mappings":";;;;;;;;;;;AA+CA,MAAK,YAAaA,oBAAa;AAAA,EAC7B,MAAM;AAAA,EACN,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,MAAM,OAAO,EAAE,QAAQ;UAEf,EAAE,cAAcC,2BAAgB,OAAO;UACvC,oBAAoBC,WAAiC,qBAAqB,IAAI;UAE9E,YAAYC,QAAI,KAAK;UACrB,aAAaA,QAAI,KAAK;UACtB,aAAaA,QAAI,MAAM,cAAc,KAAK;UAE1C,kBAAkBC,aAAS,MAAM;UACjC,mBAAmB;eACd,kBAAkB,WAAW,UAAU,MAAM;AAAA;aAE/C,CAAC,CAAC,WAAW;AAAA,KACrB;UACK,YAAYA,aAAS,MAAM;UAC3B,mBAAmB;eACd,kBAAkB,KAAK;AAAA;aAEzB,MAAM;AAAA,KACd;UAEK,eAAeA,aAAS,MAAM;UAC9B,mBAAmB;eACd,kBAAkB,KAAK,SAAS,MAAM;AAAA;aAExC,MAAM;AAAA,KACd;UACK,mBAAmBA,aAAS,MAAM;UAClC,mBAAmB;eACd,kBAAkB,SAAS,SAAS,MAAM;AAAA;aAE5C,MAAM;AAAA,KACd;UAEK,YAAYA,aAAS,MAAM;AA7CrC;UA8CU,mBAAmB;iBACd,uBAAkB,iBAAlB,mBAAgC,WAAU;AAAA;aAE5C;AAAA,KACR;;MAGC,MAAM,MAAM;AAAA,MACZ,CAAC,OAAO;mBACK,QAAQ,OAAO,MAAM;AAAA;AAClC,MACA,EAAE,WAAW;AAAK;UAGd,EAAE,kBAAkBF,WAAwBG,mBAAa,EAAqB;UAC9E,SAAS,CAAC,UAAe;UACzB,MAAM,UAAU;eACX;AAAA;iBAEE,QAAQ,MAAM,OAAO;YAC1B,QAAQ,WAAW,QAAQ,MAAM,YAAY,MAAM;UACrD,mBAAmB;YACjB,MAAM,UAAU,QAAW;4BACX,OAAO,MAAM,KAAK;AAAA;AACtC,aACK;aACA,qBAAqB,KAAK;aAC1B,UAAU,OAAO,KAAK;YACvB,eAAe;wBACH,KAAK;AAAA;AACrB;AACF;UAEI,gBAAgB,MAAM;UACtB,qBAAqB,kBAAkB,gBAAgB,kBAAkB,aAAa,UAAU,WAAW;mBAClG,QAAQ;AAAA,aACd;kBACK,QAAQ;AAAA;AACpB;UAEI,eAAe,MAAM;gBACf,QAAQ;iBACP,QAAQ;AAAA;WAEd;AAAA,MACL;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA;AACF;AAEJ,CAAC;;;0BAhJCC,uBAoCQ;IAnCL,OAAKC;SAAa;SAA2B,uBAAkB;;YAAoC,gCAA2B;YAA6B,iCAA4B;YAA8B,yBAAoB;;;;IAU1OC,uBAoBO;MAnBJ,OAAKD;QAAY;;cAAmC,2BAAsB;cAA+B,4BAAuB;;;;yBAQjIC,uBAAmG;QAAzE,OAAKD,uBAAM,wBAAS,MAAgB,yBAAoB;;oBAApE,cAAS;AAAA;MACvBC,uBASE;QARA,MAAK;AAAA,QACJ,OAAKD,sBAAK,sBAAS;AAAA,QACnB,UAAU;QACV,SAAS;QACT,MAAM;QACN,UAAM,uCAAE;QACR,SAAK,uCAAE;QACP,QAAI,uCAAE;;;IAIC,cAAS,YAAO,4BAA5BD,uBAEO;;MAF+B,OAAKC,uBAAM,sBAAS;;MACxDE,eAAwB,4BAAxB,MAAwB;AAAA,gDAAf,UAAK;;;;;;;;;"}
@@ -29,6 +29,10 @@ export declare const radioProps: {
29
29
  type: (StringConstructor | NumberConstructor)[];
30
30
  default: string;
31
31
  };
32
+ label: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
32
36
  disabled: {
33
37
  type: BooleanConstructor;
34
38
  default: boolean;
@@ -24,6 +24,10 @@ const radioProps = {
24
24
  type: [String, Number],
25
25
  default: ""
26
26
  },
27
+ label: {
28
+ type: String,
29
+ default: ""
30
+ },
27
31
  disabled: {
28
32
  type: Boolean,
29
33
  default: false
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.type.js","sources":["../../../../src/components/Radio/Radio.type.ts"],"sourcesContent":["import type { ExtractPropTypes, PropType, Ref } from 'vue';\nimport { normalSizeMap } from '../../utils/globalType';\nimport type { NormalSizeMap } from '../../utils/globalType';\nimport { oneOf } from '../../utils/propsValidators';\n\nexport type RadioValueType = string | number | boolean;\nexport type RadioGroupValueType = string | number;\nexport const radioGroupType = ['default', 'button'] as const;\nexport type RaidoGroupType = (typeof radioGroupType)[number];\nexport const radioButtonType = ['border', 'fill', 'line', 'segment', 'card'] as const;\nexport type RadioButtonType = (typeof radioButtonType)[number];\nexport interface RadioGroupOption {\n value: RadioGroupValueType;\n label: string;\n disabled?: boolean;\n border?: boolean;\n}\n\nexport const radioProps = {\n modelValue: {\n type: [String, Number, Boolean] as PropType<RadioValueType>,\n default: false\n },\n trueValue: {\n type: [String, Number, Boolean] as PropType<RadioValueType>,\n default: true\n },\n falseValue: {\n type: [String, Number, Boolean] as PropType<RadioValueType>,\n default: false\n },\n value: {\n type: [String, Number],\n default: ''\n },\n disabled: {\n type: Boolean,\n default: false\n },\n size: {\n type: String as PropType<NormalSizeMap>,\n default: 'default',\n validator: oneOf(normalSizeMap)\n },\n name: {\n type: String,\n default: ''\n }\n};\n\nexport type RadioProps = ExtractPropTypes<typeof radioProps>;\n\nexport const radioEmits = {\n change: (v: RadioValueType, e: Event) => (typeof v === 'boolean' || typeof v === 'string' || typeof v === 'number') && e instanceof Event,\n 'update:modelValue': (v: RadioValueType) => typeof v === 'boolean' || typeof v === 'string' || typeof v === 'number'\n};\n\nexport type RadioEmits = typeof radioEmits;\n\nlet seed = -1;\nconst getUuid = () => {\n const now = Date.now();\n seed += 1;\n return `uuiRadioGroup_${now}_${seed}`;\n};\n\nexport const radioGroupProps = {\n modelValue: {\n type: [String, Number] as PropType<RadioGroupValueType>,\n default: ''\n },\n size: {\n type: String as PropType<NormalSizeMap>,\n default: 'default',\n validator: oneOf(normalSizeMap)\n },\n type: {\n type: String as PropType<RaidoGroupType>,\n default: 'default',\n validator: oneOf(radioGroupType)\n },\n vertical: {\n type: Boolean,\n default: false\n },\n name: {\n type: String,\n default: getUuid\n },\n options: {\n type: Array as PropType<RadioGroupOption[]>,\n default: () => [] as RadioGroupOption[]\n },\n buttonFill: {\n type: Boolean,\n default: false\n },\n buttonType: {\n type: String as PropType<RadioButtonType>,\n default: 'border',\n validator: oneOf(radioButtonType)\n },\n disabled: {\n type: Boolean,\n default: false\n },\n direction: {\n type: String as PropType<'ltr' | 'rtl'>\n }\n};\n\nexport type RadioGroupProps = ExtractPropTypes<typeof radioGroupProps>;\n\nexport const radioGroupEmits = {\n change: (v: RadioGroupValueType) => typeof v === 'string' || typeof v === 'number',\n 'update:modelValue': (v: RadioGroupValueType) => typeof v === 'string' || typeof v === 'number'\n};\n\nexport interface RadioGroupContext {\n stateValue: Ref<RadioGroupValueType>;\n name: Ref<string>;\n computedType: Ref<RadioButtonType & 'default'>;\n size: Ref<NormalSizeMap>;\n disabled: Ref<boolean>;\n change: (state: RadioGroupValueType) => void;\n}\n"],"names":["oneOf","normalSizeMap"],"mappings":";;;;;;;MAOa,iBAAiB,CAAC,WAAW,QAAQ;MAErC,kBAAkB,CAAC,UAAU,QAAQ,QAAQ,WAAW,MAAM;MAS9D,aAAa;AAAA,EACxB,YAAY;AAAA,IACV,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,IAC9B,SAAS;AAAA;AACX,EACA,WAAW;AAAA,IACT,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,IAC9B,SAAS;AAAA;AACX,EACA,YAAY;AAAA,IACV,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,IAC9B,SAAS;AAAA;AACX,EACA,OAAO;AAAA,IACL,MAAM,CAAC,QAAQ,MAAM;AAAA,IACrB,SAAS;AAAA;AACX,EACA,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWA,sBAAMC,wBAAa;AAAA;AAChC,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA;AAEb;MAIa,aAAa;AAAA,EACxB,QAAQ,CAAC,GAAmB,OAAc,OAAO,MAAM,aAAa,OAAO,MAAM,YAAY,OAAO,MAAM,aAAa,aAAa;AAAA,EACpI,qBAAqB,CAAC,MAAsB,OAAO,MAAM,aAAa,OAAO,MAAM,YAAY,OAAO,MAAM;AAC9G;AAIA,IAAI,OAAO;AACX,MAAM,UAAU,MAAM;AACpB,QAAM,MAAM,KAAK;AACjB,UAAQ;AACR,SAAO,iBAAiB,OAAO;AACjC;MAEa,kBAAkB;AAAA,EAC7B,YAAY;AAAA,IACV,MAAM,CAAC,QAAQ,MAAM;AAAA,IACrB,SAAS;AAAA;AACX,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWD,sBAAMC,wBAAa;AAAA;AAChC,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWD,sBAAM,cAAc;AAAA;AACjC,EACA,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS,MAAM;AAAC;AAClB,EACA,YAAY;AAAA,IACV,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,YAAY;AAAA,IACV,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWA,sBAAM,eAAe;AAAA;AAClC,EACA,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,WAAW;AAAA,IACT,MAAM;AAAA;AAEV;MAIa,kBAAkB;AAAA,EAC7B,QAAQ,CAAC,MAA2B,OAAO,MAAM,YAAY,OAAO,MAAM;AAAA,EAC1E,qBAAqB,CAAC,MAA2B,OAAO,MAAM,YAAY,OAAO,MAAM;AACzF;;;;;;;;;"}
1
+ {"version":3,"file":"Radio.type.js","sources":["../../../../src/components/Radio/Radio.type.ts"],"sourcesContent":["import type { ExtractPropTypes, PropType, Ref } from 'vue';\nimport { normalSizeMap } from '../../utils/globalType';\nimport type { NormalSizeMap } from '../../utils/globalType';\nimport { oneOf } from '../../utils/propsValidators';\n\nexport type RadioValueType = string | number | boolean;\nexport type RadioGroupValueType = string | number;\nexport const radioGroupType = ['default', 'button'] as const;\nexport type RaidoGroupType = (typeof radioGroupType)[number];\nexport const radioButtonType = ['border', 'fill', 'line', 'segment', 'card'] as const;\nexport type RadioButtonType = (typeof radioButtonType)[number];\nexport interface RadioGroupOption {\n value: RadioGroupValueType;\n label: string;\n disabled?: boolean;\n border?: boolean;\n}\n\nexport const radioProps = {\n modelValue: {\n type: [String, Number, Boolean] as PropType<RadioValueType>,\n default: false\n },\n trueValue: {\n type: [String, Number, Boolean] as PropType<RadioValueType>,\n default: true\n },\n falseValue: {\n type: [String, Number, Boolean] as PropType<RadioValueType>,\n default: false\n },\n value: {\n type: [String, Number],\n default: ''\n },\n label: {\n type: String,\n default: ''\n },\n disabled: {\n type: Boolean,\n default: false\n },\n size: {\n type: String as PropType<NormalSizeMap>,\n default: 'default',\n validator: oneOf(normalSizeMap)\n },\n name: {\n type: String,\n default: ''\n }\n};\n\nexport type RadioProps = ExtractPropTypes<typeof radioProps>;\n\nexport const radioEmits = {\n change: (v: RadioValueType, e: Event) => (typeof v === 'boolean' || typeof v === 'string' || typeof v === 'number') && e instanceof Event,\n 'update:modelValue': (v: RadioValueType) => typeof v === 'boolean' || typeof v === 'string' || typeof v === 'number'\n};\n\nexport type RadioEmits = typeof radioEmits;\n\nlet seed = -1;\nconst getUuid = () => {\n const now = Date.now();\n seed += 1;\n return `uuiRadioGroup_${now}_${seed}`;\n};\n\nexport const radioGroupProps = {\n modelValue: {\n type: [String, Number] as PropType<RadioGroupValueType>,\n default: ''\n },\n size: {\n type: String as PropType<NormalSizeMap>,\n default: 'default',\n validator: oneOf(normalSizeMap)\n },\n type: {\n type: String as PropType<RaidoGroupType>,\n default: 'default',\n validator: oneOf(radioGroupType)\n },\n vertical: {\n type: Boolean,\n default: false\n },\n name: {\n type: String,\n default: getUuid\n },\n options: {\n type: Array as PropType<RadioGroupOption[]>,\n default: () => [] as RadioGroupOption[]\n },\n buttonFill: {\n type: Boolean,\n default: false\n },\n buttonType: {\n type: String as PropType<RadioButtonType>,\n default: 'border',\n validator: oneOf(radioButtonType)\n },\n disabled: {\n type: Boolean,\n default: false\n },\n direction: {\n type: String as PropType<'ltr' | 'rtl'>\n }\n};\n\nexport type RadioGroupProps = ExtractPropTypes<typeof radioGroupProps>;\n\nexport const radioGroupEmits = {\n change: (v: RadioGroupValueType) => typeof v === 'string' || typeof v === 'number',\n 'update:modelValue': (v: RadioGroupValueType) => typeof v === 'string' || typeof v === 'number'\n};\n\nexport interface RadioGroupContext {\n stateValue: Ref<RadioGroupValueType>;\n name: Ref<string>;\n computedType: Ref<RadioButtonType & 'default'>;\n size: Ref<NormalSizeMap>;\n disabled: Ref<boolean>;\n change: (state: RadioGroupValueType) => void;\n}\n"],"names":["oneOf","normalSizeMap"],"mappings":";;;;;;;MAOa,iBAAiB,CAAC,WAAW,QAAQ;MAErC,kBAAkB,CAAC,UAAU,QAAQ,QAAQ,WAAW,MAAM;MAS9D,aAAa;AAAA,EACxB,YAAY;AAAA,IACV,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,IAC9B,SAAS;AAAA;AACX,EACA,WAAW;AAAA,IACT,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,IAC9B,SAAS;AAAA;AACX,EACA,YAAY;AAAA,IACV,MAAM,CAAC,QAAQ,QAAQ,OAAO;AAAA,IAC9B,SAAS;AAAA;AACX,EACA,OAAO;AAAA,IACL,MAAM,CAAC,QAAQ,MAAM;AAAA,IACrB,SAAS;AAAA;AACX,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWA,sBAAMC,wBAAa;AAAA;AAChC,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA;AAEb;MAIa,aAAa;AAAA,EACxB,QAAQ,CAAC,GAAmB,OAAc,OAAO,MAAM,aAAa,OAAO,MAAM,YAAY,OAAO,MAAM,aAAa,aAAa;AAAA,EACpI,qBAAqB,CAAC,MAAsB,OAAO,MAAM,aAAa,OAAO,MAAM,YAAY,OAAO,MAAM;AAC9G;AAIA,IAAI,OAAO;AACX,MAAM,UAAU,MAAM;AACpB,QAAM,MAAM,KAAK;AACjB,UAAQ;AACR,SAAO,iBAAiB,OAAO;AACjC;MAEa,kBAAkB;AAAA,EAC7B,YAAY;AAAA,IACV,MAAM,CAAC,QAAQ,MAAM;AAAA,IACrB,SAAS;AAAA;AACX,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWD,sBAAMC,wBAAa;AAAA;AAChC,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWD,sBAAM,cAAc;AAAA;AACjC,EACA,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS,MAAM;AAAC;AAClB,EACA,YAAY;AAAA,IACV,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,YAAY;AAAA,IACV,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAWA,sBAAM,eAAe;AAAA;AAClC,EACA,UAAU;AAAA,IACR,MAAM;AAAA,IACN,SAAS;AAAA;AACX,EACA,WAAW;AAAA,IACT,MAAM;AAAA;AAEV;MAIa,kBAAkB;AAAA,EAC7B,QAAQ,CAAC,MAA2B,OAAO,MAAM,YAAY,OAAO,MAAM;AAAA,EAC1E,qBAAqB,CAAC,MAA2B,OAAO,MAAM,YAAY,OAAO,MAAM;AACzF;;;;;;;;;"}
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15
15
  type: (StringConstructor | NumberConstructor)[];
16
16
  default: string;
17
17
  };
18
+ label: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
18
22
  disabled: {
19
23
  type: BooleanConstructor;
20
24
  default: boolean;
@@ -60,6 +64,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
64
  type: (StringConstructor | NumberConstructor)[];
61
65
  default: string;
62
66
  };
67
+ label: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
63
71
  disabled: {
64
72
  type: BooleanConstructor;
65
73
  default: boolean;
@@ -81,6 +89,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
81
89
  size: "small" | "default" | "large";
82
90
  disabled: boolean;
83
91
  modelValue: import("./Radio.type").RadioValueType;
92
+ label: string;
84
93
  value: string | number;
85
94
  trueValue: import("./Radio.type").RadioValueType;
86
95
  falseValue: import("./Radio.type").RadioValueType;
@@ -17,6 +17,10 @@ export declare const URadio: {
17
17
  type: (StringConstructor | NumberConstructor)[];
18
18
  default: string;
19
19
  };
20
+ label: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
20
24
  disabled: {
21
25
  type: BooleanConstructor;
22
26
  default: boolean;
@@ -53,6 +57,7 @@ export declare const URadio: {
53
57
  size: "small" | "default" | "large";
54
58
  disabled: boolean;
55
59
  modelValue: import("./Radio.type").RadioValueType;
60
+ label: string;
56
61
  value: string | number;
57
62
  trueValue: import("./Radio.type").RadioValueType;
58
63
  falseValue: import("./Radio.type").RadioValueType;
@@ -80,6 +85,10 @@ export declare const URadio: {
80
85
  type: (StringConstructor | NumberConstructor)[];
81
86
  default: string;
82
87
  };
88
+ label: {
89
+ type: StringConstructor;
90
+ default: string;
91
+ };
83
92
  disabled: {
84
93
  type: BooleanConstructor;
85
94
  default: boolean;
@@ -113,6 +122,7 @@ export declare const URadio: {
113
122
  size: "small" | "default" | "large";
114
123
  disabled: boolean;
115
124
  modelValue: import("./Radio.type").RadioValueType;
125
+ label: string;
116
126
  value: string | number;
117
127
  trueValue: import("./Radio.type").RadioValueType;
118
128
  falseValue: import("./Radio.type").RadioValueType;
@@ -137,6 +147,10 @@ export declare const URadio: {
137
147
  type: (StringConstructor | NumberConstructor)[];
138
148
  default: string;
139
149
  };
150
+ label: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
140
154
  disabled: {
141
155
  type: BooleanConstructor;
142
156
  default: boolean;
@@ -173,6 +187,7 @@ export declare const URadio: {
173
187
  size: "small" | "default" | "large";
174
188
  disabled: boolean;
175
189
  modelValue: import("./Radio.type").RadioValueType;
190
+ label: string;
176
191
  value: string | number;
177
192
  trueValue: import("./Radio.type").RadioValueType;
178
193
  falseValue: import("./Radio.type").RadioValueType;
@@ -130,7 +130,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
130
130
  }), 128))
131
131
  ], 46, _hoisted_1);
132
132
  }
133
- var Rate = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Rate/Rate.vue"]]);
133
+ var Rate = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Rate\\Rate.vue"]]);
134
134
 
135
135
  exports["default"] = Rate;
136
136
  //# sourceMappingURL=Rate.js.map
@@ -153,7 +153,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
153
153
  ], 32)
154
154
  ], 2);
155
155
  }
156
- var Star = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Rate/Star.vue"]]);
156
+ var Star = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Rate\\Star.vue"]]);
157
157
 
158
158
  exports["default"] = Star;
159
159
  //# sourceMappingURL=Star.js.map
@@ -89,7 +89,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
89
89
  ], 2)
90
90
  ], 2);
91
91
  }
92
- var Result = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Result/Result.vue"]]);
92
+ var Result = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Result\\Result.vue"]]);
93
93
 
94
94
  exports["default"] = Result;
95
95
  //# sourceMappingURL=Result.js.map
@@ -385,7 +385,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
385
385
  vue.renderSlot(_ctx.$slots, "empty")
386
386
  ], 42, _hoisted_2));
387
387
  }
388
- var DropdownMenu = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Select/DropdownMenu.vue"]]);
388
+ var DropdownMenu = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Select\\DropdownMenu.vue"]]);
389
389
 
390
390
  exports["default"] = DropdownMenu;
391
391
  //# sourceMappingURL=DropdownMenu.js.map
@@ -524,7 +524,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
524
524
  _: 3
525
525
  }, 8, ["prefix-cls", "placement", "visible", "popup-class", "popup-style", "click-outside"]);
526
526
  }
527
- var RefSelect = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Select/RefSelect.vue"]]);
527
+ var RefSelect = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Select\\RefSelect.vue"]]);
528
528
 
529
529
  exports["default"] = RefSelect;
530
530
  //# sourceMappingURL=RefSelect.js.map
@@ -119,7 +119,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
119
119
  onCompositionend: _cache[7] || (_cache[7] = (...args) => _ctx.onCompositionend && _ctx.onCompositionend(...args))
120
120
  }, null, 46, _hoisted_1);
121
121
  }
122
- var SelectInput = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Select/Selection/Input.vue"]]);
122
+ var SelectInput = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Select\\Selection\\Input.vue"]]);
123
123
 
124
124
  exports["default"] = SelectInput;
125
125
  //# sourceMappingURL=Input.js.map
@@ -163,7 +163,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
163
163
  ])
164
164
  ], 64);
165
165
  }
166
- var Multiple = /* @__PURE__ */ pluginVue_exportHelper["default"](Multiple_vue_vue_type_script_lang["default"], [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Select/Selection/Multiple.vue"]]);
166
+ var Multiple = /* @__PURE__ */ pluginVue_exportHelper["default"](Multiple_vue_vue_type_script_lang["default"], [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Select\\Selection\\Multiple.vue"]]);
167
167
 
168
168
  exports["default"] = Multiple;
169
169
  //# sourceMappingURL=Multiple.js.map
@@ -237,7 +237,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
237
237
  }, 8, ["prefix-cls", "values", "open", "filterable", "disabled", "input-ref", "search-value", "max-tag-count", "max-tag-text-length", "max-tag-placeholder", "max-tag-tooltip", "max-tag-tooltip-width", "is-show-tag-tooltip", "popover-props", "tag-render", "tag-transition-name", "allow-create", "remove-icon", "onSelect", "onInputMousedown", "onInputChange", "onInputKeydown", "onInputCompositionstart", "onInputCompositionend", "onInputPaste"])) : vue.createCommentVNode("v-if", true)
238
238
  ], 34);
239
239
  }
240
- var Selection = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Select/Selection/Selection.vue"]]);
240
+ var Selection = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Select\\Selection\\Selection.vue"]]);
241
241
 
242
242
  exports["default"] = Selection;
243
243
  //# sourceMappingURL=Selection.js.map
@@ -145,7 +145,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
145
145
  ])
146
146
  ], 64);
147
147
  }
148
- var SingleSelection = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Select/Selection/Single.vue"]]);
148
+ var SingleSelection = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Select\\Selection\\Single.vue"]]);
149
149
 
150
150
  exports["default"] = SingleSelection;
151
151
  //# sourceMappingURL=Single.js.map
@@ -24,7 +24,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
24
  vue.renderSlot(_ctx.$slots, "default")
25
25
  ], 2);
26
26
  }
27
- var Skeleton = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Skeleton/Skeleton.vue"]]);
27
+ var Skeleton = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Skeleton\\Skeleton.vue"]]);
28
28
 
29
29
  exports["default"] = Skeleton;
30
30
  //# sourceMappingURL=Skeleton.js.map
@@ -30,7 +30,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
30
  _ctx.type === "image" ? (vue.openBlock(), vue.createBlock(_component_ImageIcon, { key: 0 })) : vue.createCommentVNode("v-if", true)
31
31
  ], 2);
32
32
  }
33
- var SkeletonItem = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Skeleton/SkeletonItem.vue"]]);
33
+ var SkeletonItem = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Skeleton\\SkeletonItem.vue"]]);
34
34
 
35
35
  exports["default"] = SkeletonItem;
36
36
  //# sourceMappingURL=SkeletonItem.js.map
@@ -68,7 +68,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
68
68
  onKeydown: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("keydown", $event))
69
69
  }, null, 38);
70
70
  }
71
- var Handle = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Slider/Handle.vue"]]);
71
+ var Handle = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Slider\\Handle.vue"]]);
72
72
 
73
73
  exports["default"] = Handle;
74
74
  //# sourceMappingURL=Handle.js.map
@@ -117,7 +117,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
117
117
  }), 128))
118
118
  ], 2);
119
119
  }
120
- var Marks = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Slider/Marks.vue"]]);
120
+ var Marks = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Slider\\Marks.vue"]]);
121
121
 
122
122
  exports["default"] = Marks;
123
123
  //# sourceMappingURL=Marks.js.map
@@ -114,7 +114,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
114
114
  }), 128))
115
115
  ], 2);
116
116
  }
117
- var Steps = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Slider/Steps.vue"]]);
117
+ var Steps = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Slider\\Steps.vue"]]);
118
118
 
119
119
  exports["default"] = Steps;
120
120
  //# sourceMappingURL=Steps.js.map
@@ -50,7 +50,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
50
50
  ], 2)
51
51
  ], 2)) : vue.createCommentVNode("v-if", true);
52
52
  }
53
- var Spin = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Spin/Spin.vue"]]);
53
+ var Spin = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Spin\\Spin.vue"]]);
54
54
 
55
55
  exports["default"] = Spin;
56
56
  //# sourceMappingURL=Spin.js.map
@@ -95,7 +95,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
95
95
  ], 6)
96
96
  ], 2)) : vue.createCommentVNode("v-if", true);
97
97
  }
98
- var Statistic = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Statistic/Statistic.vue"]]);
98
+ var Statistic = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Statistic\\Statistic.vue"]]);
99
99
 
100
100
  exports["default"] = Statistic;
101
101
  //# sourceMappingURL=Statistic.js.map
@@ -173,7 +173,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
173
173
  ], 10, _hoisted_1)
174
174
  ], 6);
175
175
  }
176
- var Step = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Steps/Step.vue"]]);
176
+ var Step = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Steps\\Step.vue"]]);
177
177
 
178
178
  exports["default"] = Step;
179
179
  //# sourceMappingURL=Step.js.map
@@ -71,7 +71,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
71
71
  vue.renderSlot(_ctx.$slots, "default")
72
72
  ], 2);
73
73
  }
74
- var Steps = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Steps/Steps.vue"]]);
74
+ var Steps = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Steps\\Steps.vue"]]);
75
75
 
76
76
  exports["default"] = Steps;
77
77
  //# sourceMappingURL=Steps.js.map
@@ -90,7 +90,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
90
90
  ], 2)
91
91
  ], 46, _hoisted_1);
92
92
  }
93
- var Switch = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "/Users/admin/Documents/uxd/uxd-ui/src/components/Switch/Switch.vue"]]);
93
+ var Switch = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "D:\\project\\UXD-FE\\uxd-ui\\src\\components\\Switch\\Switch.vue"]]);
94
94
 
95
95
  exports["default"] = Switch;
96
96
  //# sourceMappingURL=Switch.js.map