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

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