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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (234) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +17 -17
  2. package/cjs/components/Autocomplete/Autocomplete.js +1 -7
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Calendar/Calendar.tokens.js +2 -1
  5. package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
  6. package/cjs/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  7. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  8. package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  9. package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  10. package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  11. package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  12. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  13. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  14. package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  15. package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
  16. package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -17
  17. package/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  18. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  19. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  20. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  21. package/cjs/components/DatePicker/RangeDate/RangeDate.css +21 -21
  22. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -21
  23. package/cjs/components/DatePicker/SingleDate/SingleDate.css +21 -21
  24. package/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
  25. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  26. package/cjs/components/Pagination/Pagination.css +17 -17
  27. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  28. package/cjs/components/Range/Range.css +17 -17
  29. package/cjs/components/Select/Select.css +17 -17
  30. package/cjs/components/Select/ui/Inner/Inner.css +17 -17
  31. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  32. package/cjs/components/Select/ui/Target/Target.css +17 -17
  33. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  34. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  35. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  36. package/cjs/components/Slider/Slider.css +17 -17
  37. package/cjs/components/Slider/components/Double/Double.css +17 -17
  38. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  39. package/cjs/components/TextField/TextField.js +5 -9
  40. package/cjs/components/TextField/TextField.js.map +1 -1
  41. package/cjs/components/TextField/TextField.styles.js +11 -20
  42. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  43. package/{es/components/TextField/TextField.styles_ppcxpx.css → cjs/components/TextField/TextField.styles_j7dqpn.css} +1 -1
  44. package/cjs/components/TextField/TextField.tokens.js +0 -1
  45. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  46. package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
  47. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  48. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  49. package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
  50. package/cjs/index.css +21 -21
  51. package/emotion/cjs/components/Autocomplete/Autocomplete.js +1 -7
  52. package/emotion/cjs/components/Calendar/Calendar.tokens.js +2 -1
  53. package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
  54. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  55. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
  56. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  57. package/emotion/cjs/components/TextField/TextField.js +6 -10
  58. package/emotion/cjs/components/TextField/TextField.styles.js +26 -29
  59. package/emotion/cjs/components/TextField/TextField.tokens.js +0 -1
  60. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  61. package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
  62. package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
  63. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  64. package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
  65. package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
  66. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  67. package/emotion/es/components/Autocomplete/Autocomplete.js +1 -7
  68. package/emotion/es/components/Calendar/Calendar.tokens.js +2 -1
  69. package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
  70. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  71. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
  72. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  73. package/emotion/es/components/TextField/TextField.js +6 -10
  74. package/emotion/es/components/TextField/TextField.styles.js +26 -29
  75. package/emotion/es/components/TextField/TextField.tokens.js +0 -1
  76. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  77. package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
  78. package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
  79. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  80. package/emotion/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
  81. package/emotion/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
  82. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  83. package/es/components/Autocomplete/Autocomplete.css +17 -17
  84. package/es/components/Autocomplete/Autocomplete.js +1 -7
  85. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  86. package/es/components/Calendar/Calendar.tokens.js +2 -1
  87. package/es/components/Calendar/Calendar.tokens.js.map +1 -1
  88. package/es/components/Calendar/CalendarBase/CalendarBase.css +4 -4
  89. package/es/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
  90. package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
  91. package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
  92. package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
  93. package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
  94. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
  95. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  96. package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
  97. package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
  98. package/es/components/Combobox/ComboboxNew/Combobox.css +17 -17
  99. package/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  100. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  101. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  102. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  103. package/es/components/DatePicker/RangeDate/RangeDate.css +21 -21
  104. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -21
  105. package/es/components/DatePicker/SingleDate/SingleDate.css +21 -21
  106. package/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
  107. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  108. package/es/components/Pagination/Pagination.css +17 -17
  109. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  110. package/es/components/Range/Range.css +17 -17
  111. package/es/components/Select/Select.css +17 -17
  112. package/es/components/Select/ui/Inner/Inner.css +17 -17
  113. package/es/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  114. package/es/components/Select/ui/Target/Target.css +17 -17
  115. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  116. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  117. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  118. package/es/components/Slider/Slider.css +17 -17
  119. package/es/components/Slider/components/Double/Double.css +17 -17
  120. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  121. package/es/components/TextField/TextField.js +5 -9
  122. package/es/components/TextField/TextField.js.map +1 -1
  123. package/es/components/TextField/TextField.styles.js +11 -20
  124. package/es/components/TextField/TextField.styles.js.map +1 -1
  125. package/{cjs/components/TextField/TextField.styles_ppcxpx.css → es/components/TextField/TextField.styles_j7dqpn.css} +1 -1
  126. package/es/components/TextField/TextField.tokens.js +0 -1
  127. package/es/components/TextField/TextField.tokens.js.map +1 -1
  128. package/es/components/TextField/ui/Hint/Hint.css +20 -20
  129. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  130. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  131. package/es/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
  132. package/es/index.css +21 -21
  133. package/package.json +2 -2
  134. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -7
  135. package/styled-components/cjs/components/Calendar/Calendar.tokens.js +2 -1
  136. package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  137. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  138. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
  139. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  140. package/styled-components/cjs/components/TextField/TextField.js +5 -9
  141. package/styled-components/cjs/components/TextField/TextField.styles.js +6 -9
  142. package/styled-components/cjs/components/TextField/TextField.tokens.js +0 -1
  143. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  144. package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
  145. package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
  146. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  147. package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
  148. package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
  149. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  150. package/styled-components/es/components/Autocomplete/Autocomplete.js +1 -7
  151. package/styled-components/es/components/Calendar/Calendar.tokens.js +2 -1
  152. package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
  153. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  154. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
  155. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
  156. package/styled-components/es/components/TextField/TextField.js +5 -9
  157. package/styled-components/es/components/TextField/TextField.styles.js +6 -9
  158. package/styled-components/es/components/TextField/TextField.tokens.js +0 -1
  159. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  160. package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
  161. package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
  162. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  163. package/styled-components/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
  164. package/styled-components/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
  165. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  166. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  167. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +53 -709
  168. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  169. package/types/components/Calendar/Calendar.tokens.d.ts +1 -0
  170. package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
  171. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  172. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +10 -30
  173. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  174. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +53 -709
  175. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  176. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
  177. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  178. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +53 -709
  179. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  180. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +9 -28
  181. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  182. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +14 -282
  183. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  184. package/types/components/Range/Range.styles.d.ts +53 -709
  185. package/types/components/Range/Range.styles.d.ts.map +1 -1
  186. package/types/components/Select/Select.types.d.ts +10 -30
  187. package/types/components/Select/Select.types.d.ts.map +1 -1
  188. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  189. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  190. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  191. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  192. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +53 -709
  193. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  194. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  195. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  196. package/types/components/Slider/components/Double/Double.styles.d.ts +53 -709
  197. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  198. package/types/components/TextField/TextField.d.ts.map +1 -1
  199. package/types/components/TextField/TextField.styles.d.ts +1 -3
  200. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  201. package/types/components/TextField/TextField.tokens.d.ts +0 -1
  202. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  203. package/types/components/TextField/TextField.types.d.ts +19 -42
  204. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  205. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -3
  206. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  207. package/types/examples/plasma_b2c/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  208. package/types/examples/plasma_b2c/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  209. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +133 -1045
  210. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  211. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +1 -47
  212. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  213. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +54 -1238
  214. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  215. package/types/examples/plasma_b2c/components/Select/Select.d.ts +14 -282
  216. package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
  217. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +53 -709
  218. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  219. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -3
  220. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  221. package/types/examples/plasma_web/components/Calendar/CalendarBase.config.d.ts.map +1 -1
  222. package/types/examples/plasma_web/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
  223. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +133 -1045
  224. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  225. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +1 -47
  226. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  227. package/types/examples/plasma_web/components/Mask/Mask.d.ts +54 -1238
  228. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  229. package/types/examples/plasma_web/components/Select/Select.d.ts +14 -282
  230. package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
  231. package/types/examples/plasma_web/components/TextField/TextField.d.ts +53 -709
  232. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  233. package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
  234. package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
@@ -38,6 +38,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
38
38
  readOnly?: boolean | undefined;
39
39
  disabled?: boolean | undefined;
