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