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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (234) 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/Calendar/Calendar.tokens.js +2 -1
  5. package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
  6. package/cjs/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  7. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  8. package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  9. package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  10. package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  11. package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  12. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  13. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  14. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  15. package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
  16. package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -17
  17. package/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  18. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  19. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  20. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  21. package/cjs/components/DatePicker/RangeDate/RangeDate.css +21 -21
  22. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -21
  23. package/cjs/components/DatePicker/SingleDate/SingleDate.css +21 -21
  24. package/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
  25. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  26. package/cjs/components/Pagination/Pagination.css +17 -17
  27. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  28. package/cjs/components/Range/Range.css +17 -17
  29. package/cjs/components/Select/Select.css +17 -17
  30. package/cjs/components/Select/ui/Inner/Inner.css +17 -17
  31. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  32. package/cjs/components/Select/ui/Target/Target.css +17 -17
  33. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  34. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  35. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  36. package/cjs/components/Slider/Slider.css +17 -17
  37. package/cjs/components/Slider/components/Double/Double.css +17 -17
  38. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  39. package/cjs/components/TextField/TextField.js +5 -9
  40. package/cjs/components/TextField/TextField.js.map +1 -1
  41. package/cjs/components/TextField/TextField.styles.js +11 -20
  42. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  43. package/{es/components/TextField/TextField.styles_ppcxpx.css → cjs/components/TextField/TextField.styles_j7dqpn.css} +1 -1
  44. package/cjs/components/TextField/TextField.tokens.js +0 -1
  45. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  46. package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
  47. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  48. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  49. package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
  50. package/cjs/index.css +21 -21
  51. package/emotion/cjs/components/Autocomplete/Autocomplete.js +1 -7
  52. package/emotion/cjs/components/Calendar/Calendar.tokens.js +2 -1
  53. package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
  54. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  55. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
  56. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  57. package/emotion/cjs/components/TextField/TextField.js +6 -10
  58. package/emotion/cjs/components/TextField/TextField.styles.js +26 -29
  59. package/emotion/cjs/components/TextField/TextField.tokens.js +0 -1
  60. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  61. package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
  62. package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
  63. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  64. package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
  65. package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
  66. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  67. package/emotion/es/components/Autocomplete/Autocomplete.js +1 -7
  68. package/emotion/es/components/Calendar/Calendar.tokens.js +2 -1
  69. package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
  70. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  71. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
  72. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  73. package/emotion/es/components/TextField/TextField.js +6 -10
  74. package/emotion/es/components/TextField/TextField.styles.js +26 -29
  75. package/emotion/es/components/TextField/TextField.tokens.js +0 -1
  76. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  77. package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
  78. package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
  79. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  80. package/emotion/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
  81. package/emotion/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
  82. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  83. package/es/components/Autocomplete/Autocomplete.css +17 -17
  84. package/es/components/Autocomplete/Autocomplete.js +1 -7
  85. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  86. package/es/components/Calendar/Calendar.tokens.js +2 -1
  87. package/es/components/Calendar/Calendar.tokens.js.map +1 -1
  88. package/es/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  89. package/es/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  90. package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  91. package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  92. package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  93. package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  94. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  95. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  96. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  97. package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
  98. package/es/components/Combobox/ComboboxNew/Combobox.css +17 -17
  99. package/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  100. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  101. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  102. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  103. package/es/components/DatePicker/RangeDate/RangeDate.css +21 -21
  104. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -21
  105. package/es/components/DatePicker/SingleDate/SingleDate.css +21 -21
  106. package/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
  107. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  108. package/es/components/Pagination/Pagination.css +17 -17
  109. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  110. package/es/components/Range/Range.css +17 -17
  111. package/es/components/Select/Select.css +17 -17
  112. package/es/components/Select/ui/Inner/Inner.css +17 -17
  113. package/es/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  114. package/es/components/Select/ui/Target/Target.css +17 -17
  115. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  116. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  117. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  118. package/es/components/Slider/Slider.css +17 -17
  119. package/es/components/Slider/components/Double/Double.css +17 -17
  120. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  121. package/es/components/TextField/TextField.js +5 -9
  122. package/es/components/TextField/TextField.js.map +1 -1
  123. package/es/components/TextField/TextField.styles.js +11 -20
  124. package/es/components/TextField/TextField.styles.js.map +1 -1
  125. package/{cjs/components/TextField/TextField.styles_ppcxpx.css → es/components/TextField/TextField.styles_j7dqpn.css} +1 -1
  126. package/es/components/TextField/TextField.tokens.js +0 -1
  127. package/es/components/TextField/TextField.tokens.js.map +1 -1
  128. package/es/components/TextField/ui/Hint/Hint.css +20 -20
  129. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  130. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  131. package/es/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
  132. package/es/index.css +21 -21
  133. package/package.json +2 -2
  134. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -7
  135. package/styled-components/cjs/components/Calendar/Calendar.tokens.js +2 -1
  136. package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  137. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  138. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
  139. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  140. package/styled-components/cjs/components/TextField/TextField.js +5 -9
  141. package/styled-components/cjs/components/TextField/TextField.styles.js +6 -9
  142. package/styled-components/cjs/components/TextField/TextField.tokens.js +0 -1
  143. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  144. package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
  145. package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
  146. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  147. package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
  148. package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
  149. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  150. package/styled-components/es/components/Autocomplete/Autocomplete.js +1 -7
  151. package/styled-components/es/components/Calendar/Calendar.tokens.js +2 -1
  152. package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  153. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  154. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
  155. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  156. package/styled-components/es/components/TextField/TextField.js +5 -9
  157. package/styled-components/es/components/TextField/TextField.styles.js +6 -9
  158. package/styled-components/es/components/TextField/TextField.tokens.js +0 -1
  159. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  160. package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
  161. package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
  162. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  163. package/styled-components/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
  164. package/styled-components/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
  165. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  166. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  167. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +53 -709
  168. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  169. package/types/components/Calendar/Calendar.tokens.d.ts +1 -0
  170. package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
  171. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  172. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +10 -30
  173. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  174. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +53 -709
  175. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  176. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
  177. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  178. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +53 -709
  179. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  180. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +9 -28
  181. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  182. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +14 -282
  183. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  184. package/types/components/Range/Range.styles.d.ts +53 -709
  185. package/types/components/Range/Range.styles.d.ts.map +1 -1
  186. package/types/components/Select/Select.types.d.ts +10 -30
  187. package/types/components/Select/Select.types.d.ts.map +1 -1
  188. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  189. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  190. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  191. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  192. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +53 -709
  193. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  194. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  195. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  196. package/types/components/Slider/components/Double/Double.styles.d.ts +53 -709
  197. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  198. package/types/components/TextField/TextField.d.ts.map +1 -1
  199. package/types/components/TextField/TextField.styles.d.ts +1 -3
  200. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  201. package/types/components/TextField/TextField.tokens.d.ts +0 -1
  202. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  203. package/types/components/TextField/TextField.types.d.ts +19 -42
  204. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  205. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -3
  206. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  207. package/types/examples/plasma_b2c/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  208. package/types/examples/plasma_b2c/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  209. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +133 -1045
  210. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  211. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +1 -47
  212. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  213. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +54 -1238
  214. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  215. package/types/examples/plasma_b2c/components/Select/Select.d.ts +14 -282
  216. package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
  217. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +53 -709
  218. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  219. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -3
  220. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  221. package/types/examples/plasma_web/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  222. package/types/examples/plasma_web/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  223. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +133 -1045
  224. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  225. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +1 -47
  226. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  227. package/types/examples/plasma_web/components/Mask/Mask.d.ts +54 -1238
  228. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  229. package/types/examples/plasma_web/components/Select/Select.d.ts +14 -282
  230. package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
  231. package/types/examples/plasma_web/components/TextField/TextField.d.ts +53 -709
  232. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  233. package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
  234. package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
