@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
@@ -7,8 +7,6 @@ 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;
12
10
  titleCaption?: import("react").ReactNode;
13
11
  leftHelper?: string | undefined;
14
12
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -17,9 +15,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
17
15
  textAfter?: string | undefined;
18
16
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
19
17
  } & {
20
- requiredPlacement?: "left" | "right" | undefined;
18
+ label?: string | undefined;
19
+ labelPlacement: "inner";
20
+ hasPlaceholder?: boolean | undefined;
21
21
  } & {
22
22
  required: true;
23
+ requiredPlacement?: "left" | "right" | undefined;
23
24
  optional?: false | undefined;
24
25
  } & {
25
26
  clear?: boolean | undefined;
@@ -40,15 +41,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
40
41
  onChangeChips?: undefined;
41
42
  enumerationType?: "plain" | undefined;
42
43
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
43
- chipType?: undefined;
44
44
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
45
45
  size?: string | undefined;
46
46
  view?: string | undefined;
47
47
  readOnly?: boolean | undefined;
48
48
  disabled?: boolean | undefined;
49
49
  } & {
50
- label?: string | undefined;
51
- labelPlacement?: "inner" | "outer" | undefined;
52
50
  titleCaption?: import("react").ReactNode;
53
51
  leftHelper?: string | undefined;
54
52
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -57,9 +55,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
57
55
  textAfter?: string | undefined;
58
56
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
59
57
  } & {
60
- requiredPlacement?: "left" | "right" | undefined;
58
+ label?: string | undefined;
59
+ labelPlacement: "inner";
60
+ hasPlaceholder?: boolean | undefined;
61
61
  } & {
62
62
  required: true;
63
+ requiredPlacement?: "left" | "right" | undefined;
63
64
  optional?: false | undefined;
64
65
  } & {
65
66
  clear?: boolean | undefined;
@@ -80,15 +81,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
80
81
  onSearch?: undefined;
81
82
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
82
83
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
83
- chipType?: "text" | "default" | undefined;
84
84
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
85
85
  size?: string | undefined;
86
86
  view?: string | undefined;
87
87
  readOnly?: boolean | undefined;
88
88
  disabled?: boolean | undefined;
89
89
  } & {
90
- label?: string | undefined;
91
- labelPlacement?: "inner" | "outer" | undefined;
92
90
  titleCaption?: import("react").ReactNode;
93
91
  leftHelper?: string | undefined;
94
92
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -97,9 +95,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
97
95
  textAfter?: string | undefined;
98
96
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
99
97
  } & {
100
- requiredPlacement?: "left" | "right" | undefined;
98
+ label?: string | undefined;
99
+ labelPlacement: "inner";
100
+ hasPlaceholder?: boolean | undefined;
101
101
  } & {
102
102
  required: true;
103
+ requiredPlacement?: "left" | "right" | undefined;
103
104
  optional?: false | undefined;
104
105
  } & {
105
106
  clear?: boolean | undefined;
@@ -120,15 +121,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
120
121
  onChangeChips?: undefined;
121
122
  enumerationType?: "plain" | undefined;
122
123
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
123
- chipType?: undefined;
124
124
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
125
125
  size?: string | undefined;
126
126
  view?: string | undefined;
127
127
  readOnly?: boolean | undefined;
128
128
  disabled?: boolean | undefined;
129
129
  } & {
130
- label?: string | undefined;
131
- labelPlacement?: "inner" | "outer" | undefined;
132
130
  titleCaption?: import("react").ReactNode;
133
131
  leftHelper?: string | undefined;
134
132
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -137,9 +135,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
137
135
  textAfter?: string | undefined;
138
136
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
139
137
  } & {
140
- requiredPlacement?: "left" | "right" | undefined;
138
+ label?: string | undefined;
139
+ labelPlacement: "inner";
140
+ hasPlaceholder?: boolean | undefined;
141
141
  } & {
142
142
  required: true;
143
+ requiredPlacement?: "left" | "right" | undefined;
143
144
  optional?: false | undefined;
144
145
  } & {
145
146
  clear?: boolean | undefined;
@@ -160,15 +161,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
160
161
  onSearch?: undefined;
161
162
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
162
163
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
163
- chipType?: "text" | "default" | undefined;
164
164
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
165
165
  size?: string | undefined;
166
166
  view?: string | undefined;
167
167
  readOnly?: boolean | undefined;
168
168
  disabled?: boolean | undefined;
169
169
  } & {
170
- label?: string | undefined;
171
- labelPlacement?: "inner" | "outer" | undefined;
172
170
  titleCaption?: import("react").ReactNode;
173
171
  leftHelper?: string | undefined;
174
172
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -177,9 +175,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
177
175
  textAfter?: string | undefined;
178
176
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
179
177
  } & {
180
- requiredPlacement?: "left" | "right" | undefined;
178
+ label?: string | undefined;
179
+ labelPlacement: "inner";
180
+ hasPlaceholder?: boolean | undefined;
181
181
  } & {
182
182
  required: true;
183
+ requiredPlacement?: "left" | "right" | undefined;
183
184
  optional?: false | undefined;
184
185
  } & {
185
186
  clear?: false | undefined;
@@ -200,15 +201,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
200
201
  onChangeChips?: undefined;
201
202
  enumerationType?: "plain" | undefined;
202
203
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
203
- chipType?: undefined;
204
204
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
205
205
  size?: string | undefined;
206
206
  view?: string | undefined;
207
207
  readOnly?: boolean | undefined;
208
208
  disabled?: boolean | undefined;
209
209
  } & {
210
- label?: string | undefined;
211
- labelPlacement?: "inner" | "outer" | undefined;
212
210
  titleCaption?: import("react").ReactNode;
213
211
  leftHelper?: string | undefined;
214
212
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -217,9 +215,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
217
215
  textAfter?: string | undefined;
218
216
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
219
217
  } & {
220
- requiredPlacement?: "left" | "right" | undefined;
218
+ label?: string | undefined;
219
+ labelPlacement: "inner";
220
+ hasPlaceholder?: boolean | undefined;
221
221
  } & {
222
222
  required: true;
223
+ requiredPlacement?: "left" | "right" | undefined;
223
224
  optional?: false | undefined;
224
225
  } & {
225
226
  clear?: false | undefined;
@@ -240,15 +241,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
240
241
  onSearch?: undefined;
241
242
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
242
243
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
243
- chipType?: "text" | "default" | undefined;
244
244
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
245
245
  size?: string | undefined;
246
246
  view?: string | undefined;
247
247
  readOnly?: boolean | undefined;
248
248
  disabled?: boolean | undefined;
249
249
  } & {
250
- label?: string | undefined;
251
- labelPlacement?: "inner" | "outer" | undefined;
252
250
  titleCaption?: import("react").ReactNode;
253
251
  leftHelper?: string | undefined;
254
252
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -257,9 +255,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
257
255
  textAfter?: string | undefined;
258
256
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
259
257
  } & {
260
- requiredPlacement?: "left" | "right" | undefined;
258
+ label?: string | undefined;
259
+ labelPlacement: "inner";
260
+ hasPlaceholder?: boolean | undefined;
261
261
  } & {
262
262
  required: true;
263
+ requiredPlacement?: "left" | "right" | undefined;
263
264
  optional?: false | undefined;
264
265
  } & {
265
266
  clear?: false | undefined;
@@ -280,15 +281,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
280
281
  onChangeChips?: undefined;
281
282
  enumerationType?: "plain" | undefined;
282
283
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
283
- chipType?: undefined;
284
284
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
285
285
  size?: string | undefined;
286
286
  view?: string | undefined;
287
287
  readOnly?: boolean | undefined;
288
288
  disabled?: boolean | undefined;
289
289
  } & {
290
- label?: string | undefined;
291
- labelPlacement?: "inner" | "outer" | undefined;
292
290
  titleCaption?: import("react").ReactNode;
293
291
  leftHelper?: string | undefined;
294
292
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -297,9 +295,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
297
295
  textAfter?: string | undefined;
298
296
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
299
297
  } & {
300
- requiredPlacement?: "left" | "right" | undefined;
298
+ label?: string | undefined;
299
+ labelPlacement: "inner";
300
+ hasPlaceholder?: boolean | undefined;
301
301
  } & {
302
302
  required: true;
303
+ requiredPlacement?: "left" | "right" | undefined;
303
304
  optional?: false | undefined;
304
305
  } & {
305
306
  clear?: false | undefined;
@@ -320,15 +321,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
320
321
  onSearch?: undefined;
321
322
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
322
323
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
323
- chipType?: "text" | "default" | undefined;
324
324
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
325
325
  size?: string | undefined;
326
326
  view?: string | undefined;
327
327
  readOnly?: boolean | undefined;
328
328
  disabled?: boolean | undefined;
329
329
  } & {
330
- label?: string | undefined;
331
- labelPlacement?: "inner" | "outer" | undefined;
332
330
  titleCaption?: import("react").ReactNode;
333
331
  leftHelper?: string | undefined;
334
332
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -337,10 +335,13 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
337
335
  textAfter?: string | undefined;
338
336
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
339
337
  } & {
340
- requiredPlacement?: "left" | "right" | undefined;
338
+ label?: string | undefined;
339
+ labelPlacement: "inner";
340
+ hasPlaceholder?: boolean | undefined;
341
341
  } & {
342
- optional?: true | undefined;
343
342
  required?: false | undefined;
343
+ requiredPlacement?: undefined;
344
+ optional?: boolean | undefined;
344
345
  } & {
345
346
  clear?: boolean | undefined;
346
347
  hasDivider?: boolean | undefined;
@@ -360,15 +361,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
360
361
  onChangeChips?: undefined;
361
362
  enumerationType?: "plain" | undefined;
362
363
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
363
- chipType?: undefined;
364
364
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
365
365
  size?: string | undefined;
366
366
  view?: string | undefined;
367
367
  readOnly?: boolean | undefined;
368
368
  disabled?: boolean | undefined;
369
369
  } & {
370
- label?: string | undefined;
371
- labelPlacement?: "inner" | "outer" | undefined;
372
370
  titleCaption?: import("react").ReactNode;
373
371
  leftHelper?: string | undefined;
374
372
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -377,10 +375,13 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
377
375
  textAfter?: string | undefined;
378
376
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
379
377
  } & {
380
- requiredPlacement?: "left" | "right" | undefined;
378
+ label?: string | undefined;
379
+ labelPlacement: "inner";
380
+ hasPlaceholder?: boolean | undefined;
381
381
  } & {
382
- optional?: true | undefined;
383
382
  required?: false | undefined;
383
+ requiredPlacement?: undefined;
384
+ optional?: boolean | undefined;
384
385
  } & {
385
386
  clear?: boolean | undefined;
386
387
  hasDivider?: boolean | undefined;
@@ -400,15 +401,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
400
401
  onSearch?: undefined;
401
402
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
402
403
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
403
- chipType?: "text" | "default" | undefined;
404
404
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
405
405
  size?: string | undefined;
406
406
  view?: string | undefined;
407
407
  readOnly?: boolean | undefined;
408
408
  disabled?: boolean | undefined;
409
409
  } & {
410
- label?: string | undefined;
411
- labelPlacement?: "inner" | "outer" | undefined;
412
410
  titleCaption?: import("react").ReactNode;
413
411
  leftHelper?: string | undefined;
414
412
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -417,10 +415,13 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
417
415
  textAfter?: string | undefined;
418
416
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
419
417
  } & {
420
- requiredPlacement?: "left" | "right" | undefined;
418
+ label?: string | undefined;
419
+ labelPlacement: "inner";
420
+ hasPlaceholder?: boolean | undefined;
421
421
  } & {
422
- optional?: true | undefined;
423
422
  required?: false | undefined;
423
+ requiredPlacement?: undefined;
424
+ optional?: boolean | undefined;
424
425
  } & {
425
426
  clear?: boolean | undefined;
426
427
  hasDivider?: boolean | undefined;
@@ -440,15 +441,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
440
441
  onChangeChips?: undefined;
441
442
  enumerationType?: "plain" | undefined;
442
443
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
443
- chipType?: undefined;
444
444
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
445
445
  size?: string | undefined;
446
446
  view?: string | undefined;
447
447
  readOnly?: boolean | undefined;
448
448
  disabled?: boolean | undefined;
449
449
  } & {
450
- label?: string | undefined;
451
- labelPlacement?: "inner" | "outer" | undefined;
452
450
  titleCaption?: import("react").ReactNode;
453
451
  leftHelper?: string | undefined;
454
452
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -457,10 +455,13 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
457
455
  textAfter?: string | undefined;
458
456
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
459
457
  } & {
460
- requiredPlacement?: "left" | "right" | undefined;
458
+ label?: string | undefined;
459
+ labelPlacement: "inner";
460
+ hasPlaceholder?: boolean | undefined;
461
461
  } & {
462
- optional?: true | undefined;
463
462
  required?: false | undefined;
463
+ requiredPlacement?: undefined;
464
+ optional?: boolean | undefined;
464
465
  } & {
465
466
  clear?: boolean | undefined;
466
467
  hasDivider?: boolean | undefined;
@@ -480,15 +481,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
480
481
  onSearch?: undefined;
481
482
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
482
483
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
483
- chipType?: "text" | "default" | undefined;
484
484
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
485
485
  size?: string | undefined;
486
486
  view?: string | undefined;
487
487
  readOnly?: boolean | undefined;
488
488
  disabled?: boolean | undefined;
489
489
  } & {
490
- label?: string | undefined;
491
- labelPlacement?: "inner" | "outer" | undefined;
492
490
  titleCaption?: import("react").ReactNode;
493
491
  leftHelper?: string | undefined;
494
492
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -497,10 +495,13 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
497
495
  textAfter?: string | undefined;
498
496
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
499
497
  } & {
500
- requiredPlacement?: "left" | "right" | undefined;
498
+ label?: string | undefined;
499
+ labelPlacement: "inner";
500
+ hasPlaceholder?: boolean | undefined;
501
501
  } & {
502
- optional?: true | undefined;
503
502
  required?: false | undefined;
503
+ requiredPlacement?: undefined;
504
+ optional?: boolean | undefined;
504
505
  } & {
505
506
  clear?: false | undefined;
506
507
  hasDivider?: undefined;
@@ -520,15 +521,12 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
520
521
  onChangeChips?: undefined;
521
522
  enumerationType?: "plain" | undefined;
522
523
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
523
- chipType?: undefined;
524
524
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
525
525
  size?: string | undefined;
526
526
  view?: string | undefined;
527
527
  readOnly?: boolean | undefined;
528
528
  disabled?: boolean | undefined;
529
529
  } & {
530
- label?: string | undefined;
531
- labelPlacement?: "inner" | "outer" | undefined;
532
530
  titleCaption?: import("react").ReactNode;
533
531
  leftHelper?: string | undefined;
534
532
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -537,10 +535,13 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
537
535
  textAfter?: string | undefined;
538
536
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
539
537
  } & {
540
- requiredPlacement?: "left" | "right" | undefined;
538
+ label?: string | undefined;
539
+ labelPlacement: "inner";
540
+ hasPlaceholder?: boolean | undefined;
541
541
  } & {
542
- optional?: true | undefined;
543
542
  required?: false | undefined;
543
+ requiredPlacement?: undefined;
544
+ optional?: boolean | undefined;
544
545
  } & {
545
546
  clear?: false | undefined;
546
547
  hasDivider?: undefined;
@@ -560,15 +561,52 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
560
561
  onSearch?: undefined;
561
562
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
562
563
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
563
- chipType?: "text" | "default" | undefined;
564
564
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
565
565
  size?: string | undefined;
566
566
  view?: string | undefined;
567
567
  readOnly?: boolean | undefined;
568
568
  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;
569
577
  } & {
570
578
  label?: string | undefined;
571
- labelPlacement?: "inner" | "outer" | 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
+ } & {
572
610
  titleCaption?: import("react").ReactNode;
573
611
  leftHelper?: string | undefined;
574
612
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -577,10 +615,13 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
577
615
  textAfter?: string | undefined;
578
616
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
579
617
  } & {
580
- requiredPlacement?: "left" | "right" | undefined;
618
+ label?: string | undefined;
619
+ labelPlacement: "inner";
620
+ hasPlaceholder?: boolean | undefined;
581
621
  } & {
582
- optional?: true | undefined;
583
622
  required?: false | undefined;
623
+ requiredPlacement?: undefined;
624
+ optional?: boolean | undefined;
584
625
  } & {
585
626
  clear?: false | undefined;
586
627
  hasDivider?: undefined;
@@ -595,20 +636,177 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
595
636
  hintOffset?: undefined;
596
637
  hintWidth?: undefined;
597
638
  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;
598
759
  } & {
599
760
  chips?: undefined;
600
761
  onChangeChips?: undefined;
601
762
  enumerationType?: "plain" | undefined;
602
763
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
603
- chipType?: undefined;
604
764
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
605
765
  size?: string | undefined;
606
766
  view?: string | undefined;
607
767
  readOnly?: boolean | undefined;
608
768
  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;
609
777
  } & {
610
778
  label?: string | undefined;
611
- labelPlacement?: "inner" | "outer" | 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
+ } & {
612
810
  titleCaption?: import("react").ReactNode;
613
811
  leftHelper?: string | undefined;
614
812
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -617,10 +815,453 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
617
815
  textAfter?: string | undefined;
618
816
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
619
817
  } & {
818
+ label?: string | undefined;
819
+ labelPlacement?: "outer" | undefined;
820
+ hasPlaceholder?: undefined;
821
+ } & {
822
+ required: true;
620
823
  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;
621
1261
  } & {
622
- optional?: true | undefined;
623
1262
  required?: false | undefined;
1263
+ requiredPlacement?: undefined;
1264
+ optional?: boolean | undefined;
624
1265
  } & {
625
1266
  clear?: false | undefined;
626
1267
  hasDivider?: undefined;
@@ -640,7 +1281,6 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
640
1281
  onSearch?: undefined;
641
1282
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
642
1283
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
643
- chipType?: "text" | "default" | undefined;
644
1284
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>)))>;
645
1285
  export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
646
1286
  disabled: boolean;