@salutejs/sdds-finportal 0.167.0-canary.1550.11805988388.0 → 0.167.0-canary.1556.11815100174.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,9 +37,1102 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
37
37
  view?: string | undefined;
38
38
  readOnly?: boolean | undefined;
39
39
  disabled?: boolean | undefined;
40
+ } & {
41
+ titleCaption?: import("react").ReactNode;
42
+ leftHelper?: string | undefined;
43
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
44
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
45
+ textBefore?: string | undefined;
46
+ textAfter?: string | undefined;
47
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
48
+ } & {
49
+ label?: string | undefined;
50
+ labelPlacement: "inner";
51
+ hasInnerLabelPlaceholder?: boolean | undefined;
52
+ } & {
53
+ required: true;
54
+ requiredPlacement?: "right" | "left" | undefined;
55
+ optional?: false | undefined;
56
+ } & {
57
+ clear?: boolean | undefined;
58
+ hasDivider?: boolean | undefined;
59
+ } & {
60
+ hintText: string;
61
+ hintTrigger?: "hover" | "click" | undefined;
62
+ hintView?: string | undefined;
63
+ hintSize?: string | undefined;
64
+ hintTargetIcon?: import("react").ReactNode;
65
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
66
+ hintHasArrow?: boolean | undefined;
67
+ hintOffset?: [number, number] | undefined;
68
+ hintWidth?: string | undefined;
69
+ hintContentLeft?: import("react").ReactNode;
70
+ } & {
71
+ chips?: undefined;
72
+ onChangeChips?: undefined;
73
+ enumerationType?: "plain" | undefined;
74
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
75
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
76
+ view: {
77
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
78
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
79
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
80
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
81
+ };
82
+ size: {
83
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
84
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
85
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
86
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
87
+ };
88
+ labelPlacement: {
89
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
90
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
91
+ };
92
+ clear: {
93
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
94
+ };
95
+ hintView: {
96
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
97
+ };
98
+ hintSize: {
99
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
100
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
101
+ };
102
+ disabled: {
103
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
104
+ };
105
+ readOnly: {
106
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
107
+ };
108
+ }> & {
109
+ size?: string | undefined;
110
+ view?: string | undefined;
111
+ readOnly?: boolean | undefined;
112
+ disabled?: boolean | undefined;
113
+ } & {
114
+ titleCaption?: import("react").ReactNode;
115
+ leftHelper?: string | undefined;
116
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
117
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
118
+ textBefore?: string | undefined;
119
+ textAfter?: string | undefined;
120
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
121
+ } & {
122
+ label?: string | undefined;
123
+ labelPlacement: "inner";
124
+ hasInnerLabelPlaceholder?: boolean | undefined;
125
+ } & {
126
+ required: true;
127
+ requiredPlacement?: "right" | "left" | undefined;
128
+ optional?: false | undefined;
129
+ } & {
130
+ clear?: boolean | undefined;
131
+ hasDivider?: boolean | undefined;
132
+ } & {
133
+ hintText: string;
134
+ hintTrigger?: "hover" | "click" | undefined;
135
+ hintView?: string | undefined;
136
+ hintSize?: string | undefined;
137
+ hintTargetIcon?: import("react").ReactNode;
138
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
139
+ hintHasArrow?: boolean | undefined;
140
+ hintOffset?: [number, number] | undefined;
141
+ hintWidth?: string | undefined;
142
+ hintContentLeft?: import("react").ReactNode;
143
+ } & {
144
+ enumerationType: "chip";
145
+ onSearch?: undefined;
146
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
147
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
148
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
149
+ view: {
150
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
151
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
152
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
153
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
154
+ };
155
+ size: {
156
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
157
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
158
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
159
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
160
+ };
161
+ labelPlacement: {
162
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
163
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
164
+ };
165
+ clear: {
166
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
167
+ };
168
+ hintView: {
169
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
170
+ };
171
+ hintSize: {
172
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
173
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
174
+ };
175
+ disabled: {
176
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
177
+ };
178
+ readOnly: {
179
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
180
+ };
181
+ }> & {
182
+ size?: string | undefined;
183
+ view?: string | undefined;
184
+ readOnly?: boolean | undefined;
185
+ disabled?: boolean | undefined;
186
+ } & {
187
+ titleCaption?: import("react").ReactNode;
188
+ leftHelper?: string | undefined;
189
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
190
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
191
+ textBefore?: string | undefined;
192
+ textAfter?: string | undefined;
193
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
194
+ } & {
195
+ label?: string | undefined;
196
+ labelPlacement: "inner";
197
+ hasInnerLabelPlaceholder?: boolean | undefined;
198
+ } & {
199
+ required: true;
200
+ requiredPlacement?: "right" | "left" | undefined;
201
+ optional?: false | undefined;
202
+ } & {
203
+ clear?: boolean | undefined;
204
+ hasDivider?: boolean | undefined;
205
+ } & {
206
+ hintTrigger?: undefined;
207
+ hintText?: undefined;
208
+ hintView?: undefined;
209
+ hintSize?: undefined;
210
+ hintTargetIcon?: undefined;
211
+ hintPlacement?: undefined;
212
+ hintHasArrow?: undefined;
213
+ hintOffset?: undefined;
214
+ hintWidth?: undefined;
215
+ hintContentLeft?: undefined;
216
+ } & {
217
+ chips?: undefined;
218
+ onChangeChips?: undefined;
219
+ enumerationType?: "plain" | undefined;
220
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
221
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
222
+ view: {
223
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
224
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
225
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
226
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
227
+ };
228
+ size: {
229
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
230
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
231
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
232
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
233
+ };
234
+ labelPlacement: {
235
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
236
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
237
+ };
238
+ clear: {
239
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
240
+ };
241
+ hintView: {
242
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
243
+ };
244
+ hintSize: {
245
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
246
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
247
+ };
248
+ disabled: {
249
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
250
+ };
251
+ readOnly: {
252
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
253
+ };
254
+ }> & {
255
+ size?: string | undefined;
256
+ view?: string | undefined;
257
+ readOnly?: boolean | undefined;
258
+ disabled?: boolean | undefined;
259
+ } & {
260
+ titleCaption?: import("react").ReactNode;
261
+ leftHelper?: string | undefined;
262
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
263
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
264
+ textBefore?: string | undefined;
265
+ textAfter?: string | undefined;
266
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
267
+ } & {
268
+ label?: string | undefined;
269
+ labelPlacement: "inner";
270
+ hasInnerLabelPlaceholder?: boolean | undefined;
271
+ } & {
272
+ required: true;
273
+ requiredPlacement?: "right" | "left" | undefined;
274
+ optional?: false | undefined;
275
+ } & {
276
+ clear?: boolean | undefined;
277
+ hasDivider?: boolean | undefined;
278
+ } & {
279
+ hintTrigger?: undefined;
280
+ hintText?: undefined;
281
+ hintView?: undefined;
282
+ hintSize?: undefined;
283
+ hintTargetIcon?: undefined;
284
+ hintPlacement?: undefined;
285
+ hintHasArrow?: undefined;
286
+ hintOffset?: undefined;
287
+ hintWidth?: undefined;
288
+ hintContentLeft?: undefined;
289
+ } & {
290
+ enumerationType: "chip";
291
+ onSearch?: undefined;
292
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
293
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
294
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
295
+ view: {
296
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
297
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
298
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
299
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
300
+ };
301
+ size: {
302
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
303
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
304
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
305
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
306
+ };
307
+ labelPlacement: {
308
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
309
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
310
+ };
311
+ clear: {
312
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
313
+ };
314
+ hintView: {
315
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
316
+ };
317
+ hintSize: {
318
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
319
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
320
+ };
321
+ disabled: {
322
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
323
+ };
324
+ readOnly: {
325
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
326
+ };
327
+ }> & {
328
+ size?: string | undefined;
329
+ view?: string | undefined;
330
+ readOnly?: boolean | undefined;
331
+ disabled?: boolean | undefined;
332
+ } & {
333
+ titleCaption?: import("react").ReactNode;
334
+ leftHelper?: string | undefined;
335
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
336
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
337
+ textBefore?: string | undefined;
338
+ textAfter?: string | undefined;
339
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
340
+ } & {
341
+ label?: string | undefined;
342
+ labelPlacement: "inner";
343
+ hasInnerLabelPlaceholder?: boolean | undefined;
344
+ } & {
345
+ required: true;
346
+ requiredPlacement?: "right" | "left" | undefined;
347
+ optional?: false | undefined;
348
+ } & {
349
+ clear: false;
350
+ hasDivider?: undefined;
351
+ } & {
352
+ hintText: string;
353
+ hintTrigger?: "hover" | "click" | undefined;
354
+ hintView?: string | undefined;
355
+ hintSize?: string | undefined;
356
+ hintTargetIcon?: import("react").ReactNode;
357
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
358
+ hintHasArrow?: boolean | undefined;
359
+ hintOffset?: [number, number] | undefined;
360
+ hintWidth?: string | undefined;
361
+ hintContentLeft?: import("react").ReactNode;
362
+ } & {
363
+ chips?: undefined;
364
+ onChangeChips?: undefined;
365
+ enumerationType?: "plain" | undefined;
366
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
367
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
368
+ view: {
369
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
370
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
371
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
372
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
373
+ };
374
+ size: {
375
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
376
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
377
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
378
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
379
+ };
380
+ labelPlacement: {
381
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
382
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
383
+ };
384
+ clear: {
385
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
386
+ };
387
+ hintView: {
388
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
389
+ };
390
+ hintSize: {
391
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
392
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
393
+ };
394
+ disabled: {
395
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
396
+ };
397
+ readOnly: {
398
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
399
+ };
400
+ }> & {
401
+ size?: string | undefined;
402
+ view?: string | undefined;
403
+ readOnly?: boolean | undefined;
404
+ disabled?: boolean | undefined;
405
+ } & {
406
+ titleCaption?: import("react").ReactNode;
407
+ leftHelper?: string | undefined;
408
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
409
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
410
+ textBefore?: string | undefined;
411
+ textAfter?: string | undefined;
412
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
413
+ } & {
414
+ label?: string | undefined;
415
+ labelPlacement: "inner";
416
+ hasInnerLabelPlaceholder?: boolean | undefined;
417
+ } & {
418
+ required: true;
419
+ requiredPlacement?: "right" | "left" | undefined;
420
+ optional?: false | undefined;
421
+ } & {
422
+ clear: false;
423
+ hasDivider?: undefined;
424
+ } & {
425
+ hintText: string;
426
+ hintTrigger?: "hover" | "click" | undefined;
427
+ hintView?: string | undefined;
428
+ hintSize?: string | undefined;
429
+ hintTargetIcon?: import("react").ReactNode;
430
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
431
+ hintHasArrow?: boolean | undefined;
432
+ hintOffset?: [number, number] | undefined;
433
+ hintWidth?: string | undefined;
434
+ hintContentLeft?: import("react").ReactNode;
435
+ } & {
436
+ enumerationType: "chip";
437
+ onSearch?: undefined;
438
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
439
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
440
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
441
+ view: {
442
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
443
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
444
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
445
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
446
+ };
447
+ size: {
448
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
449
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
450
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
451
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
452
+ };
453
+ labelPlacement: {
454
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
455
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
456
+ };
457
+ clear: {
458
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
459
+ };
460
+ hintView: {
461
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
462
+ };
463
+ hintSize: {
464
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
465
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
466
+ };
467
+ disabled: {
468
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
469
+ };
470
+ readOnly: {
471
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
472
+ };
473
+ }> & {
474
+ size?: string | undefined;
475
+ view?: string | undefined;
476
+ readOnly?: boolean | undefined;
477
+ disabled?: boolean | undefined;
478
+ } & {
479
+ titleCaption?: import("react").ReactNode;
480
+ leftHelper?: string | undefined;
481
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
482
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
483
+ textBefore?: string | undefined;
484
+ textAfter?: string | undefined;
485
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
486
+ } & {
487
+ label?: string | undefined;
488
+ labelPlacement: "inner";
489
+ hasInnerLabelPlaceholder?: boolean | undefined;
490
+ } & {
491
+ required: true;
492
+ requiredPlacement?: "right" | "left" | undefined;
493
+ optional?: false | undefined;
494
+ } & {
495
+ clear: false;
496
+ hasDivider?: undefined;
497
+ } & {
498
+ hintTrigger?: undefined;
499
+ hintText?: undefined;
500
+ hintView?: undefined;
501
+ hintSize?: undefined;
502
+ hintTargetIcon?: undefined;
503
+ hintPlacement?: undefined;
504
+ hintHasArrow?: undefined;
505
+ hintOffset?: undefined;
506
+ hintWidth?: undefined;
507
+ hintContentLeft?: undefined;
508
+ } & {
509
+ chips?: undefined;
510
+ onChangeChips?: undefined;
511
+ enumerationType?: "plain" | undefined;
512
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
513
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
514
+ view: {
515
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
516
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
517
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
518
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
519
+ };
520
+ size: {
521
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
522
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
523
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
524
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
525
+ };
526
+ labelPlacement: {
527
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
528
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
529
+ };
530
+ clear: {
531
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
532
+ };
533
+ hintView: {
534
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
535
+ };
536
+ hintSize: {
537
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
538
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
539
+ };
540
+ disabled: {
541
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
542
+ };
543
+ readOnly: {
544
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
545
+ };
546
+ }> & {
547
+ size?: string | undefined;
548
+ view?: string | undefined;
549
+ readOnly?: boolean | undefined;
550
+ disabled?: boolean | undefined;
551
+ } & {
552
+ titleCaption?: import("react").ReactNode;
553
+ leftHelper?: string | undefined;
554
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
555
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
556
+ textBefore?: string | undefined;
557
+ textAfter?: string | undefined;
558
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
559
+ } & {
560
+ label?: string | undefined;
561
+ labelPlacement: "inner";
562
+ hasInnerLabelPlaceholder?: boolean | undefined;
563
+ } & {
564
+ required: true;
565
+ requiredPlacement?: "right" | "left" | undefined;
566
+ optional?: false | undefined;
567
+ } & {
568
+ clear: false;
569
+ hasDivider?: undefined;
570
+ } & {
571
+ hintTrigger?: undefined;
572
+ hintText?: undefined;
573
+ hintView?: undefined;
574
+ hintSize?: undefined;
575
+ hintTargetIcon?: undefined;
576
+ hintPlacement?: undefined;
577
+ hintHasArrow?: undefined;
578
+ hintOffset?: undefined;
579
+ hintWidth?: undefined;
580
+ hintContentLeft?: undefined;
581
+ } & {
582
+ enumerationType: "chip";
583
+ onSearch?: undefined;
584
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
585
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
586
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
587
+ view: {
588
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
589
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
590
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
591
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
592
+ };
593
+ size: {
594
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
595
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
596
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
597
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
598
+ };
599
+ labelPlacement: {
600
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
601
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
602
+ };
603
+ clear: {
604
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
605
+ };
606
+ hintView: {
607
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
608
+ };
609
+ hintSize: {
610
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
611
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
612
+ };
613
+ disabled: {
614
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
615
+ };
616
+ readOnly: {
617
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
618
+ };
619
+ }> & {
620
+ size?: string | undefined;
621
+ view?: string | undefined;
622
+ readOnly?: boolean | undefined;
623
+ disabled?: boolean | undefined;
624
+ } & {
625
+ titleCaption?: import("react").ReactNode;
626
+ leftHelper?: string | undefined;
627
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
628
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
629
+ textBefore?: string | undefined;
630
+ textAfter?: string | undefined;
631
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
632
+ } & {
633
+ label?: string | undefined;
634
+ labelPlacement: "inner";
635
+ hasInnerLabelPlaceholder?: boolean | undefined;
636
+ } & {
637
+ required?: false | undefined;
638
+ requiredPlacement?: "right" | "left" | undefined;
639
+ optional?: true | undefined;
640
+ } & {
641
+ clear?: boolean | undefined;
642
+ hasDivider?: boolean | undefined;
643
+ } & {
644
+ hintText: string;
645
+ hintTrigger?: "hover" | "click" | undefined;
646
+ hintView?: string | undefined;
647
+ hintSize?: string | undefined;
648
+ hintTargetIcon?: import("react").ReactNode;
649
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
650
+ hintHasArrow?: boolean | undefined;
651
+ hintOffset?: [number, number] | undefined;
652
+ hintWidth?: string | undefined;
653
+ hintContentLeft?: import("react").ReactNode;
654
+ } & {
655
+ chips?: undefined;
656
+ onChangeChips?: undefined;
657
+ enumerationType?: "plain" | undefined;
658
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
659
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
660
+ view: {
661
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
662
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
663
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
664
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
665
+ };
666
+ size: {
667
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
668
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
669
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
670
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
671
+ };
672
+ labelPlacement: {
673
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
674
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
675
+ };
676
+ clear: {
677
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
678
+ };
679
+ hintView: {
680
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
681
+ };
682
+ hintSize: {
683
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
684
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
685
+ };
686
+ disabled: {
687
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
688
+ };
689
+ readOnly: {
690
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
691
+ };
692
+ }> & {
693
+ size?: string | undefined;
694
+ view?: string | undefined;
695
+ readOnly?: boolean | undefined;
696
+ disabled?: boolean | undefined;
697
+ } & {
698
+ titleCaption?: import("react").ReactNode;
699
+ leftHelper?: string | undefined;
700
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
701
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
702
+ textBefore?: string | undefined;
703
+ textAfter?: string | undefined;
704
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
705
+ } & {
706
+ label?: string | undefined;
707
+ labelPlacement: "inner";
708
+ hasInnerLabelPlaceholder?: boolean | undefined;
709
+ } & {
710
+ required?: false | undefined;
711
+ requiredPlacement?: "right" | "left" | undefined;
712
+ optional?: true | undefined;
713
+ } & {
714
+ clear?: boolean | undefined;
715
+ hasDivider?: boolean | undefined;
716
+ } & {
717
+ hintText: string;
718
+ hintTrigger?: "hover" | "click" | undefined;
719
+ hintView?: string | undefined;
720
+ hintSize?: string | undefined;
721
+ hintTargetIcon?: import("react").ReactNode;
722
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | 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("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
731
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
732
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
733
+ view: {
734
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
735
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
736
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
737
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
738
+ };
739
+ size: {
740
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
741
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
742
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
743
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
744
+ };
745
+ labelPlacement: {
746
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
747
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
748
+ };
749
+ clear: {
750
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
751
+ };
752
+ hintView: {
753
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
754
+ };
755
+ hintSize: {
756
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
757
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
758
+ };
759
+ disabled: {
760
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
761
+ };
762
+ readOnly: {
763
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
764
+ };
765
+ }> & {
766
+ size?: string | undefined;
767
+ view?: string | undefined;
768
+ readOnly?: boolean | undefined;
769
+ disabled?: boolean | undefined;
770
+ } & {
771
+ titleCaption?: import("react").ReactNode;
772
+ leftHelper?: string | undefined;
773
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
774
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
775
+ textBefore?: string | undefined;
776
+ textAfter?: string | undefined;
777
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
778
+ } & {
779
+ label?: string | undefined;
780
+ labelPlacement: "inner";
781
+ hasInnerLabelPlaceholder?: boolean | undefined;
782
+ } & {
783
+ required?: false | undefined;
784
+ requiredPlacement?: "right" | "left" | undefined;
785
+ optional?: true | undefined;
786
+ } & {
787
+ clear?: boolean | undefined;
788
+ hasDivider?: boolean | undefined;
789
+ } & {
790
+ hintTrigger?: undefined;
791
+ hintText?: undefined;
792
+ hintView?: undefined;
793
+ hintSize?: undefined;
794
+ hintTargetIcon?: undefined;
795
+ hintPlacement?: undefined;
796
+ hintHasArrow?: undefined;
797
+ hintOffset?: undefined;
798
+ hintWidth?: undefined;
799
+ hintContentLeft?: undefined;
800
+ } & {
801
+ chips?: undefined;
802
+ onChangeChips?: undefined;
803
+ enumerationType?: "plain" | undefined;
804
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
805
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
806
+ view: {
807
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
808
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
809
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
810
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
811
+ };
812
+ size: {
813
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
814
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
815
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
816
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
817
+ };
818
+ labelPlacement: {
819
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
820
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
821
+ };
822
+ clear: {
823
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
824
+ };
825
+ hintView: {
826
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
827
+ };
828
+ hintSize: {
829
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
830
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
831
+ };
832
+ disabled: {
833
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
834
+ };
835
+ readOnly: {
836
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
837
+ };
838
+ }> & {
839
+ size?: string | undefined;
840
+ view?: string | undefined;
841
+ readOnly?: boolean | undefined;
842
+ disabled?: boolean | undefined;
843
+ } & {
844
+ titleCaption?: import("react").ReactNode;
845
+ leftHelper?: string | undefined;
846
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
847
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
848
+ textBefore?: string | undefined;
849
+ textAfter?: string | undefined;
850
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
851
+ } & {
852
+ label?: string | undefined;
853
+ labelPlacement: "inner";
854
+ hasInnerLabelPlaceholder?: boolean | undefined;
855
+ } & {
856
+ required?: false | undefined;
857
+ requiredPlacement?: "right" | "left" | undefined;
858
+ optional?: true | undefined;
859
+ } & {
860
+ clear?: boolean | undefined;
861
+ hasDivider?: boolean | undefined;
862
+ } & {
863
+ hintTrigger?: undefined;
864
+ hintText?: undefined;
865
+ hintView?: undefined;
866
+ hintSize?: undefined;
867
+ hintTargetIcon?: undefined;
868
+ hintPlacement?: undefined;
869
+ hintHasArrow?: undefined;
870
+ hintOffset?: undefined;
871
+ hintWidth?: undefined;
872
+ hintContentLeft?: undefined;
873
+ } & {
874
+ enumerationType: "chip";
875
+ onSearch?: undefined;
876
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
877
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
878
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
879
+ view: {
880
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
881
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
882
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
883
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
884
+ };
885
+ size: {
886
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
887
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
888
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
889
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
890
+ };
891
+ labelPlacement: {
892
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
893
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
894
+ };
895
+ clear: {
896
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
897
+ };
898
+ hintView: {
899
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
900
+ };
901
+ hintSize: {
902
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
903
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
904
+ };
905
+ disabled: {
906
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
907
+ };
908
+ readOnly: {
909
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
910
+ };
911
+ }> & {
912
+ size?: string | undefined;
913
+ view?: string | undefined;
914
+ readOnly?: boolean | undefined;
915
+ disabled?: boolean | undefined;
916
+ } & {
917
+ titleCaption?: import("react").ReactNode;
918
+ leftHelper?: string | undefined;
919
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
920
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
921
+ textBefore?: string | undefined;
922
+ textAfter?: string | undefined;
923
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
924
+ } & {
925
+ label?: string | undefined;
926
+ labelPlacement: "inner";
927
+ hasInnerLabelPlaceholder?: boolean | undefined;
928
+ } & {
929
+ required?: false | undefined;
930
+ requiredPlacement?: "right" | "left" | undefined;
931
+ optional?: true | undefined;
932
+ } & {
933
+ clear: false;
934
+ hasDivider?: undefined;
935
+ } & {
936
+ hintText: string;
937
+ hintTrigger?: "hover" | "click" | undefined;
938
+ hintView?: string | undefined;
939
+ hintSize?: string | undefined;
940
+ hintTargetIcon?: import("react").ReactNode;
941
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
942
+ hintHasArrow?: boolean | undefined;
943
+ hintOffset?: [number, number] | undefined;
944
+ hintWidth?: string | undefined;
945
+ hintContentLeft?: import("react").ReactNode;
946
+ } & {
947
+ chips?: undefined;
948
+ onChangeChips?: undefined;
949
+ enumerationType?: "plain" | undefined;
950
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
951
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
952
+ view: {
953
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
954
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
955
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
956
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
957
+ };
958
+ size: {
959
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
960
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
961
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
962
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
963
+ };
964
+ labelPlacement: {
965
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
966
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
967
+ };
968
+ clear: {
969
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
970
+ };
971
+ hintView: {
972
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
973
+ };
974
+ hintSize: {
975
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
976
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
977
+ };
978
+ disabled: {
979
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
980
+ };
981
+ readOnly: {
982
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
983
+ };
984
+ }> & {
985
+ size?: string | undefined;
986
+ view?: string | undefined;
987
+ readOnly?: boolean | undefined;
988
+ disabled?: boolean | undefined;
989
+ } & {
990
+ titleCaption?: import("react").ReactNode;
991
+ leftHelper?: string | undefined;
992
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
993
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
994
+ textBefore?: string | undefined;
995
+ textAfter?: string | undefined;
996
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
997
+ } & {
998
+ label?: string | undefined;
999
+ labelPlacement: "inner";
1000
+ hasInnerLabelPlaceholder?: boolean | undefined;
1001
+ } & {
1002
+ required?: false | undefined;
1003
+ requiredPlacement?: "right" | "left" | undefined;
1004
+ optional?: true | undefined;
1005
+ } & {
1006
+ clear: false;
1007
+ hasDivider?: undefined;
1008
+ } & {
1009
+ hintText: string;
1010
+ hintTrigger?: "hover" | "click" | undefined;
1011
+ hintView?: string | undefined;
1012
+ hintSize?: string | undefined;
1013
+ hintTargetIcon?: import("react").ReactNode;
1014
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
1015
+ hintHasArrow?: boolean | undefined;
1016
+ hintOffset?: [number, number] | undefined;
1017
+ hintWidth?: string | undefined;
1018
+ hintContentLeft?: import("react").ReactNode;
1019
+ } & {
1020
+ enumerationType: "chip";
1021
+ onSearch?: undefined;
1022
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1023
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1024
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1025
+ view: {
1026
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1027
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1028
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1029
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1030
+ };
1031
+ size: {
1032
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1033
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1034
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1035
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1036
+ };
1037
+ labelPlacement: {
1038
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1039
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1040
+ };
1041
+ clear: {
1042
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1043
+ };
1044
+ hintView: {
1045
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1046
+ };
1047
+ hintSize: {
1048
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1049
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1050
+ };
1051
+ disabled: {
1052
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1053
+ };
1054
+ readOnly: {
1055
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1056
+ };
1057
+ }> & {
1058
+ size?: string | undefined;
1059
+ view?: string | undefined;
1060
+ readOnly?: boolean | undefined;
1061
+ disabled?: boolean | undefined;
1062
+ } & {
1063
+ titleCaption?: import("react").ReactNode;
1064
+ leftHelper?: string | undefined;
1065
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1066
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1067
+ textBefore?: string | undefined;
1068
+ textAfter?: string | undefined;
1069
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
40
1070
  } & {
41
1071
  label?: string | undefined;
42
- labelPlacement?: "outer" | "inner" | undefined;
1072
+ labelPlacement: "inner";
1073
+ hasInnerLabelPlaceholder?: boolean | undefined;
1074
+ } & {
1075
+ required?: false | undefined;
1076
+ requiredPlacement?: "right" | "left" | undefined;
1077
+ optional?: true | undefined;
1078
+ } & {
1079
+ clear: false;
1080
+ hasDivider?: undefined;
1081
+ } & {
1082
+ hintTrigger?: undefined;
1083
+ hintText?: undefined;
1084
+ hintView?: undefined;
1085
+ hintSize?: undefined;
1086
+ hintTargetIcon?: undefined;
1087
+ hintPlacement?: undefined;
1088
+ hintHasArrow?: undefined;
1089
+ hintOffset?: undefined;
1090
+ hintWidth?: undefined;
1091
+ hintContentLeft?: undefined;
1092
+ } & {
1093
+ chips?: undefined;
1094
+ onChangeChips?: undefined;
1095
+ enumerationType?: "plain" | undefined;
1096
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1097
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1098
+ view: {
1099
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1100
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1101
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1102
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1103
+ };
1104
+ size: {
1105
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1106
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1107
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1108
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1109
+ };
1110
+ labelPlacement: {
1111
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1112
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1113
+ };
1114
+ clear: {
1115
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1116
+ };
1117
+ hintView: {
1118
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1119
+ };
1120
+ hintSize: {
1121
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1122
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1123
+ };
1124
+ disabled: {
1125
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1126
+ };
1127
+ readOnly: {
1128
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1129
+ };
1130
+ }> & {
1131
+ size?: string | undefined;
1132
+ view?: string | undefined;
1133
+ readOnly?: boolean | undefined;
1134
+ disabled?: boolean | undefined;
1135
+ } & {
43
1136
  titleCaption?: import("react").ReactNode;
44
1137
  leftHelper?: string | undefined;
45
1138
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -48,9 +1141,85 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
48
1141
  textAfter?: string | undefined;
49
1142
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
50
1143
  } & {
1144
+ label?: string | undefined;
1145
+ labelPlacement: "inner";
1146
+ hasInnerLabelPlaceholder?: boolean | undefined;
1147
+ } & {
1148
+ required?: false | undefined;
51
1149
  requiredPlacement?: "right" | "left" | undefined;
1150
+ optional?: true | undefined;
1151
+ } & {
1152
+ clear: false;
1153
+ hasDivider?: undefined;
1154
+ } & {
1155
+ hintTrigger?: undefined;
1156
+ hintText?: undefined;
1157
+ hintView?: undefined;
1158
+ hintSize?: undefined;
1159
+ hintTargetIcon?: undefined;
1160
+ hintPlacement?: undefined;
1161
+ hintHasArrow?: undefined;
1162
+ hintOffset?: undefined;
1163
+ hintWidth?: undefined;
1164
+ hintContentLeft?: undefined;
1165
+ } & {
1166
+ enumerationType: "chip";
1167
+ onSearch?: undefined;
1168
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1169
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1170
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1171
+ view: {
1172
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1173
+ positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1174
+ warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1175
+ negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1176
+ };
1177
+ size: {
1178
+ l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1179
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1180
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1181
+ xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1182
+ };
1183
+ labelPlacement: {
1184
+ inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1185
+ outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1186
+ };
1187
+ clear: {
1188
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1189
+ };
1190
+ hintView: {
1191
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1192
+ };
1193
+ hintSize: {
1194
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1195
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1196
+ };
1197
+ disabled: {
1198
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1199
+ };
1200
+ readOnly: {
1201
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
1202
+ };
1203
+ }> & {
1204
+ size?: string | undefined;
1205
+ view?: string | undefined;
1206
+ readOnly?: boolean | undefined;
1207
+ disabled?: boolean | undefined;
1208
+ } & {
1209
+ titleCaption?: import("react").ReactNode;
1210
+ leftHelper?: string | undefined;
1211
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1212
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1213
+ textBefore?: string | undefined;
1214
+ textAfter?: string | undefined;
1215
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1216
+ } & {
1217
+ label?: string | undefined;
1218
+ labelPlacement?: "outer" | "inner" | undefined;
1219
+ hasInnerLabelPlaceholder?: false | undefined;
52
1220
  } & {
53
1221
  required: true;
1222
+ requiredPlacement?: "right" | "left" | undefined;
54
1223
  optional?: false | undefined;
55
1224
  } & {
56
1225
  clear?: boolean | undefined;
@@ -110,8 +1279,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
110
1279
  readOnly?: boolean | undefined;
111
1280
  disabled?: boolean | undefined;
112
1281
  } & {
113
- label?: string | undefined;
114
- labelPlacement?: "outer" | "inner" | undefined;
115
1282
  titleCaption?: import("react").ReactNode;
116
1283
  leftHelper?: string | undefined;
117
1284
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -120,9 +1287,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
120
1287
  textAfter?: string | undefined;
121
1288
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
122
1289
  } & {
123
- requiredPlacement?: "right" | "left" | undefined;
1290
+ label?: string | undefined;
1291
+ labelPlacement?: "outer" | "inner" | undefined;
1292
+ hasInnerLabelPlaceholder?: false | undefined;
124
1293
  } & {
125
1294
  required: true;
1295
+ requiredPlacement?: "right" | "left" | undefined;
126
1296
  optional?: false | undefined;
127
1297
  } & {
128
1298
  clear?: boolean | undefined;
@@ -182,8 +1352,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
182
1352
  readOnly?: boolean | undefined;
183
1353
  disabled?: boolean | undefined;
184
1354
  } & {
185
- label?: string | undefined;
186
- labelPlacement?: "outer" | "inner" | undefined;
187
1355
  titleCaption?: import("react").ReactNode;
188
1356
  leftHelper?: string | undefined;
189
1357
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -192,9 +1360,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
192
1360
  textAfter?: string | undefined;
193
1361
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
194
1362
  } & {
195
- requiredPlacement?: "right" | "left" | undefined;
1363
+ label?: string | undefined;
1364
+ labelPlacement?: "outer" | "inner" | undefined;
1365
+ hasInnerLabelPlaceholder?: false | undefined;
196
1366
  } & {
197
1367
  required: true;
1368
+ requiredPlacement?: "right" | "left" | undefined;
198
1369
  optional?: false | undefined;
199
1370
  } & {
200
1371
  clear?: boolean | undefined;
@@ -254,8 +1425,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
254
1425
  readOnly?: boolean | undefined;
255
1426
  disabled?: boolean | undefined;
256
1427
  } & {
257
- label?: string | undefined;
258
- labelPlacement?: "outer" | "inner" | undefined;
259
1428
  titleCaption?: import("react").ReactNode;
260
1429
  leftHelper?: string | undefined;
261
1430
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -264,9 +1433,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
264
1433
  textAfter?: string | undefined;
265
1434
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
266
1435
  } & {
267
- requiredPlacement?: "right" | "left" | undefined;
1436
+ label?: string | undefined;
1437
+ labelPlacement?: "outer" | "inner" | undefined;
1438
+ hasInnerLabelPlaceholder?: false | undefined;
268
1439
  } & {
269
1440
  required: true;
1441
+ requiredPlacement?: "right" | "left" | undefined;
270
1442
  optional?: false | undefined;
271
1443
  } & {
272
1444
  clear?: boolean | undefined;
@@ -326,8 +1498,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
326
1498
  readOnly?: boolean | undefined;
327
1499
  disabled?: boolean | undefined;
328
1500
  } & {
329
- label?: string | undefined;
330
- labelPlacement?: "outer" | "inner" | undefined;
331
1501
  titleCaption?: import("react").ReactNode;
332
1502
  leftHelper?: string | undefined;
333
1503
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -336,12 +1506,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
336
1506
  textAfter?: string | undefined;
337
1507
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
338
1508
  } & {
339
- requiredPlacement?: "right" | "left" | undefined;
1509
+ label?: string | undefined;
1510
+ labelPlacement?: "outer" | "inner" | undefined;
1511
+ hasInnerLabelPlaceholder?: false | undefined;
340
1512
  } & {
341
1513
  required: true;
1514
+ requiredPlacement?: "right" | "left" | undefined;
342
1515
  optional?: false | undefined;
343
1516
  } & {
344
- clear?: false | undefined;
1517
+ clear: false;
345
1518
  hasDivider?: undefined;
346
1519
  } & {
347
1520
  hintText: string;
@@ -398,8 +1571,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
398
1571
  readOnly?: boolean | undefined;
399
1572
  disabled?: boolean | undefined;
400
1573
  } & {
401
- label?: string | undefined;
402
- labelPlacement?: "outer" | "inner" | undefined;
403
1574
  titleCaption?: import("react").ReactNode;
404
1575
  leftHelper?: string | undefined;
405
1576
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -408,12 +1579,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
408
1579
  textAfter?: string | undefined;
409
1580
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
410
1581
  } & {
411
- requiredPlacement?: "right" | "left" | undefined;
1582
+ label?: string | undefined;
1583
+ labelPlacement?: "outer" | "inner" | undefined;
1584
+ hasInnerLabelPlaceholder?: false | undefined;
412
1585
  } & {
413
1586
  required: true;
1587
+ requiredPlacement?: "right" | "left" | undefined;
414
1588
  optional?: false | undefined;
415
1589
  } & {
416
- clear?: false | undefined;
1590
+ clear: false;
417
1591
  hasDivider?: undefined;
418
1592
  } & {
419
1593
  hintText: string;
@@ -470,8 +1644,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
470
1644
  readOnly?: boolean | undefined;
471
1645
  disabled?: boolean | undefined;
472
1646
  } & {
473
- label?: string | undefined;
474
- labelPlacement?: "outer" | "inner" | undefined;
475
1647
  titleCaption?: import("react").ReactNode;
476
1648
  leftHelper?: string | undefined;
477
1649
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -480,12 +1652,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
480
1652
  textAfter?: string | undefined;
481
1653
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
482
1654
  } & {
483
- requiredPlacement?: "right" | "left" | undefined;
1655
+ label?: string | undefined;
1656
+ labelPlacement?: "outer" | "inner" | undefined;
1657
+ hasInnerLabelPlaceholder?: false | undefined;
484
1658
  } & {
485
1659
  required: true;
1660
+ requiredPlacement?: "right" | "left" | undefined;
486
1661
  optional?: false | undefined;
487
1662
  } & {
488
- clear?: false | undefined;
1663
+ clear: false;
489
1664
  hasDivider?: undefined;
490
1665
  } & {
491
1666
  hintTrigger?: undefined;
@@ -542,8 +1717,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
542
1717
  readOnly?: boolean | undefined;
543
1718
  disabled?: boolean | undefined;
544
1719
  } & {
545
- label?: string | undefined;
546
- labelPlacement?: "outer" | "inner" | undefined;
547
1720
  titleCaption?: import("react").ReactNode;
548
1721
  leftHelper?: string | undefined;
549
1722
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -552,12 +1725,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
552
1725
  textAfter?: string | undefined;
553
1726
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
554
1727
  } & {
555
- requiredPlacement?: "right" | "left" | undefined;
1728
+ label?: string | undefined;
1729
+ labelPlacement?: "outer" | "inner" | undefined;
1730
+ hasInnerLabelPlaceholder?: false | undefined;
556
1731
  } & {
557
1732
  required: true;
1733
+ requiredPlacement?: "right" | "left" | undefined;
558
1734
  optional?: false | undefined;
559
1735
  } & {
560
- clear?: false | undefined;
1736
+ clear: false;
561
1737
  hasDivider?: undefined;
562
1738
  } & {
563
1739
  hintTrigger?: undefined;
@@ -614,8 +1790,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
614
1790
  readOnly?: boolean | undefined;
615
1791
  disabled?: boolean | undefined;
616
1792
  } & {
617
- label?: string | undefined;
618
- labelPlacement?: "outer" | "inner" | undefined;
619
1793
  titleCaption?: import("react").ReactNode;
620
1794
  leftHelper?: string | undefined;
621
1795
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -624,10 +1798,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
624
1798
  textAfter?: string | undefined;
625
1799
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
626
1800
  } & {
627
- requiredPlacement?: "right" | "left" | undefined;
1801
+ label?: string | undefined;
1802
+ labelPlacement?: "outer" | "inner" | undefined;
1803
+ hasInnerLabelPlaceholder?: false | undefined;
628
1804
  } & {
629
- optional?: true | undefined;
630
1805
  required?: false | undefined;
1806
+ requiredPlacement?: "right" | "left" | undefined;
1807
+ optional?: true | undefined;
631
1808
  } & {
632
1809
  clear?: boolean | undefined;
633
1810
  hasDivider?: boolean | undefined;
@@ -686,8 +1863,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
686
1863
  readOnly?: boolean | undefined;
687
1864
  disabled?: boolean | undefined;
688
1865
  } & {
689
- label?: string | undefined;
690
- labelPlacement?: "outer" | "inner" | undefined;
691
1866
  titleCaption?: import("react").ReactNode;
692
1867
  leftHelper?: string | undefined;
693
1868
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -696,10 +1871,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
696
1871
  textAfter?: string | undefined;
697
1872
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
698
1873
  } & {
699
- requiredPlacement?: "right" | "left" | undefined;
1874
+ label?: string | undefined;
1875
+ labelPlacement?: "outer" | "inner" | undefined;
1876
+ hasInnerLabelPlaceholder?: false | undefined;
700
1877
  } & {
701
- optional?: true | undefined;
702
1878
  required?: false | undefined;
1879
+ requiredPlacement?: "right" | "left" | undefined;
1880
+ optional?: true | undefined;
703
1881
  } & {
704
1882
  clear?: boolean | undefined;
705
1883
  hasDivider?: boolean | undefined;
@@ -758,8 +1936,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
758
1936
  readOnly?: boolean | undefined;
759
1937
  disabled?: boolean | undefined;
760
1938
  } & {
761
- label?: string | undefined;
762
- labelPlacement?: "outer" | "inner" | undefined;
763
1939
  titleCaption?: import("react").ReactNode;
764
1940
  leftHelper?: string | undefined;
765
1941
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -768,10 +1944,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
768
1944
  textAfter?: string | undefined;
769
1945
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
770
1946
  } & {
771
- requiredPlacement?: "right" | "left" | undefined;
1947
+ label?: string | undefined;
1948
+ labelPlacement?: "outer" | "inner" | undefined;
1949
+ hasInnerLabelPlaceholder?: false | undefined;
772
1950
  } & {
773
- optional?: true | undefined;
774
1951
  required?: false | undefined;
1952
+ requiredPlacement?: "right" | "left" | undefined;
1953
+ optional?: true | undefined;
775
1954
  } & {
776
1955
  clear?: boolean | undefined;
777
1956
  hasDivider?: boolean | undefined;
@@ -830,8 +2009,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
830
2009
  readOnly?: boolean | undefined;
831
2010
  disabled?: boolean | undefined;
832
2011
  } & {
833
- label?: string | undefined;
834
- labelPlacement?: "outer" | "inner" | undefined;
835
2012
  titleCaption?: import("react").ReactNode;
836
2013
  leftHelper?: string | undefined;
837
2014
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -840,10 +2017,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
840
2017
  textAfter?: string | undefined;
841
2018
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
842
2019
  } & {
843
- requiredPlacement?: "right" | "left" | undefined;
2020
+ label?: string | undefined;
2021
+ labelPlacement?: "outer" | "inner" | undefined;
2022
+ hasInnerLabelPlaceholder?: false | undefined;
844
2023
  } & {
845
- optional?: true | undefined;
846
2024
  required?: false | undefined;
2025
+ requiredPlacement?: "right" | "left" | undefined;
2026
+ optional?: true | undefined;
847
2027
  } & {
848
2028
  clear?: boolean | undefined;
849
2029
  hasDivider?: boolean | undefined;
@@ -902,8 +2082,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
902
2082
  readOnly?: boolean | undefined;
903
2083
  disabled?: boolean | undefined;
904
2084
  } & {
905
- label?: string | undefined;
906
- labelPlacement?: "outer" | "inner" | undefined;
907
2085
  titleCaption?: import("react").ReactNode;
908
2086
  leftHelper?: string | undefined;
909
2087
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -912,12 +2090,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
912
2090
  textAfter?: string | undefined;
913
2091
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
914
2092
  } & {
915
- requiredPlacement?: "right" | "left" | undefined;
2093
+ label?: string | undefined;
2094
+ labelPlacement?: "outer" | "inner" | undefined;
2095
+ hasInnerLabelPlaceholder?: false | undefined;
916
2096
  } & {
917
- optional?: true | undefined;
918
2097
  required?: false | undefined;
2098
+ requiredPlacement?: "right" | "left" | undefined;
2099
+ optional?: true | undefined;
919
2100
  } & {
920
- clear?: false | undefined;
2101
+ clear: false;
921
2102
  hasDivider?: undefined;
922
2103
  } & {
923
2104
  hintText: string;
@@ -974,8 +2155,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
974
2155
  readOnly?: boolean | undefined;
975
2156
  disabled?: boolean | undefined;
976
2157
  } & {
977
- label?: string | undefined;
978
- labelPlacement?: "outer" | "inner" | undefined;
979
2158
  titleCaption?: import("react").ReactNode;
980
2159
  leftHelper?: string | undefined;
981
2160
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -984,12 +2163,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
984
2163
  textAfter?: string | undefined;
985
2164
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
986
2165
  } & {
987
- requiredPlacement?: "right" | "left" | undefined;
2166
+ label?: string | undefined;
2167
+ labelPlacement?: "outer" | "inner" | undefined;
2168
+ hasInnerLabelPlaceholder?: false | undefined;
988
2169
  } & {
989
- optional?: true | undefined;
990
2170
  required?: false | undefined;
2171
+ requiredPlacement?: "right" | "left" | undefined;
2172
+ optional?: true | undefined;
991
2173
  } & {
992
- clear?: false | undefined;
2174
+ clear: false;
993
2175
  hasDivider?: undefined;
994
2176
  } & {
995
2177
  hintText: string;
@@ -1046,8 +2228,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1046
2228
  readOnly?: boolean | undefined;
1047
2229
  disabled?: boolean | undefined;
1048
2230
  } & {
1049
- label?: string | undefined;
1050
- labelPlacement?: "outer" | "inner" | undefined;
1051
2231
  titleCaption?: import("react").ReactNode;
1052
2232
  leftHelper?: string | undefined;
1053
2233
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1056,12 +2236,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1056
2236
  textAfter?: string | undefined;
1057
2237
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1058
2238
  } & {
1059
- requiredPlacement?: "right" | "left" | undefined;
2239
+ label?: string | undefined;
2240
+ labelPlacement?: "outer" | "inner" | undefined;
2241
+ hasInnerLabelPlaceholder?: false | undefined;
1060
2242
  } & {
1061
- optional?: true | undefined;
1062
2243
  required?: false | undefined;
2244
+ requiredPlacement?: "right" | "left" | undefined;
2245
+ optional?: true | undefined;
1063
2246
  } & {
1064
- clear?: false | undefined;
2247
+ clear: false;
1065
2248
  hasDivider?: undefined;
1066
2249
  } & {
1067
2250
  hintTrigger?: undefined;
@@ -1118,8 +2301,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1118
2301
  readOnly?: boolean | undefined;
1119
2302
  disabled?: boolean | undefined;
1120
2303
  } & {
1121
- label?: string | undefined;
1122
- labelPlacement?: "outer" | "inner" | undefined;
1123
2304
  titleCaption?: import("react").ReactNode;
1124
2305
  leftHelper?: string | undefined;
1125
2306
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1128,12 +2309,15 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1128
2309
  textAfter?: string | undefined;
1129
2310
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1130
2311
  } & {
1131
- requiredPlacement?: "right" | "left" | undefined;
2312
+ label?: string | undefined;
2313
+ labelPlacement?: "outer" | "inner" | undefined;
2314
+ hasInnerLabelPlaceholder?: false | undefined;
1132
2315
  } & {
1133
- optional?: true | undefined;
1134
2316
  required?: false | undefined;
2317
+ requiredPlacement?: "right" | "left" | undefined;
2318
+ optional?: true | undefined;
1135
2319
  } & {
1136
- clear?: false | undefined;
2320
+ clear: false;
1137
2321
  hasDivider?: undefined;
1138
2322
  } & {
1139
2323
  hintTrigger?: undefined;