@salutejs/plasma-new-hope 0.196.0-canary.1552.11952949201.0 → 0.196.0-canary.1556.11967620671.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) 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 -19
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.js +14 -42
  6. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -19
  8. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -19
  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 +7 -3
  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/ui/Textfield/Textfield.css +17 -17
  22. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
  23. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  24. package/cjs/components/Slider/Slider.css +17 -17
  25. package/cjs/components/Slider/components/Double/Double.css +17 -17
  26. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  27. package/cjs/components/TextField/TextField.js +9 -5
  28. package/cjs/components/TextField/TextField.js.map +1 -1
  29. package/cjs/components/TextField/TextField.styles.js +20 -11
  30. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  31. package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
  32. package/cjs/components/TextField/TextField.tokens.js +1 -0
  33. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  34. package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
  35. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  36. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  37. package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
  38. package/cjs/index.css +17 -19
  39. package/cjs/index.js +0 -2
  40. package/cjs/index.js.map +1 -1
  41. package/cjs/utils/index.js.map +1 -1
  42. package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
  43. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +15 -43
  44. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
  45. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
  46. package/emotion/cjs/components/TextField/TextField.js +10 -6
  47. package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
  48. package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
  49. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  50. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  51. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  52. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  53. package/emotion/cjs/utils/index.js +1 -10
  54. package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
  55. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +15 -44
  56. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
  57. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
  58. package/emotion/es/components/TextField/TextField.js +10 -6
  59. package/emotion/es/components/TextField/TextField.styles.js +29 -26
  60. package/emotion/es/components/TextField/TextField.tokens.js +1 -0
  61. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  62. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  63. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  64. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  65. package/emotion/es/utils/index.js +0 -1
  66. package/es/components/Autocomplete/Autocomplete.css +17 -17
  67. package/es/components/Autocomplete/Autocomplete.js +7 -1
  68. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  69. package/es/components/Combobox/ComboboxNew/Combobox.css +17 -19
  70. package/es/components/Combobox/ComboboxNew/Combobox.js +16 -44
  71. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  72. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -19
  73. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -19
  74. package/es/components/DatePicker/RangeDate/RangeDate.css +17 -17
  75. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -17
  76. package/es/components/DatePicker/SingleDate/SingleDate.css +17 -17
  77. package/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
  78. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  79. package/es/components/Pagination/Pagination.css +17 -17
  80. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  81. package/es/components/Range/Range.css +17 -17
  82. package/es/components/Select/Select.css +17 -17
  83. package/es/components/Select/ui/Inner/Inner.css +17 -17
  84. package/es/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  85. package/es/components/Select/ui/Target/Target.css +17 -17
  86. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  87. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
  88. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  89. package/es/components/Slider/Slider.css +17 -17
  90. package/es/components/Slider/components/Double/Double.css +17 -17
  91. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  92. package/es/components/TextField/TextField.js +9 -5
  93. package/es/components/TextField/TextField.js.map +1 -1
  94. package/es/components/TextField/TextField.styles.js +20 -11
  95. package/es/components/TextField/TextField.styles.js.map +1 -1
  96. package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
  97. package/es/components/TextField/TextField.tokens.js +1 -0
  98. package/es/components/TextField/TextField.tokens.js.map +1 -1
  99. package/es/components/TextField/ui/Hint/Hint.css +20 -20
  100. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  101. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  102. package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
  103. package/es/index.css +17 -19
  104. package/es/index.js +0 -1
  105. package/es/index.js.map +1 -1
  106. package/es/utils/index.js.map +1 -1
  107. package/package.json +2 -2
  108. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
  109. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +15 -43
  110. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
  111. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
  112. package/styled-components/cjs/components/TextField/TextField.js +9 -5
  113. package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
  114. package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
  115. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  116. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  117. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  118. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  119. package/styled-components/cjs/utils/index.js +1 -10
  120. package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
  121. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +15 -44
  122. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
  123. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
  124. package/styled-components/es/components/TextField/TextField.js +9 -5
  125. package/styled-components/es/components/TextField/TextField.styles.js +9 -6
  126. package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
  127. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  128. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
  129. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
  130. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
  131. package/styled-components/es/utils/index.js +0 -1
  132. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  133. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +709 -53
  134. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  135. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  136. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +38 -37
  137. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  138. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +709 -53
  139. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  140. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
  141. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  142. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +709 -53
  143. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  144. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
  145. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  146. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +282 -14
  147. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  148. package/types/components/Range/Range.styles.d.ts +709 -53
  149. package/types/components/Range/Range.styles.d.ts.map +1 -1
  150. package/types/components/Select/Select.types.d.ts +30 -10
  151. package/types/components/Select/Select.types.d.ts.map +1 -1
  152. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  153. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  154. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  155. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  156. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +709 -53
  157. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  158. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  159. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  160. package/types/components/Slider/components/Double/Double.styles.d.ts +709 -53
  161. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  162. package/types/components/TextField/TextField.d.ts.map +1 -1
  163. package/types/components/TextField/TextField.styles.d.ts +3 -1
  164. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  165. package/types/components/TextField/TextField.tokens.d.ts +1 -0
  166. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  167. package/types/components/TextField/TextField.types.d.ts +42 -19
  168. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  169. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +3 -5
  170. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  171. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +532 -628
  172. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  173. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
  174. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  175. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1238 -54
  176. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  177. package/types/examples/plasma_b2c/components/Select/Select.d.ts +282 -14
  178. package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
  179. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +709 -53
  180. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  181. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +3 -5
  182. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  183. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +532 -628
  184. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  185. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
  186. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  187. package/types/examples/plasma_web/components/Mask/Mask.d.ts +1238 -54
  188. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  189. package/types/examples/plasma_web/components/Select/Select.d.ts +282 -14
  190. package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
  191. package/types/examples/plasma_web/components/TextField/TextField.d.ts +709 -53
  192. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  193. package/types/utils/index.d.ts +0 -1
  194. package/types/utils/index.d.ts.map +1 -1
  195. package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.css +0 -1
  196. package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -39
  197. package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js.map +0 -1
  198. package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -15
  199. package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js.map +0 -1
  200. package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles_18yw2bf.css +0 -1
  201. package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
  202. package/cjs/utils/createEvent.js +0 -54
  203. package/cjs/utils/createEvent.js.map +0 -1
  204. package/emotion/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -40
  205. package/emotion/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -13
  206. package/emotion/cjs/utils/createEvent.js +0 -53
  207. package/emotion/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -31
  208. package/emotion/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -6
  209. package/emotion/es/utils/createEvent.js +0 -47
  210. package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.css +0 -1
  211. package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -35
  212. package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js.map +0 -1
  213. package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -11
  214. package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js.map +0 -1
  215. package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles_18yw2bf.css +0 -1
  216. package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
  217. package/es/utils/createEvent.js +0 -50
  218. package/es/utils/createEvent.js.map +0 -1
  219. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -40
  220. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -12
  221. package/styled-components/cjs/utils/createEvent.js +0 -53
  222. package/styled-components/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -31
  223. package/styled-components/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -5
  224. package/styled-components/es/utils/createEvent.js +0 -47
  225. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts +0 -6
  226. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts.map +0 -1
  227. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts +0 -3
  228. package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts.map +0 -1
  229. package/types/utils/createEvent.d.ts +0 -3
  230. package/types/utils/createEvent.d.ts.map +0 -1
@@ -27,7 +27,6 @@ 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
- label?: string | undefined;
31
30
  placeholder?: string | undefined;
32
31
  helperText?: string | undefined;
33
32
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -43,14 +42,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
43
42
  closeAfterSelect?: boolean | undefined;
44
43
  size?: string | undefined;
45
44
  view?: string | undefined;
