yc-design-vue 2.1.1 → 2.1.3

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 (703) hide show
  1. package/LICENSE +21 -201
  2. package/dist/index.umd.js +1 -1
  3. package/dist/lang-es/zh-cn.js +140 -142
  4. package/dist/style.css +1 -1
  5. package/es/Affix/index.vue.js +11 -2
  6. package/es/Alert/index.d.ts +3 -3
  7. package/es/Alert/index.vue.d.ts +1 -1
  8. package/es/Alert/index.vue.js +9 -0
  9. package/es/Anchor/Anchor.vue.js +9 -0
  10. package/es/Anchor/AnchorLink.vue.js +9 -0
  11. package/es/Anchor/hooks/useContext.js +10 -1
  12. package/es/AutoComplete/index.d.ts +74 -74
  13. package/es/AutoComplete/index.vue.d.ts +101 -101
  14. package/es/AutoComplete/index.vue.js +11 -1
  15. package/es/Avatar/Avatar.vue.js +10 -1
  16. package/es/Avatar/AvatarGroup.vue.js +13 -3
  17. package/es/BackTop/index.vue.js +11 -3
  18. package/es/Badge/index.vue.js +10 -1
  19. package/es/Breadcrumb/Breadcrumb.vue.js +14 -5
  20. package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +1 -1
  21. package/es/Breadcrumb/BreadcrumbItem.vue.js +9 -0
  22. package/es/Breadcrumb/BreadcrumbMore.vue.js +9 -0
  23. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +10 -1
  24. package/es/Breadcrumb/index.d.ts +3 -3
  25. package/es/Button/Button.vue.d.ts +2 -2
  26. package/es/Button/ButtonGroup.vue.d.ts +1 -1
  27. package/es/Button/hooks/useContext.js +10 -0
  28. package/es/Button/index.d.ts +9 -9
  29. package/es/Calendar/Calendar.vue.js +9 -2
  30. package/es/Calendar/CalendarMonth.vue.d.ts +1 -1
  31. package/es/Calendar/CalendarMonth.vue.js +8 -1
  32. package/es/Calendar/CalendarYear.vue.d.ts +1 -1
  33. package/es/Calendar/CalendarYear.vue.js +8 -0
  34. package/es/Card/Card.vue.js +11 -1
  35. package/es/Card/CardMeta.vue.js +10 -0
  36. package/es/Carousel/Carousel.vue.js +10 -0
  37. package/es/Carousel/CarouselArrow.vue.js +9 -0
  38. package/es/Carousel/CarouselIndicator.vue.js +9 -0
  39. package/es/Carousel/hooks/useContext.js +10 -1
  40. package/es/Cascader/Cascader.vue.d.ts +27 -27
  41. package/es/Cascader/Cascader.vue.js +9 -0
  42. package/es/Cascader/CascaderIcon.vue.js +9 -0
  43. package/es/Cascader/CascaderOption.vue.d.ts +1 -1
  44. package/es/Cascader/CascaderOption.vue.js +10 -1
  45. package/es/Cascader/hooks/useContext.js +11 -1
  46. package/es/Cascader/index.d.ts +28 -28
  47. package/es/Checkbox/Checkbox.vue.js +11 -2
  48. package/es/Checkbox/hooks/useContext.js +11 -1
  49. package/es/Collapse/CollapseItem.vue.d.ts +1 -1
  50. package/es/Collapse/CollapseItem.vue.js +9 -0
  51. package/es/Collapse/hooks/useContext.js +11 -1
  52. package/es/Collapse/index.d.ts +3 -3
  53. package/es/Collapse/type.d.ts +1 -1
  54. package/es/ColorPicker/ColorControl.vue.js +9 -0
  55. package/es/ColorPicker/ColorInput.vue.js +10 -0
  56. package/es/ColorPicker/ColorList.vue.js +9 -0
  57. package/es/ColorPicker/ColorPalette.vue.js +9 -0
  58. package/es/ColorPicker/ColorPanel.vue.js +9 -0
  59. package/es/ColorPicker/hooks/useContext.js +11 -1
  60. package/es/Comment/hooks/useContext.js +10 -0
  61. package/es/Comment/index.vue.js +10 -0
  62. package/es/ConfigProvider/index.d.ts +3 -3
  63. package/es/ConfigProvider/index.vue.d.ts +1 -1
  64. package/es/ConfigProvider/index.vue.js +10 -0
  65. package/es/ConfigProvider/type.d.ts +1 -1
  66. package/es/Descriptions/Descriptions.vue.d.ts +2 -2
  67. package/es/Descriptions/DescriptionsItem.vue.d.ts +1 -1
  68. package/es/Descriptions/ReuseItem.vue.js +10 -0
  69. package/es/Descriptions/ReuseTd.vue.js +10 -0
  70. package/es/Descriptions/hooks/useContext.js +9 -0
  71. package/es/Descriptions/index.d.ts +9 -9
  72. package/es/Divider/index.vue.js +9 -0
  73. package/es/Divider/type.d.ts +1 -1
  74. package/es/Drawer/Drawer.vue.d.ts +4 -4
  75. package/es/Drawer/Drawer.vue.js +9 -1
  76. package/es/Drawer/DrawerService.vue.d.ts +4 -4
  77. package/es/Drawer/DrawerService.vue.js +10 -0
  78. package/es/Drawer/index.d.ts +12 -12
  79. package/es/Dropdown/Dropdown.vue.d.ts +3 -3
  80. package/es/Dropdown/Dropdown.vue.js +10 -1
  81. package/es/Dropdown/DropdownButton.vue.d.ts +5 -5
  82. package/es/Dropdown/DropdownButton.vue.js +9 -0
  83. package/es/Dropdown/Dsubmenu.vue.d.ts +11 -11
  84. package/es/Dropdown/Dsubmenu.vue.js +14 -6
  85. package/es/Dropdown/hooks/useContext.js +11 -1
  86. package/es/Dropdown/index.d.ts +27 -27
  87. package/es/Dropdown/type.d.ts +1 -1
  88. package/es/Empty/index.vue.js +9 -1
  89. package/es/Grid/Grid.vue.js +9 -0
  90. package/es/Grid/GridCol.vue.js +9 -0
  91. package/es/Grid/GridItem.vue.js +9 -0
  92. package/es/Grid/GridRow.vue.d.ts +1 -1
  93. package/es/Grid/GridRow.vue.js +9 -0
  94. package/es/Grid/hooks/useContext.js +10 -1
  95. package/es/Grid/index.d.ts +3 -3
  96. package/es/Image/Image.vue.js +9 -1
  97. package/es/Image/ImagePreview.vue.js +12 -3
  98. package/es/Image/ImagePreviewAction.vue.d.ts +1 -1
  99. package/es/Image/ImagePreviewArrow.vue.js +9 -0
  100. package/es/Image/ImagePreviewGroup.vue.js +10 -0
  101. package/es/Image/ImagePreviewToolbar.vue.js +9 -1
  102. package/es/Image/hooks/useContext.js +11 -1
  103. package/es/Image/index.d.ts +3 -3
  104. package/es/Input/Input.vue.d.ts +4 -4
  105. package/es/Input/Input.vue.js +11 -2
  106. package/es/Input/InputSuffix.vue.js +9 -0
  107. package/es/Input/hooks/useLimitedInput.js +11 -1
  108. package/es/Input/index.d.ts +10 -10
  109. package/es/Input/type.d.ts +1 -1
  110. package/es/InputNumber/InputNumber.vue.d.ts +25 -25
  111. package/es/InputNumber/InputNumber.vue.js +11 -2
  112. package/es/InputNumber/InputOperaBtn.vue.js +9 -0
  113. package/es/InputNumber/index.d.ts +23 -23
  114. package/es/InputNumber/type.d.ts +1 -1
  115. package/es/InputTag/index.d.ts +15 -15
  116. package/es/InputTag/index.vue.d.ts +6 -6
  117. package/es/InputTag/index.vue.js +13 -4
  118. package/es/InputTag/type.d.ts +1 -1
  119. package/es/Layout/Layout.vue.js +10 -0
  120. package/es/Layout/LayoutSider.vue.d.ts +3 -3
  121. package/es/Layout/LayoutSider.vue.js +9 -0
  122. package/es/Layout/hooks/useSiderContext.js +11 -1
  123. package/es/Layout/index.d.ts +9 -9
  124. package/es/Link/index.vue.js +9 -0
  125. package/es/List/List.vue.d.ts +7 -7
  126. package/es/List/List.vue.js +11 -2
  127. package/es/List/ListVirtual.vue.js +10 -0
  128. package/es/List/hooks/useScrollReach.js +11 -2
  129. package/es/List/index.d.ts +6 -6
  130. package/es/List/type.d.ts +1 -1
  131. package/es/Mention/index.d.ts +87 -87
  132. package/es/Mention/index.vue.d.ts +145 -145
  133. package/es/Mention/index.vue.js +11 -1
  134. package/es/Mention/type.d.ts +1 -1
  135. package/es/Menu/Menu.vue.d.ts +8 -8
  136. package/es/Menu/Menu.vue.js +9 -0
  137. package/es/Menu/MenuEllipsis.vue.js +9 -0
  138. package/es/Menu/MenuItem.vue.js +10 -1
  139. package/es/Menu/MenuItemGroup.vue.js +9 -0
  140. package/es/Menu/SubMenu.vue.js +10 -2
  141. package/es/Menu/hooks/useContext.d.ts +1 -1
  142. package/es/Menu/hooks/useContext.js +17 -6
  143. package/es/Menu/index.d.ts +24 -24
  144. package/es/Menu/type.d.ts +1 -1
  145. package/es/Message/Message.vue.d.ts +2 -2
  146. package/es/Message/Message.vue.js +11 -2
  147. package/es/Message/index.d.ts +7 -7
  148. package/es/Message/index.js +11 -1
  149. package/es/Message/type.d.ts +1 -1
  150. package/es/Modal/Modal.vue.d.ts +3 -3
  151. package/es/Modal/Modal.vue.js +9 -1
  152. package/es/Modal/ModalService.vue.d.ts +3 -3
  153. package/es/Modal/ModalService.vue.js +10 -0
  154. package/es/Modal/hooks/useModalClose.d.ts +1 -1
  155. package/es/Modal/hooks/useModalClose.js +11 -1
  156. package/es/Modal/hooks/useModalDraggable.js +10 -1
  157. package/es/Modal/hooks/useOnBeforeClose.js +11 -0
  158. package/es/Modal/index.d.ts +9 -9
  159. package/es/Notification/Notification.vue.d.ts +5 -5
  160. package/es/Notification/Notification.vue.js +10 -1
  161. package/es/Notification/index.d.ts +22 -21
  162. package/es/Notification/index.js +10 -0
  163. package/es/Notification/type.d.ts +1 -1
  164. package/es/OverflowList/index.vue.js +11 -2
  165. package/es/PageHeader/index.vue.js +9 -0
  166. package/es/Pagination/Pagination.vue.js +9 -1
  167. package/es/Pagination/PaginationItem.vue.js +9 -0
  168. package/es/Pagination/hooks/useContext.js +10 -1
  169. package/es/Popconfirm/index.d.ts +16 -16
  170. package/es/Popconfirm/index.vue.d.ts +14 -14
  171. package/es/Popconfirm/index.vue.js +10 -1
  172. package/es/Popover/index.d.ts +6 -6
  173. package/es/Popover/index.vue.d.ts +2 -2
  174. package/es/Popover/index.vue.js +11 -1
  175. package/es/Progress/Progress.vue.js +10 -0
  176. package/es/Progress/ProgressCircle.vue.js +11 -2
  177. package/es/Progress/ProgressLine.vue.js +9 -0
  178. package/es/Progress/ProgressSteps.vue.js +9 -0
  179. package/es/Radio/Radio.vue.d.ts +1 -1
  180. package/es/Radio/Radio.vue.js +11 -2
  181. package/es/Radio/RadioGroup.vue.d.ts +1 -1
  182. package/es/Radio/hooks/useContext.js +11 -1
  183. package/es/Radio/index.d.ts +6 -6
  184. package/es/Radio/type.d.ts +1 -1
  185. package/es/Rate/index.vue.js +11 -2
  186. package/es/ResizeBox/index.vue.d.ts +2 -1
  187. package/es/ResizeBox/index.vue.js +11 -2
  188. package/es/Scrollbar/Scrollbar.vue.d.ts +1 -1
  189. package/es/Scrollbar/Scrollbar.vue.js +10 -1
  190. package/es/Scrollbar/ScrollbarTrack.vue.js +10 -1
  191. package/es/Scrollbar/index.d.ts +3 -3
  192. package/es/Select/Option.vue.d.ts +1 -1
  193. package/es/Select/Option.vue.js +10 -1
  194. package/es/Select/Select.vue.d.ts +47 -47
  195. package/es/Select/Select.vue.js +10 -1
  196. package/es/Select/SelectIcon.vue.js +9 -0
  197. package/es/Select/SelectRealList.vue.js +10 -0
  198. package/es/Select/SelectView.vue.js +10 -0
  199. package/es/Select/SelectVirtualList.vue.d.ts +1 -1
  200. package/es/Select/SelectVirtualList.vue.js +12 -3
  201. package/es/Select/hooks/useContext.js +11 -1
  202. package/es/Select/hooks/useSelectHotkeys.js +10 -0
  203. package/es/Select/hooks/useSelectOptions.d.ts +1 -1
  204. package/es/Select/hooks/useSelectOptions.js +10 -0
  205. package/es/Select/index.d.ts +45 -45
  206. package/es/Select/type.d.ts +1 -1
  207. package/es/Skeleton/SkeletonLine.vue.js +9 -0
  208. package/es/Skeleton/SkeletonShape.vue.js +10 -0
  209. package/es/Slider/SliderBtn.vue.js +11 -1
  210. package/es/Slider/hooks/useContext.js +11 -1
  211. package/es/Slider/hooks/useSliderDraggable.js +10 -1
  212. package/es/Space/index.vue.js +10 -1
  213. package/es/Space/type.d.ts +2 -2
  214. package/es/Spin/index.vue.js +9 -0
  215. package/es/Split/index.vue.js +12 -3
  216. package/es/Split/type.d.ts +1 -1
  217. package/es/Statistic/Countdown.vue.d.ts +1 -1
  218. package/es/Statistic/Countdown.vue.js +9 -1
  219. package/es/Statistic/Statistic.vue.d.ts +1 -1
  220. package/es/Statistic/Statistic.vue.js +9 -1
  221. package/es/Statistic/index.d.ts +6 -6
  222. package/es/Steps/Step.vue.d.ts +1 -1
  223. package/es/Steps/Step.vue.js +9 -0
  224. package/es/Steps/hooks/useContext.js +11 -1
  225. package/es/Steps/index.d.ts +3 -3
  226. package/es/Steps/type.d.ts +1 -1
  227. package/es/Switch/index.d.ts +8 -8
  228. package/es/Switch/index.vue.d.ts +3 -3
  229. package/es/Switch/index.vue.js +12 -2
  230. package/es/Tabs/TabButton.vue.js +9 -0
  231. package/es/Tabs/TabPane.vue.d.ts +1 -1
  232. package/es/Tabs/TabPane.vue.js +10 -0
  233. package/es/Tabs/Tabs.vue.d.ts +2 -2
  234. package/es/Tabs/Tabs.vue.js +9 -0
  235. package/es/Tabs/TabsNavInk.vue.js +10 -1
  236. package/es/Tabs/TabsTab.vue.js +10 -0
  237. package/es/Tabs/hooks/useContext.js +11 -1
  238. package/es/Tabs/hooks/useTabsScroll.js +10 -1
  239. package/es/Tabs/index.d.ts +6 -6
  240. package/es/Tabs/type.d.ts +1 -1
  241. package/es/Tag/index.vue.js +11 -2
  242. package/es/Textarea/hooks/useTextareaHeight.js +9 -0
  243. package/es/Textarea/index.d.ts +10 -10
  244. package/es/Textarea/index.vue.d.ts +4 -4
  245. package/es/Textarea/index.vue.js +9 -0
  246. package/es/TimePicker/TimePicker.vue.d.ts +6 -6
  247. package/es/TimePicker/TimePicker.vue.js +10 -2
  248. package/es/TimePicker/TimePickerPanel.vue.js +7 -1
  249. package/es/TimePicker/hooks/useContext.js +10 -1
  250. package/es/TimePicker/index.d.ts +16 -16
  251. package/es/TimePicker/type.d.ts +1 -1
  252. package/es/Timeline/TimelineItem.vue.d.ts +1 -1
  253. package/es/Timeline/TimelineItemPending.vue.js +11 -1
  254. package/es/Timeline/hooks/useContext.js +10 -0
  255. package/es/Timeline/index.d.ts +3 -3
  256. package/es/Timeline/type.d.ts +1 -1
  257. package/es/Tooltip/index.d.ts +3 -3
  258. package/es/Tooltip/index.vue.d.ts +1 -1
  259. package/es/Tooltip/index.vue.js +11 -1
  260. package/es/Transfer/Transfer.vue.d.ts +3 -3
  261. package/es/Transfer/Transfer.vue.js +9 -0
  262. package/es/Transfer/TransferPanel.vue.js +11 -2
  263. package/es/Transfer/hooks/useContext.js +11 -1
  264. package/es/Transfer/index.d.ts +8 -8
  265. package/es/Transfer/type.d.ts +1 -1
  266. package/es/Trigger/hooks/useContext.js +10 -1
  267. package/es/Trigger/hooks/useTriggerPosition.js +9 -0
  268. package/es/Trigger/hooks/useTriggerVisible.js +11 -2
  269. package/es/Trigger/index.d.ts +6 -6
  270. package/es/Trigger/index.vue.d.ts +2 -2
  271. package/es/Trigger/index.vue.js +11 -2
  272. package/es/Typography/TypographyBase.vue.d.ts +22 -22
  273. package/es/Typography/TypographyBase.vue.js +12 -4
  274. package/es/Typography/type.d.ts +1 -1
  275. package/es/Upload/Upload.vue.d.ts +1 -1
  276. package/es/Upload/UploadButton.vue.js +9 -1
  277. package/es/Upload/UploadDrag.vue.js +9 -1
  278. package/es/Upload/UploadFileList.vue2.js +10 -1
  279. package/es/Upload/UploadPictureCard.vue2.js +10 -1
  280. package/es/Upload/hooks/useContext.js +11 -1
  281. package/es/Upload/hooks/useUpload.d.ts +1 -1
  282. package/es/Upload/hooks/useUpload.js +11 -1
  283. package/es/Upload/index.d.ts +3 -3
  284. package/es/VerificationCode/index.d.ts +3 -3
  285. package/es/VerificationCode/index.vue.d.ts +1 -1
  286. package/es/VerificationCode/index.vue.js +12 -3
  287. package/es/Watermark/index.d.ts +3 -3
  288. package/es/Watermark/index.vue.d.ts +1 -1
  289. package/es/Watermark/index.vue.js +11 -1
  290. package/es/_shared/components/ExpandTransition/index.vue2.js +9 -0
  291. package/es/_shared/components/Icon/index.vue3.js +9 -0
  292. package/es/_shared/components/IconButton/index.vue.js +9 -0
  293. package/es/_shared/constants/index.js +9 -0
  294. package/es/_shared/icons/IconArrowDown.vue.js +9 -0
  295. package/es/_shared/icons/IconArrowRight.vue.js +9 -0
  296. package/es/_shared/icons/IconCheck.vue.js +9 -0
  297. package/es/_shared/icons/IconCheckboxChecked.vue.js +9 -0
  298. package/es/_shared/icons/IconClose.vue.js +9 -0
  299. package/es/_shared/icons/IconCopy.vue.js +28 -1
  300. package/es/_shared/icons/IconCopy.vue2.js +1 -19
  301. package/es/_shared/icons/IconDelete.vue.js +28 -1
  302. package/es/_shared/icons/IconDelete.vue2.js +1 -19
  303. package/es/_shared/icons/IconDragDot.vue.js +9 -0
  304. package/es/_shared/icons/IconEdit.vue.js +28 -1
  305. package/es/_shared/icons/IconEdit.vue2.js +1 -19
  306. package/es/_shared/icons/IconEmpty.vue.js +9 -0
  307. package/es/_shared/icons/IconError.vue.js +9 -0
  308. package/es/_shared/icons/IconExclamation.vue.js +39 -1
  309. package/es/_shared/icons/IconExclamation.vue2.js +1 -30
  310. package/es/_shared/icons/IconEyeClose.vue2.js +9 -0
  311. package/es/_shared/icons/IconEyeOpen.vue2.js +9 -0
  312. package/es/_shared/icons/IconFaceSmile.vue.js +9 -0
  313. package/es/_shared/icons/IconFile.vue2.js +9 -0
  314. package/es/_shared/icons/IconFullScreen.vue2.js +9 -0
  315. package/es/_shared/icons/IconImageClose.vue.js +9 -0
  316. package/es/_shared/icons/IconInfo.vue.js +9 -0
  317. package/es/_shared/icons/IconInfoLine.vue.js +9 -0
  318. package/es/_shared/icons/IconLink.vue.js +9 -0
  319. package/es/_shared/icons/IconLoading.vue.js +9 -0
  320. package/es/_shared/icons/IconMenuFold.vue.js +9 -0
  321. package/es/_shared/icons/IconMenuUnfold.vue.js +9 -0
  322. package/es/_shared/icons/IconMinus.vue2.js +9 -0
  323. package/es/_shared/icons/IconMore.vue.js +9 -0
  324. package/es/_shared/icons/IconOriginSize.vue2.js +9 -0
  325. package/es/_shared/icons/IconPlus.vue.js +9 -0
  326. package/es/_shared/icons/IconRight.vue.js +9 -0
  327. package/es/_shared/icons/IconRotateLeft.vue2.js +9 -0
  328. package/es/_shared/icons/IconRotateRight.vue2.js +9 -0
  329. package/es/_shared/icons/IconSearch.vue.js +28 -1
  330. package/es/_shared/icons/IconSearch.vue2.js +1 -19
  331. package/es/_shared/icons/IconSeparator.vue2.js +9 -0
  332. package/es/_shared/icons/IconStar.vue.js +9 -0
  333. package/es/_shared/icons/IconSuccess.vue.js +9 -0
  334. package/es/_shared/icons/IconTime.vue.js +9 -0
  335. package/es/_shared/icons/IconToTop.vue.js +9 -0
  336. package/es/_shared/icons/IconUpload.vue2.js +9 -0
  337. package/es/_shared/icons/IconWarning.vue.js +9 -0
  338. package/es/_shared/icons/IconZoomIn.vue2.js +9 -0
  339. package/es/_shared/icons/IconZoomOut.vue2.js +9 -0
  340. package/es/_shared/utils/color.d.ts +1 -1
  341. package/es/_shared/utils/color.js +6 -0
  342. package/es/_shared/utils/dependencies.d.ts +11 -0
  343. package/es/_shared/utils/dom.js +8 -1
  344. package/es/_shared/utils/index.d.ts +12 -0
  345. package/es/_shared/utils/time.d.ts +1 -1
  346. package/es/_shared/utils/time.js +3 -1
  347. package/es/_shared/utils/vue-utils.d.ts +0 -1
  348. package/es/index.d.ts +64 -64
  349. package/es/lang-es/zh-cn.js +140 -142
  350. package/es/shared.css +1 -1
  351. package/es/style.css +1 -1
  352. package/lib/Affix/index.vue.js +1 -1
  353. package/lib/Alert/index.d.ts +3 -3
  354. package/lib/Alert/index.vue.d.ts +1 -1
  355. package/lib/Alert/index.vue.js +1 -1
  356. package/lib/Anchor/Anchor.vue.js +1 -1
  357. package/lib/Anchor/AnchorLink.vue.js +1 -1
  358. package/lib/Anchor/hooks/useContext.js +1 -1
  359. package/lib/AutoComplete/index.d.ts +74 -74
  360. package/lib/AutoComplete/index.vue.d.ts +101 -101
  361. package/lib/AutoComplete/index.vue.js +1 -1
  362. package/lib/Avatar/Avatar.vue.js +1 -1
  363. package/lib/Avatar/AvatarGroup.vue.js +1 -1
  364. package/lib/BackTop/index.vue.js +1 -1
  365. package/lib/Badge/index.vue.js +1 -1
  366. package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
  367. package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +1 -1
  368. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  369. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  370. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  371. package/lib/Breadcrumb/index.d.ts +3 -3
  372. package/lib/Button/Button.vue.d.ts +2 -2
  373. package/lib/Button/ButtonGroup.vue.d.ts +1 -1
  374. package/lib/Button/hooks/useContext.js +1 -1
  375. package/lib/Button/index.d.ts +9 -9
  376. package/lib/Calendar/Calendar.vue.js +1 -1
  377. package/lib/Calendar/CalendarMonth.vue.d.ts +1 -1
  378. package/lib/Calendar/CalendarMonth.vue.js +1 -1
  379. package/lib/Calendar/CalendarYear.vue.d.ts +1 -1
  380. package/lib/Calendar/CalendarYear.vue.js +1 -1
  381. package/lib/Card/Card.vue.js +1 -1
  382. package/lib/Card/CardMeta.vue.js +1 -1
  383. package/lib/Carousel/Carousel.vue.js +1 -1
  384. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  385. package/lib/Carousel/CarouselIndicator.vue.js +1 -1
  386. package/lib/Carousel/hooks/useContext.js +1 -1
  387. package/lib/Cascader/Cascader.vue.d.ts +27 -27
  388. package/lib/Cascader/Cascader.vue.js +1 -1
  389. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  390. package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
  391. package/lib/Cascader/CascaderOption.vue.js +1 -1
  392. package/lib/Cascader/hooks/useContext.js +1 -1
  393. package/lib/Cascader/index.d.ts +28 -28
  394. package/lib/Checkbox/Checkbox.vue.js +1 -1
  395. package/lib/Checkbox/hooks/useContext.js +1 -1
  396. package/lib/Collapse/CollapseItem.vue.d.ts +1 -1
  397. package/lib/Collapse/CollapseItem.vue.js +1 -1
  398. package/lib/Collapse/hooks/useContext.js +1 -1
  399. package/lib/Collapse/index.d.ts +3 -3
  400. package/lib/Collapse/type.d.ts +1 -1
  401. package/lib/ColorPicker/ColorControl.vue.js +1 -1
  402. package/lib/ColorPicker/ColorInput.vue.js +1 -1
  403. package/lib/ColorPicker/ColorList.vue.js +1 -1
  404. package/lib/ColorPicker/ColorPalette.vue.js +1 -1
  405. package/lib/ColorPicker/ColorPanel.vue.js +1 -1
  406. package/lib/ColorPicker/hooks/useContext.js +1 -1
  407. package/lib/Comment/hooks/useContext.js +1 -1
  408. package/lib/Comment/index.vue.js +1 -1
  409. package/lib/ConfigProvider/index.d.ts +3 -3
  410. package/lib/ConfigProvider/index.vue.d.ts +1 -1
  411. package/lib/ConfigProvider/index.vue.js +1 -1
  412. package/lib/ConfigProvider/type.d.ts +1 -1
  413. package/lib/Descriptions/Descriptions.vue.d.ts +2 -2
  414. package/lib/Descriptions/DescriptionsItem.vue.d.ts +1 -1
  415. package/lib/Descriptions/ReuseItem.vue.js +1 -1
  416. package/lib/Descriptions/ReuseTd.vue.js +1 -1
  417. package/lib/Descriptions/hooks/useContext.js +1 -1
  418. package/lib/Descriptions/index.d.ts +9 -9
  419. package/lib/Divider/index.vue.js +1 -1
  420. package/lib/Divider/type.d.ts +1 -1
  421. package/lib/Drawer/Drawer.vue.d.ts +4 -4
  422. package/lib/Drawer/Drawer.vue.js +1 -1
  423. package/lib/Drawer/DrawerService.vue.d.ts +4 -4
  424. package/lib/Drawer/DrawerService.vue.js +1 -1
  425. package/lib/Drawer/index.d.ts +12 -12
  426. package/lib/Dropdown/Dropdown.vue.d.ts +3 -3
  427. package/lib/Dropdown/Dropdown.vue.js +1 -1
  428. package/lib/Dropdown/DropdownButton.vue.d.ts +5 -5
  429. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  430. package/lib/Dropdown/Dsubmenu.vue.d.ts +11 -11
  431. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  432. package/lib/Dropdown/hooks/useContext.js +1 -1
  433. package/lib/Dropdown/index.d.ts +27 -27
  434. package/lib/Dropdown/type.d.ts +1 -1
  435. package/lib/Empty/index.vue.js +1 -1
  436. package/lib/Grid/Grid.vue.js +1 -1
  437. package/lib/Grid/GridCol.vue.js +1 -1
  438. package/lib/Grid/GridItem.vue.js +1 -1
  439. package/lib/Grid/GridRow.vue.d.ts +1 -1
  440. package/lib/Grid/GridRow.vue.js +1 -1
  441. package/lib/Grid/hooks/useContext.js +1 -1
  442. package/lib/Grid/index.d.ts +3 -3
  443. package/lib/Image/Image.vue.js +1 -1
  444. package/lib/Image/ImagePreview.vue.js +1 -1
  445. package/lib/Image/ImagePreviewAction.vue.d.ts +1 -1
  446. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  447. package/lib/Image/ImagePreviewGroup.vue.js +1 -1
  448. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  449. package/lib/Image/hooks/useContext.js +1 -1
  450. package/lib/Image/index.d.ts +3 -3
  451. package/lib/Input/Input.vue.d.ts +4 -4
  452. package/lib/Input/Input.vue.js +1 -1
  453. package/lib/Input/InputSuffix.vue.js +1 -1
  454. package/lib/Input/hooks/useLimitedInput.js +1 -1
  455. package/lib/Input/index.d.ts +10 -10
  456. package/lib/Input/type.d.ts +1 -1
  457. package/lib/InputNumber/InputNumber.vue.d.ts +25 -25
  458. package/lib/InputNumber/InputNumber.vue.js +1 -1
  459. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  460. package/lib/InputNumber/index.d.ts +23 -23
  461. package/lib/InputNumber/type.d.ts +1 -1
  462. package/lib/InputTag/index.d.ts +15 -15
  463. package/lib/InputTag/index.vue.d.ts +6 -6
  464. package/lib/InputTag/index.vue.js +1 -1
  465. package/lib/InputTag/type.d.ts +1 -1
  466. package/lib/Layout/Layout.vue.js +1 -1
  467. package/lib/Layout/LayoutSider.vue.d.ts +3 -3
  468. package/lib/Layout/LayoutSider.vue.js +1 -1
  469. package/lib/Layout/hooks/useSiderContext.js +1 -1
  470. package/lib/Layout/index.d.ts +9 -9
  471. package/lib/Link/index.vue.js +1 -1
  472. package/lib/List/List.vue.d.ts +7 -7
  473. package/lib/List/List.vue.js +1 -1
  474. package/lib/List/ListVirtual.vue.js +1 -1
  475. package/lib/List/hooks/useScrollReach.js +1 -1
  476. package/lib/List/index.d.ts +6 -6
  477. package/lib/List/type.d.ts +1 -1
  478. package/lib/Mention/index.d.ts +87 -87
  479. package/lib/Mention/index.vue.d.ts +145 -145
  480. package/lib/Mention/index.vue.js +1 -1
  481. package/lib/Mention/type.d.ts +1 -1
  482. package/lib/Menu/Menu.vue.d.ts +8 -8
  483. package/lib/Menu/Menu.vue.js +1 -1
  484. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  485. package/lib/Menu/MenuItem.vue.js +1 -1
  486. package/lib/Menu/MenuItemGroup.vue.js +1 -1
  487. package/lib/Menu/SubMenu.vue.js +1 -1
  488. package/lib/Menu/hooks/useContext.d.ts +1 -1
  489. package/lib/Menu/hooks/useContext.js +1 -1
  490. package/lib/Menu/index.d.ts +24 -24
  491. package/lib/Menu/type.d.ts +1 -1
  492. package/lib/Message/Message.vue.d.ts +2 -2
  493. package/lib/Message/Message.vue.js +1 -1
  494. package/lib/Message/index.d.ts +7 -7
  495. package/lib/Message/index.js +1 -1
  496. package/lib/Message/type.d.ts +1 -1
  497. package/lib/Modal/Modal.vue.d.ts +3 -3
  498. package/lib/Modal/Modal.vue.js +1 -1
  499. package/lib/Modal/ModalService.vue.d.ts +3 -3
  500. package/lib/Modal/ModalService.vue.js +1 -1
  501. package/lib/Modal/hooks/useModalClose.d.ts +1 -1
  502. package/lib/Modal/hooks/useModalClose.js +1 -1
  503. package/lib/Modal/hooks/useModalDraggable.js +1 -1
  504. package/lib/Modal/hooks/useOnBeforeClose.js +1 -1
  505. package/lib/Modal/index.d.ts +9 -9
  506. package/lib/Notification/Notification.vue.d.ts +5 -5
  507. package/lib/Notification/Notification.vue.js +1 -1
  508. package/lib/Notification/index.d.ts +22 -21
  509. package/lib/Notification/index.js +1 -1
  510. package/lib/Notification/type.d.ts +1 -1
  511. package/lib/OverflowList/index.vue.js +1 -1
  512. package/lib/PageHeader/index.vue.js +1 -1
  513. package/lib/Pagination/Pagination.vue.js +1 -1
  514. package/lib/Pagination/PaginationItem.vue.js +1 -1
  515. package/lib/Pagination/hooks/useContext.js +1 -1
  516. package/lib/Popconfirm/index.d.ts +16 -16
  517. package/lib/Popconfirm/index.vue.d.ts +14 -14
  518. package/lib/Popconfirm/index.vue.js +1 -1
  519. package/lib/Popover/index.d.ts +6 -6
  520. package/lib/Popover/index.vue.d.ts +2 -2
  521. package/lib/Popover/index.vue.js +1 -1
  522. package/lib/Progress/Progress.vue.js +1 -1
  523. package/lib/Progress/ProgressCircle.vue.js +1 -1
  524. package/lib/Progress/ProgressLine.vue.js +1 -1
  525. package/lib/Progress/ProgressSteps.vue.js +1 -1
  526. package/lib/Radio/Radio.vue.d.ts +1 -1
  527. package/lib/Radio/Radio.vue.js +1 -1
  528. package/lib/Radio/RadioGroup.vue.d.ts +1 -1
  529. package/lib/Radio/hooks/useContext.js +1 -1
  530. package/lib/Radio/index.d.ts +6 -6
  531. package/lib/Radio/type.d.ts +1 -1
  532. package/lib/Rate/index.vue.js +1 -1
  533. package/lib/ResizeBox/index.vue.d.ts +2 -1
  534. package/lib/ResizeBox/index.vue.js +1 -1
  535. package/lib/Scrollbar/Scrollbar.vue.d.ts +1 -1
  536. package/lib/Scrollbar/Scrollbar.vue.js +1 -1
  537. package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
  538. package/lib/Scrollbar/index.d.ts +3 -3
  539. package/lib/Select/Option.vue.d.ts +1 -1
  540. package/lib/Select/Option.vue.js +1 -1
  541. package/lib/Select/Select.vue.d.ts +47 -47
  542. package/lib/Select/Select.vue.js +1 -1
  543. package/lib/Select/SelectIcon.vue.js +1 -1
  544. package/lib/Select/SelectRealList.vue.js +1 -1
  545. package/lib/Select/SelectView.vue.js +1 -1
  546. package/lib/Select/SelectVirtualList.vue.d.ts +1 -1
  547. package/lib/Select/SelectVirtualList.vue.js +1 -1
  548. package/lib/Select/hooks/useContext.js +1 -1
  549. package/lib/Select/hooks/useSelectHotkeys.js +1 -1
  550. package/lib/Select/hooks/useSelectOptions.d.ts +1 -1
  551. package/lib/Select/hooks/useSelectOptions.js +1 -1
  552. package/lib/Select/index.d.ts +45 -45
  553. package/lib/Select/type.d.ts +1 -1
  554. package/lib/Skeleton/SkeletonLine.vue.js +1 -1
  555. package/lib/Skeleton/SkeletonShape.vue.js +1 -1
  556. package/lib/Slider/SliderBtn.vue.js +1 -1
  557. package/lib/Slider/hooks/useContext.js +1 -1
  558. package/lib/Slider/hooks/useSliderDraggable.js +1 -1
  559. package/lib/Space/index.vue.js +1 -1
  560. package/lib/Space/type.d.ts +2 -2
  561. package/lib/Spin/index.vue.js +1 -1
  562. package/lib/Split/index.vue.js +1 -1
  563. package/lib/Split/type.d.ts +1 -1
  564. package/lib/Statistic/Countdown.vue.d.ts +1 -1
  565. package/lib/Statistic/Countdown.vue.js +1 -1
  566. package/lib/Statistic/Statistic.vue.d.ts +1 -1
  567. package/lib/Statistic/Statistic.vue.js +1 -1
  568. package/lib/Statistic/index.d.ts +6 -6
  569. package/lib/Steps/Step.vue.d.ts +1 -1
  570. package/lib/Steps/Step.vue.js +1 -1
  571. package/lib/Steps/hooks/useContext.js +1 -1
  572. package/lib/Steps/index.d.ts +3 -3
  573. package/lib/Steps/type.d.ts +1 -1
  574. package/lib/Switch/index.d.ts +8 -8
  575. package/lib/Switch/index.vue.d.ts +3 -3
  576. package/lib/Switch/index.vue.js +1 -1
  577. package/lib/Tabs/TabButton.vue.js +1 -1
  578. package/lib/Tabs/TabPane.vue.d.ts +1 -1
  579. package/lib/Tabs/TabPane.vue.js +1 -1
  580. package/lib/Tabs/Tabs.vue.d.ts +2 -2
  581. package/lib/Tabs/Tabs.vue.js +1 -1
  582. package/lib/Tabs/TabsNavInk.vue.js +1 -1
  583. package/lib/Tabs/TabsTab.vue.js +1 -1
  584. package/lib/Tabs/hooks/useContext.js +1 -1
  585. package/lib/Tabs/hooks/useTabsScroll.js +1 -1
  586. package/lib/Tabs/index.d.ts +6 -6
  587. package/lib/Tabs/type.d.ts +1 -1
  588. package/lib/Tag/index.vue.js +1 -1
  589. package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
  590. package/lib/Textarea/index.d.ts +10 -10
  591. package/lib/Textarea/index.vue.d.ts +4 -4
  592. package/lib/Textarea/index.vue.js +1 -1
  593. package/lib/TimePicker/TimePicker.vue.d.ts +6 -6
  594. package/lib/TimePicker/TimePicker.vue.js +1 -1
  595. package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
  596. package/lib/TimePicker/hooks/useContext.js +1 -1
  597. package/lib/TimePicker/index.d.ts +16 -16
  598. package/lib/TimePicker/type.d.ts +1 -1
  599. package/lib/Timeline/TimelineItem.vue.d.ts +1 -1
  600. package/lib/Timeline/TimelineItemPending.vue.js +1 -1
  601. package/lib/Timeline/hooks/useContext.js +1 -1
  602. package/lib/Timeline/index.d.ts +3 -3
  603. package/lib/Timeline/type.d.ts +1 -1
  604. package/lib/Tooltip/index.d.ts +3 -3
  605. package/lib/Tooltip/index.vue.d.ts +1 -1
  606. package/lib/Tooltip/index.vue.js +1 -1
  607. package/lib/Transfer/Transfer.vue.d.ts +3 -3
  608. package/lib/Transfer/Transfer.vue.js +1 -1
  609. package/lib/Transfer/TransferPanel.vue.js +1 -1
  610. package/lib/Transfer/hooks/useContext.js +1 -1
  611. package/lib/Transfer/index.d.ts +8 -8
  612. package/lib/Transfer/type.d.ts +1 -1
  613. package/lib/Trigger/hooks/useContext.js +1 -1
  614. package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
  615. package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
  616. package/lib/Trigger/index.d.ts +6 -6
  617. package/lib/Trigger/index.vue.d.ts +2 -2
  618. package/lib/Trigger/index.vue.js +1 -1
  619. package/lib/Typography/TypographyBase.vue.d.ts +22 -22
  620. package/lib/Typography/TypographyBase.vue.js +1 -1
  621. package/lib/Typography/type.d.ts +1 -1
  622. package/lib/Upload/Upload.vue.d.ts +1 -1
  623. package/lib/Upload/UploadButton.vue.js +1 -1
  624. package/lib/Upload/UploadDrag.vue.js +1 -1
  625. package/lib/Upload/UploadFileList.vue2.js +1 -1
  626. package/lib/Upload/UploadPictureCard.vue2.js +1 -1
  627. package/lib/Upload/hooks/useContext.js +1 -1
  628. package/lib/Upload/hooks/useUpload.d.ts +1 -1
  629. package/lib/Upload/hooks/useUpload.js +1 -1
  630. package/lib/Upload/index.d.ts +3 -3
  631. package/lib/VerificationCode/index.d.ts +3 -3
  632. package/lib/VerificationCode/index.vue.d.ts +1 -1
  633. package/lib/VerificationCode/index.vue.js +1 -1
  634. package/lib/Watermark/index.d.ts +3 -3
  635. package/lib/Watermark/index.vue.d.ts +1 -1
  636. package/lib/Watermark/index.vue.js +1 -1
  637. package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
  638. package/lib/_shared/components/Icon/index.vue3.js +1 -1
  639. package/lib/_shared/components/IconButton/index.vue.js +1 -1
  640. package/lib/_shared/constants/index.js +1 -1
  641. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  642. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  643. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  644. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  645. package/lib/_shared/icons/IconClose.vue.js +1 -1
  646. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  647. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  648. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  649. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  650. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  651. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  652. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  653. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  654. package/lib/_shared/icons/IconError.vue.js +1 -1
  655. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  656. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  657. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  658. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  659. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  660. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  661. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  662. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  663. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  664. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  665. package/lib/_shared/icons/IconLink.vue.js +1 -1
  666. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  667. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  668. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  669. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  670. package/lib/_shared/icons/IconMore.vue.js +1 -1
  671. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  672. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  673. package/lib/_shared/icons/IconRight.vue.js +1 -1
  674. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  675. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  676. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  677. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  678. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  679. package/lib/_shared/icons/IconStar.vue.js +1 -1
  680. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  681. package/lib/_shared/icons/IconTime.vue.js +1 -1
  682. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  683. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  684. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  685. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  686. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  687. package/lib/_shared/utils/color.d.ts +1 -1
  688. package/lib/_shared/utils/color.js +1 -1
  689. package/lib/_shared/utils/dependencies.d.ts +11 -0
  690. package/lib/_shared/utils/dom.js +1 -1
  691. package/lib/_shared/utils/index.d.ts +12 -0
  692. package/lib/_shared/utils/time.d.ts +1 -1
  693. package/lib/_shared/utils/time.js +1 -1
  694. package/lib/_shared/utils/vue-utils.d.ts +0 -1
  695. package/lib/index.d.ts +64 -64
  696. package/lib/lang-es/zh-cn.js +140 -142
  697. package/lib/shared.css +1 -1
  698. package/lib/style.css +1 -1
  699. package/package.json +1 -1
  700. /package/es/_shared/utils/{control.d.ts → hooks.d.ts} +0 -0
  701. /package/es/_shared/utils/{control.js → hooks.js} +0 -0
  702. /package/lib/_shared/utils/{control.d.ts → hooks.d.ts} +0 -0
  703. /package/lib/_shared/utils/{control.js → hooks.js} +0 -0
