yc-design-vue 2.1.7 → 2.1.9

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 (463) hide show
  1. package/dist/index.umd.js +1 -1
  2. package/dist/style.css +1 -1
  3. package/es/Affix/index.vue.js +1 -1
  4. package/es/Alert/index.vue.js +1 -1
  5. package/es/Anchor/Anchor.vue.js +1 -1
  6. package/es/Anchor/AnchorLink.vue.js +1 -1
  7. package/es/Anchor/hooks/useContext.js +1 -1
  8. package/es/AutoComplete/index.vue.js +1 -1
  9. package/es/Avatar/Avatar.vue.js +1 -1
  10. package/es/Avatar/AvatarGroup.vue.js +1 -1
  11. package/es/BackTop/index.vue.js +1 -1
  12. package/es/Badge/index.vue.js +1 -1
  13. package/es/Breadcrumb/Breadcrumb.vue.js +1 -1
  14. package/es/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  15. package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  16. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +2 -2
  17. package/es/Button/hooks/useContext.js +1 -1
  18. package/es/Calendar/Calendar.vue.js +1 -1
  19. package/es/Calendar/CalendarMonth.vue.js +1 -1
  20. package/es/Calendar/CalendarYear.vue.js +1 -1
  21. package/es/Card/Card.vue.js +1 -1
  22. package/es/Card/CardMeta.vue.js +1 -1
  23. package/es/Carousel/Carousel.vue.js +1 -1
  24. package/es/Carousel/CarouselArrow.vue.js +1 -1
  25. package/es/Carousel/CarouselIndicator.vue.js +1 -1
  26. package/es/Carousel/hooks/useContext.js +1 -1
  27. package/es/Cascader/Cascader.vue.js +1 -1
  28. package/es/Cascader/CascaderIcon.vue.js +1 -1
  29. package/es/Cascader/CascaderOption.vue.js +1 -1
  30. package/es/Cascader/hooks/useContext.js +1 -1
  31. package/es/Checkbox/Checkbox.vue.js +1 -1
  32. package/es/Checkbox/hooks/useContext.js +1 -1
  33. package/es/Collapse/CollapseItem.vue.js +1 -1
  34. package/es/Collapse/hooks/useContext.js +1 -1
  35. package/es/ColorPicker/ColorControl.vue.js +2 -2
  36. package/es/ColorPicker/ColorInput.vue.js +75 -71
  37. package/es/ColorPicker/ColorList.vue.js +1 -1
  38. package/es/ColorPicker/ColorPalette.vue.js +2 -2
  39. package/es/ColorPicker/ColorPanel.vue.js +1 -1
  40. package/es/ColorPicker/hooks/useContext.js +2 -2
  41. package/es/ColorPicker/index.css +1 -1
  42. package/es/Comment/hooks/useContext.js +1 -1
  43. package/es/Comment/index.vue.js +1 -1
  44. package/es/ConfigProvider/index.vue.js +1 -1
  45. package/es/Descriptions/ReuseItem.vue.js +1 -1
  46. package/es/Descriptions/ReuseTd.vue.js +1 -1
  47. package/es/Descriptions/hooks/useContext.js +1 -1
  48. package/es/Divider/index.vue.js +1 -1
  49. package/es/Drawer/Drawer.vue.js +11 -17
  50. package/es/Drawer/DrawerService.vue.js +1 -1
  51. package/es/Dropdown/Dropdown.vue.js +1 -1
  52. package/es/Dropdown/DropdownButton.vue.js +1 -1
  53. package/es/Dropdown/Dsubmenu.vue.js +1 -1
  54. package/es/Dropdown/hooks/useContext.js +1 -1
  55. package/es/Empty/index.vue.js +1 -1
  56. package/es/Grid/Grid.vue.js +1 -1
  57. package/es/Grid/GridCol.vue.js +1 -1
  58. package/es/Grid/GridItem.vue.js +1 -1
  59. package/es/Grid/GridRow.vue.js +1 -1
  60. package/es/Grid/hooks/useContext.js +1 -1
  61. package/es/Image/Image.vue.js +1 -1
  62. package/es/Image/ImagePreview.vue.js +1 -1
  63. package/es/Image/ImagePreviewArrow.vue.js +1 -1
  64. package/es/Image/ImagePreviewGroup.vue.js +1 -1
  65. package/es/Image/ImagePreviewToolbar.vue.js +7 -7
  66. package/es/Image/hooks/useContext.js +1 -1
  67. package/es/Input/Input.vue.js +1 -1
  68. package/es/Input/InputGroup.vue.d.ts +17 -0
  69. package/es/Input/InputGroup.vue.js +18 -0
  70. package/es/Input/InputGroup.vue3.js +5 -0
  71. package/es/Input/InputSuffix.vue.js +1 -1
  72. package/es/Input/hooks/useLimitedInput.js +1 -1
  73. package/es/Input/index.css +1 -1
  74. package/es/Input/index.d.ts +20 -0
  75. package/es/Input/index.js +5 -0
  76. package/es/InputNumber/InputNumber.vue.js +1 -1
  77. package/es/InputNumber/InputOperaBtn.vue.js +1 -1
  78. package/es/InputTag/index.vue.js +1 -1
  79. package/es/Layout/Layout.vue.js +1 -1
  80. package/es/Layout/LayoutSider.vue.js +1 -1
  81. package/es/Layout/hooks/useSiderContext.js +1 -1
  82. package/es/Link/index.vue.js +1 -1
  83. package/es/List/List.vue.js +1 -1
  84. package/es/List/ListVirtual.vue.js +1 -1
  85. package/es/List/hooks/useScrollReach.js +1 -1
  86. package/es/Mention/index.vue.js +1 -1
  87. package/es/Menu/Menu.vue.js +1 -1
  88. package/es/Menu/MenuEllipsis.vue.js +1 -1
  89. package/es/Menu/MenuItem.vue.js +2 -2
  90. package/es/Menu/MenuItemGroup.vue.js +1 -1
  91. package/es/Menu/SubMenu.vue.js +1 -1
  92. package/es/Menu/hooks/useCalcMaxMenuItems.js +1 -1
  93. package/es/Menu/hooks/useContext.d.ts +1 -1
  94. package/es/Menu/hooks/useContext.js +5 -8
  95. package/es/Message/Message.vue.js +1 -1
  96. package/es/Message/index.js +1 -1
  97. package/es/Modal/Modal.vue.js +1 -1
  98. package/es/Modal/ModalService.vue.js +1 -1
  99. package/es/Modal/hooks/useModalClose.js +1 -1
  100. package/es/Modal/hooks/useModalDraggable.js +1 -1
  101. package/es/Modal/hooks/useOnBeforeClose.js +1 -1
  102. package/es/Notification/Notification.vue.js +1 -1
  103. package/es/Notification/index.js +1 -1
  104. package/es/OverflowList/index.vue.js +1 -1
  105. package/es/PageHeader/index.vue.js +1 -1
  106. package/es/Pagination/Pagination.vue.js +7 -4
  107. package/es/Pagination/PaginationItem.vue.js +1 -1
  108. package/es/Pagination/hooks/useContext.js +1 -1
  109. package/es/Popconfirm/index.vue.js +1 -1
  110. package/es/Popover/index.vue.js +1 -1
  111. package/es/Progress/Progress.vue.js +1 -1
  112. package/es/Progress/ProgressCircle.vue.js +8 -15
  113. package/es/Progress/ProgressLine.vue.js +2 -2
  114. package/es/Progress/ProgressSteps.vue.js +1 -1
  115. package/es/Progress/index.css +1 -1
  116. package/es/Radio/Radio.vue.js +1 -1
  117. package/es/Radio/hooks/useContext.js +1 -1
  118. package/es/Rate/index.vue.js +1 -1
  119. package/es/ResizeBox/index.vue.js +1 -2
  120. package/es/Scrollbar/Scrollbar.vue.js +1 -1
  121. package/es/Scrollbar/ScrollbarTrack.vue.js +1 -1
  122. package/es/Select/Option.vue.js +1 -1
  123. package/es/Select/Select.vue.js +1 -1
  124. package/es/Select/SelectIcon.vue.js +1 -1
  125. package/es/Select/SelectRealList.vue.js +1 -1
  126. package/es/Select/SelectView.vue.js +1 -1
  127. package/es/Select/SelectVirtualList.vue.js +1 -1
  128. package/es/Select/hooks/useContext.js +1 -1
  129. package/es/Select/hooks/useSelectHotkeys.js +1 -1
  130. package/es/Select/hooks/useSelectOptions.js +1 -1
  131. package/es/Skeleton/SkeletonLine.vue.js +1 -1
  132. package/es/Skeleton/SkeletonShape.vue.js +1 -1
  133. package/es/Slider/SliderBtn.vue.js +1 -1
  134. package/es/Slider/hooks/useContext.js +1 -1
  135. package/es/Slider/hooks/useSliderDraggable.js +1 -1
  136. package/es/Space/index.vue.js +1 -1
  137. package/es/Spin/index.vue.js +1 -1
  138. package/es/Split/index.vue.js +1 -1
  139. package/es/Statistic/Countdown.vue.js +1 -1
  140. package/es/Statistic/Statistic.vue.js +1 -1
  141. package/es/Steps/Step.vue.js +1 -1
  142. package/es/Steps/hooks/useContext.js +1 -1
  143. package/es/Switch/index.vue.js +1 -1
  144. package/es/Tabs/TabButton.vue.js +1 -1
  145. package/es/Tabs/TabPane.vue.js +1 -1
  146. package/es/Tabs/Tabs.vue.js +1 -1
  147. package/es/Tabs/TabsNavInk.vue.js +1 -1
  148. package/es/Tabs/TabsTab.vue.js +1 -1
  149. package/es/Tabs/hooks/useContext.js +1 -1
  150. package/es/Tabs/hooks/useTabsScroll.js +1 -1
  151. package/es/Tag/index.vue.js +1 -1
  152. package/es/Textarea/hooks/useTextareaHeight.js +1 -1
  153. package/es/Textarea/index.vue.js +1 -1
  154. package/es/TimePicker/TimePicker.vue.js +1 -1
  155. package/es/TimePicker/TimePickerPanel.vue.js +3 -2
  156. package/es/TimePicker/hooks/useContext.js +1 -1
  157. package/es/Timeline/TimelineItemPending.vue.js +1 -1
  158. package/es/Timeline/hooks/useContext.js +1 -1
  159. package/es/Tooltip/index.vue.js +1 -1
  160. package/es/Transfer/Transfer.vue.js +1 -1
  161. package/es/Transfer/TransferPanel.vue.js +1 -1
  162. package/es/Transfer/hooks/useContext.js +1 -1
  163. package/es/Trigger/hooks/useContext.js +1 -1
  164. package/es/Trigger/hooks/useTriggerPosition.js +1 -1
  165. package/es/Trigger/hooks/useTriggerVisible.js +1 -1
  166. package/es/Trigger/index.vue.js +1 -1
  167. package/es/Typography/TypographyBase.vue.js +3 -3
  168. package/es/Upload/UploadButton.vue.js +1 -1
  169. package/es/Upload/UploadDrag.vue.js +1 -1
  170. package/es/Upload/UploadFileList.vue2.js +1 -1
  171. package/es/Upload/UploadPictureCard.vue2.js +1 -1
  172. package/es/Upload/hooks/useContext.js +2 -2
  173. package/es/Upload/hooks/useUpload.js +1 -1
  174. package/es/VerificationCode/index.vue.js +1 -1
  175. package/es/Watermark/index.vue.js +1 -1
  176. package/es/_shared/components/ExpandTransition/index.vue2.js +1 -1
  177. package/es/_shared/components/Icon/index.vue3.js +1 -1
  178. package/es/_shared/components/IconButton/index.vue.js +1 -1
  179. package/es/_shared/constants/index.js +1 -1
  180. package/es/_shared/icons/IconArrowDown.vue.js +1 -1
  181. package/es/_shared/icons/IconArrowRight.vue.js +1 -1
  182. package/es/_shared/icons/IconCheck.vue.js +1 -1
  183. package/es/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  184. package/es/_shared/icons/IconClose.vue.js +1 -1
  185. package/es/_shared/icons/IconCopy.vue.js +28 -1
  186. package/es/_shared/icons/IconCopy.vue2.js +1 -28
  187. package/es/_shared/icons/IconDelete.vue2.js +1 -1
  188. package/es/_shared/icons/IconDragDot.vue.js +1 -1
  189. package/es/_shared/icons/IconEdit.vue.js +28 -1
  190. package/es/_shared/icons/IconEdit.vue2.js +1 -28
  191. package/es/_shared/icons/IconEmpty.vue.js +1 -1
  192. package/es/_shared/icons/IconError.vue.js +1 -1
  193. package/es/_shared/icons/IconExclamation.vue2.js +1 -1
  194. package/es/_shared/icons/IconEyeClose.vue2.js +1 -1
  195. package/es/_shared/icons/IconEyeOpen.vue2.js +1 -1
  196. package/es/_shared/icons/IconFaceSmile.vue.js +1 -1
  197. package/es/_shared/icons/IconFile.vue2.js +1 -1
  198. package/es/_shared/icons/IconFullScreen.vue.js +28 -1
  199. package/es/_shared/icons/IconFullScreen.vue2.js +1 -28
  200. package/es/_shared/icons/IconImageClose.vue.js +1 -1
  201. package/es/_shared/icons/IconInfo.vue.js +1 -1
  202. package/es/_shared/icons/IconInfoLine.vue.js +1 -1
  203. package/es/_shared/icons/IconLink.vue.js +1 -1
  204. package/es/_shared/icons/IconLoading.vue.js +1 -1
  205. package/es/_shared/icons/IconMenuFold.vue.js +1 -1
  206. package/es/_shared/icons/IconMenuUnfold.vue.js +1 -1
  207. package/es/_shared/icons/IconMinus.vue2.js +1 -1
  208. package/es/_shared/icons/IconMore.vue.js +1 -1
  209. package/es/_shared/icons/IconOriginSize.vue.js +34 -1
  210. package/es/_shared/icons/IconOriginSize.vue2.js +1 -34
  211. package/es/_shared/icons/IconPlus.vue.js +1 -1
  212. package/es/_shared/icons/IconRight.vue.js +1 -1
  213. package/es/_shared/icons/IconRotateLeft.vue.js +28 -1
  214. package/es/_shared/icons/IconRotateLeft.vue2.js +1 -28
  215. package/es/_shared/icons/IconRotateRight.vue.js +28 -1
  216. package/es/_shared/icons/IconRotateRight.vue2.js +1 -28
  217. package/es/_shared/icons/IconSearch.vue2.js +1 -1
  218. package/es/_shared/icons/IconSeparator.vue.js +28 -1
  219. package/es/_shared/icons/IconSeparator.vue2.js +1 -28
  220. package/es/_shared/icons/IconStar.vue.js +1 -1
  221. package/es/_shared/icons/IconSuccess.vue.js +1 -1
  222. package/es/_shared/icons/IconTime.vue.js +1 -1
  223. package/es/_shared/icons/IconToTop.vue.js +1 -1
  224. package/es/_shared/icons/IconUpload.vue2.js +1 -1
  225. package/es/_shared/icons/IconWarning.vue.js +1 -1
  226. package/es/_shared/icons/IconZoomIn.vue.js +28 -1
  227. package/es/_shared/icons/IconZoomIn.vue2.js +1 -28
  228. package/es/_shared/icons/IconZoomOut.vue.js +28 -1
  229. package/es/_shared/icons/IconZoomOut.vue2.js +1 -28
  230. package/es/_shared/utils/index.d.ts +9 -12
  231. package/es/index.js +3 -0
  232. package/es/style.css +1 -1
  233. package/lib/Affix/index.vue.js +1 -1
  234. package/lib/Alert/index.vue.js +1 -1
  235. package/lib/Anchor/Anchor.vue.js +1 -1
  236. package/lib/Anchor/AnchorLink.vue.js +1 -1
  237. package/lib/Anchor/hooks/useContext.js +1 -1
  238. package/lib/AutoComplete/index.vue.js +1 -1
  239. package/lib/Avatar/Avatar.vue.js +1 -1
  240. package/lib/Avatar/AvatarGroup.vue.js +1 -1
  241. package/lib/BackTop/index.vue.js +1 -1
  242. package/lib/Badge/index.vue.js +1 -1
  243. package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
  244. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  245. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  246. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  247. package/lib/Button/hooks/useContext.js +1 -1
  248. package/lib/Calendar/Calendar.vue.js +1 -1
  249. package/lib/Calendar/CalendarMonth.vue.js +1 -1
  250. package/lib/Calendar/CalendarYear.vue.js +1 -1
  251. package/lib/Card/Card.vue.js +1 -1
  252. package/lib/Card/CardMeta.vue.js +1 -1
  253. package/lib/Carousel/Carousel.vue.js +1 -1
  254. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  255. package/lib/Carousel/CarouselIndicator.vue.js +1 -1
  256. package/lib/Carousel/hooks/useContext.js +1 -1
  257. package/lib/Cascader/Cascader.vue.js +1 -1
  258. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  259. package/lib/Cascader/CascaderOption.vue.js +1 -1
  260. package/lib/Cascader/hooks/useContext.js +1 -1
  261. package/lib/Checkbox/Checkbox.vue.js +1 -1
  262. package/lib/Checkbox/hooks/useContext.js +1 -1
  263. package/lib/Collapse/CollapseItem.vue.js +1 -1
  264. package/lib/Collapse/hooks/useContext.js +1 -1
  265. package/lib/ColorPicker/ColorControl.vue.js +1 -1
  266. package/lib/ColorPicker/ColorInput.vue.js +1 -1
  267. package/lib/ColorPicker/ColorList.vue.js +1 -1
  268. package/lib/ColorPicker/ColorPalette.vue.js +1 -1
  269. package/lib/ColorPicker/ColorPanel.vue.js +1 -1
  270. package/lib/ColorPicker/hooks/useContext.js +1 -1
  271. package/lib/ColorPicker/index.css +1 -1
  272. package/lib/Comment/hooks/useContext.js +1 -1
  273. package/lib/Comment/index.vue.js +1 -1
  274. package/lib/ConfigProvider/index.vue.js +1 -1
  275. package/lib/Descriptions/ReuseItem.vue.js +1 -1
  276. package/lib/Descriptions/ReuseTd.vue.js +1 -1
  277. package/lib/Descriptions/hooks/useContext.js +1 -1
  278. package/lib/Divider/index.vue.js +1 -1
  279. package/lib/Drawer/Drawer.vue.js +1 -1
  280. package/lib/Drawer/DrawerService.vue.js +1 -1
  281. package/lib/Dropdown/Dropdown.vue.js +1 -1
  282. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  283. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  284. package/lib/Dropdown/hooks/useContext.js +1 -1
  285. package/lib/Empty/index.vue.js +1 -1
  286. package/lib/Grid/Grid.vue.js +1 -1
  287. package/lib/Grid/GridCol.vue.js +1 -1
  288. package/lib/Grid/GridItem.vue.js +1 -1
  289. package/lib/Grid/GridRow.vue.js +1 -1
  290. package/lib/Grid/hooks/useContext.js +1 -1
  291. package/lib/Image/Image.vue.js +1 -1
  292. package/lib/Image/ImagePreview.vue.js +1 -1
  293. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  294. package/lib/Image/ImagePreviewGroup.vue.js +1 -1
  295. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  296. package/lib/Image/hooks/useContext.js +1 -1
  297. package/lib/Input/Input.vue.js +1 -1
  298. package/lib/Input/InputGroup.vue.d.ts +17 -0
  299. package/lib/Input/InputGroup.vue.js +1 -0
  300. package/lib/Input/InputGroup.vue3.js +1 -0
  301. package/lib/Input/InputSuffix.vue.js +1 -1
  302. package/lib/Input/hooks/useLimitedInput.js +1 -1
  303. package/lib/Input/index.css +1 -1
  304. package/lib/Input/index.d.ts +20 -0
  305. package/lib/Input/index.js +1 -1
  306. package/lib/InputNumber/InputNumber.vue.js +1 -1
  307. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  308. package/lib/InputTag/index.vue.js +1 -1
  309. package/lib/Layout/Layout.vue.js +1 -1
  310. package/lib/Layout/LayoutSider.vue.js +1 -1
  311. package/lib/Layout/hooks/useSiderContext.js +1 -1
  312. package/lib/Link/index.vue.js +1 -1
  313. package/lib/List/List.vue.js +1 -1
  314. package/lib/List/ListVirtual.vue.js +1 -1
  315. package/lib/List/hooks/useScrollReach.js +1 -1
  316. package/lib/Mention/index.vue.js +1 -1
  317. package/lib/Menu/Menu.vue.js +1 -1
  318. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  319. package/lib/Menu/MenuItem.vue.js +1 -1
  320. package/lib/Menu/MenuItemGroup.vue.js +1 -1
  321. package/lib/Menu/SubMenu.vue.js +1 -1
  322. package/lib/Menu/hooks/useCalcMaxMenuItems.js +1 -1
  323. package/lib/Menu/hooks/useContext.d.ts +1 -1
  324. package/lib/Menu/hooks/useContext.js +1 -1
  325. package/lib/Message/Message.vue.js +1 -1
  326. package/lib/Message/index.js +1 -1
  327. package/lib/Modal/Modal.vue.js +1 -1
  328. package/lib/Modal/ModalService.vue.js +1 -1
  329. package/lib/Modal/hooks/useModalClose.js +1 -1
  330. package/lib/Modal/hooks/useModalDraggable.js +1 -1
  331. package/lib/Modal/hooks/useOnBeforeClose.js +1 -1
  332. package/lib/Notification/Notification.vue.js +1 -1
  333. package/lib/Notification/index.js +1 -1
  334. package/lib/OverflowList/index.vue.js +1 -1
  335. package/lib/PageHeader/index.vue.js +1 -1
  336. package/lib/Pagination/Pagination.vue.js +1 -1
  337. package/lib/Pagination/PaginationItem.vue.js +1 -1
  338. package/lib/Pagination/hooks/useContext.js +1 -1
  339. package/lib/Popconfirm/index.vue.js +1 -1
  340. package/lib/Popover/index.vue.js +1 -1
  341. package/lib/Progress/Progress.vue.js +1 -1
  342. package/lib/Progress/ProgressCircle.vue.js +1 -1
  343. package/lib/Progress/ProgressLine.vue.js +1 -1
  344. package/lib/Progress/ProgressSteps.vue.js +1 -1
  345. package/lib/Progress/index.css +1 -1
  346. package/lib/Radio/Radio.vue.js +1 -1
  347. package/lib/Radio/hooks/useContext.js +1 -1
  348. package/lib/Rate/index.vue.js +1 -1
  349. package/lib/ResizeBox/index.vue.js +1 -1
  350. package/lib/Scrollbar/Scrollbar.vue.js +1 -1
  351. package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
  352. package/lib/Select/Option.vue.js +1 -1
  353. package/lib/Select/Select.vue.js +1 -1
  354. package/lib/Select/SelectIcon.vue.js +1 -1
  355. package/lib/Select/SelectRealList.vue.js +1 -1
  356. package/lib/Select/SelectView.vue.js +1 -1
  357. package/lib/Select/SelectVirtualList.vue.js +1 -1
  358. package/lib/Select/hooks/useContext.js +1 -1
  359. package/lib/Select/hooks/useSelectHotkeys.js +1 -1
  360. package/lib/Select/hooks/useSelectOptions.js +1 -1
  361. package/lib/Skeleton/SkeletonLine.vue.js +1 -1
  362. package/lib/Skeleton/SkeletonShape.vue.js +1 -1
  363. package/lib/Slider/SliderBtn.vue.js +1 -1
  364. package/lib/Slider/hooks/useContext.js +1 -1
  365. package/lib/Slider/hooks/useSliderDraggable.js +1 -1
  366. package/lib/Space/index.vue.js +1 -1
  367. package/lib/Spin/index.vue.js +1 -1
  368. package/lib/Split/index.vue.js +1 -1
  369. package/lib/Statistic/Countdown.vue.js +1 -1
  370. package/lib/Statistic/Statistic.vue.js +1 -1
  371. package/lib/Steps/Step.vue.js +1 -1
  372. package/lib/Steps/hooks/useContext.js +1 -1
  373. package/lib/Switch/index.vue.js +1 -1
  374. package/lib/Tabs/TabButton.vue.js +1 -1
  375. package/lib/Tabs/TabPane.vue.js +1 -1
  376. package/lib/Tabs/Tabs.vue.js +1 -1
  377. package/lib/Tabs/TabsNavInk.vue.js +1 -1
  378. package/lib/Tabs/TabsTab.vue.js +1 -1
  379. package/lib/Tabs/hooks/useContext.js +1 -1
  380. package/lib/Tabs/hooks/useTabsScroll.js +1 -1
  381. package/lib/Tag/index.vue.js +1 -1
  382. package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
  383. package/lib/Textarea/index.vue.js +1 -1
  384. package/lib/TimePicker/TimePicker.vue.js +1 -1
  385. package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
  386. package/lib/TimePicker/hooks/useContext.js +1 -1
  387. package/lib/Timeline/TimelineItemPending.vue.js +1 -1
  388. package/lib/Timeline/hooks/useContext.js +1 -1
  389. package/lib/Tooltip/index.vue.js +1 -1
  390. package/lib/Transfer/Transfer.vue.js +1 -1
  391. package/lib/Transfer/TransferPanel.vue.js +1 -1
  392. package/lib/Transfer/hooks/useContext.js +1 -1
  393. package/lib/Trigger/hooks/useContext.js +1 -1
  394. package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
  395. package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
  396. package/lib/Trigger/index.vue.js +1 -1
  397. package/lib/Typography/TypographyBase.vue.js +1 -1
  398. package/lib/Upload/UploadButton.vue.js +1 -1
  399. package/lib/Upload/UploadDrag.vue.js +1 -1
  400. package/lib/Upload/UploadFileList.vue2.js +1 -1
  401. package/lib/Upload/UploadPictureCard.vue2.js +1 -1
  402. package/lib/Upload/hooks/useContext.js +1 -1
  403. package/lib/Upload/hooks/useUpload.js +1 -1
  404. package/lib/VerificationCode/index.vue.js +1 -1
  405. package/lib/Watermark/index.vue.js +1 -1
  406. package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
  407. package/lib/_shared/components/Icon/index.vue3.js +1 -1
  408. package/lib/_shared/components/IconButton/index.vue.js +1 -1
  409. package/lib/_shared/constants/index.js +1 -1
  410. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  411. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  412. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  413. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  414. package/lib/_shared/icons/IconClose.vue.js +1 -1
  415. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  416. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  417. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  418. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  419. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  420. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  421. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  422. package/lib/_shared/icons/IconError.vue.js +1 -1
  423. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  424. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  425. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  426. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  427. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  428. package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
  429. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  430. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  431. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  432. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  433. package/lib/_shared/icons/IconLink.vue.js +1 -1
  434. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  435. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  436. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  437. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  438. package/lib/_shared/icons/IconMore.vue.js +1 -1
  439. package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
  440. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  441. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  442. package/lib/_shared/icons/IconRight.vue.js +1 -1
  443. package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
  444. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  445. package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
  446. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  447. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  448. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  449. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  450. package/lib/_shared/icons/IconStar.vue.js +1 -1
  451. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  452. package/lib/_shared/icons/IconTime.vue.js +1 -1
  453. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  454. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  455. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  456. package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
  457. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  458. package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
  459. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  460. package/lib/_shared/utils/index.d.ts +9 -12
  461. package/lib/index.js +1 -1
  462. package/lib/style.css +1 -1
  463. package/package.json +1 -1