46
- labelPlacement?: "inner" | "outer" | undefined;
45
+ } & {
46
+ label?: string | undefined;
47
+ labelPlacement: "inner";
48
+ hasPlaceholder?: boolean | undefined;
47
49
  } & {
48
50
  readOnly?: boolean | undefined;
49
51
  disabled?: true | undefined;
50
52
  alwaysOpened?: false | undefined;
51
- } & {
52
- name: never;
53
- defaultValue: never;
54
53
  } & {
55
54
  multiple?: false | undefined;
56
55
  value?: string | undefined;
@@ -58,15 +57,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
58
57
  isTargetAmount?: false | undefined;
59
58
  targetAmount?: undefined;
60
59
  renderValue?: undefined;
61
- } & {
62
- requiredPlacement?: "left" | "right" | undefined;
63
60
  } & {
64
61
  required: true;
62
+ requiredPlacement?: "left" | "right" | undefined;
65
63
  optional?: false | undefined;
66
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
64
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
67
65
  items: ItemOption[];
68
66
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
69
- label?: string | undefined;
70
67
  placeholder?: string | undefined;
71
68
  helperText?: string | undefined;
72
69
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -82,14 +79,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
82
79
  closeAfterSelect?: boolean | undefined;
83
80
  size?: string | undefined;
84
81
  view?: string | undefined;
85
- labelPlacement?: "inner" | "outer" | undefined;
82
+ } & {
83
+ label?: string | undefined;
84
+ labelPlacement: "inner";
85
+ hasPlaceholder?: boolean | undefined;
86
86
  } & {
87
87
  readOnly?: boolean | undefined;
88
88
  disabled?: true | undefined;
89
89
  alwaysOpened?: false | undefined;
90
- } & {
91
- name: never;
92
- defaultValue: never;
93
90
  } & {
94
91
  multiple?: false | undefined;
95
92
  value?: string | undefined;
@@ -98,14 +95,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
98
95
  targetAmount?: undefined;
99
96
  renderValue?: undefined;
100
97
  } & {
101
- requiredPlacement?: "left" | "right" | undefined;
102
- } & {
103
- optional?: true | undefined;
104
98
  required?: false | undefined;
105
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
99
+ requiredPlacement?: undefined;
100
+ optional?: boolean | undefined;
101
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
106
102
  items: ItemOption[];
107
103
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
108
- label?: string | undefined;
109
104
  placeholder?: string | undefined;
110
105
  helperText?: string | undefined;
111
106
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -121,30 +116,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
121
116
  closeAfterSelect?: boolean | undefined;
122
117
  size?: string | undefined;
123
118
  view?: string | undefined;
124
- labelPlacement?: "inner" | "outer" | undefined;
119
+ } & {
120
+ label?: string | undefined;
121
+ labelPlacement: "inner";
122
+ hasPlaceholder?: boolean | undefined;
125
123
  } & {
126
124
  readOnly?: boolean | undefined;
127
125
  disabled?: true | undefined;
128
126
  alwaysOpened?: false | undefined;
129
127
  } & {
130
- name: string;
131
- defaultValue?: string | undefined;
132
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
133
- } & {
134
- multiple?: false | undefined;
135
- value?: string | undefined;
136
- isTargetAmount?: false | undefined;
137
- targetAmount?: undefined;
138
- renderValue?: undefined;
139
- } & {
140
- requiredPlacement?: "left" | "right" | undefined;
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;
141
134
  } & {
142
135
  required: true;
136
+ requiredPlacement?: "left" | "right" | undefined;
143
137
  optional?: false | undefined;
144
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
138
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
145
139
  items: ItemOption[];
146
140
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
147
- label?: string | undefined;
148
141
  placeholder?: string | undefined;
149
142
  helperText?: string | undefined;
150
143
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -160,30 +153,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
160
153
  closeAfterSelect?: boolean | undefined;
161
154
  size?: string | undefined;
162
155
  view?: string | undefined;
163
- labelPlacement?: "inner" | "outer" | undefined;
156
+ } & {
157
+ label?: string | undefined;
158
+ labelPlacement: "inner";
159
+ hasPlaceholder?: boolean | undefined;
164
160
  } & {
165
161
  readOnly?: boolean | undefined;
166
162
  disabled?: true | undefined;
167
163
  alwaysOpened?: false | undefined;
168
164
  } & {
169
- name: string;
170
- defaultValue?: string | undefined;
171
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
172
- } & {
173
- multiple?: false | undefined;
174
- value?: string | undefined;
175
- isTargetAmount?: false | undefined;
176
- targetAmount?: undefined;
177
- renderValue?: undefined;
178
- } & {
179
- requiredPlacement?: "left" | "right" | undefined;
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;
180
171
  } & {
181
- optional?: true | undefined;
182
172
  required?: false | undefined;
183
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
173
+ requiredPlacement?: undefined;
174
+ optional?: boolean | undefined;
175
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
184
176
  items: ItemOption[];
185
177
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
186
- label?: string | undefined;
187
178
  placeholder?: string | undefined;
188
179
  helperText?: string | undefined;
189
180
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -199,30 +190,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
199
190
  closeAfterSelect?: boolean | undefined;
200
191
  size?: string | undefined;
201
192
  view?: string | undefined;
202
- labelPlacement?: "inner" | "outer" | undefined;
203
- } & {
204
- readOnly?: boolean | undefined;
205
- disabled?: true | undefined;
206
- alwaysOpened?: false | undefined;
207
193
  } & {
208
- name: never;
209
- defaultValue: never;
194
+ label?: string | undefined;
195
+ labelPlacement: "inner";
196
+ hasPlaceholder?: boolean | undefined;
210
197
  } & {
211
- multiple: true;
212
- value?: string[] | undefined;
213
- onChange?: ((value: string[]) => void) | undefined;
214
- isTargetAmount?: true | undefined;
215
- targetAmount?: number | undefined;
216
- renderValue?: ((item: ItemOption) => string) | undefined;
198
+ readOnly?: true | undefined;
199
+ disabled?: boolean | undefined;
200
+ alwaysOpened?: false | undefined;
217
201
  } & {
218
- requiredPlacement?: "left" | "right" | undefined;
202
+ multiple?: false | undefined;
203
+ value?: string | undefined;
204
+ onChange?: ((value: string) => void) | undefined;
205
+ isTargetAmount?: false | undefined;
206
+ targetAmount?: undefined;
207
+ renderValue?: undefined;
219
208
  } & {
220
209
  required: true;
210
+ requiredPlacement?: "left" | "right" | undefined;
221
211
  optional?: false | undefined;
222
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
212
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
223
213
  items: ItemOption[];
224
214
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
225
- label?: string | undefined;
226
215
  placeholder?: string | undefined;
227
216
  helperText?: string | undefined;
228
217
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -238,30 +227,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
238
227
  closeAfterSelect?: boolean | undefined;
239
228
  size?: string | undefined;
240
229
  view?: string | undefined;
241
- labelPlacement?: "inner" | "outer" | undefined;
242
230
  } & {
243
- readOnly?: boolean | undefined;
244
- disabled?: true | undefined;
245
- alwaysOpened?: false | undefined;
246
- } & {
247
- name: never;
248
- defaultValue: never;
231
+ label?: string | undefined;
232
+ labelPlacement: "inner";
233
+ hasPlaceholder?: boolean | undefined;
249
234
  } & {
250
- multiple: true;
251
- value?: string[] | undefined;
252
- onChange?: ((value: string[]) => void) | undefined;
253
- isTargetAmount?: true | undefined;
254
- targetAmount?: number | undefined;
255
- renderValue?: ((item: ItemOption) => string) | undefined;
235
+ readOnly?: true | undefined;
236
+ disabled?: boolean | undefined;
237
+ alwaysOpened?: false | undefined;
256
238
  } & {
257
- requiredPlacement?: "left" | "right" | undefined;
239
+ multiple?: false | undefined;
240
+ value?: string | undefined;
241
+ onChange?: ((value: string) => void) | undefined;
242
+ isTargetAmount?: false | undefined;
243
+ targetAmount?: undefined;
244
+ renderValue?: undefined;
258
245
  } & {
259
- optional?: true | undefined;
260
246
  required?: false | undefined;
261
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
247
+ requiredPlacement?: undefined;
248
+ optional?: boolean | undefined;
249
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
262
250
  items: ItemOption[];
263
251
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
264
- label?: string | undefined;
265
252
  placeholder?: string | undefined;
266
253
  helperText?: string | undefined;
267
254
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -277,30 +264,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
277
264
  closeAfterSelect?: boolean | undefined;
278
265
  size?: string | undefined;
279
266
  view?: string | undefined;
280
- labelPlacement?: "inner" | "outer" | undefined;
281
267
  } & {
282
- readOnly?: boolean | undefined;
283
- disabled?: true | undefined;
284
- alwaysOpened?: false | undefined;
268
+ label?: string | undefined;
269
+ labelPlacement: "inner";
270
+ hasPlaceholder?: boolean | undefined;
285
271
  } & {
286
- name: string;
287
- defaultValue?: string | undefined;
288
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
272
+ readOnly?: true | undefined;
273
+ disabled?: boolean | undefined;
274
+ alwaysOpened?: false | undefined;
289
275
  } & {
290
276
  multiple: true;
291
277
  value?: string[] | undefined;
278
+ onChange?: ((value: string[]) => void) | undefined;
292
279
  isTargetAmount?: true | undefined;
293
280
  targetAmount?: number | undefined;
294
281
  renderValue?: ((item: ItemOption) => string) | undefined;
295
- } & {
296
- requiredPlacement?: "left" | "right" | undefined;
297
282
  } & {
298
283
  required: true;
284
+ requiredPlacement?: "left" | "right" | undefined;
299
285
  optional?: false | undefined;
300
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
286
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
301
287
  items: ItemOption[];
302
288
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
303
- label?: string | undefined;
304
289
  placeholder?: string | undefined;
305
290
  helperText?: string | undefined;
306
291
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -316,30 +301,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
316
301
  closeAfterSelect?: boolean | undefined;
317
302
  size?: string | undefined;
318
303
  view?: string | undefined;
319
- labelPlacement?: "inner" | "outer" | undefined;
320
304
  } & {
321
- readOnly?: boolean | undefined;
322
- disabled?: true | undefined;
323
- alwaysOpened?: false | undefined;
305
+ label?: string | undefined;
306
+ labelPlacement: "inner";
307
+ hasPlaceholder?: boolean | undefined;
324
308
  } & {
325
- name: string;
326
- defaultValue?: string | undefined;
327
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
309
+ readOnly?: true | undefined;
310
+ disabled?: boolean | undefined;
311
+ alwaysOpened?: false | undefined;
328
312
  } & {
329
313
  multiple: true;
330
314
  value?: string[] | undefined;
315
+ onChange?: ((value: string[]) => void) | undefined;
331
316
  isTargetAmount?: true | undefined;
332
317
  targetAmount?: number | undefined;
333
318
  renderValue?: ((item: ItemOption) => string) | undefined;
334
319
  } & {
335
- requiredPlacement?: "left" | "right" | undefined;
336
- } & {
337
- optional?: true | undefined;
338
320
  required?: false | undefined;
339
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
321
+ requiredPlacement?: undefined;
322
+ optional?: boolean | undefined;
323
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
340
324
  items: ItemOption[];
341
325
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
342
- label?: string | undefined;
343
326
  placeholder?: string | undefined;
344
327
  helperText?: string | undefined;
345
328
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -355,14 +338,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
355
338
  closeAfterSelect?: boolean | undefined;
356
339
  size?: string | undefined;
357
340
  view?: string | undefined;
358
- labelPlacement?: "inner" | "outer" | undefined;
359
341
  } & {
360
- readOnly?: true | undefined;
361
- disabled?: boolean | undefined;
362
- alwaysOpened?: false | undefined;
342
+ label?: string | undefined;
343
+ labelPlacement: "inner";
344
+ hasPlaceholder?: boolean | undefined;
363
345
  } & {
364
- name: never;
365
- defaultValue: never;
346
+ readOnly?: false | undefined;
347
+ disabled?: false | undefined;
348
+ alwaysOpened?: true | undefined;
366
349
  } & {
367
350
  multiple?: false | undefined;
368
351
  value?: string | undefined;
@@ -370,15 +353,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
370
353
  isTargetAmount?: false | undefined;
371
354
  targetAmount?: undefined;
372
355
  renderValue?: undefined;
373
- } & {
374
- requiredPlacement?: "left" | "right" | undefined;
375
356
  } & {
376
357
  required: true;
358
+ requiredPlacement?: "left" | "right" | undefined;
377
359
  optional?: false | undefined;
378
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
360
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
379
361
  items: ItemOption[];
380
362
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
381
- label?: string | undefined;
382
363
  placeholder?: string | undefined;
383
364
  helperText?: string | undefined;
384
365
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -394,14 +375,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
394
375
  closeAfterSelect?: boolean | undefined;
395
376
  size?: string | undefined;
396
377
  view?: string | undefined;
397
- labelPlacement?: "inner" | "outer" | undefined;
398
378
  } & {
399
- readOnly?: true | undefined;
400
- disabled?: boolean | undefined;
401
- alwaysOpened?: false | undefined;
379
+ label?: string | undefined;
380
+ labelPlacement: "inner";
381
+ hasPlaceholder?: boolean | undefined;
402
382
  } & {
403
- name: never;
404
- defaultValue: never;
383
+ readOnly?: false | undefined;
384
+ disabled?: false | undefined;
385
+ alwaysOpened?: true | undefined;
405
386
  } & {
406
387
  multiple?: false | undefined;
407
388
  value?: string | undefined;
@@ -410,14 +391,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
410
391
  targetAmount?: undefined;
411
392
  renderValue?: undefined;
412
393
  } & {
413
- requiredPlacement?: "left" | "right" | undefined;
414
- } & {
415
- optional?: true | undefined;
416
394
  required?: false | undefined;
417
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
395
+ requiredPlacement?: undefined;
396
+ optional?: boolean | undefined;
397
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
418
398
  items: ItemOption[];
419
399
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
420
- label?: string | undefined;
421
400
  placeholder?: string | undefined;
422
401
  helperText?: string | undefined;
423
402
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -433,30 +412,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
433
412
  closeAfterSelect?: boolean | undefined;
434
413
  size?: string | undefined;
435
414
  view?: string | undefined;
436
- labelPlacement?: "inner" | "outer" | undefined;
437
- } & {
438
- readOnly?: true | undefined;
439
- disabled?: boolean | undefined;
440
- alwaysOpened?: false | undefined;
441
415
  } & {
442
- name: string;
443
- defaultValue?: string | undefined;
444
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
416
+ label?: string | undefined;
417
+ labelPlacement: "inner";
418
+ hasPlaceholder?: boolean | undefined;
445
419
  } & {
446
- multiple?: false | undefined;
447
- value?: string | undefined;
448
- isTargetAmount?: false | undefined;
449
- targetAmount?: undefined;
450
- renderValue?: undefined;
420
+ readOnly?: false | undefined;
421
+ disabled?: false | undefined;
422
+ alwaysOpened?: true | undefined;
451
423
  } & {
452
- requiredPlacement?: "left" | "right" | undefined;
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;
453
430
  } & {
454
431
  required: true;
432
+ requiredPlacement?: "left" | "right" | undefined;
455
433
  optional?: false | undefined;
456
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
434
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
457
435
  items: ItemOption[];
458
436
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
459
- label?: string | undefined;
460
437
  placeholder?: string | undefined;
461
438
  helperText?: string | undefined;
462
439
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -472,30 +449,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
472
449
  closeAfterSelect?: boolean | undefined;
473
450
  size?: string | undefined;
474
451
  view?: string | undefined;
475
- labelPlacement?: "inner" | "outer" | undefined;
476
452
  } & {
477
- readOnly?: true | undefined;
478
- disabled?: boolean | undefined;
479
- alwaysOpened?: false | undefined;
480
- } & {
481
- name: string;
482
- defaultValue?: string | undefined;
483
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
453
+ label?: string | undefined;
454
+ labelPlacement: "inner";
455
+ hasPlaceholder?: boolean | undefined;
484
456
  } & {
485
- multiple?: false | undefined;
486
- value?: string | undefined;
487
- isTargetAmount?: false | undefined;
488
- targetAmount?: undefined;
489
- renderValue?: undefined;
457
+ readOnly?: false | undefined;
458
+ disabled?: false | undefined;
459
+ alwaysOpened?: true | undefined;
490
460
  } & {
491
- requiredPlacement?: "left" | "right" | undefined;
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;
492
467
  } & {
493
- optional?: true | undefined;
494
468
  required?: false | undefined;
495
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
469
+ requiredPlacement?: undefined;
470
+ optional?: boolean | undefined;
471
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
496
472
  items: ItemOption[];
497
473
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
498
- label?: string | undefined;
499
474
  placeholder?: string | undefined;
500
475
  helperText?: string | undefined;
501
476
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -511,30 +486,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
511
486
  closeAfterSelect?: boolean | undefined;
512
487
  size?: string | undefined;
513
488
  view?: string | undefined;
514
- labelPlacement?: "inner" | "outer" | undefined;
515
- } & {
516
- readOnly?: true | undefined;
517
- disabled?: boolean | undefined;
518
- alwaysOpened?: false | undefined;
519
489
  } & {
520
- name: never;
521
- defaultValue: never;
490
+ label?: string | undefined;
491
+ labelPlacement?: "outer" | undefined;
492
+ hasPlaceholder?: undefined;
522
493
  } & {
523
- multiple: true;
524
- value?: string[] | undefined;
525
- onChange?: ((value: string[]) => void) | undefined;
526
- isTargetAmount?: true | undefined;
527
- targetAmount?: number | undefined;
528
- renderValue?: ((item: ItemOption) => string) | undefined;
494
+ readOnly?: boolean | undefined;
495
+ disabled?: true | undefined;
496
+ alwaysOpened?: false | undefined;
529
497
  } & {
530
- requiredPlacement?: "left" | "right" | undefined;
498
+ multiple?: false | undefined;
499
+ value?: string | undefined;
500
+ onChange?: ((value: string) => void) | undefined;
501
+ isTargetAmount?: false | undefined;
502
+ targetAmount?: undefined;
503
+ renderValue?: undefined;
531
504
  } & {
532
505
  required: true;
506
+ requiredPlacement?: "left" | "right" | undefined;
533
507
  optional?: false | undefined;
534
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
508
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
535
509
  items: ItemOption[];
536
510
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
537
- label?: string | undefined;
538
511
  placeholder?: string | undefined;
539
512
  helperText?: string | undefined;
540
513
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -550,30 +523,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
550
523
  closeAfterSelect?: boolean | undefined;
551
524
  size?: string | undefined;
552
525
  view?: string | undefined;
553
- labelPlacement?: "inner" | "outer" | undefined;
554
- } & {
555
- readOnly?: true | undefined;
556
- disabled?: boolean | undefined;
557
- alwaysOpened?: false | undefined;
558
526
  } & {
559
- name: never;
560
- defaultValue: never;
527
+ label?: string | undefined;
528
+ labelPlacement?: "outer" | undefined;
529
+ hasPlaceholder?: undefined;
561
530
  } & {
562
- multiple: true;
563
- value?: string[] | undefined;
564
- onChange?: ((value: string[]) => void) | undefined;
565
- isTargetAmount?: true | undefined;
566
- targetAmount?: number | undefined;
567
- renderValue?: ((item: ItemOption) => string) | undefined;
531
+ readOnly?: boolean | undefined;
532
+ disabled?: true | undefined;
533
+ alwaysOpened?: false | undefined;
568
534
  } & {
569
- requiredPlacement?: "left" | "right" | undefined;
535
+ multiple?: false | undefined;
536
+ value?: string | undefined;
537
+ onChange?: ((value: string) => void) | undefined;
538
+ isTargetAmount?: false | undefined;
539
+ targetAmount?: undefined;
540
+ renderValue?: undefined;
570
541
  } & {
571
- optional?: true | undefined;
572
542
  required?: false | undefined;
573
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
543
+ requiredPlacement?: undefined;
544
+ optional?: boolean | undefined;
545
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
574
546
  items: ItemOption[];
575
547
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
576
- label?: string | undefined;
577
548
  placeholder?: string | undefined;
578
549
  helperText?: string | undefined;
579
550
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -589,30 +560,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
589
560
  closeAfterSelect?: boolean | undefined;
590
561
  size?: string | undefined;
591
562
  view?: string | undefined;
592
- labelPlacement?: "inner" | "outer" | undefined;
593
563
  } & {
594
- readOnly?: true | undefined;
595
- disabled?: boolean | undefined;
596
- alwaysOpened?: false | undefined;
564
+ label?: string | undefined;
565
+ labelPlacement?: "outer" | undefined;
566
+ hasPlaceholder?: undefined;
597
567
  } & {
598
- name: string;
599
- defaultValue?: string | undefined;
600
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
568
+ readOnly?: boolean | undefined;
569
+ disabled?: true | undefined;
570
+ alwaysOpened?: false | undefined;
601
571
  } & {
602
572
  multiple: true;
603
573
  value?: string[] | undefined;
574
+ onChange?: ((value: string[]) => void) | undefined;
604
575
  isTargetAmount?: true | undefined;
605
576
  targetAmount?: number | undefined;
606
577
  renderValue?: ((item: ItemOption) => string) | undefined;
607
- } & {
608
- requiredPlacement?: "left" | "right" | undefined;
609
578
  } & {
610
579
  required: true;
580
+ requiredPlacement?: "left" | "right" | undefined;
611
581
  optional?: false | undefined;
612
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
582
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
613
583
  items: ItemOption[];
614
584
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
615
- label?: string | undefined;
616
585
  placeholder?: string | undefined;
617
586
  helperText?: string | undefined;
618
587
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -628,30 +597,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
628
597
  closeAfterSelect?: boolean | undefined;
629
598
  size?: string | undefined;
630
599
  view?: string | undefined;
631
- labelPlacement?: "inner" | "outer" | undefined;
632
600
  } & {
633
- readOnly?: true | undefined;
634
- disabled?: boolean | undefined;
635
- alwaysOpened?: false | undefined;
601
+ label?: string | undefined;
602
+ labelPlacement?: "outer" | undefined;
603
+ hasPlaceholder?: undefined;
636
604
  } & {
637
- name: string;
638
- defaultValue?: string | undefined;
639
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
605
+ readOnly?: boolean | undefined;
606
+ disabled?: true | undefined;
607
+ alwaysOpened?: false | undefined;
640
608
  } & {
641
609
  multiple: true;
642
610
  value?: string[] | undefined;
611
+ onChange?: ((value: string[]) => void) | undefined;
643
612
  isTargetAmount?: true | undefined;
644
613
  targetAmount?: number | undefined;
645
614
  renderValue?: ((item: ItemOption) => string) | undefined;
646
615
  } & {
647
- requiredPlacement?: "left" | "right" | undefined;
648
- } & {
649
- optional?: true | undefined;
650
616
  required?: false | undefined;
651
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
617
+ requiredPlacement?: undefined;
618
+ optional?: boolean | undefined;
619
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
652
620
  items: ItemOption[];
653
621
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
654
- label?: string | undefined;
655
622
  placeholder?: string | undefined;
656
623
  helperText?: string | undefined;
657
624
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -667,14 +634,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
667
634
  closeAfterSelect?: boolean | undefined;
668
635
  size?: string | undefined;
669
636
  view?: string | undefined;
670
- labelPlacement?: "inner" | "outer" | undefined;
671
637
  } & {
672
- readOnly?: false | undefined;
673
- disabled?: false | undefined;
674
- alwaysOpened?: true | undefined;
638
+ label?: string | undefined;
639
+ labelPlacement?: "outer" | undefined;
640
+ hasPlaceholder?: undefined;
675
641
  } & {
676
- name: never;
677
- defaultValue: never;
642
+ readOnly?: true | undefined;
643
+ disabled?: boolean | undefined;
644
+ alwaysOpened?: false | undefined;
678
645
  } & {
679
646
  multiple?: false | undefined;
680
647
  value?: string | undefined;
@@ -682,15 +649,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
682
649
  isTargetAmount?: false | undefined;
683
650
  targetAmount?: undefined;
684
651
  renderValue?: undefined;
685
- } & {
686
- requiredPlacement?: "left" | "right" | undefined;
687
652
  } & {
688
653
  required: true;
654
+ requiredPlacement?: "left" | "right" | undefined;
689
655
  optional?: false | undefined;
690
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
656
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
691
657
  items: ItemOption[];
692
658
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
693
- label?: string | undefined;
694
659
  placeholder?: string | undefined;
695
660
  helperText?: string | undefined;
696
661
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -706,14 +671,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
706
671
  closeAfterSelect?: boolean | undefined;
707
672
  size?: string | undefined;
708
673
  view?: string | undefined;
709
- labelPlacement?: "inner" | "outer" | undefined;
710
674
  } & {
711
- readOnly?: false | undefined;
712
- disabled?: false | undefined;
713
- alwaysOpened?: true | undefined;
675
+ label?: string | undefined;
676
+ labelPlacement?: "outer" | undefined;
677
+ hasPlaceholder?: undefined;
714
678
  } & {
715
- name: never;
716
- defaultValue: never;
679
+ readOnly?: true | undefined;
680
+ disabled?: boolean | undefined;
681
+ alwaysOpened?: false | undefined;
717
682
  } & {
718
683
  multiple?: false | undefined;
719
684
  value?: string | undefined;
@@ -722,14 +687,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
722
687
  targetAmount?: undefined;
723
688
  renderValue?: undefined;
724
689
  } & {
725
- requiredPlacement?: "left" | "right" | undefined;
726
- } & {
727
- optional?: true | undefined;
728
690
  required?: false | undefined;
729
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
691
+ requiredPlacement?: undefined;
692
+ optional?: boolean | undefined;
693
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
730
694
  items: ItemOption[];
731
695
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
732
- label?: string | undefined;
733
696
  placeholder?: string | undefined;
734
697
  helperText?: string | undefined;
735
698
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -745,30 +708,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
745
708
  closeAfterSelect?: boolean | undefined;
746
709
  size?: string | undefined;
747
710
  view?: string | undefined;
748
- labelPlacement?: "inner" | "outer" | undefined;
749
- } & {
750
- readOnly?: false | undefined;
751
- disabled?: false | undefined;
752
- alwaysOpened?: true | undefined;
753
711
  } & {
754
- name: string;
755
- defaultValue?: string | undefined;
756
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
712
+ label?: string | undefined;
713
+ labelPlacement?: "outer" | undefined;
714
+ hasPlaceholder?: undefined;
757
715
  } & {
758
- multiple?: false | undefined;
759
- value?: string | undefined;
760
- isTargetAmount?: false | undefined;
761
- targetAmount?: undefined;
762
- renderValue?: undefined;
716
+ readOnly?: true | undefined;
717
+ disabled?: boolean | undefined;
718
+ alwaysOpened?: false | undefined;
763
719
  } & {
764
- requiredPlacement?: "left" | "right" | undefined;
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;
765
726
  } & {
766
727
  required: true;
728
+ requiredPlacement?: "left" | "right" | undefined;
767
729
  optional?: false | undefined;
768
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
730
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
769
731
  items: ItemOption[];
770
732
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
771
- label?: string | undefined;
772
733
  placeholder?: string | undefined;
773
734
  helperText?: string | undefined;
774
735
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -784,30 +745,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
784
745
  closeAfterSelect?: boolean | undefined;
785
746
  size?: string | undefined;
786
747
  view?: string | undefined;
787
- labelPlacement?: "inner" | "outer" | undefined;
788
748
  } & {
789
- readOnly?: false | undefined;
790
- disabled?: false | undefined;
791
- alwaysOpened?: true | undefined;
792
- } & {
793
- name: string;
794
- defaultValue?: string | undefined;
795
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
749
+ label?: string | undefined;
750
+ labelPlacement?: "outer" | undefined;
751
+ hasPlaceholder?: undefined;
796
752
  } & {
797
- multiple?: false | undefined;
798
- value?: string | undefined;
799
- isTargetAmount?: false | undefined;
800
- targetAmount?: undefined;
801
- renderValue?: undefined;
753
+ readOnly?: true | undefined;
754
+ disabled?: boolean | undefined;
755
+ alwaysOpened?: false | undefined;
802
756
  } & {
803
- requiredPlacement?: "left" | "right" | undefined;
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;
804
763
  } & {
805
- optional?: true | undefined;
806
764
  required?: false | undefined;
807
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
765
+ requiredPlacement?: undefined;
766
+ optional?: boolean | undefined;
767
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
808
768
  items: ItemOption[];
809
769
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
810
- label?: string | undefined;
811
770
  placeholder?: string | undefined;
812
771
  helperText?: string | undefined;
813
772
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -823,30 +782,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
823
782
  closeAfterSelect?: boolean | undefined;
824
783
  size?: string | undefined;
825
784
  view?: string | undefined;
826
- labelPlacement?: "inner" | "outer" | undefined;
785
+ } & {
786
+ label?: string | undefined;
787
+ labelPlacement?: "outer" | undefined;
788
+ hasPlaceholder?: undefined;
827
789
  } & {
828
790
  readOnly?: false | undefined;
829
791
  disabled?: false | undefined;
830
792
  alwaysOpened?: true | undefined;
831
793
  } & {
832
- name: never;
833
- defaultValue: never;
834
- } & {
835
- multiple: true;
836
- value?: string[] | undefined;
837
- onChange?: ((value: string[]) => void) | undefined;
838
- isTargetAmount?: true | undefined;
839
- targetAmount?: number | undefined;
840
- renderValue?: ((item: ItemOption) => string) | undefined;
841
- } & {
842
- requiredPlacement?: "left" | "right" | undefined;
794
+ multiple?: false | undefined;
795
+ value?: string | undefined;
796
+ onChange?: ((value: string) => void) | undefined;
797
+ isTargetAmount?: false | undefined;
798
+ targetAmount?: undefined;
799
+ renderValue?: undefined;
843
800
  } & {
844
801
  required: true;
802
+ requiredPlacement?: "left" | "right" | undefined;
845
803
  optional?: false | undefined;
846
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
804
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
847
805
  items: ItemOption[];
848
806
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
849
- label?: string | undefined;
850
807
  placeholder?: string | undefined;
851
808
  helperText?: string | undefined;
852
809
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -862,30 +819,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
862
819
  closeAfterSelect?: boolean | undefined;
863
820
  size?: string | undefined;
864
821
  view?: string | undefined;
865
- labelPlacement?: "inner" | "outer" | undefined;
822
+ } & {
823
+ label?: string | undefined;
824
+ labelPlacement?: "outer" | undefined;
825
+ hasPlaceholder?: undefined;
866
826
  } & {
867
827
  readOnly?: false | undefined;
868
828
  disabled?: false | undefined;
869
829
  alwaysOpened?: true | undefined;
870
830
  } & {
871
- name: never;
872
- defaultValue: never;
873
- } & {
874
- multiple: true;
875
- value?: string[] | undefined;
876
- onChange?: ((value: string[]) => void) | undefined;
877
- isTargetAmount?: true | undefined;
878
- targetAmount?: number | undefined;
879
- renderValue?: ((item: ItemOption) => string) | undefined;
880
- } & {
881
- requiredPlacement?: "left" | "right" | undefined;
831
+ multiple?: false | undefined;
832
+ value?: string | undefined;
833
+ onChange?: ((value: string) => void) | undefined;
834
+ isTargetAmount?: false | undefined;
835
+ targetAmount?: undefined;
836
+ renderValue?: undefined;
882
837
  } & {
883
- optional?: true | undefined;
884
838
  required?: false | undefined;
885
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
839
+ requiredPlacement?: undefined;
840
+ optional?: boolean | undefined;
841
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
886
842
  items: ItemOption[];
887
843
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
888
- label?: string | undefined;
889
844
  placeholder?: string | undefined;
890
845
  helperText?: string | undefined;
891
846
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -901,30 +856,28 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
901
856
  closeAfterSelect?: boolean | undefined;
902
857
  size?: string | undefined;
903
858
  view?: string | undefined;
904
- labelPlacement?: "inner" | "outer" | undefined;
859
+ } & {
860
+ label?: string | undefined;
861
+ labelPlacement?: "outer" | undefined;
862
+ hasPlaceholder?: undefined;
905
863
  } & {
906
864
  readOnly?: false | undefined;
907
865
  disabled?: false | undefined;
908
866
  alwaysOpened?: true | undefined;
909
- } & {
910
- name: string;
911
- defaultValue?: string | undefined;
912
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
913
867
  } & {
914
868
  multiple: true;
915
869
  value?: string[] | undefined;
870
+ onChange?: ((value: string[]) => void) | undefined;
916
871
  isTargetAmount?: true | undefined;
917
872
  targetAmount?: number | undefined;
918
873
  renderValue?: ((item: ItemOption) => string) | undefined;
919
- } & {
920
- requiredPlacement?: "left" | "right" | undefined;
921
874
  } & {
922
875
  required: true;
876
+ requiredPlacement?: "left" | "right" | undefined;
923
877
  optional?: false | undefined;
924
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
878
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
925
879
  items: ItemOption[];
926
880
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
927
- label?: string | undefined;
928
881
  placeholder?: string | undefined;
929
882
  helperText?: string | undefined;
930
883
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -940,27 +893,26 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
940
893
  closeAfterSelect?: boolean | undefined;
941
894
  size?: string | undefined;
942
895
  view?: string | undefined;
943
- labelPlacement?: "inner" | "outer" | undefined;
896
+ } & {
897
+ label?: string | undefined;
898
+ labelPlacement?: "outer" | undefined;
899
+ hasPlaceholder?: undefined;
944
900
  } & {
945
901
  readOnly?: false | undefined;
946
902
  disabled?: false | undefined;
947
903
  alwaysOpened?: true | undefined;
948
- } & {
949
- name: string;
950
- defaultValue?: string | undefined;
951
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
952
904
  } & {
953
905
  multiple: true;
954
906
  value?: string[] | undefined;
907
+ onChange?: ((value: string[]) => void) | undefined;
955
908
  isTargetAmount?: true | undefined;
956
909
  targetAmount?: number | undefined;
957
910
  renderValue?: ((item: ItemOption) => string) | undefined;
958
911
  } & {
959
- requiredPlacement?: "left" | "right" | undefined;
960
- } & {
961
- optional?: true | undefined;
962
912
  required?: false | undefined;
963
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
913
+ requiredPlacement?: undefined;
914
+ optional?: boolean | undefined;
915
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
964
916
  declare type PropsFromConfig = keyof typeof config['variations'];
965
917
  declare type PropsNew<T extends ItemOption> = Omit<ComboboxProps<T>, PropsFromConfig> & Pick<ComponentProps<typeof ComboboxComponent>, PropsFromConfig>;
966
918
  declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & Pick<import("../../../../engines/types").PropsType<{
@@ -989,7 +941,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
989
941
  }> & (({
990
942
  items: ItemOption[];
991
943
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
992
- label?: string | undefined;
993
944
  placeholder?: string | undefined;
994
945
  helperText?: string | undefined;
995
946
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1005,14 +956,14 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1005
956
  closeAfterSelect?: boolean | undefined;
1006
957
  size?: string | undefined;
1007
958
  view?: string | undefined;
1008
- labelPlacement?: "inner" | "outer" | undefined;
959
+ } & {
960
+ label?: string | undefined;
961
+ labelPlacement: "inner";
962
+ hasPlaceholder?: boolean | undefined;
1009
963
  } & {
1010
964
  readOnly?: boolean | undefined;
1011
965
  disabled?: true | undefined;
1012
966
  alwaysOpened?: false | undefined;
1013
- } & {
1014
- name: never;
1015
- defaultValue: never;
1016
967
  } & {
1017
968
  multiple?: false | undefined;
1018
969
  value?: string | undefined;
@@ -1020,15 +971,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1020
971
  isTargetAmount?: false | undefined;
1021
972
  targetAmount?: undefined;
1022
973
  renderValue?: undefined;
1023
- } & {
1024
- requiredPlacement?: "left" | "right" | undefined;
1025
974
  } & {
1026
975
  required: true;
976
+ requiredPlacement?: "left" | "right" | undefined;
1027
977
  optional?: false | undefined;
1028
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
978
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1029
979
  items: ItemOption[];
1030
980
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1031
- label?: string | undefined;
1032
981
  placeholder?: string | undefined;
1033
982
  helperText?: string | undefined;
1034
983
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1044,14 +993,14 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1044
993
  closeAfterSelect?: boolean | undefined;
1045
994
  size?: string | undefined;
1046
995
  view?: string | undefined;
1047
- labelPlacement?: "inner" | "outer" | undefined;
996
+ } & {
997
+ label?: string | undefined;
998
+ labelPlacement: "inner";
999
+ hasPlaceholder?: boolean | undefined;
1048
1000
  } & {
1049
1001
  readOnly?: boolean | undefined;
1050
1002
  disabled?: true | undefined;
1051
1003
  alwaysOpened?: false | undefined;
1052
- } & {
1053
- name: never;
1054
- defaultValue: never;
1055
1004
  } & {
1056
1005
  multiple?: false | undefined;
1057
1006
  value?: string | undefined;
@@ -1060,14 +1009,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1060
1009
  targetAmount?: undefined;
1061
1010
  renderValue?: undefined;
1062
1011
  } & {
1063
- requiredPlacement?: "left" | "right" | undefined;
1064
- } & {
1065
- optional?: true | undefined;
1066
1012
  required?: false | undefined;
1067
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1013
+ requiredPlacement?: undefined;
1014
+ optional?: boolean | undefined;
1015
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1068
1016
  items: ItemOption[];
1069
1017
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1070
- label?: string | undefined;
1071
1018
  placeholder?: string | undefined;
1072
1019
  helperText?: string | undefined;
1073
1020
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1083,30 +1030,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1083
1030
  closeAfterSelect?: boolean | undefined;
1084
1031
  size?: string | undefined;
1085
1032
  view?: string | undefined;
1086
- labelPlacement?: "inner" | "outer" | undefined;
1033
+ } & {
1034
+ label?: string | undefined;
1035
+ labelPlacement: "inner";
1036
+ hasPlaceholder?: boolean | undefined;
1087
1037
  } & {
1088
1038
  readOnly?: boolean | undefined;
1089
1039
  disabled?: true | undefined;
1090
1040
  alwaysOpened?: false | undefined;
1091
1041
  } & {
1092
- name: string;
1093
- defaultValue?: string | undefined;
1094
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1095
- } & {
1096
- multiple?: false | undefined;
1097
- value?: string | undefined;
1098
- isTargetAmount?: false | undefined;
1099
- targetAmount?: undefined;
1100
- renderValue?: undefined;
1101
- } & {
1102
- requiredPlacement?: "left" | "right" | undefined;
1042
+ multiple: true;
1043
+ value?: string[] | undefined;
1044
+ onChange?: ((value: string[]) => void) | undefined;
1045
+ isTargetAmount?: true | undefined;
1046
+ targetAmount?: number | undefined;
1047
+ renderValue?: ((item: ItemOption) => string) | undefined;
1103
1048
  } & {
1104
1049
  required: true;
1050
+ requiredPlacement?: "left" | "right" | undefined;
1105
1051
  optional?: false | undefined;
1106
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1052
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1107
1053
  items: ItemOption[];
1108
1054
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1109
- label?: string | undefined;
1110
1055
  placeholder?: string | undefined;
1111
1056
  helperText?: string | undefined;
1112
1057
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1122,30 +1067,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1122
1067
  closeAfterSelect?: boolean | undefined;
1123
1068
  size?: string | undefined;
1124
1069
  view?: string | undefined;
1125
- labelPlacement?: "inner" | "outer" | undefined;
1070
+ } & {
1071
+ label?: string | undefined;
1072
+ labelPlacement: "inner";
1073
+ hasPlaceholder?: boolean | undefined;
1126
1074
  } & {
1127
1075
  readOnly?: boolean | undefined;
1128
1076
  disabled?: true | undefined;
1129
1077
  alwaysOpened?: false | undefined;
1130
1078
  } & {
1131
- name: string;
1132
- defaultValue?: string | undefined;
1133
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1134
- } & {
1135
- multiple?: false | undefined;
1136
- value?: string | undefined;
1137
- isTargetAmount?: false | undefined;
1138
- targetAmount?: undefined;
1139
- renderValue?: undefined;
1140
- } & {
1141
- requiredPlacement?: "left" | "right" | undefined;
1079
+ multiple: true;
1080
+ value?: string[] | undefined;
1081
+ onChange?: ((value: string[]) => void) | undefined;
1082
+ isTargetAmount?: true | undefined;
1083
+ targetAmount?: number | undefined;
1084
+ renderValue?: ((item: ItemOption) => string) | undefined;
1142
1085
  } & {
1143
- optional?: true | undefined;
1144
1086
  required?: false | undefined;
1145
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1087
+ requiredPlacement?: undefined;
1088
+ optional?: boolean | undefined;
1089
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1146
1090
  items: ItemOption[];
1147
1091
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1148
- label?: string | undefined;
1149
1092
  placeholder?: string | undefined;
1150
1093
  helperText?: string | undefined;
1151
1094
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1161,30 +1104,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1161
1104
  closeAfterSelect?: boolean | undefined;
1162
1105
  size?: string | undefined;
1163
1106
  view?: string | undefined;
1164
- labelPlacement?: "inner" | "outer" | undefined;
1165
1107
  } & {
1166
- readOnly?: boolean | undefined;
1167
- disabled?: true | undefined;
1168
- alwaysOpened?: false | undefined;
1169
- } & {
1170
- name: never;
1171
- defaultValue: never;
1108
+ label?: string | undefined;
1109
+ labelPlacement: "inner";
1110
+ hasPlaceholder?: boolean | undefined;
1172
1111
  } & {
1173
- multiple: true;
1174
- value?: string[] | undefined;
1175
- onChange?: ((value: string[]) => void) | undefined;
1176
- isTargetAmount?: true | undefined;
1177
- targetAmount?: number | undefined;
1178
- renderValue?: ((item: ItemOption) => string) | undefined;
1112
+ readOnly?: true | undefined;
1113
+ disabled?: boolean | undefined;
1114
+ alwaysOpened?: false | undefined;
1179
1115
  } & {
1180
- requiredPlacement?: "left" | "right" | undefined;
1116
+ multiple?: false | undefined;
1117
+ value?: string | undefined;
1118
+ onChange?: ((value: string) => void) | undefined;
1119
+ isTargetAmount?: false | undefined;
1120
+ targetAmount?: undefined;
1121
+ renderValue?: undefined;
1181
1122
  } & {
1182
1123
  required: true;
1124
+ requiredPlacement?: "left" | "right" | undefined;
1183
1125
  optional?: false | undefined;
1184
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1126
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1185
1127
  items: ItemOption[];
1186
1128
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1187
- label?: string | undefined;
1188
1129
  placeholder?: string | undefined;
1189
1130
  helperText?: string | undefined;
1190
1131
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1200,30 +1141,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1200
1141
  closeAfterSelect?: boolean | undefined;
1201
1142
  size?: string | undefined;
1202
1143
  view?: string | undefined;
1203
- labelPlacement?: "inner" | "outer" | undefined;
1204
- } & {
1205
- readOnly?: boolean | undefined;
1206
- disabled?: true | undefined;
1207
- alwaysOpened?: false | undefined;
1208
1144
  } & {
1209
- name: never;
1210
- defaultValue: never;
1145
+ label?: string | undefined;
1146
+ labelPlacement: "inner";
1147
+ hasPlaceholder?: boolean | undefined;
1211
1148
  } & {
1212
- multiple: true;
1213
- value?: string[] | undefined;
1214
- onChange?: ((value: string[]) => void) | undefined;
1215
- isTargetAmount?: true | undefined;
1216
- targetAmount?: number | undefined;
1217
- renderValue?: ((item: ItemOption) => string) | undefined;
1149
+ readOnly?: true | undefined;
1150
+ disabled?: boolean | undefined;
1151
+ alwaysOpened?: false | undefined;
1218
1152
  } & {
1219
- requiredPlacement?: "left" | "right" | undefined;
1153
+ multiple?: false | undefined;
1154
+ value?: string | undefined;
1155
+ onChange?: ((value: string) => void) | undefined;
1156
+ isTargetAmount?: false | undefined;
1157
+ targetAmount?: undefined;
1158
+ renderValue?: undefined;
1220
1159
  } & {
1221
- optional?: true | undefined;
1222
1160
  required?: false | undefined;
1223
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1161
+ requiredPlacement?: undefined;
1162
+ optional?: boolean | undefined;
1163
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1224
1164
  items: ItemOption[];
1225
1165
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1226
- label?: string | undefined;
1227
1166
  placeholder?: string | undefined;
1228
1167
  helperText?: string | undefined;
1229
1168
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1239,30 +1178,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1239
1178
  closeAfterSelect?: boolean | undefined;
1240
1179
  size?: string | undefined;
1241
1180
  view?: string | undefined;
1242
- labelPlacement?: "inner" | "outer" | undefined;
1243
1181
  } & {
1244
- readOnly?: boolean | undefined;
1245
- disabled?: true | undefined;
1246
- alwaysOpened?: false | undefined;
1182
+ label?: string | undefined;
1183
+ labelPlacement: "inner";
1184
+ hasPlaceholder?: boolean | undefined;
1247
1185
  } & {
1248
- name: string;
1249
- defaultValue?: string | undefined;
1250
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1186
+ readOnly?: true | undefined;
1187
+ disabled?: boolean | undefined;
1188
+ alwaysOpened?: false | undefined;
1251
1189
  } & {
1252
1190
  multiple: true;
1253
1191
  value?: string[] | undefined;
1192
+ onChange?: ((value: string[]) => void) | undefined;
1254
1193
  isTargetAmount?: true | undefined;
1255
1194
  targetAmount?: number | undefined;
1256
1195
  renderValue?: ((item: ItemOption) => string) | undefined;
1257
- } & {
1258
- requiredPlacement?: "left" | "right" | undefined;
1259
1196
  } & {
1260
1197
  required: true;
1198
+ requiredPlacement?: "left" | "right" | undefined;
1261
1199
  optional?: false | undefined;
1262
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1200
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1263
1201
  items: ItemOption[];
1264
1202
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1265
- label?: string | undefined;
1266
1203
  placeholder?: string | undefined;
1267
1204
  helperText?: string | undefined;
1268
1205
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1278,30 +1215,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1278
1215
  closeAfterSelect?: boolean | undefined;
1279
1216
  size?: string | undefined;
1280
1217
  view?: string | undefined;
1281
- labelPlacement?: "inner" | "outer" | undefined;
1282
1218
  } & {
1283
- readOnly?: boolean | undefined;
1284
- disabled?: true | undefined;
1285
- alwaysOpened?: false | undefined;
1219
+ label?: string | undefined;
1220
+ labelPlacement: "inner";
1221
+ hasPlaceholder?: boolean | undefined;
1286
1222
  } & {
1287
- name: string;
1288
- defaultValue?: string | undefined;
1289
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1223
+ readOnly?: true | undefined;
1224
+ disabled?: boolean | undefined;
1225
+ alwaysOpened?: false | undefined;
1290
1226
  } & {
1291
1227
  multiple: true;
1292
1228
  value?: string[] | undefined;
1229
+ onChange?: ((value: string[]) => void) | undefined;
1293
1230
  isTargetAmount?: true | undefined;
1294
1231
  targetAmount?: number | undefined;
1295
1232
  renderValue?: ((item: ItemOption) => string) | undefined;
1296
1233
  } & {
1297
- requiredPlacement?: "left" | "right" | undefined;
1298
- } & {
1299
- optional?: true | undefined;
1300
1234
  required?: false | undefined;
1301
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1235
+ requiredPlacement?: undefined;
1236
+ optional?: boolean | undefined;
1237
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1302
1238
  items: ItemOption[];
1303
1239
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1304
- label?: string | undefined;
1305
1240
  placeholder?: string | undefined;
1306
1241
  helperText?: string | undefined;
1307
1242
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1317,14 +1252,14 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1317
1252
  closeAfterSelect?: boolean | undefined;
1318
1253
  size?: string | undefined;
1319
1254
  view?: string | undefined;
1320
- labelPlacement?: "inner" | "outer" | undefined;
1321
1255
  } & {
1322
- readOnly?: true | undefined;
1323
- disabled?: boolean | undefined;
1324
- alwaysOpened?: false | undefined;
1256
+ label?: string | undefined;
1257
+ labelPlacement: "inner";
1258
+ hasPlaceholder?: boolean | undefined;
1325
1259
  } & {
1326
- name: never;
1327
- defaultValue: never;
1260
+ readOnly?: false | undefined;
1261
+ disabled?: false | undefined;
1262
+ alwaysOpened?: true | undefined;
1328
1263
  } & {
1329
1264
  multiple?: false | undefined;
1330
1265
  value?: string | undefined;
@@ -1332,15 +1267,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1332
1267
  isTargetAmount?: false | undefined;
1333
1268
  targetAmount?: undefined;
1334
1269
  renderValue?: undefined;
1335
- } & {
1336
- requiredPlacement?: "left" | "right" | undefined;
1337
1270
  } & {
1338
1271
  required: true;
1272
+ requiredPlacement?: "left" | "right" | undefined;
1339
1273
  optional?: false | undefined;
1340
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1274
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1341
1275
  items: ItemOption[];
1342
1276
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1343
- label?: string | undefined;
1344
1277
  placeholder?: string | undefined;
1345
1278
  helperText?: string | undefined;
1346
1279
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1356,14 +1289,14 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1356
1289
  closeAfterSelect?: boolean | undefined;
1357
1290
  size?: string | undefined;
1358
1291
  view?: string | undefined;
1359
- labelPlacement?: "inner" | "outer" | undefined;
1360
1292
  } & {
1361
- readOnly?: true | undefined;
1362
- disabled?: boolean | undefined;
1363
- alwaysOpened?: false | undefined;
1293
+ label?: string | undefined;
1294
+ labelPlacement: "inner";
1295
+ hasPlaceholder?: boolean | undefined;
1364
1296
  } & {
1365
- name: never;
1366
- defaultValue: never;
1297
+ readOnly?: false | undefined;
1298
+ disabled?: false | undefined;
1299
+ alwaysOpened?: true | undefined;
1367
1300
  } & {
1368
1301
  multiple?: false | undefined;
1369
1302
  value?: string | undefined;
@@ -1372,14 +1305,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1372
1305
  targetAmount?: undefined;
1373
1306
  renderValue?: undefined;
1374
1307
  } & {
1375
- requiredPlacement?: "left" | "right" | undefined;
1376
- } & {
1377
- optional?: true | undefined;
1378
1308
  required?: false | undefined;
1379
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1309
+ requiredPlacement?: undefined;
1310
+ optional?: boolean | undefined;
1311
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1380
1312
  items: ItemOption[];
1381
1313
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1382
- label?: string | undefined;
1383
1314
  placeholder?: string | undefined;
1384
1315
  helperText?: string | undefined;
1385
1316
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1395,30 +1326,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1395
1326
  closeAfterSelect?: boolean | undefined;
1396
1327
  size?: string | undefined;
1397
1328
  view?: string | undefined;
1398
- labelPlacement?: "inner" | "outer" | undefined;
1399
1329
  } & {
1400
- readOnly?: true | undefined;
1401
- disabled?: boolean | undefined;
1402
- alwaysOpened?: false | undefined;
1403
- } & {
1404
- name: string;
1405
- defaultValue?: string | undefined;
1406
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1330
+ label?: string | undefined;
1331
+ labelPlacement: "inner";
1332
+ hasPlaceholder?: boolean | undefined;
1407
1333
  } & {
1408
- multiple?: false | undefined;
1409
- value?: string | undefined;
1410
- isTargetAmount?: false | undefined;
1411
- targetAmount?: undefined;
1412
- renderValue?: undefined;
1334
+ readOnly?: false | undefined;
1335
+ disabled?: false | undefined;
1336
+ alwaysOpened?: true | undefined;
1413
1337
  } & {
1414
- requiredPlacement?: "left" | "right" | undefined;
1338
+ multiple: true;
1339
+ value?: string[] | undefined;
1340
+ onChange?: ((value: string[]) => void) | undefined;
1341
+ isTargetAmount?: true | undefined;
1342
+ targetAmount?: number | undefined;
1343
+ renderValue?: ((item: ItemOption) => string) | undefined;
1415
1344
  } & {
1416
1345
  required: true;
1346
+ requiredPlacement?: "left" | "right" | undefined;
1417
1347
  optional?: false | undefined;
1418
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1348
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1419
1349
  items: ItemOption[];
1420
1350
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1421
- label?: string | undefined;
1422
1351
  placeholder?: string | undefined;
1423
1352
  helperText?: string | undefined;
1424
1353
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1434,30 +1363,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1434
1363
  closeAfterSelect?: boolean | undefined;
1435
1364
  size?: string | undefined;
1436
1365
  view?: string | undefined;
1437
- labelPlacement?: "inner" | "outer" | undefined;
1438
- } & {
1439
- readOnly?: true | undefined;
1440
- disabled?: boolean | undefined;
1441
- alwaysOpened?: false | undefined;
1442
1366
  } & {
1443
- name: string;
1444
- defaultValue?: string | undefined;
1445
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1367
+ label?: string | undefined;
1368
+ labelPlacement: "inner";
1369
+ hasPlaceholder?: boolean | undefined;
1446
1370
  } & {
1447
- multiple?: false | undefined;
1448
- value?: string | undefined;
1449
- isTargetAmount?: false | undefined;
1450
- targetAmount?: undefined;
1451
- renderValue?: undefined;
1371
+ readOnly?: false | undefined;
1372
+ disabled?: false | undefined;
1373
+ alwaysOpened?: true | undefined;
1452
1374
  } & {
1453
- requiredPlacement?: "left" | "right" | undefined;
1375
+ multiple: true;
1376
+ value?: string[] | undefined;
1377
+ onChange?: ((value: string[]) => void) | undefined;
1378
+ isTargetAmount?: true | undefined;
1379
+ targetAmount?: number | undefined;
1380
+ renderValue?: ((item: ItemOption) => string) | undefined;
1454
1381
  } & {
1455
- optional?: true | undefined;
1456
1382
  required?: false | undefined;
1457
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1383
+ requiredPlacement?: undefined;
1384
+ optional?: boolean | undefined;
1385
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1458
1386
  items: ItemOption[];
1459
1387
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1460
- label?: string | undefined;
1461
1388
  placeholder?: string | undefined;
1462
1389
  helperText?: string | undefined;
1463
1390
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1473,30 +1400,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1473
1400
  closeAfterSelect?: boolean | undefined;
1474
1401
  size?: string | undefined;
1475
1402
  view?: string | undefined;
1476
- labelPlacement?: "inner" | "outer" | undefined;
1477
1403
  } & {
1478
- readOnly?: true | undefined;
1479
- disabled?: boolean | undefined;
1480
- alwaysOpened?: false | undefined;
1481
- } & {
1482
- name: never;
1483
- defaultValue: never;
1404
+ label?: string | undefined;
1405
+ labelPlacement?: "outer" | undefined;
1406
+ hasPlaceholder?: undefined;
1484
1407
  } & {
1485
- multiple: true;
1486
- value?: string[] | undefined;
1487
- onChange?: ((value: string[]) => void) | undefined;
1488
- isTargetAmount?: true | undefined;
1489
- targetAmount?: number | undefined;
1490
- renderValue?: ((item: ItemOption) => string) | undefined;
1408
+ readOnly?: boolean | undefined;
1409
+ disabled?: true | undefined;
1410
+ alwaysOpened?: false | undefined;
1491
1411
  } & {
1492
- requiredPlacement?: "left" | "right" | undefined;
1412
+ multiple?: false | undefined;
1413
+ value?: string | undefined;
1414
+ onChange?: ((value: string) => void) | undefined;
1415
+ isTargetAmount?: false | undefined;
1416
+ targetAmount?: undefined;
1417
+ renderValue?: undefined;
1493
1418
  } & {
1494
1419
  required: true;
1420
+ requiredPlacement?: "left" | "right" | undefined;
1495
1421
  optional?: false | undefined;
1496
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1422
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1497
1423
  items: ItemOption[];
1498
1424
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1499
- label?: string | undefined;
1500
1425
  placeholder?: string | undefined;
1501
1426
  helperText?: string | undefined;
1502
1427
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1512,30 +1437,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1512
1437
  closeAfterSelect?: boolean | undefined;
1513
1438
  size?: string | undefined;
1514
1439
  view?: string | undefined;
1515
- labelPlacement?: "inner" | "outer" | undefined;
1516
- } & {
1517
- readOnly?: true | undefined;
1518
- disabled?: boolean | undefined;
1519
- alwaysOpened?: false | undefined;
1520
1440
  } & {
1521
- name: never;
1522
- defaultValue: never;
1441
+ label?: string | undefined;
1442
+ labelPlacement?: "outer" | undefined;
1443
+ hasPlaceholder?: undefined;
1523
1444
  } & {
1524
- multiple: true;
1525
- value?: string[] | undefined;
1526
- onChange?: ((value: string[]) => void) | undefined;
1527
- isTargetAmount?: true | undefined;
1528
- targetAmount?: number | undefined;
1529
- renderValue?: ((item: ItemOption) => string) | undefined;
1445
+ readOnly?: boolean | undefined;
1446
+ disabled?: true | undefined;
1447
+ alwaysOpened?: false | undefined;
1530
1448
  } & {
1531
- requiredPlacement?: "left" | "right" | undefined;
1449
+ multiple?: false | undefined;
1450
+ value?: string | undefined;
1451
+ onChange?: ((value: string) => void) | undefined;
1452
+ isTargetAmount?: false | undefined;
1453
+ targetAmount?: undefined;
1454
+ renderValue?: undefined;
1532
1455
  } & {
1533
- optional?: true | undefined;
1534
1456
  required?: false | undefined;
1535
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1457
+ requiredPlacement?: undefined;
1458
+ optional?: boolean | undefined;
1459
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1536
1460
  items: ItemOption[];
1537
1461
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1538
- label?: string | undefined;
1539
1462
  placeholder?: string | undefined;
1540
1463
  helperText?: string | undefined;
1541
1464
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1551,30 +1474,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1551
1474
  closeAfterSelect?: boolean | undefined;
1552
1475
  size?: string | undefined;
1553
1476
  view?: string | undefined;
1554
- labelPlacement?: "inner" | "outer" | undefined;
1555
1477
  } & {
1556
- readOnly?: true | undefined;
1557
- disabled?: boolean | undefined;
1558
- alwaysOpened?: false | undefined;
1478
+ label?: string | undefined;
1479
+ labelPlacement?: "outer" | undefined;
1480
+ hasPlaceholder?: undefined;
1559
1481
  } & {
1560
- name: string;
1561
- defaultValue?: string | undefined;
1562
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1482
+ readOnly?: boolean | undefined;
1483
+ disabled?: true | undefined;
1484
+ alwaysOpened?: false | undefined;
1563
1485
  } & {
1564
1486
  multiple: true;
1565
1487
  value?: string[] | undefined;
1488
+ onChange?: ((value: string[]) => void) | undefined;
1566
1489
  isTargetAmount?: true | undefined;
1567
1490
  targetAmount?: number | undefined;
1568
1491
  renderValue?: ((item: ItemOption) => string) | undefined;
1569
- } & {
1570
- requiredPlacement?: "left" | "right" | undefined;
1571
1492
  } & {
1572
1493
  required: true;
1494
+ requiredPlacement?: "left" | "right" | undefined;
1573
1495
  optional?: false | undefined;
1574
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1496
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1575
1497
  items: ItemOption[];
1576
1498
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1577
- label?: string | undefined;
1578
1499
  placeholder?: string | undefined;
1579
1500
  helperText?: string | undefined;
1580
1501
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1590,30 +1511,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1590
1511
  closeAfterSelect?: boolean | undefined;
1591
1512
  size?: string | undefined;
1592
1513
  view?: string | undefined;
1593
- labelPlacement?: "inner" | "outer" | undefined;
1594
1514
  } & {
1595
- readOnly?: true | undefined;
1596
- disabled?: boolean | undefined;
1597
- alwaysOpened?: false | undefined;
1515
+ label?: string | undefined;
1516
+ labelPlacement?: "outer" | undefined;
1517
+ hasPlaceholder?: undefined;
1598
1518
  } & {
1599
- name: string;
1600
- defaultValue?: string | undefined;
1601
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1519
+ readOnly?: boolean | undefined;
1520
+ disabled?: true | undefined;
1521
+ alwaysOpened?: false | undefined;
1602
1522
  } & {
1603
1523
  multiple: true;
1604
1524
  value?: string[] | undefined;
1525
+ onChange?: ((value: string[]) => void) | undefined;
1605
1526
  isTargetAmount?: true | undefined;
1606
1527
  targetAmount?: number | undefined;
1607
1528
  renderValue?: ((item: ItemOption) => string) | undefined;
1608
1529
  } & {
1609
- requiredPlacement?: "left" | "right" | undefined;
1610
- } & {
1611
- optional?: true | undefined;
1612
1530
  required?: false | undefined;
1613
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1531
+ requiredPlacement?: undefined;
1532
+ optional?: boolean | undefined;
1533
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1614
1534
  items: ItemOption[];
1615
1535
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1616
- label?: string | undefined;
1617
1536
  placeholder?: string | undefined;
1618
1537
  helperText?: string | undefined;
1619
1538
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1629,14 +1548,14 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1629
1548
  closeAfterSelect?: boolean | undefined;
1630
1549
  size?: string | undefined;
1631
1550
  view?: string | undefined;
1632
- labelPlacement?: "inner" | "outer" | undefined;
1633
1551
  } & {
1634
- readOnly?: false | undefined;
1635
- disabled?: false | undefined;
1636
- alwaysOpened?: true | undefined;
1552
+ label?: string | undefined;
1553
+ labelPlacement?: "outer" | undefined;
1554
+ hasPlaceholder?: undefined;
1637
1555
  } & {
1638
- name: never;
1639
- defaultValue: never;
1556
+ readOnly?: true | undefined;
1557
+ disabled?: boolean | undefined;
1558
+ alwaysOpened?: false | undefined;
1640
1559
  } & {
1641
1560
  multiple?: false | undefined;
1642
1561
  value?: string | undefined;
@@ -1644,15 +1563,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1644
1563
  isTargetAmount?: false | undefined;
1645
1564
  targetAmount?: undefined;
1646
1565
  renderValue?: undefined;
1647
- } & {
1648
- requiredPlacement?: "left" | "right" | undefined;
1649
1566
  } & {
1650
1567
  required: true;
1568
+ requiredPlacement?: "left" | "right" | undefined;
1651
1569
  optional?: false | undefined;
1652
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1570
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1653
1571
  items: ItemOption[];
1654
1572
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1655
- label?: string | undefined;
1656
1573
  placeholder?: string | undefined;
1657
1574
  helperText?: string | undefined;
1658
1575
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1668,14 +1585,14 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1668
1585
  closeAfterSelect?: boolean | undefined;
1669
1586
  size?: string | undefined;
1670
1587
  view?: string | undefined;
1671
- labelPlacement?: "inner" | "outer" | undefined;
1672
1588
  } & {
1673
- readOnly?: false | undefined;
1674
- disabled?: false | undefined;
1675
- alwaysOpened?: true | undefined;
1589
+ label?: string | undefined;
1590
+ labelPlacement?: "outer" | undefined;
1591
+ hasPlaceholder?: undefined;
1676
1592
  } & {
1677
- name: never;
1678
- defaultValue: never;
1593
+ readOnly?: true | undefined;
1594
+ disabled?: boolean | undefined;
1595
+ alwaysOpened?: false | undefined;
1679
1596
  } & {
1680
1597
  multiple?: false | undefined;
1681
1598
  value?: string | undefined;
@@ -1684,14 +1601,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1684
1601
  targetAmount?: undefined;
1685
1602
  renderValue?: undefined;
1686
1603
  } & {
1687
- requiredPlacement?: "left" | "right" | undefined;
1688
- } & {
1689
- optional?: true | undefined;
1690
1604
  required?: false | undefined;
1691
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1605
+ requiredPlacement?: undefined;
1606
+ optional?: boolean | undefined;
1607
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1692
1608
  items: ItemOption[];
1693
1609
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1694
- label?: string | undefined;
1695
1610
  placeholder?: string | undefined;
1696
1611
  helperText?: string | undefined;
1697
1612
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1707,30 +1622,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1707
1622
  closeAfterSelect?: boolean | undefined;
1708
1623
  size?: string | undefined;
1709
1624
  view?: string | undefined;
1710
- labelPlacement?: "inner" | "outer" | undefined;
1711
1625
  } & {
1712
- readOnly?: false | undefined;
1713
- disabled?: false | undefined;
1714
- alwaysOpened?: true | undefined;
1715
- } & {
1716
- name: string;
1717
- defaultValue?: string | undefined;
1718
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1626
+ label?: string | undefined;
1627
+ labelPlacement?: "outer" | undefined;
1628
+ hasPlaceholder?: undefined;
1719
1629
  } & {
1720
- multiple?: false | undefined;
1721
- value?: string | undefined;
1722
- isTargetAmount?: false | undefined;
1723
- targetAmount?: undefined;
1724
- renderValue?: undefined;
1630
+ readOnly?: true | undefined;
1631
+ disabled?: boolean | undefined;
1632
+ alwaysOpened?: false | undefined;
1725
1633
  } & {
1726
- requiredPlacement?: "left" | "right" | undefined;
1634
+ multiple: true;
1635
+ value?: string[] | undefined;
1636
+ onChange?: ((value: string[]) => void) | undefined;
1637
+ isTargetAmount?: true | undefined;
1638
+ targetAmount?: number | undefined;
1639
+ renderValue?: ((item: ItemOption) => string) | undefined;
1727
1640
  } & {
1728
1641
  required: true;
1642
+ requiredPlacement?: "left" | "right" | undefined;
1729
1643
  optional?: false | undefined;
1730
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1644
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1731
1645
  items: ItemOption[];
1732
1646
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1733
- label?: string | undefined;
1734
1647
  placeholder?: string | undefined;
1735
1648
  helperText?: string | undefined;
1736
1649
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1746,30 +1659,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1746
1659
  closeAfterSelect?: boolean | undefined;
1747
1660
  size?: string | undefined;
1748
1661
  view?: string | undefined;
1749
- labelPlacement?: "inner" | "outer" | undefined;
1750
1662
  } & {
1751
- readOnly?: false | undefined;
1752
- disabled?: false | undefined;
1753
- alwaysOpened?: true | undefined;
1754
- } & {
1755
- name: string;
1756
- defaultValue?: string | undefined;
1757
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1663
+ label?: string | undefined;
1664
+ labelPlacement?: "outer" | undefined;
1665
+ hasPlaceholder?: undefined;
1758
1666
  } & {
1759
- multiple?: false | undefined;
1760
- value?: string | undefined;
1761
- isTargetAmount?: false | undefined;
1762
- targetAmount?: undefined;
1763
- renderValue?: undefined;
1667
+ readOnly?: true | undefined;
1668
+ disabled?: boolean | undefined;
1669
+ alwaysOpened?: false | undefined;
1764
1670
  } & {
1765
- requiredPlacement?: "left" | "right" | undefined;
1671
+ multiple: true;
1672
+ value?: string[] | undefined;
1673
+ onChange?: ((value: string[]) => void) | undefined;
1674
+ isTargetAmount?: true | undefined;
1675
+ targetAmount?: number | undefined;
1676
+ renderValue?: ((item: ItemOption) => string) | undefined;
1766
1677
  } & {
1767
- optional?: true | undefined;
1768
1678
  required?: false | undefined;
1769
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1679
+ requiredPlacement?: undefined;
1680
+ optional?: boolean | undefined;
1681
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1770
1682
  items: ItemOption[];
1771
1683
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1772
- label?: string | undefined;
1773
1684
  placeholder?: string | undefined;
1774
1685
  helperText?: string | undefined;
1775
1686
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1785,30 +1696,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1785
1696
  closeAfterSelect?: boolean | undefined;
1786
1697
  size?: string | undefined;
1787
1698
  view?: string | undefined;
1788
- labelPlacement?: "inner" | "outer" | undefined;
1699
+ } & {
1700
+ label?: string | undefined;
1701
+ labelPlacement?: "outer" | undefined;
1702
+ hasPlaceholder?: undefined;
1789
1703
  } & {
1790
1704
  readOnly?: false | undefined;
1791
1705
  disabled?: false | undefined;
1792
1706
  alwaysOpened?: true | undefined;
1793
1707
  } & {
1794
- name: never;
1795
- defaultValue: never;
1796
- } & {
1797
- multiple: true;
1798
- value?: string[] | undefined;
1799
- onChange?: ((value: string[]) => void) | undefined;
1800
- isTargetAmount?: true | undefined;
1801
- targetAmount?: number | undefined;
1802
- renderValue?: ((item: ItemOption) => string) | undefined;
1803
- } & {
1804
- requiredPlacement?: "left" | "right" | undefined;
1708
+ multiple?: false | undefined;
1709
+ value?: string | undefined;
1710
+ onChange?: ((value: string) => void) | undefined;
1711
+ isTargetAmount?: false | undefined;
1712
+ targetAmount?: undefined;
1713
+ renderValue?: undefined;
1805
1714
  } & {
1806
1715
  required: true;
1716
+ requiredPlacement?: "left" | "right" | undefined;
1807
1717
  optional?: false | undefined;
1808
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1718
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1809
1719
  items: ItemOption[];
1810
1720
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1811
- label?: string | undefined;
1812
1721
  placeholder?: string | undefined;
1813
1722
  helperText?: string | undefined;
1814
1723
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1824,30 +1733,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1824
1733
  closeAfterSelect?: boolean | undefined;
1825
1734
  size?: string | undefined;
1826
1735
  view?: string | undefined;
1827
- labelPlacement?: "inner" | "outer" | undefined;
1736
+ } & {
1737
+ label?: string | undefined;
1738
+ labelPlacement?: "outer" | undefined;
1739
+ hasPlaceholder?: undefined;
1828
1740
  } & {
1829
1741
  readOnly?: false | undefined;
1830
1742
  disabled?: false | undefined;
1831
1743
  alwaysOpened?: true | undefined;
1832
1744
  } & {
1833
- name: never;
1834
- defaultValue: never;
1835
- } & {
1836
- multiple: true;
1837
- value?: string[] | undefined;
1838
- onChange?: ((value: string[]) => void) | undefined;
1839
- isTargetAmount?: true | undefined;
1840
- targetAmount?: number | undefined;
1841
- renderValue?: ((item: ItemOption) => string) | undefined;
1842
- } & {
1843
- requiredPlacement?: "left" | "right" | undefined;
1745
+ multiple?: false | undefined;
1746
+ value?: string | undefined;
1747
+ onChange?: ((value: string) => void) | undefined;
1748
+ isTargetAmount?: false | undefined;
1749
+ targetAmount?: undefined;
1750
+ renderValue?: undefined;
1844
1751
  } & {
1845
- optional?: true | undefined;
1846
1752
  required?: false | undefined;
1847
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1753
+ requiredPlacement?: undefined;
1754
+ optional?: boolean | undefined;
1755
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1848
1756
  items: ItemOption[];
1849
1757
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1850
- label?: string | undefined;
1851
1758
  placeholder?: string | undefined;
1852
1759
  helperText?: string | undefined;
1853
1760
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1863,30 +1770,28 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1863
1770
  closeAfterSelect?: boolean | undefined;
1864
1771
  size?: string | undefined;
1865
1772
  view?: string | undefined;
1866
- labelPlacement?: "inner" | "outer" | undefined;
1773
+ } & {
1774
+ label?: string | undefined;
1775
+ labelPlacement?: "outer" | undefined;
1776
+ hasPlaceholder?: undefined;
1867
1777
  } & {
1868
1778
  readOnly?: false | undefined;
1869
1779
  disabled?: false | undefined;
1870
1780
  alwaysOpened?: true | undefined;
1871
- } & {
1872
- name: string;
1873
- defaultValue?: string | undefined;
1874
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1875
1781
  } & {
1876
1782
  multiple: true;
1877
1783
  value?: string[] | undefined;
1784
+ onChange?: ((value: string[]) => void) | undefined;
1878
1785
  isTargetAmount?: true | undefined;
1879
1786
  targetAmount?: number | undefined;
1880
1787
  renderValue?: ((item: ItemOption) => string) | undefined;
1881
- } & {
1882
- requiredPlacement?: "left" | "right" | undefined;
1883
1788
  } & {
1884
1789
  required: true;
1790
+ requiredPlacement?: "left" | "right" | undefined;
1885
1791
  optional?: false | undefined;
1886
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1792
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
1887
1793
  items: ItemOption[];
1888
1794
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1889
- label?: string | undefined;
1890
1795
  placeholder?: string | undefined;
1891
1796
  helperText?: string | undefined;
1892
1797
  contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1902,27 +1807,26 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
1902
1807
  closeAfterSelect?: boolean | undefined;
1903
1808
  size?: string | undefined;
1904
1809
  view?: string | undefined;
1905
- labelPlacement?: "inner" | "outer" | undefined;
1810
+ } & {
1811
+ label?: string | undefined;
1812
+ labelPlacement?: "outer" | undefined;
1813
+ hasPlaceholder?: undefined;
1906
1814
  } & {
1907
1815
  readOnly?: false | undefined;
1908
1816
  disabled?: false | undefined;
1909
1817
  alwaysOpened?: true | undefined;
1910
- } & {
1911
- name: string;
1912
- defaultValue?: string | undefined;
1913
- onChange?: import("react").ChangeEventHandler<Element> | undefined;
1914
1818
  } & {
1915
1819
  multiple: true;
1916
1820
  value?: string[] | undefined;
1821
+ onChange?: ((value: string[]) => void) | undefined;
1917
1822
  isTargetAmount?: true | undefined;
1918
1823
  targetAmount?: number | undefined;
1919
1824
  renderValue?: ((item: ItemOption) => string) | undefined;
1920
1825
  } & {
1921
- requiredPlacement?: "left" | "right" | undefined;
1922
- } & {
1923
- optional?: true | undefined;
1924
1826
  required?: false | undefined;
1925
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
1827
+ requiredPlacement?: undefined;
1828
+ optional?: boolean | undefined;
1829
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
1926
1830
  ref?: ForwardedRef<HTMLInputElement> | undefined;
1927
1831
  }) => ReactElement | null;
1928
1832
  export { Combobox };