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