@@ -1,5 +1,4 @@
1
1
  import { toRefs, ref, reactive, computed, provide, inject, watchEffect, onBeforeUnmount } from "vue";
2
- import { getBreakpointValue } from "../../_shared/utils/dom.js";
3
2
  import { nanoid } from "../../node_modules/nanoid/index.browser.js";
4
3
  import "../../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../../node_modules/dayjs/dayjs.min.js";
@@ -8,6 +7,7 @@ import "../../node_modules/dayjs/plugin/duration.js";
8
7
  import "../../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import { getBreakpointValue } from "../../_shared/utils/dom.js";
11
11
  import { isArray } from "../../_shared/utils/is.js";
12
12
  import "../../_shared/utils/locale.js";
13
13
  import "../../_shared/utils/time.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, ref, watch, createElementBlock, openBlock, normalizeStyle, unref, createElementVNode, createBlock, createCommentVNode, mergeProps, isRef, createSlots, withCtx, renderSlot, createVNode, toDisplayString, normalizeClass } from "vue";
2
- import { valueToPx } from "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import { valueToPx } from "../_shared/utils/dom.js";
10
10
  import { useControlValue } from "../_shared/utils/hooks.js";
11
11
  import { useI18n } from "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, ref, createBlock, openBlock, Teleport, unref, createElementBlock, createCommentVNode, normalizeStyle, normalizeClass, createVNode, Transition, withCtx, withDirectives, createElementVNode, vShow, withModifiers, renderSlot, createSlots } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import { useEventListener, onKeyStroke } from "../node_modules/@vueuse/core/index.js";
