@salutejs/plasma-new-hope 0.343.0-canary.2370.19885960439.0 → 0.343.0-canary.2371.19919666002.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +26 -28
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +26 -28
  3. package/cjs/components/DatePicker/RangeDate/RangeDate.css +26 -28
  4. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
  5. package/cjs/components/DatePicker/SingleDate/SingleDate.css +26 -28
  6. package/cjs/components/DateTimePicker/DateTimePicker.css +26 -28
  7. package/cjs/components/DateTimePicker/ui/Input/Input.css +26 -28
  8. package/cjs/components/Pagination/Pagination.css +35 -37
  9. package/cjs/components/Pagination/Pagination.styles.js +7 -7
  10. package/cjs/components/Pagination/Pagination.styles.js.map +1 -1
  11. package/cjs/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_wrarr1.css} +1 -1
  12. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
  13. package/cjs/components/Range/Range.css +26 -28
  14. package/cjs/components/Select/Select.css +26 -28
  15. package/cjs/components/Select/ui/Target/Target.css +26 -28
  16. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
  17. package/cjs/components/Slider/Slider.css +26 -28
  18. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
  19. package/cjs/components/Table/Table.css +26 -28
  20. package/cjs/components/Table/ui/Cell/Cell.css +26 -28
  21. package/cjs/components/Table/ui/EditableCell/EditableCell.css +26 -28
  22. package/cjs/components/Table/ui/HeadCell/HeadCell.css +26 -28
  23. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
  24. package/cjs/components/TextField/TextField.js +16 -23
  25. package/cjs/components/TextField/TextField.js.map +1 -1
  26. package/cjs/components/TextField/TextField.styles.js +8 -18
  27. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  28. package/cjs/components/TextField/{TextField.styles_146520i.css → TextField.styles_1pu4eym.css} +1 -1
  29. package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
  30. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  31. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  32. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  33. package/cjs/components/TextField/variations/_label-placement/{base_1s0mlhj.css → base_o4xjq1.css} +1 -1
  34. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  35. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  36. package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
  37. package/cjs/components/TextField/variations/_view/base.js +1 -1
  38. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  39. package/cjs/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
  40. package/cjs/components/TimePicker/TimePicker.css +30 -32
  41. package/cjs/components/TimePicker/TimePicker.js +3 -2
  42. package/cjs/components/TimePicker/TimePicker.js.map +1 -1
  43. package/cjs/components/TimePicker/TimePicker.styles.js +1 -1
  44. package/cjs/components/TimePicker/TimePicker.styles.js.map +1 -1
  45. package/cjs/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_1qm4hou.css} +2 -2
  46. package/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
  47. package/cjs/components/TimePicker/TimePicker.tokens.js.map +1 -1
  48. package/cjs/index.css +39 -41
  49. package/cjs/utils/createConditionalComponent.js +8 -4
  50. package/cjs/utils/createConditionalComponent.js.map +1 -1
  51. package/emotion/cjs/components/Pagination/Pagination.styles.js +18 -18
  52. package/emotion/cjs/components/TextField/TextField.js +17 -24
  53. package/emotion/cjs/components/TextField/TextField.styles.js +46 -49
  54. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  55. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  56. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  57. package/emotion/cjs/components/TimePicker/TimePicker.js +4 -2
  58. package/emotion/cjs/components/TimePicker/TimePicker.styles.js +9 -12
  59. package/emotion/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
  60. package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +59 -0
  61. package/emotion/cjs/examples/components/TextField/TextField.config.js +22 -25
  62. package/emotion/cjs/examples/components/TextField/TextField.js +29 -5
  63. package/emotion/cjs/utils/createConditionalComponent.js +76 -8
  64. package/emotion/es/components/Pagination/Pagination.styles.js +18 -18
  65. package/emotion/es/components/TextField/TextField.js +5 -12
  66. package/emotion/es/components/TextField/TextField.styles.js +46 -49
  67. package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
  68. package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
  69. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  70. package/emotion/es/components/TimePicker/TimePicker.js +4 -2
  71. package/emotion/es/components/TimePicker/TimePicker.styles.js +9 -12
  72. package/emotion/es/components/TimePicker/TimePicker.tokens.js +1 -0
  73. package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
  74. package/emotion/es/examples/components/TextField/TextField.clear.config.js +49 -0
  75. package/emotion/es/examples/components/TextField/TextField.config.js +22 -25
  76. package/emotion/es/examples/components/TextField/TextField.js +15 -2
  77. package/emotion/es/utils/createConditionalComponent.js +37 -5
  78. package/es/components/Autocomplete/Autocomplete.css +26 -28
  79. package/es/components/Combobox/ComboboxNew/Combobox.css +26 -28
  80. package/es/components/DatePicker/RangeDate/RangeDate.css +26 -28
  81. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
  82. package/es/components/DatePicker/SingleDate/SingleDate.css +26 -28
  83. package/es/components/DateTimePicker/DateTimePicker.css +26 -28
  84. package/es/components/DateTimePicker/ui/Input/Input.css +26 -28
  85. package/es/components/Pagination/Pagination.css +35 -37
  86. package/es/components/Pagination/Pagination.styles.js +7 -7
  87. package/es/components/Pagination/Pagination.styles.js.map +1 -1
  88. package/es/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_wrarr1.css} +1 -1
  89. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
  90. package/es/components/Range/Range.css +26 -28
  91. package/es/components/Select/Select.css +26 -28
  92. package/es/components/Select/ui/Target/Target.css +26 -28
  93. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
  94. package/es/components/Slider/Slider.css +26 -28
  95. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
  96. package/es/components/Table/Table.css +26 -28
  97. package/es/components/Table/ui/Cell/Cell.css +26 -28
  98. package/es/components/Table/ui/EditableCell/EditableCell.css +26 -28
  99. package/es/components/Table/ui/HeadCell/HeadCell.css +26 -28
  100. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
  101. package/es/components/TextField/TextField.js +16 -23
  102. package/es/components/TextField/TextField.js.map +1 -1
  103. package/es/components/TextField/TextField.styles.js +8 -18
  104. package/es/components/TextField/TextField.styles.js.map +1 -1
  105. package/es/components/TextField/{TextField.styles_146520i.css → TextField.styles_1pu4eym.css} +1 -1
  106. package/es/components/TextField/ui/Hint/Hint.css +21 -21
  107. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  108. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  109. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  110. package/es/components/TextField/variations/_label-placement/{base_1s0mlhj.css → base_o4xjq1.css} +1 -1
  111. package/es/components/TextField/variations/_read-only/base.js +1 -1
  112. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  113. package/es/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
  114. package/es/components/TextField/variations/_view/base.js +1 -1
  115. package/es/components/TextField/variations/_view/base.js.map +1 -1
  116. package/es/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
  117. package/es/components/TimePicker/TimePicker.css +30 -32
  118. package/es/components/TimePicker/TimePicker.js +3 -2
  119. package/es/components/TimePicker/TimePicker.js.map +1 -1
  120. package/es/components/TimePicker/TimePicker.styles.js +1 -1
  121. package/es/components/TimePicker/TimePicker.styles.js.map +1 -1
  122. package/es/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_1qm4hou.css} +2 -2
  123. package/es/components/TimePicker/TimePicker.tokens.js +1 -0
  124. package/es/components/TimePicker/TimePicker.tokens.js.map +1 -1
  125. package/es/index.css +39 -41
  126. package/es/utils/createConditionalComponent.js +10 -6
  127. package/es/utils/createConditionalComponent.js.map +1 -1
  128. package/package.json +5 -5
  129. package/styled-components/cjs/components/Pagination/Pagination.styles.js +13 -14
  130. package/styled-components/cjs/components/TextField/TextField.js +16 -23
  131. package/styled-components/cjs/components/TextField/TextField.styles.js +31 -32
  132. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +6 -4
  133. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +3 -4
  134. package/styled-components/cjs/components/TextField/variations/_view/base.js +13 -2
  135. package/styled-components/cjs/components/TimePicker/TimePicker.js +4 -2
  136. package/styled-components/cjs/components/TimePicker/TimePicker.styles.js +10 -12
  137. package/styled-components/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
  138. package/styled-components/cjs/examples/components/Combobox/Combobox.js +15 -0
  139. package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +670 -0
  140. package/styled-components/cjs/examples/components/TextField/TextField.config.js +10 -48
  141. package/styled-components/cjs/examples/components/TextField/TextField.js +29 -5
  142. package/styled-components/cjs/utils/createConditionalComponent.js +76 -8
  143. package/styled-components/es/components/Pagination/Pagination.styles.js +13 -14
  144. package/styled-components/es/components/TextField/TextField.js +4 -11
  145. package/styled-components/es/components/TextField/TextField.styles.js +31 -32
  146. package/styled-components/es/components/TextField/variations/_label-placement/base.js +7 -5
  147. package/styled-components/es/components/TextField/variations/_read-only/base.js +3 -4
  148. package/styled-components/es/components/TextField/variations/_view/base.js +14 -3
  149. package/styled-components/es/components/TimePicker/TimePicker.js +4 -2
  150. package/styled-components/es/components/TimePicker/TimePicker.styles.js +10 -12
  151. package/styled-components/es/components/TimePicker/TimePicker.tokens.js +1 -0
  152. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  153. package/styled-components/es/examples/components/TextField/TextField.clear.config.js +660 -0
  154. package/styled-components/es/examples/components/TextField/TextField.config.js +10 -48
  155. package/styled-components/es/examples/components/TextField/TextField.js +15 -2
  156. package/styled-components/es/utils/createConditionalComponent.js +37 -5
  157. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +8 -0
  158. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  159. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +8 -0
  160. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  161. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +8 -0
  162. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  163. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +8 -0
  164. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
  165. package/types/components/Pagination/Pagination.styles.d.ts.map +1 -1
  166. package/types/components/Range/Range.styles.d.ts +8 -0
  167. package/types/components/Range/Range.styles.d.ts.map +1 -1
  168. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +8 -0
  169. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  170. package/types/components/Slider/components/Double/Double.styles.d.ts +8 -0
  171. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  172. package/types/components/TextField/TextField.d.ts +0 -4
  173. package/types/components/TextField/TextField.d.ts.map +1 -1
  174. package/types/components/TextField/TextField.styles.d.ts +1 -4
  175. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  176. package/types/components/TextField/TextField.types.d.ts +8 -0
  177. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  178. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  179. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  180. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  181. package/types/components/TimePicker/TimePicker.d.ts.map +1 -1
  182. package/types/components/TimePicker/TimePicker.styles.d.ts +8 -0
  183. package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
  184. package/types/components/TimePicker/TimePicker.tokens.d.ts +1 -0
  185. package/types/components/TimePicker/TimePicker.tokens.d.ts.map +1 -1
  186. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  187. package/types/examples/components/Checkbox/Checkbox.d.ts +2 -2
  188. package/types/examples/components/Checkbox/Checkbox.d.ts.map +1 -1
  189. package/types/examples/components/Chip/Chip.d.ts +2 -2
  190. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  191. package/types/examples/components/Mask/Mask.d.ts +17 -33
  192. package/types/examples/components/Mask/Mask.d.ts.map +1 -1
  193. package/types/examples/components/NumberFormat/NumberFormat.d.ts +24 -40
  194. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  195. package/types/examples/components/Radiobox/Radiobox.d.ts +49 -8
  196. package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
  197. package/types/examples/components/TextField/TextField.clear.config.d.ts +48 -0
  198. package/types/examples/components/TextField/TextField.clear.config.d.ts.map +1 -0
  199. package/types/examples/components/TextField/TextField.config.d.ts +0 -3
  200. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
  201. package/types/examples/components/TextField/TextField.d.ts +970 -4
  202. package/types/examples/components/TextField/TextField.d.ts.map +1 -1
  203. package/types/utils/createConditionalComponent.d.ts +1 -1
  204. package/types/utils/createConditionalComponent.d.ts.map +1 -1
  205. package/cjs/components/TextField/variations/_clear/base.js +0 -9
  206. package/cjs/components/TextField/variations/_clear/base.js.map +0 -1
  207. package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
  208. package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
  209. package/emotion/cjs/components/File/File.types.js +0 -4
  210. package/emotion/cjs/components/TextField/variations/_clear/base.js +0 -14
  211. package/emotion/es/components/File/File.types.js +0 -1
  212. package/emotion/es/components/TextField/variations/_clear/base.js +0 -4
  213. package/es/components/TextField/variations/_clear/base.js +0 -5
  214. package/es/components/TextField/variations/_clear/base.js.map +0 -1
  215. package/es/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
  216. package/es/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
  217. package/styled-components/cjs/components/File/File.types.js +0 -4
  218. package/styled-components/cjs/components/TextField/variations/_clear/base.js +0 -52
  219. package/styled-components/es/components/File/File.types.js +0 -1
  220. package/styled-components/es/components/TextField/variations/_clear/base.js +0 -42
  221. package/types/components/File/File.types.d.ts +0 -99
  222. package/types/components/File/File.types.d.ts.map +0 -1
  223. package/types/components/TextField/variations/_clear/base.d.ts +0 -2
  224. package/types/components/TextField/variations/_clear/base.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- export declare const TextField: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
