@salutejs/plasma-new-hope 0.196.1-canary.1577.11970384401.0 → 0.197.0-canary.1556.11973013493.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (228) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +18 -19
  2. package/cjs/components/Autocomplete/Autocomplete.js +7 -1
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.css +18 -19
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
  6. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
  8. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
  9. package/cjs/components/DatePicker/RangeDate/RangeDate.css +18 -19
  10. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
  11. package/cjs/components/DatePicker/SingleDate/SingleDate.css +18 -19
  12. package/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
  13. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  14. package/cjs/components/Pagination/Pagination.css +18 -19
  15. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
  16. package/cjs/components/Range/Range.css +18 -19
  17. package/cjs/components/Select/Select.css +18 -19
  18. package/cjs/components/Select/ui/Inner/Inner.css +18 -19
  19. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +18 -19
  20. package/cjs/components/Select/ui/Target/Target.css +18 -19
  21. package/cjs/components/Select/ui/Target/Target.js +1 -2
  22. package/cjs/components/Select/ui/Target/Target.js.map +1 -1
  23. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
  24. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
  25. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  26. package/cjs/components/Slider/Slider.css +18 -19
  27. package/cjs/components/Slider/components/Double/Double.css +18 -19
  28. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
  29. package/cjs/components/TextField/TextField.js +12 -11
  30. package/cjs/components/TextField/TextField.js.map +1 -1
  31. package/cjs/components/TextField/TextField.styles.js +20 -11
  32. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  33. package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
  34. package/cjs/components/TextField/TextField.tokens.js +1 -0
  35. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  36. package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
  37. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  38. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  39. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  40. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
  41. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  42. package/{es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
  43. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  44. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  45. package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
  46. package/cjs/index.css +18 -19
  47. package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
  48. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
  49. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
  50. package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
  51. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
  52. package/emotion/cjs/components/TextField/TextField.js +13 -12
  53. package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
  54. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +3 -13
  55. package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
  56. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  57. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
  58. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  59. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  60. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
  61. package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  62. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
  63. package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
  64. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
  65. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
  66. package/emotion/es/components/Select/ui/Target/Target.js +1 -2
  67. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
  68. package/emotion/es/components/TextField/TextField.js +13 -12
  69. package/emotion/es/components/TextField/TextField.styles.js +29 -26
  70. package/emotion/es/components/TextField/TextField.template-doc.mdx +3 -13
  71. package/emotion/es/components/TextField/TextField.tokens.js +1 -0
  72. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  73. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
  74. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  75. package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  76. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
  77. package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  78. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
  79. package/es/components/Autocomplete/Autocomplete.css +18 -19
  80. package/es/components/Autocomplete/Autocomplete.js +7 -1
  81. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  82. package/es/components/Combobox/ComboboxNew/Combobox.css +18 -19
  83. package/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
  84. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  85. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
  86. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
  87. package/es/components/DatePicker/RangeDate/RangeDate.css +18 -19
  88. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
  89. package/es/components/DatePicker/SingleDate/SingleDate.css +18 -19
  90. package/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
  91. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  92. package/es/components/Pagination/Pagination.css +18 -19
  93. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
  94. package/es/components/Range/Range.css +18 -19
  95. package/es/components/Select/Select.css +18 -19
  96. package/es/components/Select/ui/Inner/Inner.css +18 -19
  97. package/es/components/Select/ui/Inner/ui/Item/Item.css +18 -19
  98. package/es/components/Select/ui/Target/Target.css +18 -19
  99. package/es/components/Select/ui/Target/Target.js +1 -2
  100. package/es/components/Select/ui/Target/Target.js.map +1 -1
  101. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
  102. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
  103. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  104. package/es/components/Slider/Slider.css +18 -19
  105. package/es/components/Slider/components/Double/Double.css +18 -19
  106. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
  107. package/es/components/TextField/TextField.js +12 -11
  108. package/es/components/TextField/TextField.js.map +1 -1
  109. package/es/components/TextField/TextField.styles.js +20 -11
  110. package/es/components/TextField/TextField.styles.js.map +1 -1
  111. package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
  112. package/es/components/TextField/TextField.tokens.js +1 -0
  113. package/es/components/TextField/TextField.tokens.js.map +1 -1
  114. package/es/components/TextField/ui/Hint/Hint.css +20 -20
  115. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  116. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  117. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  118. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
  119. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  120. package/{cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
  121. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  122. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  123. package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
  124. package/es/index.css +18 -19
  125. package/package.json +2 -2
  126. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
  127. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
  128. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
  129. package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
  130. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
  131. package/styled-components/cjs/components/TextField/TextField.js +12 -11
  132. package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
  133. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +3 -13
  134. package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
  135. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  136. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
  137. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  138. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  139. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
  140. package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  141. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
  142. package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
  143. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
  144. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
  145. package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
  146. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
  147. package/styled-components/es/components/TextField/TextField.js +12 -11
  148. package/styled-components/es/components/TextField/TextField.styles.js +9 -6
  149. package/styled-components/es/components/TextField/TextField.template-doc.mdx +3 -13
  150. package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
  151. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  152. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
  153. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  154. package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  155. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
  156. package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  157. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
  158. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  159. package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
  160. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  161. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +709 -69
  162. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  163. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  164. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +30 -10
  165. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  166. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +709 -69
  167. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  168. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
  169. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  170. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +709 -69
  171. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  172. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
  173. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  174. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +282 -20
  175. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  176. package/types/components/Range/Range.styles.d.ts +709 -69
  177. package/types/components/Range/Range.styles.d.ts.map +1 -1
  178. package/types/components/Select/Select.types.d.ts +30 -15
  179. package/types/components/Select/Select.types.d.ts.map +1 -1
  180. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  181. package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
  182. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  183. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  184. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  185. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +709 -69
  186. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  187. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  188. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  189. package/types/components/Slider/components/Double/Double.styles.d.ts +709 -69
  190. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  191. package/types/components/TextField/TextField.d.ts.map +1 -1
  192. package/types/components/TextField/TextField.styles.d.ts +3 -1
  193. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  194. package/types/components/TextField/TextField.tokens.d.ts +1 -0
  195. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  196. package/types/components/TextField/TextField.types.d.ts +42 -27
  197. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  198. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
  199. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
  200. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  201. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
  202. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
  203. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -557
  204. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  205. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +1045 -133
  206. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  207. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
  208. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  209. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1238 -70
  210. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  211. package/types/examples/plasma_b2c/components/Select/Select.d.ts +282 -20
  212. package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
  213. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +709 -69
  214. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  215. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -557
  216. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  217. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +1045 -133
  218. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  219. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
  220. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  221. package/types/examples/plasma_web/components/Mask/Mask.d.ts +1238 -70
  222. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  223. package/types/examples/plasma_web/components/Select/Select.d.ts +282 -20
  224. package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
  225. package/types/examples/plasma_web/components/TextField/TextField.d.ts +709 -69
  226. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  227. package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
  228. package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
@@ -6,8 +6,6 @@ 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;
11
9
  titleCaption?: import("react").ReactNode;
12
10
  leftHelper?: string | undefined;
13
11
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -16,9 +14,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
16
14
  textAfter?: string | undefined;
17
15
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
18
16
  } & {
19
- requiredPlacement?: "left" | "right" | undefined;
17
+ label?: string | undefined;
18
+ labelPlacement: "inner";
19
+ hasPlaceholder?: boolean | undefined;
20
20
  } & {
21
21
  required: true;
22
+ requiredPlacement?: "left" | "right" | undefined;
22
23
  optional?: false | undefined;
23
24
  } & {
24
25
  clear?: boolean | undefined;
@@ -39,15 +40,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
39
40
  onChangeChips?: undefined;
40
41
  enumerationType?: "plain" | undefined;
41
42
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
42
- chipType?: undefined;
43
43
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
44
44
  size?: string | undefined;
45
45
  view?: string | undefined;
46
46
  readOnly?: boolean | undefined;
47
47
  disabled?: boolean | undefined;
48
48
  } & {
49
- label?: string | undefined;
50
- labelPlacement?: "inner" | "outer" | undefined;
51
49
  titleCaption?: import("react").ReactNode;
52
50
  leftHelper?: string | undefined;
53
51
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -56,9 +54,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
56
54
  textAfter?: string | undefined;
57
55
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
58
56
  } & {
59
- requiredPlacement?: "left" | "right" | undefined;
57
+ label?: string | undefined;
58
+ labelPlacement: "inner";
59
+ hasPlaceholder?: boolean | undefined;
60
60
  } & {
61
61
  required: true;
62
+ requiredPlacement?: "left" | "right" | undefined;
62
63
  optional?: false | undefined;
63
64
  } & {
64
65
  clear?: boolean | undefined;
@@ -79,15 +80,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
79
80
  onSearch?: undefined;
80
81
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
81
82
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
82
- chipType?: "text" | "default" | undefined;
83
83
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
84
84
  size?: string | undefined;
85
85
  view?: string | undefined;
86
86
  readOnly?: boolean | undefined;
87
87
  disabled?: boolean | undefined;
88
88
  } & {
89
- label?: string | undefined;
90
- labelPlacement?: "inner" | "outer" | undefined;
91
89
  titleCaption?: import("react").ReactNode;
92
90
  leftHelper?: string | undefined;
93
91
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -96,9 +94,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
96
94
  textAfter?: string | undefined;
97
95
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
98
96
  } & {
99
- requiredPlacement?: "left" | "right" | undefined;
97
+ label?: string | undefined;
98
+ labelPlacement: "inner";
99
+ hasPlaceholder?: boolean | undefined;
100
100
  } & {
101
101
  required: true;
102
+ requiredPlacement?: "left" | "right" | undefined;
102
103
  optional?: false | undefined;
103
104
  } & {
104
105
  clear?: boolean | undefined;
@@ -119,15 +120,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
119
120
  onChangeChips?: undefined;
120
121
  enumerationType?: "plain" | undefined;
121
122
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
122
- chipType?: undefined;
123
123
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
124
124
  size?: string | undefined;
125
125
  view?: string | undefined;
126
126
  readOnly?: boolean | undefined;
127
127
  disabled?: boolean | undefined;
128
128
  } & {
129
- label?: string | undefined;
130
- labelPlacement?: "inner" | "outer" | undefined;
131
129
  titleCaption?: import("react").ReactNode;
132
130
  leftHelper?: string | undefined;
133
131
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -136,9 +134,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
136
134
  textAfter?: string | undefined;
137
135
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
138
136
  } & {
139
- requiredPlacement?: "left" | "right" | undefined;
137
+ label?: string | undefined;
138
+ labelPlacement: "inner";
139
+ hasPlaceholder?: boolean | undefined;
140
140
  } & {
141
141
  required: true;
142
+ requiredPlacement?: "left" | "right" | undefined;
142
143
  optional?: false | undefined;
143
144
  } & {
144
145
  clear?: boolean | undefined;
@@ -159,15 +160,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
159
160
  onSearch?: undefined;
160
161
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
161
162
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
162
- chipType?: "text" | "default" | undefined;
163
163
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
164
164
  size?: string | undefined;
165
165
  view?: string | undefined;
166
166
  readOnly?: boolean | undefined;
167
167
  disabled?: boolean | undefined;
168
168
  } & {
169
- label?: string | undefined;
170
- labelPlacement?: "inner" | "outer" | undefined;
171
169
  titleCaption?: import("react").ReactNode;
172
170
  leftHelper?: string | undefined;
173
171
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -176,9 +174,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
176
174
  textAfter?: string | undefined;
177
175
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
178
176
  } & {
179
- requiredPlacement?: "left" | "right" | undefined;
177
+ label?: string | undefined;
178
+ labelPlacement: "inner";
179
+ hasPlaceholder?: boolean | undefined;
180
180
  } & {
181
181
  required: true;
182
+ requiredPlacement?: "left" | "right" | undefined;
182
183
  optional?: false | undefined;
183
184
  } & {
184
185
  clear?: false | undefined;
@@ -199,15 +200,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
199
200
  onChangeChips?: undefined;
200
201
  enumerationType?: "plain" | undefined;
201
202
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
202
- chipType?: undefined;
203
203
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
204
204
  size?: string | undefined;
205
205
  view?: string | undefined;
206
206
  readOnly?: boolean | undefined;
207
207
  disabled?: boolean | undefined;
208
208
  } & {
209
- label?: string | undefined;
210
- labelPlacement?: "inner" | "outer" | undefined;
211
209
  titleCaption?: import("react").ReactNode;
212
210
  leftHelper?: string | undefined;
213
211
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -216,9 +214,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
216
214
  textAfter?: string | undefined;
217
215
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
218
216
  } & {
219
- requiredPlacement?: "left" | "right" | undefined;
217
+ label?: string | undefined;
218
+ labelPlacement: "inner";
219
+ hasPlaceholder?: boolean | undefined;
220
220
  } & {
221
221
  required: true;
222
+ requiredPlacement?: "left" | "right" | undefined;
222
223
  optional?: false | undefined;
223
224
  } & {
224
225
  clear?: false | undefined;
@@ -239,15 +240,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
239
240
  onSearch?: undefined;
240
241
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
241
242
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
242
- chipType?: "text" | "default" | undefined;
243
243
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
244
244
  size?: string | undefined;
245
245
  view?: string | undefined;
246
246
  readOnly?: boolean | undefined;
247
247
  disabled?: boolean | undefined;
248
248
  } & {
249
- label?: string | undefined;
250
- labelPlacement?: "inner" | "outer" | undefined;
251
249
  titleCaption?: import("react").ReactNode;
252
250
  leftHelper?: string | undefined;
253
251
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -256,9 +254,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
256
254
  textAfter?: string | undefined;
257
255
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
258
256
  } & {
259
- requiredPlacement?: "left" | "right" | undefined;
257
+ label?: string | undefined;
258
+ labelPlacement: "inner";
259
+ hasPlaceholder?: boolean | undefined;
260
260
  } & {
261
261
  required: true;
262
+ requiredPlacement?: "left" | "right" | undefined;
262
263
  optional?: false | undefined;
263
264
  } & {
264
265
  clear?: false | undefined;
@@ -279,15 +280,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
279
280
  onChangeChips?: undefined;
280
281
  enumerationType?: "plain" | undefined;
281
282
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
282
- chipType?: undefined;
283
283
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
284
284
  size?: string | undefined;
285
285
  view?: string | undefined;
286
286
  readOnly?: boolean | undefined;
287
287
  disabled?: boolean | undefined;
288
288
  } & {
289
- label?: string | undefined;
290
- labelPlacement?: "inner" | "outer" | undefined;
291
289
  titleCaption?: import("react").ReactNode;
292
290
  leftHelper?: string | undefined;
293
291
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -296,9 +294,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
296
294
  textAfter?: string | undefined;
297
295
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
298
296
  } & {
299
- requiredPlacement?: "left" | "right" | undefined;
297
+ label?: string | undefined;
298
+ labelPlacement: "inner";
299
+ hasPlaceholder?: boolean | undefined;
300
300
  } & {
301
301
  required: true;
302
+ requiredPlacement?: "left" | "right" | undefined;
302
303
  optional?: false | undefined;
303
304
  } & {
304
305
  clear?: false | undefined;
@@ -319,15 +320,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
319
320
  onSearch?: undefined;
320
321
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
321
322
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
322
- chipType?: "text" | "default" | undefined;
323
323
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
324
324
  size?: string | undefined;
325
325
  view?: string | undefined;
326
326
  readOnly?: boolean | undefined;
327
327
  disabled?: boolean | undefined;
328
328
  } & {
329
- label?: string | undefined;
330
- labelPlacement?: "inner" | "outer" | undefined;
331
329
  titleCaption?: import("react").ReactNode;
332
330
  leftHelper?: string | undefined;
333
331
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -336,10 +334,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
336
334
  textAfter?: string | undefined;
337
335
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
338
336
  } & {
339
- requiredPlacement?: "left" | "right" | undefined;
337
+ label?: string | undefined;
338
+ labelPlacement: "inner";
339
+ hasPlaceholder?: boolean | undefined;
340
340
  } & {
341
- optional?: true | undefined;
342
341
  required?: false | undefined;
342
+ requiredPlacement?: undefined;
343
+ optional?: boolean | undefined;
343
344
  } & {
344
345
  clear?: boolean | undefined;
345
346
  hasDivider?: boolean | undefined;
@@ -359,15 +360,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
359
360
  onChangeChips?: undefined;
360
361
  enumerationType?: "plain" | undefined;
361
362
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
362
- chipType?: undefined;
363
363
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
364
364
  size?: string | undefined;
365
365
  view?: string | undefined;
366
366
  readOnly?: boolean | undefined;
367
367
  disabled?: boolean | undefined;
368
368
  } & {
369
- label?: string | undefined;
370
- labelPlacement?: "inner" | "outer" | undefined;
371
369
  titleCaption?: import("react").ReactNode;
372
370
  leftHelper?: string | undefined;
373
371
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -376,10 +374,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
376
374
  textAfter?: string | undefined;
377
375
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
378
376
  } & {
379
- requiredPlacement?: "left" | "right" | undefined;
377
+ label?: string | undefined;
378
+ labelPlacement: "inner";
379
+ hasPlaceholder?: boolean | undefined;
380
380
  } & {
381
- optional?: true | undefined;
382
381
  required?: false | undefined;
382
+ requiredPlacement?: undefined;
383
+ optional?: boolean | undefined;
383
384
  } & {
384
385
  clear?: boolean | undefined;
385
386
  hasDivider?: boolean | undefined;
@@ -399,15 +400,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
399
400
  onSearch?: undefined;
400
401
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
401
402
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
402
- chipType?: "text" | "default" | undefined;
403
403
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
404
404
  size?: string | undefined;
405
405
  view?: string | undefined;
406
406
  readOnly?: boolean | undefined;
407
407
  disabled?: boolean | undefined;
408
408
  } & {
409
- label?: string | undefined;
410
- labelPlacement?: "inner" | "outer" | undefined;
411
409
  titleCaption?: import("react").ReactNode;
412
410
  leftHelper?: string | undefined;
413
411
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -416,10 +414,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
416
414
  textAfter?: string | undefined;
417
415
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
418
416
  } & {
419
- requiredPlacement?: "left" | "right" | undefined;
417
+ label?: string | undefined;
418
+ labelPlacement: "inner";
419
+ hasPlaceholder?: boolean | undefined;
420
420
  } & {
421
- optional?: true | undefined;
422
421
  required?: false | undefined;
422
+ requiredPlacement?: undefined;
423
+ optional?: boolean | undefined;
423
424
  } & {
424
425
  clear?: boolean | undefined;
425
426
  hasDivider?: boolean | undefined;
@@ -439,15 +440,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
439
440
  onChangeChips?: undefined;
440
441
  enumerationType?: "plain" | undefined;
441
442
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
442
- chipType?: undefined;
443
443
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
444
444
  size?: string | undefined;
445
445
  view?: string | undefined;
446
446
  readOnly?: boolean | undefined;
447
447
  disabled?: boolean | undefined;
448
448
  } & {
449
- label?: string | undefined;
450
- labelPlacement?: "inner" | "outer" | undefined;
451
449
  titleCaption?: import("react").ReactNode;
452
450
  leftHelper?: string | undefined;
453
451
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -456,10 +454,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
456
454
  textAfter?: string | undefined;
457
455
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
458
456
  } & {
459
- requiredPlacement?: "left" | "right" | undefined;
457
+ label?: string | undefined;
458
+ labelPlacement: "inner";
459
+ hasPlaceholder?: boolean | undefined;
460
460
  } & {
461
- optional?: true | undefined;
462
461
  required?: false | undefined;
462
+ requiredPlacement?: undefined;
463
+ optional?: boolean | undefined;
463
464
  } & {
464
465
  clear?: boolean | undefined;
465
466
  hasDivider?: boolean | undefined;
@@ -479,15 +480,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
479
480
  onSearch?: undefined;
480
481
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
481
482
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
482
- chipType?: "text" | "default" | undefined;
483
483
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
484
484
  size?: string | undefined;
485
485
  view?: string | undefined;
486
486
  readOnly?: boolean | undefined;
487
487
  disabled?: boolean | undefined;
488
488
  } & {
489
- label?: string | undefined;
490
- labelPlacement?: "inner" | "outer" | undefined;
491
489
  titleCaption?: import("react").ReactNode;
492
490
  leftHelper?: string | undefined;
493
491
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -496,10 +494,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
496
494
  textAfter?: string | undefined;
497
495
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
498
496
  } & {
499
- requiredPlacement?: "left" | "right" | undefined;
497
+ label?: string | undefined;
498
+ labelPlacement: "inner";
499
+ hasPlaceholder?: boolean | undefined;
500
500
  } & {
501
- optional?: true | undefined;
502
501
  required?: false | undefined;
502
+ requiredPlacement?: undefined;
503
+ optional?: boolean | undefined;
503
504
  } & {
504
505
  clear?: false | undefined;
505
506
  hasDivider?: undefined;
@@ -519,15 +520,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
519
520
  onChangeChips?: undefined;
520
521
  enumerationType?: "plain" | undefined;
521
522
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
522
- chipType?: undefined;
523
523
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
524
524
  size?: string | undefined;
525
525
  view?: string | undefined;
526
526
  readOnly?: boolean | undefined;
527
527
  disabled?: boolean | undefined;
528
528
  } & {
529
- label?: string | undefined;
530
- labelPlacement?: "inner" | "outer" | undefined;
531
529
  titleCaption?: import("react").ReactNode;
532
530
  leftHelper?: string | undefined;
533
531
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -536,10 +534,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
536
534
  textAfter?: string | undefined;
537
535
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
538
536
  } & {
539
- requiredPlacement?: "left" | "right" | undefined;
537
+ label?: string | undefined;
538
+ labelPlacement: "inner";
539
+ hasPlaceholder?: boolean | undefined;
540
540
  } & {
541
- optional?: true | undefined;
542
541
  required?: false | undefined;
542
+ requiredPlacement?: undefined;
543
+ optional?: boolean | undefined;
543
544
  } & {
544
545
  clear?: false | undefined;
545
546
  hasDivider?: undefined;
@@ -559,15 +560,52 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
559
560
  onSearch?: undefined;
560
561
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
561
562
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
562
- chipType?: "text" | "default" | undefined;
563
563
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
564
564
  size?: string | undefined;
565
565
  view?: string | undefined;
566
566
  readOnly?: boolean | undefined;
567
567
  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;
568
576
  } & {
569
577
  label?: string | undefined;
570
- labelPlacement?: "inner" | "outer" | 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
+ } & {
571
609
  titleCaption?: import("react").ReactNode;
572
610
  leftHelper?: string | undefined;
573
611
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -576,10 +614,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
576
614
  textAfter?: string | undefined;
577
615
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
578
616
  } & {
579
- requiredPlacement?: "left" | "right" | undefined;
617
+ label?: string | undefined;
618
+ labelPlacement: "inner";
619
+ hasPlaceholder?: boolean | undefined;
580
620
  } & {
581
- optional?: true | undefined;
582
621
  required?: false | undefined;
622
+ requiredPlacement?: undefined;
623
+ optional?: boolean | undefined;
583
624
  } & {
584
625
  clear?: false | undefined;
585
626
  hasDivider?: undefined;
@@ -594,20 +635,177 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
594
635
  hintOffset?: undefined;
595
636
  hintWidth?: undefined;
596
637
  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;
597
758
  } & {
598
759
  chips?: undefined;
599
760
  onChangeChips?: undefined;
600
761
  enumerationType?: "plain" | undefined;
601
762
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
602
- chipType?: undefined;
603
763
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
604
764
  size?: string | undefined;
605
765
  view?: string | undefined;
606
766
  readOnly?: boolean | undefined;
607
767
  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;
608
776
  } & {
609
777
  label?: string | undefined;
610
- labelPlacement?: "inner" | "outer" | 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
+ } & {
611
809
  titleCaption?: import("react").ReactNode;
612
810
  leftHelper?: string | undefined;
613
811
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -616,10 +814,453 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
616
814
  textAfter?: string | undefined;
617
815
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
618
816
  } & {
817
+ label?: string | undefined;
818
+ labelPlacement?: "outer" | undefined;
819
+ hasPlaceholder?: undefined;
820
+ } & {
821
+ required: true;
619
822
  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;
620
1260
  } & {
621
- optional?: true | undefined;
622
1261
  required?: false | undefined;
1262
+ requiredPlacement?: undefined;
1263
+ optional?: boolean | undefined;
623
1264
  } & {
624
1265
  clear?: false | undefined;
625
1266
  hasDivider?: undefined;
@@ -639,7 +1280,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
639
1280
  onSearch?: undefined;
640
1281
  chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
641
1282
  onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
642
- chipType?: "text" | "default" | undefined;
643
1283
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
644
1284
  export declare const base: import("@linaria/core").LinariaClassName;
645
1285
  export declare const StyledLabel: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & Record<never, unknown>>;