40
40
  } & {
41
+ label?: string | undefined;
42
+ labelPlacement?: "inner" | "outer" | undefined;
41
43
  titleCaption?: import("react").ReactNode;
42
44
  leftHelper?: string | undefined;
43
45
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -46,12 +48,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
46
48
  textAfter?: string | undefined;
47
49
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
48
50
  } & {
49
- label?: string | undefined;
50
- labelPlacement: "inner";
51
- hasPlaceholder?: boolean | undefined;
51
+ requiredPlacement?: "left" | "right" | undefined;
52
52
  } & {
53
53
  required: true;
54
- requiredPlacement?: "left" | "right" | undefined;
55
54
  optional?: false | undefined;
56
55
  } & {
57
56
  clear?: boolean | undefined;
@@ -111,6 +110,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
111
110
  readOnly?: boolean | undefined;
112
111
  disabled?: boolean | undefined;
113
112
  } & {
113
+ label?: string | undefined;
114
+ labelPlacement?: "inner" | "outer" | undefined;
114
115
  titleCaption?: import("react").ReactNode;
115
116
  leftHelper?: string | undefined;
116
117
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -119,12 +120,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
119
120
  textAfter?: string | undefined;
120
121
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
121
122
  } & {
122
- label?: string | undefined;
123
- labelPlacement: "inner";
124
- hasPlaceholder?: boolean | undefined;
123
+ requiredPlacement?: "left" | "right" | undefined;
125
124
  } & {
126
125
  required: true;
127
- requiredPlacement?: "left" | "right" | undefined;
128
126
  optional?: false | undefined;
129
127
  } & {
130
128
  clear?: boolean | undefined;
@@ -184,6 +182,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
184
182
  readOnly?: boolean | undefined;
185
183
  disabled?: boolean | undefined;
186
184
  } & {
185
+ label?: string | undefined;
186
+ labelPlacement?: "inner" | "outer" | undefined;
187
187
  titleCaption?: import("react").ReactNode;
188
188
  leftHelper?: string | undefined;
189
189
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -192,12 +192,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
192
192
  textAfter?: string | undefined;
193
193
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
194
194
  } & {
195
- label?: string | undefined;
196
- labelPlacement: "inner";
197
- hasPlaceholder?: boolean | undefined;
195
+ requiredPlacement?: "left" | "right" | undefined;
198
196
  } & {
199
197
  required: true;
200
- requiredPlacement?: "left" | "right" | undefined;
201
198
  optional?: false | undefined;
202
199
  } & {
203
200
  clear?: boolean | undefined;
@@ -257,6 +254,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
257
254
  readOnly?: boolean | undefined;
258
255
  disabled?: boolean | undefined;
259
256
  } & {
257
+ label?: string | undefined;
258
+ labelPlacement?: "inner" | "outer" | undefined;
260
259
  titleCaption?: import("react").ReactNode;
261
260
  leftHelper?: string | undefined;
262
261
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -265,12 +264,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
265
264
  textAfter?: string | undefined;
266
265
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
267
266
  } & {
268
- label?: string | undefined;
269
- labelPlacement: "inner";
270
- hasPlaceholder?: boolean | undefined;
267
+ requiredPlacement?: "left" | "right" | undefined;
271
268
  } & {
272
269
  required: true;
273
- requiredPlacement?: "left" | "right" | undefined;
274
270
  optional?: false | undefined;
275
271
  } & {
276
272
  clear?: boolean | undefined;
@@ -330,6 +326,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
330
326
  readOnly?: boolean | undefined;
331
327
  disabled?: boolean | undefined;
332
328
  } & {
329
+ label?: string | undefined;
330
+ labelPlacement?: "inner" | "outer" | undefined;
333
331
  titleCaption?: import("react").ReactNode;
334
332
  leftHelper?: string | undefined;
335
333
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -338,12 +336,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
338
336
  textAfter?: string | undefined;
339
337
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
340
338
  } & {
341
- label?: string | undefined;
342
- labelPlacement: "inner";
343
- hasPlaceholder?: boolean | undefined;
339
+ requiredPlacement?: "left" | "right" | undefined;
344
340
  } & {
345
341
  required: true;
346
- requiredPlacement?: "left" | "right" | undefined;
347
342
  optional?: false | undefined;
348
343
  } & {
349
344
  clear?: false | undefined;
@@ -403,6 +398,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
403
398
  readOnly?: boolean | undefined;
404
399
  disabled?: boolean | undefined;
405
400
  } & {
401
+ label?: string | undefined;
402
+ labelPlacement?: "inner" | "outer" | undefined;
406
403
  titleCaption?: import("react").ReactNode;
407
404
  leftHelper?: string | undefined;
408
405
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -411,12 +408,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
411
408
  textAfter?: string | undefined;
412
409
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
413
410
  } & {
414
- label?: string | undefined;
415
- labelPlacement: "inner";
416
- hasPlaceholder?: boolean | undefined;
411
+ requiredPlacement?: "left" | "right" | undefined;
417
412
  } & {
418
413
  required: true;
419
- requiredPlacement?: "left" | "right" | undefined;
420
414
  optional?: false | undefined;
421
415
  } & {
422
416
  clear?: false | undefined;
@@ -476,6 +470,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
476
470
  readOnly?: boolean | undefined;
477
471
  disabled?: boolean | undefined;
478
472
  } & {
473
+ label?: string | undefined;
474
+ labelPlacement?: "inner" | "outer" | undefined;
479
475
  titleCaption?: import("react").ReactNode;
480
476
  leftHelper?: string | undefined;
481
477
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -484,12 +480,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
484
480
  textAfter?: string | undefined;
485
481
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
486
482
  } & {
487
- label?: string | undefined;
488
- labelPlacement: "inner";
489
- hasPlaceholder?: boolean | undefined;
483
+ requiredPlacement?: "left" | "right" | undefined;
490
484
  } & {
491
485
  required: true;
492
- requiredPlacement?: "left" | "right" | undefined;
493
486
  optional?: false | undefined;
494
487
  } & {
495
488
  clear?: false | undefined;
@@ -549,6 +542,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
549
542
  readOnly?: boolean | undefined;
550
543
  disabled?: boolean | undefined;
551
544
  } & {
545
+ label?: string | undefined;
546
+ labelPlacement?: "inner" | "outer" | undefined;
552
547
  titleCaption?: import("react").ReactNode;
553
548
  leftHelper?: string | undefined;
554
549
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -557,12 +552,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
557
552
  textAfter?: string | undefined;
558
553
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
559
554
  } & {
560
- label?: string | undefined;
561
- labelPlacement: "inner";
562
- hasPlaceholder?: boolean | undefined;
555
+ requiredPlacement?: "left" | "right" | undefined;
563
556
  } & {
564
557
  required: true;
565
- requiredPlacement?: "left" | "right" | undefined;
566
558
  optional?: false | undefined;
567
559
  } & {
568
560
  clear?: false | undefined;
@@ -622,6 +614,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
622
614
  readOnly?: boolean | undefined;
623
615
  disabled?: boolean | undefined;
624
616
  } & {
617
+ label?: string | undefined;
618
+ labelPlacement?: "inner" | "outer" | undefined;
625
619
  titleCaption?: import("react").ReactNode;
626
620
  leftHelper?: string | undefined;
627
621
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -630,13 +624,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
630
624
  textAfter?: string | undefined;
631
625
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
632
626
  } & {
633
- label?: string | undefined;
634
- labelPlacement: "inner";
635
- hasPlaceholder?: boolean | undefined;
627
+ requiredPlacement?: "left" | "right" | undefined;
636
628
  } & {
629
+ optional?: true | undefined;
637
630
  required?: false | undefined;
638
- requiredPlacement?: undefined;
639
- optional?: boolean | undefined;
640
631
  } & {
641
632
  clear?: boolean | undefined;
642
633
  hasDivider?: boolean | undefined;
@@ -695,6 +686,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
695
686
  readOnly?: boolean | undefined;
696
687
  disabled?: boolean | undefined;
697
688
  } & {
689
+ label?: string | undefined;
690
+ labelPlacement?: "inner" | "outer" | undefined;
698
691
  titleCaption?: import("react").ReactNode;
699
692
  leftHelper?: string | undefined;
700
693
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -703,13 +696,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
703
696
  textAfter?: string | undefined;
704
697
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
705
698
  } & {
706
- label?: string | undefined;
707
- labelPlacement: "inner";
708
- hasPlaceholder?: boolean | undefined;
699
+ requiredPlacement?: "left" | "right" | undefined;
709
700
  } & {
701
+ optional?: true | undefined;
710
702
  required?: false | undefined;
711
- requiredPlacement?: undefined;
712
- optional?: boolean | undefined;
713
703
  } & {
714
704
  clear?: boolean | undefined;
715
705
  hasDivider?: boolean | undefined;
@@ -768,6 +758,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
768
758
  readOnly?: boolean | undefined;
769
759
  disabled?: boolean | undefined;
770
760
  } & {
761
+ label?: string | undefined;
762
+ labelPlacement?: "inner" | "outer" | undefined;
771
763
  titleCaption?: import("react").ReactNode;
772
764
  leftHelper?: string | undefined;
773
765
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -776,13 +768,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
776
768
  textAfter?: string | undefined;
777
769
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
778
770
  } & {
779
- label?: string | undefined;
780
- labelPlacement: "inner";
781
- hasPlaceholder?: boolean | undefined;
771
+ requiredPlacement?: "left" | "right" | undefined;
782
772
  } & {
773
+ optional?: true | undefined;
783
774
  required?: false | undefined;
784
- requiredPlacement?: undefined;
785
- optional?: boolean | undefined;
786
775
  } & {
787
776
  clear?: boolean | undefined;
788
777
  hasDivider?: boolean | undefined;
@@ -841,6 +830,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
841
830
  readOnly?: boolean | undefined;
842
831
  disabled?: boolean | undefined;
843
832
  } & {
833
+ label?: string | undefined;
834
+ labelPlacement?: "inner" | "outer" | undefined;
844
835
  titleCaption?: import("react").ReactNode;
845
836
  leftHelper?: string | undefined;
846
837
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -849,13 +840,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
849
840
  textAfter?: string | undefined;
850
841
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
851
842
  } & {
852
- label?: string | undefined;
853
- labelPlacement: "inner";
854
- hasPlaceholder?: boolean | undefined;
843
+ requiredPlacement?: "left" | "right" | undefined;
855
844
  } & {
845
+ optional?: true | undefined;
856
846
  required?: false | undefined;
857
- requiredPlacement?: undefined;
858
- optional?: boolean | undefined;
859
847
  } & {
860
848
  clear?: boolean | undefined;
861
849
  hasDivider?: boolean | undefined;
@@ -914,6 +902,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
914
902
  readOnly?: boolean | undefined;
915
903
  disabled?: boolean | undefined;
916
904
  } & {
905
+ label?: string | undefined;
906
+ labelPlacement?: "inner" | "outer" | undefined;
917
907
  titleCaption?: import("react").ReactNode;
918
908
  leftHelper?: string | undefined;
919
909
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -922,13 +912,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
922
912
  textAfter?: string | undefined;
923
913
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
924
914
  } & {
925
- label?: string | undefined;
926
- labelPlacement: "inner";
927
- hasPlaceholder?: boolean | undefined;
915
+ requiredPlacement?: "left" | "right" | undefined;
928
916
  } & {
917
+ optional?: true | undefined;
929
918
  required?: false | undefined;
930
- requiredPlacement?: undefined;
931
- optional?: boolean | undefined;
932
919
  } & {
933
920
  clear?: false | undefined;
934
921
  hasDivider?: undefined;
@@ -987,6 +974,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
987
974
  readOnly?: boolean | undefined;
988
975
  disabled?: boolean | undefined;
989
976
  } & {
977
+ label?: string | undefined;
978
+ labelPlacement?: "inner" | "outer" | undefined;
990
979
  titleCaption?: import("react").ReactNode;
991
980
  leftHelper?: string | undefined;
992
981
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -995,13 +984,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
995
984
  textAfter?: string | undefined;
996
985
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
997
986
  } & {
998
- label?: string | undefined;
999
- labelPlacement: "inner";
1000
- hasPlaceholder?: boolean | undefined;
987
+ requiredPlacement?: "left" | "right" | undefined;
1001
988
  } & {
989
+ optional?: true | undefined;
1002
990
  required?: false | undefined;
1003
- requiredPlacement?: undefined;
1004
- optional?: boolean | undefined;
1005
991
  } & {
1006
992
  clear?: false | undefined;
1007
993
  hasDivider?: undefined;
@@ -1059,80 +1045,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1059
1045
  view?: string | undefined;
1060
1046
  readOnly?: boolean | undefined;
1061
1047
  disabled?: boolean | undefined;
1062
- } & {
1063
- titleCaption?: import("react").ReactNode;
1064
- leftHelper?: string | undefined;
1065
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1066
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1067
- textBefore?: string | undefined;
1068
- textAfter?: string | undefined;
1069
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1070
1048
  } & {
1071
1049
  label?: string | undefined;
1072
- labelPlacement: "inner";
1073
- hasPlaceholder?: boolean | undefined;
1074
- } & {
1075
- required?: false | undefined;
1076
- requiredPlacement?: undefined;
1077
- optional?: boolean | undefined;
1078
- } & {
1079
- clear?: false | undefined;
1080
- hasDivider?: undefined;
1081
- } & {
1082
- hintTrigger?: undefined;
1083
- hintText?: undefined;
1084
- hintView?: undefined;
1085
- hintSize?: undefined;
1086
- hintTargetIcon?: undefined;
1087
- hintPlacement?: undefined;
1088
- hintHasArrow?: undefined;
1089
- hintOffset?: undefined;
1090
- hintWidth?: undefined;
1091
- hintContentLeft?: undefined;
1092
- } & {
1093
- chips?: undefined;
1094
- onChangeChips?: undefined;
1095
- enumerationType?: "plain" | undefined;
1096
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1097
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1098
- view: {
1099
- default: import("@linaria/core").LinariaClassName;
1100
- positive: import("@linaria/core").LinariaClassName;
1101
- warning: import("@linaria/core").LinariaClassName;
1102
- negative: import("@linaria/core").LinariaClassName;
1103
- };
1104
- size: {
1105
- l: import("@linaria/core").LinariaClassName;
1106
- m: import("@linaria/core").LinariaClassName;
1107
- s: import("@linaria/core").LinariaClassName;
1108
- xs: import("@linaria/core").LinariaClassName;
1109
- };
1110
- labelPlacement: {
1111
- inner: import("@linaria/core").LinariaClassName;
1112
- outer: import("@linaria/core").LinariaClassName;
1113
- };
1114
- clear: {
1115
- true: import("@linaria/core").LinariaClassName;
1116
- };
1117
- hintView: {
1118
- default: import("@linaria/core").LinariaClassName;
1119
- };
1120
- hintSize: {
1121
- m: import("@linaria/core").LinariaClassName;
1122
- s: import("@linaria/core").LinariaClassName;
1123
- };
1124
- disabled: {
1125
- true: import("@linaria/core").LinariaClassName;
1126
- };
1127
- readOnly: {
1128
- true: import("@linaria/core").LinariaClassName;
1129
- };
1130
- }> & {
1131
- size?: string | undefined;
1132
- view?: string | undefined;
1133
- readOnly?: boolean | undefined;
1134
- disabled?: boolean | undefined;
1135
- } & {
1050
+ labelPlacement?: "inner" | "outer" | undefined;
1136
1051
  titleCaption?: import("react").ReactNode;
1137
1052
  leftHelper?: string | undefined;
1138
1053
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1141,13 +1056,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1141
1056
  textAfter?: string | undefined;
1142
1057
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1143
1058
  } & {
1144
- label?: string | undefined;
1145
- labelPlacement: "inner";
1146
- hasPlaceholder?: boolean | undefined;
1059
+ requiredPlacement?: "left" | "right" | undefined;
1147
1060
  } & {
1061
+ optional?: true | undefined;
1148
1062
  required?: false | undefined;
1149
- requiredPlacement?: undefined;
1150
- optional?: boolean | undefined;
1151
1063
  } & {
1152
1064
  clear?: false | undefined;
1153
1065
  hasDivider?: undefined;
@@ -1162,79 +1074,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1162
1074
  hintOffset?: undefined;
1163
1075
  hintWidth?: undefined;
1164
1076
  hintContentLeft?: undefined;
1165
- } & {
1166
- enumerationType: "chip";
1167
- onSearch?: undefined;
1168
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1169
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1170
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1171
- view: {
1172
- default: import("@linaria/core").LinariaClassName;
1173
- positive: import("@linaria/core").LinariaClassName;
1174
- warning: import("@linaria/core").LinariaClassName;
1175
- negative: import("@linaria/core").LinariaClassName;
1176
- };
1177
- size: {
1178
- l: import("@linaria/core").LinariaClassName;
1179
- m: import("@linaria/core").LinariaClassName;
1180
- s: import("@linaria/core").LinariaClassName;
1181
- xs: import("@linaria/core").LinariaClassName;
1182
- };
1183
- labelPlacement: {
1184
- inner: import("@linaria/core").LinariaClassName;
1185
- outer: import("@linaria/core").LinariaClassName;
1186
- };
1187
- clear: {
1188
- true: import("@linaria/core").LinariaClassName;
1189
- };
1190
- hintView: {
1191
- default: import("@linaria/core").LinariaClassName;
1192
- };
1193
- hintSize: {
1194
- m: import("@linaria/core").LinariaClassName;
1195
- s: import("@linaria/core").LinariaClassName;
1196
- };
1197
- disabled: {
1198
- true: import("@linaria/core").LinariaClassName;
1199
- };
1200
- readOnly: {
1201
- true: import("@linaria/core").LinariaClassName;
1202
- };
1203
- }> & {
1204
- size?: string | undefined;
1205
- view?: string | undefined;
1206
- readOnly?: boolean | undefined;
1207
- disabled?: boolean | undefined;
1208
- } & {
1209
- titleCaption?: import("react").ReactNode;
1210
- leftHelper?: string | undefined;
1211
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1212
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1213
- textBefore?: string | undefined;
1214
- textAfter?: string | undefined;
1215
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1216
- } & {
1217
- label?: string | undefined;
1218
- labelPlacement?: "outer" | undefined;
1219
- hasPlaceholder?: undefined;
1220
- } & {
1221
- required: true;
1222
- requiredPlacement?: "left" | "right" | undefined;
1223
- optional?: false | undefined;
1224
- } & {
1225
- clear?: boolean | undefined;
1226
- hasDivider?: boolean | undefined;
1227
- } & {
1228
- hintText: string;
1229
- hintTrigger?: "click" | "hover" | undefined;
1230
- hintView?: string | undefined;
1231
- hintSize?: string | undefined;
1232
- hintTargetIcon?: import("react").ReactNode;
1233
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1234
- hintHasArrow?: boolean | undefined;
1235
- hintOffset?: [number, number] | undefined;
1236
- hintWidth?: string | undefined;
1237
- hintContentLeft?: import("react").ReactNode;
1238
1077
  } & {
1239
1078
  chips?: undefined;
1240
1079
  onChangeChips?: undefined;
@@ -1279,6 +1118,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1279
1118
  readOnly?: boolean | undefined;
1280
1119
  disabled?: boolean | undefined;
1281
1120
  } & {
1121
+ label?: string | undefined;
1122
+ labelPlacement?: "inner" | "outer" | undefined;
1282
1123
  titleCaption?: import("react").ReactNode;
1283
1124
  leftHelper?: string | undefined;
1284
1125
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1287,1035 +1128,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1287
1128
  textAfter?: string | undefined;
1288
1129
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1289
1130
  } & {
1290
- label?: string | undefined;
1291
- labelPlacement?: "outer" | undefined;
1292
- hasPlaceholder?: undefined;
1293
- } & {
1294
- required: true;
1295
1131
  requiredPlacement?: "left" | "right" | undefined;
1296
- optional?: false | undefined;
1297
- } & {
1298
- clear?: boolean | undefined;
1299
- hasDivider?: boolean | undefined;
1300
- } & {
1301
- hintText: string;
1302
- hintTrigger?: "click" | "hover" | undefined;
1303
- hintView?: string | undefined;
1304
- hintSize?: string | undefined;
1305
- hintTargetIcon?: import("react").ReactNode;
1306
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1307
- hintHasArrow?: boolean | undefined;
1308
- hintOffset?: [number, number] | undefined;
1309
- hintWidth?: string | undefined;
1310
- hintContentLeft?: import("react").ReactNode;
1311
- } & {
1312
- enumerationType: "chip";
1313
- onSearch?: undefined;
1314
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1315
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1316
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1317
- view: {
1318
- default: import("@linaria/core").LinariaClassName;
1319
- positive: import("@linaria/core").LinariaClassName;
1320
- warning: import("@linaria/core").LinariaClassName;
1321
- negative: import("@linaria/core").LinariaClassName;
1322
- };
1323
- size: {
1324
- l: import("@linaria/core").LinariaClassName;
1325
- m: import("@linaria/core").LinariaClassName;
1326
- s: import("@linaria/core").LinariaClassName;
1327
- xs: import("@linaria/core").LinariaClassName;
1328
- };
1329
- labelPlacement: {
1330
- inner: import("@linaria/core").LinariaClassName;
1331
- outer: import("@linaria/core").LinariaClassName;
1332
- };
1333
- clear: {
1334
- true: import("@linaria/core").LinariaClassName;
1335
- };
1336
- hintView: {
1337
- default: import("@linaria/core").LinariaClassName;
1338
- };
1339
- hintSize: {
1340
- m: import("@linaria/core").LinariaClassName;
1341
- s: import("@linaria/core").LinariaClassName;
1342
- };
1343
- disabled: {
1344
- true: import("@linaria/core").LinariaClassName;
1345
- };
1346
- readOnly: {
1347
- true: import("@linaria/core").LinariaClassName;
1348
- };
1349
- }> & {
1350
- size?: string | undefined;
1351
- view?: string | undefined;
1352
- readOnly?: boolean | undefined;
1353
- disabled?: boolean | undefined;
1354
- } & {
1355
- titleCaption?: import("react").ReactNode;
1356
- leftHelper?: string | undefined;
1357
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1358
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1359
- textBefore?: string | undefined;
1360
- textAfter?: string | undefined;
1361
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1362
- } & {
1363
- label?: string | undefined;
1364
- labelPlacement?: "outer" | undefined;
1365
- hasPlaceholder?: undefined;
1366
- } & {
1367
- required: true;
1368
- requiredPlacement?: "left" | "right" | undefined;
1369
- optional?: false | undefined;
1370
- } & {
1371
- clear?: boolean | undefined;
1372
- hasDivider?: boolean | undefined;
1373
- } & {
1374
- hintTrigger?: undefined;
1375
- hintText?: undefined;
1376
- hintView?: undefined;
1377
- hintSize?: undefined;
1378
- hintTargetIcon?: undefined;
1379
- hintPlacement?: undefined;
1380
- hintHasArrow?: undefined;
1381
- hintOffset?: undefined;
1382
- hintWidth?: undefined;
1383
- hintContentLeft?: undefined;
1384
- } & {
1385
- chips?: undefined;
1386
- onChangeChips?: undefined;
1387
- enumerationType?: "plain" | undefined;
1388
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1389
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1390
- view: {
1391
- default: import("@linaria/core").LinariaClassName;
1392
- positive: import("@linaria/core").LinariaClassName;
1393
- warning: import("@linaria/core").LinariaClassName;
1394
- negative: import("@linaria/core").LinariaClassName;
1395
- };
1396
- size: {
1397
- l: import("@linaria/core").LinariaClassName;
1398
- m: import("@linaria/core").LinariaClassName;
1399
- s: import("@linaria/core").LinariaClassName;
1400
- xs: import("@linaria/core").LinariaClassName;
1401
- };
1402
- labelPlacement: {
1403
- inner: import("@linaria/core").LinariaClassName;
1404
- outer: import("@linaria/core").LinariaClassName;
1405
- };
1406
- clear: {
1407
- true: import("@linaria/core").LinariaClassName;
1408
- };
1409
- hintView: {
1410
- default: import("@linaria/core").LinariaClassName;
1411
- };
1412
- hintSize: {
1413
- m: import("@linaria/core").LinariaClassName;
1414
- s: import("@linaria/core").LinariaClassName;
1415
- };
1416
- disabled: {
1417
- true: import("@linaria/core").LinariaClassName;
1418
- };
1419
- readOnly: {
1420
- true: import("@linaria/core").LinariaClassName;
1421
- };
1422
- }> & {
1423
- size?: string | undefined;
1424
- view?: string | undefined;
1425
- readOnly?: boolean | undefined;
1426
- disabled?: boolean | undefined;
1427
- } & {
1428
- titleCaption?: import("react").ReactNode;
1429
- leftHelper?: string | undefined;
1430
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1431
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1432
- textBefore?: string | undefined;
1433
- textAfter?: string | undefined;
1434
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1435
- } & {
1436
- label?: string | undefined;
1437
- labelPlacement?: "outer" | undefined;
1438
- hasPlaceholder?: undefined;
1439
- } & {
1440
- required: true;
1441
- requiredPlacement?: "left" | "right" | undefined;
1442
- optional?: false | undefined;
1443
- } & {
1444
- clear?: boolean | undefined;
1445
- hasDivider?: boolean | undefined;
1446
- } & {
1447
- hintTrigger?: undefined;
1448
- hintText?: undefined;
1449
- hintView?: undefined;
1450
- hintSize?: undefined;
1451
- hintTargetIcon?: undefined;
1452
- hintPlacement?: undefined;
1453
- hintHasArrow?: undefined;
1454
- hintOffset?: undefined;
1455
- hintWidth?: undefined;
1456
- hintContentLeft?: undefined;
1457
- } & {
1458
- enumerationType: "chip";
1459
- onSearch?: undefined;
1460
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1461
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1462
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1463
- view: {
1464
- default: import("@linaria/core").LinariaClassName;
1465
- positive: import("@linaria/core").LinariaClassName;
1466
- warning: import("@linaria/core").LinariaClassName;
1467
- negative: import("@linaria/core").LinariaClassName;
1468
- };
1469
- size: {
1470
- l: import("@linaria/core").LinariaClassName;
1471
- m: import("@linaria/core").LinariaClassName;
1472
- s: import("@linaria/core").LinariaClassName;
1473
- xs: import("@linaria/core").LinariaClassName;
1474
- };
1475
- labelPlacement: {
1476
- inner: import("@linaria/core").LinariaClassName;
1477
- outer: import("@linaria/core").LinariaClassName;
1478
- };
1479
- clear: {
1480
- true: import("@linaria/core").LinariaClassName;
1481
- };
1482
- hintView: {
1483
- default: import("@linaria/core").LinariaClassName;
1484
- };
1485
- hintSize: {
1486
- m: import("@linaria/core").LinariaClassName;
1487
- s: import("@linaria/core").LinariaClassName;
1488
- };
1489
- disabled: {
1490
- true: import("@linaria/core").LinariaClassName;
1491
- };
1492
- readOnly: {
1493
- true: import("@linaria/core").LinariaClassName;
1494
- };
1495
- }> & {
1496
- size?: string | undefined;
1497
- view?: string | undefined;
1498
- readOnly?: boolean | undefined;
1499
- disabled?: boolean | undefined;
1500
- } & {
1501
- titleCaption?: import("react").ReactNode;
1502
- leftHelper?: string | undefined;
1503
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1504
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1505
- textBefore?: string | undefined;
1506
- textAfter?: string | undefined;
1507
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1508
- } & {
1509
- label?: string | undefined;
1510
- labelPlacement?: "outer" | undefined;
1511
- hasPlaceholder?: undefined;
1512
- } & {
1513
- required: true;
1514
- requiredPlacement?: "left" | "right" | undefined;
1515
- optional?: false | undefined;
1516
- } & {
1517
- clear?: false | undefined;
1518
- hasDivider?: undefined;
1519
- } & {
1520
- hintText: string;
1521
- hintTrigger?: "click" | "hover" | undefined;
1522
- hintView?: string | undefined;
1523
- hintSize?: string | undefined;
1524
- hintTargetIcon?: import("react").ReactNode;
1525
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1526
- hintHasArrow?: boolean | undefined;
1527
- hintOffset?: [number, number] | undefined;
1528
- hintWidth?: string | undefined;
1529
- hintContentLeft?: import("react").ReactNode;
1530
- } & {
1531
- chips?: undefined;
1532
- onChangeChips?: undefined;
1533
- enumerationType?: "plain" | undefined;
1534
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1535
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1536
- view: {
1537
- default: import("@linaria/core").LinariaClassName;
1538
- positive: import("@linaria/core").LinariaClassName;
1539
- warning: import("@linaria/core").LinariaClassName;
1540
- negative: import("@linaria/core").LinariaClassName;
1541
- };
1542
- size: {
1543
- l: import("@linaria/core").LinariaClassName;
1544
- m: import("@linaria/core").LinariaClassName;
1545
- s: import("@linaria/core").LinariaClassName;
1546
- xs: import("@linaria/core").LinariaClassName;
1547
- };
1548
- labelPlacement: {
1549
- inner: import("@linaria/core").LinariaClassName;
1550
- outer: import("@linaria/core").LinariaClassName;
1551
- };
1552
- clear: {
1553
- true: import("@linaria/core").LinariaClassName;
1554
- };
1555
- hintView: {
1556
- default: import("@linaria/core").LinariaClassName;
1557
- };
1558
- hintSize: {
1559
- m: import("@linaria/core").LinariaClassName;
1560
- s: import("@linaria/core").LinariaClassName;
1561
- };
1562
- disabled: {
1563
- true: import("@linaria/core").LinariaClassName;
1564
- };
1565
- readOnly: {
1566
- true: import("@linaria/core").LinariaClassName;
1567
- };
1568
- }> & {
1569
- size?: string | undefined;
1570
- view?: string | undefined;
1571
- readOnly?: boolean | undefined;
1572
- disabled?: boolean | undefined;
1573
- } & {
1574
- titleCaption?: import("react").ReactNode;
1575
- leftHelper?: string | undefined;
1576
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1577
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1578
- textBefore?: string | undefined;
1579
- textAfter?: string | undefined;
1580
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1581
- } & {
1582
- label?: string | undefined;
1583
- labelPlacement?: "outer" | undefined;
1584
- hasPlaceholder?: undefined;
1585
- } & {
1586
- required: true;
1587
- requiredPlacement?: "left" | "right" | undefined;
1588
- optional?: false | undefined;
1589
- } & {
1590
- clear?: false | undefined;
1591
- hasDivider?: undefined;
1592
- } & {
1593
- hintText: string;
1594
- hintTrigger?: "click" | "hover" | undefined;
1595
- hintView?: string | undefined;
1596
- hintSize?: string | undefined;
1597
- hintTargetIcon?: import("react").ReactNode;
1598
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1599
- hintHasArrow?: boolean | undefined;
1600
- hintOffset?: [number, number] | undefined;
1601
- hintWidth?: string | undefined;
1602
- hintContentLeft?: import("react").ReactNode;
1603
- } & {
1604
- enumerationType: "chip";
1605
- onSearch?: undefined;
1606
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1607
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1608
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1609
- view: {
1610
- default: import("@linaria/core").LinariaClassName;
1611
- positive: import("@linaria/core").LinariaClassName;
1612
- warning: import("@linaria/core").LinariaClassName;
1613
- negative: import("@linaria/core").LinariaClassName;
1614
- };
1615
- size: {
1616
- l: import("@linaria/core").LinariaClassName;
1617
- m: import("@linaria/core").LinariaClassName;
1618
- s: import("@linaria/core").LinariaClassName;
1619
- xs: import("@linaria/core").LinariaClassName;
1620
- };
1621
- labelPlacement: {
1622
- inner: import("@linaria/core").LinariaClassName;
1623
- outer: import("@linaria/core").LinariaClassName;
1624
- };
1625
- clear: {
1626
- true: import("@linaria/core").LinariaClassName;
1627
- };
1628
- hintView: {
1629
- default: import("@linaria/core").LinariaClassName;
1630
- };
1631
- hintSize: {
1632
- m: import("@linaria/core").LinariaClassName;
1633
- s: import("@linaria/core").LinariaClassName;
1634
- };
1635
- disabled: {
1636
- true: import("@linaria/core").LinariaClassName;
1637
- };
1638
- readOnly: {
1639
- true: import("@linaria/core").LinariaClassName;
1640
- };
1641
- }> & {
1642
- size?: string | undefined;
1643
- view?: string | undefined;
1644
- readOnly?: boolean | undefined;
1645
- disabled?: boolean | undefined;
1646
- } & {
1647
- titleCaption?: import("react").ReactNode;
1648
- leftHelper?: string | undefined;
1649
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1650
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1651
- textBefore?: string | undefined;
1652
- textAfter?: string | undefined;
1653
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1654
- } & {
1655
- label?: string | undefined;
1656
- labelPlacement?: "outer" | undefined;
1657
- hasPlaceholder?: undefined;
1658
- } & {
1659
- required: true;
1660
- requiredPlacement?: "left" | "right" | undefined;
1661
- optional?: false | undefined;
1662
- } & {
1663
- clear?: false | undefined;
1664
- hasDivider?: undefined;
1665
- } & {
1666
- hintTrigger?: undefined;
1667
- hintText?: undefined;
1668
- hintView?: undefined;
1669
- hintSize?: undefined;
1670
- hintTargetIcon?: undefined;
1671
- hintPlacement?: undefined;
1672
- hintHasArrow?: undefined;
1673
- hintOffset?: undefined;
1674
- hintWidth?: undefined;
1675
- hintContentLeft?: undefined;
1676
- } & {
1677
- chips?: undefined;
1678
- onChangeChips?: undefined;
1679
- enumerationType?: "plain" | undefined;
1680
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1681
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1682
- view: {
1683
- default: import("@linaria/core").LinariaClassName;
1684
- positive: import("@linaria/core").LinariaClassName;
1685
- warning: import("@linaria/core").LinariaClassName;
1686
- negative: import("@linaria/core").LinariaClassName;
1687
- };
1688
- size: {
1689
- l: import("@linaria/core").LinariaClassName;
1690
- m: import("@linaria/core").LinariaClassName;
1691
- s: import("@linaria/core").LinariaClassName;
1692
- xs: import("@linaria/core").LinariaClassName;
1693
- };
1694
- labelPlacement: {
1695
- inner: import("@linaria/core").LinariaClassName;
1696
- outer: import("@linaria/core").LinariaClassName;
1697
- };
1698
- clear: {
1699
- true: import("@linaria/core").LinariaClassName;
1700
- };
1701
- hintView: {
1702
- default: import("@linaria/core").LinariaClassName;
1703
- };
1704
- hintSize: {
1705
- m: import("@linaria/core").LinariaClassName;
1706
- s: import("@linaria/core").LinariaClassName;
1707
- };
1708
- disabled: {
1709
- true: import("@linaria/core").LinariaClassName;
1710
- };
1711
- readOnly: {
1712
- true: import("@linaria/core").LinariaClassName;
1713
- };
1714
- }> & {
1715
- size?: string | undefined;
1716
- view?: string | undefined;
1717
- readOnly?: boolean | undefined;
1718
- disabled?: boolean | undefined;
1719
- } & {
1720
- titleCaption?: import("react").ReactNode;
1721
- leftHelper?: string | undefined;
1722
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1723
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1724
- textBefore?: string | undefined;
1725
- textAfter?: string | undefined;
1726
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1727
- } & {
1728
- label?: string | undefined;
1729
- labelPlacement?: "outer" | undefined;
1730
- hasPlaceholder?: undefined;
1731
- } & {
1732
- required: true;
1733
- requiredPlacement?: "left" | "right" | undefined;
1734
- optional?: false | undefined;
1735
- } & {
1736
- clear?: false | undefined;
1737
- hasDivider?: undefined;
1738
- } & {
1739
- hintTrigger?: undefined;
1740
- hintText?: undefined;
1741
- hintView?: undefined;
1742
- hintSize?: undefined;
1743
- hintTargetIcon?: undefined;
1744
- hintPlacement?: undefined;
1745
- hintHasArrow?: undefined;
1746
- hintOffset?: undefined;
1747
- hintWidth?: undefined;
1748
- hintContentLeft?: undefined;
1749
- } & {
1750
- enumerationType: "chip";
1751
- onSearch?: undefined;
1752
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1753
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1754
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1755
- view: {
1756
- default: import("@linaria/core").LinariaClassName;
1757
- positive: import("@linaria/core").LinariaClassName;
1758
- warning: import("@linaria/core").LinariaClassName;
1759
- negative: import("@linaria/core").LinariaClassName;
1760
- };
1761
- size: {
1762
- l: import("@linaria/core").LinariaClassName;
1763
- m: import("@linaria/core").LinariaClassName;
1764
- s: import("@linaria/core").LinariaClassName;
1765
- xs: import("@linaria/core").LinariaClassName;
1766
- };
1767
- labelPlacement: {
1768
- inner: import("@linaria/core").LinariaClassName;
1769
- outer: import("@linaria/core").LinariaClassName;
1770
- };
1771
- clear: {
1772
- true: import("@linaria/core").LinariaClassName;
1773
- };
1774
- hintView: {
1775
- default: import("@linaria/core").LinariaClassName;
1776
- };
1777
- hintSize: {
1778
- m: import("@linaria/core").LinariaClassName;
1779
- s: import("@linaria/core").LinariaClassName;
1780
- };
1781
- disabled: {
1782
- true: import("@linaria/core").LinariaClassName;
1783
- };
1784
- readOnly: {
1785
- true: import("@linaria/core").LinariaClassName;
1786
- };
1787
- }> & {
1788
- size?: string | undefined;
1789
- view?: string | undefined;
1790
- readOnly?: boolean | undefined;
1791
- disabled?: boolean | undefined;
1792
- } & {
1793
- titleCaption?: import("react").ReactNode;
1794
- leftHelper?: string | undefined;
1795
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1796
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1797
- textBefore?: string | undefined;
1798
- textAfter?: string | undefined;
1799
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1800
- } & {
1801
- label?: string | undefined;
1802
- labelPlacement?: "outer" | undefined;
1803
- hasPlaceholder?: undefined;
1804
- } & {
1805
- required?: false | undefined;
1806
- requiredPlacement?: undefined;
1807
- optional?: boolean | undefined;
1808
- } & {
1809
- clear?: boolean | undefined;
1810
- hasDivider?: boolean | undefined;
1811
- } & {
1812
- hintText: string;
1813
- hintTrigger?: "click" | "hover" | undefined;
1814
- hintView?: string | undefined;
1815
- hintSize?: string | undefined;
1816
- hintTargetIcon?: import("react").ReactNode;
1817
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1818
- hintHasArrow?: boolean | undefined;
1819
- hintOffset?: [number, number] | undefined;
1820
- hintWidth?: string | undefined;
1821
- hintContentLeft?: import("react").ReactNode;
1822
- } & {
1823
- chips?: undefined;
1824
- onChangeChips?: undefined;
1825
- enumerationType?: "plain" | undefined;
1826
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1827
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1828
- view: {
1829
- default: import("@linaria/core").LinariaClassName;
1830
- positive: import("@linaria/core").LinariaClassName;
1831
- warning: import("@linaria/core").LinariaClassName;
1832
- negative: import("@linaria/core").LinariaClassName;
1833
- };
1834
- size: {
1835
- l: import("@linaria/core").LinariaClassName;
1836
- m: import("@linaria/core").LinariaClassName;
1837
- s: import("@linaria/core").LinariaClassName;
1838
- xs: import("@linaria/core").LinariaClassName;
1839
- };
1840
- labelPlacement: {
1841
- inner: import("@linaria/core").LinariaClassName;
1842
- outer: import("@linaria/core").LinariaClassName;
1843
- };
1844
- clear: {
1845
- true: import("@linaria/core").LinariaClassName;
1846
- };
1847
- hintView: {
1848
- default: import("@linaria/core").LinariaClassName;
1849
- };
1850
- hintSize: {
1851
- m: import("@linaria/core").LinariaClassName;
1852
- s: import("@linaria/core").LinariaClassName;
1853
- };
1854
- disabled: {
1855
- true: import("@linaria/core").LinariaClassName;
1856
- };
1857
- readOnly: {
1858
- true: import("@linaria/core").LinariaClassName;
1859
- };
1860
- }> & {
1861
- size?: string | undefined;
1862
- view?: string | undefined;
1863
- readOnly?: boolean | undefined;
1864
- disabled?: boolean | undefined;
1865
- } & {
1866
- titleCaption?: import("react").ReactNode;
1867
- leftHelper?: string | undefined;
1868
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1869
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1870
- textBefore?: string | undefined;
1871
- textAfter?: string | undefined;
1872
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1873
- } & {
1874
- label?: string | undefined;
1875
- labelPlacement?: "outer" | undefined;
1876
- hasPlaceholder?: undefined;
1877
- } & {
1878
- required?: false | undefined;
1879
- requiredPlacement?: undefined;
1880
- optional?: boolean | undefined;
1881
- } & {
1882
- clear?: boolean | undefined;
1883
- hasDivider?: boolean | undefined;
1884
- } & {
1885
- hintText: string;
1886
- hintTrigger?: "click" | "hover" | undefined;
1887
- hintView?: string | undefined;
1888
- hintSize?: string | undefined;
1889
- hintTargetIcon?: import("react").ReactNode;
1890
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1891
- hintHasArrow?: boolean | undefined;
1892
- hintOffset?: [number, number] | undefined;
1893
- hintWidth?: string | undefined;
1894
- hintContentLeft?: import("react").ReactNode;
1895
- } & {
1896
- enumerationType: "chip";
1897
- onSearch?: undefined;
1898
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1899
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1900
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1901
- view: {
1902
- default: import("@linaria/core").LinariaClassName;
1903
- positive: import("@linaria/core").LinariaClassName;
1904
- warning: import("@linaria/core").LinariaClassName;
1905
- negative: import("@linaria/core").LinariaClassName;
1906
- };
1907
- size: {
1908
- l: import("@linaria/core").LinariaClassName;
1909
- m: import("@linaria/core").LinariaClassName;
1910
- s: import("@linaria/core").LinariaClassName;
1911
- xs: import("@linaria/core").LinariaClassName;
1912
- };
1913
- labelPlacement: {
1914
- inner: import("@linaria/core").LinariaClassName;
1915
- outer: import("@linaria/core").LinariaClassName;
1916
- };
1917
- clear: {
1918
- true: import("@linaria/core").LinariaClassName;
1919
- };
1920
- hintView: {
1921
- default: import("@linaria/core").LinariaClassName;
1922
- };
1923
- hintSize: {
1924
- m: import("@linaria/core").LinariaClassName;
1925
- s: import("@linaria/core").LinariaClassName;
1926
- };
1927
- disabled: {
1928
- true: import("@linaria/core").LinariaClassName;
1929
- };
1930
- readOnly: {
1931
- true: import("@linaria/core").LinariaClassName;
1932
- };
1933
- }> & {
1934
- size?: string | undefined;
1935
- view?: string | undefined;
1936
- readOnly?: boolean | undefined;
1937
- disabled?: boolean | undefined;
1938
- } & {
1939
- titleCaption?: import("react").ReactNode;
1940
- leftHelper?: string | undefined;
1941
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1942
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1943
- textBefore?: string | undefined;
1944
- textAfter?: string | undefined;
1945
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1946
- } & {
1947
- label?: string | undefined;
1948
- labelPlacement?: "outer" | undefined;
1949
- hasPlaceholder?: undefined;
1950
- } & {
1951
- required?: false | undefined;
1952
- requiredPlacement?: undefined;
1953
- optional?: boolean | undefined;
1954
- } & {
1955
- clear?: boolean | undefined;
1956
- hasDivider?: boolean | undefined;
1957
- } & {
1958
- hintTrigger?: undefined;
1959
- hintText?: undefined;
1960
- hintView?: undefined;
1961
- hintSize?: undefined;
1962
- hintTargetIcon?: undefined;
1963
- hintPlacement?: undefined;
1964
- hintHasArrow?: undefined;
1965
- hintOffset?: undefined;
1966
- hintWidth?: undefined;
1967
- hintContentLeft?: undefined;
1968
- } & {
1969
- chips?: undefined;
1970
- onChangeChips?: undefined;
1971
- enumerationType?: "plain" | undefined;
1972
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1973
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1974
- view: {
1975
- default: import("@linaria/core").LinariaClassName;
1976
- positive: import("@linaria/core").LinariaClassName;
1977
- warning: import("@linaria/core").LinariaClassName;
1978
- negative: import("@linaria/core").LinariaClassName;
1979
- };
1980
- size: {
1981
- l: import("@linaria/core").LinariaClassName;
1982
- m: import("@linaria/core").LinariaClassName;
1983
- s: import("@linaria/core").LinariaClassName;
1984
- xs: import("@linaria/core").LinariaClassName;
1985
- };
1986
- labelPlacement: {
1987
- inner: import("@linaria/core").LinariaClassName;
1988
- outer: import("@linaria/core").LinariaClassName;
1989
- };
1990
- clear: {
1991
- true: import("@linaria/core").LinariaClassName;
1992
- };
1993
- hintView: {
1994
- default: import("@linaria/core").LinariaClassName;
1995
- };
1996
- hintSize: {
1997
- m: import("@linaria/core").LinariaClassName;
1998
- s: import("@linaria/core").LinariaClassName;
1999
- };
2000
- disabled: {
2001
- true: import("@linaria/core").LinariaClassName;
2002
- };
2003
- readOnly: {
2004
- true: import("@linaria/core").LinariaClassName;
2005
- };
2006
- }> & {
2007
- size?: string | undefined;
2008
- view?: string | undefined;
2009
- readOnly?: boolean | undefined;
2010
- disabled?: boolean | undefined;
2011
- } & {
2012
- titleCaption?: import("react").ReactNode;
2013
- leftHelper?: string | undefined;
2014
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2015
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2016
- textBefore?: string | undefined;
2017
- textAfter?: string | undefined;
2018
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2019
- } & {
2020
- label?: string | undefined;
2021
- labelPlacement?: "outer" | undefined;
2022
- hasPlaceholder?: undefined;
2023
- } & {
2024
- required?: false | undefined;
2025
- requiredPlacement?: undefined;
2026
- optional?: boolean | undefined;
2027
- } & {
2028
- clear?: boolean | undefined;
2029
- hasDivider?: boolean | undefined;
2030
- } & {
2031
- hintTrigger?: undefined;
2032
- hintText?: undefined;
2033
- hintView?: undefined;
2034
- hintSize?: undefined;
2035
- hintTargetIcon?: undefined;
2036
- hintPlacement?: undefined;
2037
- hintHasArrow?: undefined;
2038
- hintOffset?: undefined;
2039
- hintWidth?: undefined;
2040
- hintContentLeft?: undefined;
2041
- } & {
2042
- enumerationType: "chip";
2043
- onSearch?: undefined;
2044
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2045
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2046
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
2047
- view: {
2048
- default: import("@linaria/core").LinariaClassName;
2049
- positive: import("@linaria/core").LinariaClassName;
2050
- warning: import("@linaria/core").LinariaClassName;
2051
- negative: import("@linaria/core").LinariaClassName;
2052
- };
2053
- size: {
2054
- l: import("@linaria/core").LinariaClassName;
2055
- m: import("@linaria/core").LinariaClassName;
2056
- s: import("@linaria/core").LinariaClassName;
2057
- xs: import("@linaria/core").LinariaClassName;
2058
- };
2059
- labelPlacement: {
2060
- inner: import("@linaria/core").LinariaClassName;
2061
- outer: import("@linaria/core").LinariaClassName;
2062
- };
2063
- clear: {
2064
- true: import("@linaria/core").LinariaClassName;
2065
- };
2066
- hintView: {
2067
- default: import("@linaria/core").LinariaClassName;
2068
- };
2069
- hintSize: {
2070
- m: import("@linaria/core").LinariaClassName;
2071
- s: import("@linaria/core").LinariaClassName;
2072
- };
2073
- disabled: {
2074
- true: import("@linaria/core").LinariaClassName;
2075
- };
2076
- readOnly: {
2077
- true: import("@linaria/core").LinariaClassName;
2078
- };
2079
- }> & {
2080
- size?: string | undefined;
2081
- view?: string | undefined;
2082
- readOnly?: boolean | undefined;
2083
- disabled?: boolean | undefined;
2084
- } & {
2085
- titleCaption?: import("react").ReactNode;
2086
- leftHelper?: string | undefined;
2087
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2088
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2089
- textBefore?: string | undefined;
2090
- textAfter?: string | undefined;
2091
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2092
- } & {
2093
- label?: string | undefined;
2094
- labelPlacement?: "outer" | undefined;
2095
- hasPlaceholder?: undefined;
2096
- } & {
2097
- required?: false | undefined;
2098
- requiredPlacement?: undefined;
2099
- optional?: boolean | undefined;
2100
- } & {
2101
- clear?: false | undefined;
2102
- hasDivider?: undefined;
2103
- } & {
2104
- hintText: string;
2105
- hintTrigger?: "click" | "hover" | undefined;
2106
- hintView?: string | undefined;
2107
- hintSize?: string | undefined;
2108
- hintTargetIcon?: import("react").ReactNode;
2109
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
2110
- hintHasArrow?: boolean | undefined;
2111
- hintOffset?: [number, number] | undefined;
2112
- hintWidth?: string | undefined;
2113
- hintContentLeft?: import("react").ReactNode;
2114
- } & {
2115
- chips?: undefined;
2116
- onChangeChips?: undefined;
2117
- enumerationType?: "plain" | undefined;
2118
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2119
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
2120
- view: {
2121
- default: import("@linaria/core").LinariaClassName;
2122
- positive: import("@linaria/core").LinariaClassName;
2123
- warning: import("@linaria/core").LinariaClassName;
2124
- negative: import("@linaria/core").LinariaClassName;
2125
- };
2126
- size: {
2127
- l: import("@linaria/core").LinariaClassName;
2128
- m: import("@linaria/core").LinariaClassName;
2129
- s: import("@linaria/core").LinariaClassName;
2130
- xs: import("@linaria/core").LinariaClassName;
2131
- };
2132
- labelPlacement: {
2133
- inner: import("@linaria/core").LinariaClassName;
2134
- outer: import("@linaria/core").LinariaClassName;
2135
- };
2136
- clear: {
2137
- true: import("@linaria/core").LinariaClassName;
2138
- };
2139
- hintView: {
2140
- default: import("@linaria/core").LinariaClassName;
2141
- };
2142
- hintSize: {
2143
- m: import("@linaria/core").LinariaClassName;
2144
- s: import("@linaria/core").LinariaClassName;
2145
- };
2146
- disabled: {
2147
- true: import("@linaria/core").LinariaClassName;
2148
- };
2149
- readOnly: {
2150
- true: import("@linaria/core").LinariaClassName;
2151
- };
2152
- }> & {
2153
- size?: string | undefined;
2154
- view?: string | undefined;
2155
- readOnly?: boolean | undefined;
2156
- disabled?: boolean | undefined;
2157
- } & {
2158
- titleCaption?: import("react").ReactNode;
2159
- leftHelper?: string | undefined;
2160
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2161
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2162
- textBefore?: string | undefined;
2163
- textAfter?: string | undefined;
2164
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2165
- } & {
2166
- label?: string | undefined;
2167
- labelPlacement?: "outer" | undefined;
2168
- hasPlaceholder?: undefined;
2169
- } & {
2170
- required?: false | undefined;
2171
- requiredPlacement?: undefined;
2172
- optional?: boolean | undefined;
2173
- } & {
2174
- clear?: false | undefined;
2175
- hasDivider?: undefined;
2176
- } & {
2177
- hintText: string;
2178
- hintTrigger?: "click" | "hover" | undefined;
2179
- hintView?: string | undefined;
2180
- hintSize?: string | undefined;
2181
- hintTargetIcon?: import("react").ReactNode;
2182
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
2183
- hintHasArrow?: boolean | undefined;
2184
- hintOffset?: [number, number] | undefined;
2185
- hintWidth?: string | undefined;
2186
- hintContentLeft?: import("react").ReactNode;
2187
- } & {
2188
- enumerationType: "chip";
2189
- onSearch?: undefined;
2190
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2191
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2192
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
2193
- view: {
2194
- default: import("@linaria/core").LinariaClassName;
2195
- positive: import("@linaria/core").LinariaClassName;
2196
- warning: import("@linaria/core").LinariaClassName;
2197
- negative: import("@linaria/core").LinariaClassName;
2198
- };
2199
- size: {
2200
- l: import("@linaria/core").LinariaClassName;
2201
- m: import("@linaria/core").LinariaClassName;
2202
- s: import("@linaria/core").LinariaClassName;
2203
- xs: import("@linaria/core").LinariaClassName;
2204
- };
2205
- labelPlacement: {
2206
- inner: import("@linaria/core").LinariaClassName;
2207
- outer: import("@linaria/core").LinariaClassName;
2208
- };
2209
- clear: {
2210
- true: import("@linaria/core").LinariaClassName;
2211
- };
2212
- hintView: {
2213
- default: import("@linaria/core").LinariaClassName;
2214
- };
2215
- hintSize: {
2216
- m: import("@linaria/core").LinariaClassName;
2217
- s: import("@linaria/core").LinariaClassName;
2218
- };
2219
- disabled: {
2220
- true: import("@linaria/core").LinariaClassName;
2221
- };
2222
- readOnly: {
2223
- true: import("@linaria/core").LinariaClassName;
2224
- };
2225
- }> & {
2226
- size?: string | undefined;
2227
- view?: string | undefined;
2228
- readOnly?: boolean | undefined;
2229
- disabled?: boolean | undefined;
2230
- } & {
2231
- titleCaption?: import("react").ReactNode;
2232
- leftHelper?: string | undefined;
2233
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2234
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2235
- textBefore?: string | undefined;
2236
- textAfter?: string | undefined;
2237
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2238
- } & {
2239
- label?: string | undefined;
2240
- labelPlacement?: "outer" | undefined;
2241
- hasPlaceholder?: undefined;
2242
- } & {
2243
- required?: false | undefined;
2244
- requiredPlacement?: undefined;
2245
- optional?: boolean | undefined;
2246
- } & {
2247
- clear?: false | undefined;
2248
- hasDivider?: undefined;
2249
- } & {
2250
- hintTrigger?: undefined;
2251
- hintText?: undefined;
2252
- hintView?: undefined;
2253
- hintSize?: undefined;
2254
- hintTargetIcon?: undefined;
2255
- hintPlacement?: undefined;
2256
- hintHasArrow?: undefined;
2257
- hintOffset?: undefined;
2258
- hintWidth?: undefined;
2259
- hintContentLeft?: undefined;
2260
- } & {
2261
- chips?: undefined;
2262
- onChangeChips?: undefined;
2263
- enumerationType?: "plain" | undefined;
2264
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2265
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
2266
- view: {
2267
- default: import("@linaria/core").LinariaClassName;
2268
- positive: import("@linaria/core").LinariaClassName;
2269
- warning: import("@linaria/core").LinariaClassName;
2270
- negative: import("@linaria/core").LinariaClassName;
2271
- };
2272
- size: {
2273
- l: import("@linaria/core").LinariaClassName;
2274
- m: import("@linaria/core").LinariaClassName;
2275
- s: import("@linaria/core").LinariaClassName;
2276
- xs: import("@linaria/core").LinariaClassName;
2277
- };
2278
- labelPlacement: {
2279
- inner: import("@linaria/core").LinariaClassName;
2280
- outer: import("@linaria/core").LinariaClassName;
2281
- };
2282
- clear: {
2283
- true: import("@linaria/core").LinariaClassName;
2284
- };
2285
- hintView: {
2286
- default: import("@linaria/core").LinariaClassName;
2287
- };
2288
- hintSize: {
2289
- m: import("@linaria/core").LinariaClassName;
2290
- s: import("@linaria/core").LinariaClassName;
2291
- };
2292
- disabled: {
2293
- true: import("@linaria/core").LinariaClassName;
2294
- };
2295
- readOnly: {
2296
- true: import("@linaria/core").LinariaClassName;
2297
- };
2298
- }> & {
2299
- size?: string | undefined;
2300
- view?: string | undefined;
2301
- readOnly?: boolean | undefined;
2302
- disabled?: boolean | undefined;
2303
- } & {
2304
- titleCaption?: import("react").ReactNode;
2305
- leftHelper?: string | undefined;
2306
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2307
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
2308
- textBefore?: string | undefined;
2309
- textAfter?: string | undefined;
2310
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2311
- } & {
2312
- label?: string | undefined;
2313
- labelPlacement?: "outer" | undefined;
2314
- hasPlaceholder?: undefined;
2315
1132
  } & {
1133
+ optional?: true | undefined;
2316
1134
  required?: false | undefined;
2317
- requiredPlacement?: undefined;
2318
- optional?: boolean | undefined;
2319
1135
  } & {
2320
1136
  clear?: false | undefined;
2321
1137
  hasDivider?: undefined;