1
+ export declare const TextFieldDefault: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
2
2
  view: {
3
3
  default: import("@linaria/core").LinariaClassName;
4
4
  positive: import("@linaria/core").LinariaClassName;
@@ -16,9 +16,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
16
16
  inner: import("@linaria/core").LinariaClassName;
17
17
  outer: import("@linaria/core").LinariaClassName;
18
18
  };
19
- clear: {
20
- true: import("@linaria/core").LinariaClassName;
21
- };
22
19
  chipView: {
23
20
  default: import("@linaria/core").LinariaClassName;
24
21
  secondary: import("@linaria/core").LinariaClassName;
@@ -41,6 +38,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
41
38
  true: import("@linaria/core").LinariaClassName;
42
39
  };
43
40
  }> & (({
41
+ appearance?: "default" | "clear";
44
42
  size?: string;
45
43
  view?: string;
46
44
  readOnly?: boolean;
@@ -77,6 +75,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
77
75
  chipView?: never;
78
76
  chipValidator?: never;
79
77
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
78
+ appearance?: "default" | "clear";
80
79
  size?: string;
81
80
  view?: string;
82
81
  readOnly?: boolean;
@@ -115,6 +114,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
115
114
  view?: string;
116
115
  };
117
116
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
117
+ appearance?: "default" | "clear";
118
118
  size?: string;
119
119
  view?: string;
120
120
  readOnly?: boolean;
@@ -151,6 +151,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
151
151
  chipView?: never;
152
152
  chipValidator?: never;
153
153
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
154
+ appearance?: "default" | "clear";
154
155
  size?: string;
155
156
  view?: string;
156
157
  readOnly?: boolean;
@@ -189,6 +190,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
189
190
  view?: string;
190
191
  };
191
192
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
193
+ appearance?: "default" | "clear";
192
194
  size?: string;
193
195
  view?: string;
194
196
  readOnly?: boolean;
@@ -225,6 +227,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
225
227
  chipView?: never;
226
228
  chipValidator?: never;
227
229
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
230
+ appearance?: "default" | "clear";
228
231
  size?: string;
229
232
  view?: string;
230
233
  readOnly?: boolean;
@@ -263,6 +266,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
263
266
  view?: string;
264
267
  };
