@salutejs/sdds-dfa 0.179.0-canary.1556.11999996386.0 → 0.179.0-canary.1558.12000314965.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.api.md +1668 -4162
- package/components/Autocomplete/Autocomplete.d.ts +39 -631
- package/components/Combobox/Combobox.d.ts +36 -492
- package/components/DatePicker/DatePicker.d.ts +1 -47
- package/components/Mask/Mask.d.ts +39 -1239
- package/components/Modal/Modal.config.js +1 -1
- package/components/Select/Select.d.ts +14 -288
- package/components/TextArea/TextArea.d.ts +32 -16
- package/components/TextField/TextField.d.ts +39 -711
- package/es/components/Modal/Modal.config.js +1 -1
- package/package.json +3 -3
- package/temp/sdds-dfa.api.md +1668 -4162
@@ -24,6 +24,7 @@ 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;
|
27
28
|
titleCaption?: import("react").ReactNode;
|
28
29
|
leftHelper?: string | undefined;
|
29
30
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -32,11 +33,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
32
33
|
textAfter?: string | undefined;
|
33
34
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
34
35
|
} & {
|
35
|
-
|
36
|
-
hasPlaceholder?: boolean | undefined;
|
36
|
+
requiredPlacement?: "right" | "left" | undefined;
|
37
37
|
} & {
|
38
38
|
required: true;
|
39
|
-
requiredPlacement?: "right" | "left" | undefined;
|
40
39
|
optional?: false | undefined;
|
41
40
|
} & {
|
42
41
|
clear?: boolean | undefined;
|
@@ -60,6 +59,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
60
59
|
chipType?: undefined;
|
61
60
|
}, "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<{
|
62
61
|
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,11 +68,9 @@ 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
|
-
|
72
|
-
hasPlaceholder?: boolean | undefined;
|
71
|
+
requiredPlacement?: "right" | "left" | undefined;
|
73
72
|
} & {
|
74
73
|
required: true;
|
75
|
-
requiredPlacement?: "right" | "left" | undefined;
|
76
74
|
optional?: false | undefined;
|
77
75
|
} & {
|
78
76
|
clear?: boolean | undefined;
|
@@ -96,6 +94,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
96
94
|
chipType?: "default" | "text" | undefined;
|
97
95
|
}, "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<{
|
98
96
|
label?: string | undefined;
|
97
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
99
98
|
titleCaption?: import("react").ReactNode;
|
100
99
|
leftHelper?: string | undefined;
|
101
100
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -104,11 +103,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
104
103
|
textAfter?: string | undefined;
|
105
104
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
106
105
|
} & {
|
107
|
-
|
108
|
-
hasPlaceholder?: boolean | undefined;
|
106
|
+
requiredPlacement?: "right" | "left" | undefined;
|
109
107
|
} & {
|
110
108
|
required: true;
|
111
|
-
requiredPlacement?: "right" | "left" | undefined;
|
112
109
|
optional?: false | undefined;
|
113
110
|
} & {
|
114
111
|
clear?: boolean | undefined;
|
@@ -132,6 +129,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
132
129
|
chipType?: undefined;
|
133
130
|
}, "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<{
|
134
131
|
label?: string | undefined;
|
132
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
135
133
|
titleCaption?: import("react").ReactNode;
|
136
134
|
leftHelper?: string | undefined;
|
137
135
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -140,11 +138,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
140
138
|
textAfter?: string | undefined;
|
141
139
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
142
140
|
} & {
|
143
|
-
|
144
|
-
hasPlaceholder?: boolean | undefined;
|
141
|
+
requiredPlacement?: "right" | "left" | undefined;
|
145
142
|
} & {
|
146
143
|
required: true;
|
147
|
-
requiredPlacement?: "right" | "left" | undefined;
|
148
144
|
optional?: false | undefined;
|
149
145
|
} & {
|
150
146
|
clear?: boolean | undefined;
|
@@ -168,6 +164,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
168
164
|
chipType?: "default" | "text" | undefined;
|
169
165
|
}, "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<{
|
170
166
|
label?: string | undefined;
|
167
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
171
168
|
titleCaption?: import("react").ReactNode;
|
172
169
|
leftHelper?: string | undefined;
|
173
170
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -176,11 +173,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
176
173
|
textAfter?: string | undefined;
|
177
174
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
178
175
|
} & {
|
179
|
-
|
180
|
-
hasPlaceholder?: boolean | undefined;
|
176
|
+
requiredPlacement?: "right" | "left" | undefined;
|
181
177
|
} & {
|
182
178
|
required: true;
|
183
|
-
requiredPlacement?: "right" | "left" | undefined;
|
184
179
|
optional?: false | undefined;
|
185
180
|
} & {
|
186
181
|
clear?: false | undefined;
|
@@ -204,6 +199,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
204
199
|
chipType?: undefined;
|
205
200
|
}, "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<{
|
206
201
|
label?: string | undefined;
|
202
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
207
203
|
titleCaption?: import("react").ReactNode;
|
208
204
|
leftHelper?: string | undefined;
|
209
205
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -212,11 +208,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
212
208
|
textAfter?: string | undefined;
|
213
209
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
214
210
|
} & {
|
215
|
-
|
216
|
-
hasPlaceholder?: boolean | undefined;
|
211
|
+
requiredPlacement?: "right" | "left" | undefined;
|
217
212
|
} & {
|
218
213
|
required: true;
|
219
|
-
requiredPlacement?: "right" | "left" | undefined;
|
220
214
|
optional?: false | undefined;
|
221
215
|
} & {
|
222
216
|
clear?: false | undefined;
|
@@ -240,6 +234,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
240
234
|
chipType?: "default" | "text" | undefined;
|
241
235
|
}, "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<{
|
242
236
|
label?: string | undefined;
|
237
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
243
238
|
titleCaption?: import("react").ReactNode;
|
244
239
|
leftHelper?: string | undefined;
|
245
240
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -248,11 +243,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
248
243
|
textAfter?: string | undefined;
|
249
244
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
250
245
|
} & {
|
251
|
-
|
252
|
-
hasPlaceholder?: boolean | undefined;
|
246
|
+
requiredPlacement?: "right" | "left" | undefined;
|
253
247
|
} & {
|
254
248
|
required: true;
|
255
|
-
requiredPlacement?: "right" | "left" | undefined;
|
256
249
|
optional?: false | undefined;
|
257
250
|
} & {
|
258
251
|
clear?: false | undefined;
|
@@ -276,6 +269,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
276
269
|
chipType?: undefined;
|
277
270
|
}, "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<{
|
278
271
|
label?: string | undefined;
|
272
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
279
273
|
titleCaption?: import("react").ReactNode;
|
280
274
|
leftHelper?: string | undefined;
|
281
275
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -284,11 +278,9 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
284
278
|
textAfter?: string | undefined;
|
285
279
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
286
280
|
} & {
|
287
|
-
|
288
|
-
hasPlaceholder?: boolean | undefined;
|
281
|
+
requiredPlacement?: "right" | "left" | undefined;
|
289
282
|
} & {
|
290
283
|
required: true;
|
291
|
-
requiredPlacement?: "right" | "left" | undefined;
|
292
284
|
optional?: false | undefined;
|
293
285
|
} & {
|
294
286
|
clear?: false | undefined;
|
@@ -312,6 +304,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
312
304
|
chipType?: "default" | "text" | undefined;
|
313
305
|
}, "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<{
|
314
306
|
label?: string | undefined;
|
307
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
315
308
|
titleCaption?: import("react").ReactNode;
|
316
309
|
leftHelper?: string | undefined;
|
317
310
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -320,12 +313,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
320
313
|
textAfter?: string | undefined;
|
321
314
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
322
315
|
} & {
|
323
|
-
|
324
|
-
hasPlaceholder?: boolean | undefined;
|
316
|
+
requiredPlacement?: "right" | "left" | undefined;
|
325
317
|
} & {
|
318
|
+
optional?: true | undefined;
|
326
319
|
required?: false | undefined;
|
327
|
-
requiredPlacement?: undefined;
|
328
|
-
optional?: boolean | undefined;
|
329
320
|
} & {
|
330
321
|
clear?: boolean | undefined;
|
331
322
|
hasDivider?: boolean | undefined;
|
@@ -348,6 +339,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
348
339
|
chipType?: undefined;
|
349
340
|
}, "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<{
|
350
341
|
label?: string | undefined;
|
342
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
351
343
|
titleCaption?: import("react").ReactNode;
|
352
344
|
leftHelper?: string | undefined;
|
353
345
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -356,12 +348,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
356
348
|
textAfter?: string | undefined;
|
357
349
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
358
350
|
} & {
|
359
|
-
|
360
|
-
hasPlaceholder?: boolean | undefined;
|
351
|
+
requiredPlacement?: "right" | "left" | undefined;
|
361
352
|
} & {
|
353
|
+
optional?: true | undefined;
|
362
354
|
required?: false | undefined;
|
363
|
-
requiredPlacement?: undefined;
|
364
|
-
optional?: boolean | undefined;
|
365
355
|
} & {
|
366
356
|
clear?: boolean | undefined;
|
367
357
|
hasDivider?: boolean | undefined;
|
@@ -384,6 +374,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
384
374
|
chipType?: "default" | "text" | undefined;
|
385
375
|
}, "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<{
|
386
376
|
label?: string | undefined;
|
377
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
387
378
|
titleCaption?: import("react").ReactNode;
|
388
379
|
leftHelper?: string | undefined;
|
389
380
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -392,12 +383,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
392
383
|
textAfter?: string | undefined;
|
393
384
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
394
385
|
} & {
|
395
|
-
|
396
|
-
hasPlaceholder?: boolean | undefined;
|
386
|
+
requiredPlacement?: "right" | "left" | undefined;
|
397
387
|
} & {
|
388
|
+
optional?: true | undefined;
|
398
389
|
required?: false | undefined;
|
399
|
-
requiredPlacement?: undefined;
|
400
|
-
optional?: boolean | undefined;
|
401
390
|
} & {
|
402
391
|
clear?: boolean | undefined;
|
403
392
|
hasDivider?: boolean | undefined;
|
@@ -420,6 +409,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
420
409
|
chipType?: undefined;
|
421
410
|
}, "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<{
|
422
411
|
label?: string | undefined;
|
412
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
423
413
|
titleCaption?: import("react").ReactNode;
|
424
414
|
leftHelper?: string | undefined;
|
425
415
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -428,12 +418,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
428
418
|
textAfter?: string | undefined;
|
429
419
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
430
420
|
} & {
|
431
|
-
|
432
|
-
hasPlaceholder?: boolean | undefined;
|
421
|
+
requiredPlacement?: "right" | "left" | undefined;
|
433
422
|
} & {
|
423
|
+
optional?: true | undefined;
|
434
424
|
required?: false | undefined;
|
435
|
-
requiredPlacement?: undefined;
|
436
|
-
optional?: boolean | undefined;
|
437
425
|
} & {
|
438
426
|
clear?: boolean | undefined;
|
439
427
|
hasDivider?: boolean | undefined;
|
@@ -456,6 +444,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
456
444
|
chipType?: "default" | "text" | undefined;
|
457
445
|
}, "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<{
|
458
446
|
label?: string | undefined;
|
447
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
459
448
|
titleCaption?: import("react").ReactNode;
|
460
449
|
leftHelper?: string | undefined;
|
461
450
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -464,12 +453,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
464
453
|
textAfter?: string | undefined;
|
465
454
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
466
455
|
} & {
|
467
|
-
|
468
|
-
hasPlaceholder?: boolean | undefined;
|
456
|
+
requiredPlacement?: "right" | "left" | undefined;
|
469
457
|
} & {
|
458
|
+
optional?: true | undefined;
|
470
459
|
required?: false | undefined;
|
471
|
-
requiredPlacement?: undefined;
|
472
|
-
optional?: boolean | undefined;
|
473
460
|
} & {
|
474
461
|
clear?: false | undefined;
|
475
462
|
hasDivider?: undefined;
|
@@ -492,6 +479,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
492
479
|
chipType?: undefined;
|
493
480
|
}, "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<{
|
494
481
|
label?: string | undefined;
|
482
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
495
483
|
titleCaption?: import("react").ReactNode;
|
496
484
|
leftHelper?: string | undefined;
|
497
485
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -500,12 +488,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
500
488
|
textAfter?: string | undefined;
|
501
489
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
502
490
|
} & {
|
503
|
-
|
504
|
-
hasPlaceholder?: boolean | undefined;
|
491
|
+
requiredPlacement?: "right" | "left" | undefined;
|
505
492
|
} & {
|
493
|
+
optional?: true | undefined;
|
506
494
|
required?: false | undefined;
|
507
|
-
requiredPlacement?: undefined;
|
508
|
-
optional?: boolean | undefined;
|
509
495
|
} & {
|
510
496
|
clear?: false | undefined;
|
511
497
|
hasDivider?: undefined;
|
@@ -528,6 +514,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
528
514
|
chipType?: "default" | "text" | undefined;
|
529
515
|
}, "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<{
|
530
516
|
label?: string | undefined;
|
517
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
531
518
|
titleCaption?: import("react").ReactNode;
|
532
519
|
leftHelper?: string | undefined;
|
533
520
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -536,48 +523,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
536
523
|
textAfter?: string | undefined;
|
537
524
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
538
525
|
} & {
|
539
|
-
|
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;
|
526
|
+
requiredPlacement?: "right" | "left" | undefined;
|
577
527
|
} & {
|
528
|
+
optional?: true | undefined;
|
578
529
|
required?: false | undefined;
|
579
|
-
requiredPlacement?: undefined;
|
580
|
-
optional?: boolean | undefined;
|
581
530
|
} & {
|
582
531
|
clear?: false | undefined;
|
583
532
|
hasDivider?: undefined;
|
@@ -592,186 +541,6 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
592
541
|
hintOffset?: undefined;
|
593
542
|
hintWidth?: undefined;
|
594
543
|
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;
|
775
544
|
} & {
|
776
545
|
chips?: undefined;
|
777
546
|
onChangeChips?: undefined;
|
@@ -780,6 +549,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
780
549
|
chipType?: undefined;
|
781
550
|
}, "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<{
|
782
551
|
label?: string | undefined;
|
552
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
783
553
|
titleCaption?: import("react").ReactNode;
|
784
554
|
leftHelper?: string | undefined;
|
785
555
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -788,372 +558,10 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
788
558
|
textAfter?: string | undefined;
|
789
559
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
790
560
|
} & {
|
791
|
-
labelPlacement?: "outer" | undefined;
|
792
|
-
hasPlaceholder?: undefined;
|
793
|
-
} & {
|
794
|
-
required: true;
|
795
561
|
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;
|
1153
562
|
} & {
|
563
|
+
optional?: true | undefined;
|
1154
564
|
required?: false | undefined;
|
1155
|
-
requiredPlacement?: undefined;
|
1156
|
-
optional?: boolean | undefined;
|
1157
565
|
} & {
|
1158
566
|
clear?: false | undefined;
|
1159
567
|
hasDivider?: undefined;
|