@salutejs/plasma-new-hope 0.194.0-canary.1562.11857238836.0 → 0.194.0-canary.1565.11870784206.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -0
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  3. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js.map +1 -1
  5. package/cjs/components/Combobox/ComboboxOld/Combobox.css +4 -5
  6. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +4 -5
  7. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +4 -5
  8. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +4 -5
  9. package/cjs/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +4 -5
  10. package/cjs/components/Dropdown/Dropdown.css +4 -5
  11. package/cjs/components/Dropdown/Dropdown.js +2 -4
  12. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  13. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.css +4 -5
  14. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +2 -3
  15. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  16. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +1 -7
  17. package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js.map +1 -1
  18. package/cjs/components/Dropdown/ui/DropdownItem/{DropdownItem.styles_14yih1y.css → DropdownItem.styles_1b439rx.css} +0 -1
  19. package/cjs/components/Select/Select.js +1 -0
  20. package/cjs/components/Select/Select.js.map +1 -1
  21. package/cjs/components/Select/ui/Inner/ui/Item/Item.js +2 -1
  22. package/cjs/components/Select/ui/Inner/ui/Item/Item.js.map +1 -1
  23. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -18
  24. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  25. package/cjs/components/TextField/TextField.js +27 -3
  26. package/cjs/components/TextField/TextField.js.map +1 -1
  27. package/cjs/components/TextField/hooks/useValidation.js +273 -0
  28. package/cjs/components/TextField/hooks/useValidation.js.map +1 -0
  29. package/cjs/index.css +4 -5
  30. package/cjs/utils/constants.js +4 -0
  31. package/cjs/utils/constants.js.map +1 -1
  32. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -0
  33. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
  34. package/emotion/cjs/components/Dropdown/Dropdown.js +2 -4
  35. package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +2 -3
  36. package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +11 -15
  37. package/emotion/cjs/components/Select/Select.js +1 -0
  38. package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.js +2 -1
  39. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
  40. package/emotion/cjs/components/TextField/TextField.js +27 -4
  41. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +330 -0
  42. package/emotion/cjs/components/TextField/hooks/index.js +8 -1
  43. package/emotion/cjs/components/TextField/hooks/useValidation.js +276 -0
  44. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
  45. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
  46. package/emotion/cjs/utils/constants.js +4 -2
  47. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +1 -0
  48. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
  49. package/emotion/es/components/Dropdown/Dropdown.js +2 -4
  50. package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -4
  51. package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +11 -15
  52. package/emotion/es/components/Select/Select.js +1 -0
  53. package/emotion/es/components/Select/ui/Inner/ui/Item/Item.js +2 -1
  54. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
  55. package/emotion/es/components/TextField/TextField.js +28 -5
  56. package/emotion/es/components/TextField/TextField.template-doc.mdx +330 -0
  57. package/emotion/es/components/TextField/hooks/index.js +2 -1
  58. package/emotion/es/components/TextField/hooks/useValidation.js +270 -0
  59. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
  60. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
  61. package/emotion/es/utils/constants.js +3 -1
  62. package/es/components/Combobox/ComboboxNew/Combobox.js +1 -0
  63. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  64. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
  65. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js.map +1 -1
  66. package/es/components/Combobox/ComboboxOld/Combobox.css +4 -5
  67. package/es/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +4 -5
  68. package/es/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +4 -5
  69. package/es/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +4 -5
  70. package/es/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +4 -5
  71. package/es/components/Dropdown/Dropdown.css +4 -5
  72. package/es/components/Dropdown/Dropdown.js +2 -4
  73. package/es/components/Dropdown/Dropdown.js.map +1 -1
  74. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.css +4 -5
  75. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -4
  76. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
  77. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +2 -7
  78. package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js.map +1 -1
  79. package/es/components/Dropdown/ui/DropdownItem/{DropdownItem.styles_14yih1y.css → DropdownItem.styles_1b439rx.css} +0 -1
  80. package/es/components/Select/Select.js +1 -0
  81. package/es/components/Select/Select.js.map +1 -1
  82. package/es/components/Select/ui/Inner/ui/Item/Item.js +2 -1
  83. package/es/components/Select/ui/Inner/ui/Item/Item.js.map +1 -1
  84. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +4 -19
  85. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  86. package/es/components/TextField/TextField.js +27 -3
  87. package/es/components/TextField/TextField.js.map +1 -1
  88. package/es/components/TextField/hooks/useValidation.js +269 -0
  89. package/es/components/TextField/hooks/useValidation.js.map +1 -0
  90. package/es/index.css +4 -5
  91. package/es/utils/constants.js +3 -1
  92. package/es/utils/constants.js.map +1 -1
  93. package/package.json +2 -3
  94. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -0
  95. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
  96. package/styled-components/cjs/components/Dropdown/Dropdown.js +2 -4
  97. package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +2 -3
  98. package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +2 -5
  99. package/styled-components/cjs/components/Select/Select.js +1 -0
  100. package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.js +2 -1
  101. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
  102. package/styled-components/cjs/components/TextField/TextField.js +26 -3
  103. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +330 -0
  104. package/styled-components/cjs/components/TextField/hooks/index.js +8 -1
  105. package/styled-components/cjs/components/TextField/hooks/useValidation.js +276 -0
  106. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
  107. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
  108. package/styled-components/cjs/utils/constants.js +4 -2
  109. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +1 -0
  110. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
  111. package/styled-components/es/components/Dropdown/Dropdown.js +2 -4
  112. package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -4
  113. package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +2 -5
  114. package/styled-components/es/components/Select/Select.js +1 -0
  115. package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.js +2 -1
  116. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
  117. package/styled-components/es/components/TextField/TextField.js +27 -4
  118. package/styled-components/es/components/TextField/TextField.template-doc.mdx +330 -0
  119. package/styled-components/es/components/TextField/hooks/index.js +2 -1
  120. package/styled-components/es/components/TextField/hooks/useValidation.js +270 -0
  121. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
  122. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
  123. package/styled-components/es/utils/constants.js +3 -1
  124. package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -2
  125. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  126. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +1676 -92
  127. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  128. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  129. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +2 -1
  130. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  131. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.d.ts.map +1 -1
  132. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +1676 -92
  133. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  134. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +1676 -92
  135. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  136. package/types/components/Dropdown/Dropdown.d.ts +2 -50
  137. package/types/components/Dropdown/Dropdown.d.ts.map +1 -1
  138. package/types/components/Dropdown/Dropdown.types.d.ts +6 -11
  139. package/types/components/Dropdown/Dropdown.types.d.ts.map +1 -1
  140. package/types/components/Dropdown/index.d.ts +0 -1
  141. package/types/components/Dropdown/index.d.ts.map +1 -1
  142. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.d.ts.map +1 -1
  143. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +0 -1
  144. package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts.map +1 -1
  145. package/types/components/Range/Range.styles.d.ts +1676 -92
  146. package/types/components/Range/Range.styles.d.ts.map +1 -1
  147. package/types/components/Select/Select.d.ts.map +1 -1
  148. package/types/components/Select/Select.types.d.ts +2 -1
  149. package/types/components/Select/Select.types.d.ts.map +1 -1
  150. package/types/components/Select/ui/Inner/ui/Item/Item.d.ts.map +1 -1
  151. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  152. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +1676 -92
  153. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  154. package/types/components/Slider/components/Double/Double.styles.d.ts +1676 -92
  155. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  156. package/types/components/TextField/TextField.d.ts.map +1 -1
  157. package/types/components/TextField/TextField.types.d.ts +51 -1
  158. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  159. package/types/components/TextField/hooks/index.d.ts +1 -0
  160. package/types/components/TextField/hooks/index.d.ts.map +1 -1
  161. package/types/components/TextField/hooks/useValidation.d.ts +7 -0
  162. package/types/components/TextField/hooks/useValidation.d.ts.map +1 -0
  163. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +64 -2
  164. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  165. package/types/examples/plasma_b2c/components/Dropdown/Dropdown.d.ts +1 -25
  166. package/types/examples/plasma_b2c/components/Dropdown/Dropdown.d.ts.map +1 -1
  167. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +2732 -92
  168. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  169. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +1676 -92
  170. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  171. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +64 -2
  172. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  173. package/types/examples/plasma_web/components/Dropdown/Dropdown.d.ts +1 -25
  174. package/types/examples/plasma_web/components/Dropdown/Dropdown.d.ts.map +1 -1
  175. package/types/examples/plasma_web/components/Mask/Mask.d.ts +2732 -92
  176. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  177. package/types/examples/plasma_web/components/TextField/TextField.d.ts +1676 -92
  178. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  179. package/types/utils/constants.d.ts +2 -0
  180. package/types/utils/constants.d.ts.map +1 -1
@@ -40,6 +40,1438 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
40
40
  onChangeChips?: undefined;
41
41
  enumerationType?: "plain" | undefined;