@@ -6,6 +6,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
6
6
  readOnly?: boolean | undefined;
7
7
  disabled?: boolean | undefined;
8
8
  } & {
9
+ label?: string | undefined;
10
+ labelPlacement?: "inner" | "outer" | undefined;
9
11
  titleCaption?: import("react").ReactNode;
10
12
  leftHelper?: string | undefined;
11
13
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -14,12 +16,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
14
16
  textAfter?: string | undefined;
15
17
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
16
18
  } & {
17
- label?: string | undefined;
18
- labelPlacement: "inner";
19
- hasPlaceholder?: boolean | undefined;
19
+ requiredPlacement?: "left" | "right" | undefined;
20
20
  } & {
21
21
  required: true;
22
- requiredPlacement?: "left" | "right" | undefined;
23
22
  optional?: false | undefined;
24
23
  } & {
25
24
  clear?: boolean | undefined;
@@ -46,6 +45,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
46
45
  readOnly?: boolean | undefined;
47
46
  disabled?: boolean | undefined;
48
47
  } & {
48
+ label?: string | undefined;
49
+ labelPlacement?: "inner" | "outer" | undefined;
49
50
  titleCaption?: import("react").ReactNode;
50
51
  leftHelper?: string | undefined;
51
52
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -54,12 +55,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
54
55
  textAfter?: string | undefined;
55
56
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
56
57
  } & {
57
- label?: string | undefined;
58
- labelPlacement: "inner";
59
- hasPlaceholder?: boolean | undefined;
58
+ requiredPlacement?: "left" | "right" | undefined;
60
59
  } & {
61
60
  required: true;
62
- requiredPlacement?: "left" | "right" | undefined;
63
61
  optional?: false | undefined;
64
62
  } & {
65
63
  clear?: boolean | undefined;
@@ -86,6 +84,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
86
84
  readOnly?: boolean | undefined;
87
85
  disabled?: boolean | undefined;
88
86
  } & {
87
+ label?: string | undefined;
88
+ labelPlacement?: "inner" | "outer" | undefined;
89
89
  titleCaption?: import("react").ReactNode;
90
90
  leftHelper?: string | undefined;
91
91
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -94,12 +94,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
94
94
  textAfter?: string | undefined;
95
95
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
96
96
  } & {
97
- label?: string | undefined;
98
- labelPlacement: "inner";
99
- hasPlaceholder?: boolean | undefined;
97
+ requiredPlacement?: "left" | "right" | undefined;
100
98
  } & {
101
99
  required: true;
102
- requiredPlacement?: "left" | "right" | undefined;
103
100
  optional?: false | undefined;
104
101
  } & {
105
102
  clear?: boolean | undefined;
@@ -126,6 +123,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
126
123
  readOnly?: boolean | undefined;
127
124
  disabled?: boolean | undefined;
128
125
  } & {
126
+ label?: string | undefined;
127
+ labelPlacement?: "inner" | "outer" | undefined;
129
128
  titleCaption?: import("react").ReactNode;
130
129
  leftHelper?: string | undefined;
131
130
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -134,12 +133,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
134
133
  textAfter?: string | undefined;
135
134
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
136
135
  } & {
137
- label?: string | undefined;
138
- labelPlacement: "inner";
139
- hasPlaceholder?: boolean | undefined;
136
+ requiredPlacement?: "left" | "right" | undefined;
140
137
  } & {
141
138
  required: true;
142
- requiredPlacement?: "left" | "right" | undefined;
143
139
  optional?: false | undefined;
144
140
  } & {
145
141
  clear?: boolean | undefined;
@@ -166,6 +162,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
166
162
  readOnly?: boolean | undefined;
167
163
  disabled?: boolean | undefined;
168
164
  } & {
165
+ label?: string | undefined;
166
+ labelPlacement?: "inner" | "outer" | undefined;
169
167
  titleCaption?: import("react").ReactNode;
170
168
  leftHelper?: string | undefined;
171
169
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -174,12 +172,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
174
172
  textAfter?: string | undefined;
175
173
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
176
174
  } & {
177
- label?: string | undefined;
178
- labelPlacement: "inner";
179
- hasPlaceholder?: boolean | undefined;
175
+ requiredPlacement?: "left" | "right" | undefined;
180
176
  } & {
181
177
  required: true;
182
- requiredPlacement?: "left" | "right" | undefined;
183
178
  optional?: false | undefined;
184
179
  } & {
185
180
  clear?: false | undefined;
@@ -206,6 +201,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
206
201
  readOnly?: boolean | undefined;
207
202
  disabled?: boolean | undefined;
208
203
  } & {
204
+ label?: string | undefined;
205
+ labelPlacement?: "inner" | "outer" | undefined;
209
206
  titleCaption?: import("react").ReactNode;
210
207
  leftHelper?: string | undefined;
211
208
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -214,12 +211,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
214
211
  textAfter?: string | undefined;
215
212
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
216
213
  } & {
217
- label?: string | undefined;
218
- labelPlacement: "inner";
219
- hasPlaceholder?: boolean | undefined;
214
+ requiredPlacement?: "left" | "right" | undefined;
220
215
  } & {
221
216
  required: true;
222
- requiredPlacement?: "left" | "right" | undefined;
223
217
  optional?: false | undefined;
224
218
  } & {
225
219
  clear?: false | undefined;
@@ -246,6 +240,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
246
240
  readOnly?: boolean | undefined;
247
241
  disabled?: boolean | undefined;
248
242
  } & {
243
+ label?: string | undefined;
244
+ labelPlacement?: "inner" | "outer" | undefined;
249
245
  titleCaption?: import("react").ReactNode;
250
246
  leftHelper?: string | undefined;
251
247
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -254,12 +250,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
254
250
  textAfter?: string | undefined;
255
251
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
256
252
  } & {
257
- label?: string | undefined;
258
- labelPlacement: "inner";
259
- hasPlaceholder?: boolean | undefined;
253
+ requiredPlacement?: "left" | "right" | undefined;
260
254
  } & {
261
255
  required: true;
262
- requiredPlacement?: "left" | "right" | undefined;
263
256
  optional?: false | undefined;
264
257
  } & {
265
258
  clear?: false | undefined;
@@ -286,6 +279,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
286
279
  readOnly?: boolean | undefined;
287
280
  disabled?: boolean | undefined;
288
281
  } & {
282
+ label?: string | undefined;
283
+ labelPlacement?: "inner" | "outer" | undefined;
289
284
  titleCaption?: import("react").ReactNode;
290
285
  leftHelper?: string | undefined;
291
286
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -294,12 +289,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
294
289
  textAfter?: string | undefined;
295
290
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
296
291
  } & {
297
- label?: string | undefined;
298
- labelPlacement: "inner";
299
- hasPlaceholder?: boolean | undefined;
292
+ requiredPlacement?: "left" | "right" | undefined;
300
293
  } & {
301
294
  required: true;
302
- requiredPlacement?: "left" | "right" | undefined;
303
295
  optional?: false | undefined;
304
296
  } & {
305
297
  clear?: false | undefined;
@@ -326,6 +318,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
326
318
  readOnly?: boolean | undefined;
327
319
  disabled?: boolean | undefined;
328
320
  } & {
321
+ label?: string | undefined;
322
+ labelPlacement?: "inner" | "outer" | undefined;
329
323
  titleCaption?: import("react").ReactNode;
330
324
  leftHelper?: string | undefined;
331
325
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -334,13 +328,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
334
328
  textAfter?: string | undefined;
335
329
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
336
330
  } & {
337
- label?: string | undefined;
338
- labelPlacement: "inner";
339
- hasPlaceholder?: boolean | undefined;
331
+ requiredPlacement?: "left" | "right" | undefined;
340
332
  } & {
333
+ optional?: true | undefined;
341
334
  required?: false | undefined;
342
- requiredPlacement?: undefined;
343
- optional?: boolean | undefined;
344
335
  } & {
345
336
  clear?: boolean | undefined;
346
337
  hasDivider?: boolean | undefined;
@@ -366,6 +357,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
366
357
  readOnly?: boolean | undefined;
367
358
  disabled?: boolean | undefined;
368
359
  } & {
360
+ label?: string | undefined;
361
+ labelPlacement?: "inner" | "outer" | undefined;
369
362
  titleCaption?: import("react").ReactNode;
370
363
  leftHelper?: string | undefined;
371
364
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -374,13 +367,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
374
367
  textAfter?: string | undefined;
375
368
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
376
369
  } & {
377
- label?: string | undefined;
378
- labelPlacement: "inner";
379
- hasPlaceholder?: boolean | undefined;
370
+ requiredPlacement?: "left" | "right" | undefined;
380
371
  } & {
372
+ optional?: true | undefined;
381
373
  required?: false | undefined;
382
- requiredPlacement?: undefined;
383
- optional?: boolean | undefined;
384
374
  } & {
385
375
  clear?: boolean | undefined;
386
376
  hasDivider?: boolean | undefined;
@@ -406,6 +396,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
406
396
  readOnly?: boolean | undefined;
407
397
  disabled?: boolean | undefined;
408
398
  } & {
399
+ label?: string | undefined;
400
+ labelPlacement?: "inner" | "outer" | undefined;
409
401
  titleCaption?: import("react").ReactNode;
410
402
  leftHelper?: string | undefined;
411
403
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -414,13 +406,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
414
406
  textAfter?: string | undefined;
415
407
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
416
408
  } & {
417
- label?: string | undefined;
418
- labelPlacement: "inner";
419
- hasPlaceholder?: boolean | undefined;
409
+ requiredPlacement?: "left" | "right" | undefined;
420
410
  } & {
411
+ optional?: true | undefined;
421
412
  required?: false | undefined;
422
- requiredPlacement?: undefined;
423
- optional?: boolean | undefined;
424
413
  } & {
425
414
  clear?: boolean | undefined;
426
415
  hasDivider?: boolean | undefined;
@@ -446,6 +435,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
446
435
  readOnly?: boolean | undefined;
447
436
  disabled?: boolean | undefined;
448
437
  } & {
438
+ label?: string | undefined;
439
+ labelPlacement?: "inner" | "outer" | undefined;
449
440
  titleCaption?: import("react").ReactNode;
450
441
  leftHelper?: string | undefined;
451
442
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -454,13 +445,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
454
445
  textAfter?: string | undefined;
455
446
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
456
447
  } & {
457
- label?: string | undefined;
458
- labelPlacement: "inner";
459
- hasPlaceholder?: boolean | undefined;
448
+ requiredPlacement?: "left" | "right" | undefined;
460
449
  } & {
450
+ optional?: true | undefined;
461
451
  required?: false | undefined;
462
- requiredPlacement?: undefined;
463
- optional?: boolean | undefined;
464
452
  } & {
465
453
  clear?: boolean | undefined;
466
454
  hasDivider?: boolean | undefined;
@@ -486,6 +474,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
486
474
  readOnly?: boolean | undefined;
487
475
  disabled?: boolean | undefined;
488
476
  } & {
477
+ label?: string | undefined;
478
+ labelPlacement?: "inner" | "outer" | undefined;
489
479
  titleCaption?: import("react").ReactNode;
490
480
  leftHelper?: string | undefined;
491
481
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -494,13 +484,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
494
484
  textAfter?: string | undefined;
495
485
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
496
486
  } & {
497
- label?: string | undefined;
498
- labelPlacement: "inner";
499
- hasPlaceholder?: boolean | undefined;
487
+ requiredPlacement?: "left" | "right" | undefined;
500
488
  } & {
489
+ optional?: true | undefined;
501
490
  required?: false | undefined;
502
- requiredPlacement?: undefined;
503
- optional?: boolean | undefined;
504
491
  } & {
505
492
  clear?: false | undefined;
506
493
  hasDivider?: undefined;
@@ -526,6 +513,8 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
526
513
  readOnly?: boolean | undefined;
527
514
  disabled?: boolean | undefined;
528
515
  } & {
516
+ label?: string | undefined;
517
+ labelPlacement?: "inner" | "outer" | undefined;
529
518
  titleCaption?: import("react").ReactNode;
530
519
  leftHelper?: string | undefined;
531
520
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -534,13 +523,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
534
523
  textAfter?: string | undefined;
535
524
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
536
525
  } & {
537
- label?: string | undefined;
538
- labelPlacement: "inner";
539
- hasPlaceholder?: boolean | undefined;
526
+ requiredPlacement?: "left" | "right" | undefined;
540
527
  } & {
528
+ optional?: true | undefined;
541
529
  required?: false | undefined;
542
- requiredPlacement?: undefined;
543
- optional?: boolean | undefined;
544
530
  } & {
545
531
  clear?: false | undefined;
546
532
  hasDivider?: undefined;
@@ -565,47 +551,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
565
551
  view?: string | undefined;
566
552
  readOnly?: boolean | undefined;
567
553
  disabled?: boolean | undefined;
568
- } & {
569
- titleCaption?: import("react").ReactNode;
570
- leftHelper?: string | undefined;
571
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
572
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
573
- textBefore?: string | undefined;
574
- textAfter?: string | undefined;
575
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
576
554
  } & {
577
555
  label?: string | undefined;
578
- labelPlacement: "inner";
579
- hasPlaceholder?: boolean | undefined;
580
- } & {
581
- required?: false | undefined;
582
- requiredPlacement?: undefined;
583
- optional?: boolean | undefined;
584
- } & {
585
- clear?: false | undefined;
586
- hasDivider?: undefined;
587
- } & {
588
- hintTrigger?: undefined;
589
- hintText?: undefined;
590
- hintView?: undefined;
591
- hintSize?: undefined;
592
- hintTargetIcon?: undefined;
593
- hintPlacement?: undefined;
594
- hintHasArrow?: undefined;
595
- hintOffset?: undefined;
596
- hintWidth?: undefined;
597
- hintContentLeft?: undefined;
598
- } & {
599
- chips?: undefined;
600
- onChangeChips?: undefined;
601
- enumerationType?: "plain" | undefined;
602
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
603
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
604
- size?: string | undefined;
605
- view?: string | undefined;
606
- readOnly?: boolean | undefined;
607
- disabled?: boolean | undefined;
608
- } & {
556
+ labelPlacement?: "inner" | "outer" | undefined;
609
557
  titleCaption?: import("react").ReactNode;
610
558
  leftHelper?: string | undefined;
611
559
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -614,13 +562,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
614
562
  textAfter?: string | undefined;
615
563
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
616
564
  } & {
617
- label?: string | undefined;
618
- labelPlacement: "inner";
619
- hasPlaceholder?: boolean | undefined;
565
+ requiredPlacement?: "left" | "right" | undefined;
620
566
  } & {
567
+ optional?: true | undefined;
621
568
  required?: false | undefined;
622
- requiredPlacement?: undefined;
623
- optional?: boolean | undefined;
624
569
  } & {
625
570
  clear?: false | undefined;
626
571
  hasDivider?: undefined;
@@ -635,126 +580,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
635
580
  hintOffset?: undefined;
636
581
  hintWidth?: undefined;
637
582
  hintContentLeft?: undefined;
638
- } & {
639
- enumerationType: "chip";
640
- onSearch?: undefined;
641
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
642
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
643
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
644
- size?: string | undefined;
645
- view?: string | undefined;
646
- readOnly?: boolean | undefined;
647
- disabled?: boolean | undefined;
648
- } & {
649
- titleCaption?: import("react").ReactNode;
650
- leftHelper?: string | undefined;
651
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
652
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
653
- textBefore?: string | undefined;
654
- textAfter?: string | undefined;
655
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
656
- } & {
657
- label?: string | undefined;
658
- labelPlacement?: "outer" | undefined;
659
- hasPlaceholder?: undefined;
660
- } & {
661
- required: true;
662
- requiredPlacement?: "left" | "right" | undefined;
663
- optional?: false | undefined;
664
- } & {
665
- clear?: boolean | undefined;
666
- hasDivider?: boolean | undefined;
667
- } & {
668
- hintText: string;
669
- hintTrigger?: "click" | "hover" | undefined;
670
- hintView?: string | undefined;
671
- hintSize?: string | undefined;
672
- hintTargetIcon?: import("react").ReactNode;
673
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
674
- hintHasArrow?: boolean | undefined;
675
- hintOffset?: [number, number] | undefined;
676
- hintWidth?: string | undefined;
677
- hintContentLeft?: import("react").ReactNode;
678
- } & {
679
- chips?: undefined;
680
- onChangeChips?: undefined;
681
- enumerationType?: "plain" | undefined;
682
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
683
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
684
- size?: string | undefined;
685
- view?: string | undefined;
686
- readOnly?: boolean | undefined;
687
- disabled?: boolean | undefined;
688
- } & {
689
- titleCaption?: import("react").ReactNode;
690
- leftHelper?: string | undefined;
691
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
692
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
693
- textBefore?: string | undefined;
694
- textAfter?: string | undefined;
695
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
696
- } & {
697
- label?: string | undefined;
698
- labelPlacement?: "outer" | undefined;
699
- hasPlaceholder?: undefined;
700
- } & {
701
- required: true;
702
- requiredPlacement?: "left" | "right" | undefined;
703
- optional?: false | undefined;
704
- } & {
705
- clear?: boolean | undefined;
706
- hasDivider?: boolean | undefined;
707
- } & {
708
- hintText: string;
709
- hintTrigger?: "click" | "hover" | undefined;
710
- hintView?: string | undefined;
711
- hintSize?: string | undefined;
712
- hintTargetIcon?: import("react").ReactNode;
713
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
714
- hintHasArrow?: boolean | undefined;
715
- hintOffset?: [number, number] | undefined;
716
- hintWidth?: string | undefined;
717
- hintContentLeft?: import("react").ReactNode;
718
- } & {
719
- enumerationType: "chip";
720
- onSearch?: undefined;
721
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
722
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
723
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
724
- size?: string | undefined;
725
- view?: string | undefined;
726
- readOnly?: boolean | undefined;
727
- disabled?: boolean | undefined;
728
- } & {
729
- titleCaption?: import("react").ReactNode;
730
- leftHelper?: string | undefined;
731
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
732
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
733
- textBefore?: string | undefined;
734
- textAfter?: string | undefined;
735
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
736
- } & {
737
- label?: string | undefined;
738
- labelPlacement?: "outer" | undefined;
739
- hasPlaceholder?: undefined;
740
- } & {
741
- required: true;
742
- requiredPlacement?: "left" | "right" | undefined;
743
- optional?: false | undefined;
744
- } & {
745
- clear?: boolean | undefined;
746
- hasDivider?: boolean | undefined;
747
- } & {
748
- hintTrigger?: undefined;
749
- hintText?: undefined;
750
- hintView?: undefined;
751
- hintSize?: undefined;
752
- hintTargetIcon?: undefined;
753
- hintPlacement?: undefined;
754
- hintHasArrow?: undefined;
755
- hintOffset?: undefined;
756
- hintWidth?: undefined;
757
- hintContentLeft?: undefined;
758
583
  } & {
759
584
  chips?: undefined;
760
585
  onChangeChips?: undefined;
@@ -765,47 +590,9 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
765
590
  view?: string | undefined;
766
591
  readOnly?: boolean | undefined;
767
592
  disabled?: boolean | undefined;
768
- } & {
769
- titleCaption?: import("react").ReactNode;
770
- leftHelper?: string | undefined;
771
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
772
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
773
- textBefore?: string | undefined;
774
- textAfter?: string | undefined;
775
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
776
593
  } & {
777
594
  label?: string | undefined;
778
- labelPlacement?: "outer" | undefined;
779
- hasPlaceholder?: undefined;
780
- } & {
781
- required: true;
782
- requiredPlacement?: "left" | "right" | undefined;
783
- optional?: false | undefined;
784
- } & {
785
- clear?: boolean | undefined;
786
- hasDivider?: boolean | undefined;
787
- } & {
788
- hintTrigger?: undefined;
789
- hintText?: undefined;
790
- hintView?: undefined;
791
- hintSize?: undefined;
792
- hintTargetIcon?: undefined;
793
- hintPlacement?: undefined;
794
- hintHasArrow?: undefined;
795
- hintOffset?: undefined;
796
- hintWidth?: undefined;
797
- hintContentLeft?: undefined;
798
- } & {
799
- enumerationType: "chip";
800
- onSearch?: undefined;
801
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
802
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
803
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
804
- size?: string | undefined;
805
- view?: string | undefined;
806
- readOnly?: boolean | undefined;
807
- disabled?: boolean | undefined;
808
- } & {
595
+ labelPlacement?: "inner" | "outer" | undefined;
809
596
  titleCaption?: import("react").ReactNode;
810
597
  leftHelper?: string | undefined;
811
598
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -814,453 +601,10 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
814
601
  textAfter?: string | undefined;
815
602
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
816
603
  } & {
817
- label?: string | undefined;
818
- labelPlacement?: "outer" | undefined;
819
- hasPlaceholder?: undefined;
820
- } & {
821
- required: true;
822
604
  requiredPlacement?: "left" | "right" | undefined;
823
- optional?: false | undefined;
824
- } & {
825
- clear?: false | undefined;
826
- hasDivider?: undefined;
827
- } & {
828
- hintText: string;
829
- hintTrigger?: "click" | "hover" | undefined;
830
- hintView?: string | undefined;
831
- hintSize?: string | undefined;
832
- hintTargetIcon?: import("react").ReactNode;
833
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
834
- hintHasArrow?: boolean | undefined;
835
- hintOffset?: [number, number] | undefined;
836
- hintWidth?: string | undefined;
837
- hintContentLeft?: import("react").ReactNode;
838
- } & {
839
- chips?: undefined;
840
- onChangeChips?: undefined;
841
- enumerationType?: "plain" | undefined;
842
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
843
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
844
- size?: string | undefined;
845
- view?: string | undefined;
846
- readOnly?: boolean | undefined;
847
- disabled?: boolean | undefined;
848
- } & {
849
- titleCaption?: import("react").ReactNode;
850
- leftHelper?: string | undefined;
851
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
852
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
853
- textBefore?: string | undefined;
854
- textAfter?: string | undefined;
855
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
856
- } & {
857
- label?: string | undefined;
858
- labelPlacement?: "outer" | undefined;
859
- hasPlaceholder?: undefined;
860
- } & {
861
- required: true;
862
- requiredPlacement?: "left" | "right" | undefined;
863
- optional?: false | undefined;
864
- } & {
865
- clear?: false | undefined;
866
- hasDivider?: undefined;
867
- } & {
868
- hintText: string;
869
- hintTrigger?: "click" | "hover" | undefined;
870
- hintView?: string | undefined;
871
- hintSize?: string | undefined;
872
- hintTargetIcon?: import("react").ReactNode;
873
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
874
- hintHasArrow?: boolean | undefined;
875
- hintOffset?: [number, number] | undefined;
876
- hintWidth?: string | undefined;
877
- hintContentLeft?: import("react").ReactNode;
878
- } & {
879
- enumerationType: "chip";
880
- onSearch?: undefined;
881
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
882
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
883
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
884
- size?: string | undefined;
885
- view?: string | undefined;
886
- readOnly?: boolean | undefined;
887
- disabled?: boolean | undefined;
888
- } & {
889
- titleCaption?: import("react").ReactNode;
890
- leftHelper?: string | undefined;
891
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
892
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
893
- textBefore?: string | undefined;
894
- textAfter?: string | undefined;
895
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
896
- } & {
897
- label?: string | undefined;
898
- labelPlacement?: "outer" | undefined;
899
- hasPlaceholder?: undefined;
900
- } & {
901
- required: true;
902
- requiredPlacement?: "left" | "right" | undefined;
903
- optional?: false | undefined;
904
- } & {
905
- clear?: false | undefined;
906
- hasDivider?: undefined;
907
- } & {
908
- hintTrigger?: undefined;
909
- hintText?: undefined;
910
- hintView?: undefined;
911
- hintSize?: undefined;
912
- hintTargetIcon?: undefined;
913
- hintPlacement?: undefined;
914
- hintHasArrow?: undefined;
915
- hintOffset?: undefined;
916
- hintWidth?: undefined;
917
- hintContentLeft?: undefined;
918
- } & {
919
- chips?: undefined;
920
- onChangeChips?: undefined;
921
- enumerationType?: "plain" | undefined;
922
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
923
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
924
- size?: string | undefined;
925
- view?: string | undefined;
926
- readOnly?: boolean | undefined;
927
- disabled?: boolean | undefined;
928
- } & {
929
- titleCaption?: import("react").ReactNode;
930
- leftHelper?: string | undefined;
931
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
932
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
933
- textBefore?: string | undefined;
934
- textAfter?: string | undefined;
935
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
936
- } & {
937
- label?: string | undefined;
938
- labelPlacement?: "outer" | undefined;
939
- hasPlaceholder?: undefined;
940
- } & {
941
- required: true;
942
- requiredPlacement?: "left" | "right" | undefined;
943
- optional?: false | undefined;
944
- } & {
945
- clear?: false | undefined;
946
- hasDivider?: undefined;
947
- } & {
948
- hintTrigger?: undefined;
949
- hintText?: undefined;
950
- hintView?: undefined;
951
- hintSize?: undefined;
952
- hintTargetIcon?: undefined;
953
- hintPlacement?: undefined;
954
- hintHasArrow?: undefined;
955
- hintOffset?: undefined;
956
- hintWidth?: undefined;
957
- hintContentLeft?: undefined;
958
- } & {
959
- enumerationType: "chip";
960
- onSearch?: undefined;
961
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
962
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
963
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
964
- size?: string | undefined;
965
- view?: string | undefined;
966
- readOnly?: boolean | undefined;
967
- disabled?: boolean | undefined;
968
- } & {
969
- titleCaption?: import("react").ReactNode;
970
- leftHelper?: string | undefined;
971
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
972
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
973
- textBefore?: string | undefined;
974
- textAfter?: string | undefined;
975
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
976
- } & {
977
- label?: string | undefined;
978
- labelPlacement?: "outer" | undefined;
979
- hasPlaceholder?: undefined;
980
- } & {
981
- required?: false | undefined;
982
- requiredPlacement?: undefined;
983
- optional?: boolean | undefined;
984
- } & {
985
- clear?: boolean | undefined;
986
- hasDivider?: boolean | undefined;
987
- } & {
988
- hintText: string;
989
- hintTrigger?: "click" | "hover" | undefined;
990
- hintView?: string | undefined;
991
- hintSize?: string | undefined;
992
- hintTargetIcon?: import("react").ReactNode;
993
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
994
- hintHasArrow?: boolean | undefined;
995
- hintOffset?: [number, number] | undefined;
996
- hintWidth?: string | undefined;
997
- hintContentLeft?: import("react").ReactNode;
998
- } & {
999
- chips?: undefined;
1000
- onChangeChips?: undefined;
1001
- enumerationType?: "plain" | undefined;
1002
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1003
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1004
- size?: string | undefined;
1005
- view?: string | undefined;
1006
- readOnly?: boolean | undefined;
1007
- disabled?: boolean | undefined;
1008
- } & {
1009
- titleCaption?: import("react").ReactNode;
1010
- leftHelper?: string | undefined;
1011
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1012
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1013
- textBefore?: string | undefined;
1014
- textAfter?: string | undefined;
1015
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1016
- } & {
1017
- label?: string | undefined;
1018
- labelPlacement?: "outer" | undefined;
1019
- hasPlaceholder?: undefined;
1020
- } & {
1021
- required?: false | undefined;
1022
- requiredPlacement?: undefined;
1023
- optional?: boolean | undefined;
1024
- } & {
1025
- clear?: boolean | undefined;
1026
- hasDivider?: boolean | undefined;
1027
- } & {
1028
- hintText: string;
1029
- hintTrigger?: "click" | "hover" | undefined;
1030
- hintView?: string | undefined;
1031
- hintSize?: string | undefined;
1032
- hintTargetIcon?: import("react").ReactNode;
1033
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
1034
- hintHasArrow?: boolean | undefined;
1035
- hintOffset?: [number, number] | undefined;
1036
- hintWidth?: string | undefined;
1037
- hintContentLeft?: import("react").ReactNode;
1038
- } & {
1039
- enumerationType: "chip";
1040
- onSearch?: undefined;
1041
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1042
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1043
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1044
- size?: string | undefined;
1045
- view?: string | undefined;
1046
- readOnly?: boolean | undefined;
1047
- disabled?: boolean | undefined;
1048
- } & {
1049
- titleCaption?: import("react").ReactNode;
1050
- leftHelper?: string | undefined;
1051
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1052
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1053
- textBefore?: string | undefined;
1054
- textAfter?: string | undefined;
1055
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1056
- } & {
1057
- label?: string | undefined;
1058
- labelPlacement?: "outer" | undefined;
1059
- hasPlaceholder?: undefined;
1060
- } & {
1061
- required?: false | undefined;
1062
- requiredPlacement?: undefined;
1063
- optional?: boolean | undefined;
1064
- } & {
1065
- clear?: boolean | undefined;
1066
- hasDivider?: boolean | undefined;
1067
- } & {
1068
- hintTrigger?: undefined;
1069
- hintText?: undefined;
1070
- hintView?: undefined;
1071
- hintSize?: undefined;
1072
- hintTargetIcon?: undefined;
1073
- hintPlacement?: undefined;
1074
- hintHasArrow?: undefined;
1075
- hintOffset?: undefined;
1076
- hintWidth?: undefined;
1077
- hintContentLeft?: undefined;
1078
- } & {
1079
- chips?: undefined;
1080
- onChangeChips?: undefined;
1081
- enumerationType?: "plain" | undefined;
1082
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1083
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1084
- size?: string | undefined;
1085
- view?: string | undefined;
1086
- readOnly?: boolean | undefined;
1087
- disabled?: boolean | undefined;
1088
- } & {
1089
- titleCaption?: import("react").ReactNode;
1090
- leftHelper?: string | undefined;
1091
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1092
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1093
- textBefore?: string | undefined;
1094
- textAfter?: string | undefined;
1095
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1096
- } & {
1097
- label?: string | undefined;
1098
- labelPlacement?: "outer" | undefined;
1099
- hasPlaceholder?: undefined;
1100
- } & {
1101
- required?: false | undefined;
1102
- requiredPlacement?: undefined;
1103
- optional?: boolean | undefined;
1104
- } & {
1105
- clear?: boolean | undefined;
1106
- hasDivider?: boolean | undefined;
1107
- } & {
1108
- hintTrigger?: undefined;
1109
- hintText?: undefined;
1110
- hintView?: undefined;
1111
- hintSize?: undefined;
1112
- hintTargetIcon?: undefined;
1113
- hintPlacement?: undefined;
1114
- hintHasArrow?: undefined;
1115
- hintOffset?: undefined;
1116
- hintWidth?: undefined;
1117
- hintContentLeft?: undefined;
1118
- } & {
1119
- enumerationType: "chip";
1120
- onSearch?: undefined;
1121
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1122
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1123
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1124
- size?: string | undefined;
1125
- view?: string | undefined;
1126
- readOnly?: boolean | undefined;
1127
- disabled?: boolean | undefined;
1128
- } & {
1129
- titleCaption?: import("react").ReactNode;
1130
- leftHelper?: string | undefined;
1131
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1132
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1133
- textBefore?: string | undefined;
1134
- textAfter?: string | undefined;
1135
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1136
- } & {
1137
- label?: string | undefined;
1138
- labelPlacement?: "outer" | undefined;
1139
- hasPlaceholder?: undefined;
1140
- } & {
1141
- required?: false | undefined;
1142
- requiredPlacement?: undefined;
1143
- optional?: boolean | undefined;
1144
- } & {
1145
- clear?: false | undefined;
1146
- hasDivider?: undefined;
1147
- } & {
1148
- hintText: string;
1149
- hintTrigger?: "click" | "hover" | undefined;
1150
- hintView?: string | undefined;
1151
- hintSize?: string | undefined;
1152
- hintTargetIcon?: import("react").ReactNode;
1153
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
1154
- hintHasArrow?: boolean | undefined;
1155
- hintOffset?: [number, number] | undefined;
1156
- hintWidth?: string | undefined;
1157
- hintContentLeft?: import("react").ReactNode;
1158
- } & {
1159
- chips?: undefined;
1160
- onChangeChips?: undefined;
1161
- enumerationType?: "plain" | undefined;
1162
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1163
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1164
- size?: string | undefined;
1165
- view?: string | undefined;
1166
- readOnly?: boolean | undefined;
1167
- disabled?: boolean | undefined;
1168
- } & {
1169
- titleCaption?: import("react").ReactNode;
1170
- leftHelper?: string | undefined;
1171
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1172
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1173
- textBefore?: string | undefined;
1174
- textAfter?: string | undefined;
1175
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1176
- } & {
1177
- label?: string | undefined;
1178
- labelPlacement?: "outer" | undefined;
1179
- hasPlaceholder?: undefined;
1180
- } & {
1181
- required?: false | undefined;
1182
- requiredPlacement?: undefined;
1183
- optional?: boolean | undefined;
1184
- } & {
1185
- clear?: false | undefined;
1186
- hasDivider?: undefined;
1187
- } & {
1188
- hintText: string;
1189
- hintTrigger?: "click" | "hover" | undefined;
1190
- hintView?: string | undefined;
1191
- hintSize?: string | undefined;
1192
- hintTargetIcon?: import("react").ReactNode;
1193
- hintPlacement?: import("@popperjs/core/lib/enums").Placement | import("@popperjs/core/lib/enums").ComputedPlacement[] | undefined;
1194
- hintHasArrow?: boolean | undefined;
1195
- hintOffset?: [number, number] | undefined;
1196
- hintWidth?: string | undefined;
1197
- hintContentLeft?: import("react").ReactNode;
1198
- } & {
1199
- enumerationType: "chip";
1200
- onSearch?: undefined;
1201
- chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1202
- onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1203
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1204
- size?: string | undefined;
1205
- view?: string | undefined;
1206
- readOnly?: boolean | undefined;
1207
- disabled?: boolean | undefined;
1208
- } & {
1209
- titleCaption?: import("react").ReactNode;
1210
- leftHelper?: string | undefined;
1211
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1212
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1213
- textBefore?: string | undefined;
1214
- textAfter?: string | undefined;
1215
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1216
- } & {
1217
- label?: string | undefined;
1218
- labelPlacement?: "outer" | undefined;
1219
- hasPlaceholder?: undefined;
1220
- } & {
1221
- required?: false | undefined;
1222
- requiredPlacement?: undefined;
1223
- optional?: boolean | undefined;
1224
- } & {
1225
- clear?: false | undefined;
1226
- hasDivider?: undefined;
1227
- } & {
1228
- hintTrigger?: undefined;
1229
- hintText?: undefined;
1230
- hintView?: undefined;
1231
- hintSize?: undefined;
1232
- hintTargetIcon?: undefined;
1233
- hintPlacement?: undefined;
1234
- hintHasArrow?: undefined;
1235
- hintOffset?: undefined;
1236
- hintWidth?: undefined;
1237
- hintContentLeft?: undefined;
1238
- } & {
1239
- chips?: undefined;
1240
- onChangeChips?: undefined;
1241
- enumerationType?: "plain" | undefined;
1242
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1243
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1244
- size?: string | undefined;
1245
- view?: string | undefined;
1246
- readOnly?: boolean | undefined;
1247
- disabled?: boolean | undefined;
1248
- } & {
1249
- titleCaption?: import("react").ReactNode;
1250
- leftHelper?: string | undefined;
1251
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1252
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1253
- textBefore?: string | undefined;
1254
- textAfter?: string | undefined;
1255
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1256
- } & {
1257
- label?: string | undefined;
1258
- labelPlacement?: "outer" | undefined;
1259
- hasPlaceholder?: undefined;
1260
605
  } & {
606
+ optional?: true | undefined;
1261
607
  required?: false | undefined;
1262
- requiredPlacement?: undefined;
1263
- optional?: boolean | undefined;
1264
608
  } & {
1265
609
  clear?: false | undefined;
1266
610
  hasDivider?: undefined;