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