yc-design-vue 2.1.9 → 2.2.1

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 (312) hide show
  1. package/dist/index.umd.js +1 -1
  2. package/dist/style.css +1 -1
  3. package/es/Alert/index.vue.js +3 -3
  4. package/es/Avatar/Avatar.vue.d.ts +1 -1
  5. package/es/Avatar/Avatar.vue.js +2 -2
  6. package/es/Avatar/index.d.ts +3 -3
  7. package/es/BackTop/index.vue.js +2 -2
  8. package/es/Badge/index.d.ts +3 -3
  9. package/es/Badge/index.vue.d.ts +1 -1
  10. package/es/Breadcrumb/BreadcrumbItem.vue.js +2 -2
  11. package/es/Breadcrumb/BreadcrumbMore.vue.js +2 -2
  12. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +3 -3
  13. package/es/Button/Button.vue.d.ts +2 -2
  14. package/es/Button/ButtonGroup.vue.d.ts +1 -1
  15. package/es/Button/index.d.ts +9 -9
  16. package/es/Calendar/Calendar.vue.js +3 -3
  17. package/es/Card/Card.vue.d.ts +1 -1
  18. package/es/Card/index.d.ts +3 -3
  19. package/es/Carousel/CarouselArrow.vue.js +2 -2
  20. package/es/Cascader/Cascader.vue.d.ts +12 -44
  21. package/es/Cascader/CascaderIcon.vue.js +3 -3
  22. package/es/Cascader/CascaderOption.vue.js +2 -2
  23. package/es/Cascader/index.d.ts +6 -22
  24. package/es/Checkbox/Checkbox.vue.js +3 -3
  25. package/es/Collapse/CollapseItem.vue.js +4 -4
  26. package/es/Drawer/Drawer.vue.js +3 -3
  27. package/es/Dropdown/DropdownButton.vue.d.ts +1 -1
  28. package/es/Dropdown/DropdownButton.vue.js +2 -2
  29. package/es/Dropdown/Dsubmenu.vue.js +2 -2
  30. package/es/Dropdown/index.d.ts +3 -3
  31. package/es/Empty/index.vue.js +2 -2
  32. package/es/Image/Image.vue.js +2 -2
  33. package/es/Image/ImagePreview.vue.js +2 -2
  34. package/es/Image/ImagePreviewArrow.vue.js +2 -2
  35. package/es/Image/ImagePreviewToolbar.vue.js +8 -8
  36. package/es/Input/Input.vue.d.ts +2 -8
  37. package/es/Input/Input.vue.js +27 -49
  38. package/es/Input/InputPassword.vue.d.ts +309 -0
  39. package/es/Input/InputPassword.vue.js +122 -0
  40. package/es/Input/InputPassword.vue2.js +4 -0
  41. package/es/Input/InputSearch.vue.d.ts +310 -0
  42. package/es/Input/InputSearch.vue.js +142 -0
  43. package/es/Input/InputSearch.vue2.js +4 -0
  44. package/es/Input/hooks/useLimitedInput.d.ts +2 -0
  45. package/es/Input/hooks/useLimitedInput.js +2 -0
  46. package/es/Input/index.css +1 -1
  47. package/es/Input/index.d.ts +420 -23
  48. package/es/Input/index.js +11 -3
  49. package/es/Input/type.d.ts +24 -6
  50. package/es/InputNumber/InputNumber.vue.d.ts +12 -44
  51. package/es/InputNumber/InputOperaBtn.vue.js +2 -2
  52. package/es/InputNumber/index.d.ts +6 -22
  53. package/es/InputTag/index.vue.js +3 -3
  54. package/es/Layout/LayoutSider.vue.js +2 -2
  55. package/es/Link/index.d.ts +3 -3
  56. package/es/Link/index.vue.d.ts +1 -1
  57. package/es/Link/index.vue.js +2 -2
  58. package/es/Menu/Menu.vue.js +2 -2
  59. package/es/Menu/MenuEllipsis.vue.js +2 -2
  60. package/es/Menu/SubMenu.vue.js +3 -3
  61. package/es/Message/Message.vue.js +3 -3
  62. package/es/Modal/Modal.vue.js +3 -3
  63. package/es/Notification/Notification.vue.js +3 -3
  64. package/es/PageHeader/index.vue.js +3 -3
  65. package/es/Pagination/PaginationItem.vue.js +2 -2
  66. package/es/Progress/ProgressCircle.vue.js +3 -3
  67. package/es/Radio/Radio.vue.js +3 -3
  68. package/es/Rate/index.vue.js +2 -2
  69. package/es/ResizeBox/index.vue.js +2 -2
  70. package/es/Select/SelectIcon.vue.js +3 -3
  71. package/es/Spin/index.vue.js +2 -2
  72. package/es/Split/index.vue.js +2 -2
  73. package/es/Statistic/Statistic.vue.d.ts +1 -1
  74. package/es/Statistic/index.d.ts +3 -3
  75. package/es/Steps/Step.vue.d.ts +1 -1
  76. package/es/Steps/Step.vue.js +2 -2
  77. package/es/Steps/Steps.vue.d.ts +1 -1
  78. package/es/Steps/index.d.ts +6 -6
  79. package/es/Tabs/TabButton.vue.js +3 -3
  80. package/es/Tabs/Tabs.vue.js +2 -2
  81. package/es/Tag/index.vue.js +3 -3
  82. package/es/Textarea/index.vue.js +3 -3
  83. package/es/TimePicker/TimePicker.vue.js +3 -3
  84. package/es/Transfer/Transfer.vue.js +2 -2
  85. package/es/Transfer/TransferPanel.vue.js +4 -4
  86. package/es/Trigger/index.vue.js +2 -2
  87. package/es/Typography/TypographyBase.vue.d.ts +12 -44
  88. package/es/Typography/TypographyBase.vue.js +4 -4
  89. package/es/Upload/UploadButton.vue.js +2 -2
  90. package/es/Upload/UploadDrag.vue.js +2 -2
  91. package/es/Upload/UploadFileList.vue2.js +3 -3
  92. package/es/Upload/UploadPictureCard.vue2.js +3 -3
  93. package/es/_shared/components/ExpandTransition/index.vue3.js +2 -2
  94. package/es/_shared/components/IconButton/{index.vue.js → index.vue2.js} +2 -2
  95. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  96. package/es/_shared/constants/index.js +2 -2
  97. package/es/_shared/icons/IconArrowDown.vue.js +2 -2
  98. package/es/_shared/icons/IconArrowRight.vue.js +2 -2
  99. package/es/_shared/icons/IconCheck.vue.js +2 -2
  100. package/es/_shared/icons/IconCheckboxChecked.vue.js +2 -2
  101. package/es/_shared/icons/IconClose.vue.js +2 -2
  102. package/es/_shared/icons/IconCopy.vue.js +1 -28
  103. package/es/_shared/icons/IconCopy.vue2.js +28 -1
  104. package/es/_shared/icons/IconDelete.vue2.js +2 -2
  105. package/es/_shared/icons/IconDragDot.vue.js +2 -2
  106. package/es/_shared/icons/IconEdit.vue.js +1 -28
  107. package/es/_shared/icons/IconEdit.vue2.js +28 -1
  108. package/es/_shared/icons/IconEmpty.vue.js +2 -2
  109. package/es/_shared/icons/IconError.vue.js +2 -2
  110. package/es/_shared/icons/IconExclamation.vue.js +39 -1
  111. package/es/_shared/icons/IconExclamation.vue2.js +1 -39
  112. package/es/_shared/icons/IconEyeClose.vue.js +32 -1
  113. package/es/_shared/icons/IconEyeClose.vue2.js +1 -32
  114. package/es/_shared/icons/IconEyeOpen.vue.js +29 -1
  115. package/es/_shared/icons/IconEyeOpen.vue2.js +1 -29
  116. package/es/_shared/icons/IconFaceSmile.vue.js +2 -2
  117. package/es/_shared/icons/IconFile.vue2.js +2 -2
  118. package/es/_shared/icons/IconFullScreen.vue.js +1 -28
  119. package/es/_shared/icons/IconFullScreen.vue2.js +28 -1
  120. package/es/_shared/icons/IconImageClose.vue.js +2 -2
  121. package/es/_shared/icons/IconInfo.vue.js +2 -2
  122. package/es/_shared/icons/IconInfoLine.vue.js +2 -2
  123. package/es/_shared/icons/IconLink.vue.js +2 -2
  124. package/es/_shared/icons/IconLoading.vue.js +2 -2
  125. package/es/_shared/icons/IconMenuFold.vue.js +2 -2
  126. package/es/_shared/icons/IconMenuUnfold.vue.js +2 -2
  127. package/es/_shared/icons/IconMinus.vue2.js +2 -2
  128. package/es/_shared/icons/IconMore.vue.js +2 -2
  129. package/es/_shared/icons/IconOriginSize.vue.js +1 -34
  130. package/es/_shared/icons/IconOriginSize.vue2.js +34 -1
  131. package/es/_shared/icons/IconPlus.vue.js +2 -2
  132. package/es/_shared/icons/IconRight.vue.js +2 -2
  133. package/es/_shared/icons/IconRotateLeft.vue.js +1 -28
  134. package/es/_shared/icons/IconRotateLeft.vue2.js +28 -1
  135. package/es/_shared/icons/IconRotateRight.vue.js +1 -28
  136. package/es/_shared/icons/IconRotateRight.vue2.js +28 -1
  137. package/es/_shared/icons/IconSearch.vue.js +28 -1
  138. package/es/_shared/icons/IconSearch.vue2.js +1 -28
  139. package/es/_shared/icons/IconSeparator.vue.js +1 -28
  140. package/es/_shared/icons/IconSeparator.vue2.js +28 -1
  141. package/es/_shared/icons/IconStar.vue.js +2 -2
  142. package/es/_shared/icons/IconSuccess.vue.js +2 -2
  143. package/es/_shared/icons/IconTime.vue.js +2 -2
  144. package/es/_shared/icons/IconToTop.vue.js +2 -2
  145. package/es/_shared/icons/IconUpload.vue2.js +2 -2
  146. package/es/_shared/icons/IconWarning.vue.js +2 -2
  147. package/es/_shared/icons/IconZoomIn.vue.js +1 -28
  148. package/es/_shared/icons/IconZoomIn.vue2.js +28 -1
  149. package/es/_shared/icons/IconZoomOut.vue.js +1 -28
  150. package/es/_shared/icons/IconZoomOut.vue2.js +28 -1
  151. package/es/index.d.ts +9 -9
  152. package/es/index.js +4 -0
  153. package/es/style.css +1 -1
  154. package/lib/Alert/index.vue.js +1 -1
  155. package/lib/Avatar/Avatar.vue.d.ts +1 -1
  156. package/lib/Avatar/Avatar.vue.js +1 -1
  157. package/lib/Avatar/index.d.ts +3 -3
  158. package/lib/BackTop/index.vue.js +1 -1
  159. package/lib/Badge/index.d.ts +3 -3
  160. package/lib/Badge/index.vue.d.ts +1 -1
  161. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  162. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  163. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  164. package/lib/Button/Button.vue.d.ts +2 -2
  165. package/lib/Button/ButtonGroup.vue.d.ts +1 -1
  166. package/lib/Button/index.d.ts +9 -9
  167. package/lib/Calendar/Calendar.vue.js +1 -1
  168. package/lib/Card/Card.vue.d.ts +1 -1
  169. package/lib/Card/index.d.ts +3 -3
  170. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  171. package/lib/Cascader/Cascader.vue.d.ts +12 -44
  172. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  173. package/lib/Cascader/CascaderOption.vue.js +1 -1
  174. package/lib/Cascader/index.d.ts +6 -22
  175. package/lib/Checkbox/Checkbox.vue.js +1 -1
  176. package/lib/Collapse/CollapseItem.vue.js +1 -1
  177. package/lib/Drawer/Drawer.vue.js +1 -1
  178. package/lib/Dropdown/DropdownButton.vue.d.ts +1 -1
  179. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  180. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  181. package/lib/Dropdown/index.d.ts +3 -3
  182. package/lib/Empty/index.vue.js +1 -1
  183. package/lib/Image/Image.vue.js +1 -1
  184. package/lib/Image/ImagePreview.vue.js +1 -1
  185. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  186. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  187. package/lib/Input/Input.vue.d.ts +2 -8
  188. package/lib/Input/Input.vue.js +1 -1
  189. package/lib/Input/InputPassword.vue.d.ts +309 -0
  190. package/lib/Input/InputPassword.vue.js +1 -0
  191. package/lib/Input/{InputSuffix.vue3.js → InputPassword.vue2.js} +1 -1
  192. package/lib/Input/InputSearch.vue.d.ts +310 -0
  193. package/lib/Input/InputSearch.vue.js +1 -0
  194. package/lib/Input/InputSearch.vue2.js +1 -0
  195. package/lib/Input/hooks/useLimitedInput.d.ts +2 -0
  196. package/lib/Input/hooks/useLimitedInput.js +1 -1
  197. package/lib/Input/index.css +1 -1
  198. package/lib/Input/index.d.ts +420 -23
  199. package/lib/Input/index.js +1 -1
  200. package/lib/Input/type.d.ts +24 -6
  201. package/lib/InputNumber/InputNumber.vue.d.ts +12 -44
  202. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  203. package/lib/InputNumber/index.d.ts +6 -22
  204. package/lib/InputTag/index.vue.js +1 -1
  205. package/lib/Layout/LayoutSider.vue.js +1 -1
  206. package/lib/Link/index.d.ts +3 -3
  207. package/lib/Link/index.vue.d.ts +1 -1
  208. package/lib/Link/index.vue.js +1 -1
  209. package/lib/Menu/Menu.vue.js +1 -1
  210. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  211. package/lib/Menu/SubMenu.vue.js +1 -1
  212. package/lib/Message/Message.vue.js +1 -1
  213. package/lib/Modal/Modal.vue.js +1 -1
  214. package/lib/Notification/Notification.vue.js +1 -1
  215. package/lib/PageHeader/index.vue.js +1 -1
  216. package/lib/Pagination/PaginationItem.vue.js +1 -1
  217. package/lib/Progress/ProgressCircle.vue.js +1 -1
  218. package/lib/Radio/Radio.vue.js +1 -1
  219. package/lib/Rate/index.vue.js +1 -1
  220. package/lib/ResizeBox/index.vue.js +1 -1
  221. package/lib/Select/SelectIcon.vue.js +1 -1
  222. package/lib/Spin/index.vue.js +1 -1
  223. package/lib/Split/index.vue.js +1 -1
  224. package/lib/Statistic/Statistic.vue.d.ts +1 -1
  225. package/lib/Statistic/index.d.ts +3 -3
  226. package/lib/Steps/Step.vue.d.ts +1 -1
  227. package/lib/Steps/Step.vue.js +1 -1
  228. package/lib/Steps/Steps.vue.d.ts +1 -1
  229. package/lib/Steps/index.d.ts +6 -6
  230. package/lib/Tabs/TabButton.vue.js +1 -1
  231. package/lib/Tabs/Tabs.vue.js +1 -1
  232. package/lib/Tag/index.vue.js +1 -1
  233. package/lib/Textarea/index.vue.js +1 -1
  234. package/lib/TimePicker/TimePicker.vue.js +1 -1
  235. package/lib/Transfer/Transfer.vue.js +1 -1
  236. package/lib/Transfer/TransferPanel.vue.js +1 -1
  237. package/lib/Trigger/index.vue.js +1 -1
  238. package/lib/Typography/TypographyBase.vue.d.ts +12 -44
  239. package/lib/Typography/TypographyBase.vue.js +1 -1
  240. package/lib/Upload/UploadButton.vue.js +1 -1
  241. package/lib/Upload/UploadDrag.vue.js +1 -1
  242. package/lib/Upload/UploadFileList.vue2.js +1 -1
  243. package/lib/Upload/UploadPictureCard.vue2.js +1 -1
  244. package/lib/_shared/components/ExpandTransition/index.vue3.js +1 -1
  245. package/lib/_shared/components/IconButton/{index.vue.js → index.vue2.js} +1 -1
  246. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  247. package/lib/_shared/constants/index.js +1 -1
  248. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  249. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  250. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  251. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  252. package/lib/_shared/icons/IconClose.vue.js +1 -1
  253. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  254. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  255. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  256. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  257. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  258. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  259. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  260. package/lib/_shared/icons/IconError.vue.js +1 -1
  261. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  262. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  263. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  264. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  265. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  266. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  267. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  268. package/lib/_shared/icons/IconFile.vue2.js +1 -1
  269. package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
  270. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  271. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  272. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  273. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  274. package/lib/_shared/icons/IconLink.vue.js +1 -1
  275. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  276. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  277. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  278. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  279. package/lib/_shared/icons/IconMore.vue.js +1 -1
  280. package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
  281. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  282. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  283. package/lib/_shared/icons/IconRight.vue.js +1 -1
  284. package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
  285. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  286. package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
  287. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  288. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  289. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  290. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  291. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  292. package/lib/_shared/icons/IconStar.vue.js +1 -1
  293. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  294. package/lib/_shared/icons/IconTime.vue.js +1 -1
  295. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  296. package/lib/_shared/icons/IconUpload.vue2.js +1 -1
  297. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  298. package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
  299. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  300. package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
  301. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  302. package/lib/index.d.ts +9 -9
  303. package/lib/index.js +1 -1
  304. package/lib/style.css +1 -1
  305. package/package.json +1 -1
  306. package/es/Input/InputSuffix.vue.d.ts +0 -31
  307. package/es/Input/InputSuffix.vue.js +0 -58
  308. package/es/Input/InputSuffix.vue3.js +0 -5
  309. package/lib/Input/InputSuffix.vue.d.ts +0 -31
  310. package/lib/Input/InputSuffix.vue.js +0 -1
  311. /package/es/_shared/components/ExpandTransition/{index.vue2.js → index.vue.js} +0 -0
  312. /package/lib/_shared/components/ExpandTransition/{index.vue2.js → index.vue.js} +0 -0
