@salutejs/plasma-new-hope 0.193.0-canary.1550.11805988388.0 → 0.193.0-canary.1556.11815100174.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +17 -17
  2. package/cjs/components/Autocomplete/Autocomplete.js +7 -1
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -17
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
  6. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  8. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  9. package/cjs/components/DatePicker/RangeDate/RangeDate.css +17 -17
  10. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -17
  11. package/cjs/components/DatePicker/SingleDate/SingleDate.css +17 -17
  12. package/cjs/components/DatePicker/SingleDate/SingleDate.js +9 -4
  13. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  14. package/cjs/components/Pagination/Pagination.css +17 -17
  15. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  16. package/cjs/components/Range/Range.css +17 -17
  17. package/cjs/components/Select/Select.css +17 -17
  18. package/cjs/components/Select/ui/Inner/Inner.css +17 -17
  19. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  20. package/cjs/components/Select/ui/Target/Target.css +17 -17
  21. package/cjs/components/Select/ui/Target/Target.js +7 -0
  22. package/cjs/components/Select/ui/Target/Target.js.map +1 -1
  23. package/cjs/components/Select/ui/Target/ui/Button/Button.js +1 -3
  24. package/cjs/components/Select/ui/Target/ui/Button/Button.js.map +1 -1
  25. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  26. package/cjs/components/Slider/Slider.css +17 -17
  27. package/cjs/components/Slider/components/Double/Double.css +17 -17
  28. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  29. package/cjs/components/Steps/Steps.css +10 -10
  30. package/cjs/components/Steps/Steps.js +21 -14
  31. package/cjs/components/Steps/Steps.js.map +1 -1
  32. package/cjs/components/Steps/Steps.styles.js +1 -1
  33. package/cjs/components/Steps/Steps.styles.js.map +1 -1
  34. package/cjs/components/Steps/{Steps.styles_1xmqxqu.css → Steps.styles_wa45kj.css} +1 -1
  35. package/cjs/components/Steps/Steps.tokens.js +1 -0
  36. package/cjs/components/Steps/Steps.tokens.js.map +1 -1
  37. package/cjs/components/Steps/ui/StepItem/StepItem.css +9 -9
  38. package/cjs/components/Steps/ui/StepItem/StepItem.js +32 -8
  39. package/cjs/components/Steps/ui/StepItem/StepItem.js.map +1 -1
  40. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js +6 -6
  41. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
  42. package/cjs/components/Steps/ui/StepItem/StepItem.styles_acxstj.css +9 -0
  43. package/cjs/components/TextField/TextField.js +8 -4
  44. package/cjs/components/TextField/TextField.js.map +1 -1
  45. package/cjs/components/TextField/TextField.styles.js +20 -11
  46. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  47. package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
  48. package/cjs/components/TextField/TextField.tokens.js +1 -0
  49. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  50. package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
  51. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  52. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  53. package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
  54. package/cjs/index.css +28 -28
  55. package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
  56. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
  57. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +9 -4
  58. package/emotion/cjs/components/Select/ui/Target/Target.js +7 -0
  59. package/emotion/cjs/components/Select/ui/Target/ui/Button/Button.js +1 -3
  60. package/emotion/cjs/components/Steps/Steps.js +23 -14
  61. package/emotion/cjs/components/Steps/Steps.styles.js +1 -1
  62. package/emotion/cjs/components/Steps/Steps.tokens.js +1 -0
  63. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.js +32 -8
  64. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.styles.js +22 -11
  65. package/emotion/cjs/components/TextField/TextField.js +9 -5
  66. package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
  67. package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
  68. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  69. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +5 -5
  70. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  71. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  72. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.config.js +5 -5
  73. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  74. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  75. package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
  76. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
  77. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +9 -4
  78. package/emotion/es/components/Select/ui/Target/Target.js +7 -0
  79. package/emotion/es/components/Select/ui/Target/ui/Button/Button.js +1 -3
  80. package/emotion/es/components/Steps/Steps.js +24 -15
  81. package/emotion/es/components/Steps/Steps.styles.js +1 -1
  82. package/emotion/es/components/Steps/Steps.tokens.js +1 -0
  83. package/emotion/es/components/Steps/ui/StepItem/StepItem.js +32 -8
  84. package/emotion/es/components/Steps/ui/StepItem/StepItem.styles.js +22 -11
  85. package/emotion/es/components/TextField/TextField.js +9 -5
  86. package/emotion/es/components/TextField/TextField.styles.js +29 -26
  87. package/emotion/es/components/TextField/TextField.tokens.js +1 -0
  88. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  89. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.config.js +5 -5
  90. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  91. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  92. package/emotion/es/examples/plasma_web/components/Steps/Steps.config.js +5 -5
  93. package/emotion/es/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  94. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  95. package/es/components/Autocomplete/Autocomplete.css +17 -17
  96. package/es/components/Autocomplete/Autocomplete.js +7 -1
  97. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  98. package/es/components/Combobox/ComboboxNew/Combobox.css +17 -17
  99. package/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
  100. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  101. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  102. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  103. package/es/components/DatePicker/RangeDate/RangeDate.css +17 -17
  104. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -17
  105. package/es/components/DatePicker/SingleDate/SingleDate.css +17 -17
  106. package/es/components/DatePicker/SingleDate/SingleDate.js +9 -4
  107. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  108. package/es/components/Pagination/Pagination.css +17 -17
  109. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  110. package/es/components/Range/Range.css +17 -17
  111. package/es/components/Select/Select.css +17 -17
  112. package/es/components/Select/ui/Inner/Inner.css +17 -17
  113. package/es/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  114. package/es/components/Select/ui/Target/Target.css +17 -17
  115. package/es/components/Select/ui/Target/Target.js +7 -0
  116. package/es/components/Select/ui/Target/Target.js.map +1 -1
  117. package/es/components/Select/ui/Target/ui/Button/Button.js +1 -3
  118. package/es/components/Select/ui/Target/ui/Button/Button.js.map +1 -1
  119. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  120. package/es/components/Slider/Slider.css +17 -17
  121. package/es/components/Slider/components/Double/Double.css +17 -17
  122. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  123. package/es/components/Steps/Steps.css +10 -10
  124. package/es/components/Steps/Steps.js +23 -16
  125. package/es/components/Steps/Steps.js.map +1 -1
  126. package/es/components/Steps/Steps.styles.js +1 -1
  127. package/es/components/Steps/Steps.styles.js.map +1 -1
  128. package/es/components/Steps/{Steps.styles_1xmqxqu.css → Steps.styles_wa45kj.css} +1 -1
  129. package/es/components/Steps/Steps.tokens.js +1 -0
  130. package/es/components/Steps/Steps.tokens.js.map +1 -1
  131. package/es/components/Steps/ui/StepItem/StepItem.css +9 -9
  132. package/es/components/Steps/ui/StepItem/StepItem.js +33 -9
  133. package/es/components/Steps/ui/StepItem/StepItem.js.map +1 -1
  134. package/es/components/Steps/ui/StepItem/StepItem.styles.js +6 -6
  135. package/es/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
  136. package/es/components/Steps/ui/StepItem/StepItem.styles_acxstj.css +9 -0
  137. package/es/components/TextField/TextField.js +8 -4
  138. package/es/components/TextField/TextField.js.map +1 -1
  139. package/es/components/TextField/TextField.styles.js +20 -11
  140. package/es/components/TextField/TextField.styles.js.map +1 -1
  141. package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
  142. package/es/components/TextField/TextField.tokens.js +1 -0
  143. package/es/components/TextField/TextField.tokens.js.map +1 -1
  144. package/es/components/TextField/ui/Hint/Hint.css +20 -20
  145. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  146. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  147. package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
  148. package/es/index.css +28 -28
  149. package/package.json +2 -2
  150. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
  151. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
  152. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +9 -4
  153. package/styled-components/cjs/components/Select/ui/Target/Target.js +7 -0
  154. package/styled-components/cjs/components/Select/ui/Target/ui/Button/Button.js +1 -3
  155. package/styled-components/cjs/components/Steps/Steps.js +23 -14
  156. package/styled-components/cjs/components/Steps/Steps.styles.js +1 -1
  157. package/styled-components/cjs/components/Steps/Steps.tokens.js +1 -0
  158. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.js +32 -8
  159. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.styles.js +17 -6
  160. package/styled-components/cjs/components/TextField/TextField.js +8 -4
  161. package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
  162. package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
  163. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  164. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +1 -1
  165. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  166. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  167. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.config.js +1 -1
  168. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  169. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  170. package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
  171. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
  172. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +9 -4
  173. package/styled-components/es/components/Select/ui/Target/Target.js +7 -0
  174. package/styled-components/es/components/Select/ui/Target/ui/Button/Button.js +1 -3
  175. package/styled-components/es/components/Steps/Steps.js +24 -15
  176. package/styled-components/es/components/Steps/Steps.styles.js +1 -1
  177. package/styled-components/es/components/Steps/Steps.tokens.js +1 -0
  178. package/styled-components/es/components/Steps/ui/StepItem/StepItem.js +32 -8
  179. package/styled-components/es/components/Steps/ui/StepItem/StepItem.styles.js +17 -6
  180. package/styled-components/es/components/TextField/TextField.js +8 -4
  181. package/styled-components/es/components/TextField/TextField.styles.js +9 -6
  182. package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
  183. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  184. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.config.js +1 -1
  185. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  186. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  187. package/styled-components/es/examples/plasma_web/components/Steps/Steps.config.js +1 -1
  188. package/styled-components/es/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  189. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  190. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  191. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +717 -61
  192. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  193. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  194. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +30 -10
  195. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  196. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +717 -61
  197. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  198. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
  199. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  200. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +717 -61
  201. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  202. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
  203. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  204. package/types/components/Range/Range.styles.d.ts +717 -61
  205. package/types/components/Range/Range.styles.d.ts.map +1 -1
  206. package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
  207. package/types/components/Select/ui/Target/ui/Button/Button.d.ts.map +1 -1
  208. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +717 -61
  209. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  210. package/types/components/Slider/components/Double/Double.styles.d.ts +717 -61
  211. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  212. package/types/components/Steps/Steps.d.ts.map +1 -1
  213. package/types/components/Steps/Steps.styles.d.ts.map +1 -1
  214. package/types/components/Steps/Steps.tokens.d.ts +1 -0
  215. package/types/components/Steps/Steps.tokens.d.ts.map +1 -1
  216. package/types/components/Steps/ui/StepItem/StepItem.d.ts.map +1 -1
  217. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +2 -2
  218. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts.map +1 -1
  219. package/types/components/TextField/TextField.d.ts.map +1 -1
  220. package/types/components/TextField/TextField.styles.d.ts +3 -1
  221. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  222. package/types/components/TextField/TextField.tokens.d.ts +1 -0
  223. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  224. package/types/components/TextField/TextField.types.d.ts +43 -20
  225. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  226. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +2 -4
  227. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  228. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +1021 -109
  229. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  230. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
  231. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  232. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1246 -62
  233. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  234. package/types/examples/plasma_b2c/components/Steps/Steps.config.d.ts.map +1 -1
  235. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +717 -61
  236. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  237. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +2 -4
  238. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  239. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +1021 -109
  240. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  241. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
  242. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  243. package/types/examples/plasma_web/components/Mask/Mask.d.ts +1246 -62
  244. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  245. package/types/examples/plasma_web/components/Steps/Steps.config.d.ts.map +1 -1
  246. package/types/examples/plasma_web/components/TextField/TextField.d.ts +717 -61
  247. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  248. package/cjs/components/Steps/ui/StepItem/StepItem.styles_sp9rcd.css +0 -9
  249. package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
  250. package/es/components/Steps/ui/StepItem/StepItem.styles_sp9rcd.css +0 -9
  251. package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