@@ -1,103 +1,103 @@
1
1
  const calendarLang = {
2
- formatYear: "YYYY 年",
3
- formatMonth: "YYYY 年 MM 月",
4
- today: "今天",
2
+ formatYear: 'YYYY 年',
3
+ formatMonth: 'YYYY 年 MM 月',
4
+ today: '今天',
5
5
  view: {
6
- month: "",
7
- year: "",
8
- week: "",
9
- day: ""
6
+ month: '',
7
+ year: '',
8
+ week: '',
9
+ day: '',
10
10
  },
11
11
  month: {
12
12
  long: {
13
- January: "一月",
14
- February: "二月",
15
- March: "三月",
16
- April: "四月",
17
- May: "五月",
18
- June: "六月",
19
- July: "七月",
20
- August: "八月",
21
- September: "九月",
22
- October: "十月",
23
- November: "十一月",
24
- December: "十二月"
13
+ January: '一月',
14
+ February: '二月',
15
+ March: '三月',
16
+ April: '四月',
17
+ May: '五月',
18
+ June: '六月',
19
+ July: '七月',
20
+ August: '八月',
21
+ September: '九月',
22
+ October: '十月',
23
+ November: '十一月',
24
+ December: '十二月',
25
25
  },
26
26
  short: {
27
- January: "一月",
28
- February: "二月",
29
- March: "三月",
30
- April: "四月",
31
- May: "五月",
32
- June: "六月",
33
- July: "七月",
34
- August: "八月",
35
- September: "九月",
36
- October: "十月",
37
- November: "十一月",
38
- December: "十二月"
39
- }
27
+ January: '一月',
28
+ February: '二月',
29
+ March: '三月',
30
+ April: '四月',
31
+ May: '五月',
32
+ June: '六月',
33
+ July: '七月',
34
+ August: '八月',
35
+ September: '九月',
36
+ October: '十月',
37
+ November: '十一月',
38
+ December: '十二月',
39
+ },
40
40
  },