4
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../node_modules/dayjs/dayjs.min.js";
@@ -8,6 +7,7 @@ import "../node_modules/dayjs/plugin/duration.js";
8
7
  import "../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import "../_shared/utils/dom.js";
11
11
  import { getGlobalConfig } from "../_shared/utils/global-config.js";
12
12
  import { useControlValue } from "../_shared/utils/hooks.js";
13
13
  import "../_shared/utils/locale.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, createElementBlock, openBlock, normalizeClass, createVNode, unref } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../_shared/utils/dom.js";
10
10
  import "../_shared/utils/locale.js";
11
11
  import "../_shared/utils/time.js";
12
12
  /* empty css */
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, createElementBlock, openBlock, Fragment, renderSlot, createCommentVNode, createVNode, unref, mergeProps, isRef, createSlots, withCtx, createElementVNode } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import { onKeyStroke } from "../node_modules/@vueuse/core/index.js";
4
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../node_modules/dayjs/dayjs.min.js";
@@ -8,6 +7,7 @@ import "../node_modules/dayjs/plugin/duration.js";
8
7
  import "../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import "../_shared/utils/dom.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
13
  import useImageContext from "./hooks/useContext.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, createElementBlock, createCommentVNode, openBlock, renderSlot, Fragment, renderList, createBlock, unref, withCtx, resolveDynamicComponent } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,17 +6,18 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../_shared/utils/dom.js";