@@ -27,7 +27,857 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
27
27
  }> & (({
28
28
  items: ItemOption[];
29
29
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
30
+ placeholder?: string | undefined;
31
+ helperText?: string | undefined;
32
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
33
+ textBefore?: string | undefined;
34
+ textAfter?: string | undefined;
35
+ variant?: "normal" | "tight" | undefined;
36
+ listOverflow?: import("csstype").Property.Overflow | undefined;
37
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
38
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
39
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
40
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
41
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
42
+ closeAfterSelect?: boolean | undefined;
43
+ size?: string | undefined;
44
+ view?: string | undefined;
45
+ } & {
46
+ label?: string | undefined;
47
+ labelPlacement: "inner";
48
+ hasInnerLabelPlaceholder?: boolean | undefined;
49
+ } & {
50
+ readOnly?: boolean | undefined;
51
+ disabled?: true | undefined;
52
+ alwaysOpened?: false | undefined;
53
+ } & {
54
+ multiple?: false | undefined;
55
+ value?: string | undefined;
56
+ onChange?: ((value: string) => void) | undefined;
57
+ isTargetAmount?: false | undefined;
58
+ targetAmount?: undefined;
59
+ renderValue?: undefined;
60
+ } & {
61
+ required: true;
62
+ requiredPlacement?: "left" | "right" | undefined;
63
+ optional?: false | undefined;
64
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
65
+ items: ItemOption[];
66
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
67
+ placeholder?: string | undefined;
68
+ helperText?: string | undefined;
69
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
70
+ textBefore?: string | undefined;
71
+ textAfter?: string | undefined;
72
+ variant?: "normal" | "tight" | undefined;
73
+ listOverflow?: import("csstype").Property.Overflow | undefined;
74
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
75
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
76
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
77
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
78
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
79
+ closeAfterSelect?: boolean | undefined;
80
+ size?: string | undefined;
81
+ view?: string | undefined;
82
+ } & {
83
+ label?: string | undefined;
84
+ labelPlacement: "inner";
85
+ hasInnerLabelPlaceholder?: boolean | undefined;
86
+ } & {
87
+ readOnly?: boolean | undefined;
88
+ disabled?: true | undefined;
89
+ alwaysOpened?: false | undefined;
90
+ } & {
91
+ multiple?: false | undefined;
92
+ value?: string | undefined;
93
+ onChange?: ((value: string) => void) | undefined;
94
+ isTargetAmount?: false | undefined;
95
+ targetAmount?: undefined;
96
+ renderValue?: undefined;
97
+ } & {
98
+ required?: false | undefined;
99
+ requiredPlacement?: "left" | "right" | undefined;
100
+ optional?: true | undefined;
101
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
102
+ items: ItemOption[];
103
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
104
+ placeholder?: string | undefined;
105
+ helperText?: string | undefined;
106
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
107
+ textBefore?: string | undefined;
108
+ textAfter?: string | undefined;
109
+ variant?: "normal" | "tight" | undefined;
110
+ listOverflow?: import("csstype").Property.Overflow | undefined;
111
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
112
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
113
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
114
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
115
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
116
+ closeAfterSelect?: boolean | undefined;
117
+ size?: string | undefined;
118
+ view?: string | undefined;
119
+ } & {
120
+ label?: string | undefined;
121
+ labelPlacement: "inner";
122
+ hasInnerLabelPlaceholder?: boolean | undefined;
123
+ } & {
124
+ readOnly?: boolean | undefined;
125
+ disabled?: true | undefined;
126
+ alwaysOpened?: false | undefined;
127
+ } & {
128
+ multiple: true;
129
+ value?: string[] | undefined;
130
+ onChange?: ((value: string[]) => void) | undefined;
131
+ isTargetAmount?: true | undefined;
132
+ targetAmount?: number | undefined;
133
+ renderValue?: ((item: ItemOption) => string) | undefined;
134
+ } & {
135
+ required: true;
136
+ requiredPlacement?: "left" | "right" | undefined;
137
+ optional?: false | undefined;
138
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
139
+ items: ItemOption[];
140
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
141
+ placeholder?: string | undefined;
142
+ helperText?: string | undefined;
143
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
144
+ textBefore?: string | undefined;
145
+ textAfter?: string | undefined;
146
+ variant?: "normal" | "tight" | undefined;
147
+ listOverflow?: import("csstype").Property.Overflow | undefined;
148
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
149
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
150
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
151
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
152
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
153
+ closeAfterSelect?: boolean | undefined;
154
+ size?: string | undefined;
155
+ view?: string | undefined;
156
+ } & {
157
+ label?: string | undefined;
158
+ labelPlacement: "inner";
159
+ hasInnerLabelPlaceholder?: boolean | undefined;
160
+ } & {
161
+ readOnly?: boolean | undefined;
162
+ disabled?: true | undefined;
163
+ alwaysOpened?: false | undefined;
164
+ } & {
165
+ multiple: true;
166
+ value?: string[] | undefined;
167
+ onChange?: ((value: string[]) => void) | undefined;
168
+ isTargetAmount?: true | undefined;
169
+ targetAmount?: number | undefined;
170
+ renderValue?: ((item: ItemOption) => string) | undefined;
171
+ } & {
172
+ required?: false | undefined;
173
+ requiredPlacement?: "left" | "right" | undefined;
174
+ optional?: true | undefined;
175
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
176
+ items: ItemOption[];
177
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
178
+ placeholder?: string | undefined;
179
+ helperText?: string | undefined;
180
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
181
+ textBefore?: string | undefined;
182
+ textAfter?: string | undefined;
183
+ variant?: "normal" | "tight" | undefined;
184
+ listOverflow?: import("csstype").Property.Overflow | undefined;
185
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
186
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
187
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
188
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
189
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
190
+ closeAfterSelect?: boolean | undefined;
191
+ size?: string | undefined;
192
+ view?: string | undefined;
193
+ } & {
194
+ label?: string | undefined;
195
+ labelPlacement: "inner";
196
+ hasInnerLabelPlaceholder?: boolean | undefined;
197
+ } & {
198
+ readOnly?: true | undefined;
199
+ disabled?: boolean | undefined;
200
+ alwaysOpened?: false | undefined;
201
+ } & {
202
+ multiple?: false | undefined;
203
+ value?: string | undefined;
204
+ onChange?: ((value: string) => void) | undefined;
205
+ isTargetAmount?: false | undefined;
206
+ targetAmount?: undefined;
207
+ renderValue?: undefined;
208
+ } & {
209
+ required: true;
210
+ requiredPlacement?: "left" | "right" | undefined;
211
+ optional?: false | undefined;
212
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
213
+ items: ItemOption[];
214
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
215
+ placeholder?: string | undefined;
216
+ helperText?: string | undefined;
217
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
218
+ textBefore?: string | undefined;
219
+ textAfter?: string | undefined;
220
+ variant?: "normal" | "tight" | undefined;
221
+ listOverflow?: import("csstype").Property.Overflow | undefined;
222
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
223
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
224
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
225
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
226
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
227
+ closeAfterSelect?: boolean | undefined;
228
+ size?: string | undefined;
229
+ view?: string | undefined;
230
+ } & {
231
+ label?: string | undefined;
232
+ labelPlacement: "inner";
233
+ hasInnerLabelPlaceholder?: boolean | undefined;
234
+ } & {
235
+ readOnly?: true | undefined;
236
+ disabled?: boolean | undefined;
237
+ alwaysOpened?: false | undefined;
238
+ } & {
239
+ multiple?: false | undefined;
240
+ value?: string | undefined;
241
+ onChange?: ((value: string) => void) | undefined;
242
+ isTargetAmount?: false | undefined;
243
+ targetAmount?: undefined;
244
+ renderValue?: undefined;
245
+ } & {
246
+ required?: false | undefined;
247
+ requiredPlacement?: "left" | "right" | undefined;
248
+ optional?: true | undefined;
249
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
250
+ items: ItemOption[];
251
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
252
+ placeholder?: string | undefined;
253
+ helperText?: string | undefined;
254
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
255
+ textBefore?: string | undefined;
256
+ textAfter?: string | undefined;
257
+ variant?: "normal" | "tight" | undefined;
258
+ listOverflow?: import("csstype").Property.Overflow | undefined;
259
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
260
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
261
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
262
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
263
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
264
+ closeAfterSelect?: boolean | undefined;
265
+ size?: string | undefined;
266
+ view?: string | undefined;
267
+ } & {
268
+ label?: string | undefined;
269
+ labelPlacement: "inner";
270
+ hasInnerLabelPlaceholder?: boolean | undefined;
271
+ } & {
272
+ readOnly?: true | undefined;
273
+ disabled?: boolean | undefined;
274
+ alwaysOpened?: false | undefined;
275
+ } & {
276
+ multiple: true;
277
+ value?: string[] | undefined;
278
+ onChange?: ((value: string[]) => void) | undefined;
279
+ isTargetAmount?: true | undefined;
280
+ targetAmount?: number | undefined;
281
+ renderValue?: ((item: ItemOption) => string) | undefined;
282
+ } & {
283
+ required: true;
284
+ requiredPlacement?: "left" | "right" | undefined;
285
+ optional?: false | undefined;
286
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
287
+ items: ItemOption[];
288
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
289
+ placeholder?: string | undefined;
290
+ helperText?: string | undefined;
291
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
292
+ textBefore?: string | undefined;
293
+ textAfter?: string | undefined;
294
+ variant?: "normal" | "tight" | undefined;
295
+ listOverflow?: import("csstype").Property.Overflow | undefined;
296
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
297
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
298
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
299
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
300
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
301
+ closeAfterSelect?: boolean | undefined;
302
+ size?: string | undefined;
303
+ view?: string | undefined;
304
+ } & {
305
+ label?: string | undefined;
306
+ labelPlacement: "inner";
307
+ hasInnerLabelPlaceholder?: boolean | undefined;
308
+ } & {
309
+ readOnly?: true | undefined;
310
+ disabled?: boolean | undefined;
311
+ alwaysOpened?: false | undefined;
312
+ } & {
313
+ multiple: true;
314
+ value?: string[] | undefined;
315
+ onChange?: ((value: string[]) => void) | undefined;
316
+ isTargetAmount?: true | undefined;
317
+ targetAmount?: number | undefined;
318
+ renderValue?: ((item: ItemOption) => string) | undefined;
319
+ } & {
320
+ required?: false | undefined;
321
+ requiredPlacement?: "left" | "right" | undefined;
322
+ optional?: true | undefined;
323
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
324
+ items: ItemOption[];
325
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
326
+ placeholder?: string | undefined;
327
+ helperText?: string | undefined;
328
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
329
+ textBefore?: string | undefined;
330
+ textAfter?: string | undefined;
331
+ variant?: "normal" | "tight" | undefined;
332
+ listOverflow?: import("csstype").Property.Overflow | undefined;
333
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
334
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
335
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
336
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
337
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
338
+ closeAfterSelect?: boolean | undefined;
339
+ size?: string | undefined;
340
+ view?: string | undefined;
341
+ } & {
342
+ label?: string | undefined;
343
+ labelPlacement: "inner";
344
+ hasInnerLabelPlaceholder?: boolean | undefined;
345
+ } & {
346
+ readOnly?: false | undefined;
347
+ disabled?: false | undefined;
348
+ alwaysOpened?: true | undefined;
349
+ } & {
350
+ multiple?: false | undefined;
351
+ value?: string | undefined;
352
+ onChange?: ((value: string) => void) | undefined;
353
+ isTargetAmount?: false | undefined;
354
+ targetAmount?: undefined;
355
+ renderValue?: undefined;
356
+ } & {
357
+ required: true;
358
+ requiredPlacement?: "left" | "right" | undefined;
359
+ optional?: false | undefined;
360
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
361
+ items: ItemOption[];
362
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
363
+ placeholder?: string | undefined;
364
+ helperText?: string | undefined;
365
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
366
+ textBefore?: string | undefined;
367
+ textAfter?: string | undefined;
368
+ variant?: "normal" | "tight" | undefined;
369
+ listOverflow?: import("csstype").Property.Overflow | undefined;
370
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
371
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
372
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
373
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
374
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
375
+ closeAfterSelect?: boolean | undefined;
376
+ size?: string | undefined;
377
+ view?: string | undefined;
378
+ } & {
379
+ label?: string | undefined;
380
+ labelPlacement: "inner";
381
+ hasInnerLabelPlaceholder?: boolean | undefined;
382
+ } & {
383
+ readOnly?: false | undefined;
384
+ disabled?: false | undefined;
385
+ alwaysOpened?: true | undefined;
386
+ } & {
387
+ multiple?: false | undefined;
388
+ value?: string | undefined;
389
+ onChange?: ((value: string) => void) | undefined;
390
+ isTargetAmount?: false | undefined;
391
+ targetAmount?: undefined;
392
+ renderValue?: undefined;
393
+ } & {
394
+ required?: false | undefined;
395
+ requiredPlacement?: "left" | "right" | undefined;
396
+ optional?: true | undefined;
397
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
398
+ items: ItemOption[];
399
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
400
+ placeholder?: string | undefined;
401
+ helperText?: string | undefined;
402
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
403
+ textBefore?: string | undefined;
404
+ textAfter?: string | undefined;
405
+ variant?: "normal" | "tight" | undefined;
406
+ listOverflow?: import("csstype").Property.Overflow | undefined;
407
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
408
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
409
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
410
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
411
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
412
+ closeAfterSelect?: boolean | undefined;
413
+ size?: string | undefined;
414
+ view?: string | undefined;
415
+ } & {
416
+ label?: string | undefined;
417
+ labelPlacement: "inner";
418
+ hasInnerLabelPlaceholder?: boolean | undefined;
419
+ } & {
420
+ readOnly?: false | undefined;
421
+ disabled?: false | undefined;
422
+ alwaysOpened?: true | undefined;
423
+ } & {
424
+ multiple: true;
425
+ value?: string[] | undefined;
426
+ onChange?: ((value: string[]) => void) | undefined;
427
+ isTargetAmount?: true | undefined;
428
+ targetAmount?: number | undefined;
429
+ renderValue?: ((item: ItemOption) => string) | undefined;
430
+ } & {
431
+ required: true;
432
+ requiredPlacement?: "left" | "right" | undefined;
433
+ optional?: false | undefined;
434
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
435
+ items: ItemOption[];
436
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
437
+ placeholder?: string | undefined;
438
+ helperText?: string | undefined;
439
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
440
+ textBefore?: string | undefined;
441
+ textAfter?: string | undefined;
442
+ variant?: "normal" | "tight" | undefined;
443
+ listOverflow?: import("csstype").Property.Overflow | undefined;
444
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
445
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
446
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
447
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
448
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
449
+ closeAfterSelect?: boolean | undefined;
450
+ size?: string | undefined;
451
+ view?: string | undefined;
452
+ } & {
453
+ label?: string | undefined;
454
+ labelPlacement: "inner";
455
+ hasInnerLabelPlaceholder?: boolean | undefined;
456
+ } & {
457
+ readOnly?: false | undefined;
458
+ disabled?: false | undefined;
459
+ alwaysOpened?: true | undefined;
460
+ } & {
461
+ multiple: true;
462
+ value?: string[] | undefined;
463
+ onChange?: ((value: string[]) => void) | undefined;
464
+ isTargetAmount?: true | undefined;
465
+ targetAmount?: number | undefined;
466
+ renderValue?: ((item: ItemOption) => string) | undefined;
467
+ } & {
468
+ required?: false | undefined;
469
+ requiredPlacement?: "left" | "right" | undefined;
470
+ optional?: true | undefined;
471
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
472
+ items: ItemOption[];
473
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
474
+ placeholder?: string | undefined;
475
+ helperText?: string | undefined;
476
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
477
+ textBefore?: string | undefined;
478
+ textAfter?: string | undefined;
479
+ variant?: "normal" | "tight" | undefined;
480
+ listOverflow?: import("csstype").Property.Overflow | undefined;
481
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
482
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
483
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
484
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
485
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
486
+ closeAfterSelect?: boolean | undefined;
487
+ size?: string | undefined;
488
+ view?: string | undefined;
489
+ } & {
490
+ label?: string | undefined;
491
+ labelPlacement?: "inner" | "outer" | undefined;
492
+ hasInnerLabelPlaceholder?: false | undefined;
493
+ } & {
494
+ readOnly?: boolean | undefined;
495
+ disabled?: true | undefined;
496
+ alwaysOpened?: false | undefined;
497
+ } & {
498
+ multiple?: false | undefined;
499
+ value?: string | undefined;
500
+ onChange?: ((value: string) => void) | undefined;
501
+ isTargetAmount?: false | undefined;
502
+ targetAmount?: undefined;
503
+ renderValue?: undefined;
504
+ } & {
505
+ required: true;
506
+ requiredPlacement?: "left" | "right" | undefined;
507
+ optional?: false | undefined;
508
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
509
+ items: ItemOption[];
510
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
511
+ placeholder?: string | undefined;
512
+ helperText?: string | undefined;
513
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
514
+ textBefore?: string | undefined;
515
+ textAfter?: string | undefined;
516
+ variant?: "normal" | "tight" | undefined;
517
+ listOverflow?: import("csstype").Property.Overflow | undefined;
518
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
519
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
520
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
521
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
522
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
523
+ closeAfterSelect?: boolean | undefined;
524
+ size?: string | undefined;
525
+ view?: string | undefined;
526
+ } & {
527
+ label?: string | undefined;
528
+ labelPlacement?: "inner" | "outer" | undefined;
529
+ hasInnerLabelPlaceholder?: false | undefined;
530
+ } & {
531
+ readOnly?: boolean | undefined;
532
+ disabled?: true | undefined;
533
+ alwaysOpened?: false | undefined;
534
+ } & {
535
+ multiple?: false | undefined;
536
+ value?: string | undefined;
537
+ onChange?: ((value: string) => void) | undefined;
538
+ isTargetAmount?: false | undefined;
539
+ targetAmount?: undefined;
540
+ renderValue?: undefined;
541
+ } & {
542
+ required?: false | undefined;
543
+ requiredPlacement?: "left" | "right" | undefined;
544
+ optional?: true | undefined;
545
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
546
+ items: ItemOption[];
547
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
548
+ placeholder?: string | undefined;
549
+ helperText?: string | undefined;
550
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
551
+ textBefore?: string | undefined;
552
+ textAfter?: string | undefined;
553
+ variant?: "normal" | "tight" | undefined;
554
+ listOverflow?: import("csstype").Property.Overflow | undefined;
555
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
556
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
557
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
558
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
559
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
560
+ closeAfterSelect?: boolean | undefined;
561
+ size?: string | undefined;
562
+ view?: string | undefined;
563
+ } & {
564
+ label?: string | undefined;
565
+ labelPlacement?: "inner" | "outer" | undefined;
566
+ hasInnerLabelPlaceholder?: false | undefined;
567
+ } & {
568
+ readOnly?: boolean | undefined;
569
+ disabled?: true | undefined;
570
+ alwaysOpened?: false | undefined;
571
+ } & {
572
+ multiple: true;
573
+ value?: string[] | undefined;
574
+ onChange?: ((value: string[]) => void) | undefined;
575
+ isTargetAmount?: true | undefined;
576
+ targetAmount?: number | undefined;
577
+ renderValue?: ((item: ItemOption) => string) | undefined;
578
+ } & {
579
+ required: true;
580
+ requiredPlacement?: "left" | "right" | undefined;
581
+ optional?: false | undefined;
582
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
583
+ items: ItemOption[];
584
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
585
+ placeholder?: string | undefined;
586
+ helperText?: string | undefined;
587
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
588
+ textBefore?: string | undefined;
589
+ textAfter?: string | undefined;
590
+ variant?: "normal" | "tight" | undefined;
591
+ listOverflow?: import("csstype").Property.Overflow | undefined;
592
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
593
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
594
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
595
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
596
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
597
+ closeAfterSelect?: boolean | undefined;
598
+ size?: string | undefined;
599
+ view?: string | undefined;
600
+ } & {
601
+ label?: string | undefined;
602
+ labelPlacement?: "inner" | "outer" | undefined;
603
+ hasInnerLabelPlaceholder?: false | undefined;
604
+ } & {
605
+ readOnly?: boolean | undefined;
606
+ disabled?: true | undefined;
607
+ alwaysOpened?: false | undefined;
608
+ } & {
609
+ multiple: true;
610
+ value?: string[] | undefined;
611
+ onChange?: ((value: string[]) => void) | undefined;
612
+ isTargetAmount?: true | undefined;
613
+ targetAmount?: number | undefined;
614
+ renderValue?: ((item: ItemOption) => string) | undefined;
615
+ } & {
616
+ required?: false | undefined;
617
+ requiredPlacement?: "left" | "right" | undefined;
618
+ optional?: true | undefined;
619
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
620
+ items: ItemOption[];
621
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
622
+ placeholder?: string | undefined;
623
+ helperText?: string | undefined;
624
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
625
+ textBefore?: string | undefined;
626
+ textAfter?: string | undefined;
627
+ variant?: "normal" | "tight" | undefined;
628
+ listOverflow?: import("csstype").Property.Overflow | undefined;
629
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
630
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
631
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
632
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
633
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
634
+ closeAfterSelect?: boolean | undefined;
635
+ size?: string | undefined;
636
+ view?: string | undefined;
637
+ } & {
638
+ label?: string | undefined;
639
+ labelPlacement?: "inner" | "outer" | undefined;
640
+ hasInnerLabelPlaceholder?: false | undefined;
641
+ } & {
642
+ readOnly?: true | undefined;
643
+ disabled?: boolean | undefined;
644
+ alwaysOpened?: false | undefined;
645
+ } & {
646
+ multiple?: false | undefined;
647
+ value?: string | undefined;
648
+ onChange?: ((value: string) => void) | undefined;
649
+ isTargetAmount?: false | undefined;
650
+ targetAmount?: undefined;
651
+ renderValue?: undefined;
652
+ } & {
653
+ required: true;
654
+ requiredPlacement?: "left" | "right" | undefined;
655
+ optional?: false | undefined;
656
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
657
+ items: ItemOption[];
658
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
659
+ placeholder?: string | undefined;
660
+ helperText?: string | undefined;
661
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
662
+ textBefore?: string | undefined;
663
+ textAfter?: string | undefined;
664
+ variant?: "normal" | "tight" | undefined;
665
+ listOverflow?: import("csstype").Property.Overflow | undefined;
666
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
667
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
668
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
669
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
670
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
671
+ closeAfterSelect?: boolean | undefined;
672
+ size?: string | undefined;
673
+ view?: string | undefined;
674
+ } & {
675
+ label?: string | undefined;
676
+ labelPlacement?: "inner" | "outer" | undefined;
677
+ hasInnerLabelPlaceholder?: false | undefined;
678
+ } & {
679
+ readOnly?: true | undefined;
680
+ disabled?: boolean | undefined;
681
+ alwaysOpened?: false | undefined;
682
+ } & {
683
+ multiple?: false | undefined;
684
+ value?: string | undefined;
685
+ onChange?: ((value: string) => void) | undefined;
686
+ isTargetAmount?: false | undefined;
687
+ targetAmount?: undefined;
688
+ renderValue?: undefined;
689
+ } & {
690
+ required?: false | undefined;
691
+ requiredPlacement?: "left" | "right" | undefined;
692
+ optional?: true | undefined;
693
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
694
+ items: ItemOption[];
695
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
696
+ placeholder?: string | undefined;
697
+ helperText?: string | undefined;
698
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
699
+ textBefore?: string | undefined;
700
+ textAfter?: string | undefined;
701
+ variant?: "normal" | "tight" | undefined;
702
+ listOverflow?: import("csstype").Property.Overflow | undefined;
703
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
704
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
705
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
706
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
707
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
708
+ closeAfterSelect?: boolean | undefined;
709
+ size?: string | undefined;
710
+ view?: string | undefined;
711
+ } & {
712
+ label?: string | undefined;
713
+ labelPlacement?: "inner" | "outer" | undefined;
714
+ hasInnerLabelPlaceholder?: false | undefined;
715
+ } & {
716
+ readOnly?: true | undefined;
717
+ disabled?: boolean | undefined;
718
+ alwaysOpened?: false | undefined;
719
+ } & {
720
+ multiple: true;
721
+ value?: string[] | undefined;
722
+ onChange?: ((value: string[]) => void) | undefined;
723
+ isTargetAmount?: true | undefined;
724
+ targetAmount?: number | undefined;
725
+ renderValue?: ((item: ItemOption) => string) | undefined;
726
+ } & {
727
+ required: true;
728
+ requiredPlacement?: "left" | "right" | undefined;
729
+ optional?: false | undefined;
730
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
731
+ items: ItemOption[];
732
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
733
+ placeholder?: string | undefined;
734
+ helperText?: string | undefined;
735
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
736
+ textBefore?: string | undefined;
737
+ textAfter?: string | undefined;
738
+ variant?: "normal" | "tight" | undefined;
739
+ listOverflow?: import("csstype").Property.Overflow | undefined;
740
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
741
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
742
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
743
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
744
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
745
+ closeAfterSelect?: boolean | undefined;
746
+ size?: string | undefined;
747
+ view?: string | undefined;
748
+ } & {
749
+ label?: string | undefined;
750
+ labelPlacement?: "inner" | "outer" | undefined;
751
+ hasInnerLabelPlaceholder?: false | undefined;
752
+ } & {
753
+ readOnly?: true | undefined;
754
+ disabled?: boolean | undefined;
755
+ alwaysOpened?: false | undefined;
756
+ } & {
757
+ multiple: true;
758
+ value?: string[] | undefined;
759
+ onChange?: ((value: string[]) => void) | undefined;
760
+ isTargetAmount?: true | undefined;
761
+ targetAmount?: number | undefined;
762
+ renderValue?: ((item: ItemOption) => string) | undefined;
763
+ } & {
764
+ required?: false | undefined;
765
+ requiredPlacement?: "left" | "right" | undefined;
766
+ optional?: true | undefined;
767
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
768
+ items: ItemOption[];
769
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
770
+ placeholder?: string | undefined;
771
+ helperText?: string | undefined;
772
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
773
+ textBefore?: string | undefined;
774
+ textAfter?: string | undefined;
775
+ variant?: "normal" | "tight" | undefined;
776
+ listOverflow?: import("csstype").Property.Overflow | undefined;
777
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
778
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
779
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
780
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
781
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
782
+ closeAfterSelect?: boolean | undefined;
783
+ size?: string | undefined;
784
+ view?: string | undefined;
785
+ } & {
786
+ label?: string | undefined;
787
+ labelPlacement?: "inner" | "outer" | undefined;
788
+ hasInnerLabelPlaceholder?: false | undefined;
789
+ } & {
790
+ readOnly?: false | undefined;
791
+ disabled?: false | undefined;
792
+ alwaysOpened?: true | undefined;
793
+ } & {
794
+ multiple?: false | undefined;
795
+ value?: string | undefined;
796
+ onChange?: ((value: string) => void) | undefined;
797
+ isTargetAmount?: false | undefined;
798
+ targetAmount?: undefined;
799
+ renderValue?: undefined;
800
+ } & {
801
+ required: true;
802
+ requiredPlacement?: "left" | "right" | undefined;
803
+ optional?: false | undefined;
804
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
805
+ items: ItemOption[];
806
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
807
+ placeholder?: string | undefined;
808
+ helperText?: string | undefined;
809
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
810
+ textBefore?: string | undefined;
811
+ textAfter?: string | undefined;
812
+ variant?: "normal" | "tight" | undefined;
813
+ listOverflow?: import("csstype").Property.Overflow | undefined;
814
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
815
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
816
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
817
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
818
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
819
+ closeAfterSelect?: boolean | undefined;
820
+ size?: string | undefined;
821
+ view?: string | undefined;
822
+ } & {
823
+ label?: string | undefined;
824
+ labelPlacement?: "inner" | "outer" | undefined;
825
+ hasInnerLabelPlaceholder?: false | undefined;
826
+ } & {
827
+ readOnly?: false | undefined;
828
+ disabled?: false | undefined;
829
+ alwaysOpened?: true | undefined;
830
+ } & {
831
+ multiple?: false | undefined;
832
+ value?: string | undefined;
833
+ onChange?: ((value: string) => void) | undefined;
834
+ isTargetAmount?: false | undefined;
835
+ targetAmount?: undefined;
836
+ renderValue?: undefined;
837
+ } & {
838
+ required?: false | undefined;
839
+ requiredPlacement?: "left" | "right" | undefined;
840
+ optional?: true | undefined;
841
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
842
+ items: ItemOption[];
843
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
844
+ placeholder?: string | undefined;
845
+ helperText?: string | undefined;
846
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
847
+ textBefore?: string | undefined;
848
+ textAfter?: string | undefined;
849
+ variant?: "normal" | "tight" | undefined;
850
+ listOverflow?: import("csstype").Property.Overflow | undefined;
851
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
852
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
853
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
854
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
855
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
856
+ closeAfterSelect?: boolean | undefined;
857
+ size?: string | undefined;
858
+ view?: string | undefined;
859
+ } & {
30
860
  label?: string | undefined;
861
+ labelPlacement?: "inner" | "outer" | undefined;
862
+ hasInnerLabelPlaceholder?: false | undefined;
863
+ } & {
864
+ readOnly?: false | undefined;
865
+ disabled?: false | undefined;
866
+ alwaysOpened?: true | undefined;
867
+ } & {
868
+ multiple: true;
869
+ value?: string[] | undefined;
870
+ onChange?: ((value: string[]) => void) | undefined;
871
+ isTargetAmount?: true | undefined;
872
+ targetAmount?: number | undefined;
873
+ renderValue?: ((item: ItemOption) => string) | undefined;
874
+ } & {
875
+ required: true;
876
+ requiredPlacement?: "left" | "right" | undefined;
877
+ optional?: false | undefined;
878
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
879
+ items: ItemOption[];
880
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
31
881
  placeholder?: string | undefined;
32
882
  helperText?: string | undefined;
33
883
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -43,7 +893,73 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
43
893
  closeAfterSelect?: boolean | undefined;
44
894
  size?: string | undefined;
45
895
  view?: string | undefined;
896
+ } & {
897
+ label?: string | undefined;
46
898
  labelPlacement?: "inner" | "outer" | undefined;
899
+ hasInnerLabelPlaceholder?: false | undefined;
900
+ } & {
901
+ readOnly?: false | undefined;
902
+ disabled?: false | undefined;
903
+ alwaysOpened?: true | undefined;
904
+ } & {
905
+ multiple: true;
906
+ value?: string[] | undefined;
907
+ onChange?: ((value: string[]) => void) | undefined;
908
+ isTargetAmount?: true | undefined;
909
+ targetAmount?: number | undefined;
910
+ renderValue?: ((item: ItemOption) => string) | undefined;
911
+ } & {
912
+ required?: false | undefined;
913
+ requiredPlacement?: "left" | "right" | undefined;
914
+ optional?: true | undefined;
915
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
916
+ declare type PropsFromConfig = keyof typeof config['variations'];
917
+ declare type PropsNew<T extends ItemOption> = Omit<ComboboxProps<T>, PropsFromConfig> & Pick<ComponentProps<typeof ComboboxComponent>, PropsFromConfig>;
918
+ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & Pick<import("../../../../engines/types").PropsType<{
919
+ view: {
920
+ default: import("@linaria/core").LinariaClassName;
921
+ positive: import("@linaria/core").LinariaClassName;
922
+ warning: import("@linaria/core").LinariaClassName;
923
+ negative: import("@linaria/core").LinariaClassName;
924
+ };
925
+ size: {
926
+ l: import("@linaria/core").LinariaClassName;
927
+ m: import("@linaria/core").LinariaClassName;
928
+ s: import("@linaria/core").LinariaClassName;
929
+ xs: import("@linaria/core").LinariaClassName;
930
+ };
931
+ labelPlacement: {
932
+ inner: import("@linaria/core").LinariaClassName;
933
+ outer: import("@linaria/core").LinariaClassName;
934
+ };
935
+ disabled: {
936
+ true: import("@linaria/core").LinariaClassName;
937
+ };
938
+ readOnly: {
939
+ true: import("@linaria/core").LinariaClassName;
940
+ };
941
+ }> & (({
942
+ items: ItemOption[];
943
+ placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
944
+ placeholder?: string | undefined;
945
+ helperText?: string | undefined;
946
+ contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
947
+ textBefore?: string | undefined;
948
+ textAfter?: string | undefined;
949
+ variant?: "normal" | "tight" | undefined;
950
+ listOverflow?: import("csstype").Property.Overflow | undefined;
951
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
952
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
953
+ portal?: string | import("react").RefObject<HTMLElement> | undefined;
954
+ renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
955
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
956
+ closeAfterSelect?: boolean | undefined;
957
+ size?: string | undefined;
958
+ view?: string | undefined;
959
+ } & {
960
+ label?: string | undefined;
961
+ labelPlacement: "inner";
962
+ hasInnerLabelPlaceholder?: boolean | undefined;
47
963
  } & {
48
964
  readOnly?: boolean | undefined;
49
965
  disabled?: true | undefined;
@@ -55,15 +971,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
55
971
  isTargetAmount?: false | undefined;
56
972
  targetAmount?: undefined;
57
973
  renderValue?: undefined;
58
- } & {
59
- requiredPlacement?: "left" | "right" | undefined;
60
974
  } & {
61
975
  required: true;
976
+ requiredPlacement?: "left" | "right" | undefined;
62
977
  optional?: false | undefined;
63
978
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
64
979
  items: ItemOption[];
65
980
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
66
- label?: string | undefined;
67
981
  placeholder?: string | undefined;
68
982
  helperText?: string | undefined;
69
983
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -79,7 +993,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
79
993
  closeAfterSelect?: boolean | undefined;
80
994
  size?: string | undefined;
81
995
  view?: string | undefined;
82
- labelPlacement?: "inner" | "outer" | undefined;
996
+ } & {
997
+ label?: string | undefined;
998
+ labelPlacement: "inner";
999
+ hasInnerLabelPlaceholder?: boolean | undefined;
83
1000
  } & {
84
1001
  readOnly?: boolean | undefined;
85
1002
  disabled?: true | undefined;
@@ -92,14 +1009,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
92
1009
  targetAmount?: undefined;
93
1010
  renderValue?: undefined;
94
1011
  } & {
1012
+ required?: false | undefined;
95
1013
  requiredPlacement?: "left" | "right" | undefined;
96
- } & {
97
1014
  optional?: true | undefined;
98
- required?: false | undefined;
99
1015
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
100
1016
  items: ItemOption[];
101
1017
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
102
- label?: string | undefined;
103
1018
  placeholder?: string | undefined;
104
1019
  helperText?: string | undefined;
105
1020
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -115,7 +1030,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
115
1030
  closeAfterSelect?: boolean | undefined;
116
1031
  size?: string | undefined;
117
1032
  view?: string | undefined;
118
- labelPlacement?: "inner" | "outer" | undefined;
1033
+ } & {
1034
+ label?: string | undefined;
1035
+ labelPlacement: "inner";
1036
+ hasInnerLabelPlaceholder?: boolean | undefined;
119
1037
  } & {
120
1038
  readOnly?: boolean | undefined;
121
1039
  disabled?: true | undefined;
@@ -127,15 +1045,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
127
1045
  isTargetAmount?: true | undefined;
128
1046
  targetAmount?: number | undefined;
129
1047
  renderValue?: ((item: ItemOption) => string) | undefined;
130
- } & {
131
- requiredPlacement?: "left" | "right" | undefined;
132
1048
  } & {
133
1049
  required: true;
1050
+ requiredPlacement?: "left" | "right" | undefined;
134
1051
  optional?: false | undefined;
135
1052
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
136
1053
  items: ItemOption[];
137
1054
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
138
- label?: string | undefined;
139
1055
  placeholder?: string | undefined;
140
1056
  helperText?: string | undefined;
141
1057
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -151,7 +1067,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
151
1067
  closeAfterSelect?: boolean | undefined;
152
1068
  size?: string | undefined;
153
1069
  view?: string | undefined;
154
- labelPlacement?: "inner" | "outer" | undefined;
1070
+ } & {
1071
+ label?: string | undefined;
1072
+ labelPlacement: "inner";
1073
+ hasInnerLabelPlaceholder?: boolean | undefined;
155
1074
  } & {
156
1075
  readOnly?: boolean | undefined;
157
1076
  disabled?: true | undefined;
@@ -164,14 +1083,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
164
1083
  targetAmount?: number | undefined;
165
1084
  renderValue?: ((item: ItemOption) => string) | undefined;
166
1085
  } & {
1086
+ required?: false | undefined;
167
1087
  requiredPlacement?: "left" | "right" | undefined;
168
- } & {
169
1088
  optional?: true | undefined;
170
- required?: false | undefined;
171
1089
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
172
1090
  items: ItemOption[];
173
1091
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
174
- label?: string | undefined;
175
1092
  placeholder?: string | undefined;
176
1093
  helperText?: string | undefined;
177
1094
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -187,7 +1104,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
187
1104
  closeAfterSelect?: boolean | undefined;
188
1105
  size?: string | undefined;
189
1106
  view?: string | undefined;
190
- labelPlacement?: "inner" | "outer" | undefined;
1107
+ } & {
1108
+ label?: string | undefined;
1109
+ labelPlacement: "inner";
1110
+ hasInnerLabelPlaceholder?: boolean | undefined;
191
1111
  } & {
192
1112
  readOnly?: true | undefined;
193
1113
  disabled?: boolean | undefined;
@@ -199,15 +1119,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
199
1119
  isTargetAmount?: false | undefined;
200
1120
  targetAmount?: undefined;
201
1121
  renderValue?: undefined;
202
- } & {
203
- requiredPlacement?: "left" | "right" | undefined;
204
1122
  } & {
205
1123
  required: true;
1124
+ requiredPlacement?: "left" | "right" | undefined;
206
1125
  optional?: false | undefined;
207
1126
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
208
1127
  items: ItemOption[];
209
1128
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
210
- label?: string | undefined;
211
1129
  placeholder?: string | undefined;
212
1130
  helperText?: string | undefined;
213
1131
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -223,7 +1141,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
223
1141
  closeAfterSelect?: boolean | undefined;
224
1142
  size?: string | undefined;
225
1143
  view?: string | undefined;
226
- labelPlacement?: "inner" | "outer" | undefined;
1144
+ } & {
1145
+ label?: string | undefined;
1146
+ labelPlacement: "inner";
1147
+ hasInnerLabelPlaceholder?: boolean | undefined;
227
1148
  } & {
228
1149
  readOnly?: true | undefined;
229
1150
  disabled?: boolean | undefined;
@@ -236,14 +1157,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
236
1157
  targetAmount?: undefined;
237
1158
  renderValue?: undefined;
238
1159
  } & {
1160
+ required?: false | undefined;
239
1161
  requiredPlacement?: "left" | "right" | undefined;
240
- } & {
241
1162
  optional?: true | undefined;
242
- required?: false | undefined;
243
1163
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
244
1164
  items: ItemOption[];
245
1165
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
246
- label?: string | undefined;
247
1166
  placeholder?: string | undefined;
248
1167
  helperText?: string | undefined;
249
1168
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -259,7 +1178,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
259
1178
  closeAfterSelect?: boolean | undefined;
260
1179
  size?: string | undefined;
261
1180
  view?: string | undefined;
262
- labelPlacement?: "inner" | "outer" | undefined;
1181
+ } & {
1182
+ label?: string | undefined;
1183
+ labelPlacement: "inner";
1184
+ hasInnerLabelPlaceholder?: boolean | undefined;
263
1185
  } & {
264
1186
  readOnly?: true | undefined;
265
1187
  disabled?: boolean | undefined;
@@ -271,15 +1193,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
271
1193
  isTargetAmount?: true | undefined;
272
1194
  targetAmount?: number | undefined;
273
1195
  renderValue?: ((item: ItemOption) => string) | undefined;
274
- } & {
275
- requiredPlacement?: "left" | "right" | undefined;
276
1196
  } & {
277
1197
  required: true;
1198
+ requiredPlacement?: "left" | "right" | undefined;
278
1199
  optional?: false | undefined;
279
1200
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
280
1201
  items: ItemOption[];
281
1202
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
282
- label?: string | undefined;
283
1203
  placeholder?: string | undefined;
284
1204
  helperText?: string | undefined;
285
1205
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -295,7 +1215,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
295
1215
  closeAfterSelect?: boolean | undefined;
296
1216
  size?: string | undefined;
297
1217
  view?: string | undefined;
298
- labelPlacement?: "inner" | "outer" | undefined;
1218
+ } & {
1219
+ label?: string | undefined;
1220
+ labelPlacement: "inner";
1221
+ hasInnerLabelPlaceholder?: boolean | undefined;
299
1222
  } & {
300
1223
  readOnly?: true | undefined;
301
1224
  disabled?: boolean | undefined;
@@ -308,14 +1231,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
308
1231
  targetAmount?: number | undefined;
309
1232
  renderValue?: ((item: ItemOption) => string) | undefined;
310
1233
  } & {
1234
+ required?: false | undefined;
311
1235
  requiredPlacement?: "left" | "right" | undefined;
312
- } & {
313
1236
  optional?: true | undefined;
314
- required?: false | undefined;
315
1237
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
316
1238
  items: ItemOption[];
317
1239
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
318
- label?: string | undefined;
319
1240
  placeholder?: string | undefined;
320
1241
  helperText?: string | undefined;
321
1242
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -331,7 +1252,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
331
1252
  closeAfterSelect?: boolean | undefined;
332
1253
  size?: string | undefined;
333
1254
  view?: string | undefined;
334
- labelPlacement?: "inner" | "outer" | undefined;
1255
+ } & {
1256
+ label?: string | undefined;
1257
+ labelPlacement: "inner";
1258
+ hasInnerLabelPlaceholder?: boolean | undefined;
335
1259
  } & {
336
1260
  readOnly?: false | undefined;
337
1261
  disabled?: false | undefined;
@@ -343,15 +1267,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
343
1267
  isTargetAmount?: false | undefined;
344
1268
  targetAmount?: undefined;
345
1269
  renderValue?: undefined;
346
- } & {
347
- requiredPlacement?: "left" | "right" | undefined;
348
1270
  } & {
349
1271
  required: true;
1272
+ requiredPlacement?: "left" | "right" | undefined;
350
1273
  optional?: false | undefined;
351
1274
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
352
1275
  items: ItemOption[];
353
1276
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
354
- label?: string | undefined;
355
1277
  placeholder?: string | undefined;
356
1278
  helperText?: string | undefined;
357
1279
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -367,7 +1289,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
367
1289
  closeAfterSelect?: boolean | undefined;
368
1290
  size?: string | undefined;
369
1291
  view?: string | undefined;
370
- labelPlacement?: "inner" | "outer" | undefined;
1292
+ } & {
1293
+ label?: string | undefined;
1294
+ labelPlacement: "inner";
1295
+ hasInnerLabelPlaceholder?: boolean | undefined;
371
1296
  } & {
372
1297
  readOnly?: false | undefined;
373
1298
  disabled?: false | undefined;
@@ -380,14 +1305,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
380
1305
  targetAmount?: undefined;
381
1306
  renderValue?: undefined;
382
1307
  } & {
1308
+ required?: false | undefined;
383
1309
  requiredPlacement?: "left" | "right" | undefined;
384
- } & {
385
1310
  optional?: true | undefined;
386
- required?: false | undefined;
387
1311
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
388
1312
  items: ItemOption[];
389
1313
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
390
- label?: string | undefined;
391
1314
  placeholder?: string | undefined;
392
1315
  helperText?: string | undefined;
393
1316
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -403,7 +1326,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
403
1326
  closeAfterSelect?: boolean | undefined;
404
1327
  size?: string | undefined;
405
1328
  view?: string | undefined;
406
- labelPlacement?: "inner" | "outer" | undefined;
1329
+ } & {
1330
+ label?: string | undefined;
1331
+ labelPlacement: "inner";
1332
+ hasInnerLabelPlaceholder?: boolean | undefined;
407
1333
  } & {
408
1334
  readOnly?: false | undefined;
409
1335
  disabled?: false | undefined;
@@ -415,15 +1341,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
415
1341
  isTargetAmount?: true | undefined;
416
1342
  targetAmount?: number | undefined;
417
1343
  renderValue?: ((item: ItemOption) => string) | undefined;
418
- } & {
419
- requiredPlacement?: "left" | "right" | undefined;
420
1344
  } & {
421
1345
  required: true;
1346
+ requiredPlacement?: "left" | "right" | undefined;
422
1347
  optional?: false | undefined;
423
1348
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
424
1349
  items: ItemOption[];
425
1350
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
426
- label?: string | undefined;
427
1351
  placeholder?: string | undefined;
428
1352
  helperText?: string | undefined;
429
1353
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -439,7 +1363,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
439
1363
  closeAfterSelect?: boolean | undefined;
440
1364
  size?: string | undefined;
441
1365
  view?: string | undefined;
442
- labelPlacement?: "inner" | "outer" | undefined;
1366
+ } & {
1367
+ label?: string | undefined;
1368
+ labelPlacement: "inner";
1369
+ hasInnerLabelPlaceholder?: boolean | undefined;
443
1370
  } & {
444
1371
  readOnly?: false | undefined;
445
1372
  disabled?: false | undefined;
@@ -452,40 +1379,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
452
1379
  targetAmount?: number | undefined;
453
1380
  renderValue?: ((item: ItemOption) => string) | undefined;
454
1381
  } & {
1382
+ required?: false | undefined;
455
1383
  requiredPlacement?: "left" | "right" | undefined;
456
- } & {
457
1384
  optional?: true | undefined;
458
- required?: false | undefined;
459
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
460
- declare type PropsFromConfig = keyof typeof config['variations'];
461
- declare type PropsNew<T extends ItemOption> = Omit<ComboboxProps<T>, PropsFromConfig> & Pick<ComponentProps<typeof ComboboxComponent>, PropsFromConfig>;
462
- declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & Pick<import("../../../../engines/types").PropsType<{
463
- view: {
464
- default: import("@linaria/core").LinariaClassName;
465
- positive: import("@linaria/core").LinariaClassName;
466
- warning: import("@linaria/core").LinariaClassName;
467
- negative: import("@linaria/core").LinariaClassName;
468
- };
469
- size: {
470
- l: import("@linaria/core").LinariaClassName;
471
- m: import("@linaria/core").LinariaClassName;
472
- s: import("@linaria/core").LinariaClassName;
473
- xs: import("@linaria/core").LinariaClassName;
474
- };
475
- labelPlacement: {
476
- inner: import("@linaria/core").LinariaClassName;
477
- outer: import("@linaria/core").LinariaClassName;
478
- };
479
- disabled: {
480
- true: import("@linaria/core").LinariaClassName;
481
- };
482
- readOnly: {
483
- true: import("@linaria/core").LinariaClassName;
484
- };
485
- }> & (({
1385
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
486
1386
  items: ItemOption[];
487
1387
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
488
- label?: string | undefined;
489
1388
  placeholder?: string | undefined;
490
1389
  helperText?: string | undefined;
491
1390
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -501,7 +1400,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
501
1400
  closeAfterSelect?: boolean | undefined;
502
1401
  size?: string | undefined;
503
1402
  view?: string | undefined;
1403
+ } & {
1404
+ label?: string | undefined;
504
1405
  labelPlacement?: "inner" | "outer" | undefined;
1406
+ hasInnerLabelPlaceholder?: false | undefined;
505
1407
  } & {
506
1408
  readOnly?: boolean | undefined;
507
1409
  disabled?: true | undefined;
@@ -513,15 +1415,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
513
1415
  isTargetAmount?: false | undefined;
514
1416
  targetAmount?: undefined;
515
1417
  renderValue?: undefined;
516
- } & {
517
- requiredPlacement?: "left" | "right" | undefined;
518
1418
  } & {
519
1419
  required: true;
1420
+ requiredPlacement?: "left" | "right" | undefined;
520
1421
  optional?: false | undefined;
521
1422
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
522
1423
  items: ItemOption[];
523
1424
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
524
- label?: string | undefined;
525
1425
  placeholder?: string | undefined;
526
1426
  helperText?: string | undefined;
527
1427
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -537,7 +1437,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
537
1437
  closeAfterSelect?: boolean | undefined;
538
1438
  size?: string | undefined;
539
1439
  view?: string | undefined;
1440
+ } & {
1441
+ label?: string | undefined;
540
1442
  labelPlacement?: "inner" | "outer" | undefined;
1443
+ hasInnerLabelPlaceholder?: false | undefined;
541
1444
  } & {
542
1445
  readOnly?: boolean | undefined;
543
1446
  disabled?: true | undefined;
@@ -550,14 +1453,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
550
1453
  targetAmount?: undefined;
551
1454
  renderValue?: undefined;
552
1455
  } & {
1456
+ required?: false | undefined;
553
1457
  requiredPlacement?: "left" | "right" | undefined;
554
- } & {
555
1458
  optional?: true | undefined;
556
- required?: false | undefined;
557
1459
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
558
1460
  items: ItemOption[];
559
1461
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
560
- label?: string | undefined;
561
1462
  placeholder?: string | undefined;
562
1463
  helperText?: string | undefined;
563
1464
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -573,7 +1474,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
573
1474
  closeAfterSelect?: boolean | undefined;
574
1475
  size?: string | undefined;
575
1476
  view?: string | undefined;
1477
+ } & {
1478
+ label?: string | undefined;
576
1479
  labelPlacement?: "inner" | "outer" | undefined;
1480
+ hasInnerLabelPlaceholder?: false | undefined;
577
1481
  } & {
578
1482
  readOnly?: boolean | undefined;
579
1483
  disabled?: true | undefined;
@@ -585,15 +1489,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
585
1489
  isTargetAmount?: true | undefined;
586
1490
  targetAmount?: number | undefined;
587
1491
  renderValue?: ((item: ItemOption) => string) | undefined;
588
- } & {
589
- requiredPlacement?: "left" | "right" | undefined;
590
1492
  } & {
591
1493
  required: true;
1494
+ requiredPlacement?: "left" | "right" | undefined;
592
1495
  optional?: false | undefined;
593
1496
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
594
1497
  items: ItemOption[];
595
1498
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
596
- label?: string | undefined;
597
1499
  placeholder?: string | undefined;
598
1500
  helperText?: string | undefined;
599
1501
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -609,7 +1511,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
609
1511
  closeAfterSelect?: boolean | undefined;
610
1512
  size?: string | undefined;
611
1513
  view?: string | undefined;
1514
+ } & {
1515
+ label?: string | undefined;
612
1516
  labelPlacement?: "inner" | "outer" | undefined;
1517
+ hasInnerLabelPlaceholder?: false | undefined;
613
1518
  } & {
614
1519
  readOnly?: boolean | undefined;
615
1520
  disabled?: true | undefined;
@@ -622,14 +1527,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
622
1527
  targetAmount?: number | undefined;
623
1528
  renderValue?: ((item: ItemOption) => string) | undefined;
624
1529
  } & {
1530
+ required?: false | undefined;
625
1531
  requiredPlacement?: "left" | "right" | undefined;
626
- } & {
627
1532
  optional?: true | undefined;
628
- required?: false | undefined;
629
1533
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
630
1534
  items: ItemOption[];
631
1535
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
632
- label?: string | undefined;
633
1536
  placeholder?: string | undefined;
634
1537
  helperText?: string | undefined;
635
1538
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -645,7 +1548,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
645
1548
  closeAfterSelect?: boolean | undefined;
646
1549
  size?: string | undefined;
647
1550
  view?: string | undefined;
1551
+ } & {
1552
+ label?: string | undefined;
648
1553
  labelPlacement?: "inner" | "outer" | undefined;
1554
+ hasInnerLabelPlaceholder?: false | undefined;
649
1555
  } & {
650
1556
  readOnly?: true | undefined;
651
1557
  disabled?: boolean | undefined;
@@ -657,15 +1563,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
657
1563
  isTargetAmount?: false | undefined;
658
1564
  targetAmount?: undefined;
659
1565
  renderValue?: undefined;
660
- } & {
661
- requiredPlacement?: "left" | "right" | undefined;
662
1566
  } & {
663
1567
  required: true;
1568
+ requiredPlacement?: "left" | "right" | undefined;
664
1569
  optional?: false | undefined;
665
1570
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
666
1571
  items: ItemOption[];
667
1572
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
668
- label?: string | undefined;
669
1573
  placeholder?: string | undefined;
670
1574
  helperText?: string | undefined;
671
1575
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -681,7 +1585,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
681
1585
  closeAfterSelect?: boolean | undefined;
682
1586
  size?: string | undefined;
683
1587
  view?: string | undefined;
1588
+ } & {
1589
+ label?: string | undefined;
684
1590
  labelPlacement?: "inner" | "outer" | undefined;
1591
+ hasInnerLabelPlaceholder?: false | undefined;
685
1592
  } & {
686
1593
  readOnly?: true | undefined;
687
1594
  disabled?: boolean | undefined;
@@ -694,14 +1601,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
694
1601
  targetAmount?: undefined;
695
1602
  renderValue?: undefined;
696
1603
  } & {
1604
+ required?: false | undefined;
697
1605
  requiredPlacement?: "left" | "right" | undefined;
698
- } & {
699
1606
  optional?: true | undefined;
700
- required?: false | undefined;
701
1607
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
702
1608
  items: ItemOption[];
703
1609
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
704
- label?: string | undefined;
705
1610
  placeholder?: string | undefined;
706
1611
  helperText?: string | undefined;
707
1612
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -717,7 +1622,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
717
1622
  closeAfterSelect?: boolean | undefined;
718
1623
  size?: string | undefined;
719
1624
  view?: string | undefined;
1625
+ } & {
1626
+ label?: string | undefined;
720
1627
  labelPlacement?: "inner" | "outer" | undefined;
1628
+ hasInnerLabelPlaceholder?: false | undefined;
721
1629
  } & {
722
1630
  readOnly?: true | undefined;
723
1631
  disabled?: boolean | undefined;
@@ -729,15 +1637,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
729
1637
  isTargetAmount?: true | undefined;
730
1638
  targetAmount?: number | undefined;
731
1639
  renderValue?: ((item: ItemOption) => string) | undefined;
732
- } & {
733
- requiredPlacement?: "left" | "right" | undefined;
734
1640
  } & {
735
1641
  required: true;
1642
+ requiredPlacement?: "left" | "right" | undefined;
736
1643
  optional?: false | undefined;
737
1644
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
738
1645
  items: ItemOption[];
739
1646
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
740
- label?: string | undefined;
741
1647
  placeholder?: string | undefined;
742
1648
  helperText?: string | undefined;
743
1649
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -753,7 +1659,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
753
1659
  closeAfterSelect?: boolean | undefined;
754
1660
  size?: string | undefined;
755
1661
  view?: string | undefined;
1662
+ } & {
1663
+ label?: string | undefined;
756
1664
  labelPlacement?: "inner" | "outer" | undefined;
1665
+ hasInnerLabelPlaceholder?: false | undefined;
757
1666
  } & {
758
1667
  readOnly?: true | undefined;
759
1668
  disabled?: boolean | undefined;
@@ -766,14 +1675,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
766
1675
  targetAmount?: number | undefined;
767
1676
  renderValue?: ((item: ItemOption) => string) | undefined;
768
1677
  } & {
1678
+ required?: false | undefined;
769
1679
  requiredPlacement?: "left" | "right" | undefined;
770
- } & {
771
1680
  optional?: true | undefined;
772
- required?: false | undefined;
773
1681
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
774
1682
  items: ItemOption[];
775
1683
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
776
- label?: string | undefined;
777
1684
  placeholder?: string | undefined;
778
1685
  helperText?: string | undefined;
779
1686
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -789,7 +1696,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
789
1696
  closeAfterSelect?: boolean | undefined;
790
1697
  size?: string | undefined;
791
1698
  view?: string | undefined;
1699
+ } & {
1700
+ label?: string | undefined;
792
1701
  labelPlacement?: "inner" | "outer" | undefined;
1702
+ hasInnerLabelPlaceholder?: false | undefined;
793
1703
  } & {
794
1704
  readOnly?: false | undefined;
795
1705
  disabled?: false | undefined;
@@ -801,15 +1711,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
801
1711
  isTargetAmount?: false | undefined;
802
1712
  targetAmount?: undefined;
803
1713
  renderValue?: undefined;
804
- } & {
805
- requiredPlacement?: "left" | "right" | undefined;
806
1714
  } & {
807
1715
  required: true;
1716
+ requiredPlacement?: "left" | "right" | undefined;
808
1717
  optional?: false | undefined;
809
1718
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
810
1719
  items: ItemOption[];
811
1720
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
812
- label?: string | undefined;
813
1721
  placeholder?: string | undefined;
814
1722
  helperText?: string | undefined;
815
1723
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -825,7 +1733,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
825
1733
  closeAfterSelect?: boolean | undefined;
826
1734
  size?: string | undefined;
827
1735
  view?: string | undefined;
1736
+ } & {
1737
+ label?: string | undefined;
828
1738
  labelPlacement?: "inner" | "outer" | undefined;
1739
+ hasInnerLabelPlaceholder?: false | undefined;
829
1740
  } & {
830
1741
  readOnly?: false | undefined;
831
1742
  disabled?: false | undefined;
@@ -838,14 +1749,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
838
1749
  targetAmount?: undefined;
839
1750
  renderValue?: undefined;
840
1751
  } & {
1752
+ required?: false | undefined;
841
1753
  requiredPlacement?: "left" | "right" | undefined;
842
- } & {
843
1754
  optional?: true | undefined;
844
- required?: false | undefined;
845
1755
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
846
1756
  items: ItemOption[];
847
1757
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
848
- label?: string | undefined;
849
1758
  placeholder?: string | undefined;
850
1759
  helperText?: string | undefined;
851
1760
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -861,7 +1770,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
861
1770
  closeAfterSelect?: boolean | undefined;
862
1771
  size?: string | undefined;
863
1772
  view?: string | undefined;
1773
+ } & {
1774
+ label?: string | undefined;
864
1775
  labelPlacement?: "inner" | "outer" | undefined;
1776
+ hasInnerLabelPlaceholder?: false | undefined;
865
1777
  } & {
866
1778
  readOnly?: false | undefined;
867
1779
  disabled?: false | undefined;
@@ -873,15 +1785,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
873
1785
  isTargetAmount?: true | undefined;
874
1786
  targetAmount?: number | undefined;
875
1787
  renderValue?: ((item: ItemOption) => string) | undefined;
876
- } & {
877
- requiredPlacement?: "left" | "right" | undefined;
878
1788
  } & {
879
1789
  required: true;
1790
+ requiredPlacement?: "left" | "right" | undefined;
880
1791
  optional?: false | undefined;
881
1792
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
882
1793
  items: ItemOption[];
883
1794
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
884
- label?: string | undefined;
885
1795
  placeholder?: string | undefined;
886
1796
  helperText?: string | undefined;
887
1797
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -897,7 +1807,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
897
1807
  closeAfterSelect?: boolean | undefined;
898
1808
  size?: string | undefined;
899
1809
  view?: string | undefined;
1810
+ } & {
1811
+ label?: string | undefined;
900
1812
  labelPlacement?: "inner" | "outer" | undefined;
1813
+ hasInnerLabelPlaceholder?: false | undefined;
901
1814
  } & {
902
1815
  readOnly?: false | undefined;
903
1816
  disabled?: false | undefined;
@@ -910,10 +1823,9 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
910
1823
  targetAmount?: number | undefined;
911
1824
  renderValue?: ((item: ItemOption) => string) | undefined;
912
1825
  } & {
1826
+ required?: false | undefined;
913
1827
  requiredPlacement?: "left" | "right" | undefined;
914
- } & {
915
1828
  optional?: true | undefined;
916
- required?: false | undefined;
917
1829
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
918
1830
  ref?: ForwardedRef<HTMLInputElement> | undefined;
919
1831
  }) => ReactElement | null;