42
42
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
43
+ } & {
44
+ validationType?: undefined;
45
+ options?: undefined;
46
+ passwordHidden?: undefined;
47
+ onValidate?: undefined;
48
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
49
+ size?: string | undefined;
50
+ view?: string | undefined;
51
+ readOnly?: boolean | undefined;
52
+ disabled?: boolean | undefined;
53
+ } & {
54
+ label?: string | undefined;
55
+ labelPlacement?: "inner" | "outer" | undefined;
56
+ titleCaption?: import("react").ReactNode;
57
+ leftHelper?: string | undefined;
58
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
59
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
60
+ textBefore?: string | undefined;
61
+ textAfter?: string | undefined;
62
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
63
+ } & {
64
+ requiredPlacement?: "left" | "right" | undefined;
65
+ } & {
66
+ required: true;
67
+ optional?: false | undefined;
68
+ } & {
69
+ clear?: boolean | undefined;
70
+ hasDivider?: boolean | undefined;
71
+ } & {
72
+ hintText: string;
73
+ hintTrigger?: "click" | "hover" | undefined;
74
+ hintView?: string | undefined;
75
+ hintSize?: string | undefined;
76
+ hintTargetIcon?: import("react").ReactNode;
77
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
78
+ hintHasArrow?: boolean | undefined;
79
+ hintOffset?: [number, number] | undefined;
80
+ hintWidth?: string | undefined;
81
+ hintContentLeft?: import("react").ReactNode;
82
+ } & {
83
+ chips?: undefined;
84
+ onChangeChips?: undefined;
85
+ enumerationType?: "plain" | undefined;
86
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
87
+ } & {
88
+ validationType: "password";
89
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
90
+ passwordHidden?: boolean | undefined;
91
+ onValidate?: ((args: {
92
+ isValid: boolean;
93
+ errorMessage?: string | undefined;
94
+ }) => void) | undefined;
95
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
96
+ size?: string | undefined;
97
+ view?: string | undefined;
98
+ readOnly?: boolean | undefined;
99
+ disabled?: boolean | undefined;
100
+ } & {
101
+ label?: string | undefined;
102
+ labelPlacement?: "inner" | "outer" | undefined;
103
+ titleCaption?: import("react").ReactNode;
104
+ leftHelper?: string | undefined;
105
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
106
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
107
+ textBefore?: string | undefined;
108
+ textAfter?: string | undefined;
109
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
110
+ } & {
111
+ requiredPlacement?: "left" | "right" | undefined;
112
+ } & {
113
+ required: true;
114
+ optional?: false | undefined;
115
+ } & {
116
+ clear?: boolean | undefined;
117
+ hasDivider?: boolean | undefined;
118
+ } & {
119
+ hintText: string;
120
+ hintTrigger?: "click" | "hover" | undefined;
121
+ hintView?: string | undefined;
122
+ hintSize?: string | undefined;
123
+ hintTargetIcon?: import("react").ReactNode;
124
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
125
+ hintHasArrow?: boolean | undefined;
126
+ hintOffset?: [number, number] | undefined;
127
+ hintWidth?: string | undefined;
128
+ hintContentLeft?: import("react").ReactNode;
129
+ } & {
130
+ chips?: undefined;
131
+ onChangeChips?: undefined;
132
+ enumerationType?: "plain" | undefined;
133
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
134
+ } & {
135
+ validationType: "email";
136
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
137
+ passwordHidden?: undefined;
138
+ onValidate?: ((args: {
139
+ isValid: boolean;
140
+ errorMessage?: string | undefined;
141
+ }) => void) | undefined;
142
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
143
+ size?: string | undefined;
144
+ view?: string | undefined;
145
+ readOnly?: boolean | undefined;
146
+ disabled?: boolean | undefined;
147
+ } & {
148
+ label?: string | undefined;
149
+ labelPlacement?: "inner" | "outer" | undefined;
150
+ titleCaption?: import("react").ReactNode;
151
+ leftHelper?: string | undefined;
152
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
153
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
154
+ textBefore?: string | undefined;
155
+ textAfter?: string | undefined;
156
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
157
+ } & {
158
+ requiredPlacement?: "left" | "right" | undefined;
159
+ } & {
160
+ required: true;
161
+ optional?: false | undefined;
162
+ } & {
163
+ clear?: boolean | undefined;
164
+ hasDivider?: boolean | undefined;
165
+ } & {
166
+ hintText: string;
167
+ hintTrigger?: "click" | "hover" | undefined;
168
+ hintView?: string | undefined;
169
+ hintSize?: string | undefined;
170
+ hintTargetIcon?: import("react").ReactNode;
171
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
172
+ hintHasArrow?: boolean | undefined;
173
+ hintOffset?: [number, number] | undefined;
174
+ hintWidth?: string | undefined;
175
+ hintContentLeft?: import("react").ReactNode;
176
+ } & {
177
+ enumerationType: "chip";
178
+ onSearch?: undefined;
179
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
180
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
181
+ } & {
182
+ validationType?: undefined;
183
+ options?: undefined;
184
+ passwordHidden?: undefined;
185
+ onValidate?: undefined;
186
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
187
+ size?: string | undefined;
188
+ view?: string | undefined;
189
+ readOnly?: boolean | undefined;
190
+ disabled?: boolean | undefined;
191
+ } & {
192
+ label?: string | undefined;
193
+ labelPlacement?: "inner" | "outer" | undefined;
194
+ titleCaption?: import("react").ReactNode;
195
+ leftHelper?: string | undefined;
196
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
197
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
198
+ textBefore?: string | undefined;
199
+ textAfter?: string | undefined;
200
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
201
+ } & {
202
+ requiredPlacement?: "left" | "right" | undefined;
203
+ } & {
204
+ required: true;
205
+ optional?: false | undefined;
206
+ } & {
207
+ clear?: boolean | undefined;
208
+ hasDivider?: boolean | undefined;
209
+ } & {
210
+ hintText: string;
211
+ hintTrigger?: "click" | "hover" | undefined;
212
+ hintView?: string | undefined;
213
+ hintSize?: string | undefined;
214
+ hintTargetIcon?: import("react").ReactNode;
215
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
216
+ hintHasArrow?: boolean | undefined;
217
+ hintOffset?: [number, number] | undefined;
218
+ hintWidth?: string | undefined;
219
+ hintContentLeft?: import("react").ReactNode;
220
+ } & {
221
+ enumerationType: "chip";
222
+ onSearch?: undefined;
223
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
224
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
225
+ } & {
226
+ validationType: "password";
227
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
228
+ passwordHidden?: boolean | undefined;
229
+ onValidate?: ((args: {
230
+ isValid: boolean;
231
+ errorMessage?: string | undefined;
232
+ }) => void) | undefined;
233
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
234
+ size?: string | undefined;
235
+ view?: string | undefined;
236
+ readOnly?: boolean | undefined;
237
+ disabled?: boolean | undefined;
238
+ } & {
239
+ label?: string | undefined;
240
+ labelPlacement?: "inner" | "outer" | undefined;
241
+ titleCaption?: import("react").ReactNode;
242
+ leftHelper?: string | undefined;
243
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
244
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
245
+ textBefore?: string | undefined;
246
+ textAfter?: string | undefined;
247
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
248
+ } & {
249
+ requiredPlacement?: "left" | "right" | undefined;
250
+ } & {
251
+ required: true;
252
+ optional?: false | undefined;
253
+ } & {
254
+ clear?: boolean | undefined;
255
+ hasDivider?: boolean | undefined;
256
+ } & {
257
+ hintText: string;
258
+ hintTrigger?: "click" | "hover" | undefined;
259
+ hintView?: string | undefined;
260
+ hintSize?: string | undefined;
261
+ hintTargetIcon?: import("react").ReactNode;
262
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
263
+ hintHasArrow?: boolean | undefined;
264
+ hintOffset?: [number, number] | undefined;
265
+ hintWidth?: string | undefined;
266
+ hintContentLeft?: import("react").ReactNode;
267
+ } & {
268
+ enumerationType: "chip";
269
+ onSearch?: undefined;
270
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
271
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
272
+ } & {
273
+ validationType: "email";
274
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
275
+ passwordHidden?: undefined;
276
+ onValidate?: ((args: {
277
+ isValid: boolean;
278
+ errorMessage?: string | undefined;
279
+ }) => void) | undefined;
280
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
281
+ size?: string | undefined;
282
+ view?: string | undefined;
283
+ readOnly?: boolean | undefined;
284
+ disabled?: boolean | undefined;
285
+ } & {
286
+ label?: string | undefined;
287
+ labelPlacement?: "inner" | "outer" | undefined;
288
+ titleCaption?: import("react").ReactNode;
289
+ leftHelper?: string | undefined;
290
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
291
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
292
+ textBefore?: string | undefined;
293
+ textAfter?: string | undefined;
294
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
295
+ } & {
296
+ requiredPlacement?: "left" | "right" | undefined;
297
+ } & {
298
+ required: true;
299
+ optional?: false | undefined;
300
+ } & {
301
+ clear?: boolean | undefined;
302
+ hasDivider?: boolean | undefined;
303
+ } & {
304
+ hintTrigger?: undefined;
305
+ hintText?: undefined;
306
+ hintView?: undefined;
307
+ hintSize?: undefined;
308
+ hintTargetIcon?: undefined;
309
+ hintPlacement?: undefined;
310
+ hintHasArrow?: undefined;
311
+ hintOffset?: undefined;
312
+ hintWidth?: undefined;
313
+ hintContentLeft?: undefined;
314
+ } & {
315
+ chips?: undefined;
316
+ onChangeChips?: undefined;
317
+ enumerationType?: "plain" | undefined;
318
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
319
+ } & {
320
+ validationType?: undefined;
321
+ options?: undefined;
322
+ passwordHidden?: undefined;
323
+ onValidate?: undefined;
324
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
325
+ size?: string | undefined;
326
+ view?: string | undefined;
327
+ readOnly?: boolean | undefined;
328
+ disabled?: boolean | undefined;
329
+ } & {
330
+ label?: string | undefined;
331
+ labelPlacement?: "inner" | "outer" | undefined;
332
+ titleCaption?: import("react").ReactNode;
333
+ leftHelper?: string | undefined;
334
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
335
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
336
+ textBefore?: string | undefined;
337
+ textAfter?: string | undefined;
338
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
339
+ } & {
340
+ requiredPlacement?: "left" | "right" | undefined;
341
+ } & {
342
+ required: true;
343
+ optional?: false | undefined;
344
+ } & {
345
+ clear?: boolean | undefined;
346
+ hasDivider?: boolean | undefined;
347
+ } & {
348
+ hintTrigger?: undefined;
349
+ hintText?: undefined;
350
+ hintView?: undefined;
351
+ hintSize?: undefined;
352
+ hintTargetIcon?: undefined;
353
+ hintPlacement?: undefined;
354
+ hintHasArrow?: undefined;
355
+ hintOffset?: undefined;
356
+ hintWidth?: undefined;
357
+ hintContentLeft?: undefined;
358
+ } & {
359
+ chips?: undefined;
360
+ onChangeChips?: undefined;
361
+ enumerationType?: "plain" | undefined;
362
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
363
+ } & {
364
+ validationType: "password";
365
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
366
+ passwordHidden?: boolean | undefined;
367
+ onValidate?: ((args: {
368
+ isValid: boolean;
369
+ errorMessage?: string | undefined;
370
+ }) => void) | undefined;
371
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
372
+ size?: string | undefined;
373
+ view?: string | undefined;
374
+ readOnly?: boolean | undefined;
375
+ disabled?: boolean | undefined;
376
+ } & {
377
+ label?: string | undefined;
378
+ labelPlacement?: "inner" | "outer" | undefined;
379
+ titleCaption?: import("react").ReactNode;
380
+ leftHelper?: string | undefined;
381
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
382
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
383
+ textBefore?: string | undefined;
384
+ textAfter?: string | undefined;
385
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
386
+ } & {
387
+ requiredPlacement?: "left" | "right" | undefined;
388
+ } & {
389
+ required: true;
390
+ optional?: false | undefined;
391
+ } & {
392
+ clear?: boolean | undefined;
393
+ hasDivider?: boolean | undefined;
394
+ } & {
395
+ hintTrigger?: undefined;
396
+ hintText?: undefined;
397
+ hintView?: undefined;
398
+ hintSize?: undefined;
399
+ hintTargetIcon?: undefined;
400
+ hintPlacement?: undefined;
401
+ hintHasArrow?: undefined;
402
+ hintOffset?: undefined;
403
+ hintWidth?: undefined;
404
+ hintContentLeft?: undefined;
405
+ } & {
406
+ chips?: undefined;
407
+ onChangeChips?: undefined;
408
+ enumerationType?: "plain" | undefined;
409
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
410
+ } & {
411
+ validationType: "email";
412
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
413
+ passwordHidden?: undefined;
414
+ onValidate?: ((args: {
415
+ isValid: boolean;
416
+ errorMessage?: string | undefined;
417
+ }) => void) | undefined;
418
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
419
+ size?: string | undefined;
420
+ view?: string | undefined;
421
+ readOnly?: boolean | undefined;
422
+ disabled?: boolean | undefined;
423
+ } & {
424
+ label?: string | undefined;
425
+ labelPlacement?: "inner" | "outer" | undefined;
426
+ titleCaption?: import("react").ReactNode;
427
+ leftHelper?: string | undefined;
428
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
429
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
430
+ textBefore?: string | undefined;
431
+ textAfter?: string | undefined;
432
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
433
+ } & {
434
+ requiredPlacement?: "left" | "right" | undefined;
435
+ } & {
436
+ required: true;
437
+ optional?: false | undefined;
438
+ } & {
439
+ clear?: boolean | undefined;
440
+ hasDivider?: boolean | undefined;
441
+ } & {
442
+ hintTrigger?: undefined;
443
+ hintText?: undefined;
444
+ hintView?: undefined;
445
+ hintSize?: undefined;
446
+ hintTargetIcon?: undefined;
447
+ hintPlacement?: undefined;
448
+ hintHasArrow?: undefined;
449
+ hintOffset?: undefined;
450
+ hintWidth?: undefined;
451
+ hintContentLeft?: undefined;
452
+ } & {
453
+ enumerationType: "chip";
454
+ onSearch?: undefined;
455
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
456
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
457
+ } & {
458
+ validationType?: undefined;
459
+ options?: undefined;
460
+ passwordHidden?: undefined;
461
+ onValidate?: undefined;
462
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
463
+ size?: string | undefined;
464
+ view?: string | undefined;
465
+ readOnly?: boolean | undefined;
466
+ disabled?: boolean | undefined;
467
+ } & {
468
+ label?: string | undefined;
469
+ labelPlacement?: "inner" | "outer" | undefined;
470
+ titleCaption?: import("react").ReactNode;
471
+ leftHelper?: string | undefined;
472
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
473
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
474
+ textBefore?: string | undefined;
475
+ textAfter?: string | undefined;
476
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
477
+ } & {
478
+ requiredPlacement?: "left" | "right" | undefined;
479
+ } & {
480
+ required: true;
481
+ optional?: false | undefined;
482
+ } & {
483
+ clear?: boolean | undefined;
484
+ hasDivider?: boolean | undefined;
485
+ } & {
486
+ hintTrigger?: undefined;
487
+ hintText?: undefined;
488
+ hintView?: undefined;
489
+ hintSize?: undefined;
490
+ hintTargetIcon?: undefined;
491
+ hintPlacement?: undefined;
492
+ hintHasArrow?: undefined;
493
+ hintOffset?: undefined;
494
+ hintWidth?: undefined;
495
+ hintContentLeft?: undefined;
496
+ } & {
497
+ enumerationType: "chip";
498
+ onSearch?: undefined;
499
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
500
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
501
+ } & {
502
+ validationType: "password";
503
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
504
+ passwordHidden?: boolean | undefined;
505
+ onValidate?: ((args: {
506
+ isValid: boolean;
507
+ errorMessage?: string | undefined;
508
+ }) => void) | undefined;
509
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
510
+ size?: string | undefined;
511
+ view?: string | undefined;
512
+ readOnly?: boolean | undefined;
513
+ disabled?: boolean | undefined;
514
+ } & {
515
+ label?: string | undefined;
516
+ labelPlacement?: "inner" | "outer" | undefined;
517
+ titleCaption?: import("react").ReactNode;
518
+ leftHelper?: string | undefined;
519
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
520
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
521
+ textBefore?: string | undefined;
522
+ textAfter?: string | undefined;
523
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
524
+ } & {
525
+ requiredPlacement?: "left" | "right" | undefined;
526
+ } & {
527
+ required: true;
528
+ optional?: false | undefined;
529
+ } & {
530
+ clear?: boolean | undefined;
531
+ hasDivider?: boolean | undefined;
532
+ } & {
533
+ hintTrigger?: undefined;
534
+ hintText?: undefined;
535
+ hintView?: undefined;
536
+ hintSize?: undefined;
537
+ hintTargetIcon?: undefined;
538
+ hintPlacement?: undefined;
539
+ hintHasArrow?: undefined;
540
+ hintOffset?: undefined;
541
+ hintWidth?: undefined;
542
+ hintContentLeft?: undefined;
543
+ } & {
544
+ enumerationType: "chip";
545
+ onSearch?: undefined;
546
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
547
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
548
+ } & {
549
+ validationType: "email";
550
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
551
+ passwordHidden?: undefined;
552
+ onValidate?: ((args: {
553
+ isValid: boolean;
554
+ errorMessage?: string | undefined;
555
+ }) => void) | undefined;
556
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
557
+ size?: string | undefined;
558
+ view?: string | undefined;
559
+ readOnly?: boolean | undefined;
560
+ disabled?: boolean | undefined;
561
+ } & {
562
+ label?: string | undefined;
563
+ labelPlacement?: "inner" | "outer" | undefined;
564
+ titleCaption?: import("react").ReactNode;
565
+ leftHelper?: string | undefined;
566
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
567
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
568
+ textBefore?: string | undefined;
569
+ textAfter?: string | undefined;
570
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
571
+ } & {
572
+ requiredPlacement?: "left" | "right" | undefined;
573
+ } & {
574
+ required: true;
575
+ optional?: false | undefined;
576
+ } & {
577
+ clear?: false | undefined;
578
+ hasDivider?: undefined;
579
+ } & {
580
+ hintText: string;
581
+ hintTrigger?: "click" | "hover" | undefined;
582
+ hintView?: string | undefined;
583
+ hintSize?: string | undefined;
584
+ hintTargetIcon?: import("react").ReactNode;
585
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
586
+ hintHasArrow?: boolean | undefined;
587
+ hintOffset?: [number, number] | undefined;
588
+ hintWidth?: string | undefined;
589
+ hintContentLeft?: import("react").ReactNode;
590
+ } & {
591
+ chips?: undefined;
592
+ onChangeChips?: undefined;
593
+ enumerationType?: "plain" | undefined;
594
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
595
+ } & {
596
+ validationType?: undefined;
597
+ options?: undefined;
598
+ passwordHidden?: undefined;
599
+ onValidate?: undefined;
600
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
601
+ size?: string | undefined;
602
+ view?: string | undefined;
603
+ readOnly?: boolean | undefined;
604
+ disabled?: boolean | undefined;
605
+ } & {
606
+ label?: string | undefined;
607
+ labelPlacement?: "inner" | "outer" | undefined;
608
+ titleCaption?: import("react").ReactNode;
609
+ leftHelper?: string | undefined;
610
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
611
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
612
+ textBefore?: string | undefined;
613
+ textAfter?: string | undefined;
614
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
615
+ } & {
616
+ requiredPlacement?: "left" | "right" | undefined;
617
+ } & {
618
+ required: true;
619
+ optional?: false | undefined;
620
+ } & {
621
+ clear?: false | undefined;
622
+ hasDivider?: undefined;
623
+ } & {
624
+ hintText: string;
625
+ hintTrigger?: "click" | "hover" | undefined;
626
+ hintView?: string | undefined;
627
+ hintSize?: string | undefined;
628
+ hintTargetIcon?: import("react").ReactNode;
629
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
630
+ hintHasArrow?: boolean | undefined;
631
+ hintOffset?: [number, number] | undefined;
632
+ hintWidth?: string | undefined;
633
+ hintContentLeft?: import("react").ReactNode;
634
+ } & {
635
+ chips?: undefined;
636
+ onChangeChips?: undefined;
637
+ enumerationType?: "plain" | undefined;
638
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
639
+ } & {
640
+ validationType: "password";
641
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
642
+ passwordHidden?: boolean | undefined;
643
+ onValidate?: ((args: {
644
+ isValid: boolean;
645
+ errorMessage?: string | undefined;
646
+ }) => void) | undefined;
647
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
648
+ size?: string | undefined;
649
+ view?: string | undefined;
650
+ readOnly?: boolean | undefined;
651
+ disabled?: boolean | undefined;
652
+ } & {
653
+ label?: string | undefined;
654
+ labelPlacement?: "inner" | "outer" | undefined;
655
+ titleCaption?: import("react").ReactNode;
656
+ leftHelper?: string | undefined;
657
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
658
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
659
+ textBefore?: string | undefined;
660
+ textAfter?: string | undefined;
661
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
662
+ } & {
663
+ requiredPlacement?: "left" | "right" | undefined;
664
+ } & {
665
+ required: true;
666
+ optional?: false | undefined;
667
+ } & {
668
+ clear?: false | undefined;
669
+ hasDivider?: undefined;
670
+ } & {
671
+ hintText: string;
672
+ hintTrigger?: "click" | "hover" | undefined;
673
+ hintView?: string | undefined;
674
+ hintSize?: string | undefined;
675
+ hintTargetIcon?: import("react").ReactNode;
676
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
677
+ hintHasArrow?: boolean | undefined;
678
+ hintOffset?: [number, number] | undefined;
679
+ hintWidth?: string | undefined;
680
+ hintContentLeft?: import("react").ReactNode;
681
+ } & {
682
+ chips?: undefined;
683
+ onChangeChips?: undefined;
684
+ enumerationType?: "plain" | undefined;
685
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
686
+ } & {
687
+ validationType: "email";
688
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
689
+ passwordHidden?: undefined;
690
+ onValidate?: ((args: {
691
+ isValid: boolean;
692
+ errorMessage?: string | undefined;
693
+ }) => void) | undefined;
694
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
695
+ size?: string | undefined;
696
+ view?: string | undefined;
697
+ readOnly?: boolean | undefined;
698
+ disabled?: boolean | undefined;
699
+ } & {
700
+ label?: string | undefined;
701
+ labelPlacement?: "inner" | "outer" | undefined;
702
+ titleCaption?: import("react").ReactNode;
703
+ leftHelper?: string | undefined;
704
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
705
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
706
+ textBefore?: string | undefined;
707
+ textAfter?: string | undefined;
708
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
709
+ } & {
710
+ requiredPlacement?: "left" | "right" | undefined;
711
+ } & {
712
+ required: true;
713
+ optional?: false | undefined;
714
+ } & {
715
+ clear?: false | undefined;
716
+ hasDivider?: undefined;
717
+ } & {
718
+ hintText: string;
719
+ hintTrigger?: "click" | "hover" | undefined;
720
+ hintView?: string | undefined;
721
+ hintSize?: string | undefined;
722
+ hintTargetIcon?: import("react").ReactNode;
723
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
724
+ hintHasArrow?: boolean | undefined;
725
+ hintOffset?: [number, number] | undefined;
726
+ hintWidth?: string | undefined;
727
+ hintContentLeft?: import("react").ReactNode;
728
+ } & {
729
+ enumerationType: "chip";
730
+ onSearch?: undefined;
731
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
732
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
733
+ } & {
734
+ validationType?: undefined;
735
+ options?: undefined;
736
+ passwordHidden?: undefined;
737
+ onValidate?: undefined;
738
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
739
+ size?: string | undefined;
740
+ view?: string | undefined;
741
+ readOnly?: boolean | undefined;
742
+ disabled?: boolean | undefined;
743
+ } & {
744
+ label?: string | undefined;
745
+ labelPlacement?: "inner" | "outer" | undefined;
746
+ titleCaption?: import("react").ReactNode;
747
+ leftHelper?: string | undefined;
748
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
749
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
750
+ textBefore?: string | undefined;
751
+ textAfter?: string | undefined;
752
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
753
+ } & {
754
+ requiredPlacement?: "left" | "right" | undefined;
755
+ } & {
756
+ required: true;
757
+ optional?: false | undefined;
758
+ } & {
759
+ clear?: false | undefined;
760
+ hasDivider?: undefined;
761
+ } & {
762
+ hintText: string;
763
+ hintTrigger?: "click" | "hover" | undefined;
764
+ hintView?: string | undefined;
765
+ hintSize?: string | undefined;
766
+ hintTargetIcon?: import("react").ReactNode;
767
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
768
+ hintHasArrow?: boolean | undefined;
769
+ hintOffset?: [number, number] | undefined;
770
+ hintWidth?: string | undefined;
771
+ hintContentLeft?: import("react").ReactNode;
772
+ } & {
773
+ enumerationType: "chip";
774
+ onSearch?: undefined;
775
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
776
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
777
+ } & {
778
+ validationType: "password";
779
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
780
+ passwordHidden?: boolean | undefined;
781
+ onValidate?: ((args: {
782
+ isValid: boolean;
783
+ errorMessage?: string | undefined;
784
+ }) => void) | undefined;
785
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
786
+ size?: string | undefined;
787
+ view?: string | undefined;
788
+ readOnly?: boolean | undefined;
789
+ disabled?: boolean | undefined;
790
+ } & {
791
+ label?: string | undefined;
792
+ labelPlacement?: "inner" | "outer" | undefined;
793
+ titleCaption?: import("react").ReactNode;
794
+ leftHelper?: string | undefined;
795
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
796
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
797
+ textBefore?: string | undefined;
798
+ textAfter?: string | undefined;
799
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
800
+ } & {
801
+ requiredPlacement?: "left" | "right" | undefined;
802
+ } & {
803
+ required: true;
804
+ optional?: false | undefined;
805
+ } & {
806
+ clear?: false | undefined;
807
+ hasDivider?: undefined;
808
+ } & {
809
+ hintText: string;
810
+ hintTrigger?: "click" | "hover" | undefined;
811
+ hintView?: string | undefined;
812
+ hintSize?: string | undefined;
813
+ hintTargetIcon?: import("react").ReactNode;
814
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
815
+ hintHasArrow?: boolean | undefined;
816
+ hintOffset?: [number, number] | undefined;
817
+ hintWidth?: string | undefined;
818
+ hintContentLeft?: import("react").ReactNode;
819
+ } & {
820
+ enumerationType: "chip";
821
+ onSearch?: undefined;
822
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
823
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
824
+ } & {
825
+ validationType: "email";
826
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
827
+ passwordHidden?: undefined;
828
+ onValidate?: ((args: {
829
+ isValid: boolean;
830
+ errorMessage?: string | undefined;
831
+ }) => void) | undefined;
832
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
833
+ size?: string | undefined;
834
+ view?: string | undefined;
835
+ readOnly?: boolean | undefined;
836
+ disabled?: boolean | undefined;
837
+ } & {
838
+ label?: string | undefined;
839
+ labelPlacement?: "inner" | "outer" | undefined;
840
+ titleCaption?: import("react").ReactNode;
841
+ leftHelper?: string | undefined;
842
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
843
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
844
+ textBefore?: string | undefined;
845
+ textAfter?: string | undefined;
846
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
847
+ } & {
848
+ requiredPlacement?: "left" | "right" | undefined;
849
+ } & {
850
+ required: true;
851
+ optional?: false | undefined;
852
+ } & {
853
+ clear?: false | undefined;
854
+ hasDivider?: undefined;
855
+ } & {
856
+ hintTrigger?: undefined;
857
+ hintText?: undefined;
858
+ hintView?: undefined;
859
+ hintSize?: undefined;
860
+ hintTargetIcon?: undefined;
861
+ hintPlacement?: undefined;
862
+ hintHasArrow?: undefined;
863
+ hintOffset?: undefined;
864
+ hintWidth?: undefined;
865
+ hintContentLeft?: undefined;
866
+ } & {
867
+ chips?: undefined;
868
+ onChangeChips?: undefined;
869
+ enumerationType?: "plain" | undefined;
870
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
871
+ } & {
872
+ validationType?: undefined;
873
+ options?: undefined;
874
+ passwordHidden?: undefined;
875
+ onValidate?: undefined;
876
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
877
+ size?: string | undefined;
878
+ view?: string | undefined;
879
+ readOnly?: boolean | undefined;
880
+ disabled?: boolean | undefined;
881
+ } & {
882
+ label?: string | undefined;
883
+ labelPlacement?: "inner" | "outer" | undefined;
884
+ titleCaption?: import("react").ReactNode;
885
+ leftHelper?: string | undefined;
886
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
887
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
888
+ textBefore?: string | undefined;
889
+ textAfter?: string | undefined;
890
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
891
+ } & {
892
+ requiredPlacement?: "left" | "right" | undefined;
893
+ } & {
894
+ required: true;
895
+ optional?: false | undefined;
896
+ } & {
897
+ clear?: false | undefined;
898
+ hasDivider?: undefined;
899
+ } & {
900
+ hintTrigger?: undefined;
901
+ hintText?: undefined;
902
+ hintView?: undefined;
903
+ hintSize?: undefined;
904
+ hintTargetIcon?: undefined;
905
+ hintPlacement?: undefined;
906
+ hintHasArrow?: undefined;
907
+ hintOffset?: undefined;
908
+ hintWidth?: undefined;
909
+ hintContentLeft?: undefined;
910
+ } & {
911
+ chips?: undefined;
912
+ onChangeChips?: undefined;
913
+ enumerationType?: "plain" | undefined;
914
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
915
+ } & {
916
+ validationType: "password";
917
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
918
+ passwordHidden?: boolean | undefined;
919
+ onValidate?: ((args: {
920
+ isValid: boolean;
921
+ errorMessage?: string | undefined;
922
+ }) => void) | undefined;
923
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
924
+ size?: string | undefined;
925
+ view?: string | undefined;
926
+ readOnly?: boolean | undefined;
927
+ disabled?: boolean | undefined;
928
+ } & {
929
+ label?: string | undefined;
930
+ labelPlacement?: "inner" | "outer" | undefined;
931
+ titleCaption?: import("react").ReactNode;
932
+ leftHelper?: string | undefined;
933
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
934
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
935
+ textBefore?: string | undefined;
936
+ textAfter?: string | undefined;
937
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
938
+ } & {
939
+ requiredPlacement?: "left" | "right" | undefined;
940
+ } & {
941
+ required: true;
942
+ optional?: false | undefined;
943
+ } & {
944
+ clear?: false | undefined;
945
+ hasDivider?: undefined;
946
+ } & {
947
+ hintTrigger?: undefined;
948
+ hintText?: undefined;
949
+ hintView?: undefined;
950
+ hintSize?: undefined;
951
+ hintTargetIcon?: undefined;
952
+ hintPlacement?: undefined;
953
+ hintHasArrow?: undefined;
954
+ hintOffset?: undefined;
955
+ hintWidth?: undefined;
956
+ hintContentLeft?: undefined;
957
+ } & {
958
+ chips?: undefined;
959
+ onChangeChips?: undefined;
960
+ enumerationType?: "plain" | undefined;
961
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
962
+ } & {
963
+ validationType: "email";
964
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
965
+ passwordHidden?: undefined;
966
+ onValidate?: ((args: {
967
+ isValid: boolean;
968
+ errorMessage?: string | undefined;
969
+ }) => void) | undefined;
970
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
971
+ size?: string | undefined;
972
+ view?: string | undefined;
973
+ readOnly?: boolean | undefined;
974
+ disabled?: boolean | undefined;
975
+ } & {
976
+ label?: string | undefined;
977
+ labelPlacement?: "inner" | "outer" | undefined;
978
+ titleCaption?: import("react").ReactNode;
979
+ leftHelper?: string | undefined;
980
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
981
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
982
+ textBefore?: string | undefined;
983
+ textAfter?: string | undefined;
984
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
985
+ } & {
986
+ requiredPlacement?: "left" | "right" | undefined;
987
+ } & {
988
+ required: true;
989
+ optional?: false | undefined;
990
+ } & {
991
+ clear?: false | undefined;
992
+ hasDivider?: undefined;
993
+ } & {
994
+ hintTrigger?: undefined;
995
+ hintText?: undefined;
996
+ hintView?: undefined;
997
+ hintSize?: undefined;
998
+ hintTargetIcon?: undefined;
999
+ hintPlacement?: undefined;
1000
+ hintHasArrow?: undefined;
1001
+ hintOffset?: undefined;
1002
+ hintWidth?: undefined;
1003
+ hintContentLeft?: undefined;
1004
+ } & {
1005
+ enumerationType: "chip";
1006
+ onSearch?: undefined;
1007
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1008
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1009
+ } & {
1010
+ validationType?: undefined;
1011
+ options?: undefined;
1012
+ passwordHidden?: undefined;
1013
+ onValidate?: undefined;
1014
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1015
+ size?: string | undefined;
1016
+ view?: string | undefined;
1017
+ readOnly?: boolean | undefined;
1018
+ disabled?: boolean | undefined;
1019
+ } & {
1020
+ label?: string | undefined;
1021
+ labelPlacement?: "inner" | "outer" | undefined;
1022
+ titleCaption?: import("react").ReactNode;
1023
+ leftHelper?: string | undefined;
1024
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1025
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1026
+ textBefore?: string | undefined;
1027
+ textAfter?: string | undefined;
1028
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1029
+ } & {
1030
+ requiredPlacement?: "left" | "right" | undefined;
1031
+ } & {
1032
+ required: true;
1033
+ optional?: false | undefined;
1034
+ } & {
1035
+ clear?: false | undefined;
1036
+ hasDivider?: undefined;
1037
+ } & {
1038
+ hintTrigger?: undefined;
1039
+ hintText?: undefined;
1040
+ hintView?: undefined;
1041
+ hintSize?: undefined;
1042
+ hintTargetIcon?: undefined;
1043
+ hintPlacement?: undefined;
1044
+ hintHasArrow?: undefined;
1045
+ hintOffset?: undefined;
1046
+ hintWidth?: undefined;
1047
+ hintContentLeft?: undefined;
1048
+ } & {
1049
+ enumerationType: "chip";
1050
+ onSearch?: undefined;
1051
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1052
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1053
+ } & {
1054
+ validationType: "password";
1055
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1056
+ passwordHidden?: boolean | undefined;
1057
+ onValidate?: ((args: {
1058
+ isValid: boolean;
1059
+ errorMessage?: string | undefined;
1060
+ }) => void) | undefined;
1061
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1062
+ size?: string | undefined;
1063
+ view?: string | undefined;
1064
+ readOnly?: boolean | undefined;
1065
+ disabled?: boolean | undefined;
1066
+ } & {
1067
+ label?: string | undefined;
1068
+ labelPlacement?: "inner" | "outer" | undefined;
1069
+ titleCaption?: import("react").ReactNode;
1070
+ leftHelper?: string | undefined;
1071
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1072
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1073
+ textBefore?: string | undefined;
1074
+ textAfter?: string | undefined;
1075
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1076
+ } & {
1077
+ requiredPlacement?: "left" | "right" | undefined;
1078
+ } & {
1079
+ required: true;
1080
+ optional?: false | undefined;
1081
+ } & {
1082
+ clear?: false | undefined;
1083
+ hasDivider?: undefined;
1084
+ } & {
1085
+ hintTrigger?: undefined;
1086
+ hintText?: undefined;
1087
+ hintView?: undefined;
1088
+ hintSize?: undefined;
1089
+ hintTargetIcon?: undefined;
1090
+ hintPlacement?: undefined;
1091
+ hintHasArrow?: undefined;
1092
+ hintOffset?: undefined;
1093
+ hintWidth?: undefined;
1094
+ hintContentLeft?: undefined;
1095
+ } & {
1096
+ enumerationType: "chip";
1097
+ onSearch?: undefined;
1098
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1099
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1100
+ } & {
1101
+ validationType: "email";
1102
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1103
+ passwordHidden?: undefined;
1104
+ onValidate?: ((args: {
1105
+ isValid: boolean;
1106
+ errorMessage?: string | undefined;
1107
+ }) => void) | undefined;
1108
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1109
+ size?: string | undefined;
1110
+ view?: string | undefined;
1111
+ readOnly?: boolean | undefined;
1112
+ disabled?: boolean | undefined;
1113
+ } & {
1114
+ label?: string | undefined;
1115
+ labelPlacement?: "inner" | "outer" | undefined;
1116
+ titleCaption?: import("react").ReactNode;
1117
+ leftHelper?: string | undefined;
1118
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1119
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1120
+ textBefore?: string | undefined;
1121
+ textAfter?: string | undefined;
1122
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1123
+ } & {
1124
+ requiredPlacement?: "left" | "right" | undefined;
1125
+ } & {
1126
+ optional?: true | undefined;
1127
+ required?: false | undefined;
1128
+ } & {
1129
+ clear?: boolean | undefined;
1130
+ hasDivider?: boolean | undefined;
1131
+ } & {
1132
+ hintText: string;
1133
+ hintTrigger?: "click" | "hover" | undefined;
1134
+ hintView?: string | undefined;
1135
+ hintSize?: string | undefined;
1136
+ hintTargetIcon?: import("react").ReactNode;
1137
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1138
+ hintHasArrow?: boolean | undefined;
1139
+ hintOffset?: [number, number] | undefined;
1140
+ hintWidth?: string | undefined;
1141
+ hintContentLeft?: import("react").ReactNode;
1142
+ } & {
1143
+ chips?: undefined;
1144
+ onChangeChips?: undefined;
1145
+ enumerationType?: "plain" | undefined;
1146
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1147
+ } & {
1148
+ validationType?: undefined;
1149
+ options?: undefined;
1150
+ passwordHidden?: undefined;
1151
+ onValidate?: undefined;
1152
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1153
+ size?: string | undefined;
1154
+ view?: string | undefined;
1155
+ readOnly?: boolean | undefined;
1156
+ disabled?: boolean | undefined;
1157
+ } & {
1158
+ label?: string | undefined;
1159
+ labelPlacement?: "inner" | "outer" | undefined;
1160
+ titleCaption?: import("react").ReactNode;
1161
+ leftHelper?: string | undefined;
1162
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1163
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1164
+ textBefore?: string | undefined;
1165
+ textAfter?: string | undefined;
1166
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1167
+ } & {
1168
+ requiredPlacement?: "left" | "right" | undefined;
1169
+ } & {
1170
+ optional?: true | undefined;
1171
+ required?: false | undefined;
1172
+ } & {
1173
+ clear?: boolean | undefined;
1174
+ hasDivider?: boolean | undefined;
1175
+ } & {
1176
+ hintText: string;
1177
+ hintTrigger?: "click" | "hover" | undefined;
1178
+ hintView?: string | undefined;
1179
+ hintSize?: string | undefined;
1180
+ hintTargetIcon?: import("react").ReactNode;
1181
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1182
+ hintHasArrow?: boolean | undefined;
1183
+ hintOffset?: [number, number] | undefined;
1184
+ hintWidth?: string | undefined;
1185
+ hintContentLeft?: import("react").ReactNode;
1186
+ } & {
1187
+ chips?: undefined;
1188
+ onChangeChips?: undefined;
1189
+ enumerationType?: "plain" | undefined;
1190
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1191
+ } & {
1192
+ validationType: "password";
1193
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1194
+ passwordHidden?: boolean | undefined;
1195
+ onValidate?: ((args: {
1196
+ isValid: boolean;
1197
+ errorMessage?: string | undefined;
1198
+ }) => void) | undefined;
1199
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1200
+ size?: string | undefined;
1201
+ view?: string | undefined;
1202
+ readOnly?: boolean | undefined;
1203
+ disabled?: boolean | undefined;
1204
+ } & {
1205
+ label?: string | undefined;
1206
+ labelPlacement?: "inner" | "outer" | undefined;
1207
+ titleCaption?: import("react").ReactNode;
1208
+ leftHelper?: string | undefined;
1209
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1210
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1211
+ textBefore?: string | undefined;
1212
+ textAfter?: string | undefined;
1213
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1214
+ } & {
1215
+ requiredPlacement?: "left" | "right" | undefined;
1216
+ } & {
1217
+ optional?: true | undefined;
1218
+ required?: false | undefined;
1219
+ } & {
1220
+ clear?: boolean | undefined;
1221
+ hasDivider?: boolean | undefined;
1222
+ } & {
1223
+ hintText: string;
1224
+ hintTrigger?: "click" | "hover" | undefined;
1225
+ hintView?: string | undefined;
1226
+ hintSize?: string | undefined;
1227
+ hintTargetIcon?: import("react").ReactNode;
1228
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1229
+ hintHasArrow?: boolean | undefined;
1230
+ hintOffset?: [number, number] | undefined;
1231
+ hintWidth?: string | undefined;
1232
+ hintContentLeft?: import("react").ReactNode;
1233
+ } & {
1234
+ chips?: undefined;
1235
+ onChangeChips?: undefined;
1236
+ enumerationType?: "plain" | undefined;
1237
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1238
+ } & {
1239
+ validationType: "email";
1240
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1241
+ passwordHidden?: undefined;
1242
+ onValidate?: ((args: {
1243
+ isValid: boolean;
1244
+ errorMessage?: string | undefined;
1245
+ }) => void) | undefined;
1246
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1247
+ size?: string | undefined;
1248
+ view?: string | undefined;
1249
+ readOnly?: boolean | undefined;
1250
+ disabled?: boolean | undefined;
1251
+ } & {
1252
+ label?: string | undefined;
1253
+ labelPlacement?: "inner" | "outer" | undefined;
1254
+ titleCaption?: import("react").ReactNode;
1255
+ leftHelper?: string | undefined;
1256
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1257
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1258
+ textBefore?: string | undefined;
1259
+ textAfter?: string | undefined;
1260
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1261
+ } & {
1262
+ requiredPlacement?: "left" | "right" | undefined;
1263
+ } & {
1264
+ optional?: true | undefined;
1265
+ required?: false | undefined;
1266
+ } & {
1267
+ clear?: boolean | undefined;
1268
+ hasDivider?: boolean | undefined;
1269
+ } & {
1270
+ hintText: string;
1271
+ hintTrigger?: "click" | "hover" | undefined;
1272
+ hintView?: string | undefined;
1273
+ hintSize?: string | undefined;
1274
+ hintTargetIcon?: import("react").ReactNode;
1275
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1276
+ hintHasArrow?: boolean | undefined;
1277
+ hintOffset?: [number, number] | undefined;
1278
+ hintWidth?: string | undefined;
1279
+ hintContentLeft?: import("react").ReactNode;
1280
+ } & {
1281
+ enumerationType: "chip";
1282
+ onSearch?: undefined;
1283
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1284
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1285
+ } & {
1286
+ validationType?: undefined;
1287
+ options?: undefined;
1288
+ passwordHidden?: undefined;
1289
+ onValidate?: undefined;
1290
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1291
+ size?: string | undefined;
1292
+ view?: string | undefined;
1293
+ readOnly?: boolean | undefined;
1294
+ disabled?: boolean | undefined;
1295
+ } & {
1296
+ label?: string | undefined;
1297
+ labelPlacement?: "inner" | "outer" | undefined;
1298
+ titleCaption?: import("react").ReactNode;
1299
+ leftHelper?: string | undefined;
1300
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1301
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1302
+ textBefore?: string | undefined;
1303
+ textAfter?: string | undefined;
1304
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1305
+ } & {
1306
+ requiredPlacement?: "left" | "right" | undefined;
1307
+ } & {
1308
+ optional?: true | undefined;
1309
+ required?: false | undefined;
1310
+ } & {
1311
+ clear?: boolean | undefined;
1312
+ hasDivider?: boolean | undefined;
1313
+ } & {
1314
+ hintText: string;
1315
+ hintTrigger?: "click" | "hover" | undefined;
1316
+ hintView?: string | undefined;
1317
+ hintSize?: string | undefined;
1318
+ hintTargetIcon?: import("react").ReactNode;
1319
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1320
+ hintHasArrow?: boolean | undefined;
1321
+ hintOffset?: [number, number] | undefined;
1322
+ hintWidth?: string | undefined;
1323
+ hintContentLeft?: import("react").ReactNode;
1324
+ } & {
1325
+ enumerationType: "chip";
1326
+ onSearch?: undefined;
1327
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1328
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1329
+ } & {
1330
+ validationType: "password";
1331
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1332
+ passwordHidden?: boolean | undefined;
1333
+ onValidate?: ((args: {
1334
+ isValid: boolean;
1335
+ errorMessage?: string | undefined;
1336
+ }) => void) | undefined;
1337
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1338
+ size?: string | undefined;
1339
+ view?: string | undefined;
1340
+ readOnly?: boolean | undefined;
1341
+ disabled?: boolean | undefined;
1342
+ } & {
1343
+ label?: string | undefined;
1344
+ labelPlacement?: "inner" | "outer" | undefined;
1345
+ titleCaption?: import("react").ReactNode;
1346
+ leftHelper?: string | undefined;
1347
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1348
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1349
+ textBefore?: string | undefined;
1350
+ textAfter?: string | undefined;
1351
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1352
+ } & {
1353
+ requiredPlacement?: "left" | "right" | undefined;
1354
+ } & {
1355
+ optional?: true | undefined;
1356
+ required?: false | undefined;
1357
+ } & {
1358
+ clear?: boolean | undefined;
1359
+ hasDivider?: boolean | undefined;
1360
+ } & {
1361
+ hintText: string;
1362
+ hintTrigger?: "click" | "hover" | undefined;
1363
+ hintView?: string | undefined;
1364
+ hintSize?: string | undefined;
1365
+ hintTargetIcon?: import("react").ReactNode;
1366
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1367
+ hintHasArrow?: boolean | undefined;
1368
+ hintOffset?: [number, number] | undefined;
1369
+ hintWidth?: string | undefined;
1370
+ hintContentLeft?: import("react").ReactNode;
1371
+ } & {
1372
+ enumerationType: "chip";
1373
+ onSearch?: undefined;
1374
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1375
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1376
+ } & {
1377
+ validationType: "email";
1378
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1379
+ passwordHidden?: undefined;
1380
+ onValidate?: ((args: {
1381
+ isValid: boolean;
1382
+ errorMessage?: string | undefined;
1383
+ }) => void) | undefined;
1384
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1385
+ size?: string | undefined;
1386
+ view?: string | undefined;
1387
+ readOnly?: boolean | undefined;
1388
+ disabled?: boolean | undefined;
1389
+ } & {
1390
+ label?: string | undefined;
1391
+ labelPlacement?: "inner" | "outer" | undefined;
1392
+ titleCaption?: import("react").ReactNode;
1393
+ leftHelper?: string | undefined;
1394
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1395
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1396
+ textBefore?: string | undefined;
1397
+ textAfter?: string | undefined;
1398
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1399
+ } & {
1400
+ requiredPlacement?: "left" | "right" | undefined;
1401
+ } & {
1402
+ optional?: true | undefined;
1403
+ required?: false | undefined;
1404
+ } & {
1405
+ clear?: boolean | undefined;
1406
+ hasDivider?: boolean | undefined;
1407
+ } & {
1408
+ hintTrigger?: undefined;
1409
+ hintText?: undefined;
1410
+ hintView?: undefined;
1411
+ hintSize?: undefined;
1412
+ hintTargetIcon?: undefined;
1413
+ hintPlacement?: undefined;
1414
+ hintHasArrow?: undefined;
1415
+ hintOffset?: undefined;
1416
+ hintWidth?: undefined;
1417
+ hintContentLeft?: undefined;
1418
+ } & {
1419
+ chips?: undefined;
1420
+ onChangeChips?: undefined;
1421
+ enumerationType?: "plain" | undefined;
1422
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1423
+ } & {
1424
+ validationType?: undefined;
1425
+ options?: undefined;
1426
+ passwordHidden?: undefined;
1427
+ onValidate?: undefined;
1428
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1429
+ size?: string | undefined;
1430
+ view?: string | undefined;
1431
+ readOnly?: boolean | undefined;
1432
+ disabled?: boolean | undefined;
1433
+ } & {
1434
+ label?: string | undefined;
1435
+ labelPlacement?: "inner" | "outer" | undefined;
1436
+ titleCaption?: import("react").ReactNode;
1437
+ leftHelper?: string | undefined;
1438
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1439
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1440
+ textBefore?: string | undefined;
1441
+ textAfter?: string | undefined;
1442
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1443
+ } & {
1444
+ requiredPlacement?: "left" | "right" | undefined;
1445
+ } & {
1446
+ optional?: true | undefined;
1447
+ required?: false | undefined;
1448
+ } & {
1449
+ clear?: boolean | undefined;
1450
+ hasDivider?: boolean | undefined;
1451
+ } & {
1452
+ hintTrigger?: undefined;
1453
+ hintText?: undefined;
1454
+ hintView?: undefined;
1455
+ hintSize?: undefined;
1456
+ hintTargetIcon?: undefined;
1457
+ hintPlacement?: undefined;
1458
+ hintHasArrow?: undefined;
1459
+ hintOffset?: undefined;
1460
+ hintWidth?: undefined;
1461
+ hintContentLeft?: undefined;
1462
+ } & {
1463
+ chips?: undefined;
1464
+ onChangeChips?: undefined;
1465
+ enumerationType?: "plain" | undefined;
1466
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1467
+ } & {
1468
+ validationType: "password";
1469
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1470
+ passwordHidden?: boolean | undefined;
1471
+ onValidate?: ((args: {
1472
+ isValid: boolean;
1473
+ errorMessage?: string | undefined;
1474
+ }) => void) | undefined;
43
1475
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
44
1476
  size?: string | undefined;
45
1477
  view?: string | undefined;
@@ -58,27 +1490,79 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
58
1490
  } & {
59
1491
  requiredPlacement?: "left" | "right" | undefined;
60
1492
  } & {
61
- required: true;
62
- optional?: false | undefined;
1493
+ optional?: true | undefined;
1494
+ required?: false | undefined;
63
1495
  } & {
64
1496
  clear?: boolean | undefined;
65
1497
  hasDivider?: boolean | undefined;
66
1498
  } & {
67
- hintText: string;
68
- hintTrigger?: "click" | "hover" | undefined;
69
- hintView?: string | undefined;
70
- hintSize?: string | undefined;
71
- hintTargetIcon?: import("react").ReactNode;
72
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
73
- hintHasArrow?: boolean | undefined;
74
- hintOffset?: [number, number] | undefined;
75
- hintWidth?: string | undefined;
76
- hintContentLeft?: import("react").ReactNode;
1499
+ hintTrigger?: undefined;
1500
+ hintText?: undefined;
1501
+ hintView?: undefined;
1502
+ hintSize?: undefined;
1503
+ hintTargetIcon?: undefined;
1504
+ hintPlacement?: undefined;
1505
+ hintHasArrow?: undefined;
1506
+ hintOffset?: undefined;
1507
+ hintWidth?: undefined;
1508
+ hintContentLeft?: undefined;
1509
+ } & {
1510
+ chips?: undefined;
1511
+ onChangeChips?: undefined;
1512
+ enumerationType?: "plain" | undefined;
1513
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1514
+ } & {
1515
+ validationType: "email";
1516
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1517
+ passwordHidden?: undefined;
1518
+ onValidate?: ((args: {
1519
+ isValid: boolean;
1520
+ errorMessage?: string | undefined;
1521
+ }) => void) | undefined;
1522
+ } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1523
+ size?: string | undefined;
1524
+ view?: string | undefined;
1525
+ readOnly?: boolean | undefined;
1526
+ disabled?: boolean | undefined;
1527
+ } & {
1528
+ label?: string | undefined;
1529
+ labelPlacement?: "inner" | "outer" | undefined;
1530
+ titleCaption?: import("react").ReactNode;
1531
+ leftHelper?: string | undefined;
1532
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1533
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1534
+ textBefore?: string | undefined;
1535
+ textAfter?: string | undefined;
1536
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1537
+ } & {
1538
+ requiredPlacement?: "left" | "right" | undefined;
1539
+ } & {
1540
+ optional?: true | undefined;
1541
+ required?: false | undefined;
1542
+ } & {
1543
+ clear?: boolean | undefined;
1544
+ hasDivider?: boolean | undefined;
1545
+ } & {
1546
+ hintTrigger?: undefined;
1547
+ hintText?: undefined;
1548
+ hintView?: undefined;
1549
+ hintSize?: undefined;
1550
+ hintTargetIcon?: undefined;
1551
+ hintPlacement?: undefined;
1552
+ hintHasArrow?: undefined;
1553
+ hintOffset?: undefined;
1554
+ hintWidth?: undefined;
1555
+ hintContentLeft?: undefined;
77
1556
  } & {
78
1557
  enumerationType: "chip";
79
1558
  onSearch?: undefined;
80
1559
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
81
1560
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1561
+ } & {
1562
+ validationType?: undefined;
1563
+ options?: undefined;
1564
+ passwordHidden?: undefined;
1565
+ onValidate?: undefined;
82
1566
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
83
1567
  size?: string | undefined;
84
1568
  view?: string | undefined;
@@ -97,8 +1581,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
97
1581
  } & {
98
1582
  requiredPlacement?: "left" | "right" | undefined;
99
1583
  } & {
100
- required: true;
101
- optional?: false | undefined;
1584
+ optional?: true | undefined;
1585
+ required?: false | undefined;
102
1586
  } & {
103
1587
  clear?: boolean | undefined;
104
1588
  hasDivider?: boolean | undefined;
@@ -114,10 +1598,18 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
114
1598
  hintWidth?: undefined;
115
1599
  hintContentLeft?: undefined;
116
1600
  } & {
117
- chips?: undefined;
118
- onChangeChips?: undefined;
119
- enumerationType?: "plain" | undefined;
120
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1601
+ enumerationType: "chip";
1602
+ onSearch?: undefined;
1603
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1604
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1605
+ } & {
1606
+ validationType: "password";
1607
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1608
+ passwordHidden?: boolean | undefined;
1609
+ onValidate?: ((args: {
1610
+ isValid: boolean;
1611
+ errorMessage?: string | undefined;
1612
+ }) => void) | undefined;
121
1613
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
122
1614
  size?: string | undefined;
123
1615
  view?: string | undefined;
@@ -136,8 +1628,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
136
1628
  } & {
137
1629
  requiredPlacement?: "left" | "right" | undefined;
138
1630
  } & {
139
- required: true;
140
- optional?: false | undefined;
1631
+ optional?: true | undefined;
1632
+ required?: false | undefined;
141
1633
  } & {
142
1634
  clear?: boolean | undefined;
143
1635
  hasDivider?: boolean | undefined;
@@ -157,6 +1649,14 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
157
1649
  onSearch?: undefined;
158
1650
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
159
1651
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1652
+ } & {
1653
+ validationType: "email";
1654
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1655
+ passwordHidden?: undefined;
1656
+ onValidate?: ((args: {
1657
+ isValid: boolean;
1658
+ errorMessage?: string | undefined;
1659
+ }) => void) | undefined;
160
1660
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
161
1661
  size?: string | undefined;
162
1662
  view?: string | undefined;
@@ -175,8 +1675,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
175
1675
  } & {
176
1676
  requiredPlacement?: "left" | "right" | undefined;
177
1677
  } & {
178
- required: true;
179
- optional?: false | undefined;
1678
+ optional?: true | undefined;
1679
+ required?: false | undefined;
180
1680
  } & {
181
1681
  clear?: false | undefined;
182
1682
  hasDivider?: undefined;
@@ -196,6 +1696,11 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
196
1696
  onChangeChips?: undefined;
197
1697
  enumerationType?: "plain" | undefined;
198
1698
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1699
+ } & {
1700
+ validationType?: undefined;
1701
+ options?: undefined;
1702
+ passwordHidden?: undefined;
1703
+ onValidate?: undefined;
199
1704
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
200
1705
  size?: string | undefined;
201
1706
  view?: string | undefined;
@@ -214,8 +1719,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
214
1719
  } & {
215
1720
  requiredPlacement?: "left" | "right" | undefined;
216
1721
  } & {
217
- required: true;
218
- optional?: false | undefined;
1722
+ optional?: true | undefined;
1723
+ required?: false | undefined;
219
1724
  } & {
220
1725
  clear?: false | undefined;
221
1726
  hasDivider?: undefined;
@@ -231,10 +1736,18 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
231
1736
  hintWidth?: string | undefined;
232
1737
  hintContentLeft?: import("react").ReactNode;
233
1738
  } & {
234
- enumerationType: "chip";
235
- onSearch?: undefined;
236
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
237
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1739
+ chips?: undefined;
1740
+ onChangeChips?: undefined;
1741
+ enumerationType?: "plain" | undefined;
1742
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1743
+ } & {
1744
+ validationType: "password";
1745
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1746
+ passwordHidden?: boolean | undefined;
1747
+ onValidate?: ((args: {
1748
+ isValid: boolean;
1749
+ errorMessage?: string | undefined;
1750
+ }) => void) | undefined;
238
1751
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
239
1752
  size?: string | undefined;
240
1753
  view?: string | undefined;
@@ -253,27 +1766,35 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
253
1766
  } & {
254
1767
  requiredPlacement?: "left" | "right" | undefined;
255
1768
  } & {
256
- required: true;
257
- optional?: false | undefined;
1769
+ optional?: true | undefined;
1770
+ required?: false | undefined;
258
1771
  } & {
259
1772
  clear?: false | undefined;
260
1773
  hasDivider?: undefined;
261
1774
  } & {
262
- hintTrigger?: undefined;
263
- hintText?: undefined;
264
- hintView?: undefined;
265
- hintSize?: undefined;
266
- hintTargetIcon?: undefined;
267
- hintPlacement?: undefined;
268
- hintHasArrow?: undefined;
269
- hintOffset?: undefined;
270
- hintWidth?: undefined;
271
- hintContentLeft?: undefined;
1775
+ hintText: string;
1776
+ hintTrigger?: "click" | "hover" | undefined;
1777
+ hintView?: string | undefined;
1778
+ hintSize?: string | undefined;
1779
+ hintTargetIcon?: import("react").ReactNode;
1780
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1781
+ hintHasArrow?: boolean | undefined;
1782
+ hintOffset?: [number, number] | undefined;
1783
+ hintWidth?: string | undefined;
1784
+ hintContentLeft?: import("react").ReactNode;
272
1785
  } & {
273
1786
  chips?: undefined;
274
1787
  onChangeChips?: undefined;
275
1788
  enumerationType?: "plain" | undefined;
276
1789
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1790
+ } & {
1791
+ validationType: "email";
1792
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1793
+ passwordHidden?: undefined;
1794
+ onValidate?: ((args: {
1795
+ isValid: boolean;
1796
+ errorMessage?: string | undefined;
1797
+ }) => void) | undefined;
277
1798
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
278
1799
  size?: string | undefined;
279
1800
  view?: string | undefined;
@@ -292,27 +1813,32 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
292
1813
  } & {
293
1814
  requiredPlacement?: "left" | "right" | undefined;
294
1815
  } & {
295
- required: true;
296
- optional?: false | undefined;
1816
+ optional?: true | undefined;
1817
+ required?: false | undefined;
297
1818
  } & {
298
1819
  clear?: false | undefined;
299
1820
  hasDivider?: undefined;
300
1821
  } & {
301
- hintTrigger?: undefined;
302
- hintText?: undefined;
303
- hintView?: undefined;
304
- hintSize?: undefined;
305
- hintTargetIcon?: undefined;
306
- hintPlacement?: undefined;
307
- hintHasArrow?: undefined;
308
- hintOffset?: undefined;
309
- hintWidth?: undefined;
310
- hintContentLeft?: undefined;
1822
+ hintText: string;
1823
+ hintTrigger?: "click" | "hover" | undefined;
1824
+ hintView?: string | undefined;
1825
+ hintSize?: string | undefined;
1826
+ hintTargetIcon?: import("react").ReactNode;
1827
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1828
+ hintHasArrow?: boolean | undefined;
1829
+ hintOffset?: [number, number] | undefined;
1830
+ hintWidth?: string | undefined;
1831
+ hintContentLeft?: import("react").ReactNode;
311
1832
  } & {
312
1833
  enumerationType: "chip";
313
1834
  onSearch?: undefined;
314
1835
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
315
1836
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1837
+ } & {
1838
+ validationType?: undefined;
1839
+ options?: undefined;
1840
+ passwordHidden?: undefined;
1841
+ onValidate?: undefined;
316
1842
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
317
1843
  size?: string | undefined;
318
1844
  view?: string | undefined;
@@ -334,8 +1860,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
334
1860
  optional?: true | undefined;
335
1861
  required?: false | undefined;
336
1862
  } & {
337
- clear?: boolean | undefined;
338
- hasDivider?: boolean | undefined;
1863
+ clear?: false | undefined;
1864
+ hasDivider?: undefined;
339
1865
  } & {
340
1866
  hintText: string;
341
1867
  hintTrigger?: "click" | "hover" | undefined;
@@ -348,10 +1874,18 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
348
1874
  hintWidth?: string | undefined;
349
1875
  hintContentLeft?: import("react").ReactNode;
350
1876
  } & {
351
- chips?: undefined;
352
- onChangeChips?: undefined;
353
- enumerationType?: "plain" | undefined;
354
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1877
+ enumerationType: "chip";
1878
+ onSearch?: undefined;
1879
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1880
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1881
+ } & {
1882
+ validationType: "password";
1883
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1884
+ passwordHidden?: boolean | undefined;
1885
+ onValidate?: ((args: {
1886
+ isValid: boolean;
1887
+ errorMessage?: string | undefined;
1888
+ }) => void) | undefined;
355
1889
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
356
1890
  size?: string | undefined;
357
1891
  view?: string | undefined;
@@ -373,8 +1907,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
373
1907
  optional?: true | undefined;
374
1908
  required?: false | undefined;
375
1909
  } & {
376
- clear?: boolean | undefined;
377
- hasDivider?: boolean | undefined;
1910
+ clear?: false | undefined;
1911
+ hasDivider?: undefined;
378
1912
  } & {
379
1913
  hintText: string;
380
1914
  hintTrigger?: "click" | "hover" | undefined;
@@ -391,6 +1925,14 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
391
1925
  onSearch?: undefined;
392
1926
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
393
1927
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1928
+ } & {
1929
+ validationType: "email";
1930
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1931
+ passwordHidden?: undefined;
1932
+ onValidate?: ((args: {
1933
+ isValid: boolean;
1934
+ errorMessage?: string | undefined;
1935
+ }) => void) | undefined;
394
1936
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
395
1937
  size?: string | undefined;
396
1938
  view?: string | undefined;
@@ -412,8 +1954,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
412
1954
  optional?: true | undefined;
413
1955
  required?: false | undefined;
414
1956
  } & {
415
- clear?: boolean | undefined;
416
- hasDivider?: boolean | undefined;
1957
+ clear?: false | undefined;
1958
+ hasDivider?: undefined;
417
1959
  } & {
418
1960
  hintTrigger?: undefined;
419
1961
  hintText?: undefined;
@@ -430,6 +1972,11 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
430
1972
  onChangeChips?: undefined;
431
1973
  enumerationType?: "plain" | undefined;
432
1974
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1975
+ } & {
1976
+ validationType?: undefined;
1977
+ options?: undefined;
1978
+ passwordHidden?: undefined;
1979
+ onValidate?: undefined;
433
1980
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
434
1981
  size?: string | undefined;
435
1982
  view?: string | undefined;
@@ -451,8 +1998,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
451
1998
  optional?: true | undefined;
452
1999
  required?: false | undefined;
453
2000
  } & {
454
- clear?: boolean | undefined;
455
- hasDivider?: boolean | undefined;
2001
+ clear?: false | undefined;
2002
+ hasDivider?: undefined;
456
2003
  } & {
457
2004
  hintTrigger?: undefined;
458
2005
  hintText?: undefined;
@@ -465,10 +2012,18 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
465
2012
  hintWidth?: undefined;
466
2013
  hintContentLeft?: undefined;
467
2014
  } & {
468
- enumerationType: "chip";
469
- onSearch?: undefined;
470
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
471
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2015
+ chips?: undefined;
2016
+ onChangeChips?: undefined;
2017
+ enumerationType?: "plain" | undefined;
2018
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2019
+ } & {
2020
+ validationType: "password";
2021
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
2022
+ passwordHidden?: boolean | undefined;
2023
+ onValidate?: ((args: {
2024
+ isValid: boolean;
2025
+ errorMessage?: string | undefined;
2026
+ }) => void) | undefined;
472
2027
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
473
2028
  size?: string | undefined;
474
2029
  view?: string | undefined;
@@ -493,21 +2048,29 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
493
2048
  clear?: false | undefined;
494
2049
  hasDivider?: undefined;
495
2050
  } & {
496
- hintText: string;
497
- hintTrigger?: "click" | "hover" | undefined;
498
- hintView?: string | undefined;
499
- hintSize?: string | undefined;
500
- hintTargetIcon?: import("react").ReactNode;
501
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
502
- hintHasArrow?: boolean | undefined;
503
- hintOffset?: [number, number] | undefined;
504
- hintWidth?: string | undefined;
505
- hintContentLeft?: import("react").ReactNode;
2051
+ hintTrigger?: undefined;
2052
+ hintText?: undefined;
2053
+ hintView?: undefined;
2054
+ hintSize?: undefined;
2055
+ hintTargetIcon?: undefined;
2056
+ hintPlacement?: undefined;
2057
+ hintHasArrow?: undefined;
2058
+ hintOffset?: undefined;
2059
+ hintWidth?: undefined;
2060
+ hintContentLeft?: undefined;
506
2061
  } & {
507
2062
  chips?: undefined;
508
2063
  onChangeChips?: undefined;
509
2064
  enumerationType?: "plain" | undefined;
510
2065
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2066
+ } & {
2067
+ validationType: "email";
2068
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
2069
+ passwordHidden?: undefined;
2070
+ onValidate?: ((args: {
2071
+ isValid: boolean;
2072
+ errorMessage?: string | undefined;
2073
+ }) => void) | undefined;
511
2074
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
512
2075
  size?: string | undefined;
513
2076
  view?: string | undefined;
@@ -532,21 +2095,26 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
532
2095
  clear?: false | undefined;
533
2096
  hasDivider?: undefined;
534
2097
  } & {
535
- hintText: string;
536
- hintTrigger?: "click" | "hover" | undefined;
537
- hintView?: string | undefined;
538
- hintSize?: string | undefined;
539
- hintTargetIcon?: import("react").ReactNode;
540
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
541
- hintHasArrow?: boolean | undefined;
542
- hintOffset?: [number, number] | undefined;
543
- hintWidth?: string | undefined;
544
- hintContentLeft?: import("react").ReactNode;
2098
+ hintTrigger?: undefined;
2099
+ hintText?: undefined;
2100
+ hintView?: undefined;
2101
+ hintSize?: undefined;
2102
+ hintTargetIcon?: undefined;
2103
+ hintPlacement?: undefined;
2104
+ hintHasArrow?: undefined;
2105
+ hintOffset?: undefined;
2106
+ hintWidth?: undefined;
2107
+ hintContentLeft?: undefined;
545
2108
  } & {
546
2109
  enumerationType: "chip";
547
2110
  onSearch?: undefined;
548
2111
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
549
2112
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2113
+ } & {
2114
+ validationType?: undefined;
2115
+ options?: undefined;
2116
+ passwordHidden?: undefined;
2117
+ onValidate?: undefined;
550
2118
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
551
2119
  size?: string | undefined;
552
2120
  view?: string | undefined;
@@ -582,10 +2150,18 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
582
2150
  hintWidth?: undefined;
583
2151
  hintContentLeft?: undefined;
584
2152
  } & {
585
- chips?: undefined;
586
- onChangeChips?: undefined;
587
- enumerationType?: "plain" | undefined;
588
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2153
+ enumerationType: "chip";
2154
+ onSearch?: undefined;
2155
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2156
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2157
+ } & {
2158
+ validationType: "password";
2159
+ options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
2160
+ passwordHidden?: boolean | undefined;
2161
+ onValidate?: ((args: {
2162
+ isValid: boolean;
2163
+ errorMessage?: string | undefined;
2164
+ }) => void) | undefined;
589
2165
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
590
2166
  size?: string | undefined;
591
2167
  view?: string | undefined;
@@ -625,6 +2201,14 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
625
2201
  onSearch?: undefined;
626
2202
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
627
2203
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2204
+ } & {
2205
+ validationType: "email";
2206
+ options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
2207
+ passwordHidden?: undefined;
2208
+ onValidate?: ((args: {
2209
+ isValid: boolean;
2210
+ errorMessage?: string | undefined;
2211
+ }) => void) | undefined;
628
2212
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>)))>;
629
2213
  export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
630
2214
  disabled: boolean;