10
10
  import { useI18n } from "../_shared/utils/locale.js";
11
11
  import "../_shared/utils/time.js";
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  /* empty css */
15
- import _sfc_main$6 from "../_shared/icons/IconFullScreen.vue2.js";
16
- import _sfc_main$1 from "../_shared/icons/IconOriginSize.vue2.js";
17
- import _sfc_main$4 from "../_shared/icons/IconRotateLeft.vue2.js";
18
- import _sfc_main$5 from "../_shared/icons/IconRotateRight.vue2.js";
19
- import _sfc_main$3 from "../_shared/icons/IconZoomIn.vue2.js";
20
- import _sfc_main$2 from "../_shared/icons/IconZoomOut.vue2.js";
15
+ import _sfc_main$6 from "../_shared/icons/IconFullScreen.vue.js";
16
+ import _sfc_main$1 from "../_shared/icons/IconOriginSize.vue.js";
17
+ import _sfc_main$4 from "../_shared/icons/IconRotateLeft.vue.js";
18
+ import _sfc_main$5 from "../_shared/icons/IconRotateRight.vue.js";
19
+ import _sfc_main$3 from "../_shared/icons/IconZoomIn.vue.js";
20
+ import _sfc_main$2 from "../_shared/icons/IconZoomOut.vue.js";
21
21
  import _sfc_main$7 from "./ImagePreviewAction.vue.js";