41
41
  week: {
42
42
  long: {
43
- self: "",
44
- monday: "周一",
45
- tuesday: "周二",
46
- wednesday: "周三",
47
- thursday: "周四",
48
- friday: "周五",
49
- saturday: "周六",
50
- sunday: "周日"
43
+ self: '',
44
+ monday: '周一',
45
+ tuesday: '周二',
46
+ wednesday: '周三',
47
+ thursday: '周四',
48
+ friday: '周五',
49
+ saturday: '周六',
50
+ sunday: '周日',
51
51
  },
52
52
  short: {
53
- self: "",
54
- monday: "",
55
- tuesday: "",
56
- wednesday: "",
57
- thursday: "",
58
- friday: "",
59
- saturday: "",
60
- sunday: ""
61
- }
62
- }
53
+ self: '',
54
+ monday: '',
55
+ tuesday: '',
56
+ wednesday: '',
57
+ thursday: '',
58
+ friday: '',
59
+ saturday: '',
60
+ sunday: '',
61
+ },
62
+ },
63
63
  };
64
64
  const lang = {
65
- locale: "zh-CN",
65
+ locale: 'zh-CN',
66
66
  empty: {
67
- description: "暂无数据"
67
+ description: '暂无数据',
68
68
  },
69
69
  drawer: {
70
- okText: "确定",
71
- cancelText: "取消"
70
+ okText: '确定',
71
+ cancelText: '取消',
72
72
  },
73
73
  popconfirm: {
74
- okText: "确定",
75
- cancelText: "取消"
74
+ okText: '确定',
75
+ cancelText: '取消',
76
76
  },
77
77
  modal: {
78
- okText: "确定",
79
- cancelText: "取消"
78
+ okText: '确定',
79
+ cancelText: '取消',
80
80
  },
81
81
  pagination: {
82
- goto: "前往",
83
- page: "",
84
- countPerPage: "条/页",
85
- total: "共 {0} 条"
82
+ goto: '前往',
83
+ page: '',
84
+ countPerPage: '条/页',
85
+ total: '共 {0} 条',
86
86
  },
87
87
  table: {
88
- okText: "确定",
89
- resetText: "重置"
88
+ okText: '确定',
89
+ resetText: '重置',
90
90
  },
91
91
  upload: {
92
- start: "开始",
93
- cancel: "取消",
94
- delete: "删除",
95
- retry: "点击重试",
96
- buttonText: "点击上传",
97
- preview: "预览",
98
- drag: "点击或拖拽文件到此处上传",
99
- dragHover: "释放文件并开始上传",
100
- error: "上传失败"
92
+ start: '开始',
93
+ cancel: '取消',
94
+ delete: '删除',
95
+ retry: '点击重试',
96
+ buttonText: '点击上传',
97
+ preview: '预览',
98
+ drag: '点击或拖拽文件到此处上传',
99
+ dragHover: '释放文件并开始上传',
100
+ error: '上传失败',
101
101
  },
102
102
  calendar: calendarLang,
103
103
  datePicker: {
@@ -105,98 +105,96 @@ const lang = {
105
105
  month: calendarLang.month,
106
106
  week: calendarLang.week,
107
107
  placeholder: {
108
- date: "请选择日期",
109
- week: "请选择周",
110
- month: "请选择月份",
111
- year: "请选择年份",
112
- quarter: "请选择季度",
113
- time: "请选择时间"
108
+ date: '请选择日期',
109
+ week: '请选择周',
110
+ month: '请选择月份',
111
+ year: '请选择年份',
112
+ quarter: '请选择季度',
113
+ time: '请选择时间',
114
114
  },
115
115
  rangePlaceholder: {
116
- date: ["开始日期", "结束日期"],
117
- week: ["开始周", "结束周"],
118
- month: ["开始月份", "结束月份"],
119
- year: ["开始年份", "结束年份"],
120
- quarter: ["开始季度", "结束季度"],
121
- time: ["开始时间", "结束时间"]
116
+ date: ['开始日期', '结束日期'],
117
+ week: ['开始周', '结束周'],
118
+ month: ['开始月份', '结束月份'],
119
+ year: ['开始年份', '结束年份'],
120
+ quarter: ['开始季度', '结束季度'],
121
+ time: ['开始时间', '结束时间'],
122
122
  },
123
- selectTime: "选择时间",
124
- today: "今天",
125
- now: "此刻",
126
- ok: "确定"
123
+ selectTime: '选择时间',
124
+ today: '今天',
125
+ now: '此刻',
126
+ ok: '确定',
127
127
  },
128
128
  image: {
129
- loading: "加载中"
129
+ loading: '加载中',
130
130
  },
131
131
  imagePreview: {
132
- fullScreen: "全屏",
133
- rotateRight: "向右旋转",
134
- rotateLeft: "向左旋转",
135
- zoomIn: "放大",
136
- zoomOut: "缩小",
137
- originalSize: "原始尺寸"
132
+ fullScreen: '全屏',
133
+ rotateRight: '向右旋转',
134
+ rotateLeft: '向左旋转',
135
+ zoomIn: '放大',
136
+ zoomOut: '缩小',
137
+ originalSize: '原始尺寸',
138
138
  },
139
139
  typography: {
140
- copied: "已复制",
141
- copy: "复制",
142
- expand: "展开",
143
- collapse: "折叠",
144
- edit: "编辑"
140
+ copied: '已复制',
141
+ copy: '复制',
142
+ expand: '展开',
143
+ collapse: '折叠',
144
+ edit: '编辑',
145
145
  },
146
146
  form: {
147
147
  validateMessages: {
148
- required: "#{field} 是必填项",
148
+ required: '#{field} 是必填项',
149
149
  type: {
150
- string: "#{field} 不是合法的文本类型",
151
- number: "#{field} 不是合法的数字类型",
152
- boolean: "#{field} 不是合法的布尔类型",
153
- array: "#{field} 不是合法的数组类型",
154
- object: "#{field} 不是合法的对象类型",
155
- url: "#{field} 不是合法的 url 地址",
156
- email: "#{field} 不是合法的邮箱地址",
157
- ip: "#{field} 不是合法的 IP 地址"
150
+ string: '#{field} 不是合法的文本类型',
151
+ number: '#{field} 不是合法的数字类型',
152
+ boolean: '#{field} 不是合法的布尔类型',
153
+ array: '#{field} 不是合法的数组类型',
154
+ object: '#{field} 不是合法的对象类型',
155
+ url: '#{field} 不是合法的 url 地址',
156
+ email: '#{field} 不是合法的邮箱地址',
157
+ ip: '#{field} 不是合法的 IP 地址',
158
158
  },
159
159
  number: {
160
- min: "`#{value}` 小于最小值 `#{min}`",
161
- max: "`#{value}` 大于最大值 `#{max}`",
162
- equal: "`#{value}` 不等于 `#{equal}`",
163
- range: "`#{value}` 不在 `#{min} ~ #{max}` 范围内",
164
- positive: "`#{value}` 不是正数",
165
- negative: "`#{value}` 不是负数"
160
+ min: '`#{value}` 小于最小值 `#{min}`',
161
+ max: '`#{value}` 大于最大值 `#{max}`',
162
+ equal: '`#{value}` 不等于 `#{equal}`',
163
+ range: '`#{value}` 不在 `#{min} ~ #{max}` 范围内',
164
+ positive: '`#{value}` 不是正数',
165
+ negative: '`#{value}` 不是负数',
166
166
  },
167
167
  array: {
168
- length: "`#{field}` 个数不等于 #{length}",
169
- minLength: "`#{field}` 个数最少为 #{minLength}",
170
- maxLength: "`#{field}` 个数最多为 #{maxLength}",
171
- includes: "#{field} 不包含 #{includes}",
172
- deepEqual: "#{field} 不等于 #{deepEqual}",
173
- empty: "`#{field}` 不是空数组"
168
+ length: '`#{field}` 个数不等于 #{length}',
169
+ minLength: '`#{field}` 个数最少为 #{minLength}',
170
+ maxLength: '`#{field}` 个数最多为 #{maxLength}',
171
+ includes: '#{field} 不包含 #{includes}',
172
+ deepEqual: '#{field} 不等于 #{deepEqual}',
173
+ empty: '`#{field}` 不是空数组',
174
174
  },
175
175
  string: {
176
- minLength: "字符数最少为 #{minLength}",
177
- maxLength: "字符数最多为 #{maxLength}",
178
- length: "字符数必须是 #{length}",
179
- match: "`#{value}` 不符合模式 #{pattern}",
180
- uppercase: "`#{value}` 必须全大写",
181
- lowercase: "`#{value}` 必须全小写"
176
+ minLength: '字符数最少为 #{minLength}',
177
+ maxLength: '字符数最多为 #{maxLength}',
178
+ length: '字符数必须是 #{length}',
179
+ match: '`#{value}` 不符合模式 #{pattern}',
180
+ uppercase: '`#{value}` 必须全大写',
181
+ lowercase: '`#{value}` 必须全小写',
182
182
  },
183
183
  object: {
184
- deepEqual: "`#{field}` 不等于期望值",
185
- hasKeys: "`#{field}` 不包含必须字段",
186
- empty: "`#{field}` 不是对象"
184
+ deepEqual: '`#{field}` 不等于期望值',
185
+ hasKeys: '`#{field}` 不包含必须字段',
186
+ empty: '`#{field}` 不是对象',
187
187
  },
188
188
  boolean: {
189
- true: "期望是 `true`",
190
- false: "期望是 `false`"
191
- }
192
- }
189
+ true: '期望是 `true`',
190
+ false: '期望是 `false`',
191
+ },
192
+ },
193
193
  },
