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

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