@@ -0,0 +1,310 @@
1
+ import { InputSearchProps } from './type';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ prepend?(_: {}): any;
6
+ append?(_: {}): any;
7
+ prefix?(_: {}): any;
8
+ suffix?(_: {}): any;
9
+ };
10
+ refs: {
11
+ inputRef: ({
12
+ $: import('vue').ComponentInternalInstance;
13
+ $data: {};
14
+ $props: {
15
+ readonly modelValue?: string | undefined;
16
+ readonly defaultValue?: string | undefined;
17
+ readonly size?: import('..').Size | undefined;
18
+ readonly allowClear?: boolean | undefined;
19
+ readonly disabled?: boolean | undefined;
20
+ readonly readonly?: boolean | undefined;
21
+ readonly error?: boolean | undefined;
22
+ readonly placeholder?: string | undefined;
23
+ readonly maxLength?: import('./type').MaxLength | undefined;
24
+ readonly wordLength?: import('./type').WordLength | undefined;
25
+ readonly wordSlice?: import('./type').WordSlice | undefined;
26
+ readonly showWordLimit?: boolean | undefined;
27
+ readonly inputAttrs?: import('..').RecordType | undefined;
28
+ readonly showInput?: boolean | undefined;
29
+ readonly onChange?: ((value: string, ev: Event) => any) | undefined;
30
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
31
+ readonly onClear?: ((ev: MouseEvent) => any) | undefined;
32
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
33
+ readonly onInput?: ((value: string, ev: Event) => any) | undefined;
34
+ readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
35
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
36
+ readonly onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
37
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
38
+ $attrs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $refs: {
42
+ [x: string]: unknown;
43
+ } & {
44
+ inputRef: HTMLInputElement;
45
+ };
46
+ $slots: Readonly<{
47
+ [name: string]: import('vue').Slot<any> | undefined;
48
+ }>;
49
+ $root: import('vue').ComponentPublicInstance | null;
50
+ $parent: import('vue').ComponentPublicInstance | null;
51
+ $host: Element | null;
52
+ $emit: ((event: "change", value: string, ev: Event) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", ev: KeyboardEvent) => void);
53
+ $el: HTMLDivElement;
54
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./type').InputProps> & Readonly<{
55
+ onChange?: ((value: string, ev: Event) => any) | undefined;
56
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
57
+ onClear?: ((ev: MouseEvent) => any) | undefined;
58
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
59
+ onInput?: ((value: string, ev: Event) => any) | undefined;
60
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
61
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
62
+ onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
63
+ }>, {
64
+ focus(): void;
65
+ blur(): void;
66
+ getInputRef(): HTMLInputElement;
67
+ setCursor?: () => void;
68
+ recordCursor?: () => void;
69
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
70
+ change: (value: string, ev: Event) => any;
71
+ focus: (ev: FocusEvent) => any;
72
+ clear: (ev: MouseEvent) => any;
73
+ blur: (ev: FocusEvent) => any;
74
+ input: (value: string, ev: Event) => any;
75
+ keydown: (ev: KeyboardEvent) => any;
76
+ "update:modelValue": (value: string) => any;
77
+ pressEnter: (ev: KeyboardEvent) => any;
78
+ }, string, {
79
+ error: boolean;
80
+ size: import('..').Size;
81
+ disabled: boolean;
82
+ placeholder: string;
83
+ modelValue: string;
84
+ defaultValue: string;
85
+ maxLength: import('./type').MaxLength;
86
+ showWordLimit: boolean;
87
+ allowClear: boolean;
88
+ readonly: boolean;
89
+ wordLength: import('./type').WordLength;
90
+ wordSlice: import('./type').WordSlice;
91
+ inputAttrs: import('..').RecordType;
92
+ showInput: boolean;
93
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
94
+ beforeCreate?: (() => void) | (() => void)[];
95
+ created?: (() => void) | (() => void)[];
96
+ beforeMount?: (() => void) | (() => void)[];
97
+ mounted?: (() => void) | (() => void)[];
98
+ beforeUpdate?: (() => void) | (() => void)[];
99
+ updated?: (() => void) | (() => void)[];
100
+ activated?: (() => void) | (() => void)[];
101
+ deactivated?: (() => void) | (() => void)[];
102
+ beforeDestroy?: (() => void) | (() => void)[];
103
+ beforeUnmount?: (() => void) | (() => void)[];
104
+ destroyed?: (() => void) | (() => void)[];
105
+ unmounted?: (() => void) | (() => void)[];
106
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
107
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
108
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
109
+ };
110
+ $forceUpdate: () => void;
111
+ $nextTick: typeof import('vue').nextTick;
112
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
113
+ } & Readonly<{
114
+ error: boolean;
115
+ size: import('..').Size;
116
+ disabled: boolean;
117
+ placeholder: string;
118
+ modelValue: string;
119
+ defaultValue: string;
120
+ maxLength: import('./type').MaxLength;
121
+ showWordLimit: boolean;
122
+ allowClear: boolean;
123
+ readonly: boolean;
124
+ wordLength: import('./type').WordLength;
125
+ wordSlice: import('./type').WordSlice;
126
+ inputAttrs: import('..').RecordType;
127
+ showInput: boolean;
128
+ }> & Omit<Readonly<import('./type').InputProps> & Readonly<{
129
+ onChange?: ((value: string, ev: Event) => any) | undefined;
130
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
131
+ onClear?: ((ev: MouseEvent) => any) | undefined;
132
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
133
+ onInput?: ((value: string, ev: Event) => any) | undefined;
134
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
135
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
136
+ onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
137
+ }>, "focus" | "blur" | "setCursor" | "recordCursor" | "getInputRef" | ("error" | "size" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "maxLength" | "showWordLimit" | "allowClear" | "readonly" | "wordLength" | "wordSlice" | "inputAttrs" | "showInput")> & import('vue').ShallowUnwrapRef<{
138
+ focus(): void;
139
+ blur(): void;
140
+ getInputRef(): HTMLInputElement;
141
+ setCursor?: () => void;
142
+ recordCursor?: () => void;
143
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
144
+ $slots: any;
145
+ }) | null;
146
+ };
147
+ rootEl: HTMLDivElement;
148
+ };
149
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
150
+ declare const __VLS_component: import('vue').DefineComponent<InputSearchProps, {
151
+ focus(): void;
152
+ blur(): void;
153
+ getInputRef(): HTMLInputElement;
154
+ setCursor?: () => void;
155
+ recordCursor?: () => void;
156
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
157
+ search: (value: string, ev: MouseEvent) => any;
158
+ }, string, import('vue').PublicProps, Readonly<InputSearchProps> & Readonly<{
159
+ onSearch?: ((value: string, ev: MouseEvent) => any) | undefined;
160
+ }>, {
161
+ size: import('..').Size;
162
+ disabled: boolean;
163
+ loading: boolean;
164
+ searchButton: boolean;
165
+ buttonText: string;
166
+ buttonProps: import('../Button').ButtonGroupProps;
167
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
168
+ inputRef: ({
169
+ $: import('vue').ComponentInternalInstance;
170
+ $data: {};
171
+ $props: {
172
+ readonly modelValue?: string | undefined;
173
+ readonly defaultValue?: string | undefined;
174
+ readonly size?: import('..').Size | undefined;
175
+ readonly allowClear?: boolean | undefined;
176
+ readonly disabled?: boolean | undefined;
177
+ readonly readonly?: boolean | undefined;
178
+ readonly error?: boolean | undefined;
179
+ readonly placeholder?: string | undefined;
180
+ readonly maxLength?: import('./type').MaxLength | undefined;
181
+ readonly wordLength?: import('./type').WordLength | undefined;
182
+ readonly wordSlice?: import('./type').WordSlice | undefined;
183
+ readonly showWordLimit?: boolean | undefined;
184
+ readonly inputAttrs?: import('..').RecordType | undefined;
185
+ readonly showInput?: boolean | undefined;
186
+ readonly onChange?: ((value: string, ev: Event) => any) | undefined;
187
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
188
+ readonly onClear?: ((ev: MouseEvent) => any) | undefined;
189
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
190
+ readonly onInput?: ((value: string, ev: Event) => any) | undefined;
191
+ readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
192
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
193
+ readonly onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
194
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
195
+ $attrs: {
196
+ [x: string]: unknown;
197
+ };
198
+ $refs: {
199
+ [x: string]: unknown;
200
+ } & {
201
+ inputRef: HTMLInputElement;
202
+ };
203
+ $slots: Readonly<{
204
+ [name: string]: import('vue').Slot<any> | undefined;
205
+ }>;
206
+ $root: import('vue').ComponentPublicInstance | null;
207
+ $parent: import('vue').ComponentPublicInstance | null;
208
+ $host: Element | null;
209
+ $emit: ((event: "change", value: string, ev: Event) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", ev: KeyboardEvent) => void);
210
+ $el: HTMLDivElement;
211
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./type').InputProps> & Readonly<{
212
+ onChange?: ((value: string, ev: Event) => any) | undefined;
213
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
214
+ onClear?: ((ev: MouseEvent) => any) | undefined;
215
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
216
+ onInput?: ((value: string, ev: Event) => any) | undefined;
217
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
218
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
219
+ onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
220
+ }>, {
221
+ focus(): void;
222
+ blur(): void;
223
+ getInputRef(): HTMLInputElement;
224
+ setCursor?: () => void;
225
+ recordCursor?: () => void;
226
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
227
+ change: (value: string, ev: Event) => any;
228
+ focus: (ev: FocusEvent) => any;
229
+ clear: (ev: MouseEvent) => any;
230
+ blur: (ev: FocusEvent) => any;
231
+ input: (value: string, ev: Event) => any;
232
+ keydown: (ev: KeyboardEvent) => any;
233
+ "update:modelValue": (value: string) => any;
234
+ pressEnter: (ev: KeyboardEvent) => any;
235
+ }, string, {
236
+ error: boolean;
237
+ size: import('..').Size;
238
+ disabled: boolean;
239
+ placeholder: string;
240
+ modelValue: string;
241
+ defaultValue: string;
242
+ maxLength: import('./type').MaxLength;
243
+ showWordLimit: boolean;
244
+ allowClear: boolean;
245
+ readonly: boolean;
246
+ wordLength: import('./type').WordLength;
247
+ wordSlice: import('./type').WordSlice;
248
+ inputAttrs: import('..').RecordType;
249
+ showInput: boolean;
250
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
251
+ beforeCreate?: (() => void) | (() => void)[];
252
+ created?: (() => void) | (() => void)[];
253
+ beforeMount?: (() => void) | (() => void)[];
254
+ mounted?: (() => void) | (() => void)[];
255
+ beforeUpdate?: (() => void) | (() => void)[];
256
+ updated?: (() => void) | (() => void)[];
257
+ activated?: (() => void) | (() => void)[];
258
+ deactivated?: (() => void) | (() => void)[];
259
+ beforeDestroy?: (() => void) | (() => void)[];
260
+ beforeUnmount?: (() => void) | (() => void)[];
261
+ destroyed?: (() => void) | (() => void)[];
262
+ unmounted?: (() => void) | (() => void)[];
263
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
264
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
265
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
266
+ };
267
+ $forceUpdate: () => void;
268
+ $nextTick: typeof import('vue').nextTick;
269
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
270
+ } & Readonly<{
271
+ error: boolean;
272
+ size: import('..').Size;
273
+ disabled: boolean;
274
+ placeholder: string;
275
+ modelValue: string;
276
+ defaultValue: string;
277
+ maxLength: import('./type').MaxLength;
278
+ showWordLimit: boolean;
279
+ allowClear: boolean;
280
+ readonly: boolean;
281
+ wordLength: import('./type').WordLength;
282
+ wordSlice: import('./type').WordSlice;
283
+ inputAttrs: import('..').RecordType;
284
+ showInput: boolean;
285
+ }> & Omit<Readonly<import('./type').InputProps> & Readonly<{
286
+ onChange?: ((value: string, ev: Event) => any) | undefined;
287
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
288
+ onClear?: ((ev: MouseEvent) => any) | undefined;
289
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
290
+ onInput?: ((value: string, ev: Event) => any) | undefined;
291
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
292
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
293
+ onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
294
+ }>, "focus" | "blur" | "setCursor" | "recordCursor" | "getInputRef" | ("error" | "size" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "maxLength" | "showWordLimit" | "allowClear" | "readonly" | "wordLength" | "wordSlice" | "inputAttrs" | "showInput")> & import('vue').ShallowUnwrapRef<{
295
+ focus(): void;
296
+ blur(): void;
297
+ getInputRef(): HTMLInputElement;
298
+ setCursor?: () => void;
299
+ recordCursor?: () => void;
300
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
301
+ $slots: any;
302
+ }) | null;
303
+ }, HTMLDivElement>;
304
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
305
+ export default _default;
306
+ type __VLS_WithTemplateSlots<T, S> = T & {
307
+ new (): {
308
+ $slots: S;
309
+ };
310
+ };
@@ -0,0 +1,142 @@
1
+ import { defineComponent, ref, createBlock, openBlock, mergeProps, createSlots, withCtx, renderSlot, createVNode, unref, createTextVNode, toDisplayString } from "vue";
2
+ import _sfc_main$3 from "../_shared/components/IconButton/index.vue2.js";
3
+ /* empty css */
4
+ import "../node_modules/b-tween/dist/b-tween.es.js";
5
+ import "../node_modules/dayjs/dayjs.min.js";
6
+ import "../node_modules/tinycolor2/esm/tinycolor.js";
7
+ import "../node_modules/dayjs/plugin/duration.js";
8
+ import "../node_modules/dayjs/plugin/toObject.js";
9
+ import "../node_modules/dayjs/plugin/isSameOrAfter.js";
10
+ import "../node_modules/dayjs/plugin/isSameOrBefore.js";
11
+ import { sleep } from "../_shared/utils/dom.js";
12
+ import "../_shared/utils/locale.js";
13
+ import "../_shared/utils/time.js";
14
+ /* empty css */
15
+ /* empty css */
16
+ import _sfc_main$2 from "../_shared/icons/IconSearch.vue.js";
17
+ import _sfc_main$1 from "./Input.vue.js";
18
+ /* empty css */
19
+ import Button from "../Button/index.js";
20
+ import Spin from "../Spin/index.js";
21
+ const _sfc_main = /* @__PURE__ */ defineComponent({
22
+ ...{
23
+ name: "InputSearch"
24
+ },
25
+ __name: "InputSearch",
26
+ props: {
27
+ searchButton: { type: Boolean, default: false },
28
+ loading: { type: Boolean, default: false },
29
+ disabled: { type: Boolean, default: false },
30
+ size: { default: void 0 },
31
+ buttonText: { default: void 0 },
32
+ buttonProps: { default: () => ({}) }
33
+ },
34
+ emits: ["search"],
35
+ setup(__props, { expose: __expose, emit: __emit }) {
36
+ const emits = __emit;
37
+ const inputRef = ref();
38
+ const handleSearch = async (e) => {
39
+ var _a, _b;
40
+ emits("search", (_a = inputRef.value) == null ? void 0 : _a.getInputRef().value, e);
41
+ await sleep(0);
42
+ (_b = inputRef.value) == null ? void 0 : _b.focus();
43
+ };
44
+ __expose({
45
+ focus() {
46
+ var _a;
47
+ (_a = inputRef.value) == null ? void 0 : _a.focus();
48
+ },
49
+ blur() {
50
+ var _a;
51
+ (_a = inputRef.value) == null ? void 0 : _a.blur();
52
+ },
53
+ getInputRef() {
54
+ var _a;
55
+ return (_a = inputRef.value) == null ? void 0 : _a.getInputRef();
56
+ }
57
+ });
58
+ return (_ctx, _cache) => {
59
+ return openBlock(), createBlock(_sfc_main$1, mergeProps({
60
+ size: _ctx.size,
61
+ disabled: _ctx.disabled
62
+ }, _ctx.$attrs, {
63
+ class: "yc-input-search",
64
+ ref_key: "inputRef",
65
+ ref: inputRef
66
+ }), createSlots({ _: 2 }, [
67
+ _ctx.$slots.prepend ? {
68
+ name: "prepend",
69
+ fn: withCtx(() => [
70
+ renderSlot(_ctx.$slots, "prepend")
71
+ ]),
72
+ key: "0"
73
+ } : void 0,
74
+ _ctx.$slots.append || _ctx.searchButton ? {
75
+ name: "append",
76
+ fn: withCtx(() => [
77
+ renderSlot(_ctx.$slots, "append", {}, () => [
78
+ createVNode(unref(Button), mergeProps({
79
+ type: "primary",
80
+ size: _ctx.size,
81
+ disabled: _ctx.disabled,
82
+ loading: _ctx.loading
83
+ }, _ctx.buttonProps, { onClick: handleSearch }), createSlots({ _: 2 }, [
84
+ _ctx.buttonText ? {
85
+ name: "default",
86
+ fn: withCtx(() => [
87
+ createTextVNode(toDisplayString(_ctx.buttonText), 1)
88
+ ]),
89
+ key: "0"
90
+ } : {
91
+ name: "icon",
92
+ fn: withCtx(() => [
93
+ createVNode(unref(_sfc_main$2))
94
+ ]),
95
+ key: "1"
96
+ }
97
+ ]), 1040, ["size", "disabled", "loading"])
98
+ ])
99
+ ]),
100
+ key: "1"
101
+ } : void 0,
102
+ _ctx.$slots.prefix ? {
103
+ name: "prefix",
104
+ fn: withCtx(() => [
105
+ renderSlot(_ctx.$slots, "prefix")
106
+ ]),
107
+ key: "2"
108
+ } : void 0,
109
+ _ctx.$slots.suffix ? {
110
+ name: "suffix",
111
+ fn: withCtx(() => [
112
+ renderSlot(_ctx.$slots, "suffix")
113
+ ]),
114
+ key: "3"
115
+ } : void 0,
116
+ !_ctx.searchButton ? {
117
+ name: "extra",
118
+ fn: withCtx(() => [
119
+ _ctx.loading ? (openBlock(), createBlock(unref(Spin), {
120
+ key: 0,
121
+ "is-size-inherit": "",
122
+ style: { "color": "inherit" }
123
+ })) : (openBlock(), createBlock(unref(_sfc_main$3), {
124
+ key: 1,
125
+ disabled: _ctx.disabled,
126
+ onClick: handleSearch
127
+ }, {
128
+ default: withCtx(() => [
129
+ createVNode(unref(_sfc_main$2))
130
+ ]),
131
+ _: 1
132
+ }, 8, ["disabled"]))
133
+ ]),
134
+ key: "4"
135
+ } : void 0
136
+ ]), 1040, ["size", "disabled"]);
137
+ };
138
+ }
139
+ });
140
+ export {
141
+ _sfc_main as default
142
+ };
@@ -0,0 +1,4 @@
1
+ import _sfc_main from "./InputSearch.vue.js";
2
+ export {
3
+ _sfc_main as default
4
+ };
@@ -15,6 +15,8 @@ declare const _default: (params: {
15
15
  error: import('vue').WritableComputedRef<boolean, boolean>;
16
16
  disabled: Ref<boolean, boolean>;
17
17
  maxLength: import('vue').ComputedRef<number>;
18
+ setCursor: () => void;
19
+ recordCursor: () => void;
18
20
  handleInput: (e: Event) => Promise<void>;
19
21
  handleComposition: (e: CompositionEvent) => Promise<void> | undefined;
20
22
  };
@@ -120,6 +120,8 @@ const useLimitedInput = (params) => {
120
120
  error,
121
121
  disabled,
122
122
  maxLength,
123
+ setCursor,
124
+ recordCursor,
123
125
  handleInput,
124
126
  handleComposition
125
127
  };
@@ -1 +1 @@
1
- .yc-input-outer{width:100%;display:inline-flex;align-items:center}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append,.yc-input-outer .yc-input-wrapper{flex-shrink:0;font-size:inherit}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append{overflow:hidden;height:100%;padding:0 12px;color:var(--color-text-1);font-weight:400;white-space:nowrap;background-color:var(--color-fill-2);display:flex;align-items:center}.yc-input-outer .yc-input-prepend.yc-input-prepend,.yc-input-outer .yc-input-append.yc-input-prepend{border-right:1px solid var(--color-neutral-3);border-top-left-radius:2px;border-bottom-left-radius:2px}.yc-input-outer .yc-input-prepend.yc-input-append,.yc-input-outer .yc-input-append.yc-input-append{border-left:1px solid var(--color-neutral-3);border-top-right-radius:2px;border-bottom-right-radius:2px}.yc-input-has-prepend .yc-input-wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.yc-input-has-append .yc-input-wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.yc-input-error .yc-input-wrapper{background-color:var(--color-danger-light-1)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-danger-light-2)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background:var(--color-bg-2);border-color:rgb(var(--danger-6));box-shadow:0 0 0 0 var(--color-danger-light-2)}.yc-input-disabled{cursor:not-allowed}.yc-input-disabled .yc-input-wrapper{cursor:not-allowed;border-color:transparent;background-color:var(--color-fill-2);color:var(--color-text-4)}.yc-input-disabled .yc-input-wrapper .yc-input-prefix,.yc-input-disabled .yc-input-wrapper .yc-input-suffix{color:inherit}.yc-input-disabled .yc-input-wrapper .yc-input::placeholder{color:var(--color-text-4)}.yc-input-wrapper{flex:1;height:100%;width:100%;cursor:text;padding:0 12px;background-color:var(--color-fill-2);border:1px solid transparent;border-radius:var(--border-radius-small);transition:color .1s cubic-bezier(0, 0, 1, 1),border-color .1s cubic-bezier(0, 0, 1, 1),background-color .1s cubic-bezier(0, 0, 1, 1);color:var(--color-text-1);font-size:inherit;font-weight:400;display:flex;align-items:center}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-fill-3)}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover .yc-input-clear-button{visibility:visible}.yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background-color:var(--color-bg-2);border-color:rgb(var(--primary-6));box-shadow:0 0 0 0 var(--color-primary-light-2)}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix,.yc-input-wrapper .yc-input{flex-shrink:0;color:inherit}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix{height:100%;color:var(--color-text-2);display:flex;justify-content:center;align-items:center}.yc-input-wrapper .yc-input-prefix .yc-input-word-limit,.yc-input-wrapper .yc-input-suffix .yc-input-word-limit{color:var(--color-text-3);font-size:12px}.yc-input-wrapper .yc-input-prefix .yc-icon-button,.yc-input-wrapper .yc-input-suffix .yc-icon-button{color:inherit}.yc-input-wrapper .yc-input-prefix.yc-input-prefix,.yc-input-wrapper .yc-input-suffix.yc-input-prefix{padding-right:12px}.yc-input-wrapper .yc-input-prefix.yc-input-suffix,.yc-input-wrapper .yc-input-suffix.yc-input-suffix{padding-left:12px}.yc-input-wrapper .yc-input-clear-button{visibility:hidden}.yc-input-wrapper .yc-input{flex:1;cursor:inherit;outline:none;border:none;border-radius:var(--border-radius-none);background-color:transparent;color:inherit}.yc-input-wrapper .yc-input::placeholder{color:var(--color-text-3)}.yc-input-size-mini{font-size:12px;height:24px}.yc-input-size-mini .yc-input-wrapper .yc-input{padding:1px 0;line-height:1.667}.yc-input-size-small{font-size:14px;height:28px}.yc-input-size-small .yc-input-wrapper .yc-input{padding:2px 0;line-height:1.5715}.yc-input-size-medium{font-size:14px;height:32px}.yc-input-size-medium .yc-input-wrapper .yc-input{padding:4px 0;line-height:1.5715}.yc-input-size-large{font-size:14px;height:36px}.yc-input-size-large .yc-input-wrapper .yc-input{padding:6px 0;line-height:1.5715}.yc-input-group{display:inline-flex;align-items:center}.yc-input-group .yc-input-outer .yc-input-wrapper{border-radius:0}.yc-input-group .yc-input-outer:not(:last-child) .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.yc-input-group .yc-input-outer:not(:last-child):not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.yc-input-group .yc-input-outer:not(:last-child):not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.yc-input-group .yc-input-outer:first-child .yc-input-wrapper{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group .yc-input-outer:last-child .yc-input-wrapper{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.yc-input-group .yc-input-tag,.yc-input-group .yc-textarea-wrapper,.yc-input-group .yc-picker{border-radius:0}.yc-input-group .yc-input-tag:not(:last-child),.yc-input-group .yc-textarea-wrapper:not(:last-child),.yc-input-group .yc-picker:not(:last-child){border-right:1px solid var(--color-neutral-3)}.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.yc-input-group .yc-input-tag:first-child,.yc-input-group .yc-textarea-wrapper:first-child,.yc-input-group .yc-picker:first-child{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group .yc-input-tag:last-child,.yc-input-group .yc-textarea-wrapper:last-child,.yc-input-group .yc-picker:last-child{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer .yc-input-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer .yc-input-wrapper{border-radius:0}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer .yc-input-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer:not(.yc-input-disabled) .yc-input-wrapper:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer:not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper,.yc-input-group>.yc-select:not(:last-child) .yc-picker,.yc-input-group .yc-cascader:not(:last-child) .yc-picker{border-radius:0;border-right:1px solid var(--color-neutral-3)}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.yc-input-group>.yc-select:first-child .yc-input-tag,.yc-input-group .yc-cascader:first-child .yc-input-tag,.yc-input-group>.yc-select:first-child .yc-textarea-wrapper,.yc-input-group .yc-cascader:first-child .yc-textarea-wrapper,.yc-input-group>.yc-select:first-child .yc-picker,.yc-input-group .yc-cascader:first-child .yc-picker,.yc-input-group>.yc-select:first-child .yc-input-outer.yc-input-wrapper,.yc-input-group .yc-cascader:first-child .yc-input-outer.yc-input-wrapper{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group>.yc-select:last-child .yc-input-tag,.yc-input-group .yc-cascader:last-child .yc-input-tag,.yc-input-group>.yc-select:last-child .yc-textarea-wrapper,.yc-input-group .yc-cascader:last-child .yc-textarea-wrapper,.yc-input-group>.yc-select:last-child .yc-picker,.yc-input-group .yc-cascader:last-child .yc-picker,.yc-input-group>.yc-select:last-child .yc-input-outer.yc-input-wrapper,.yc-input-group .yc-cascader:last-child .yc-input-outer.yc-input-wrapper{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.reset-base-input .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.reset-base-input:not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.reset-base-input:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.reset-senior-input{border-right:1px solid var(--color-neutral-3)}.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.reset-first-border-radius{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.reset-last-border-radius{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}
1
+ .yc-input-outer{width:100%;display:inline-flex;align-items:center}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append,.yc-input-outer .yc-input-wrapper{flex-shrink:0;font-size:inherit}.yc-input-outer .yc-input-prepend,.yc-input-outer .yc-input-append{overflow:hidden;height:100%;padding:0 12px;color:var(--color-text-1);font-weight:400;white-space:nowrap;background-color:var(--color-fill-2);display:flex;align-items:center}.yc-input-outer .yc-input-prepend{border-right:1px solid var(--color-neutral-3);border-top-left-radius:2px;border-bottom-left-radius:2px}.yc-input-outer .yc-input-append{border-left:1px solid var(--color-neutral-3);border-top-right-radius:2px;border-bottom-right-radius:2px}.yc-input-has-prepend .yc-input-wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.yc-input-has-append .yc-input-wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.yc-input-error .yc-input-wrapper{background-color:var(--color-danger-light-1)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-danger-light-2)}.yc-input-error .yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background:var(--color-bg-2);border-color:rgb(var(--danger-6));box-shadow:0 0 0 0 var(--color-danger-light-2)}.yc-input-disabled{cursor:not-allowed}.yc-input-disabled .yc-input-wrapper{cursor:not-allowed;border-color:transparent;background-color:var(--color-fill-2);color:var(--color-text-4)}.yc-input-disabled .yc-input-wrapper .yc-input-prefix,.yc-input-disabled .yc-input-wrapper .yc-input-suffix{color:inherit}.yc-input-disabled .yc-input-wrapper .yc-input::placeholder{color:var(--color-text-4)}.yc-input-search .yc-input-prepend,.yc-input-search .yc-input-append{border:none;padding:0}.yc-input-search .yc-input-prepend .yc-button,.yc-input-search .yc-input-append .yc-button{border-radius:0}.yc-input-wrapper{flex:1;height:100%;width:100%;cursor:text;padding:0 12px;background-color:var(--color-fill-2);border:1px solid transparent;border-radius:var(--border-radius-small);transition:color .1s cubic-bezier(0, 0, 1, 1),border-color .1s cubic-bezier(0, 0, 1, 1),background-color .1s cubic-bezier(0, 0, 1, 1);color:var(--color-text-1);font-size:inherit;font-weight:400;display:flex;align-items:center}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover{border-color:transparent;background-color:var(--color-fill-3)}.yc-input-wrapper:not(.yc-input-wrapper-disabled):hover .yc-input-clear-button{visibility:visible}.yc-input-wrapper:not(.yc-input-wrapper-disabled):focus-within{background-color:var(--color-bg-2);border-color:rgb(var(--primary-6));box-shadow:0 0 0 0 var(--color-primary-light-2)}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix,.yc-input-wrapper .yc-input{flex-shrink:0;color:inherit}.yc-input-wrapper .yc-input-prefix,.yc-input-wrapper .yc-input-suffix{height:100%;color:var(--color-text-2);display:flex;justify-content:center;align-items:center}.yc-input-wrapper .yc-input-prefix .yc-input-word-limit,.yc-input-wrapper .yc-input-suffix .yc-input-word-limit{color:var(--color-text-3);font-size:12px}.yc-input-wrapper .yc-input-prefix .yc-icon-button,.yc-input-wrapper .yc-input-suffix .yc-icon-button{color:inherit}.yc-input-wrapper .yc-input-prefix.yc-input-prefix,.yc-input-wrapper .yc-input-suffix.yc-input-prefix{padding-right:12px}.yc-input-wrapper .yc-input-prefix.yc-input-suffix,.yc-input-wrapper .yc-input-suffix.yc-input-suffix{padding-left:12px}.yc-input-wrapper .yc-input-clear-button{visibility:hidden}.yc-input-wrapper .yc-input{flex:1;cursor:inherit;outline:none;border:none;border-radius:var(--border-radius-none);background-color:transparent;color:inherit}.yc-input-wrapper .yc-input::placeholder{color:var(--color-text-3)}.yc-input-size-mini{font-size:12px;height:24px}.yc-input-size-mini .yc-input-wrapper .yc-input{padding:1px 0;line-height:1.667}.yc-input-size-small{font-size:14px;height:28px}.yc-input-size-small .yc-input-wrapper .yc-input{padding:2px 0;line-height:1.5715}.yc-input-size-medium{font-size:14px;height:32px}.yc-input-size-medium .yc-input-wrapper .yc-input{padding:4px 0;line-height:1.5715}.yc-input-size-large{font-size:14px;height:36px}.yc-input-size-large .yc-input-wrapper .yc-input{padding:6px 0;line-height:1.5715}.yc-input-group{display:inline-flex;align-items:center}.yc-input-group .yc-input-outer .yc-input-wrapper{border-radius:0}.yc-input-group .yc-input-outer:not(:last-child) .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.yc-input-group .yc-input-outer:not(:last-child):not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.yc-input-group .yc-input-outer:not(:last-child):not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.yc-input-group .yc-input-outer:first-child .yc-input-wrapper{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group .yc-input-outer:last-child .yc-input-wrapper{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.yc-input-group .yc-input-tag,.yc-input-group .yc-textarea-wrapper,.yc-input-group .yc-picker{border-radius:0}.yc-input-group .yc-input-tag:not(:last-child),.yc-input-group .yc-textarea-wrapper:not(:last-child),.yc-input-group .yc-picker:not(:last-child){border-right:1px solid var(--color-neutral-3)}.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-input-tag:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-textarea-wrapper:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-picker:not(:last-child):not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.yc-input-group .yc-input-tag:first-child,.yc-input-group .yc-textarea-wrapper:first-child,.yc-input-group .yc-picker:first-child{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group .yc-input-tag:last-child,.yc-input-group .yc-textarea-wrapper:last-child,.yc-input-group .yc-picker:last-child{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer .yc-input-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer .yc-input-wrapper{border-radius:0}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer .yc-input-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer:not(.yc-input-disabled) .yc-input-wrapper:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer:not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-outer:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-outer:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper,.yc-input-group>.yc-select:not(:last-child) .yc-picker,.yc-input-group .yc-cascader:not(:last-child) .yc-picker{border-radius:0;border-right:1px solid var(--color-neutral-3)}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-input-tag:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-textarea-wrapper:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group>.yc-select:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus,.yc-input-group .yc-cascader:not(:last-child) .yc-picker:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.yc-input-group>.yc-select:first-child .yc-input-tag,.yc-input-group .yc-cascader:first-child .yc-input-tag,.yc-input-group>.yc-select:first-child .yc-textarea-wrapper,.yc-input-group .yc-cascader:first-child .yc-textarea-wrapper,.yc-input-group>.yc-select:first-child .yc-picker,.yc-input-group .yc-cascader:first-child .yc-picker,.yc-input-group>.yc-select:first-child .yc-input-outer.yc-input-wrapper,.yc-input-group .yc-cascader:first-child .yc-input-outer.yc-input-wrapper{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.yc-input-group>.yc-select:last-child .yc-input-tag,.yc-input-group .yc-cascader:last-child .yc-input-tag,.yc-input-group>.yc-select:last-child .yc-textarea-wrapper,.yc-input-group .yc-cascader:last-child .yc-textarea-wrapper,.yc-input-group>.yc-select:last-child .yc-picker,.yc-input-group .yc-cascader:last-child .yc-picker,.yc-input-group>.yc-select:last-child .yc-input-outer.yc-input-wrapper,.yc-input-group .yc-cascader:last-child .yc-input-outer.yc-input-wrapper{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}.reset-base-input .yc-input-wrapper{border-right:1px solid var(--color-neutral-3)}.reset-base-input:not(.yc-input-disabled) .yc-input-wrapper:focus-within{border-right-color:rgb(var(--primary-6))}.reset-base-input:not(.yc-input-disabled).yc-input-error .yc-input-wrapper:focus-within{border-right-color:rgb(var(--danger-6))}.reset-senior-input{border-right:1px solid var(--color-neutral-3)}.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled):focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-focus{border-right-color:rgb(var(--primary-6))}.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error:focus-within,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-input-tag-error.yc-picker-focus,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-picker-error.yc-picker-focus,.reset-senior-input:not(.yc-input-tag-disabled):not(.yc-textarea-disabled).yc-textarea-error.yc-picker-focus{border-right-color:rgb(var(--danger-6))}.reset-first-border-radius{border-top-left-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}.reset-last-border-radius{border-top-right-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small)}