194
194
  colorPicker: {
195
- history: "最近使用颜色",
196
- preset: "系统预设颜色",
197
- empty: "暂无"
198
- }
199
- };
200
- export {
201
- lang as default
195
+ history: '最近使用颜色',
196
+ preset: '系统预设颜色',
197
+ empty: '暂无',
198
+ },
202
199
  };
200
+ export { lang as default };
package/lib/shared.css CHANGED
@@ -1 +1 @@
1
- :root{--red-1:255, 236, 232;--red-2:253, 205, 197;--red-3:251, 172, 163;--red-4:249, 137, 129;--red-5:247, 101, 96;--red-6:245, 63, 63;--red-7:203, 39, 45;--red-8:161, 21, 30;--red-9:119, 8, 19;--red-10:77, 0, 10;--orangered-1:255, 243, 232;--orangered-2:253, 221, 195;--orangered-3:252, 197, 159;--orangered-4:250, 172, 123;--orangered-5:249, 144, 87;--orangered-6:247, 114, 52;--orangered-7:204, 81, 32;--orangered-8:162, 53, 17;--orangered-9:119, 31, 6;--orangered-10:77, 14, 0;--orange-1:255, 247, 232;--orange-2:255, 228, 186;--orange-3:255, 207, 139;--orange-4:255, 182, 93;--orange-5:255, 154, 46;--orange-6:255, 125, 0;--orange-7:210, 95, 0;--orange-8:166, 69, 0;--orange-9:121, 46, 0;--orange-10:77, 27, 0;--gold-1:255, 252, 232;--gold-2:253, 244, 191;--gold-3:252, 233, 150;--gold-4:250, 220, 109;--gold-5:249, 204, 69;--gold-6:247, 186, 30;--gold-7:204, 146, 19;--gold-8:162, 109, 10;--gold-9:119, 75, 4;--gold-10:77, 45, 0;--yellow-1:254, 255, 232;--yellow-2:254, 254, 190;--yellow-3:253, 250, 148;--yellow-4:252, 242, 107;--yellow-5:251, 232, 66;--yellow-6:250, 220, 25;--yellow-7:207, 175, 15;--yellow-8:163, 132, 8;--yellow-9:120, 93, 3;--yellow-10:77, 56, 0;--lime-1:252, 255, 232;--lime-2:237, 248, 187;--lime-3:220, 241, 144;--lime-4:201, 233, 104;--lime-5:181, 226, 65;--lime-6:159, 219, 29;--lime-7:126, 183, 18;--lime-8:95, 148, 10;--lime-9:67, 112, 4;--lime-10:42, 77, 0;--green-1:232, 255, 234;--green-2:175, 240, 181;--green-3:123, 225, 136;--green-4:76, 210, 99;--green-5:35, 195, 67;--green-6:0, 180, 42;--green-7:0, 154, 41;--green-8:0, 128, 38;--green-9:0, 102, 34;--green-10:0, 77, 28;--cyan-1:232, 255, 251;--cyan-2:183, 244, 236;--cyan-3:137, 233, 224;--cyan-4:94, 223, 214;--cyan-5:55, 212, 207;--cyan-6:20, 201, 201;--cyan-7:13, 165, 170;--cyan-8:7, 130, 139;--cyan-9:3, 97, 108;--cyan-10:0, 66, 77;--blue-1:232, 247, 255;--blue-2:195, 231, 254;--blue-3:159, 212, 253;--blue-4:123, 192, 252;--blue-5:87, 169, 251;--blue-6:52, 145, 250;--blue-7:32, 108, 207;--blue-8:17, 75, 163;--blue-9:6, 48, 120;--blue-10:0, 26, 77;--arcoblue-1:232, 243, 255;--arcoblue-2:190, 218, 255;--arcoblue-3:148, 191, 255;--arcoblue-4:106, 161, 255;--arcoblue-5:64, 128, 255;--arcoblue-6:22, 93, 255;--arcoblue-7:14, 66, 210;--arcoblue-8:7, 44, 166;--arcoblue-9:3, 26, 121;--arcoblue-10:0, 13, 77;--purple-1:245, 232, 255;--purple-2:221, 190, 246;--purple-3:195, 150, 237;--purple-4:168, 113, 227;--purple-5:141, 78, 218;--purple-6:114, 46, 209;--purple-7:85, 29, 176;--purple-8:60, 16, 143;--purple-9:39, 6, 110;--purple-10:22, 0, 77;--pinkpurple-1:255, 232, 251;--pinkpurple-2:247, 186, 239;--pinkpurple-3:240, 142, 230;--pinkpurple-4:232, 101, 223;--pinkpurple-5:225, 62, 219;--pinkpurple-6:217, 26, 217;--pinkpurple-7:176, 16, 182;--pinkpurple-8:138, 9, 147;--pinkpurple-9:101, 3, 112;--pinkpurple-10:66, 0, 77;--magenta-1:255, 232, 241;--magenta-2:253, 194, 219;--magenta-3:251, 157, 199;--magenta-4:249, 121, 183;--magenta-5:247, 84, 168;--magenta-6:245, 49, 157;--magenta-7:203, 30, 131;--magenta-8:161, 16, 105;--magenta-9:119, 6, 79;--magenta-10:77, 0, 52;--gray-1:247, 248, 250;--gray-2:242, 243, 245;--gray-3:229, 230, 235;--gray-4:201, 205, 212;--gray-5:169, 174, 184;--gray-6:134, 144, 156;--gray-7:107, 119, 133;--gray-8:78, 89, 105;--gray-9:39, 46, 59;--gray-10:29, 33, 41;--success-1:var(--green-1);--success-2:var(--green-2);--success-3:var(--green-3);--success-4:var(--green-4);--success-5:var(--green-5);--success-6:var(--green-6);--success-7:var(--green-7);--success-8:var(--green-8);--success-9:var(--green-9);--success-10:var(--green-10);--primary-1:var(--arcoblue-1);--primary-2:var(--arcoblue-2);--primary-3:var(--arcoblue-3);--primary-4:var(--arcoblue-4);--primary-5:var(--arcoblue-5);--primary-6:var(--arcoblue-6);--primary-7:var(--arcoblue-7);--primary-8:var(--arcoblue-8);--primary-9:var(--arcoblue-9);--primary-10:var(--arcoblue-10);--danger-1:var(--red-1);--danger-2:var(--red-2);--danger-3:var(--red-3);--danger-4:var(--red-4);--danger-5:var(--red-5);--danger-6:var(--red-6);--danger-7:var(--red-7);--danger-8:var(--red-8);--danger-9:var(--red-9);--danger-10:var(--red-10);--warning-1:var(--orange-1);--warning-2:var(--orange-2);--warning-3:var(--orange-3);--warning-4:var(--orange-4);--warning-5:var(--orange-5);--warning-6:var(--orange-6);--warning-7:var(--orange-7);--warning-8:var(--orange-8);--warning-9:var(--orange-9);--warning-10:var(--orange-10);--link-1:var(--arcoblue-1);--link-2:var(--arcoblue-2);--link-3:var(--arcoblue-3);--link-4:var(--arcoblue-4);--link-5:var(--arcoblue-5);--link-6:var(--arcoblue-6);--link-7:var(--arcoblue-7);--link-8:var(--arcoblue-8);--link-9:var(--arcoblue-9);--link-10:var(--arcoblue-10);--color-white:#ffffff;--color-black:#000000;--color-border:rgb(var(--gray-3));--color-bg-popup:var(--color-bg-5);--color-bg-1:#fff;--color-bg-2:#fff;--color-bg-3:#fff;--color-bg-4:#fff;--color-bg-5:#fff;--color-bg-white:#fff;--color-neutral-1:rgb(var(--gray-1));--color-neutral-2:rgb(var(--gray-2));--color-neutral-3:rgb(var(--gray-3));--color-neutral-4:rgb(var(--gray-4));--color-neutral-5:rgb(var(--gray-5));--color-neutral-6:rgb(var(--gray-6));--color-neutral-7:rgb(var(--gray-7));--color-neutral-8:rgb(var(--gray-8));--color-neutral-9:rgb(var(--gray-9));--color-neutral-10:rgb(var(--gray-10));--color-text-1:var(--color-neutral-10);--color-text-2:var(--color-neutral-8);--color-text-3:var(--color-neutral-6);--color-text-4:var(--color-neutral-4);--color-border-1:var(--color-neutral-2);--color-border-2:var(--color-neutral-3);--color-border-3:var(--color-neutral-4);--color-border-4:var(--color-neutral-6);--color-fill-1:var(--color-neutral-1);--color-fill-2:var(--color-neutral-2);--color-fill-3:var(--color-neutral-3);--color-fill-4:var(--color-neutral-4);--color-primary-light-1:rgb(var(--primary-1));--color-primary-light-2:rgb(var(--primary-2));--color-primary-light-3:rgb(var(--primary-3));--color-primary-light-4:rgb(var(--primary-4));--color-link-light-1:rgb(var(--link-1));--color-link-light-2:rgb(var(--link-2));--color-link-light-3:rgb(var(--link-3));--color-link-light-4:rgb(var(--link-4));--color-secondary:var(--color-neutral-2);--color-secondary-hover:var(--color-neutral-3);--color-secondary-active:var(--color-neutral-4);--color-secondary-disabled:var(--color-neutral-1);--color-danger-light-1:rgb(var(--danger-1));--color-danger-light-2:rgb(var(--danger-2));--color-danger-light-3:rgb(var(--danger-3));--color-danger-light-4:rgb(var(--danger-4));--color-success-light-1:rgb(var(--success-1));--color-success-light-2:rgb(var(--success-2));--color-success-light-3:rgb(var(--success-3));--color-success-light-4:rgb(var(--success-4));--color-warning-light-1:rgb(var(--warning-1));--color-warning-light-2:rgb(var(--warning-2));--color-warning-light-3:rgb(var(--warning-3));--color-warning-light-4:rgb(var(--warning-4));--border-radius-none:0;--border-radius-small:2px;--border-radius-medium:4px;--border-radius-large:8px;--border-radius-circle:50%;--color-tooltip-bg:rgb(var(--gray-10));--color-spin-layer-bg:rgba(255,255,255,0.6);--color-menu-dark-bg:#232324;--color-menu-light-bg:#ffffff;--color-menu-dark-hover:rgba(255,255,255,0.04);--color-mask-bg:rgba(29,33,41,0.6)}body[yc-design-theme='dark']{--red-1:77, 0, 10;--red-2:119, 6, 17;--red-3:161, 22, 31;--red-4:203, 46, 52;--red-5:245, 78, 78;--red-6:247, 105, 101;--red-7:249, 141, 134;--red-8:251, 176, 167;--red-9:253, 209, 202;--red-10:255, 240, 236;--orangered-1:77, 14, 0;--orangered-2:119, 30, 5;--orangered-3:162, 55, 20;--orangered-4:204, 87, 41;--orangered-5:247, 126, 69;--orangered-6:249, 146, 90;--orangered-7:250, 173, 125;--orangered-8:252, 198, 161;--orangered-9:253, 222, 197;--orangered-10:255, 244, 235;--orange-1:77, 27, 0;--orange-2:121, 48, 4;--orange-3:166, 75, 10;--orange-4:210, 105, 19;--orange-5:255, 141, 31;--orange-6:255, 150, 38;--orange-7:255, 179, 87;--orange-8:255, 205, 135;--orange-9:255, 227, 184;--orange-10:255, 247, 232;--gold-1:77, 45, 0;--gold-2:119, 75, 4;--gold-3:162, 111, 15;--gold-4:204, 150, 31;--gold-5:247, 192, 52;--gold-6:249, 204, 68;--gold-7:250, 220, 108;--gold-8:252, 233, 149;--gold-9:253, 244, 190;--gold-10:255, 252, 232;--yellow-1:77, 56, 0;--yellow-2:120, 94, 7;--yellow-3:163, 134, 20;--yellow-4:207, 179, 37;--yellow-5:250, 225, 60;--yellow-6:251, 233, 75;--yellow-7:252, 243, 116;--yellow-8:253, 250, 157;--yellow-9:254, 254, 198;--yellow-10:254, 255, 240;--lime-1:42, 77, 0;--lime-2:68, 112, 6;--lime-3:98, 148, 18;--lime-4:132, 183, 35;--lime-5:168, 219, 57;--lime-6:184, 226, 75;--lime-7:203, 233, 112;--lime-8:222, 241, 152;--lime-9:238, 248, 194;--lime-10:253, 255, 238;--green-1:0, 77, 28;--green-2:4, 102, 37;--green-3:10, 128, 45;--green-4:18, 154, 55;--green-5:29, 180, 64;--green-6:39, 195, 70;--green-7:80, 210, 102;--green-8:126, 225, 139;--green-9:178, 240, 183;--green-10:235, 255, 236;--cyan-1:0, 66, 77;--cyan-2:6, 97, 108;--cyan-3:17, 131, 139;--cyan-4:31, 166, 170;--cyan-5:48, 201, 201;--cyan-6:63, 212, 207;--cyan-7:102, 223, 215;--cyan-8:144, 233, 225;--cyan-9:190, 244, 237;--cyan-10:240, 255, 252;--blue-1:0, 26, 77;--blue-2:5, 47, 120;--blue-3:19, 76, 163;--blue-4:41, 113, 207;--blue-5:70, 154, 250;--blue-6:90, 170, 251;--blue-7:125, 193, 252;--blue-8:161, 213, 253;--blue-9:198, 232, 254;--blue-10:234, 248, 255;--arcoblue-1:0, 13, 77;--arcoblue-2:4, 27, 121;--arcoblue-3:14, 50, 166;--arcoblue-4:29, 77, 210;--arcoblue-5:48, 111, 255;--arcoblue-6:60, 126, 255;--arcoblue-7:104, 159, 255;--arcoblue-8:147, 190, 255;--arcoblue-9:190, 218, 255;--arcoblue-10:234, 244, 255;--purple-1:22, 0, 77;--purple-2:39, 6, 110;--purple-3:62, 19, 143;--purple-4:90, 37, 176;--purple-5:123, 61, 209;--purple-6:142, 81, 218;--purple-7:169, 116, 227;--purple-8:197, 154, 237;--purple-9:223, 194, 246;--purple-10:247, 237, 255;--pinkpurple-1:66, 0, 77;--pinkpurple-2:101, 3, 112;--pinkpurple-3:138, 13, 147;--pinkpurple-4:176, 27, 182;--pinkpurple-5:217, 46, 217;--pinkpurple-6:225, 61, 219;--pinkpurple-7:232, 102, 223;--pinkpurple-8:240, 146, 230;--pinkpurple-9:247, 193, 240;--pinkpurple-10:255, 242, 253;--magenta-1:77, 0, 52;--magenta-2:119, 8, 80;--magenta-3:161, 23, 108;--magenta-4:203, 43, 136;--magenta-5:245, 69, 166;--magenta-6:247, 86, 169;--magenta-7:249, 122, 184;--magenta-8:251, 158, 200;--magenta-9:253, 195, 219;--magenta-10:255, 232, 241;--gray-1:23, 23, 26;--gray-2:46, 46, 48;--gray-3:72, 72, 73;--gray-4:95, 95, 96;--gray-5:120, 120, 122;--gray-6:146, 146, 147;--gray-7:171, 171, 172;--gray-8:197, 197, 197;--gray-9:223, 223, 223;--gray-10:246, 246, 246;--primary-1:var(--arcoblue-1);--primary-2:var(--arcoblue-2);--primary-3:var(--arcoblue-3);--primary-4:var(--arcoblue-4);--primary-5:var(--arcoblue-5);--primary-6:var(--arcoblue-6);--primary-7:var(--arcoblue-7);--primary-8:var(--arcoblue-8);--primary-9:var(--arcoblue-9);--primary-10:var(--arcoblue-10);--success-1:var(--green-1);--success-2:var(--green-2);--success-3:var(--green-3);--success-4:var(--green-4);--success-5:var(--green-5);--success-6:var(--green-6);--success-7:var(--green-7);--success-8:var(--green-8);--success-9:var(--green-9);--success-10:var(--green-10);--danger-1:var(--red-1);--danger-2:var(--red-2);--danger-3:var(--red-3);--danger-4:var(--red-4);--danger-5:var(--red-5);--danger-6:var(--red-6);--danger-7:var(--red-7);--danger-8:var(--red-8);--danger-9:var(--red-9);--danger-10:var(--red-10);--warning-1:var(--orange-1);--warning-2:var(--orange-2);--warning-3:var(--orange-3);--warning-4:var(--orange-4);--warning-5:var(--orange-5);--warning-6:var(--orange-6);--warning-7:var(--orange-7);--warning-8:var(--orange-8);--warning-9:var(--orange-9);--warning-10:var(--orange-10);--link-1:var(--arcoblue-1);--link-2:var(--arcoblue-2);--link-3:var(--arcoblue-3);--link-4:var(--arcoblue-4);--link-5:var(--arcoblue-5);--link-6:var(--arcoblue-6);--link-7:var(--arcoblue-7);--link-8:var(--arcoblue-8);--link-9:var(--arcoblue-9);--link-10:var(--arcoblue-10);--color-white:rgba(255,255,255,0.9);--color-black:#000000;--color-border:#333335;--color-bg-1:#17171a;--color-bg-2:#232324;--color-bg-3:#2a2a2b;--color-bg-4:#313132;--color-bg-5:#373739;--color-bg-white:#f6f6f6;--color-text-1:rgba(255,255,255,0.9);--color-text-2:rgba(255,255,255,0.7);--color-text-3:rgba(255,255,255,0.5);--color-text-4:rgba(255,255,255,0.3);--color-fill-1:rgba(255,255,255,0.04);--color-fill-2:rgba(255,255,255,0.08);--color-fill-3:rgba(255,255,255,0.12);--color-fill-4:rgba(255,255,255,0.16);--color-primary-light-1:rgba(var(--primary-6), .2);--color-primary-light-2:rgba(var(--primary-6), .35);--color-primary-light-3:rgba(var(--primary-6), .5);--color-primary-light-4:rgba(var(--primary-6), .65);--color-secondary:rgba(var(--gray-9), .08);--color-secondary-hover:rgba(var(--gray-8), .16);--color-secondary-active:rgba(var(--gray-7), .24);--color-secondary-disabled:rgba(var(--gray-9), .08);--color-danger-light-1:rgba(var(--danger-6), .2);--color-danger-light-2:rgba(var(--danger-6), .35);--color-danger-light-3:rgba(var(--danger-6), .5);--color-danger-light-4:rgba(var(--danger-6), .65);--color-success-light-1:rgb(var(--success-6), .2);--color-success-light-2:rgb(var(--success-6), .35);--color-success-light-3:rgb(var(--success-6), .5);--color-success-light-4:rgb(var(--success-6), .65);--color-warning-light-1:rgb(var(--warning-6), .2);--color-warning-light-2:rgb(var(--warning-6), .35);--color-warning-light-3:rgb(var(--warning-6), .5);--color-warning-light-4:rgb(var(--warning-6), .65);--color-link-light-1:rgb(var(--link-6), .2);--color-link-light-2:rgb(var(--link-6), .35);--color-link-light-3:rgb(var(--link-6), .5);--color-link-light-4:rgb(var(--link-6), .65);--color-tooltip-bg:#373739;--color-spin-layer-bg:rgba(51,51,51,0.6);--color-menu-dark-bg:#232324;--color-menu-light-bg:#232324;--color-menu-dark-hover:var(--color-fill-2);--color-mask-bg:rgba(23,23,26,0.6)}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.fade-enter-active,.fade-leave-active{transition:opacity .4s cubic-bezier(.3, 1.3, .3, 1)}.zoom-in-fade-out-enter-from,.zoom-in-fade-out-leave-to{transform:scale(.5, .5);opacity:0}.zoom-in-fade-out-enter-to,.zoom-in-fade-out-leave-from{transform:scale(1, 1);opacity:1}.zoom-in-fade-out-enter-active,.zoom-in-fade-out-leave-active{transition:opacity .3s cubic-bezier(.3, 1.3, .3, 1),transform .3s cubic-bezier(.3, 1.3, .3, 1)}.slide-dynamic-origin-enter-from,.slide-dynamic-origin-leave-to{transform:scaleY(.9);transform-origin:0 0;opacity:0}.slide-dynamic-origin-enter-to,.slide-dynamic-origin-leave-from{transform:scaleY(1);transform-origin:0 0;opacity:1}.slide-dynamic-origin-enter-active,.slide-dynamic-origin-leave-active{transition:transform .2s cubic-bezier(.34, .69, .1, 1),opacity .2s cubic-bezier(.34, .69, .1, 1)}.zoom-modal-enter-from,.zoom-modal-leave-to{transform:scale(.5, .5);opacity:0}.zoom-modal-enter-to,.zoom-modal-leave-from{transform:scale(1, 1);opacity:1}.zoom-modal-enter-active,.zoom-modal-leave-active{transition:opacity .4s cubic-bezier(.3, 1.3, .3, 1),transform .4s cubic-bezier(.3, 1.3, .3, 1)}.slide-drawer-left-enter-from,.slide-drawer-left-leave-to{transform:translateX(-100%)}.slide-drawer-left-enter-to,.slide-drawer-left-leave-from{transform:translate(0)}.slide-drawer-left-enter-active,.slide-drawer-left-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.slide-drawer-right-enter-from,.slide-drawer-right-leave-to{transform:translateX(100%)}.slide-drawer-right-enter-to,.slide-drawer-right-leave-from{transform:translate(0)}.slide-drawer-right-enter-active,.slide-drawer-right-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.slide-drawer-top-enter-from,.slide-drawer-top-leave-to{transform:translateY(-100%)}.slide-drawer-top-enter-to,.slide-drawer-top-leave-from{transform:translate(0)}.slide-drawer-top-enter-active,.slide-drawer-top-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.slide-drawer-bottom-enter-from,.slide-drawer-bottom-leave-to{transform:translateY(100%)}.slide-drawer-bottom-enter-to,.slide-drawer-bottom-leave-from{transform:translate(0)}.slide-drawer-bottom-enter-active,.slide-drawer-bottom-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.input-tag-zoom-enter-from,.input-tag-zoom-leave-to{transform:scale(.5, .5);opacity:0}.input-tag-zoom-leave-from,.input-tag-zoom-enter-to{transform:scale(1, 1);opacity:1}.input-tag-zoom-enter-active{transition:all .3s cubic-bezier(.34, .69, .1, 1)}.input-tag-zoom-leave-active{position:absolute;transition:all .3s cubic-bezier(.3, 1.3, .3, 1)}.input-tag-zoom-move{transition:all .3s cubic-bezier(.3, 1.3, .3, 1)}.cascader-slide-enter-from,.cascader-slide-leave-to{margin-left:-120px}.cascader-slide-enter-to,.cascader-slide-leave-from{margin-left:0}.cascader-slide-enter-active,.cascader-slide-leave-active{transition:all .3s cubic-bezier(.34, .69, .1, 1)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}code,kbd,samp{font-size:1em;font-family:monospace, monospace}a{text-decoration:none;color:#000}svg{outline:none}*,*::after,*::before{box-sizing:border-box;margin:0;padding:0;min-width:0;font-family:Inter,-apple-system,BlinkMacSystemFont,'PingFang SC','Hiragino Sans GB','noto sans','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow-wrap:break-word}.yc-icon-button{user-select:none;cursor:pointer;position:relative;color:var(--color-text-1);display:flex;justify-content:center;align-items:center}.yc-icon-button::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:var(--icon-btn-size);height:var(--icon-btn-size);border-radius:var(--border-radius-circle);background:transparent;transition:background-color .1s cubic-bezier(0, 0, 1, 1)}.yc-icon-button .yc-icon{position:relative;z-index:1}.yc-icon-button-hoverable:not(.yc-icon-button-disabled):hover::before{background-color:var(--color-fill-2)}.yc-icon-button-disabled{color:var(--color-text-3)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.yc-icon{display:inline-block;overflow:hidden;width:1em;height:1em;color:inherit}.yc-icon-spin{animation:spin 1s infinite cubic-bezier(0, 0, 1, 1)}.expand-enter-active,.expand-leave-active{transition:max-height .2s cubic-bezier(.34, .69, .1, 1),opacity .2s cubic-bezier(.3, 1.3, .3, 1)}.yc-drawer-wrapper{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0}.yc-drawer-wrapper .yc-drawer-mask{position:absolute;height:100%;width:100%;background-color:var(--color-mask-bg)}.yc-drawer-wrapper .yc-drawer-container{position:absolute;height:100%;background-color:var(--color-bg-3);display:flex;flex-direction:column}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-footer,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-body,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-title,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-close-button{flex-shrink:0}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header{height:48px;width:100%;padding:0 16px;border-bottom:1px solid var(--color-neutral-3);display:flex;align-items:center}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header .yc-drawer-title{flex:1;font-size:16px;font-weight:500;color:var(--color-text-1)}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header .yc-drawer-close-button{margin-left:-12px}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-body{flex:1;line-height:1.5715;padding:12px 16px;color:var(--color-text-1);font-size:14px}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-footer{height:64px;width:100%;padding:0 16px;border-top:1px solid var(--color-neutral-3);display:flex;justify-content:flex-end;align-items:center;gap:12px}.yc-drawer-position-absolute{position:absolute}.yc-drawer-placement-left .yc-drawer-container{left:0;top:0;bottom:0}.yc-drawer-placement-right .yc-drawer-container{right:0;top:0;bottom:0}.yc-drawer-placement-bottom .yc-drawer-container{left:0;bottom:0;right:0}.yc-drawer-placement-top .yc-drawer-container{left:0;top:0;right:0}.yc-modal-container{overflow:hidden;position:fixed;height:100%;width:100%;left:0;top:0}.yc-modal-container .yc-modal-mask{position:absolute;height:100%;width:100%;background-color:var(--color-mask-bg)}.yc-modal-container .yc-modal-wrapper{position:absolute;height:100%;width:100%;overflow:auto}.yc-modal-container .yc-modal-wrapper .yc-modal{position:absolute;border-radius:var(--border-radius-medium);background-color:var(--color-bg-3);line-height:1.5715;display:flex;flex-direction:column}.yc-modal-container .yc-modal-wrapper .yc-modal.yc-modal-fullscreen{height:100%}.yc-modal-container .yc-modal-wrapper .yc-modal.yc-modal-fullscreen .yc-modal-body{flex:1}.yc-modal-container .yc-modal-wrapper .yc-modal.yc-modal-draggable .yc-modal-header{cursor:move;user-select:none}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-footer,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-body,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-title,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-close-button{flex-shrink:0}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header{height:48px;width:100%;padding:0 20px;border-bottom:1px solid var(--color-neutral-3);display:flex;align-items:center}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-title{flex:1}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-title span{font-size:16px;font-weight:500;color:var(--color-text-1)}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-title.title-align-center{text-align:center}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-close-button{margin-left:-12px}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-body{padding:24px 20px;color:var(--color-text-1);font-size:14px;line-height:1.5715}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-footer{height:64px;width:100%;padding:16px 20px;border-top:1px solid var(--color-neutral-3);display:flex;justify-content:flex-end;align-items:center;gap:12px}.yc-modal-position-absolute{position:absolute}.yc-modal-simple .yc-modal-wrapper .yc-modal{width:400px;padding:24px 32px 32px}.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-header,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-footer,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-body{height:unset;padding:0;border:none}.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-header.yc-modal-header,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-footer.yc-modal-header,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-body.yc-modal-header{margin-bottom:24px}.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-header.yc-modal-footer,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-footer.yc-modal-footer,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-body.yc-modal-footer{margin-top:24px;justify-content:center}.yc-service-modal .yc-modal-header .yc-modal-title{display:flex;justify-content:center;gap:6px}.yc-service-modal .yc-modal-header .yc-modal-title .yc-modal-title-icon{display:flex;align-items:center;font-size:18px}.yc-service-modal .yc-modal-header .yc-modal-title .yc-modal-title-content{flex-shrink:0;overflow:hidden}.yc-service-modal .yc-modal-body .yc-modal-body-content{width:100%;line-height:26px;color:var(--color-text-2);font-family:'PingFang SC';font-size:16px;font-weight:400}.yc-service-modal-info .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--primary-6))}.yc-service-modal-success .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--success-6))}.yc-service-modal-warning .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--warning-6))}.yc-service-modal-error .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--danger-6))}.yc-service-modal-confirm .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--warning-6))}.yc-message{pointer-events:auto;position:relative;overflow:hidden;padding:10px 16px;background-color:var(--color-bg-popup);border-color:var(--color-neutral-3);border-radius:var(--border-radius-small);box-shadow:0 4px 10px rgba(0,0,0,0.1);transition:all .1s cubic-bezier(0, 0, 1, 1);color:var(--color-text-1);line-height:1;text-align:center;display:inline-flex;align-items:center;gap:8px}.yc-message .yc-message-icon{vertical-align:middle;font-size:20px;animation:arco-msg-fade .1s cubic-bezier(0, 0, 1, 1),arco-msg-fade .4s cubic-bezier(.3, 1.3, .3, 1)}.yc-message .yc-message-content{vertical-align:middle;font-size:14px}.yc-message-info .yc-message-icon{color:rgb(var(--primary-6))}.yc-message-warning .yc-message-icon{color:rgb(var(--warning-6))}.yc-message-success .yc-message-icon{color:rgb(var(--success-6))}.yc-message-error .yc-message-icon{color:rgb(var(--danger-6))}.yc-message-loading .yc-message-icon{color:rgb(var(--primary-6))}.yc-message-list{pointer-events:none;z-index:1001;position:fixed;width:100%;padding:0 10px;display:flex;flex-direction:column;align-items:center;gap:16px}.yc-message-list-top{top:40px}.yc-message-list-bottom{bottom:40px}.fade-message-enter-from,.fade-message-leave-to{opacity:0}.fade-message-enter-to,.fade-message-leave-from{opacity:1}.fade-message-enter-active,.fade-message-appear-active{transition:opacity .2s cubic-bezier(0, 0, 1, 1)}.fade-message-leave-active{position:absolute}.flip-list-move{transition:transform .3s ease}.yc-notification{overflow:hidden;position:relative;width:340px;padding:20px;background-color:var(--color-bg-popup);border:1px solid var(--color-neutral-3);border-radius:var(--border-radius-medium);box-shadow:0 4px 12px rgba(0,0,0,0.15);opacity:1;transition:opacity .2s cubic-bezier(0, 0, 1, 1);display:flex;gap:16px}.yc-notification .yc-notification-left .yc-notification-icon{font-size:24px;display:flex;align-items:center}.yc-notification .yc-notification-right{color:var(--color-text-1);flex:1;display:flex;flex-direction:column}.yc-notification .yc-notification-right .yc-notification-title{font-weight:500;font-size:16px}.yc-notification .yc-notification-right .yc-notification-content{margin-top:4px;font-size:14px}.yc-notification .yc-notification-right .yc-notification-footer{margin-top:12px;text-align:right}.yc-notification .yc-notification-close-btn{position:absolute;top:12px;right:12px;color:var(--color-text-3);font-size:12px}.yc-notification .yc-notification-close-btn:hover{color:var(--color-text-1)}.yc-notification-info .yc-notification-icon{color:rgb(var(--primary-6))}.yc-notification-warning .yc-notification-icon{color:rgb(var(--warning-6))}.yc-notification-success .yc-notification-icon{color:rgb(var(--success-6))}.yc-notification-error .yc-notification-icon{color:rgb(var(--danger-6))}.yc-notification-loading .yc-notification-icon{color:rgb(var(--primary-6))}.yc-notification-list{position:fixed;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:16px}.yc-notification-list-topLeft{top:20px;left:20px}.yc-notification-list-topRight{top:20px;right:20px}.yc-notification-list-bottomLeft{bottom:20px;left:20px}.yc-notification-list-bottomRight{bottom:20px;right:20px}.slide-left-notification-enter-from{transform:translateX(-100%)}.slide-right-notification-enter-from{transform:translateX(100%)}.slide-left-notification-enter-to,.slide-right-notification-enter-to{transform:translateX(0)}.slide-left-notification-leave-from,.slide-right-notification-leave-from{opacity:1}.slide-left-notification-leave-to,.slide-right-notification-leave-to{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}.slide-left-notification-enter-active,.slide-right-notification-enter-active{transition:transform .4s cubic-bezier(.3, 1.3, .3, 1)}.slide-left-notification-leave-active,.slide-right-notification-leave-active{transition:all .3s cubic-bezier(.34, .69, .1, 1)}
1
+ :root{--red-1:255, 236, 232;--red-2:253, 205, 197;--red-3:251, 172, 163;--red-4:249, 137, 129;--red-5:247, 101, 96;--red-6:245, 63, 63;--red-7:203, 39, 45;--red-8:161, 21, 30;--red-9:119, 8, 19;--red-10:77, 0, 10;--orangered-1:255, 243, 232;--orangered-2:253, 221, 195;--orangered-3:252, 197, 159;--orangered-4:250, 172, 123;--orangered-5:249, 144, 87;--orangered-6:247, 114, 52;--orangered-7:204, 81, 32;--orangered-8:162, 53, 17;--orangered-9:119, 31, 6;--orangered-10:77, 14, 0;--orange-1:255, 247, 232;--orange-2:255, 228, 186;--orange-3:255, 207, 139;--orange-4:255, 182, 93;--orange-5:255, 154, 46;--orange-6:255, 125, 0;--orange-7:210, 95, 0;--orange-8:166, 69, 0;--orange-9:121, 46, 0;--orange-10:77, 27, 0;--gold-1:255, 252, 232;--gold-2:253, 244, 191;--gold-3:252, 233, 150;--gold-4:250, 220, 109;--gold-5:249, 204, 69;--gold-6:247, 186, 30;--gold-7:204, 146, 19;--gold-8:162, 109, 10;--gold-9:119, 75, 4;--gold-10:77, 45, 0;--yellow-1:254, 255, 232;--yellow-2:254, 254, 190;--yellow-3:253, 250, 148;--yellow-4:252, 242, 107;--yellow-5:251, 232, 66;--yellow-6:250, 220, 25;--yellow-7:207, 175, 15;--yellow-8:163, 132, 8;--yellow-9:120, 93, 3;--yellow-10:77, 56, 0;--lime-1:252, 255, 232;--lime-2:237, 248, 187;--lime-3:220, 241, 144;--lime-4:201, 233, 104;--lime-5:181, 226, 65;--lime-6:159, 219, 29;--lime-7:126, 183, 18;--lime-8:95, 148, 10;--lime-9:67, 112, 4;--lime-10:42, 77, 0;--green-1:232, 255, 234;--green-2:175, 240, 181;--green-3:123, 225, 136;--green-4:76, 210, 99;--green-5:35, 195, 67;--green-6:0, 180, 42;--green-7:0, 154, 41;--green-8:0, 128, 38;--green-9:0, 102, 34;--green-10:0, 77, 28;--cyan-1:232, 255, 251;--cyan-2:183, 244, 236;--cyan-3:137, 233, 224;--cyan-4:94, 223, 214;--cyan-5:55, 212, 207;--cyan-6:20, 201, 201;--cyan-7:13, 165, 170;--cyan-8:7, 130, 139;--cyan-9:3, 97, 108;--cyan-10:0, 66, 77;--blue-1:232, 247, 255;--blue-2:195, 231, 254;--blue-3:159, 212, 253;--blue-4:123, 192, 252;--blue-5:87, 169, 251;--blue-6:52, 145, 250;--blue-7:32, 108, 207;--blue-8:17, 75, 163;--blue-9:6, 48, 120;--blue-10:0, 26, 77;--arcoblue-1:232, 243, 255;--arcoblue-2:190, 218, 255;--arcoblue-3:148, 191, 255;--arcoblue-4:106, 161, 255;--arcoblue-5:64, 128, 255;--arcoblue-6:22, 93, 255;--arcoblue-7:14, 66, 210;--arcoblue-8:7, 44, 166;--arcoblue-9:3, 26, 121;--arcoblue-10:0, 13, 77;--purple-1:245, 232, 255;--purple-2:221, 190, 246;--purple-3:195, 150, 237;--purple-4:168, 113, 227;--purple-5:141, 78, 218;--purple-6:114, 46, 209;--purple-7:85, 29, 176;--purple-8:60, 16, 143;--purple-9:39, 6, 110;--purple-10:22, 0, 77;--pinkpurple-1:255, 232, 251;--pinkpurple-2:247, 186, 239;--pinkpurple-3:240, 142, 230;--pinkpurple-4:232, 101, 223;--pinkpurple-5:225, 62, 219;--pinkpurple-6:217, 26, 217;--pinkpurple-7:176, 16, 182;--pinkpurple-8:138, 9, 147;--pinkpurple-9:101, 3, 112;--pinkpurple-10:66, 0, 77;--magenta-1:255, 232, 241;--magenta-2:253, 194, 219;--magenta-3:251, 157, 199;--magenta-4:249, 121, 183;--magenta-5:247, 84, 168;--magenta-6:245, 49, 157;--magenta-7:203, 30, 131;--magenta-8:161, 16, 105;--magenta-9:119, 6, 79;--magenta-10:77, 0, 52;--gray-1:247, 248, 250;--gray-2:242, 243, 245;--gray-3:229, 230, 235;--gray-4:201, 205, 212;--gray-5:169, 174, 184;--gray-6:134, 144, 156;--gray-7:107, 119, 133;--gray-8:78, 89, 105;--gray-9:39, 46, 59;--gray-10:29, 33, 41;--success-1:var(--green-1);--success-2:var(--green-2);--success-3:var(--green-3);--success-4:var(--green-4);--success-5:var(--green-5);--success-6:var(--green-6);--success-7:var(--green-7);--success-8:var(--green-8);--success-9:var(--green-9);--success-10:var(--green-10);--primary-1:var(--arcoblue-1);--primary-2:var(--arcoblue-2);--primary-3:var(--arcoblue-3);--primary-4:var(--arcoblue-4);--primary-5:var(--arcoblue-5);--primary-6:var(--arcoblue-6);--primary-7:var(--arcoblue-7);--primary-8:var(--arcoblue-8);--primary-9:var(--arcoblue-9);--primary-10:var(--arcoblue-10);--danger-1:var(--red-1);--danger-2:var(--red-2);--danger-3:var(--red-3);--danger-4:var(--red-4);--danger-5:var(--red-5);--danger-6:var(--red-6);--danger-7:var(--red-7);--danger-8:var(--red-8);--danger-9:var(--red-9);--danger-10:var(--red-10);--warning-1:var(--orange-1);--warning-2:var(--orange-2);--warning-3:var(--orange-3);--warning-4:var(--orange-4);--warning-5:var(--orange-5);--warning-6:var(--orange-6);--warning-7:var(--orange-7);--warning-8:var(--orange-8);--warning-9:var(--orange-9);--warning-10:var(--orange-10);--link-1:var(--arcoblue-1);--link-2:var(--arcoblue-2);--link-3:var(--arcoblue-3);--link-4:var(--arcoblue-4);--link-5:var(--arcoblue-5);--link-6:var(--arcoblue-6);--link-7:var(--arcoblue-7);--link-8:var(--arcoblue-8);--link-9:var(--arcoblue-9);--link-10:var(--arcoblue-10);--color-white:#ffffff;--color-black:#000000;--color-border:rgb(var(--gray-3));--color-bg-popup:var(--color-bg-5);--color-bg-1:#fff;--color-bg-2:#fff;--color-bg-3:#fff;--color-bg-4:#fff;--color-bg-5:#fff;--color-bg-white:#fff;--color-neutral-1:rgb(var(--gray-1));--color-neutral-2:rgb(var(--gray-2));--color-neutral-3:rgb(var(--gray-3));--color-neutral-4:rgb(var(--gray-4));--color-neutral-5:rgb(var(--gray-5));--color-neutral-6:rgb(var(--gray-6));--color-neutral-7:rgb(var(--gray-7));--color-neutral-8:rgb(var(--gray-8));--color-neutral-9:rgb(var(--gray-9));--color-neutral-10:rgb(var(--gray-10));--color-text-1:var(--color-neutral-10);--color-text-2:var(--color-neutral-8);--color-text-3:var(--color-neutral-6);--color-text-4:var(--color-neutral-4);--color-border-1:var(--color-neutral-2);--color-border-2:var(--color-neutral-3);--color-border-3:var(--color-neutral-4);--color-border-4:var(--color-neutral-6);--color-fill-1:var(--color-neutral-1);--color-fill-2:var(--color-neutral-2);--color-fill-3:var(--color-neutral-3);--color-fill-4:var(--color-neutral-4);--color-primary-light-1:rgb(var(--primary-1));--color-primary-light-2:rgb(var(--primary-2));--color-primary-light-3:rgb(var(--primary-3));--color-primary-light-4:rgb(var(--primary-4));--color-link-light-1:rgb(var(--link-1));--color-link-light-2:rgb(var(--link-2));--color-link-light-3:rgb(var(--link-3));--color-link-light-4:rgb(var(--link-4));--color-secondary:var(--color-neutral-2);--color-secondary-hover:var(--color-neutral-3);--color-secondary-active:var(--color-neutral-4);--color-secondary-disabled:var(--color-neutral-1);--color-danger-light-1:rgb(var(--danger-1));--color-danger-light-2:rgb(var(--danger-2));--color-danger-light-3:rgb(var(--danger-3));--color-danger-light-4:rgb(var(--danger-4));--color-success-light-1:rgb(var(--success-1));--color-success-light-2:rgb(var(--success-2));--color-success-light-3:rgb(var(--success-3));--color-success-light-4:rgb(var(--success-4));--color-warning-light-1:rgb(var(--warning-1));--color-warning-light-2:rgb(var(--warning-2));--color-warning-light-3:rgb(var(--warning-3));--color-warning-light-4:rgb(var(--warning-4));--border-radius-none:0;--border-radius-small:2px;--border-radius-medium:4px;--border-radius-large:8px;--border-radius-circle:50%;--color-tooltip-bg:rgb(var(--gray-10));--color-spin-layer-bg:rgba(255,255,255,0.6);--color-menu-dark-bg:#232324;--color-menu-light-bg:#ffffff;--color-menu-dark-hover:rgba(255,255,255,0.04);--color-mask-bg:rgba(29,33,41,0.6)}body[yc-design-theme='dark']{--red-1:77, 0, 10;--red-2:119, 6, 17;--red-3:161, 22, 31;--red-4:203, 46, 52;--red-5:245, 78, 78;--red-6:247, 105, 101;--red-7:249, 141, 134;--red-8:251, 176, 167;--red-9:253, 209, 202;--red-10:255, 240, 236;--orangered-1:77, 14, 0;--orangered-2:119, 30, 5;--orangered-3:162, 55, 20;--orangered-4:204, 87, 41;--orangered-5:247, 126, 69;--orangered-6:249, 146, 90;--orangered-7:250, 173, 125;--orangered-8:252, 198, 161;--orangered-9:253, 222, 197;--orangered-10:255, 244, 235;--orange-1:77, 27, 0;--orange-2:121, 48, 4;--orange-3:166, 75, 10;--orange-4:210, 105, 19;--orange-5:255, 141, 31;--orange-6:255, 150, 38;--orange-7:255, 179, 87;--orange-8:255, 205, 135;--orange-9:255, 227, 184;--orange-10:255, 247, 232;--gold-1:77, 45, 0;--gold-2:119, 75, 4;--gold-3:162, 111, 15;--gold-4:204, 150, 31;--gold-5:247, 192, 52;--gold-6:249, 204, 68;--gold-7:250, 220, 108;--gold-8:252, 233, 149;--gold-9:253, 244, 190;--gold-10:255, 252, 232;--yellow-1:77, 56, 0;--yellow-2:120, 94, 7;--yellow-3:163, 134, 20;--yellow-4:207, 179, 37;--yellow-5:250, 225, 60;--yellow-6:251, 233, 75;--yellow-7:252, 243, 116;--yellow-8:253, 250, 157;--yellow-9:254, 254, 198;--yellow-10:254, 255, 240;--lime-1:42, 77, 0;--lime-2:68, 112, 6;--lime-3:98, 148, 18;--lime-4:132, 183, 35;--lime-5:168, 219, 57;--lime-6:184, 226, 75;--lime-7:203, 233, 112;--lime-8:222, 241, 152;--lime-9:238, 248, 194;--lime-10:253, 255, 238;--green-1:0, 77, 28;--green-2:4, 102, 37;--green-3:10, 128, 45;--green-4:18, 154, 55;--green-5:29, 180, 64;--green-6:39, 195, 70;--green-7:80, 210, 102;--green-8:126, 225, 139;--green-9:178, 240, 183;--green-10:235, 255, 236;--cyan-1:0, 66, 77;--cyan-2:6, 97, 108;--cyan-3:17, 131, 139;--cyan-4:31, 166, 170;--cyan-5:48, 201, 201;--cyan-6:63, 212, 207;--cyan-7:102, 223, 215;--cyan-8:144, 233, 225;--cyan-9:190, 244, 237;--cyan-10:240, 255, 252;--blue-1:0, 26, 77;--blue-2:5, 47, 120;--blue-3:19, 76, 163;--blue-4:41, 113, 207;--blue-5:70, 154, 250;--blue-6:90, 170, 251;--blue-7:125, 193, 252;--blue-8:161, 213, 253;--blue-9:198, 232, 254;--blue-10:234, 248, 255;--arcoblue-1:0, 13, 77;--arcoblue-2:4, 27, 121;--arcoblue-3:14, 50, 166;--arcoblue-4:29, 77, 210;--arcoblue-5:48, 111, 255;--arcoblue-6:60, 126, 255;--arcoblue-7:104, 159, 255;--arcoblue-8:147, 190, 255;--arcoblue-9:190, 218, 255;--arcoblue-10:234, 244, 255;--purple-1:22, 0, 77;--purple-2:39, 6, 110;--purple-3:62, 19, 143;--purple-4:90, 37, 176;--purple-5:123, 61, 209;--purple-6:142, 81, 218;--purple-7:169, 116, 227;--purple-8:197, 154, 237;--purple-9:223, 194, 246;--purple-10:247, 237, 255;--pinkpurple-1:66, 0, 77;--pinkpurple-2:101, 3, 112;--pinkpurple-3:138, 13, 147;--pinkpurple-4:176, 27, 182;--pinkpurple-5:217, 46, 217;--pinkpurple-6:225, 61, 219;--pinkpurple-7:232, 102, 223;--pinkpurple-8:240, 146, 230;--pinkpurple-9:247, 193, 240;--pinkpurple-10:255, 242, 253;--magenta-1:77, 0, 52;--magenta-2:119, 8, 80;--magenta-3:161, 23, 108;--magenta-4:203, 43, 136;--magenta-5:245, 69, 166;--magenta-6:247, 86, 169;--magenta-7:249, 122, 184;--magenta-8:251, 158, 200;--magenta-9:253, 195, 219;--magenta-10:255, 232, 241;--gray-1:23, 23, 26;--gray-2:46, 46, 48;--gray-3:72, 72, 73;--gray-4:95, 95, 96;--gray-5:120, 120, 122;--gray-6:146, 146, 147;--gray-7:171, 171, 172;--gray-8:197, 197, 197;--gray-9:223, 223, 223;--gray-10:246, 246, 246;--primary-1:var(--arcoblue-1);--primary-2:var(--arcoblue-2);--primary-3:var(--arcoblue-3);--primary-4:var(--arcoblue-4);--primary-5:var(--arcoblue-5);--primary-6:var(--arcoblue-6);--primary-7:var(--arcoblue-7);--primary-8:var(--arcoblue-8);--primary-9:var(--arcoblue-9);--primary-10:var(--arcoblue-10);--success-1:var(--green-1);--success-2:var(--green-2);--success-3:var(--green-3);--success-4:var(--green-4);--success-5:var(--green-5);--success-6:var(--green-6);--success-7:var(--green-7);--success-8:var(--green-8);--success-9:var(--green-9);--success-10:var(--green-10);--danger-1:var(--red-1);--danger-2:var(--red-2);--danger-3:var(--red-3);--danger-4:var(--red-4);--danger-5:var(--red-5);--danger-6:var(--red-6);--danger-7:var(--red-7);--danger-8:var(--red-8);--danger-9:var(--red-9);--danger-10:var(--red-10);--warning-1:var(--orange-1);--warning-2:var(--orange-2);--warning-3:var(--orange-3);--warning-4:var(--orange-4);--warning-5:var(--orange-5);--warning-6:var(--orange-6);--warning-7:var(--orange-7);--warning-8:var(--orange-8);--warning-9:var(--orange-9);--warning-10:var(--orange-10);--link-1:var(--arcoblue-1);--link-2:var(--arcoblue-2);--link-3:var(--arcoblue-3);--link-4:var(--arcoblue-4);--link-5:var(--arcoblue-5);--link-6:var(--arcoblue-6);--link-7:var(--arcoblue-7);--link-8:var(--arcoblue-8);--link-9:var(--arcoblue-9);--link-10:var(--arcoblue-10);--color-white:rgba(255,255,255,0.9);--color-black:#000000;--color-border:#333335;--color-bg-1:#17171a;--color-bg-2:#232324;--color-bg-3:#2a2a2b;--color-bg-4:#313132;--color-bg-5:#373739;--color-bg-white:#f6f6f6;--color-text-1:rgba(255,255,255,0.9);--color-text-2:rgba(255,255,255,0.7);--color-text-3:rgba(255,255,255,0.5);--color-text-4:rgba(255,255,255,0.3);--color-fill-1:rgba(255,255,255,0.04);--color-fill-2:rgba(255,255,255,0.08);--color-fill-3:rgba(255,255,255,0.12);--color-fill-4:rgba(255,255,255,0.16);--color-primary-light-1:rgba(var(--primary-6), .2);--color-primary-light-2:rgba(var(--primary-6), .35);--color-primary-light-3:rgba(var(--primary-6), .5);--color-primary-light-4:rgba(var(--primary-6), .65);--color-secondary:rgba(var(--gray-9), .08);--color-secondary-hover:rgba(var(--gray-8), .16);--color-secondary-active:rgba(var(--gray-7), .24);--color-secondary-disabled:rgba(var(--gray-9), .08);--color-danger-light-1:rgba(var(--danger-6), .2);--color-danger-light-2:rgba(var(--danger-6), .35);--color-danger-light-3:rgba(var(--danger-6), .5);--color-danger-light-4:rgba(var(--danger-6), .65);--color-success-light-1:rgb(var(--success-6), .2);--color-success-light-2:rgb(var(--success-6), .35);--color-success-light-3:rgb(var(--success-6), .5);--color-success-light-4:rgb(var(--success-6), .65);--color-warning-light-1:rgb(var(--warning-6), .2);--color-warning-light-2:rgb(var(--warning-6), .35);--color-warning-light-3:rgb(var(--warning-6), .5);--color-warning-light-4:rgb(var(--warning-6), .65);--color-link-light-1:rgb(var(--link-6), .2);--color-link-light-2:rgb(var(--link-6), .35);--color-link-light-3:rgb(var(--link-6), .5);--color-link-light-4:rgb(var(--link-6), .65);--color-tooltip-bg:#373739;--color-spin-layer-bg:rgba(51,51,51,0.6);--color-menu-dark-bg:#232324;--color-menu-light-bg:#232324;--color-menu-dark-hover:var(--color-fill-2);--color-mask-bg:rgba(23,23,26,0.6)}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.fade-enter-active,.fade-leave-active{transition:opacity .4s cubic-bezier(.3, 1.3, .3, 1)}.zoom-in-fade-out-enter-from,.zoom-in-fade-out-leave-to{transform:scale(.5, .5);opacity:0}.zoom-in-fade-out-enter-to,.zoom-in-fade-out-leave-from{transform:scale(1, 1);opacity:1}.zoom-in-fade-out-enter-active,.zoom-in-fade-out-leave-active{transition:opacity .3s cubic-bezier(.3, 1.3, .3, 1),transform .3s cubic-bezier(.3, 1.3, .3, 1)}.slide-dynamic-origin-enter-from,.slide-dynamic-origin-leave-to{transform:scaleY(.9);transform-origin:0 0;opacity:0}.slide-dynamic-origin-enter-to,.slide-dynamic-origin-leave-from{transform:scaleY(1);transform-origin:0 0;opacity:1}.slide-dynamic-origin-enter-active,.slide-dynamic-origin-leave-active{transition:transform .2s cubic-bezier(.34, .69, .1, 1),opacity .2s cubic-bezier(.34, .69, .1, 1)}.zoom-modal-enter-from,.zoom-modal-leave-to{transform:scale(.5, .5);opacity:0}.zoom-modal-enter-to,.zoom-modal-leave-from{transform:scale(1, 1);opacity:1}.zoom-modal-enter-active,.zoom-modal-leave-active{transition:opacity .4s cubic-bezier(.3, 1.3, .3, 1),transform .4s cubic-bezier(.3, 1.3, .3, 1)}.slide-drawer-left-enter-from,.slide-drawer-left-leave-to{transform:translateX(-100%)}.slide-drawer-left-enter-to,.slide-drawer-left-leave-from{transform:translate(0)}.slide-drawer-left-enter-active,.slide-drawer-left-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.slide-drawer-right-enter-from,.slide-drawer-right-leave-to{transform:translateX(100%)}.slide-drawer-right-enter-to,.slide-drawer-right-leave-from{transform:translate(0)}.slide-drawer-right-enter-active,.slide-drawer-right-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.slide-drawer-top-enter-from,.slide-drawer-top-leave-to{transform:translateY(-100%)}.slide-drawer-top-enter-to,.slide-drawer-top-leave-from{transform:translate(0)}.slide-drawer-top-enter-active,.slide-drawer-top-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.slide-drawer-bottom-enter-from,.slide-drawer-bottom-leave-to{transform:translateY(100%)}.slide-drawer-bottom-enter-to,.slide-drawer-bottom-leave-from{transform:translate(0)}.slide-drawer-bottom-enter-active,.slide-drawer-bottom-leave-active{transition:transform .3s cubic-bezier(.34, .69, .1, 1)}.input-tag-zoom-enter-from,.input-tag-zoom-leave-to{transform:scale(.5, .5);opacity:0}.input-tag-zoom-leave-from,.input-tag-zoom-enter-to{transform:scale(1, 1);opacity:1}.input-tag-zoom-enter-active{transition:all .3s cubic-bezier(.34, .69, .1, 1)}.input-tag-zoom-leave-active{position:absolute;transition:all .3s cubic-bezier(.3, 1.3, .3, 1)}.input-tag-zoom-move{transition:all .3s cubic-bezier(.3, 1.3, .3, 1)}.cascader-slide-enter-from,.cascader-slide-leave-to{margin-left:-120px}.cascader-slide-enter-to,.cascader-slide-leave-from{margin-left:0}.cascader-slide-enter-active,.cascader-slide-leave-active{transition:all .3s cubic-bezier(.34, .69, .1, 1)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}code,kbd,samp{font-size:1em;font-family:monospace, monospace}a{text-decoration:none;color:#000}svg{outline:none}*,*::after,*::before{box-sizing:border-box;margin:0;padding:0;min-width:0;font-family:Inter,-apple-system,BlinkMacSystemFont,'PingFang SC','Hiragino Sans GB','noto sans','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow-wrap:break-word}.yc-icon-button{user-select:none;cursor:pointer;position:relative;color:var(--color-text-1);display:flex;justify-content:center;align-items:center}.yc-icon-button::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:var(--icon-btn-size);height:var(--icon-btn-size);border-radius:var(--border-radius-circle);background:transparent;transition:background-color .1s cubic-bezier(0, 0, 1, 1)}.yc-icon-button .yc-icon{position:relative;z-index:1}.yc-icon-button-hoverable:not(.yc-icon-button-disabled):hover::before{background-color:var(--color-fill-2)}.yc-icon-button-disabled{color:var(--color-text-3)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.yc-icon{display:inline-block;overflow:hidden;width:1em;height:1em;color:inherit}.yc-icon-spin{animation:spin 1s infinite cubic-bezier(0, 0, 1, 1)}.expand-enter-active,.expand-leave-active{transition:max-height .2s cubic-bezier(.34, .69, .1, 1),opacity .2s cubic-bezier(.3, 1.3, .3, 1)}.yc-drawer-wrapper{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0}.yc-drawer-wrapper .yc-drawer-mask{position:absolute;height:100%;width:100%;background-color:var(--color-mask-bg)}.yc-drawer-wrapper .yc-drawer-container{position:absolute;height:100%;background-color:var(--color-bg-3);display:flex;flex-direction:column}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-footer,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-body,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-title,.yc-drawer-wrapper .yc-drawer-container .yc-drawer-close-button{flex-shrink:0}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header{height:48px;width:100%;padding:0 16px;border-bottom:1px solid var(--color-neutral-3);display:flex;align-items:center}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header .yc-drawer-title{flex:1;font-size:16px;font-weight:500;color:var(--color-text-1)}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-header .yc-drawer-close-button{margin-left:-12px}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-body{flex:1;line-height:1.5715;padding:12px 16px;color:var(--color-text-1);font-size:14px}.yc-drawer-wrapper .yc-drawer-container .yc-drawer-footer{height:64px;width:100%;padding:0 16px;border-top:1px solid var(--color-neutral-3);display:flex;justify-content:flex-end;align-items:center;gap:12px}.yc-drawer-position-absolute{position:absolute}.yc-drawer-placement-left .yc-drawer-container{left:0;top:0;bottom:0}.yc-drawer-placement-right .yc-drawer-container{right:0;top:0;bottom:0}.yc-drawer-placement-bottom .yc-drawer-container{left:0;bottom:0;right:0}.yc-drawer-placement-top .yc-drawer-container{left:0;top:0;right:0}.yc-modal-container{overflow:hidden;position:fixed;height:100%;width:100%;left:0;top:0}.yc-modal-container .yc-modal-mask{position:absolute;height:100%;width:100%;background-color:var(--color-mask-bg)}.yc-modal-container .yc-modal-wrapper{position:absolute;height:100%;width:100%;overflow:auto}.yc-modal-container .yc-modal-wrapper .yc-modal{position:absolute;border-radius:var(--border-radius-medium);background-color:var(--color-bg-3);line-height:1.5715;display:flex;flex-direction:column}.yc-modal-container .yc-modal-wrapper .yc-modal.yc-modal-fullscreen{height:100%}.yc-modal-container .yc-modal-wrapper .yc-modal.yc-modal-fullscreen .yc-modal-body{flex:1}.yc-modal-container .yc-modal-wrapper .yc-modal.yc-modal-draggable .yc-modal-header{cursor:move;user-select:none}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-footer,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-body,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-title,.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-close-button{flex-shrink:0}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header{height:48px;width:100%;padding:0 20px;border-bottom:1px solid var(--color-neutral-3);display:flex;align-items:center}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-title{flex:1}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-title span{font-size:16px;font-weight:500;color:var(--color-text-1)}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-title.title-align-center{text-align:center}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-header .yc-modal-close-button{margin-left:-12px}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-body{padding:24px 20px;color:var(--color-text-1);font-size:14px;line-height:1.5715}.yc-modal-container .yc-modal-wrapper .yc-modal .yc-modal-footer{height:64px;width:100%;padding:16px 20px;border-top:1px solid var(--color-neutral-3);display:flex;justify-content:flex-end;align-items:center;gap:12px}.yc-modal-position-absolute{position:absolute}.yc-modal-simple .yc-modal-wrapper .yc-modal{width:400px;padding:24px 32px 32px}.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-header,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-footer,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-body{height:unset;padding:0;border:none}.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-header.yc-modal-header,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-footer.yc-modal-header,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-body.yc-modal-header{margin-bottom:24px}.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-header.yc-modal-footer,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-footer.yc-modal-footer,.yc-modal-simple .yc-modal-wrapper .yc-modal .yc-modal-body.yc-modal-footer{margin-top:24px;justify-content:center}.yc-service-modal .yc-modal-header .yc-modal-title{display:flex;justify-content:center;gap:6px}.yc-service-modal .yc-modal-header .yc-modal-title .yc-modal-title-icon{display:flex;align-items:center;font-size:18px}.yc-service-modal .yc-modal-header .yc-modal-title .yc-modal-title-content{flex-shrink:0;overflow:hidden}.yc-service-modal .yc-modal-body .yc-modal-body-content{width:100%;line-height:26px;color:var(--color-text-2);font-family:'PingFang SC';font-size:16px;font-weight:400}.yc-modal-container .yc-modal-wrapper .yc-service-modal-info .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--primary-6))}.yc-modal-container .yc-modal-wrapper .yc-service-modal-success .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--success-6))}.yc-modal-container .yc-modal-wrapper .yc-service-modal-warning .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--warning-6))}.yc-modal-container .yc-modal-wrapper .yc-service-modal-error .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--danger-6))}.yc-modal-container .yc-modal-wrapper .yc-service-modal-confirm .yc-modal-header .yc-modal-title .yc-modal-title-icon{color:rgb(var(--warning-6))}.yc-message{pointer-events:auto;position:relative;overflow:hidden;padding:10px 16px;background-color:var(--color-bg-popup);border-color:var(--color-neutral-3);border-radius:var(--border-radius-small);box-shadow:0 4px 10px rgba(0,0,0,0.1);transition:all .1s cubic-bezier(0, 0, 1, 1);color:var(--color-text-1);line-height:1;text-align:center;display:inline-flex;align-items:center;gap:8px}.yc-message .yc-message-icon{vertical-align:middle;font-size:20px;animation:arco-msg-fade .1s cubic-bezier(0, 0, 1, 1),arco-msg-fade .4s cubic-bezier(.3, 1.3, .3, 1)}.yc-message .yc-message-content{vertical-align:middle;font-size:14px}.yc-message-info .yc-message-icon{color:rgb(var(--primary-6))}.yc-message-warning .yc-message-icon{color:rgb(var(--warning-6))}.yc-message-success .yc-message-icon{color:rgb(var(--success-6))}.yc-message-error .yc-message-icon{color:rgb(var(--danger-6))}.yc-message-loading .yc-message-icon{color:rgb(var(--primary-6))}.yc-message-list{pointer-events:none;z-index:1001;position:fixed;width:100%;padding:0 10px;display:flex;flex-direction:column;align-items:center;gap:16px}.yc-message-list-top{top:40px}.yc-message-list-bottom{bottom:40px}.fade-message-enter-from,.fade-message-leave-to{opacity:0}.fade-message-enter-to,.fade-message-leave-from{opacity:1}.fade-message-enter-active,.fade-message-appear-active{transition:opacity .2s cubic-bezier(0, 0, 1, 1)}.fade-message-leave-active{position:absolute}.flip-list-move{transition:transform .3s ease}.yc-notification{overflow:hidden;position:relative;width:340px;padding:20px;background-color:var(--color-bg-popup);border:1px solid var(--color-neutral-3);border-radius:var(--border-radius-medium);box-shadow:0 4px 12px rgba(0,0,0,0.15);opacity:1;transition:opacity .2s cubic-bezier(0, 0, 1, 1);display:flex;gap:16px}.yc-notification .yc-notification-left .yc-notification-icon{font-size:24px;display:flex;align-items:center}.yc-notification .yc-notification-right{color:var(--color-text-1);flex:1;display:flex;flex-direction:column}.yc-notification .yc-notification-right .yc-notification-title{font-weight:500;font-size:16px}.yc-notification .yc-notification-right .yc-notification-content{margin-top:4px;font-size:14px}.yc-notification .yc-notification-right .yc-notification-footer{margin-top:12px;text-align:right}.yc-notification .yc-notification-close-btn{position:absolute;top:12px;right:12px;color:var(--color-text-3);font-size:12px}.yc-notification .yc-notification-close-btn:hover{color:var(--color-text-1)}.yc-notification-info .yc-notification-icon{color:rgb(var(--primary-6))}.yc-notification-warning .yc-notification-icon{color:rgb(var(--warning-6))}.yc-notification-success .yc-notification-icon{color:rgb(var(--success-6))}.yc-notification-error .yc-notification-icon{color:rgb(var(--danger-6))}.yc-notification-loading .yc-notification-icon{color:rgb(var(--primary-6))}.yc-notification-list{position:fixed;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:16px}.yc-notification-list-topLeft{top:20px;left:20px}.yc-notification-list-topRight{top:20px;right:20px}.yc-notification-list-bottomLeft{bottom:20px;left:20px}.yc-notification-list-bottomRight{bottom:20px;right:20px}.slide-left-notification-enter-from{transform:translateX(-100%)}.slide-right-notification-enter-from{transform:translateX(100%)}.slide-left-notification-enter-to,.slide-right-notification-enter-to{transform:translateX(0)}.slide-left-notification-leave-from,.slide-right-notification-leave-from{opacity:1}.slide-left-notification-leave-to,.slide-right-notification-leave-to{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}.slide-left-notification-enter-active,.slide-right-notification-enter-active{transition:transform .4s cubic-bezier(.3, 1.3, .3, 1)}.slide-left-notification-leave-active,.slide-right-notification-leave-active{transition:all .3s cubic-bezier(.34, .69, .1, 1)}