@salutejs/sdds-dfa 0.178.1-dev.0 → 0.179.0-canary.1556.11999996386.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
24
24
  };
25
25
  }> & ((import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
26
26
  label?: string | undefined;
27
- labelPlacement?: "outer" | "inner" | undefined;
28
27
  titleCaption?: import("react").ReactNode;
29
28
  leftHelper?: string | undefined;
30
29
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -33,9 +32,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
33
32
  textAfter?: string | undefined;
34
33
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
35
34
  } & {
36
- requiredPlacement?: "right" | "left" | undefined;
35
+ labelPlacement: "inner";
36
+ hasPlaceholder?: boolean | undefined;
37
37
  } & {
38
38
  required: true;
39
+ requiredPlacement?: "right" | "left" | undefined;
39
40
  optional?: false | undefined;
40
41
  } & {
41
42
  clear?: boolean | undefined;
@@ -59,7 +60,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
59
60
  chipType?: undefined;
60
61
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
61
62
  label?: string | undefined;
62
- labelPlacement?: "outer" | "inner" | undefined;
63
63
  titleCaption?: import("react").ReactNode;
64
64
  leftHelper?: string | undefined;
65
65
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -68,9 +68,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
68
68
  textAfter?: string | undefined;
69
69
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
70
70
  } & {
71
- requiredPlacement?: "right" | "left" | undefined;
71
+ labelPlacement: "inner";
72
+ hasPlaceholder?: boolean | undefined;
72
73
  } & {
73
74
  required: true;
75
+ requiredPlacement?: "right" | "left" | undefined;
74
76
  optional?: false | undefined;
75
77
  } & {
76
78
  clear?: boolean | undefined;
@@ -94,7 +96,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
94
96
  chipType?: "default" | "text" | undefined;
95
97
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
96
98
  label?: string | undefined;
97
- labelPlacement?: "outer" | "inner" | undefined;
98
99
  titleCaption?: import("react").ReactNode;
99
100
  leftHelper?: string | undefined;
100
101
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -103,9 +104,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
103
104
  textAfter?: string | undefined;
104
105
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
105
106
  } & {
106
- requiredPlacement?: "right" | "left" | undefined;
107
+ labelPlacement: "inner";
108
+ hasPlaceholder?: boolean | undefined;
107
109
  } & {
108
110
  required: true;
111
+ requiredPlacement?: "right" | "left" | undefined;
109
112
  optional?: false | undefined;
110
113
  } & {
111
114
  clear?: boolean | undefined;
@@ -129,7 +132,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
129
132
  chipType?: undefined;
130
133
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
131
134
  label?: string | undefined;
132
- labelPlacement?: "outer" | "inner" | undefined;
133
135
  titleCaption?: import("react").ReactNode;
134
136
  leftHelper?: string | undefined;
135
137
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -138,9 +140,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
138
140
  textAfter?: string | undefined;
139
141
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
140
142
  } & {
141
- requiredPlacement?: "right" | "left" | undefined;
143
+ labelPlacement: "inner";
144
+ hasPlaceholder?: boolean | undefined;
142
145
  } & {
143
146
  required: true;
147
+ requiredPlacement?: "right" | "left" | undefined;
144
148
  optional?: false | undefined;
145
149
  } & {
146
150
  clear?: boolean | undefined;
@@ -164,7 +168,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
164
168
  chipType?: "default" | "text" | undefined;
165
169
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
166
170
  label?: string | undefined;
167
- labelPlacement?: "outer" | "inner" | undefined;
168
171
  titleCaption?: import("react").ReactNode;
169
172
  leftHelper?: string | undefined;
170
173
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -173,9 +176,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
173
176
  textAfter?: string | undefined;
174
177
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
175
178
  } & {
176
- requiredPlacement?: "right" | "left" | undefined;
179
+ labelPlacement: "inner";
180
+ hasPlaceholder?: boolean | undefined;
177
181
  } & {
178
182
  required: true;
183
+ requiredPlacement?: "right" | "left" | undefined;
179
184
  optional?: false | undefined;
180
185
  } & {
181
186
  clear?: false | undefined;
@@ -199,7 +204,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
199
204
  chipType?: undefined;
200
205
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
201
206
  label?: string | undefined;
202
- labelPlacement?: "outer" | "inner" | undefined;
203
207
  titleCaption?: import("react").ReactNode;
204
208
  leftHelper?: string | undefined;
205
209
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -208,9 +212,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
208
212
  textAfter?: string | undefined;
209
213
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
210
214
  } & {
211
- requiredPlacement?: "right" | "left" | undefined;
215
+ labelPlacement: "inner";
216
+ hasPlaceholder?: boolean | undefined;
212
217
  } & {
213
218
  required: true;
219
+ requiredPlacement?: "right" | "left" | undefined;
214
220
  optional?: false | undefined;
215
221
  } & {
216
222
  clear?: false | undefined;
@@ -234,7 +240,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
234
240
  chipType?: "default" | "text" | undefined;
235
241
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
236
242
  label?: string | undefined;
237
- labelPlacement?: "outer" | "inner" | undefined;
238
243
  titleCaption?: import("react").ReactNode;
239
244
  leftHelper?: string | undefined;
240
245
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -243,9 +248,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
243
248
  textAfter?: string | undefined;
244
249
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
245
250
  } & {
246
- requiredPlacement?: "right" | "left" | undefined;
251
+ labelPlacement: "inner";
252
+ hasPlaceholder?: boolean | undefined;
247
253
  } & {
248
254
  required: true;
255
+ requiredPlacement?: "right" | "left" | undefined;
249
256
  optional?: false | undefined;
250
257
  } & {
251
258
  clear?: false | undefined;
@@ -269,7 +276,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
269
276
  chipType?: undefined;
270
277
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
271
278
  label?: string | undefined;
272
- labelPlacement?: "outer" | "inner" | undefined;
273
279
  titleCaption?: import("react").ReactNode;
274
280
  leftHelper?: string | undefined;
275
281
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -278,9 +284,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
278
284
  textAfter?: string | undefined;
279
285
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
280
286
  } & {
281
- requiredPlacement?: "right" | "left" | undefined;
287
+ labelPlacement: "inner";
288
+ hasPlaceholder?: boolean | undefined;
282
289
  } & {
283
290
  required: true;
291
+ requiredPlacement?: "right" | "left" | undefined;
284
292
  optional?: false | undefined;
285
293
  } & {
286
294
  clear?: false | undefined;
@@ -304,7 +312,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
304
312
  chipType?: "default" | "text" | undefined;
305
313
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
306
314
  label?: string | undefined;
307
- labelPlacement?: "outer" | "inner" | undefined;
308
315
  titleCaption?: import("react").ReactNode;
309
316
  leftHelper?: string | undefined;
310
317
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -313,10 +320,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
313
320
  textAfter?: string | undefined;
314
321
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
315
322
  } & {
316
- requiredPlacement?: "right" | "left" | undefined;
323
+ labelPlacement: "inner";
324
+ hasPlaceholder?: boolean | undefined;
317
325
  } & {
318
- optional?: true | undefined;
319
326
  required?: false | undefined;
327
+ requiredPlacement?: undefined;
328
+ optional?: boolean | undefined;
320
329
  } & {
321
330
  clear?: boolean | undefined;
322
331
  hasDivider?: boolean | undefined;
@@ -339,7 +348,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
339
348
  chipType?: undefined;
340
349
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
341
350
  label?: string | undefined;
342
- labelPlacement?: "outer" | "inner" | undefined;
343
351
  titleCaption?: import("react").ReactNode;
344
352
  leftHelper?: string | undefined;
345
353
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -348,10 +356,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
348
356
  textAfter?: string | undefined;
349
357
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
350
358
  } & {
351
- requiredPlacement?: "right" | "left" | undefined;
359
+ labelPlacement: "inner";
360
+ hasPlaceholder?: boolean | undefined;
352
361
  } & {
353
- optional?: true | undefined;
354
362
  required?: false | undefined;
363
+ requiredPlacement?: undefined;
364
+ optional?: boolean | undefined;
355
365
  } & {
356
366
  clear?: boolean | undefined;
357
367
  hasDivider?: boolean | undefined;
@@ -374,7 +384,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
374
384
  chipType?: "default" | "text" | undefined;
375
385
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
376
386
  label?: string | undefined;
377
- labelPlacement?: "outer" | "inner" | undefined;
378
387
  titleCaption?: import("react").ReactNode;
379
388
  leftHelper?: string | undefined;
380
389
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -383,10 +392,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
383
392
  textAfter?: string | undefined;
384
393
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
385
394
  } & {
386
- requiredPlacement?: "right" | "left" | undefined;
395
+ labelPlacement: "inner";
396
+ hasPlaceholder?: boolean | undefined;
387
397
  } & {
388
- optional?: true | undefined;
389
398
  required?: false | undefined;
399
+ requiredPlacement?: undefined;
400
+ optional?: boolean | undefined;
390
401
  } & {
391
402
  clear?: boolean | undefined;
392
403
  hasDivider?: boolean | undefined;
@@ -409,7 +420,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
409
420
  chipType?: undefined;
410
421
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
411
422
  label?: string | undefined;
412
- labelPlacement?: "outer" | "inner" | undefined;
413
423
  titleCaption?: import("react").ReactNode;
414
424
  leftHelper?: string | undefined;
415
425
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -418,10 +428,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
418
428
  textAfter?: string | undefined;
419
429
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
420
430
  } & {
421
- requiredPlacement?: "right" | "left" | undefined;
431
+ labelPlacement: "inner";
432
+ hasPlaceholder?: boolean | undefined;
422
433
  } & {
423
- optional?: true | undefined;
424
434
  required?: false | undefined;
435
+ requiredPlacement?: undefined;
436
+ optional?: boolean | undefined;
425
437
  } & {
426
438
  clear?: boolean | undefined;
427
439
  hasDivider?: boolean | undefined;
@@ -444,7 +456,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
444
456
  chipType?: "default" | "text" | undefined;
445
457
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
446
458
  label?: string | undefined;
447
- labelPlacement?: "outer" | "inner" | undefined;
448
459
  titleCaption?: import("react").ReactNode;
449
460
  leftHelper?: string | undefined;
450
461
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -453,10 +464,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
453
464
  textAfter?: string | undefined;
454
465
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
455
466
  } & {
456
- requiredPlacement?: "right" | "left" | undefined;
467
+ labelPlacement: "inner";
468
+ hasPlaceholder?: boolean | undefined;
457
469
  } & {
458
- optional?: true | undefined;
459
470
  required?: false | undefined;
471
+ requiredPlacement?: undefined;
472
+ optional?: boolean | undefined;
460
473
  } & {
461
474
  clear?: false | undefined;
462
475
  hasDivider?: undefined;
@@ -479,7 +492,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
479
492
  chipType?: undefined;
480
493
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
481
494
  label?: string | undefined;
482
- labelPlacement?: "outer" | "inner" | undefined;
483
495
  titleCaption?: import("react").ReactNode;
484
496
  leftHelper?: string | undefined;
485
497
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -488,10 +500,12 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
488
500
  textAfter?: string | undefined;
489
501
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
490
502
  } & {
491
- requiredPlacement?: "right" | "left" | undefined;
503
+ labelPlacement: "inner";
504
+ hasPlaceholder?: boolean | undefined;
492
505
  } & {
493
- optional?: true | undefined;
494
506
  required?: false | undefined;
507
+ requiredPlacement?: undefined;
508
+ optional?: boolean | undefined;
495
509
  } & {
496
510
  clear?: false | undefined;
497
511
  hasDivider?: undefined;
@@ -514,7 +528,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
514
528
  chipType?: "default" | "text" | undefined;
515
529
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
516
530
  label?: string | undefined;
517
- labelPlacement?: "outer" | "inner" | undefined;
518
531
  titleCaption?: import("react").ReactNode;
519
532
  leftHelper?: string | undefined;
520
533
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -523,10 +536,48 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
523
536
  textAfter?: string | undefined;
524
537
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
525
538
  } & {
526
- requiredPlacement?: "right" | "left" | undefined;
539
+ labelPlacement: "inner";
540
+ hasPlaceholder?: boolean | undefined;
541
+ } & {
542
+ required?: false | undefined;
543
+ requiredPlacement?: undefined;
544
+ optional?: boolean | undefined;
545
+ } & {
546
+ clear?: false | undefined;
547
+ hasDivider?: undefined;
548
+ } & {
549
+ hintTrigger?: undefined;
550
+ hintText?: undefined;
551
+ hintView?: undefined;
552
+ hintSize?: undefined;
553
+ hintTargetIcon?: undefined;
554
+ hintPlacement?: undefined;
555
+ hintHasArrow?: undefined;
556
+ hintOffset?: undefined;
557
+ hintWidth?: undefined;
558
+ hintContentLeft?: undefined;
559
+ } & {
560
+ chips?: undefined;
561
+ onChangeChips?: undefined;
562
+ enumerationType?: "plain" | undefined;
563
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
564
+ chipType?: undefined;
565
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
566
+ label?: string | undefined;
567
+ titleCaption?: import("react").ReactNode;
568
+ leftHelper?: string | undefined;
569
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
570
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
571
+ textBefore?: string | undefined;
572
+ textAfter?: string | undefined;
573
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
574
+ } & {
575
+ labelPlacement: "inner";
576
+ hasPlaceholder?: boolean | undefined;
527
577
  } & {
528
- optional?: true | undefined;
529
578
  required?: false | undefined;
579
+ requiredPlacement?: undefined;
580
+ optional?: boolean | undefined;
530
581
  } & {
531
582
  clear?: false | undefined;
532
583
  hasDivider?: undefined;
@@ -541,6 +592,186 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
541
592
  hintOffset?: undefined;
542
593
  hintWidth?: undefined;
543
594
  hintContentLeft?: undefined;
595
+ } & {
596
+ enumerationType: "chip";
597
+ onSearch?: undefined;
598
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
599
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
600
+ chipType?: "default" | "text" | undefined;
601
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
602
+ label?: string | undefined;
603
+ titleCaption?: import("react").ReactNode;
604
+ leftHelper?: string | undefined;
605
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
606
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
607
+ textBefore?: string | undefined;
608
+ textAfter?: string | undefined;
609
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
610
+ } & {
611
+ labelPlacement?: "outer" | undefined;
612
+ hasPlaceholder?: undefined;
613
+ } & {
614
+ required: true;
615
+ requiredPlacement?: "right" | "left" | undefined;
616
+ optional?: false | undefined;
617
+ } & {
618
+ clear?: boolean | undefined;
619
+ hasDivider?: boolean | undefined;
620
+ } & {
621
+ hintText: string;
622
+ hintTrigger?: "hover" | "click" | undefined;
623
+ hintView?: string | undefined;
624
+ hintSize?: string | undefined;
625
+ hintTargetIcon?: import("react").ReactNode;
626
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
627
+ hintHasArrow?: boolean | undefined;
628
+ hintOffset?: [number, number] | undefined;
629
+ hintWidth?: string | undefined;
630
+ hintContentLeft?: import("react").ReactNode;
631
+ } & {
632
+ chips?: undefined;
633
+ onChangeChips?: undefined;
634
+ enumerationType?: "plain" | undefined;
635
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
636
+ chipType?: undefined;
637
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
638
+ label?: string | undefined;
639
+ titleCaption?: import("react").ReactNode;
640
+ leftHelper?: string | undefined;
641
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
642
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
643
+ textBefore?: string | undefined;
644
+ textAfter?: string | undefined;
645
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
646
+ } & {
647
+ labelPlacement?: "outer" | undefined;
648
+ hasPlaceholder?: undefined;
649
+ } & {
650
+ required: true;
651
+ requiredPlacement?: "right" | "left" | undefined;
652
+ optional?: false | undefined;
653
+ } & {
654
+ clear?: boolean | undefined;
655
+ hasDivider?: boolean | undefined;
656
+ } & {
657
+ hintText: string;
658
+ hintTrigger?: "hover" | "click" | undefined;
659
+ hintView?: string | undefined;
660
+ hintSize?: string | undefined;
661
+ hintTargetIcon?: import("react").ReactNode;
662
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
663
+ hintHasArrow?: boolean | undefined;
664
+ hintOffset?: [number, number] | undefined;
665
+ hintWidth?: string | undefined;
666
+ hintContentLeft?: import("react").ReactNode;
667
+ } & {
668
+ enumerationType: "chip";
669
+ onSearch?: undefined;
670
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
671
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
672
+ chipType?: "default" | "text" | undefined;
673
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
674
+ label?: string | undefined;
675
+ titleCaption?: import("react").ReactNode;
676
+ leftHelper?: string | undefined;
677
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
678
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
679
+ textBefore?: string | undefined;
680
+ textAfter?: string | undefined;
681
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
682
+ } & {
683
+ labelPlacement?: "outer" | undefined;
684
+ hasPlaceholder?: undefined;
685
+ } & {
686
+ required: true;
687
+ requiredPlacement?: "right" | "left" | undefined;
688
+ optional?: false | undefined;
689
+ } & {
690
+ clear?: boolean | undefined;
691
+ hasDivider?: boolean | undefined;
692
+ } & {
693
+ hintTrigger?: undefined;
694
+ hintText?: undefined;
695
+ hintView?: undefined;
696
+ hintSize?: undefined;
697
+ hintTargetIcon?: undefined;
698
+ hintPlacement?: undefined;
699
+ hintHasArrow?: undefined;
700
+ hintOffset?: undefined;
701
+ hintWidth?: undefined;
702
+ hintContentLeft?: undefined;
703
+ } & {
704
+ chips?: undefined;
705
+ onChangeChips?: undefined;
706
+ enumerationType?: "plain" | undefined;
707
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
708
+ chipType?: undefined;
709
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
710
+ label?: string | undefined;
711
+ titleCaption?: import("react").ReactNode;
712
+ leftHelper?: string | undefined;
713
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
714
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
715
+ textBefore?: string | undefined;
716
+ textAfter?: string | undefined;
717
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
718
+ } & {
719
+ labelPlacement?: "outer" | undefined;
720
+ hasPlaceholder?: undefined;
721
+ } & {
722
+ required: true;
723
+ requiredPlacement?: "right" | "left" | undefined;
724
+ optional?: false | undefined;
725
+ } & {
726
+ clear?: boolean | undefined;
727
+ hasDivider?: boolean | undefined;
728
+ } & {
729
+ hintTrigger?: undefined;
730
+ hintText?: undefined;
731
+ hintView?: undefined;
732
+ hintSize?: undefined;
733
+ hintTargetIcon?: undefined;
734
+ hintPlacement?: undefined;
735
+ hintHasArrow?: undefined;
736
+ hintOffset?: undefined;
737
+ hintWidth?: undefined;
738
+ hintContentLeft?: undefined;
739
+ } & {
740
+ enumerationType: "chip";
741
+ onSearch?: undefined;
742
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
743
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
744
+ chipType?: "default" | "text" | undefined;
745
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
746
+ label?: string | undefined;
747
+ titleCaption?: import("react").ReactNode;
748
+ leftHelper?: string | undefined;
749
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
750
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
751
+ textBefore?: string | undefined;
752
+ textAfter?: string | undefined;
753
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
754
+ } & {
755
+ labelPlacement?: "outer" | undefined;
756
+ hasPlaceholder?: undefined;
757
+ } & {
758
+ required: true;
759
+ requiredPlacement?: "right" | "left" | undefined;
760
+ optional?: false | undefined;
761
+ } & {
762
+ clear?: false | undefined;
763
+ hasDivider?: undefined;
764
+ } & {
765
+ hintText: string;
766
+ hintTrigger?: "hover" | "click" | undefined;
767
+ hintView?: string | undefined;
768
+ hintSize?: string | undefined;
769
+ hintTargetIcon?: import("react").ReactNode;
770
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
771
+ hintHasArrow?: boolean | undefined;
772
+ hintOffset?: [number, number] | undefined;
773
+ hintWidth?: string | undefined;
774
+ hintContentLeft?: import("react").ReactNode;
544
775
  } & {
545
776
  chips?: undefined;
546
777
  onChangeChips?: undefined;
@@ -549,7 +780,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
549
780
  chipType?: undefined;
550
781
  }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
551
782
  label?: string | undefined;
552
- labelPlacement?: "outer" | "inner" | undefined;
553
783
  titleCaption?: import("react").ReactNode;
554
784
  leftHelper?: string | undefined;
555
785
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -558,10 +788,372 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
558
788
  textAfter?: string | undefined;
559
789
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
560
790
  } & {
791
+ labelPlacement?: "outer" | undefined;
792
+ hasPlaceholder?: undefined;
793
+ } & {
794
+ required: true;
561
795
  requiredPlacement?: "right" | "left" | undefined;
796
+ optional?: false | undefined;
797
+ } & {
798
+ clear?: false | undefined;
799
+ hasDivider?: undefined;
800
+ } & {
801
+ hintText: string;
802
+ hintTrigger?: "hover" | "click" | undefined;
803
+ hintView?: string | undefined;
804
+ hintSize?: string | undefined;
805
+ hintTargetIcon?: import("react").ReactNode;
806
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
807
+ hintHasArrow?: boolean | undefined;
808
+ hintOffset?: [number, number] | undefined;
809
+ hintWidth?: string | undefined;
810
+ hintContentLeft?: import("react").ReactNode;
811
+ } & {
812
+ enumerationType: "chip";
813
+ onSearch?: undefined;
814
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
815
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
816
+ chipType?: "default" | "text" | undefined;
817
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
818
+ label?: string | undefined;
819
+ titleCaption?: import("react").ReactNode;
820
+ leftHelper?: string | undefined;
821
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
822
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
823
+ textBefore?: string | undefined;
824
+ textAfter?: string | undefined;
825
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
826
+ } & {
827
+ labelPlacement?: "outer" | undefined;
828
+ hasPlaceholder?: undefined;
829
+ } & {
830
+ required: true;
831
+ requiredPlacement?: "right" | "left" | undefined;
832
+ optional?: false | undefined;
833
+ } & {
834
+ clear?: false | undefined;
835
+ hasDivider?: undefined;
836
+ } & {
837
+ hintTrigger?: undefined;
838
+ hintText?: undefined;
839
+ hintView?: undefined;
840
+ hintSize?: undefined;
841
+ hintTargetIcon?: undefined;
842
+ hintPlacement?: undefined;
843
+ hintHasArrow?: undefined;
844
+ hintOffset?: undefined;
845
+ hintWidth?: undefined;
846
+ hintContentLeft?: undefined;
847
+ } & {
848
+ chips?: undefined;
849
+ onChangeChips?: undefined;
850
+ enumerationType?: "plain" | undefined;
851
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
852
+ chipType?: undefined;
853
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
854
+ label?: string | undefined;
855
+ titleCaption?: import("react").ReactNode;
856
+ leftHelper?: string | undefined;
857
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
858
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
859
+ textBefore?: string | undefined;
860
+ textAfter?: string | undefined;
861
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
862
+ } & {
863
+ labelPlacement?: "outer" | undefined;
864
+ hasPlaceholder?: undefined;
865
+ } & {
866
+ required: true;
867
+ requiredPlacement?: "right" | "left" | undefined;
868
+ optional?: false | undefined;
869
+ } & {
870
+ clear?: false | undefined;
871
+ hasDivider?: undefined;
872
+ } & {
873
+ hintTrigger?: undefined;
874
+ hintText?: undefined;
875
+ hintView?: undefined;
876
+ hintSize?: undefined;
877
+ hintTargetIcon?: undefined;
878
+ hintPlacement?: undefined;
879
+ hintHasArrow?: undefined;
880
+ hintOffset?: undefined;
881
+ hintWidth?: undefined;
882
+ hintContentLeft?: undefined;
883
+ } & {
884
+ enumerationType: "chip";
885
+ onSearch?: undefined;
886
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
887
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
888
+ chipType?: "default" | "text" | undefined;
889
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
890
+ label?: string | undefined;
891
+ titleCaption?: import("react").ReactNode;
892
+ leftHelper?: string | undefined;
893
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
894
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
895
+ textBefore?: string | undefined;
896
+ textAfter?: string | undefined;
897
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
898
+ } & {
899
+ labelPlacement?: "outer" | undefined;
900
+ hasPlaceholder?: undefined;
901
+ } & {
902
+ required?: false | undefined;
903
+ requiredPlacement?: undefined;
904
+ optional?: boolean | undefined;
905
+ } & {
906
+ clear?: boolean | undefined;
907
+ hasDivider?: boolean | undefined;
908
+ } & {
909
+ hintText: string;
910
+ hintTrigger?: "hover" | "click" | undefined;
911
+ hintView?: string | undefined;
912
+ hintSize?: string | undefined;
913
+ hintTargetIcon?: import("react").ReactNode;
914
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
915
+ hintHasArrow?: boolean | undefined;
916
+ hintOffset?: [number, number] | undefined;
917
+ hintWidth?: string | undefined;
918
+ hintContentLeft?: import("react").ReactNode;
919
+ } & {
920
+ chips?: undefined;
921
+ onChangeChips?: undefined;
922
+ enumerationType?: "plain" | undefined;
923
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
924
+ chipType?: undefined;
925
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
926
+ label?: string | undefined;
927
+ titleCaption?: import("react").ReactNode;
928
+ leftHelper?: string | undefined;
929
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
930
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
931
+ textBefore?: string | undefined;
932
+ textAfter?: string | undefined;
933
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
934
+ } & {
935
+ labelPlacement?: "outer" | undefined;
936
+ hasPlaceholder?: undefined;
937
+ } & {
938
+ required?: false | undefined;
939
+ requiredPlacement?: undefined;
940
+ optional?: boolean | undefined;
941
+ } & {
942
+ clear?: boolean | undefined;
943
+ hasDivider?: boolean | undefined;
944
+ } & {
945
+ hintText: string;
946
+ hintTrigger?: "hover" | "click" | undefined;
947
+ hintView?: string | undefined;
948
+ hintSize?: string | undefined;
949
+ hintTargetIcon?: import("react").ReactNode;
950
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
951
+ hintHasArrow?: boolean | undefined;
952
+ hintOffset?: [number, number] | undefined;
953
+ hintWidth?: string | undefined;
954
+ hintContentLeft?: import("react").ReactNode;
955
+ } & {
956
+ enumerationType: "chip";
957
+ onSearch?: undefined;
958
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
959
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
960
+ chipType?: "default" | "text" | undefined;
961
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
962
+ label?: string | undefined;
963
+ titleCaption?: import("react").ReactNode;
964
+ leftHelper?: string | undefined;
965
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
966
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
967
+ textBefore?: string | undefined;
968
+ textAfter?: string | undefined;
969
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
970
+ } & {
971
+ labelPlacement?: "outer" | undefined;
972
+ hasPlaceholder?: undefined;
973
+ } & {
974
+ required?: false | undefined;
975
+ requiredPlacement?: undefined;
976
+ optional?: boolean | undefined;
977
+ } & {
978
+ clear?: boolean | undefined;
979
+ hasDivider?: boolean | undefined;
980
+ } & {
981
+ hintTrigger?: undefined;
982
+ hintText?: undefined;
983
+ hintView?: undefined;
984
+ hintSize?: undefined;
985
+ hintTargetIcon?: undefined;
986
+ hintPlacement?: undefined;
987
+ hintHasArrow?: undefined;
988
+ hintOffset?: undefined;
989
+ hintWidth?: undefined;
990
+ hintContentLeft?: undefined;
991
+ } & {
992
+ chips?: undefined;
993
+ onChangeChips?: undefined;
994
+ enumerationType?: "plain" | undefined;
995
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
996
+ chipType?: undefined;
997
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
998
+ label?: string | undefined;
999
+ titleCaption?: import("react").ReactNode;
1000
+ leftHelper?: string | undefined;
1001
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1002
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1003
+ textBefore?: string | undefined;
1004
+ textAfter?: string | undefined;
1005
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1006
+ } & {
1007
+ labelPlacement?: "outer" | undefined;
1008
+ hasPlaceholder?: undefined;
1009
+ } & {
1010
+ required?: false | undefined;
1011
+ requiredPlacement?: undefined;
1012
+ optional?: boolean | undefined;
1013
+ } & {
1014
+ clear?: boolean | undefined;
1015
+ hasDivider?: boolean | undefined;
1016
+ } & {
1017
+ hintTrigger?: undefined;
1018
+ hintText?: undefined;
1019
+ hintView?: undefined;
1020
+ hintSize?: undefined;
1021
+ hintTargetIcon?: undefined;
1022
+ hintPlacement?: undefined;
1023
+ hintHasArrow?: undefined;
1024
+ hintOffset?: undefined;
1025
+ hintWidth?: undefined;
1026
+ hintContentLeft?: undefined;
1027
+ } & {
1028
+ enumerationType: "chip";
1029
+ onSearch?: undefined;
1030
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1031
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1032
+ chipType?: "default" | "text" | undefined;
1033
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
1034
+ label?: string | undefined;
1035
+ titleCaption?: import("react").ReactNode;
1036
+ leftHelper?: string | undefined;
1037
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1038
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1039
+ textBefore?: string | undefined;
1040
+ textAfter?: string | undefined;
1041
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1042
+ } & {
1043
+ labelPlacement?: "outer" | undefined;
1044
+ hasPlaceholder?: undefined;
1045
+ } & {
1046
+ required?: false | undefined;
1047
+ requiredPlacement?: undefined;
1048
+ optional?: boolean | undefined;
1049
+ } & {
1050
+ clear?: false | undefined;
1051
+ hasDivider?: undefined;
1052
+ } & {
1053
+ hintText: string;
1054
+ hintTrigger?: "hover" | "click" | undefined;
1055
+ hintView?: string | undefined;
1056
+ hintSize?: string | undefined;
1057
+ hintTargetIcon?: import("react").ReactNode;
1058
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
1059
+ hintHasArrow?: boolean | undefined;
1060
+ hintOffset?: [number, number] | undefined;
1061
+ hintWidth?: string | undefined;
1062
+ hintContentLeft?: import("react").ReactNode;
1063
+ } & {
1064
+ chips?: undefined;
1065
+ onChangeChips?: undefined;
1066
+ enumerationType?: "plain" | undefined;
1067
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1068
+ chipType?: undefined;
1069
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
1070
+ label?: string | undefined;
1071
+ titleCaption?: import("react").ReactNode;
1072
+ leftHelper?: string | undefined;
1073
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1074
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1075
+ textBefore?: string | undefined;
1076
+ textAfter?: string | undefined;
1077
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1078
+ } & {
1079
+ labelPlacement?: "outer" | undefined;
1080
+ hasPlaceholder?: undefined;
1081
+ } & {
1082
+ required?: false | undefined;
1083
+ requiredPlacement?: undefined;
1084
+ optional?: boolean | undefined;
1085
+ } & {
1086
+ clear?: false | undefined;
1087
+ hasDivider?: undefined;
1088
+ } & {
1089
+ hintText: string;
1090
+ hintTrigger?: "hover" | "click" | undefined;
1091
+ hintView?: string | undefined;
1092
+ hintSize?: string | undefined;
1093
+ hintTargetIcon?: import("react").ReactNode;
1094
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
1095
+ hintHasArrow?: boolean | undefined;
1096
+ hintOffset?: [number, number] | undefined;
1097
+ hintWidth?: string | undefined;
1098
+ hintContentLeft?: import("react").ReactNode;
1099
+ } & {
1100
+ enumerationType: "chip";
1101
+ onSearch?: undefined;
1102
+ chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1103
+ onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1104
+ chipType?: "default" | "text" | undefined;
1105
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
1106
+ label?: string | undefined;
1107
+ titleCaption?: import("react").ReactNode;
1108
+ leftHelper?: string | undefined;
1109
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1110
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1111
+ textBefore?: string | undefined;
1112
+ textAfter?: string | undefined;
1113
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1114
+ } & {
1115
+ labelPlacement?: "outer" | undefined;
1116
+ hasPlaceholder?: undefined;
1117
+ } & {
1118
+ required?: false | undefined;
1119
+ requiredPlacement?: undefined;
1120
+ optional?: boolean | undefined;
1121
+ } & {
1122
+ clear?: false | undefined;
1123
+ hasDivider?: undefined;
1124
+ } & {
1125
+ hintTrigger?: undefined;
1126
+ hintText?: undefined;
1127
+ hintView?: undefined;
1128
+ hintSize?: undefined;
1129
+ hintTargetIcon?: undefined;
1130
+ hintPlacement?: undefined;
1131
+ hintHasArrow?: undefined;
1132
+ hintOffset?: undefined;
1133
+ hintWidth?: undefined;
1134
+ hintContentLeft?: undefined;
1135
+ } & {
1136
+ chips?: undefined;
1137
+ onChangeChips?: undefined;
1138
+ enumerationType?: "plain" | undefined;
1139
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1140
+ chipType?: undefined;
1141
+ }, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
1142
+ label?: string | undefined;
1143
+ titleCaption?: import("react").ReactNode;
1144
+ leftHelper?: string | undefined;
1145
+ contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1146
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1147
+ textBefore?: string | undefined;
1148
+ textAfter?: string | undefined;
1149
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1150
+ } & {
1151
+ labelPlacement?: "outer" | undefined;
1152
+ hasPlaceholder?: undefined;
562
1153
  } & {
563
- optional?: true | undefined;
564
1154
  required?: false | undefined;
1155
+ requiredPlacement?: undefined;
1156
+ optional?: boolean | undefined;
565
1157
  } & {
566
1158
  clear?: false | undefined;
567
1159
  hasDivider?: undefined;