@salutejs/sdds-finportal 0.171.0-dev.0 → 0.171.1-dev.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,14 +22,564 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
22
22
|
readOnly: {
|
23
23
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
24
24
|
};
|
25
|
-
}> & ((import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & {
|
25
|
+
}> & ((import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
26
|
+
label?: string | undefined;
|
27
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
28
|
+
titleCaption?: import("react").ReactNode;
|
29
|
+
leftHelper?: string | undefined;
|
30
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
31
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
32
|
+
textBefore?: string | undefined;
|
33
|
+
textAfter?: string | undefined;
|
34
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
35
|
+
} & {
|
36
|
+
requiredPlacement?: "right" | "left" | undefined;
|
37
|
+
} & {
|
38
|
+
required: true;
|
39
|
+
optional?: false | undefined;
|
40
|
+
} & {
|
41
|
+
clear?: boolean | undefined;
|
42
|
+
hasDivider?: boolean | undefined;
|
43
|
+
} & {
|
44
|
+
hintText: string;
|
45
|
+
hintTrigger?: "hover" | "click" | undefined;
|
46
|
+
hintView?: string | undefined;
|
47
|
+
hintSize?: string | undefined;
|
48
|
+
hintTargetIcon?: import("react").ReactNode;
|
49
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
50
|
+
hintHasArrow?: boolean | undefined;
|
51
|
+
hintOffset?: [number, number] | undefined;
|
52
|
+
hintWidth?: string | undefined;
|
53
|
+
hintContentLeft?: import("react").ReactNode;
|
54
|
+
} & {
|
55
|
+
chips?: undefined;
|
56
|
+
onChangeChips?: undefined;
|
57
|
+
enumerationType?: "plain" | undefined;
|
58
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
59
|
+
chipType?: undefined;
|
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<{
|
61
|
+
label?: string | undefined;
|
62
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
63
|
+
titleCaption?: import("react").ReactNode;
|
64
|
+
leftHelper?: string | undefined;
|
65
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
66
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
67
|
+
textBefore?: string | undefined;
|
68
|
+
textAfter?: string | undefined;
|
69
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
70
|
+
} & {
|
71
|
+
requiredPlacement?: "right" | "left" | undefined;
|
72
|
+
} & {
|
73
|
+
required: true;
|
74
|
+
optional?: false | undefined;
|
75
|
+
} & {
|
76
|
+
clear?: boolean | undefined;
|
77
|
+
hasDivider?: boolean | undefined;
|
78
|
+
} & {
|
79
|
+
hintText: string;
|
80
|
+
hintTrigger?: "hover" | "click" | undefined;
|
81
|
+
hintView?: string | undefined;
|
82
|
+
hintSize?: string | undefined;
|
83
|
+
hintTargetIcon?: import("react").ReactNode;
|
84
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
85
|
+
hintHasArrow?: boolean | undefined;
|
86
|
+
hintOffset?: [number, number] | undefined;
|
87
|
+
hintWidth?: string | undefined;
|
88
|
+
hintContentLeft?: import("react").ReactNode;
|
89
|
+
} & {
|
90
|
+
enumerationType: "chip";
|
91
|
+
onSearch?: undefined;
|
92
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
93
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
94
|
+
chipType?: "default" | "text" | undefined;
|
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<{
|
96
|
+
label?: string | undefined;
|
97
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
98
|
+
titleCaption?: import("react").ReactNode;
|
99
|
+
leftHelper?: string | undefined;
|
100
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
101
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
102
|
+
textBefore?: string | undefined;
|
103
|
+
textAfter?: string | undefined;
|
104
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
105
|
+
} & {
|
106
|
+
requiredPlacement?: "right" | "left" | undefined;
|
107
|
+
} & {
|
108
|
+
required: true;
|
109
|
+
optional?: false | undefined;
|
110
|
+
} & {
|
111
|
+
clear?: boolean | undefined;
|
112
|
+
hasDivider?: boolean | undefined;
|
113
|
+
} & {
|
114
|
+
hintTrigger?: undefined;
|
115
|
+
hintText?: undefined;
|
116
|
+
hintView?: undefined;
|
117
|
+
hintSize?: undefined;
|
118
|
+
hintTargetIcon?: undefined;
|
119
|
+
hintPlacement?: undefined;
|
120
|
+
hintHasArrow?: undefined;
|
121
|
+
hintOffset?: undefined;
|
122
|
+
hintWidth?: undefined;
|
123
|
+
hintContentLeft?: undefined;
|
124
|
+
} & {
|
125
|
+
chips?: undefined;
|
126
|
+
onChangeChips?: undefined;
|
127
|
+
enumerationType?: "plain" | undefined;
|
128
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
129
|
+
chipType?: undefined;
|
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<{
|
131
|
+
label?: string | undefined;
|
132
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
133
|
+
titleCaption?: import("react").ReactNode;
|
134
|
+
leftHelper?: string | undefined;
|
135
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
136
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
137
|
+
textBefore?: string | undefined;
|
138
|
+
textAfter?: string | undefined;
|
139
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
140
|
+
} & {
|
141
|
+
requiredPlacement?: "right" | "left" | undefined;
|
142
|
+
} & {
|
143
|
+
required: true;
|
144
|
+
optional?: false | undefined;
|
145
|
+
} & {
|
146
|
+
clear?: boolean | undefined;
|
147
|
+
hasDivider?: boolean | undefined;
|
148
|
+
} & {
|
149
|
+
hintTrigger?: undefined;
|
150
|
+
hintText?: undefined;
|
151
|
+
hintView?: undefined;
|
152
|
+
hintSize?: undefined;
|
153
|
+
hintTargetIcon?: undefined;
|
154
|
+
hintPlacement?: undefined;
|
155
|
+
hintHasArrow?: undefined;
|
156
|
+
hintOffset?: undefined;
|
157
|
+
hintWidth?: undefined;
|
158
|
+
hintContentLeft?: undefined;
|
159
|
+
} & {
|
160
|
+
enumerationType: "chip";
|
161
|
+
onSearch?: undefined;
|
162
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
163
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
164
|
+
chipType?: "default" | "text" | undefined;
|
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<{
|
166
|
+
label?: string | undefined;
|
167
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
168
|
+
titleCaption?: import("react").ReactNode;
|
169
|
+
leftHelper?: string | undefined;
|
170
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
171
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
172
|
+
textBefore?: string | undefined;
|
173
|
+
textAfter?: string | undefined;
|
174
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
175
|
+
} & {
|
176
|
+
requiredPlacement?: "right" | "left" | undefined;
|
177
|
+
} & {
|
178
|
+
required: true;
|
179
|
+
optional?: false | undefined;
|
180
|
+
} & {
|
181
|
+
clear?: false | undefined;
|
182
|
+
hasDivider?: undefined;
|
183
|
+
} & {
|
184
|
+
hintText: string;
|
185
|
+
hintTrigger?: "hover" | "click" | undefined;
|
186
|
+
hintView?: string | undefined;
|
187
|
+
hintSize?: string | undefined;
|
188
|
+
hintTargetIcon?: import("react").ReactNode;
|
189
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
190
|
+
hintHasArrow?: boolean | undefined;
|
191
|
+
hintOffset?: [number, number] | undefined;
|
192
|
+
hintWidth?: string | undefined;
|
193
|
+
hintContentLeft?: import("react").ReactNode;
|
194
|
+
} & {
|
195
|
+
chips?: undefined;
|
196
|
+
onChangeChips?: undefined;
|
197
|
+
enumerationType?: "plain" | undefined;
|
198
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
199
|
+
chipType?: undefined;
|
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<{
|
201
|
+
label?: string | undefined;
|
202
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
203
|
+
titleCaption?: import("react").ReactNode;
|
204
|
+
leftHelper?: string | undefined;
|
205
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
206
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
207
|
+
textBefore?: string | undefined;
|
208
|
+
textAfter?: string | undefined;
|
209
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
210
|
+
} & {
|
211
|
+
requiredPlacement?: "right" | "left" | undefined;
|
212
|
+
} & {
|
213
|
+
required: true;
|
214
|
+
optional?: false | undefined;
|
215
|
+
} & {
|
216
|
+
clear?: false | undefined;
|
217
|
+
hasDivider?: undefined;
|
218
|
+
} & {
|
219
|
+
hintText: string;
|
220
|
+
hintTrigger?: "hover" | "click" | undefined;
|
221
|
+
hintView?: string | undefined;
|
222
|
+
hintSize?: string | undefined;
|
223
|
+
hintTargetIcon?: import("react").ReactNode;
|
224
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
225
|
+
hintHasArrow?: boolean | undefined;
|
226
|
+
hintOffset?: [number, number] | undefined;
|
227
|
+
hintWidth?: string | undefined;
|
228
|
+
hintContentLeft?: import("react").ReactNode;
|
229
|
+
} & {
|
230
|
+
enumerationType: "chip";
|
231
|
+
onSearch?: undefined;
|
232
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
233
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
234
|
+
chipType?: "default" | "text" | undefined;
|
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<{
|
236
|
+
label?: string | undefined;
|
237
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
238
|
+
titleCaption?: import("react").ReactNode;
|
239
|
+
leftHelper?: string | undefined;
|
240
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
241
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
242
|
+
textBefore?: string | undefined;
|
243
|
+
textAfter?: string | undefined;
|
244
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
245
|
+
} & {
|
26
246
|
requiredPlacement?: "right" | "left" | undefined;
|
27
247
|
} & {
|
28
248
|
required: true;
|
29
249
|
optional?: false | undefined;
|
30
|
-
} &
|
250
|
+
} & {
|
251
|
+
clear?: false | undefined;
|
252
|
+
hasDivider?: undefined;
|
253
|
+
} & {
|
254
|
+
hintTrigger?: undefined;
|
255
|
+
hintText?: undefined;
|
256
|
+
hintView?: undefined;
|
257
|
+
hintSize?: undefined;
|
258
|
+
hintTargetIcon?: undefined;
|
259
|
+
hintPlacement?: undefined;
|
260
|
+
hintHasArrow?: undefined;
|
261
|
+
hintOffset?: undefined;
|
262
|
+
hintWidth?: undefined;
|
263
|
+
hintContentLeft?: undefined;
|
264
|
+
} & {
|
265
|
+
chips?: undefined;
|
266
|
+
onChangeChips?: undefined;
|
267
|
+
enumerationType?: "plain" | undefined;
|
268
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
269
|
+
chipType?: undefined;
|
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<{
|
271
|
+
label?: string | undefined;
|
272
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
273
|
+
titleCaption?: import("react").ReactNode;
|
274
|
+
leftHelper?: string | undefined;
|
275
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
276
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
277
|
+
textBefore?: string | undefined;
|
278
|
+
textAfter?: string | undefined;
|
279
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
280
|
+
} & {
|
281
|
+
requiredPlacement?: "right" | "left" | undefined;
|
282
|
+
} & {
|
283
|
+
required: true;
|
284
|
+
optional?: false | undefined;
|
285
|
+
} & {
|
286
|
+
clear?: false | undefined;
|
287
|
+
hasDivider?: undefined;
|
288
|
+
} & {
|
289
|
+
hintTrigger?: undefined;
|
290
|
+
hintText?: undefined;
|
291
|
+
hintView?: undefined;
|
292
|
+
hintSize?: undefined;
|
293
|
+
hintTargetIcon?: undefined;
|
294
|
+
hintPlacement?: undefined;
|
295
|
+
hintHasArrow?: undefined;
|
296
|
+
hintOffset?: undefined;
|
297
|
+
hintWidth?: undefined;
|
298
|
+
hintContentLeft?: undefined;
|
299
|
+
} & {
|
300
|
+
enumerationType: "chip";
|
301
|
+
onSearch?: undefined;
|
302
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
303
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
304
|
+
chipType?: "default" | "text" | undefined;
|
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<{
|
306
|
+
label?: string | undefined;
|
307
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
308
|
+
titleCaption?: import("react").ReactNode;
|
309
|
+
leftHelper?: string | undefined;
|
310
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
311
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
312
|
+
textBefore?: string | undefined;
|
313
|
+
textAfter?: string | undefined;
|
314
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
315
|
+
} & {
|
316
|
+
requiredPlacement?: "right" | "left" | undefined;
|
317
|
+
} & {
|
318
|
+
optional?: true | undefined;
|
319
|
+
required?: false | undefined;
|
320
|
+
} & {
|
321
|
+
clear?: boolean | undefined;
|
322
|
+
hasDivider?: boolean | undefined;
|
323
|
+
} & {
|
324
|
+
hintText: string;
|
325
|
+
hintTrigger?: "hover" | "click" | undefined;
|
326
|
+
hintView?: string | undefined;
|
327
|
+
hintSize?: string | undefined;
|
328
|
+
hintTargetIcon?: import("react").ReactNode;
|
329
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
330
|
+
hintHasArrow?: boolean | undefined;
|
331
|
+
hintOffset?: [number, number] | undefined;
|
332
|
+
hintWidth?: string | undefined;
|
333
|
+
hintContentLeft?: import("react").ReactNode;
|
334
|
+
} & {
|
335
|
+
chips?: undefined;
|
336
|
+
onChangeChips?: undefined;
|
337
|
+
enumerationType?: "plain" | undefined;
|
338
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
339
|
+
chipType?: undefined;
|
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<{
|
341
|
+
label?: string | undefined;
|
342
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
343
|
+
titleCaption?: import("react").ReactNode;
|
344
|
+
leftHelper?: string | undefined;
|
345
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
346
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
347
|
+
textBefore?: string | undefined;
|
348
|
+
textAfter?: string | undefined;
|
349
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
350
|
+
} & {
|
351
|
+
requiredPlacement?: "right" | "left" | undefined;
|
352
|
+
} & {
|
353
|
+
optional?: true | undefined;
|
354
|
+
required?: false | undefined;
|
355
|
+
} & {
|
356
|
+
clear?: boolean | undefined;
|
357
|
+
hasDivider?: boolean | undefined;
|
358
|
+
} & {
|
359
|
+
hintText: string;
|
360
|
+
hintTrigger?: "hover" | "click" | undefined;
|
361
|
+
hintView?: string | undefined;
|
362
|
+
hintSize?: string | undefined;
|
363
|
+
hintTargetIcon?: import("react").ReactNode;
|
364
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
365
|
+
hintHasArrow?: boolean | undefined;
|
366
|
+
hintOffset?: [number, number] | undefined;
|
367
|
+
hintWidth?: string | undefined;
|
368
|
+
hintContentLeft?: import("react").ReactNode;
|
369
|
+
} & {
|
370
|
+
enumerationType: "chip";
|
371
|
+
onSearch?: undefined;
|
372
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
373
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
374
|
+
chipType?: "default" | "text" | undefined;
|
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<{
|
376
|
+
label?: string | undefined;
|
377
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
378
|
+
titleCaption?: import("react").ReactNode;
|
379
|
+
leftHelper?: string | undefined;
|
380
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
381
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
382
|
+
textBefore?: string | undefined;
|
383
|
+
textAfter?: string | undefined;
|
384
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
385
|
+
} & {
|
386
|
+
requiredPlacement?: "right" | "left" | undefined;
|
387
|
+
} & {
|
388
|
+
optional?: true | undefined;
|
389
|
+
required?: false | undefined;
|
390
|
+
} & {
|
391
|
+
clear?: boolean | undefined;
|
392
|
+
hasDivider?: boolean | undefined;
|
393
|
+
} & {
|
394
|
+
hintTrigger?: undefined;
|
395
|
+
hintText?: undefined;
|
396
|
+
hintView?: undefined;
|
397
|
+
hintSize?: undefined;
|
398
|
+
hintTargetIcon?: undefined;
|
399
|
+
hintPlacement?: undefined;
|
400
|
+
hintHasArrow?: undefined;
|
401
|
+
hintOffset?: undefined;
|
402
|
+
hintWidth?: undefined;
|
403
|
+
hintContentLeft?: undefined;
|
404
|
+
} & {
|
405
|
+
chips?: undefined;
|
406
|
+
onChangeChips?: undefined;
|
407
|
+
enumerationType?: "plain" | undefined;
|
408
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
409
|
+
chipType?: undefined;
|
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<{
|
411
|
+
label?: string | undefined;
|
412
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
413
|
+
titleCaption?: import("react").ReactNode;
|
414
|
+
leftHelper?: string | undefined;
|
415
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
416
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
417
|
+
textBefore?: string | undefined;
|
418
|
+
textAfter?: string | undefined;
|
419
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
420
|
+
} & {
|
421
|
+
requiredPlacement?: "right" | "left" | undefined;
|
422
|
+
} & {
|
423
|
+
optional?: true | undefined;
|
424
|
+
required?: false | undefined;
|
425
|
+
} & {
|
426
|
+
clear?: boolean | undefined;
|
427
|
+
hasDivider?: boolean | undefined;
|
428
|
+
} & {
|
429
|
+
hintTrigger?: undefined;
|
430
|
+
hintText?: undefined;
|
431
|
+
hintView?: undefined;
|
432
|
+
hintSize?: undefined;
|
433
|
+
hintTargetIcon?: undefined;
|
434
|
+
hintPlacement?: undefined;
|
435
|
+
hintHasArrow?: undefined;
|
436
|
+
hintOffset?: undefined;
|
437
|
+
hintWidth?: undefined;
|
438
|
+
hintContentLeft?: undefined;
|
439
|
+
} & {
|
440
|
+
enumerationType: "chip";
|
441
|
+
onSearch?: undefined;
|
442
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
443
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
444
|
+
chipType?: "default" | "text" | undefined;
|
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<{
|
446
|
+
label?: string | undefined;
|
447
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
448
|
+
titleCaption?: import("react").ReactNode;
|
449
|
+
leftHelper?: string | undefined;
|
450
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
451
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
452
|
+
textBefore?: string | undefined;
|
453
|
+
textAfter?: string | undefined;
|
454
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
455
|
+
} & {
|
456
|
+
requiredPlacement?: "right" | "left" | undefined;
|
457
|
+
} & {
|
458
|
+
optional?: true | undefined;
|
459
|
+
required?: false | undefined;
|
460
|
+
} & {
|
461
|
+
clear?: false | undefined;
|
462
|
+
hasDivider?: undefined;
|
463
|
+
} & {
|
464
|
+
hintText: string;
|
465
|
+
hintTrigger?: "hover" | "click" | undefined;
|
466
|
+
hintView?: string | undefined;
|
467
|
+
hintSize?: string | undefined;
|
468
|
+
hintTargetIcon?: import("react").ReactNode;
|
469
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
470
|
+
hintHasArrow?: boolean | undefined;
|
471
|
+
hintOffset?: [number, number] | undefined;
|
472
|
+
hintWidth?: string | undefined;
|
473
|
+
hintContentLeft?: import("react").ReactNode;
|
474
|
+
} & {
|
475
|
+
chips?: undefined;
|
476
|
+
onChangeChips?: undefined;
|
477
|
+
enumerationType?: "plain" | undefined;
|
478
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
479
|
+
chipType?: undefined;
|
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<{
|
481
|
+
label?: string | undefined;
|
482
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
483
|
+
titleCaption?: import("react").ReactNode;
|
484
|
+
leftHelper?: string | undefined;
|
485
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
486
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
487
|
+
textBefore?: string | undefined;
|
488
|
+
textAfter?: string | undefined;
|
489
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
490
|
+
} & {
|
491
|
+
requiredPlacement?: "right" | "left" | undefined;
|
492
|
+
} & {
|
493
|
+
optional?: true | undefined;
|
494
|
+
required?: false | undefined;
|
495
|
+
} & {
|
496
|
+
clear?: false | undefined;
|
497
|
+
hasDivider?: undefined;
|
498
|
+
} & {
|
499
|
+
hintText: string;
|
500
|
+
hintTrigger?: "hover" | "click" | undefined;
|
501
|
+
hintView?: string | undefined;
|
502
|
+
hintSize?: string | undefined;
|
503
|
+
hintTargetIcon?: import("react").ReactNode;
|
504
|
+
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
505
|
+
hintHasArrow?: boolean | undefined;
|
506
|
+
hintOffset?: [number, number] | undefined;
|
507
|
+
hintWidth?: string | undefined;
|
508
|
+
hintContentLeft?: import("react").ReactNode;
|
509
|
+
} & {
|
510
|
+
enumerationType: "chip";
|
511
|
+
onSearch?: undefined;
|
512
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
513
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
514
|
+
chipType?: "default" | "text" | undefined;
|
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<{
|
516
|
+
label?: string | undefined;
|
517
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
518
|
+
titleCaption?: import("react").ReactNode;
|
519
|
+
leftHelper?: string | undefined;
|
520
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
521
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
522
|
+
textBefore?: string | undefined;
|
523
|
+
textAfter?: string | undefined;
|
524
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
525
|
+
} & {
|
31
526
|
requiredPlacement?: "right" | "left" | undefined;
|
32
527
|
} & {
|
33
528
|
optional?: true | undefined;
|
34
529
|
required?: false | undefined;
|
35
|
-
} &
|
530
|
+
} & {
|
531
|
+
clear?: false | undefined;
|
532
|
+
hasDivider?: undefined;
|
533
|
+
} & {
|
534
|
+
hintTrigger?: undefined;
|
535
|
+
hintText?: undefined;
|
536
|
+
hintView?: undefined;
|
537
|
+
hintSize?: undefined;
|
538
|
+
hintTargetIcon?: undefined;
|
539
|
+
hintPlacement?: undefined;
|
540
|
+
hintHasArrow?: undefined;
|
541
|
+
hintOffset?: undefined;
|
542
|
+
hintWidth?: undefined;
|
543
|
+
hintContentLeft?: undefined;
|
544
|
+
} & {
|
545
|
+
chips?: undefined;
|
546
|
+
onChangeChips?: undefined;
|
547
|
+
enumerationType?: "plain" | undefined;
|
548
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
549
|
+
chipType?: undefined;
|
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<{
|
551
|
+
label?: string | undefined;
|
552
|
+
labelPlacement?: "outer" | "inner" | undefined;
|
553
|
+
titleCaption?: import("react").ReactNode;
|
554
|
+
leftHelper?: string | undefined;
|
555
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
556
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
557
|
+
textBefore?: string | undefined;
|
558
|
+
textAfter?: string | undefined;
|
559
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
560
|
+
} & {
|
561
|
+
requiredPlacement?: "right" | "left" | undefined;
|
562
|
+
} & {
|
563
|
+
optional?: true | undefined;
|
564
|
+
required?: false | undefined;
|
565
|
+
} & {
|
566
|
+
clear?: false | undefined;
|
567
|
+
hasDivider?: undefined;
|
568
|
+
} & {
|
569
|
+
hintTrigger?: undefined;
|
570
|
+
hintText?: undefined;
|
571
|
+
hintView?: undefined;
|
572
|
+
hintSize?: undefined;
|
573
|
+
hintTargetIcon?: undefined;
|
574
|
+
hintPlacement?: undefined;
|
575
|
+
hintHasArrow?: undefined;
|
576
|
+
hintOffset?: undefined;
|
577
|
+
hintWidth?: undefined;
|
578
|
+
hintContentLeft?: undefined;
|
579
|
+
} & {
|
580
|
+
enumerationType: "chip";
|
581
|
+
onSearch?: undefined;
|
582
|
+
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
583
|
+
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
584
|
+
chipType?: "default" | "text" | undefined;
|
585
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "chipType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|