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

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