265
268
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
269
+ appearance?: "default" | "clear";
266
270
  size?: string;
267
271
  view?: string;
268
272
  readOnly?: boolean;
@@ -299,6 +303,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
299
303
  chipView?: never;
300
304
  chipValidator?: never;
301
305
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
306
+ appearance?: "default" | "clear";
302
307
  size?: string;
303
308
  view?: string;
304
309
  readOnly?: boolean;
@@ -337,4 +342,965 @@ export declare const TextField: import("react").FunctionComponent<import("../../
337
342
  view?: string;
338
343
  };
339
344
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
345
+ export declare const TextFieldClear: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
346
+ view: {
347
+ default: import("@linaria/core").LinariaClassName;
348
+ positive: import("@linaria/core").LinariaClassName;
349
+ warning: import("@linaria/core").LinariaClassName;
350
+ negative: import("@linaria/core").LinariaClassName;
351
+ };
352
+ size: {
353
+ xl: import("@linaria/core").LinariaClassName;
354
+ l: import("@linaria/core").LinariaClassName;
355
+ m: import("@linaria/core").LinariaClassName;
356
+ s: import("@linaria/core").LinariaClassName;
357
+ xs: import("@linaria/core").LinariaClassName;
358
+ };
359
+ labelPlacement: {
360
+ inner: import("@linaria/core").LinariaClassName;
361
+ outer: import("@linaria/core").LinariaClassName;
362
+ };
363
+ chipView: {
364
+ default: import("@linaria/core").LinariaClassName;
365
+ secondary: import("@linaria/core").LinariaClassName;
366
+ accent: import("@linaria/core").LinariaClassName;
367
+ positive: import("@linaria/core").LinariaClassName;
368
+ warning: import("@linaria/core").LinariaClassName;
369
+ negative: import("@linaria/core").LinariaClassName;
370
+ };
371
+ hintView: {
372
+ default: import("@linaria/core").LinariaClassName;
373
+ };
374
+ hintSize: {
375
+ m: import("@linaria/core").LinariaClassName;
376
+ s: import("@linaria/core").LinariaClassName;
377
+ };
378
+ disabled: {
379
+ true: import("@linaria/core").LinariaClassName;
380
+ };
381
+ readOnly: {
382
+ true: import("@linaria/core").LinariaClassName;
383
+ };
384
+ }> & (({
385
+ appearance?: "default" | "clear";
386
+ size?: string;
387
+ view?: string;
388
+ readOnly?: boolean;
389
+ disabled?: boolean;
390
+ } & {
391
+ titleCaption?: import("react").ReactNode;
392
+ leftHelper?: import("react").ReactNode;
393
+ contentLeft?: React.ReactElement;
394
+ contentRight?: React.ReactElement;
395
+ textBefore?: string;
396
+ textAfter?: string;
397
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
398
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
399
+ clear?: boolean;
400
+ hasDivider?: boolean;
401
+ } & {
402
+ hintText: string;
403
+ hintTrigger?: "hover" | "click";
404
+ hintView?: string;
405
+ hintSize?: string;
406
+ hintTargetIcon?: import("react").ReactNode;
407
+ hintTargetPlacement?: "inner" | "outer";
408
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
409
+ hintHasArrow?: boolean;
410
+ hintOffset?: [number, number];
411
+ hintWidth?: string;
412
+ hintContentLeft?: import("react").ReactNode;
413
+ } & {
414
+ chips?: never;
415
+ onChangeChips?: never;
416
+ enumerationType?: "plain";
417
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
418
+ chipType?: never;
419
+ chipView?: never;
420
+ chipValidator?: never;
421
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
422
+ appearance?: "default" | "clear";
423
+ size?: string;
424
+ view?: string;
425
+ readOnly?: boolean;
426
+ disabled?: boolean;
427
+ } & {
428
+ titleCaption?: import("react").ReactNode;
429
+ leftHelper?: import("react").ReactNode;
430
+ contentLeft?: React.ReactElement;
431
+ contentRight?: React.ReactElement;
432
+ textBefore?: string;
433
+ textAfter?: string;
434
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
435
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
436
+ clear?: boolean;
437
+ hasDivider?: boolean;
438
+ } & {
439
+ hintText: string;
440
+ hintTrigger?: "hover" | "click";
441
+ hintView?: string;
442
+ hintSize?: string;
443
+ hintTargetIcon?: import("react").ReactNode;
444
+ hintTargetPlacement?: "inner" | "outer";
445
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
446
+ hintHasArrow?: boolean;
447
+ hintOffset?: [number, number];
448
+ hintWidth?: string;
449
+ hintContentLeft?: import("react").ReactNode;
450
+ } & {
451
+ enumerationType: "chip";
452
+ onSearch?: never;
453
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
454
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
455
+ chipType?: "default" | "text";
456
+ chipView?: string;
457
+ chipValidator?: (value: string) => {
458
+ view?: string;
459
+ };
460
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
461
+ appearance?: "default" | "clear";
462
+ size?: string;
463
+ view?: string;
464
+ readOnly?: boolean;
465
+ disabled?: boolean;
466
+ } & {
467
+ titleCaption?: import("react").ReactNode;
468
+ leftHelper?: import("react").ReactNode;
469
+ contentLeft?: React.ReactElement;
470
+ contentRight?: React.ReactElement;
471
+ textBefore?: string;
472
+ textAfter?: string;
473
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
474
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
475
+ clear?: boolean;
476
+ hasDivider?: boolean;
477
+ } & {
478
+ hintTrigger?: never;
479
+ hintText?: never;
480
+ hintView?: never;
481
+ hintSize?: never;
482
+ hintTargetIcon?: never;
483
+ hintTargetPlacement?: never;
484
+ hintPlacement?: never;
485
+ hintHasArrow?: never;
486
+ hintOffset?: never;
487
+ hintWidth?: never;
488
+ hintContentLeft?: never;
489
+ } & {
490
+ chips?: never;
491
+ onChangeChips?: never;
492
+ enumerationType?: "plain";
493
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
494
+ chipType?: never;
495
+ chipView?: never;
496
+ chipValidator?: never;
497
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
498
+ appearance?: "default" | "clear";
499
+ size?: string;
500
+ view?: string;
501
+ readOnly?: boolean;
502
+ disabled?: boolean;
503
+ } & {
504
+ titleCaption?: import("react").ReactNode;
505
+ leftHelper?: import("react").ReactNode;
506
+ contentLeft?: React.ReactElement;
507
+ contentRight?: React.ReactElement;
508
+ textBefore?: string;
509
+ textAfter?: string;
510
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
511
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
512
+ clear?: boolean;
513
+ hasDivider?: boolean;
514
+ } & {
515
+ hintTrigger?: never;
516
+ hintText?: never;
517
+ hintView?: never;
518
+ hintSize?: never;
519
+ hintTargetIcon?: never;
520
+ hintTargetPlacement?: never;
521
+ hintPlacement?: never;
522
+ hintHasArrow?: never;
523
+ hintOffset?: never;
524
+ hintWidth?: never;
525
+ hintContentLeft?: never;
526
+ } & {
527
+ enumerationType: "chip";
528
+ onSearch?: never;
529
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
530
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
531
+ chipType?: "default" | "text";
532
+ chipView?: string;
533
+ chipValidator?: (value: string) => {
534
+ view?: string;
535
+ };
536
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
537
+ appearance?: "default" | "clear";
538
+ size?: string;
539
+ view?: string;
540
+ readOnly?: boolean;
541
+ disabled?: boolean;
542
+ } & {
543
+ titleCaption?: import("react").ReactNode;
544
+ leftHelper?: import("react").ReactNode;
545
+ contentLeft?: React.ReactElement;
546
+ contentRight?: React.ReactElement;
547
+ textBefore?: string;
548
+ textAfter?: string;
549
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
550
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
551
+ clear?: false;
552
+ hasDivider?: never;
553
+ } & {
554
+ hintText: string;
555
+ hintTrigger?: "hover" | "click";
556
+ hintView?: string;
557
+ hintSize?: string;
558
+ hintTargetIcon?: import("react").ReactNode;
559
+ hintTargetPlacement?: "inner" | "outer";
560
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
561
+ hintHasArrow?: boolean;
562
+ hintOffset?: [number, number];
563
+ hintWidth?: string;
564
+ hintContentLeft?: import("react").ReactNode;
565
+ } & {
566
+ chips?: never;
567
+ onChangeChips?: never;
568
+ enumerationType?: "plain";
569
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
570
+ chipType?: never;
571
+ chipView?: never;
572
+ chipValidator?: never;
573
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
574
+ appearance?: "default" | "clear";
575
+ size?: string;
576
+ view?: string;
577
+ readOnly?: boolean;
578
+ disabled?: boolean;
579
+ } & {
580
+ titleCaption?: import("react").ReactNode;
581
+ leftHelper?: import("react").ReactNode;
582
+ contentLeft?: React.ReactElement;
583
+ contentRight?: React.ReactElement;
584
+ textBefore?: string;
585
+ textAfter?: string;
586
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
587
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
588
+ clear?: false;
589
+ hasDivider?: never;
590
+ } & {
591
+ hintText: string;
592
+ hintTrigger?: "hover" | "click";
593
+ hintView?: string;
594
+ hintSize?: string;
595
+ hintTargetIcon?: import("react").ReactNode;
596
+ hintTargetPlacement?: "inner" | "outer";
597
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
598
+ hintHasArrow?: boolean;
599
+ hintOffset?: [number, number];
600
+ hintWidth?: string;
601
+ hintContentLeft?: import("react").ReactNode;
602
+ } & {
603
+ enumerationType: "chip";
604
+ onSearch?: never;
605
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
606
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
607
+ chipType?: "default" | "text";
608
+ chipView?: string;
609
+ chipValidator?: (value: string) => {
610
+ view?: string;
611
+ };
612
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
613
+ appearance?: "default" | "clear";
614
+ size?: string;
615
+ view?: string;
616
+ readOnly?: boolean;
617
+ disabled?: boolean;
618
+ } & {
619
+ titleCaption?: import("react").ReactNode;
620
+ leftHelper?: import("react").ReactNode;
621
+ contentLeft?: React.ReactElement;
622
+ contentRight?: React.ReactElement;
623
+ textBefore?: string;
624
+ textAfter?: string;
625
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
626
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
627
+ clear?: false;
628
+ hasDivider?: never;
629
+ } & {
630
+ hintTrigger?: never;
631
+ hintText?: never;
632
+ hintView?: never;
633
+ hintSize?: never;
634
+ hintTargetIcon?: never;
635
+ hintTargetPlacement?: never;
636
+ hintPlacement?: never;
637
+ hintHasArrow?: never;
638
+ hintOffset?: never;
639
+ hintWidth?: never;
640
+ hintContentLeft?: never;
641
+ } & {
642
+ chips?: never;
643
+ onChangeChips?: never;
644
+ enumerationType?: "plain";
645
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
646
+ chipType?: never;
647
+ chipView?: never;
648
+ chipValidator?: never;
649
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
650
+ appearance?: "default" | "clear";
651
+ size?: string;
652
+ view?: string;
653
+ readOnly?: boolean;
654
+ disabled?: boolean;
655
+ } & {
656
+ titleCaption?: import("react").ReactNode;
657
+ leftHelper?: import("react").ReactNode;
658
+ contentLeft?: React.ReactElement;
659
+ contentRight?: React.ReactElement;
660
+ textBefore?: string;
661
+ textAfter?: string;
662
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
663
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
664
+ clear?: false;
665
+ hasDivider?: never;
666
+ } & {
667
+ hintTrigger?: never;
668
+ hintText?: never;
669
+ hintView?: never;
670
+ hintSize?: never;
671
+ hintTargetIcon?: never;
672
+ hintTargetPlacement?: never;
673
+ hintPlacement?: never;
674
+ hintHasArrow?: never;
675
+ hintOffset?: never;
676
+ hintWidth?: never;
677
+ hintContentLeft?: never;
678
+ } & {
679
+ enumerationType: "chip";
680
+ onSearch?: never;
681
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
682
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
683
+ chipType?: "default" | "text";
684
+ chipView?: string;
685
+ chipValidator?: (value: string) => {
686
+ view?: string;
687
+ };
688
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
689
+ export declare const TextField: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
690
+ view: {
691
+ default: import("@linaria/core").LinariaClassName;
692
+ positive: import("@linaria/core").LinariaClassName;
693
+ warning: import("@linaria/core").LinariaClassName;
694
+ negative: import("@linaria/core").LinariaClassName;
695
+ };
696
+ size: {
697
+ xl: import("@linaria/core").LinariaClassName;
698
+ l: import("@linaria/core").LinariaClassName;
699
+ m: import("@linaria/core").LinariaClassName;
700
+ s: import("@linaria/core").LinariaClassName;
701
+ xs: import("@linaria/core").LinariaClassName;
702
+ };
703
+ labelPlacement: {
704
+ inner: import("@linaria/core").LinariaClassName;
705
+ outer: import("@linaria/core").LinariaClassName;
706
+ };
707
+ chipView: {
708
+ default: import("@linaria/core").LinariaClassName;
709
+ secondary: import("@linaria/core").LinariaClassName;
710
+ accent: import("@linaria/core").LinariaClassName;
711
+ positive: import("@linaria/core").LinariaClassName;
712
+ warning: import("@linaria/core").LinariaClassName;
713
+ negative: import("@linaria/core").LinariaClassName;
714
+ };
715
+ hintView: {
716
+ default: import("@linaria/core").LinariaClassName;
717
+ };
718
+ hintSize: {
719
+ m: import("@linaria/core").LinariaClassName;
720
+ s: import("@linaria/core").LinariaClassName;
721
+ };
722
+ disabled: {
723
+ true: import("@linaria/core").LinariaClassName;
724
+ };
725
+ readOnly: {
726
+ true: import("@linaria/core").LinariaClassName;
727
+ };
728
+ }> & {
729
+ appearance?: "default" | "clear";
730
+ size?: string;
731
+ view?: string;
732
+ readOnly?: boolean;
733
+ disabled?: boolean;
734
+ } & {
735
+ titleCaption?: import("react").ReactNode;
736
+ leftHelper?: import("react").ReactNode;
737
+ contentLeft?: React.ReactElement;
738
+ contentRight?: React.ReactElement;
739
+ textBefore?: string;
740
+ textAfter?: string;
741
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
742
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
743
+ clear?: boolean;
744
+ hasDivider?: boolean;
745
+ } & {
746
+ hintText: string;
747
+ hintTrigger?: "hover" | "click";
748
+ hintView?: string;
749
+ hintSize?: string;
750
+ hintTargetIcon?: import("react").ReactNode;
751
+ hintTargetPlacement?: "inner" | "outer";
752
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
753
+ hintHasArrow?: boolean;
754
+ hintOffset?: [number, number];
755
+ hintWidth?: string;
756
+ hintContentLeft?: import("react").ReactNode;
757
+ } & {
758
+ chips?: never;
759
+ onChangeChips?: never;
760
+ enumerationType?: "plain";
761
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
762
+ chipType?: never;
763
+ chipView?: never;
764
+ chipValidator?: never;
765
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
766
+ view: {
767
+ default: import("@linaria/core").LinariaClassName;
768
+ positive: import("@linaria/core").LinariaClassName;
769
+ warning: import("@linaria/core").LinariaClassName;
770
+ negative: import("@linaria/core").LinariaClassName;
771
+ };
772
+ size: {
773
+ xl: import("@linaria/core").LinariaClassName;
774
+ l: import("@linaria/core").LinariaClassName;
775
+ m: import("@linaria/core").LinariaClassName;
776
+ s: import("@linaria/core").LinariaClassName;
777
+ xs: import("@linaria/core").LinariaClassName;
778
+ };
779
+ labelPlacement: {
780
+ inner: import("@linaria/core").LinariaClassName;
781
+ outer: import("@linaria/core").LinariaClassName;
782
+ };
783
+ chipView: {
784
+ default: import("@linaria/core").LinariaClassName;
785
+ secondary: import("@linaria/core").LinariaClassName;
786
+ accent: import("@linaria/core").LinariaClassName;
787
+ positive: import("@linaria/core").LinariaClassName;
788
+ warning: import("@linaria/core").LinariaClassName;
789
+ negative: import("@linaria/core").LinariaClassName;
790
+ };
791
+ hintView: {
792
+ default: import("@linaria/core").LinariaClassName;
793
+ };
794
+ hintSize: {
795
+ m: import("@linaria/core").LinariaClassName;
796
+ s: import("@linaria/core").LinariaClassName;
797
+ };
798
+ disabled: {
799
+ true: import("@linaria/core").LinariaClassName;
800
+ };
801
+ readOnly: {
802
+ true: import("@linaria/core").LinariaClassName;
803
+ };
804
+ }> & {
805
+ appearance?: "default" | "clear";
806
+ size?: string;
807
+ view?: string;
808
+ readOnly?: boolean;
809
+ disabled?: boolean;
810
+ } & {
811
+ titleCaption?: import("react").ReactNode;
812
+ leftHelper?: import("react").ReactNode;
813
+ contentLeft?: React.ReactElement;
814
+ contentRight?: React.ReactElement;
815
+ textBefore?: string;
816
+ textAfter?: string;
817
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
818
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
819
+ clear?: boolean;
820
+ hasDivider?: boolean;
821
+ } & {
822
+ hintText: string;
823
+ hintTrigger?: "hover" | "click";
824
+ hintView?: string;
825
+ hintSize?: string;
826
+ hintTargetIcon?: import("react").ReactNode;
827
+ hintTargetPlacement?: "inner" | "outer";
828
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
829
+ hintHasArrow?: boolean;
830
+ hintOffset?: [number, number];
831
+ hintWidth?: string;
832
+ hintContentLeft?: import("react").ReactNode;
833
+ } & {
834
+ enumerationType: "chip";
835
+ onSearch?: never;
836
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
837
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
838
+ chipType?: "default" | "text";
839
+ chipView?: string;
840
+ chipValidator?: (value: string) => {
841
+ view?: string;
842
+ };
843
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
844
+ view: {
845
+ default: import("@linaria/core").LinariaClassName;
846
+ positive: import("@linaria/core").LinariaClassName;
847
+ warning: import("@linaria/core").LinariaClassName;
848
+ negative: import("@linaria/core").LinariaClassName;
849
+ };
850
+ size: {
851
+ xl: import("@linaria/core").LinariaClassName;
852
+ l: import("@linaria/core").LinariaClassName;
853
+ m: import("@linaria/core").LinariaClassName;
854
+ s: import("@linaria/core").LinariaClassName;
855
+ xs: import("@linaria/core").LinariaClassName;
856
+ };
857
+ labelPlacement: {
858
+ inner: import("@linaria/core").LinariaClassName;
859
+ outer: import("@linaria/core").LinariaClassName;
860
+ };
861
+ chipView: {
862
+ default: import("@linaria/core").LinariaClassName;
863
+ secondary: import("@linaria/core").LinariaClassName;
864
+ accent: import("@linaria/core").LinariaClassName;
865
+ positive: import("@linaria/core").LinariaClassName;
866
+ warning: import("@linaria/core").LinariaClassName;
867
+ negative: import("@linaria/core").LinariaClassName;
868
+ };
869
+ hintView: {
870
+ default: import("@linaria/core").LinariaClassName;
871
+ };
872
+ hintSize: {
873
+ m: import("@linaria/core").LinariaClassName;
874
+ s: import("@linaria/core").LinariaClassName;
875
+ };
876
+ disabled: {
877
+ true: import("@linaria/core").LinariaClassName;
878
+ };
879
+ readOnly: {
880
+ true: import("@linaria/core").LinariaClassName;
881
+ };
882
+ }> & {
883
+ appearance?: "default" | "clear";
884
+ size?: string;
885
+ view?: string;
886
+ readOnly?: boolean;
887
+ disabled?: boolean;
888
+ } & {
889
+ titleCaption?: import("react").ReactNode;
890
+ leftHelper?: import("react").ReactNode;
891
+ contentLeft?: React.ReactElement;
892
+ contentRight?: React.ReactElement;
893
+ textBefore?: string;
894
+ textAfter?: string;
895
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
896
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
897
+ clear?: boolean;
898
+ hasDivider?: boolean;
899
+ } & {
900
+ hintTrigger?: never;
901
+ hintText?: never;
902
+ hintView?: never;
903
+ hintSize?: never;
904
+ hintTargetIcon?: never;
905
+ hintTargetPlacement?: never;
906
+ hintPlacement?: never;
907
+ hintHasArrow?: never;
908
+ hintOffset?: never;
909
+ hintWidth?: never;
910
+ hintContentLeft?: never;
911
+ } & {
912
+ chips?: never;
913
+ onChangeChips?: never;
914
+ enumerationType?: "plain";
915
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
916
+ chipType?: never;
917
+ chipView?: never;
918
+ chipValidator?: never;
919
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
920
+ view: {
921
+ default: import("@linaria/core").LinariaClassName;
922
+ positive: import("@linaria/core").LinariaClassName;
923
+ warning: import("@linaria/core").LinariaClassName;
924
+ negative: import("@linaria/core").LinariaClassName;
925
+ };
926
+ size: {
927
+ xl: import("@linaria/core").LinariaClassName;
928
+ l: import("@linaria/core").LinariaClassName;
929
+ m: import("@linaria/core").LinariaClassName;
930
+ s: import("@linaria/core").LinariaClassName;
931
+ xs: import("@linaria/core").LinariaClassName;
932
+ };
933
+ labelPlacement: {
934
+ inner: import("@linaria/core").LinariaClassName;
935
+ outer: import("@linaria/core").LinariaClassName;
936
+ };
937
+ chipView: {
938
+ default: import("@linaria/core").LinariaClassName;
939
+ secondary: import("@linaria/core").LinariaClassName;
940
+ accent: import("@linaria/core").LinariaClassName;
941
+ positive: import("@linaria/core").LinariaClassName;
942
+ warning: import("@linaria/core").LinariaClassName;
943
+ negative: import("@linaria/core").LinariaClassName;
944
+ };
945
+ hintView: {
946
+ default: import("@linaria/core").LinariaClassName;
947
+ };
948
+ hintSize: {
949
+ m: import("@linaria/core").LinariaClassName;
950
+ s: import("@linaria/core").LinariaClassName;
951
+ };
952
+ disabled: {
953
+ true: import("@linaria/core").LinariaClassName;
954
+ };
955
+ readOnly: {
956
+ true: import("@linaria/core").LinariaClassName;
957
+ };
958
+ }> & {
959
+ appearance?: "default" | "clear";
960
+ size?: string;
961
+ view?: string;
962
+ readOnly?: boolean;
963
+ disabled?: boolean;
964
+ } & {
965
+ titleCaption?: import("react").ReactNode;
966
+ leftHelper?: import("react").ReactNode;
967
+ contentLeft?: React.ReactElement;
968
+ contentRight?: React.ReactElement;
969
+ textBefore?: string;
970
+ textAfter?: string;
971
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
972
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
973
+ clear?: boolean;
974
+ hasDivider?: boolean;
975
+ } & {
976
+ hintTrigger?: never;
977
+ hintText?: never;
978
+ hintView?: never;
979
+ hintSize?: never;
980
+ hintTargetIcon?: never;
981
+ hintTargetPlacement?: never;
982
+ hintPlacement?: never;
983
+ hintHasArrow?: never;
984
+ hintOffset?: never;
985
+ hintWidth?: never;
986
+ hintContentLeft?: never;
987
+ } & {
988
+ enumerationType: "chip";
989
+ onSearch?: never;
990
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
991
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
992
+ chipType?: "default" | "text";
993
+ chipView?: string;
994
+ chipValidator?: (value: string) => {
995
+ view?: string;
996
+ };
997
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
998
+ view: {
999
+ default: import("@linaria/core").LinariaClassName;
1000
+ positive: import("@linaria/core").LinariaClassName;
1001
+ warning: import("@linaria/core").LinariaClassName;
1002
+ negative: import("@linaria/core").LinariaClassName;
1003
+ };
1004
+ size: {
1005
+ xl: import("@linaria/core").LinariaClassName;
1006
+ l: import("@linaria/core").LinariaClassName;
1007
+ m: import("@linaria/core").LinariaClassName;
1008
+ s: import("@linaria/core").LinariaClassName;
1009
+ xs: import("@linaria/core").LinariaClassName;
1010
+ };
1011
+ labelPlacement: {
1012
+ inner: import("@linaria/core").LinariaClassName;
1013
+ outer: import("@linaria/core").LinariaClassName;
1014
+ };
1015
+ chipView: {
1016
+ default: import("@linaria/core").LinariaClassName;
1017
+ secondary: import("@linaria/core").LinariaClassName;
1018
+ accent: import("@linaria/core").LinariaClassName;
1019
+ positive: import("@linaria/core").LinariaClassName;
1020
+ warning: import("@linaria/core").LinariaClassName;
1021
+ negative: import("@linaria/core").LinariaClassName;
1022
+ };
1023
+ hintView: {
1024
+ default: import("@linaria/core").LinariaClassName;
1025
+ };
1026
+ hintSize: {
1027
+ m: import("@linaria/core").LinariaClassName;
1028
+ s: import("@linaria/core").LinariaClassName;
1029
+ };
1030
+ disabled: {
1031
+ true: import("@linaria/core").LinariaClassName;
1032
+ };
1033
+ readOnly: {
1034
+ true: import("@linaria/core").LinariaClassName;
1035
+ };
1036
+ }> & {
1037
+ appearance?: "default" | "clear";
1038
+ size?: string;
1039
+ view?: string;
1040
+ readOnly?: boolean;
1041
+ disabled?: boolean;
1042
+ } & {
1043
+ titleCaption?: import("react").ReactNode;
1044
+ leftHelper?: import("react").ReactNode;
1045
+ contentLeft?: React.ReactElement;
1046
+ contentRight?: React.ReactElement;
1047
+ textBefore?: string;
1048
+ textAfter?: string;
1049
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1050
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1051
+ clear?: false;
1052
+ hasDivider?: never;
1053
+ } & {
1054
+ hintText: string;
1055
+ hintTrigger?: "hover" | "click";
1056
+ hintView?: string;
1057
+ hintSize?: string;
1058
+ hintTargetIcon?: import("react").ReactNode;
1059
+ hintTargetPlacement?: "inner" | "outer";
1060
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
1061
+ hintHasArrow?: boolean;
1062
+ hintOffset?: [number, number];
1063
+ hintWidth?: string;
1064
+ hintContentLeft?: import("react").ReactNode;
1065
+ } & {
1066
+ chips?: never;
1067
+ onChangeChips?: never;
1068
+ enumerationType?: "plain";
1069
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1070
+ chipType?: never;
1071
+ chipView?: never;
1072
+ chipValidator?: never;
1073
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1074
+ view: {
1075
+ default: import("@linaria/core").LinariaClassName;
1076
+ positive: import("@linaria/core").LinariaClassName;
1077
+ warning: import("@linaria/core").LinariaClassName;
1078
+ negative: import("@linaria/core").LinariaClassName;
1079
+ };
1080
+ size: {
1081
+ xl: import("@linaria/core").LinariaClassName;
1082
+ l: import("@linaria/core").LinariaClassName;
1083
+ m: import("@linaria/core").LinariaClassName;
1084
+ s: import("@linaria/core").LinariaClassName;
1085
+ xs: import("@linaria/core").LinariaClassName;
1086
+ };
1087
+ labelPlacement: {
1088
+ inner: import("@linaria/core").LinariaClassName;
1089
+ outer: import("@linaria/core").LinariaClassName;
1090
+ };
1091
+ chipView: {
1092
+ default: import("@linaria/core").LinariaClassName;
1093
+ secondary: import("@linaria/core").LinariaClassName;
1094
+ accent: import("@linaria/core").LinariaClassName;
1095
+ positive: import("@linaria/core").LinariaClassName;
1096
+ warning: import("@linaria/core").LinariaClassName;
1097
+ negative: import("@linaria/core").LinariaClassName;
1098
+ };
1099
+ hintView: {
1100
+ default: import("@linaria/core").LinariaClassName;
1101
+ };
1102
+ hintSize: {
1103
+ m: import("@linaria/core").LinariaClassName;
1104
+ s: import("@linaria/core").LinariaClassName;
1105
+ };
1106
+ disabled: {
1107
+ true: import("@linaria/core").LinariaClassName;
1108
+ };
1109
+ readOnly: {
1110
+ true: import("@linaria/core").LinariaClassName;
1111
+ };
1112
+ }> & {
1113
+ appearance?: "default" | "clear";
1114
+ size?: string;
1115
+ view?: string;
1116
+ readOnly?: boolean;
1117
+ disabled?: boolean;
1118
+ } & {
1119
+ titleCaption?: import("react").ReactNode;
1120
+ leftHelper?: import("react").ReactNode;
1121
+ contentLeft?: React.ReactElement;
1122
+ contentRight?: React.ReactElement;
1123
+ textBefore?: string;
1124
+ textAfter?: string;
1125
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1126
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1127
+ clear?: false;
1128
+ hasDivider?: never;
1129
+ } & {
1130
+ hintText: string;
1131
+ hintTrigger?: "hover" | "click";
1132
+ hintView?: string;
1133
+ hintSize?: string;
1134
+ hintTargetIcon?: import("react").ReactNode;
1135
+ hintTargetPlacement?: "inner" | "outer";
1136
+ hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
1137
+ hintHasArrow?: boolean;
1138
+ hintOffset?: [number, number];
1139
+ hintWidth?: string;
1140
+ hintContentLeft?: import("react").ReactNode;
1141
+ } & {
1142
+ enumerationType: "chip";
1143
+ onSearch?: never;
1144
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
1145
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
1146
+ chipType?: "default" | "text";
1147
+ chipView?: string;
1148
+ chipValidator?: (value: string) => {
1149
+ view?: string;
1150
+ };
1151
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1152
+ view: {
1153
+ default: import("@linaria/core").LinariaClassName;
1154
+ positive: import("@linaria/core").LinariaClassName;
1155
+ warning: import("@linaria/core").LinariaClassName;
1156
+ negative: import("@linaria/core").LinariaClassName;
1157
+ };
1158
+ size: {
1159
+ xl: import("@linaria/core").LinariaClassName;
1160
+ l: import("@linaria/core").LinariaClassName;
1161
+ m: import("@linaria/core").LinariaClassName;
1162
+ s: import("@linaria/core").LinariaClassName;
1163
+ xs: import("@linaria/core").LinariaClassName;
1164
+ };
1165
+ labelPlacement: {
1166
+ inner: import("@linaria/core").LinariaClassName;
1167
+ outer: import("@linaria/core").LinariaClassName;
1168
+ };
1169
+ chipView: {
1170
+ default: import("@linaria/core").LinariaClassName;
1171
+ secondary: import("@linaria/core").LinariaClassName;
1172
+ accent: import("@linaria/core").LinariaClassName;
1173
+ positive: import("@linaria/core").LinariaClassName;
1174
+ warning: import("@linaria/core").LinariaClassName;
1175
+ negative: import("@linaria/core").LinariaClassName;
1176
+ };
1177
+ hintView: {
1178
+ default: import("@linaria/core").LinariaClassName;
1179
+ };
1180
+ hintSize: {
1181
+ m: import("@linaria/core").LinariaClassName;
1182
+ s: import("@linaria/core").LinariaClassName;
1183
+ };
1184
+ disabled: {
1185
+ true: import("@linaria/core").LinariaClassName;
1186
+ };
1187
+ readOnly: {
1188
+ true: import("@linaria/core").LinariaClassName;
1189
+ };
1190
+ }> & {
1191
+ appearance?: "default" | "clear";
1192
+ size?: string;
1193
+ view?: string;
1194
+ readOnly?: boolean;
1195
+ disabled?: boolean;
1196
+ } & {
1197
+ titleCaption?: import("react").ReactNode;
1198
+ leftHelper?: import("react").ReactNode;
1199
+ contentLeft?: React.ReactElement;
1200
+ contentRight?: React.ReactElement;
1201
+ textBefore?: string;
1202
+ textAfter?: string;
1203
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1204
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1205
+ clear?: false;
1206
+ hasDivider?: never;
1207
+ } & {
1208
+ hintTrigger?: never;
1209
+ hintText?: never;
1210
+ hintView?: never;
1211
+ hintSize?: never;
1212
+ hintTargetIcon?: never;
1213
+ hintTargetPlacement?: never;
1214
+ hintPlacement?: never;
1215
+ hintHasArrow?: never;
1216
+ hintOffset?: never;
1217
+ hintWidth?: never;
1218
+ hintContentLeft?: never;
1219
+ } & {
1220
+ chips?: never;
1221
+ onChangeChips?: never;
1222
+ enumerationType?: "plain";
1223
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1224
+ chipType?: never;
1225
+ chipView?: never;
1226
+ chipValidator?: never;
1227
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1228
+ view: {
1229
+ default: import("@linaria/core").LinariaClassName;
1230
+ positive: import("@linaria/core").LinariaClassName;
1231
+ warning: import("@linaria/core").LinariaClassName;
1232
+ negative: import("@linaria/core").LinariaClassName;
1233
+ };
1234
+ size: {
1235
+ xl: import("@linaria/core").LinariaClassName;
1236
+ l: import("@linaria/core").LinariaClassName;
1237
+ m: import("@linaria/core").LinariaClassName;
1238
+ s: import("@linaria/core").LinariaClassName;
1239
+ xs: import("@linaria/core").LinariaClassName;
1240
+ };
1241
+ labelPlacement: {
1242
+ inner: import("@linaria/core").LinariaClassName;
1243
+ outer: import("@linaria/core").LinariaClassName;
1244
+ };
1245
+ chipView: {
1246
+ default: import("@linaria/core").LinariaClassName;
1247
+ secondary: import("@linaria/core").LinariaClassName;
1248
+ accent: import("@linaria/core").LinariaClassName;
1249
+ positive: import("@linaria/core").LinariaClassName;
1250
+ warning: import("@linaria/core").LinariaClassName;
1251
+ negative: import("@linaria/core").LinariaClassName;
1252
+ };
1253
+ hintView: {
1254
+ default: import("@linaria/core").LinariaClassName;
1255
+ };
1256
+ hintSize: {
1257
+ m: import("@linaria/core").LinariaClassName;
1258
+ s: import("@linaria/core").LinariaClassName;
1259
+ };
1260
+ disabled: {
1261
+ true: import("@linaria/core").LinariaClassName;
1262
+ };
1263
+ readOnly: {
1264
+ true: import("@linaria/core").LinariaClassName;
1265
+ };
1266
+ }> & {
1267
+ appearance?: "default" | "clear";
1268
+ size?: string;
1269
+ view?: string;
1270
+ readOnly?: boolean;
1271
+ disabled?: boolean;
1272
+ } & {
1273
+ titleCaption?: import("react").ReactNode;
1274
+ leftHelper?: import("react").ReactNode;
1275
+ contentLeft?: React.ReactElement;
1276
+ contentRight?: React.ReactElement;
1277
+ textBefore?: string;
1278
+ textAfter?: string;
1279
+ onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1280
+ } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1281
+ clear?: false;
1282
+ hasDivider?: never;
1283
+ } & {
1284
+ hintTrigger?: never;
1285
+ hintText?: never;
1286
+ hintView?: never;
1287
+ hintSize?: never;
1288
+ hintTargetIcon?: never;
1289
+ hintTargetPlacement?: never;
1290
+ hintPlacement?: never;
1291
+ hintHasArrow?: never;
1292
+ hintOffset?: never;
1293
+ hintWidth?: never;
1294
+ hintContentLeft?: never;
1295
+ } & {
1296
+ enumerationType: "chip";
1297
+ onSearch?: never;
1298
+ chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
1299
+ onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
1300
+ chipType?: "default" | "text";
1301
+ chipView?: string;
1302
+ chipValidator?: (value: string) => {
1303
+ view?: string;
1304
+ };
1305
+ } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">) & import("react").RefAttributes<HTMLElement>>;
340
1306
  //# sourceMappingURL=TextField.d.ts.map