22
22
  /* empty css */
23
23
  const _hoisted_1 = {
@@ -1,5 +1,4 @@
1
1
  import { toRefs, useSlots, computed, provide, ref, inject } from "vue";
2
- import "../../_shared/utils/dom.js";
3
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../../node_modules/dayjs/dayjs.min.js";
5
4
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../../node_modules/dayjs/plugin/duration.js";
7
6
  import "../../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../../_shared/utils/dom.js";
10
10
  import { useControlValue } from "../../_shared/utils/hooks.js";
11
11
  import "../../_shared/utils/locale.js";
12
12
  import "../../_shared/utils/time.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, ref, computed, createElementBlock, openBlock, normalizeClass, unref, createBlock, createCommentVNode, createElementVNode, withCtx, renderSlot, withDirectives, mergeProps, withKeys, vShow, createSlots } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../_shared/utils/dom.js";
10
10
  import { getGlobalConfig } from "../_shared/utils/global-config.js";
11
11
  import { useControlValue } from "../_shared/utils/hooks.js";
12
12
  import "../_shared/utils/locale.js";
@@ -0,0 +1,17 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,18 @@
1
+ import { defineComponent, createElementBlock, openBlock, renderSlot } from "vue";
2
+ const _hoisted_1 = { class: "yc-input-group" };
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ ...{
5
+ name: "InputGroup"
6
+ },
7
+ __name: "InputGroup",
8
+ setup(__props) {
9
+ return (_ctx, _cache) => {
10
+ return openBlock(), createElementBlock("div", _hoisted_1, [
11
+ renderSlot(_ctx.$slots, "default")
12
+ ]);
13
+ };
14
+ }
15
+ });
16
+ export {
17
+ _sfc_main as default
18
+ };
@@ -0,0 +1,5 @@
1
+ import _sfc_main from "./InputGroup.vue.js";
2
+ /* empty css */
3
+ export {
4
+ _sfc_main as default
5
+ };
@@ -2,7 +2,6 @@ import { defineComponent, createBlock, openBlock, unref, withCtx, createElementB
2
2
  import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
3
3
  /* empty css */
4
4
  import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
5
- import "../_shared/utils/dom.js";
6
5
  import "../node_modules/b-tween/dist/b-tween.es.js";
7
6
  import "../node_modules/dayjs/dayjs.min.js";
8
7
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -10,6 +9,7 @@ import "../node_modules/dayjs/plugin/duration.js";
10
9
  import "../node_modules/dayjs/plugin/toObject.js";
11
10
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
12
11
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
12
+ import "../_shared/utils/dom.js";
13
13
  import "../_shared/utils/locale.js";
14
14
  import "../_shared/utils/time.js";
15
15
  /* empty css */
@@ -1,5 +1,4 @@
1
1
  import { toRefs, computed, ref, nextTick } from "vue";
2
- import "../../_shared/utils/dom.js";
3
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../../node_modules/dayjs/dayjs.min.js";
5
4
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../../node_modules/dayjs/plugin/duration.js";
7
6
  import "../../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../../_shared/utils/dom.js";
10
10
  import { isNumber, isFunction, isUndefined } from "../../_shared/utils/is.js";
11
11
  import { useControlValue } from "../../_shared/utils/hooks.js";
12
12
  import "../../_shared/utils/locale.js";
@@ -1 +1 @@
1
- .yc-input-outer{width:100%;display:inline-flex;align-items:center}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append,.yc-input-outer .yc-input-wrapper{flex-shrink:0;font-size:inherit}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append{overflow:hidden;height:100%;padding:0 12px;color:var(--color-text-1);font-weight:400;white-space:nowrap;background-color:var(--color-fill-2);display:flex;align-items:center}.yc-input-outer .yc-input-prepend.yc-input-prepend,.yc-input-outer .yc-input-append.yc-input-prepend{border-right:1px solid var(--color-neutral-3);border-top-left-radius:2px;border-bottom-left-radius:2px}.yc-input-outer .yc-input-prepend.yc-input-append,.yc-input-outer .yc-input-append.yc-input-append{border-left:1px solid var(--color-neutral-3);border-top-right-radius:2px;border-bottom-right-radius:2px}.yc-input-has-prepend .yc-input-wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.yc-input-has-append .yc-input-wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.yc-input-error .yc-input-wrapper{background-color:var(--color-danger-light-1)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-danger-light-2)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background:var(--color-bg-2);border-color:rgb(var(--danger-6));box-shadow:0 0 0 0 var(--color-danger-light-2)}.yc-input-disabled{cursor:not-allowed}.yc-input-disabled .yc-input-wrapper{cursor:not-allowed;border-color:transparent;background-color:var(--color-fill-2);color:var(--color-text-4)}.yc-input-disabled .yc-input-wrapper .yc-input-prefix,.yc-input-disabled .yc-input-wrapper .yc-input-suffix{color:inherit}.yc-input-disabled .yc-input-wrapper .yc-input::placeholder{color:var(--color-text-4)}.yc-input-wrapper{flex:1;height:100%;width:100%;cursor:text;padding:0 12px;background-color:var(--color-fill-2);border:1px solid transparent;border-radius:var(--border-radius-small);transition:color .1s cubic-bezier(0, 0, 1, 1),border-color .1s cubic-bezier(0, 0, 1, 1),background-color .1s cubic-bezier(0, 0, 1, 1);color:var(--color-text-1);font-size:inherit;font-weight:400;display:flex;align-items:center}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-fill-3)}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover .yc-input-clear-button{visibility:visible}.yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background-color:var(--color-bg-2);border-color:rgb(var(--primary-6));box-shadow:0 0 0 0 var(--color-primary-light-2)}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix,.yc-input-wrapper .yc-input{flex-shrink:0;color:inherit}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix{height:100%;color:var(--color-text-2);display:flex;justify-content:center;align-items:center}.yc-input-wrapper .yc-input-prefix .yc-input-word-limit,.yc-input-wrapper .yc-input-suffix .yc-input-word-limit{color:var(--color-text-3);font-size:12px}.yc-input-wrapper .yc-input-prefix .yc-icon-button,.yc-input-wrapper .yc-input-suffix .yc-icon-button{color:inherit}.yc-input-wrapper .yc-input-prefix.yc-input-prefix,.yc-input-wrapper .yc-input-suffix.yc-input-prefix{padding-right:12px}.yc-input-wrapper .yc-input-prefix.yc-input-suffix,.yc-input-wrapper .yc-input-suffix.yc-input-suffix{padding-left:12px}.yc-input-wrapper .yc-input-clear-button{visibility:hidden}.yc-input-wrapper .yc-input{flex:1;cursor:inherit;outline:none;border:none;border-radius:var(--border-radius-none);background-color:transparent;color:inherit}.yc-input-wrapper .yc-input::placeholder{color:var(--color-text-3)}.yc-input-size-mini{font-size:12px;height:24px}.yc-input-size-mini .yc-input-wrapper .yc-input{padding:1px 0;line-height:1.667}.yc-input-size-small{font-size:14px;height:28px}.yc-input-size-small .yc-input-wrapper .yc-input{padding:2px 0;line-height:1.5715}.yc-input-size-medium{font-size:14px;height:32px}.yc-input-size-medium .yc-input-wrapper .yc-input{padding:4px 0;line-height:1.5715}.yc-input-size-large{font-size:14px;height:36px}.yc-input-size-large .yc-input-wrapper .yc-input{padding:6px 0;line-height:1.5715}
1
+ .yc-input-outer{width:100%;display:inline-flex;align-items:center}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append,.yc-input-outer .yc-input-wrapper{flex-shrink:0;font-size:inherit}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append{overflow:hidden;height:100%;padding:0 12px;color:var(--color-text-1);font-weight:400;white-space:nowrap;background-color:var(--color-fill-2);display:flex;align-items:center}.yc-input-outer .yc-input-prepend.yc-input-prepend,.yc-input-outer .yc-input-append.yc-input-prepend{border-right:1px solid var(--color-neutral-3);border-top-left-radius:2px;border-bottom-left-radius:2px}.yc-input-outer .yc-input-prepend.yc-input-append,.yc-input-outer .yc-input-append.yc-input-append{border-left:1px solid var(--color-neutral-3);border-top-right-radius:2px;border-bottom-right-radius:2px}.yc-input-has-prepend .yc-input-wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.yc-input-has-append .yc-input-wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.yc-input-error .yc-input-wrapper{background-color:var(--color-danger-light-1)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-danger-light-2)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background:var(--color-bg-2);border-color:rgb(var(--danger-6));box-shadow:0 0 0 0 var(--color-danger-light-2)}.yc-input-disabled{cursor:not-allowed}.yc-input-disabled .yc-input-wrapper{cursor:not-allowed;border-color:transparent;background-color:var(--color-fill-2);color:var(--color-text-4)}.yc-input-disabled .yc-input-wrapper .yc-input-prefix,.yc-input-disabled .yc-input-wrapper .yc-input-suffix{color:inherit}.yc-input-disabled .yc-input-wrapper .yc-input::placeholder{color:var(--color-text-4)}.yc-input-wrapper{flex:1;height:100%;width:100%;cursor:text;padding:0 12px;background-color:var(--color-fill-2);border:1px solid transparent;border-radius:var(--border-radius-small);transition:color .1s cubic-bezier(0, 0, 1, 1),border-color .1s cubic-bezier(0, 0, 1, 1),background-color .1s cubic-bezier(0, 0, 1, 1);color:var(--color-text-1);font-size:inherit;font-weight:400;display:flex;align-items:center}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-fill-3)}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover .yc-input-clear-button{visibility:visible}.yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background-color:var(--color-bg-2);border-color:rgb(var(--primary-6));box-shadow:0 0 0 0 var(--color-primary-light-2)}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix,.yc-input-wrapper .yc-input{flex-shrink:0;color:inherit}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix{height:100%;color:var(--color-text-2);display:flex;justify-content:center;align-items:center}.yc-input-wrapper .yc-input-prefix .yc-input-word-limit,.yc-input-wrapper .yc-input-suffix .yc-input-word-limit{color:var(--color-text-3);font-size:12px}.yc-input-wrapper .yc-input-prefix .yc-icon-button,.yc-input-wrapper .yc-input-suffix .yc-icon-button{color:inherit}.yc-input-wrapper .yc-input-prefix.yc-input-prefix,.yc-input-wrapper .yc-input-suffix.yc-input-prefix{padding-right:12px}.yc-input-wrapper .yc-input-prefix.yc-input-suffix,.yc-input-wrapper .yc-input-suffix.yc-input-suffix{padding-left:12px}.yc-input-wrapper .yc-input-clear-button{visibility:hidden}.yc-input-wrapper .yc-input{flex:1;cursor:inherit;outline:none;border:none;border-radius:var(--border-radius-none);background-color:transparent;color:inherit}.yc-input-wrapper .yc-input::placeholder{color:var(--color-text-3)}.yc-input-size-mini{font-size:12px;height:24px}.yc-input-size-mini .yc-input-wrapper .yc-input{padding:1px 0;line-height:1.667}.yc-input-size-small{font-size:14px;height:28px}.yc-input-size-small .yc-input-wrapper .yc-input{padding:2px 0;line-height:1.5715}.yc-input-size-medium{font-size:14px;height:32px}.yc-input-size-medium .yc-input-wrapper .yc-input{padding:4px 0;line-height:1.5715}.yc-input-size-large{font-size:14px;height:36px}.yc-input-size-large .yc-input-wrapper .yc-input{padding:6px 0;line-height:1.5715}.yc-input-group{display:inline-flex;align-items:center}.yc-input-group .yc-input-outer .yc-input-wrapper{border-radius:0}.yc-input-group .yc-input-outer:not(:last-child) .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.yc-input-group .yc-input-outer:not(:last-child):not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.yc-input-group .yc-input-outer:not(:last-child):not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.yc-input-group .yc-input-outer:first-child .yc-input-wrapper{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group .yc-input-outer:last-child .yc-input-wrapper{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.yc-input-group .yc-input-tag,.yc-input-group .yc-textarea-wrapper,.yc-input-group .yc-picker{border-radius:0}.yc-input-group .yc-input-tag:not(:last-child),.yc-input-group .yc-textarea-wrapper:not(:last-child),.yc-input-group .yc-picker:not(:last-child){border-right:1px solid var(--color-neutral-3)}.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.yc-input-group .yc-input-tag:first-child,.yc-input-group .yc-textarea-wrapper:first-child,.yc-input-group .yc-picker:first-child{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group .yc-input-tag:last-child,.yc-input-group .yc-textarea-wrapper:last-child,.yc-input-group .yc-picker:last-child{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer .yc-input-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer .yc-input-wrapper{border-radius:0}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer .yc-input-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer:not(.yc-input-disabled) .yc-input-wrapper:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer:not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper,.yc-input-group>.yc-select:not(:last-child) .yc-picker,.yc-input-group .yc-cascader:not(:last-child) .yc-picker{border-radius:0;border-right:1px solid var(--color-neutral-3)}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.yc-input-group>.yc-select:first-child .yc-input-tag,.yc-input-group .yc-cascader:first-child .yc-input-tag,.yc-input-group>.yc-select:first-child .yc-textarea-wrapper,.yc-input-group .yc-cascader:first-child .yc-textarea-wrapper,.yc-input-group>.yc-select:first-child .yc-picker,.yc-input-group .yc-cascader:first-child .yc-picker,.yc-input-group>.yc-select:first-child .yc-input-outer.yc-input-wrapper,.yc-input-group .yc-cascader:first-child .yc-input-outer.yc-input-wrapper{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group>.yc-select:last-child .yc-input-tag,.yc-input-group .yc-cascader:last-child .yc-input-tag,.yc-input-group>.yc-select:last-child .yc-textarea-wrapper,.yc-input-group .yc-cascader:last-child .yc-textarea-wrapper,.yc-input-group>.yc-select:last-child .yc-picker,.yc-input-group .yc-cascader:last-child .yc-picker,.yc-input-group>.yc-select:last-child .yc-input-outer.yc-input-wrapper,.yc-input-group .yc-cascader:last-child .yc-input-outer.yc-input-wrapper{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.reset-base-input .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.reset-base-input:not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.reset-base-input:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.reset-senior-input{border-right:1px solid var(--color-neutral-3)}.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.reset-first-border-radius{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.reset-last-border-radius{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}
@@ -1,5 +1,6 @@
1
1
  import { App } from 'vue';
2
2
  import { default as _Input } from './Input.vue';
3
+ import { default as _InputGroup } from './InputGroup.vue';
3
4
  export type InputInstance = InstanceType<typeof _Input>;
4
5
  export * from './type';
5
6
  declare const Input: {
@@ -143,11 +144,30 @@ declare const Input: {
143
144
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
144
145
  $slots: any;
145
146
  }) & {
147
+ group: {
148
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
149
+ P: {};
150
+ B: {};
151
+ D: {};
152
+ C: {};
153
+ M: {};
154
+ Defaults: {};
155
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
156
+ __isFragment?: never;
157
+ __isTeleport?: never;
158
+ __isSuspense?: never;
159
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
160
+ $slots: {
161
+ default?(_: {}): any;
162
+ };
163
+ });
146
164
  install: (app: App) => void;
147
165
  };
166
+ export { _InputGroup as InputGroup };
148
167
  declare module 'vue' {
149
168
  interface GlobalComponents {
150
169
  YcInput: typeof Input;
170
+ YcInputGroup: typeof _InputGroup;
151
171
  }
152
172
  }
153
173
  export default Input;
package/es/Input/index.js CHANGED
@@ -1,10 +1,15 @@
1
1
  import _sfc_main from "./Input.vue.js";
2
2
  /* empty css */
3
+ import _sfc_main$1 from "./InputGroup.vue.js";
4
+ /* empty css */
3
5
  const Input = Object.assign(_sfc_main, {
6
+ group: _sfc_main$1,
4
7
  install: (app) => {
5
8
  app.component("Yc" + _sfc_main.name, _sfc_main);
9
+ app.component("Yc" + _sfc_main$1.name, _sfc_main$1);
6
10
  }
7
11
  });
8
12
  export {
13
+ _sfc_main$1 as InputGroup,
9
14
  Input as default
10
15
  };
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, ref, computed, createBlock, openBlock, unref, createSlots, withCtx, renderSlot, createElementVNode, createVNode } from "vue";
2
- import { sleep } from "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import { sleep } from "../_shared/utils/dom.js";
10
10
  import { isString, isFunction, isNumber } from "../_shared/utils/is.js";
11
11
  import { useControlValue } from "../_shared/utils/hooks.js";
12
12
  import "../_shared/utils/locale.js";
@@ -1,6 +1,5 @@
1
1
  import { defineComponent, toRefs, computed, createBlock, openBlock, unref, normalizeClass, withCtx, renderSlot, createElementBlock, Fragment } from "vue";
2
2
  import _sfc_main$1 from "../_shared/icons/IconArrowDown.vue.js";
3
- import "../_shared/utils/dom.js";
4
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../node_modules/dayjs/dayjs.min.js";
6
5
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -8,6 +7,7 @@ import "../node_modules/dayjs/plugin/duration.js";
8
7
  import "../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import "../_shared/utils/dom.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
13
  /* empty css */
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, ref, computed, createElementBlock, openBlock, normalizeClass, unref, createBlock, createCommentVNode, createElementVNode, createVNode, withCtx, renderSlot, toDisplayString, TransitionGroup, withDirectives, Fragment, renderList, createTextVNode, withKeys, normalizeStyle, isRef, vModelText } from "vue";
2
- import { valueToPx } from "../_shared/utils/dom.js";
3
2
  import { useElementSize } from "../node_modules/@vueuse/core/index.js";
4
3
  import { nanoid } from "../node_modules/nanoid/index.browser.js";
5
4
  import "../node_modules/b-tween/dist/b-tween.es.js";
@@ -9,6 +8,7 @@ import "../node_modules/dayjs/plugin/duration.js";
9
8
  import "../node_modules/dayjs/plugin/toObject.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
11
10
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
11
+ import { valueToPx } from "../_shared/utils/dom.js";
12
12
  import { getGlobalConfig } from "../_shared/utils/global-config.js";
13
13
  import { useControlValue } from "../_shared/utils/hooks.js";
14
14
  import { isObject, isBoolean } from "../_shared/utils/is.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, computed, createElementBlock, openBlock, normalizeClass, renderSlot } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../_shared/utils/dom.js";
10
10
  import { isUndefined } from "../_shared/utils/is.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, toRefs, ref, computed, createBlock, createElementBlock, openBlock, unref, normalizeClass, withCtx, createElementVNode, createCommentVNode, renderSlot, createVNode, normalizeStyle } from "vue";
2
- import { mediaQueryHandler, valueToPx } from "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import { mediaQueryHandler, valueToPx } from "../_shared/utils/dom.js";
10
10
  import "../_shared/utils/locale.js";
11
11
  import "../_shared/utils/time.js";
12
12
  /* empty css */
@@ -1,5 +1,4 @@
1
1
  import { toRefs, computed, provide, inject, ref } from "vue";
2
- import "../../_shared/utils/dom.js";
3
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../../node_modules/dayjs/dayjs.min.js";
5
4
  import "../../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../../node_modules/dayjs/plugin/duration.js";
7
6
  import "../../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../../_shared/utils/dom.js";
10
10
  import { useControlValue } from "../../_shared/utils/hooks.js";
11
11
  import "../../_shared/utils/locale.js";
12
12
  import "../../_shared/utils/time.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, computed, createElementBlock, openBlock, normalizeClass, unref, createCommentVNode, renderSlot, createBlock } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../_shared/utils/dom.js";
10
10
  import "../_shared/utils/locale.js";
11
11
  import "../_shared/utils/time.js";
12
12
  /* empty css */
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, ref, computed, createElementBlock, openBlock, normalizeClass, unref, createVNode, withCtx, createBlock, createCommentVNode, normalizeStyle, createElementVNode, renderSlot, createSlots, normalizeProps, guardReactiveProps, Fragment, renderList, resolveDynamicComponent, isRef } from "vue";
2
- import { valueToPx } from "../_shared/utils/dom.js";
3
2
  import { unrefElement } from "../node_modules/@vueuse/core/index.js";
4
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../node_modules/dayjs/dayjs.min.js";
@@ -8,6 +7,7 @@ import "../node_modules/dayjs/plugin/duration.js";
8
7
  import "../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import { valueToPx } from "../_shared/utils/dom.js";
11
11
  import { getGlobalConfig } from "../_shared/utils/global-config.js";
12
12
  import { useControlValue } from "../_shared/utils/hooks.js";
13
13
  import "../_shared/utils/locale.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, toRefs, createElementBlock, openBlock, mergeProps, unref, createElementVNode, Fragment, renderList, renderSlot } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import { useVirtualList } from "../node_modules/@vueuse/core/index.js";
4
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../node_modules/dayjs/dayjs.min.js";
@@ -8,6 +7,7 @@ import "../node_modules/dayjs/plugin/duration.js";
8
7
  import "../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import "../_shared/utils/dom.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,4 +1,3 @@
1
- import { debounce } from "../../_shared/utils/dom.js";
2
1
  import { useScroll } from "../../node_modules/@vueuse/core/index.js";
3
2
  import "../../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../../node_modules/dayjs/dayjs.min.js";
@@ -7,6 +6,7 @@ import "../../node_modules/dayjs/plugin/duration.js";
7
6
  import "../../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import { debounce } from "../../_shared/utils/dom.js";
10
10
  import "vue";
11
11
  import "../../_shared/utils/locale.js";
12
12
  import "../../_shared/utils/time.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, ref, computed, onMounted, createBlock, openBlock, unref, mergeProps, isRef, createSlots, withCtx, renderSlot, nextTick } from "vue";
2
- import "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import "../_shared/utils/dom.js";
10
10
  import { isArray, isNull } from "../_shared/utils/is.js";
11
11
  import { useControlValue } from "../_shared/utils/hooks.js";
12
12
  import "../_shared/utils/locale.js";
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, ref, createElementBlock, openBlock, normalizeStyle, normalizeClass, unref, createElementVNode, createCommentVNode, renderSlot, createBlock } from "vue";
2
- import { mediaQueryHandler } from "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import { mediaQueryHandler } from "../_shared/utils/dom.js";
10
10
  import "../_shared/utils/locale.js";
11
11
  import "../_shared/utils/time.js";
12
12
  /* empty css */
@@ -1,6 +1,5 @@
1
1
  import { defineComponent, computed, createElementBlock, openBlock, normalizeClass, createVNode, unref, withCtx, createElementVNode, Fragment, renderList, createBlock } from "vue";
2
2
  import _sfc_main$2 from "../_shared/icons/IconArrowDown.vue.js";
3
- import "../_shared/utils/dom.js";
4
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../node_modules/dayjs/dayjs.min.js";
6
5
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -8,6 +7,7 @@ import "../node_modules/dayjs/plugin/duration.js";
8
7
  import "../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import "../_shared/utils/dom.js";
11
11
  import "../_shared/utils/locale.js";
12
12
  import "../_shared/utils/time.js";
13
13
  /* empty css */
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, useSlots, toRefs, useAttrs, computed, ref, onMounted, createElementBlock, createCommentVNode, unref, openBlock, normalizeClass, createVNode, createBlock, withCtx, createElementVNode, withDirectives, normalizeStyle, renderSlot, vShow, Fragment, renderList, resolveDynamicComponent } from "vue";
2
- import { valueToPx } from "../_shared/utils/dom.js";
3
2
  import { createReusableTemplate } from "../node_modules/@vueuse/core/index.js";
4
3
  import "../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../node_modules/dayjs/dayjs.min.js";
@@ -8,6 +7,7 @@ import "../node_modules/dayjs/plugin/duration.js";
8
7
  import "../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import { valueToPx } from "../_shared/utils/dom.js";
11
11
  import { isUndefined } from "../_shared/utils/is.js";
12
12
  import "../_shared/utils/locale.js";
13
13
  import "../_shared/utils/time.js";
@@ -171,7 +171,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
171
171
  }, [
172
172
  renderSlot(_ctx.$slots, "default")
173
173
  ], 2), [
174
- [vShow, !unref(computedCollapsed)]
174
+ [vShow, !unref(computedCollapsed) || !$slots.icon]
175
175
  ]),
