@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 TextField: import("react").FunctionComponent<import("../../
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 TextField: import("react").FunctionComponent<import("../../
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;
@@ -78,6 +77,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
78
77
  readOnly?: boolean | undefined;
79
78
  disabled?: boolean | undefined;
80
79
  } & {
80
+ label?: string | undefined;
81
+ labelPlacement?: "inner" | "outer" | undefined;
81
82
  titleCaption?: import("react").ReactNode;
82
83
  leftHelper?: string | undefined;
83
84
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -86,12 +87,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
86
87
  textAfter?: string | undefined;
87
88
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
88
89
  } & {
89
- label?: string | undefined;
90
- labelPlacement: "inner";
91
- hasPlaceholder?: boolean | undefined;
90
+ requiredPlacement?: "left" | "right" | undefined;
92
91
  } & {
93
92
  required: true;
94
- requiredPlacement?: "left" | "right" | undefined;
95
93
  optional?: false | undefined;
96
94
  } & {
97
95
  clear?: boolean | undefined;
@@ -118,6 +116,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
118
116
  readOnly?: boolean | undefined;
119
117
  disabled?: boolean | undefined;
120
118
  } & {
119
+ label?: string | undefined;
120
+ labelPlacement?: "inner" | "outer" | undefined;
121
121
  titleCaption?: import("react").ReactNode;
122
122
  leftHelper?: string | undefined;
123
123
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -126,12 +126,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
126
126
  textAfter?: string | undefined;
127
127
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
128
128
  } & {
129
- label?: string | undefined;
130
- labelPlacement: "inner";
131
- hasPlaceholder?: boolean | undefined;
129
+ requiredPlacement?: "left" | "right" | undefined;
132
130
  } & {
133
131
  required: true;
134
- requiredPlacement?: "left" | "right" | undefined;
135
132
  optional?: false | undefined;
136
133
  } & {
137
134
  clear?: boolean | undefined;
@@ -158,6 +155,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
158
155
  readOnly?: boolean | undefined;
159
156
  disabled?: boolean | undefined;
160
157
  } & {
158
+ label?: string | undefined;
159
+ labelPlacement?: "inner" | "outer" | undefined;
161
160
  titleCaption?: import("react").ReactNode;
162
161
  leftHelper?: string | undefined;
163
162
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -166,12 +165,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
166
165
  textAfter?: string | undefined;
167
166
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
168
167
  } & {
169
- label?: string | undefined;
170
- labelPlacement: "inner";
171
- hasPlaceholder?: boolean | undefined;
168
+ requiredPlacement?: "left" | "right" | undefined;
172
169
  } & {
173
170
  required: true;
174
- requiredPlacement?: "left" | "right" | undefined;
175
171
  optional?: false | undefined;
176
172
  } & {
177
173
  clear?: boolean | undefined;
@@ -198,6 +194,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
198
194
  readOnly?: boolean | undefined;
199
195
  disabled?: boolean | undefined;
200
196
  } & {
197
+ label?: string | undefined;
198
+ labelPlacement?: "inner" | "outer" | undefined;
201
199
  titleCaption?: import("react").ReactNode;
202
200
  leftHelper?: string | undefined;
203
201
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -206,12 +204,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
206
204
  textAfter?: string | undefined;
207
205
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
208
206
  } & {
209
- label?: string | undefined;
210
- labelPlacement: "inner";
211
- hasPlaceholder?: boolean | undefined;
207
+ requiredPlacement?: "left" | "right" | undefined;
212
208
  } & {
213
209
  required: true;
214
- requiredPlacement?: "left" | "right" | undefined;
215
210
  optional?: false | undefined;
216
211
  } & {
217
212
  clear?: false | undefined;
@@ -238,6 +233,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
238
233
  readOnly?: boolean | undefined;
239
234
  disabled?: boolean | undefined;
240
235
  } & {
236
+ label?: string | undefined;
237
+ labelPlacement?: "inner" | "outer" | undefined;
241
238
  titleCaption?: import("react").ReactNode;
242
239
  leftHelper?: string | undefined;
243
240
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -246,12 +243,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
246
243
  textAfter?: string | undefined;
247
244
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
248
245
  } & {
249
- label?: string | undefined;
250
- labelPlacement: "inner";
251
- hasPlaceholder?: boolean | undefined;
246
+ requiredPlacement?: "left" | "right" | undefined;
252
247
  } & {
253
248
  required: true;
254
- requiredPlacement?: "left" | "right" | undefined;
255
249
  optional?: false | undefined;
256
250
  } & {
257
251
  clear?: false | undefined;
@@ -278,6 +272,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
278
272
  readOnly?: boolean | undefined;
279
273
  disabled?: boolean | undefined;
280
274
  } & {
275
+ label?: string | undefined;
276
+ labelPlacement?: "inner" | "outer" | undefined;
281
277
  titleCaption?: import("react").ReactNode;
282
278
  leftHelper?: string | undefined;
283
279
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -286,12 +282,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
286
282
  textAfter?: string | undefined;
287
283
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
288
284
  } & {
289
- label?: string | undefined;
290
- labelPlacement: "inner";
291
- hasPlaceholder?: boolean | undefined;
285
+ requiredPlacement?: "left" | "right" | undefined;
292
286
  } & {
293
287
  required: true;
294
- requiredPlacement?: "left" | "right" | undefined;
295
288
  optional?: false | undefined;
296
289
  } & {
297
290
  clear?: false | undefined;
@@ -318,6 +311,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
318
311
  readOnly?: boolean | undefined;
319
312
  disabled?: boolean | undefined;
320
313
  } & {
314
+ label?: string | undefined;
315
+ labelPlacement?: "inner" | "outer" | undefined;
321
316
  titleCaption?: import("react").ReactNode;
322
317
  leftHelper?: string | undefined;
323
318
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -326,12 +321,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
326
321
  textAfter?: string | undefined;
327
322
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
328
323
  } & {
329
- label?: string | undefined;
330
- labelPlacement: "inner";
331
- hasPlaceholder?: boolean | undefined;
324
+ requiredPlacement?: "left" | "right" | undefined;
332
325
  } & {
333
326
  required: true;
334
- requiredPlacement?: "left" | "right" | undefined;
335
327
  optional?: false | undefined;
336
328
  } & {
337
329
  clear?: false | undefined;
@@ -358,6 +350,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
358
350
  readOnly?: boolean | undefined;
359
351
  disabled?: boolean | undefined;
360
352
  } & {
353
+ label?: string | undefined;
354
+ labelPlacement?: "inner" | "outer" | undefined;
361
355
  titleCaption?: import("react").ReactNode;
362
356
  leftHelper?: string | undefined;
363
357
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -366,13 +360,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
366
360
  textAfter?: string | undefined;
367
361
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
368
362
  } & {
369
- label?: string | undefined;
370
- labelPlacement: "inner";
371
- hasPlaceholder?: boolean | undefined;
363
+ requiredPlacement?: "left" | "right" | undefined;
372
364
  } & {
365
+ optional?: true | undefined;
373
366
  required?: false | undefined;
374
- requiredPlacement?: undefined;
375
- optional?: boolean | undefined;
376
367
  } & {
377
368
  clear?: boolean | undefined;
378
369
  hasDivider?: boolean | undefined;
@@ -398,6 +389,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
398
389
  readOnly?: boolean | undefined;
399
390
  disabled?: boolean | undefined;
400
391
  } & {
392
+ label?: string | undefined;
393
+ labelPlacement?: "inner" | "outer" | undefined;
401
394
  titleCaption?: import("react").ReactNode;
402
395
  leftHelper?: string | undefined;
403
396
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -406,13 +399,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
406
399
  textAfter?: string | undefined;
407
400
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
408
401
  } & {
409
- label?: string | undefined;
410
- labelPlacement: "inner";
411
- hasPlaceholder?: boolean | undefined;
402
+ requiredPlacement?: "left" | "right" | undefined;
412
403
  } & {
404
+ optional?: true | undefined;
413
405
  required?: false | undefined;
414
- requiredPlacement?: undefined;
415
- optional?: boolean | undefined;
416
406
  } & {
417
407
  clear?: boolean | undefined;
418
408
  hasDivider?: boolean | undefined;
@@ -438,6 +428,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
438
428
  readOnly?: boolean | undefined;
439
429
  disabled?: boolean | undefined;
440
430
  } & {
431
+ label?: string | undefined;
432
+ labelPlacement?: "inner" | "outer" | undefined;
441
433
  titleCaption?: import("react").ReactNode;
442
434
  leftHelper?: string | undefined;
443
435
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -446,13 +438,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
446
438
  textAfter?: string | undefined;
447
439
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
448
440
  } & {
449
- label?: string | undefined;
450
- labelPlacement: "inner";
451
- hasPlaceholder?: boolean | undefined;
441
+ requiredPlacement?: "left" | "right" | undefined;
452
442
  } & {
443
+ optional?: true | undefined;
453
444
  required?: false | undefined;
454
- requiredPlacement?: undefined;
455
- optional?: boolean | undefined;
456
445
  } & {
457
446
  clear?: boolean | undefined;
458
447
  hasDivider?: boolean | undefined;
@@ -478,6 +467,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
478
467
  readOnly?: boolean | undefined;
479
468
  disabled?: boolean | undefined;
480
469
  } & {
470
+ label?: string | undefined;
471
+ labelPlacement?: "inner" | "outer" | undefined;
481
472
  titleCaption?: import("react").ReactNode;
482
473
  leftHelper?: string | undefined;
483
474
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -486,13 +477,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
486
477
  textAfter?: string | undefined;
487
478
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
488
479
  } & {
489
- label?: string | undefined;
490
- labelPlacement: "inner";
491
- hasPlaceholder?: boolean | undefined;
480
+ requiredPlacement?: "left" | "right" | undefined;
492
481
  } & {
482
+ optional?: true | undefined;
493
483
  required?: false | undefined;
494
- requiredPlacement?: undefined;
495
- optional?: boolean | undefined;
496
484
  } & {
497
485
  clear?: boolean | undefined;
498
486
  hasDivider?: boolean | undefined;
@@ -518,6 +506,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
518
506
  readOnly?: boolean | undefined;
519
507
  disabled?: boolean | undefined;
520
508
  } & {
509
+ label?: string | undefined;
510
+ labelPlacement?: "inner" | "outer" | undefined;
521
511
  titleCaption?: import("react").ReactNode;
522
512
  leftHelper?: string | undefined;
523
513
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -526,13 +516,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
526
516
  textAfter?: string | undefined;
527
517
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
528
518
  } & {
529
- label?: string | undefined;
530
- labelPlacement: "inner";
531
- hasPlaceholder?: boolean | undefined;
519
+ requiredPlacement?: "left" | "right" | undefined;
532
520
  } & {
521
+ optional?: true | undefined;
533
522
  required?: false | undefined;
534
- requiredPlacement?: undefined;
535
- optional?: boolean | undefined;
536
523
  } & {
537
524
  clear?: false | undefined;
538
525
  hasDivider?: undefined;
@@ -558,6 +545,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
558
545
  readOnly?: boolean | undefined;
559
546
  disabled?: boolean | undefined;
560
547
  } & {
548
+ label?: string | undefined;
549
+ labelPlacement?: "inner" | "outer" | undefined;
561
550
  titleCaption?: import("react").ReactNode;
562
551
  leftHelper?: string | undefined;
563
552
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -566,13 +555,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
566
555
  textAfter?: string | undefined;
567
556
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
568
557
  } & {
569
- label?: string | undefined;
570
- labelPlacement: "inner";
571
- hasPlaceholder?: boolean | undefined;
558
+ requiredPlacement?: "left" | "right" | undefined;
572
559
  } & {
560
+ optional?: true | undefined;
573
561
  required?: false | undefined;
574
- requiredPlacement?: undefined;
575
- optional?: boolean | undefined;
576
562
  } & {
577
563
  clear?: false | undefined;
578
564
  hasDivider?: undefined;
@@ -597,47 +583,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
597
583
  view?: string | undefined;
598
584
  readOnly?: boolean | undefined;
599
585
  disabled?: boolean | undefined;
600
- } & {
601
- titleCaption?: import("react").ReactNode;
602
- leftHelper?: string | undefined;
603
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
604
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
605
- textBefore?: string | undefined;
606
- textAfter?: string | undefined;
607
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
608
586
  } & {
609
587
  label?: string | undefined;
610
- labelPlacement: "inner";
611
- hasPlaceholder?: boolean | undefined;
612
- } & {
613
- required?: false | undefined;
614
- requiredPlacement?: undefined;
615
- optional?: boolean | undefined;
616
- } & {
617
- clear?: false | undefined;
618
- hasDivider?: undefined;
619
- } & {
620
- hintTrigger?: undefined;
621
- hintText?: undefined;
622
- hintView?: undefined;
623
- hintSize?: undefined;
624
- hintTargetIcon?: undefined;
625
- hintPlacement?: undefined;
626
- hintHasArrow?: undefined;
627
- hintOffset?: undefined;
628
- hintWidth?: undefined;
629
- hintContentLeft?: undefined;
630
- } & {
631
- chips?: undefined;
632
- onChangeChips?: undefined;
633
- enumerationType?: "plain" | undefined;
634
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
635
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
636
- size?: string | undefined;
637
- view?: string | undefined;
638
- readOnly?: boolean | undefined;
639
- disabled?: boolean | undefined;
640
- } & {
588
+ labelPlacement?: "inner" | "outer" | undefined;
641
589
  titleCaption?: import("react").ReactNode;
642
590
  leftHelper?: string | undefined;
643
591
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -646,13 +594,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
646
594
  textAfter?: string | undefined;
647
595
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
648
596
  } & {
649
- label?: string | undefined;
650
- labelPlacement: "inner";
651
- hasPlaceholder?: boolean | undefined;
597
+ requiredPlacement?: "left" | "right" | undefined;
652
598
  } & {
599
+ optional?: true | undefined;
653
600
  required?: false | undefined;
654
- requiredPlacement?: undefined;
655
- optional?: boolean | undefined;
656
601
  } & {
657
602
  clear?: false | undefined;
658
603
  hasDivider?: undefined;
@@ -667,126 +612,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
667
612
  hintOffset?: undefined;
668
613
  hintWidth?: undefined;
669
614
  hintContentLeft?: undefined;
670
- } & {
671
- enumerationType: "chip";
672
- onSearch?: undefined;
673
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
674
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
675
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
676
- size?: string | undefined;
677
- view?: string | undefined;
678
- readOnly?: boolean | undefined;
679
- disabled?: boolean | undefined;
680
- } & {
681
- titleCaption?: import("react").ReactNode;
682
- leftHelper?: string | undefined;
683
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
684
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
685
- textBefore?: string | undefined;
686
- textAfter?: string | undefined;
687
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
688
- } & {
689
- label?: string | undefined;
690
- labelPlacement?: "outer" | undefined;
691
- hasPlaceholder?: undefined;
692
- } & {
693
- required: true;
694
- requiredPlacement?: "left" | "right" | undefined;
695
- optional?: false | undefined;
696
- } & {
697
- clear?: boolean | undefined;
698
- hasDivider?: boolean | undefined;
699
- } & {
700
- hintText: string;
701
- hintTrigger?: "click" | "hover" | undefined;
702
- hintView?: string | undefined;
703
- hintSize?: string | undefined;
704
- hintTargetIcon?: import("react").ReactNode;
705
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
706
- hintHasArrow?: boolean | undefined;
707
- hintOffset?: [number, number] | undefined;
708
- hintWidth?: string | undefined;
709
- hintContentLeft?: import("react").ReactNode;
710
- } & {
711
- chips?: undefined;
712
- onChangeChips?: undefined;
713
- enumerationType?: "plain" | undefined;
714
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
715
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
716
- size?: string | undefined;
717
- view?: string | undefined;
718
- readOnly?: boolean | undefined;
719
- disabled?: boolean | undefined;
720
- } & {
721
- titleCaption?: import("react").ReactNode;
722
- leftHelper?: string | undefined;
723
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
724
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
725
- textBefore?: string | undefined;
726
- textAfter?: string | undefined;
727
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
728
- } & {
729
- label?: string | undefined;
730
- labelPlacement?: "outer" | undefined;
731
- hasPlaceholder?: undefined;
732
- } & {
733
- required: true;
734
- requiredPlacement?: "left" | "right" | undefined;
735
- optional?: false | undefined;
736
- } & {
737
- clear?: boolean | undefined;
738
- hasDivider?: boolean | undefined;
739
- } & {
740
- hintText: string;
741
- hintTrigger?: "click" | "hover" | undefined;
742
- hintView?: string | undefined;
743
- hintSize?: string | undefined;
744
- hintTargetIcon?: import("react").ReactNode;
745
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
746
- hintHasArrow?: boolean | undefined;
747
- hintOffset?: [number, number] | undefined;
748
- hintWidth?: string | undefined;
749
- hintContentLeft?: import("react").ReactNode;
750
- } & {
751
- enumerationType: "chip";
752
- onSearch?: undefined;
753
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
754
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
755
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
756
- size?: string | undefined;
757
- view?: string | undefined;
758
- readOnly?: boolean | undefined;
759
- disabled?: boolean | undefined;
760
- } & {
761
- titleCaption?: import("react").ReactNode;
762
- leftHelper?: string | undefined;
763
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
764
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
765
- textBefore?: string | undefined;
766
- textAfter?: string | undefined;
767
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
768
- } & {
769
- label?: string | undefined;
770
- labelPlacement?: "outer" | undefined;
771
- hasPlaceholder?: undefined;
772
- } & {
773
- required: true;
774
- requiredPlacement?: "left" | "right" | undefined;
775
- optional?: false | undefined;
776
- } & {
777
- clear?: boolean | undefined;
778
- hasDivider?: boolean | undefined;
779
- } & {
780
- hintTrigger?: undefined;
781
- hintText?: undefined;
782
- hintView?: undefined;
783
- hintSize?: undefined;
784
- hintTargetIcon?: undefined;
785
- hintPlacement?: undefined;
786
- hintHasArrow?: undefined;
787
- hintOffset?: undefined;
788
- hintWidth?: undefined;
789
- hintContentLeft?: undefined;
790
615
  } & {
791
616
  chips?: undefined;
792
617
  onChangeChips?: undefined;
@@ -797,47 +622,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
797
622
  view?: string | undefined;
798
623
  readOnly?: boolean | undefined;
799
624
  disabled?: boolean | undefined;
800
- } & {
801
- titleCaption?: import("react").ReactNode;
802
- leftHelper?: string | undefined;
803
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
804
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
805
- textBefore?: string | undefined;
806
- textAfter?: string | undefined;
807
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
808
625
  } & {
809
626
  label?: string | undefined;
810
- labelPlacement?: "outer" | undefined;
811
- hasPlaceholder?: undefined;
812
- } & {
813
- required: true;
814
- requiredPlacement?: "left" | "right" | undefined;
815
- optional?: false | undefined;
816
- } & {
817
- clear?: boolean | undefined;
818
- hasDivider?: boolean | undefined;
819
- } & {
820
- hintTrigger?: undefined;
821
- hintText?: undefined;
822
- hintView?: undefined;
823
- hintSize?: undefined;
824
- hintTargetIcon?: undefined;
825
- hintPlacement?: undefined;
826
- hintHasArrow?: undefined;
827
- hintOffset?: undefined;
828
- hintWidth?: undefined;
829
- hintContentLeft?: undefined;
830
- } & {
831
- enumerationType: "chip";
832
- onSearch?: undefined;
833
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
834
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
835
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
836
- size?: string | undefined;
837
- view?: string | undefined;
838
- readOnly?: boolean | undefined;
839
- disabled?: boolean | undefined;
840
- } & {
627
+ labelPlacement?: "inner" | "outer" | undefined;
841
628
  titleCaption?: import("react").ReactNode;
842
629
  leftHelper?: string | undefined;
843
630
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -846,453 +633,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
846
633
  textAfter?: string | undefined;
847
634
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
848
635
  } & {
849
- label?: string | undefined;
850
- labelPlacement?: "outer" | undefined;
851
- hasPlaceholder?: undefined;
852
- } & {
853
- required: true;
854
636
  requiredPlacement?: "left" | "right" | undefined;
855
- optional?: false | undefined;
856
- } & {
857
- clear?: false | undefined;
858
- hasDivider?: undefined;
859
- } & {
860
- hintText: string;
861
- hintTrigger?: "click" | "hover" | undefined;
862
- hintView?: string | undefined;
863
- hintSize?: string | undefined;
864
- hintTargetIcon?: import("react").ReactNode;
865
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
866
- hintHasArrow?: boolean | undefined;
867
- hintOffset?: [number, number] | undefined;
868
- hintWidth?: string | undefined;
869
- hintContentLeft?: import("react").ReactNode;
870
- } & {
871
- chips?: undefined;
872
- onChangeChips?: undefined;
873
- enumerationType?: "plain" | undefined;
874
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
875
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
876
- size?: string | undefined;
877
- view?: string | undefined;
878
- readOnly?: boolean | undefined;
879
- disabled?: boolean | undefined;
880
- } & {
881
- titleCaption?: import("react").ReactNode;
882
- leftHelper?: string | undefined;
883
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
884
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
885
- textBefore?: string | undefined;
886
- textAfter?: string | undefined;
887
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
888
- } & {
889
- label?: string | undefined;
890
- labelPlacement?: "outer" | undefined;
891
- hasPlaceholder?: undefined;
892
- } & {
893
- required: true;
894
- requiredPlacement?: "left" | "right" | undefined;
895
- optional?: false | undefined;
896
- } & {
897
- clear?: false | undefined;
898
- hasDivider?: undefined;
899
- } & {
900
- hintText: string;
901
- hintTrigger?: "click" | "hover" | undefined;
902
- hintView?: string | undefined;
903
- hintSize?: string | undefined;
904
- hintTargetIcon?: import("react").ReactNode;
905
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
906
- hintHasArrow?: boolean | undefined;
907
- hintOffset?: [number, number] | undefined;
908
- hintWidth?: string | undefined;
909
- hintContentLeft?: import("react").ReactNode;
910
- } & {
911
- enumerationType: "chip";
912
- onSearch?: undefined;
913
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
914
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
915
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
916
- size?: string | undefined;
917
- view?: string | undefined;
918
- readOnly?: boolean | undefined;
919
- disabled?: boolean | undefined;
920
- } & {
921
- titleCaption?: import("react").ReactNode;
922
- leftHelper?: string | undefined;
923
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
924
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
925
- textBefore?: string | undefined;
926
- textAfter?: string | undefined;
927
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
928
- } & {
929
- label?: string | undefined;
930
- labelPlacement?: "outer" | undefined;
931
- hasPlaceholder?: undefined;
932
- } & {
933
- required: true;
934
- requiredPlacement?: "left" | "right" | undefined;
935
- optional?: false | undefined;
936
- } & {
937
- clear?: false | undefined;
938
- hasDivider?: undefined;
939
- } & {
940
- hintTrigger?: undefined;
941
- hintText?: undefined;
942
- hintView?: undefined;
943
- hintSize?: undefined;
944
- hintTargetIcon?: undefined;
945
- hintPlacement?: undefined;
946
- hintHasArrow?: undefined;
947
- hintOffset?: undefined;
948
- hintWidth?: undefined;
949
- hintContentLeft?: undefined;
950
- } & {
951
- chips?: undefined;
952
- onChangeChips?: undefined;
953
- enumerationType?: "plain" | undefined;
954
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
955
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
956
- size?: string | undefined;
957
- view?: string | undefined;
958
- readOnly?: boolean | undefined;
959
- disabled?: boolean | undefined;
960
- } & {
961
- titleCaption?: import("react").ReactNode;
962
- leftHelper?: string | undefined;
963
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
964
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
965
- textBefore?: string | undefined;
966
- textAfter?: string | undefined;
967
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
968
- } & {
969
- label?: string | undefined;
970
- labelPlacement?: "outer" | undefined;
971
- hasPlaceholder?: undefined;
972
- } & {
973
- required: true;
974
- requiredPlacement?: "left" | "right" | undefined;
975
- optional?: false | undefined;
976
- } & {
977
- clear?: false | undefined;
978
- hasDivider?: undefined;
979
- } & {
980
- hintTrigger?: undefined;
981
- hintText?: undefined;
982
- hintView?: undefined;
983
- hintSize?: undefined;
984
- hintTargetIcon?: undefined;
985
- hintPlacement?: undefined;
986
- hintHasArrow?: undefined;
987
- hintOffset?: undefined;
988
- hintWidth?: undefined;
989
- hintContentLeft?: undefined;
990
- } & {
991
- enumerationType: "chip";
992
- onSearch?: undefined;
993
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
994
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
995
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
996
- size?: string | undefined;
997
- view?: string | undefined;
998
- readOnly?: boolean | undefined;
999
- disabled?: boolean | undefined;
1000
- } & {
1001
- titleCaption?: import("react").ReactNode;
1002
- leftHelper?: string | undefined;
1003
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1004
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1005
- textBefore?: string | undefined;
1006
- textAfter?: string | undefined;
1007
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1008
- } & {
1009
- label?: string | undefined;
1010
- labelPlacement?: "outer" | undefined;
1011
- hasPlaceholder?: undefined;
1012
- } & {
1013
- required?: false | undefined;
1014
- requiredPlacement?: undefined;
1015
- optional?: boolean | undefined;
1016
- } & {
1017
- clear?: boolean | undefined;
1018
- hasDivider?: boolean | undefined;
1019
- } & {
1020
- hintText: string;
1021
- hintTrigger?: "click" | "hover" | undefined;
1022
- hintView?: string | undefined;
1023
- hintSize?: string | undefined;
1024
- hintTargetIcon?: import("react").ReactNode;
1025
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1026
- hintHasArrow?: boolean | undefined;
1027
- hintOffset?: [number, number] | undefined;
1028
- hintWidth?: string | undefined;
1029
- hintContentLeft?: import("react").ReactNode;
1030
- } & {
1031
- chips?: undefined;
1032
- onChangeChips?: undefined;
1033
- enumerationType?: "plain" | undefined;
1034
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1035
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1036
- size?: string | undefined;
1037
- view?: string | undefined;
1038
- readOnly?: boolean | undefined;
1039
- disabled?: boolean | undefined;
1040
- } & {
1041
- titleCaption?: import("react").ReactNode;
1042
- leftHelper?: string | undefined;
1043
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1044
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1045
- textBefore?: string | undefined;
1046
- textAfter?: string | undefined;
1047
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1048
- } & {
1049
- label?: string | undefined;
1050
- labelPlacement?: "outer" | undefined;
1051
- hasPlaceholder?: undefined;
1052
- } & {
1053
- required?: false | undefined;
1054
- requiredPlacement?: undefined;
1055
- optional?: boolean | undefined;
1056
- } & {
1057
- clear?: boolean | undefined;
1058
- hasDivider?: boolean | undefined;
1059
- } & {
1060
- hintText: string;
1061
- hintTrigger?: "click" | "hover" | undefined;
1062
- hintView?: string | undefined;
1063
- hintSize?: string | undefined;
1064
- hintTargetIcon?: import("react").ReactNode;
1065
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1066
- hintHasArrow?: boolean | undefined;
1067
- hintOffset?: [number, number] | undefined;
1068
- hintWidth?: string | undefined;
1069
- hintContentLeft?: import("react").ReactNode;
1070
- } & {
1071
- enumerationType: "chip";
1072
- onSearch?: undefined;
1073
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1074
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1075
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1076
- size?: string | undefined;
1077
- view?: string | undefined;
1078
- readOnly?: boolean | undefined;
1079
- disabled?: boolean | undefined;
1080
- } & {
1081
- titleCaption?: import("react").ReactNode;
1082
- leftHelper?: string | undefined;
1083
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1084
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1085
- textBefore?: string | undefined;
1086
- textAfter?: string | undefined;
1087
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1088
- } & {
1089
- label?: string | undefined;
1090
- labelPlacement?: "outer" | undefined;
1091
- hasPlaceholder?: undefined;
1092
- } & {
1093
- required?: false | undefined;
1094
- requiredPlacement?: undefined;
1095
- optional?: boolean | undefined;
1096
- } & {
1097
- clear?: boolean | undefined;
1098
- hasDivider?: boolean | undefined;
1099
- } & {
1100
- hintTrigger?: undefined;
1101
- hintText?: undefined;
1102
- hintView?: undefined;
1103
- hintSize?: undefined;
1104
- hintTargetIcon?: undefined;
1105
- hintPlacement?: undefined;
1106
- hintHasArrow?: undefined;
1107
- hintOffset?: undefined;
1108
- hintWidth?: undefined;
1109
- hintContentLeft?: undefined;
1110
- } & {
1111
- chips?: undefined;
1112
- onChangeChips?: undefined;
1113
- enumerationType?: "plain" | undefined;
1114
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1115
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1116
- size?: string | undefined;
1117
- view?: string | undefined;
1118
- readOnly?: boolean | undefined;
1119
- disabled?: boolean | undefined;
1120
- } & {
1121
- titleCaption?: import("react").ReactNode;
1122
- leftHelper?: string | undefined;
1123
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1124
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1125
- textBefore?: string | undefined;
1126
- textAfter?: string | undefined;
1127
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1128
- } & {
1129
- label?: string | undefined;
1130
- labelPlacement?: "outer" | undefined;
1131
- hasPlaceholder?: undefined;
1132
- } & {
1133
- required?: false | undefined;
1134
- requiredPlacement?: undefined;
1135
- optional?: boolean | undefined;
1136
- } & {
1137
- clear?: boolean | undefined;
1138
- hasDivider?: boolean | undefined;
1139
- } & {
1140
- hintTrigger?: undefined;
1141
- hintText?: undefined;
1142
- hintView?: undefined;
1143
- hintSize?: undefined;
1144
- hintTargetIcon?: undefined;
1145
- hintPlacement?: undefined;
1146
- hintHasArrow?: undefined;
1147
- hintOffset?: undefined;
1148
- hintWidth?: undefined;
1149
- hintContentLeft?: undefined;
1150
- } & {
1151
- enumerationType: "chip";
1152
- onSearch?: undefined;
1153
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1154
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1155
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1156
- size?: string | undefined;
1157
- view?: string | undefined;
1158
- readOnly?: boolean | undefined;
1159
- disabled?: boolean | undefined;
1160
- } & {
1161
- titleCaption?: import("react").ReactNode;
1162
- leftHelper?: string | undefined;
1163
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1164
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1165
- textBefore?: string | undefined;
1166
- textAfter?: string | undefined;
1167
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1168
- } & {
1169
- label?: string | undefined;
1170
- labelPlacement?: "outer" | undefined;
1171
- hasPlaceholder?: undefined;
1172
- } & {
1173
- required?: false | undefined;
1174
- requiredPlacement?: undefined;
1175
- optional?: boolean | undefined;
1176
- } & {
1177
- clear?: false | undefined;
1178
- hasDivider?: undefined;
1179
- } & {
1180
- hintText: string;
1181
- hintTrigger?: "click" | "hover" | undefined;
1182
- hintView?: string | undefined;
1183
- hintSize?: string | undefined;
1184
- hintTargetIcon?: import("react").ReactNode;
1185
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1186
- hintHasArrow?: boolean | undefined;
1187
- hintOffset?: [number, number] | undefined;
1188
- hintWidth?: string | undefined;
1189
- hintContentLeft?: import("react").ReactNode;
1190
- } & {
1191
- chips?: undefined;
1192
- onChangeChips?: undefined;
1193
- enumerationType?: "plain" | undefined;
1194
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1195
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1196
- size?: string | undefined;
1197
- view?: string | undefined;
1198
- readOnly?: boolean | undefined;
1199
- disabled?: boolean | undefined;
1200
- } & {
1201
- titleCaption?: import("react").ReactNode;
1202
- leftHelper?: string | undefined;
1203
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1204
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1205
- textBefore?: string | undefined;
1206
- textAfter?: string | undefined;
1207
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1208
- } & {
1209
- label?: string | undefined;
1210
- labelPlacement?: "outer" | undefined;
1211
- hasPlaceholder?: undefined;
1212
- } & {
1213
- required?: false | undefined;
1214
- requiredPlacement?: undefined;
1215
- optional?: boolean | undefined;
1216
- } & {
1217
- clear?: false | undefined;
1218
- hasDivider?: undefined;
1219
- } & {
1220
- hintText: string;
1221
- hintTrigger?: "click" | "hover" | undefined;
1222
- hintView?: string | undefined;
1223
- hintSize?: string | undefined;
1224
- hintTargetIcon?: import("react").ReactNode;
1225
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1226
- hintHasArrow?: boolean | undefined;
1227
- hintOffset?: [number, number] | undefined;
1228
- hintWidth?: string | undefined;
1229
- hintContentLeft?: import("react").ReactNode;
1230
- } & {
1231
- enumerationType: "chip";
1232
- onSearch?: undefined;
1233
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1234
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1235
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1236
- size?: string | undefined;
1237
- view?: string | undefined;
1238
- readOnly?: boolean | undefined;
1239
- disabled?: boolean | undefined;
1240
- } & {
1241
- titleCaption?: import("react").ReactNode;
1242
- leftHelper?: string | undefined;
1243
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1244
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1245
- textBefore?: string | undefined;
1246
- textAfter?: string | undefined;
1247
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1248
- } & {
1249
- label?: string | undefined;
1250
- labelPlacement?: "outer" | undefined;
1251
- hasPlaceholder?: undefined;
1252
- } & {
1253
- required?: false | undefined;
1254
- requiredPlacement?: undefined;
1255
- optional?: boolean | undefined;
1256
- } & {
1257
- clear?: false | undefined;
1258
- hasDivider?: undefined;
1259
- } & {
1260
- hintTrigger?: undefined;
1261
- hintText?: undefined;
1262
- hintView?: undefined;
1263
- hintSize?: undefined;
1264
- hintTargetIcon?: undefined;
1265
- hintPlacement?: undefined;
1266
- hintHasArrow?: undefined;
1267
- hintOffset?: undefined;
1268
- hintWidth?: undefined;
1269
- hintContentLeft?: undefined;
1270
- } & {
1271
- chips?: undefined;
1272
- onChangeChips?: undefined;
1273
- enumerationType?: "plain" | undefined;
1274
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1275
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1276
- size?: string | undefined;
1277
- view?: string | undefined;
1278
- readOnly?: boolean | undefined;
1279
- disabled?: boolean | undefined;
1280
- } & {
1281
- titleCaption?: import("react").ReactNode;
1282
- leftHelper?: string | undefined;
1283
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1284
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1285
- textBefore?: string | undefined;
1286
- textAfter?: string | undefined;
1287
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1288
- } & {
1289
- label?: string | undefined;
1290
- labelPlacement?: "outer" | undefined;
1291
- hasPlaceholder?: undefined;
1292
637
  } & {
638
+ optional?: true | undefined;
1293
639
  required?: false | undefined;
1294
- requiredPlacement?: undefined;
1295
- optional?: boolean | undefined;
1296
640
  } & {
1297
641
  clear?: false | undefined;
1298
642
  hasDivider?: undefined;