176
176
  $slots.suffix ? withDirectives((openBlock(), createElementBlock("div", _hoisted_2, [
177
177
  renderSlot(_ctx.$slots, "suffix")
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, renderSlot, createTextVNode, toDisplayString, normalizeStyle } from "vue";
2
- import { valueToPx } from "../_shared/utils/dom.js";
3
2
  import "../node_modules/b-tween/dist/b-tween.es.js";
4
3
  import "../node_modules/dayjs/dayjs.min.js";
5
4
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -7,6 +6,7 @@ import "../node_modules/dayjs/plugin/duration.js";
7
6
  import "../node_modules/dayjs/plugin/toObject.js";
8
7
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
9
8
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
9
+ import { valueToPx } from "../_shared/utils/dom.js";
10
10
  import "../_shared/utils/locale.js";
11
11
  import "../_shared/utils/time.js";
12
12
  import useMenuContext from "./hooks/useContext.js";
@@ -1,7 +1,6 @@
1
1
  import { defineComponent, useSlots, createElementBlock, openBlock, normalizeClass, unref, createVNode, createSlots, withCtx, renderSlot, createTextVNode, toDisplayString, withDirectives, createElementVNode, vShow } from "vue";
2
2
  import useMenuContext from "./hooks/useContext.js";
3
3
  import _sfc_main$2 from "../_shared/icons/IconArrowDown.vue.js";
4
- import "../_shared/utils/dom.js";
5
4
  import "../node_modules/b-tween/dist/b-tween.es.js";
6
5
  import "../node_modules/dayjs/dayjs.min.js";
7
6
  import "../node_modules/tinycolor2/esm/tinycolor.js";
@@ -9,6 +8,7 @@ import "../node_modules/dayjs/plugin/duration.js";
9
8
  import "../node_modules/dayjs/plugin/toObject.js";
10
9
  import "../node_modules/dayjs/plugin/isSameOrAfter.js";
11
10
  import "../node_modules/dayjs/plugin/isSameOrBefore.js";
11
+ import "../_shared/utils/dom.js";
12
12
  import "../_shared/utils/locale.js";
13
13
  import "../_shared/utils/time.js";
14
14
  /* empty css */
@@ -1,5 +1,4 @@
1
1
  import { ref, computed, watchEffect, watch } from "vue";
2
- import { throttle } from "../../_shared/utils/dom.js";
3
2
  import { useResizeObserver, unrefElement } from "../../node_modules/@vueuse/core/index.js";
4
3
  import "../../node_modules/b-tween/dist/b-tween.es.js";
5
4
  import "../../node_modules/dayjs/dayjs.min.js";
@@ -8,6 +7,7 @@ import "../../node_modules/dayjs/plugin/duration.js";
8
7
  import "../../node_modules/dayjs/plugin/toObject.js";
9
8
  import "../../node_modules/dayjs/plugin/isSameOrAfter.js";
10
9
  import "../../node_modules/dayjs/plugin/isSameOrBefore.js";
10
+ import { throttle } from "../../_shared/utils/dom.js";
11
11
  import "../../_shared/utils/locale.js";
12
12
  import "../../_shared/utils/time.js";
13
13
  function useCalcMaxMenuItem({
@@ -33,7 +33,7 @@ export type MenuTreeNode = {
33
33
  label: () => any;
34
34
  children?: MenuTreeNode[];
35
35
  };
36
- export declare function FlattenMenuTree(vnodes: VNode[], componentName: string[]): MenuTreeNode[];
36
+ export declare function flattenMenuTree(vnodes: VNode[], componentName: string[]): MenuTreeNode[];
37
37
  export declare function buildMenuTree(flatData: MenuTreeNode[]): MenuTreeNode[];
38
38
  export declare function isMenuItemActive(menuTree: MenuTreeNode[], currentPath: string, activePath: string): boolean;
39
39
  export declare const getPopupMaxHeight: (popupMaxHeight: PopupMaxHeight) => number | undefined;