@salutejs/sdds-serv 0.227.0-canary.1702.12829190112.0 → 0.227.0-canary.1706.12871124885.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. package/api/sdds-serv.api.md +64 -34
  2. package/components/Autocomplete/Autocomplete.config.d.ts +7 -0
  3. package/components/Autocomplete/Autocomplete.config.js +10 -3
  4. package/components/Autocomplete/Autocomplete.config.js.map +1 -1
  5. package/components/Autocomplete/Autocomplete.config_1wnpkd4.css +15 -0
  6. package/components/Autocomplete/Autocomplete.css +14 -11
  7. package/components/Autocomplete/Autocomplete.d.ts +19 -4
  8. package/components/Combobox/Combobox.config.d.ts +7 -0
  9. package/components/Combobox/Combobox.config.js +10 -3
  10. package/components/Combobox/Combobox.config.js.map +1 -1
  11. package/components/Combobox/Combobox.config_1jl874y.css +15 -0
  12. package/components/Combobox/Combobox.css +14 -11
  13. package/components/Combobox/Combobox.d.ts +739 -24
  14. package/components/DatePicker/DatePicker.d.ts +4 -5
  15. package/components/Mask/Mask.css +20 -20
  16. package/components/Mask/Mask.d.ts +12 -4
  17. package/components/Range/Range.d.ts +12 -12
  18. package/components/Select/Select.config.d.ts +7 -0
  19. package/components/Select/Select.config.js +9 -2
  20. package/components/Select/Select.config.js.map +1 -1
  21. package/components/Select/Select.config_p5sg36.css +23 -0
  22. package/components/Select/Select.css +22 -19
  23. package/components/Select/Select.d.ts +135 -0
  24. package/components/TextArea/TextArea.config.js +1 -1
  25. package/components/TextArea/TextArea.config.js.map +1 -1
  26. package/{es/components/TextArea/TextArea.config_1mpq6sw.css → components/TextArea/TextArea.config_zwfs6q.css} +4 -4
  27. package/components/TextArea/TextArea.css +13 -13
  28. package/components/TextArea/TextArea.d.ts +4 -4
  29. package/components/TextField/TextField.config.js +1 -1
  30. package/components/TextField/TextField.config.js.map +1 -1
  31. package/components/TextField/TextField.config_gwfp3h.css +22 -0
  32. package/components/TextField/TextField.d.ts +12 -4
  33. package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +19 -12
  34. package/emotion/cjs/components/Autocomplete/Autocomplete.stories.tsx +98 -7
  35. package/emotion/cjs/components/Combobox/Combobox.config.js +19 -12
  36. package/emotion/cjs/components/Combobox/Combobox.stories.tsx +91 -0
  37. package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +7 -1
  38. package/emotion/cjs/components/Select/Select.config.js +18 -11
  39. package/emotion/cjs/components/Select/Select.stories.tsx +91 -0
  40. package/emotion/cjs/components/TextArea/TextArea.config.js +4 -4
  41. package/emotion/cjs/components/TextField/TextField.config.js +9 -9
  42. package/emotion/cjs/components/TextField/TextField.stories.tsx +9 -0
  43. package/emotion/es/components/Autocomplete/Autocomplete.config.js +19 -12
  44. package/emotion/es/components/Autocomplete/Autocomplete.stories.tsx +98 -7
  45. package/emotion/es/components/Combobox/Combobox.config.js +19 -12
  46. package/emotion/es/components/Combobox/Combobox.stories.tsx +91 -0
  47. package/emotion/es/components/DatePicker/DatePicker.stories.tsx +7 -1
  48. package/emotion/es/components/Select/Select.config.js +18 -11
  49. package/emotion/es/components/Select/Select.stories.tsx +91 -0
  50. package/emotion/es/components/TextArea/TextArea.config.js +4 -4
  51. package/emotion/es/components/TextField/TextField.config.js +9 -9
  52. package/emotion/es/components/TextField/TextField.stories.tsx +9 -0
  53. package/es/components/Autocomplete/Autocomplete.config.js +10 -3
  54. package/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
  55. package/es/components/Autocomplete/Autocomplete.config_1wnpkd4.css +15 -0
  56. package/es/components/Autocomplete/Autocomplete.css +14 -11
  57. package/es/components/Combobox/Combobox.config.js +10 -3
  58. package/es/components/Combobox/Combobox.config.js.map +1 -1
  59. package/es/components/Combobox/Combobox.config_1jl874y.css +15 -0
  60. package/es/components/Combobox/Combobox.css +14 -11
  61. package/es/components/Mask/Mask.css +20 -20
  62. package/es/components/Select/Select.config.js +9 -2
  63. package/es/components/Select/Select.config.js.map +1 -1
  64. package/es/components/Select/Select.config_p5sg36.css +23 -0
  65. package/es/components/Select/Select.css +22 -19
  66. package/es/components/TextArea/TextArea.config.js +1 -1
  67. package/es/components/TextArea/TextArea.config.js.map +1 -1
  68. package/{components/TextArea/TextArea.config_1mpq6sw.css → es/components/TextArea/TextArea.config_zwfs6q.css} +4 -4
  69. package/es/components/TextArea/TextArea.css +13 -13
  70. package/es/components/TextField/TextField.config.js +1 -1
  71. package/es/components/TextField/TextField.config.js.map +1 -1
  72. package/es/components/TextField/TextField.config_gwfp3h.css +22 -0
  73. package/es/index.css +90 -81
  74. package/package.json +3 -3
  75. package/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +19 -12
  76. package/styled-components/cjs/components/Combobox/Combobox.config.js +19 -12
  77. package/styled-components/cjs/components/Select/Select.config.js +18 -11
  78. package/styled-components/cjs/components/TextArea/TextArea.config.js +4 -4
  79. package/styled-components/cjs/components/TextField/TextField.config.js +9 -9
  80. package/styled-components/es/components/Autocomplete/Autocomplete.config.js +19 -12
  81. package/styled-components/es/components/Combobox/Combobox.config.js +19 -12
  82. package/styled-components/es/components/Select/Select.config.js +18 -11
  83. package/styled-components/es/components/TextArea/TextArea.config.js +4 -4
  84. package/styled-components/es/components/TextField/TextField.config.js +9 -9
  85. package/components/Autocomplete/Autocomplete.config_fgg30w.css +0 -12
  86. package/components/Combobox/Combobox.config_hw71fq.css +0 -12
  87. package/components/Select/Select.config_17rnicw.css +0 -20
  88. package/components/TextField/TextField.config_sjc8tu.css +0 -22
  89. package/es/components/Autocomplete/Autocomplete.config_fgg30w.css +0 -12
  90. package/es/components/Combobox/Combobox.config_hw71fq.css +0 -12
  91. package/es/components/Select/Select.config_17rnicw.css +0 -20
  92. package/es/components/TextField/TextField.config_sjc8tu.css +0 -22
@@ -18,6 +18,13 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
18
18
  inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
19
  outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
20
  };
21
+ hintView: {
22
+ default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ };
24
+ hintSize: {
25
+ m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
+ };
21
28
  disabled: {
22
29
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
30
  };
@@ -26,7 +33,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
26
33
  };
27
34
  }> & (({
28
35
  items: ItemOption[];
29
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
36
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
30
37
  placeholder?: string | undefined;
31
38
  helperText?: string | undefined;
32
39
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -59,9 +66,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
59
66
  isTargetAmount?: false | undefined;
60
67
  targetAmount?: undefined;
61
68
  renderValue?: undefined;
62
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
69
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
70
+ hintText: string;
71
+ hintTrigger?: "hover" | "click" | undefined;
72
+ hintView?: string | undefined;
73
+ hintSize?: string | undefined;
74
+ hintTargetIcon?: React.ReactNode;
75
+ hintTargetPlacement?: "outer" | "inner" | undefined;
76
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
77
+ hintHasArrow?: boolean | undefined;
78
+ hintOffset?: [number, number] | undefined;
79
+ hintWidth?: string | undefined;
80
+ hintContentLeft?: React.ReactNode;
81
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
63
82
  items: ItemOption[];
64
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
83
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
84
+ placeholder?: string | undefined;
85
+ helperText?: string | undefined;
86
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
87
+ textBefore?: string | undefined;
88
+ textAfter?: string | undefined;
89
+ variant?: "normal" | "tight" | undefined;
90
+ zIndex?: import("csstype").Property.ZIndex | undefined;
91
+ listOverflow?: import("csstype").Property.Overflow | undefined;
92
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
93
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
94
+ portal?: string | React.RefObject<HTMLElement> | undefined;
95
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
96
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
97
+ closeAfterSelect?: boolean | undefined;
98
+ beforeList?: React.ReactNode;
99
+ afterList?: React.ReactNode;
100
+ size?: string | undefined;
101
+ view?: string | undefined;
102
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
103
+ readOnly?: boolean | undefined;
104
+ disabled?: true | undefined;
105
+ alwaysOpened?: false | undefined;
106
+ } & {
107
+ name?: undefined;
108
+ defaultValue?: undefined;
109
+ } & {
110
+ multiple?: false | undefined;
111
+ value?: string | undefined;
112
+ onChange?: ((value: string) => void) | undefined;
113
+ isTargetAmount?: false | undefined;
114
+ targetAmount?: undefined;
115
+ renderValue?: undefined;
116
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
117
+ hintTrigger?: undefined;
118
+ hintText?: undefined;
119
+ hintView?: undefined;
120
+ hintSize?: undefined;
121
+ hintTargetIcon?: undefined;
122
+ hintTargetPlacement?: undefined;
123
+ hintPlacement?: undefined;
124
+ hintHasArrow?: undefined;
125
+ hintOffset?: undefined;
126
+ hintWidth?: undefined;
127
+ hintContentLeft?: undefined;
128
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
129
+ items: ItemOption[];
130
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
65
131
  placeholder?: string | undefined;
66
132
  helperText?: string | undefined;
67
133
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -94,9 +160,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
94
160
  isTargetAmount?: false | undefined;
95
161
  targetAmount?: undefined;
96
162
  renderValue?: undefined;
97
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
163
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
164
+ hintText: string;
165
+ hintTrigger?: "hover" | "click" | undefined;
166
+ hintView?: string | undefined;
167
+ hintSize?: string | undefined;
168
+ hintTargetIcon?: React.ReactNode;
169
+ hintTargetPlacement?: "outer" | "inner" | undefined;
170
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
171
+ hintHasArrow?: boolean | undefined;
172
+ hintOffset?: [number, number] | undefined;
173
+ hintWidth?: string | undefined;
174
+ hintContentLeft?: React.ReactNode;
175
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
98
176
  items: ItemOption[];
99
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
177
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
178
+ placeholder?: string | undefined;
179
+ helperText?: string | undefined;
180
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
181
+ textBefore?: string | undefined;
182
+ textAfter?: string | undefined;
183
+ variant?: "normal" | "tight" | undefined;
184
+ zIndex?: import("csstype").Property.ZIndex | undefined;
185
+ listOverflow?: import("csstype").Property.Overflow | undefined;
186
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
187
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
188
+ portal?: string | React.RefObject<HTMLElement> | undefined;
189
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
190
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
191
+ closeAfterSelect?: boolean | undefined;
192
+ beforeList?: React.ReactNode;
193
+ afterList?: React.ReactNode;
194
+ size?: string | undefined;
195
+ view?: string | undefined;
196
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
197
+ readOnly?: boolean | undefined;
198
+ disabled?: true | undefined;
199
+ alwaysOpened?: false | undefined;
200
+ } & {
201
+ name: string;
202
+ onChange?: React.ChangeEventHandler<Element> | undefined;
203
+ } & {
204
+ multiple?: false | undefined;
205
+ defaultValue?: string | undefined;
206
+ value?: undefined;
207
+ isTargetAmount?: false | undefined;
208
+ targetAmount?: undefined;
209
+ renderValue?: undefined;
210
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
211
+ hintTrigger?: undefined;
212
+ hintText?: undefined;
213
+ hintView?: undefined;
214
+ hintSize?: undefined;
215
+ hintTargetIcon?: undefined;
216
+ hintTargetPlacement?: undefined;
217
+ hintPlacement?: undefined;
218
+ hintHasArrow?: undefined;
219
+ hintOffset?: undefined;
220
+ hintWidth?: undefined;
221
+ hintContentLeft?: undefined;
222
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
223
+ items: ItemOption[];
224
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
100
225
  placeholder?: string | undefined;
101
226
  helperText?: string | undefined;
102
227
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -129,9 +254,115 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
129
254
  isTargetAmount?: true | undefined;
130
255
  targetAmount?: number | undefined;
131
256
  renderValue?: ((item: ItemOption) => string) | undefined;
132
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
257
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
258
+ hintText: string;
259
+ hintTrigger?: "hover" | "click" | undefined;
260
+ hintView?: string | undefined;
261
+ hintSize?: string | undefined;
262
+ hintTargetIcon?: React.ReactNode;
263
+ hintTargetPlacement?: "outer" | "inner" | undefined;
264
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
265
+ hintHasArrow?: boolean | undefined;
266
+ hintOffset?: [number, number] | undefined;
267
+ hintWidth?: string | undefined;
268
+ hintContentLeft?: React.ReactNode;
269
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
133
270
  items: ItemOption[];
134
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
271
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
272
+ placeholder?: string | undefined;
273
+ helperText?: string | undefined;
274
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
275
+ textBefore?: string | undefined;
276
+ textAfter?: string | undefined;
277
+ variant?: "normal" | "tight" | undefined;
278
+ zIndex?: import("csstype").Property.ZIndex | undefined;
279
+ listOverflow?: import("csstype").Property.Overflow | undefined;
280
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
281
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
282
+ portal?: string | React.RefObject<HTMLElement> | undefined;
283
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
284
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
285
+ closeAfterSelect?: boolean | undefined;
286
+ beforeList?: React.ReactNode;
287
+ afterList?: React.ReactNode;
288
+ size?: string | undefined;
289
+ view?: string | undefined;
290
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
291
+ readOnly?: boolean | undefined;
292
+ disabled?: true | undefined;
293
+ alwaysOpened?: false | undefined;
294
+ } & {
295
+ name?: undefined;
296
+ defaultValue?: undefined;
297
+ } & {
298
+ multiple: true;
299
+ value?: string[] | undefined;
300
+ onChange?: ((value: string[]) => void) | undefined;
301
+ isTargetAmount?: true | undefined;
302
+ targetAmount?: number | undefined;
303
+ renderValue?: ((item: ItemOption) => string) | undefined;
304
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
305
+ hintTrigger?: undefined;
306
+ hintText?: undefined;
307
+ hintView?: undefined;
308
+ hintSize?: undefined;
309
+ hintTargetIcon?: undefined;
310
+ hintTargetPlacement?: undefined;
311
+ hintPlacement?: undefined;
312
+ hintHasArrow?: undefined;
313
+ hintOffset?: undefined;
314
+ hintWidth?: undefined;
315
+ hintContentLeft?: undefined;
316
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
317
+ items: ItemOption[];
318
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
319
+ placeholder?: string | undefined;
320
+ helperText?: string | undefined;
321
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
322
+ textBefore?: string | undefined;
323
+ textAfter?: string | undefined;
324
+ variant?: "normal" | "tight" | undefined;
325
+ zIndex?: import("csstype").Property.ZIndex | undefined;
326
+ listOverflow?: import("csstype").Property.Overflow | undefined;
327
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
328
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
329
+ portal?: string | React.RefObject<HTMLElement> | undefined;
330
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
331
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
332
+ closeAfterSelect?: boolean | undefined;
333
+ beforeList?: React.ReactNode;
334
+ afterList?: React.ReactNode;
335
+ size?: string | undefined;
336
+ view?: string | undefined;
337
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
338
+ readOnly?: boolean | undefined;
339
+ disabled?: true | undefined;
340
+ alwaysOpened?: false | undefined;
341
+ } & {
342
+ name: string;
343
+ onChange?: React.ChangeEventHandler<Element> | undefined;
344
+ } & {
345
+ multiple: true;
346
+ defaultValue?: string[] | undefined;
347
+ value?: undefined;
348
+ isTargetAmount?: true | undefined;
349
+ targetAmount?: number | undefined;
350
+ renderValue?: ((item: ItemOption) => string) | undefined;
351
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
352
+ hintText: string;
353
+ hintTrigger?: "hover" | "click" | undefined;
354
+ hintView?: string | undefined;
355
+ hintSize?: string | undefined;
356
+ hintTargetIcon?: React.ReactNode;
357
+ hintTargetPlacement?: "outer" | "inner" | undefined;
358
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
359
+ hintHasArrow?: boolean | undefined;
360
+ hintOffset?: [number, number] | undefined;
361
+ hintWidth?: string | undefined;
362
+ hintContentLeft?: React.ReactNode;
363
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
364
+ items: ItemOption[];
365
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
135
366
  placeholder?: string | undefined;
136
367
  helperText?: string | undefined;
137
368
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -164,9 +395,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
164
395
  isTargetAmount?: true | undefined;
165
396
  targetAmount?: number | undefined;
166
397
  renderValue?: ((item: ItemOption) => string) | undefined;
167
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
398
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
399
+ hintTrigger?: undefined;
400
+ hintText?: undefined;
401
+ hintView?: undefined;
402
+ hintSize?: undefined;
403
+ hintTargetIcon?: undefined;
404
+ hintTargetPlacement?: undefined;
405
+ hintPlacement?: undefined;
406
+ hintHasArrow?: undefined;
407
+ hintOffset?: undefined;
408
+ hintWidth?: undefined;
409
+ hintContentLeft?: undefined;
410
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
411
+ items: ItemOption[];
412
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
413
+ placeholder?: string | undefined;
414
+ helperText?: string | undefined;
415
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
416
+ textBefore?: string | undefined;
417
+ textAfter?: string | undefined;
418
+ variant?: "normal" | "tight" | undefined;
419
+ zIndex?: import("csstype").Property.ZIndex | undefined;
420
+ listOverflow?: import("csstype").Property.Overflow | undefined;
421
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
422
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
423
+ portal?: string | React.RefObject<HTMLElement> | undefined;
424
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
425
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
426
+ closeAfterSelect?: boolean | undefined;
427
+ beforeList?: React.ReactNode;
428
+ afterList?: React.ReactNode;
429
+ size?: string | undefined;
430
+ view?: string | undefined;
431
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
432
+ readOnly?: true | undefined;
433
+ disabled?: boolean | undefined;
434
+ alwaysOpened?: false | undefined;
435
+ } & {
436
+ name?: undefined;
437
+ defaultValue?: undefined;
438
+ } & {
439
+ multiple?: false | undefined;
440
+ value?: string | undefined;
441
+ onChange?: ((value: string) => void) | undefined;
442
+ isTargetAmount?: false | undefined;
443
+ targetAmount?: undefined;
444
+ renderValue?: undefined;
445
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
446
+ hintText: string;
447
+ hintTrigger?: "hover" | "click" | undefined;
448
+ hintView?: string | undefined;
449
+ hintSize?: string | undefined;
450
+ hintTargetIcon?: React.ReactNode;
451
+ hintTargetPlacement?: "outer" | "inner" | undefined;
452
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
453
+ hintHasArrow?: boolean | undefined;
454
+ hintOffset?: [number, number] | undefined;
455
+ hintWidth?: string | undefined;
456
+ hintContentLeft?: React.ReactNode;
457
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
168
458
  items: ItemOption[];
169
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
459
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
170
460
  placeholder?: string | undefined;
171
461
  helperText?: string | undefined;
172
462
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -199,9 +489,21 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
199
489
  isTargetAmount?: false | undefined;
200
490
  targetAmount?: undefined;
201
491
  renderValue?: undefined;
202
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
492
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
493
+ hintTrigger?: undefined;
494
+ hintText?: undefined;
495
+ hintView?: undefined;
496
+ hintSize?: undefined;
497
+ hintTargetIcon?: undefined;
498
+ hintTargetPlacement?: undefined;
499
+ hintPlacement?: undefined;
500
+ hintHasArrow?: undefined;
501
+ hintOffset?: undefined;
502
+ hintWidth?: undefined;
503
+ hintContentLeft?: undefined;
504
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
203
505
  items: ItemOption[];
204
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
506
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
205
507
  placeholder?: string | undefined;
206
508
  helperText?: string | undefined;
207
509
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -234,9 +536,115 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
234
536
  isTargetAmount?: false | undefined;
235
537
  targetAmount?: undefined;
236
538
  renderValue?: undefined;
237
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
539
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
540
+ hintText: string;
541
+ hintTrigger?: "hover" | "click" | undefined;
542
+ hintView?: string | undefined;
543
+ hintSize?: string | undefined;
544
+ hintTargetIcon?: React.ReactNode;
545
+ hintTargetPlacement?: "outer" | "inner" | undefined;
546
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
547
+ hintHasArrow?: boolean | undefined;
548
+ hintOffset?: [number, number] | undefined;
549
+ hintWidth?: string | undefined;
550
+ hintContentLeft?: React.ReactNode;
551
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
238
552
  items: ItemOption[];
239
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
553
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
554
+ placeholder?: string | undefined;
555
+ helperText?: string | undefined;
556
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
557
+ textBefore?: string | undefined;
558
+ textAfter?: string | undefined;
559
+ variant?: "normal" | "tight" | undefined;
560
+ zIndex?: import("csstype").Property.ZIndex | undefined;
561
+ listOverflow?: import("csstype").Property.Overflow | undefined;
562
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
563
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
564
+ portal?: string | React.RefObject<HTMLElement> | undefined;
565
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
566
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
567
+ closeAfterSelect?: boolean | undefined;
568
+ beforeList?: React.ReactNode;
569
+ afterList?: React.ReactNode;
570
+ size?: string | undefined;
571
+ view?: string | undefined;
572
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
573
+ readOnly?: true | undefined;
574
+ disabled?: boolean | undefined;
575
+ alwaysOpened?: false | undefined;
576
+ } & {
577
+ name: string;
578
+ onChange?: React.ChangeEventHandler<Element> | undefined;
579
+ } & {
580
+ multiple?: false | undefined;
581
+ defaultValue?: string | undefined;
582
+ value?: undefined;
583
+ isTargetAmount?: false | undefined;
584
+ targetAmount?: undefined;
585
+ renderValue?: undefined;
586
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
587
+ hintTrigger?: undefined;
588
+ hintText?: undefined;
589
+ hintView?: undefined;
590
+ hintSize?: undefined;
591
+ hintTargetIcon?: undefined;
592
+ hintTargetPlacement?: undefined;
593
+ hintPlacement?: undefined;
594
+ hintHasArrow?: undefined;
595
+ hintOffset?: undefined;
596
+ hintWidth?: undefined;
597
+ hintContentLeft?: undefined;
598
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
599
+ items: ItemOption[];
600
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
601
+ placeholder?: string | undefined;
602
+ helperText?: string | undefined;
603
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
604
+ textBefore?: string | undefined;
605
+ textAfter?: string | undefined;
606
+ variant?: "normal" | "tight" | undefined;
607
+ zIndex?: import("csstype").Property.ZIndex | undefined;
608
+ listOverflow?: import("csstype").Property.Overflow | undefined;
609
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
610
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
611
+ portal?: string | React.RefObject<HTMLElement> | undefined;
612
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
613
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
614
+ closeAfterSelect?: boolean | undefined;
615
+ beforeList?: React.ReactNode;
616
+ afterList?: React.ReactNode;
617
+ size?: string | undefined;
618
+ view?: string | undefined;
619
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
620
+ readOnly?: true | undefined;
621
+ disabled?: boolean | undefined;
622
+ alwaysOpened?: false | undefined;
623
+ } & {
624
+ name?: undefined;
625
+ defaultValue?: undefined;
626
+ } & {
627
+ multiple: true;
628
+ value?: string[] | undefined;
629
+ onChange?: ((value: string[]) => void) | undefined;
630
+ isTargetAmount?: true | undefined;
631
+ targetAmount?: number | undefined;
632
+ renderValue?: ((item: ItemOption) => string) | undefined;
633
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
634
+ hintText: string;
635
+ hintTrigger?: "hover" | "click" | undefined;
636
+ hintView?: string | undefined;
637
+ hintSize?: string | undefined;
638
+ hintTargetIcon?: React.ReactNode;
639
+ hintTargetPlacement?: "outer" | "inner" | undefined;
640
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
641
+ hintHasArrow?: boolean | undefined;
642
+ hintOffset?: [number, number] | undefined;
643
+ hintWidth?: string | undefined;
644
+ hintContentLeft?: React.ReactNode;
645
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
646
+ items: ItemOption[];
647
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
240
648
  placeholder?: string | undefined;
241
649
  helperText?: string | undefined;
242
650
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -269,9 +677,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
269
677
  isTargetAmount?: true | undefined;
270
678
  targetAmount?: number | undefined;
271
679
  renderValue?: ((item: ItemOption) => string) | undefined;
272
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
680
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
681
+ hintTrigger?: undefined;
682
+ hintText?: undefined;
683
+ hintView?: undefined;
684
+ hintSize?: undefined;
685
+ hintTargetIcon?: undefined;
686
+ hintTargetPlacement?: undefined;
687
+ hintPlacement?: undefined;
688
+ hintHasArrow?: undefined;
689
+ hintOffset?: undefined;
690
+ hintWidth?: undefined;
691
+ hintContentLeft?: undefined;
692
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
693
+ items: ItemOption[];
694
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
695
+ placeholder?: string | undefined;
696
+ helperText?: string | undefined;
697
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
698
+ textBefore?: string | undefined;
699
+ textAfter?: string | undefined;
700
+ variant?: "normal" | "tight" | undefined;
701
+ zIndex?: import("csstype").Property.ZIndex | undefined;
702
+ listOverflow?: import("csstype").Property.Overflow | undefined;
703
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
704
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
705
+ portal?: string | React.RefObject<HTMLElement> | undefined;
706
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
707
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
708
+ closeAfterSelect?: boolean | undefined;
709
+ beforeList?: React.ReactNode;
710
+ afterList?: React.ReactNode;
711
+ size?: string | undefined;
712
+ view?: string | undefined;
713
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
714
+ readOnly?: true | undefined;
715
+ disabled?: boolean | undefined;
716
+ alwaysOpened?: false | undefined;
717
+ } & {
718
+ name: string;
719
+ onChange?: React.ChangeEventHandler<Element> | undefined;
720
+ } & {
721
+ multiple: true;
722
+ defaultValue?: string[] | undefined;
723
+ value?: undefined;
724
+ isTargetAmount?: true | undefined;
725
+ targetAmount?: number | undefined;
726
+ renderValue?: ((item: ItemOption) => string) | undefined;
727
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
728
+ hintText: string;
729
+ hintTrigger?: "hover" | "click" | undefined;
730
+ hintView?: string | undefined;
731
+ hintSize?: string | undefined;
732
+ hintTargetIcon?: React.ReactNode;
733
+ hintTargetPlacement?: "outer" | "inner" | undefined;
734
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
735
+ hintHasArrow?: boolean | undefined;
736
+ hintOffset?: [number, number] | undefined;
737
+ hintWidth?: string | undefined;
738
+ hintContentLeft?: React.ReactNode;
739
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
273
740
  items: ItemOption[];
274
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
741
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
275
742
  placeholder?: string | undefined;
276
743
  helperText?: string | undefined;
277
744
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -304,9 +771,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
304
771
  isTargetAmount?: true | undefined;
305
772
  targetAmount?: number | undefined;
306
773
  renderValue?: ((item: ItemOption) => string) | undefined;
307
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
774
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
775
+ hintTrigger?: undefined;
776
+ hintText?: undefined;
777
+ hintView?: undefined;
778
+ hintSize?: undefined;
779
+ hintTargetIcon?: undefined;
780
+ hintTargetPlacement?: undefined;
781
+ hintPlacement?: undefined;
782
+ hintHasArrow?: undefined;
783
+ hintOffset?: undefined;
784
+ hintWidth?: undefined;
785
+ hintContentLeft?: undefined;
786
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
787
+ items: ItemOption[];
788
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
789
+ placeholder?: string | undefined;
790
+ helperText?: string | undefined;
791
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
792
+ textBefore?: string | undefined;
793
+ textAfter?: string | undefined;
794
+ variant?: "normal" | "tight" | undefined;
795
+ zIndex?: import("csstype").Property.ZIndex | undefined;
796
+ listOverflow?: import("csstype").Property.Overflow | undefined;
797
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
798
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
799
+ portal?: string | React.RefObject<HTMLElement> | undefined;
800
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
801
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
802
+ closeAfterSelect?: boolean | undefined;
803
+ beforeList?: React.ReactNode;
804
+ afterList?: React.ReactNode;
805
+ size?: string | undefined;
806
+ view?: string | undefined;
807
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
808
+ readOnly?: false | undefined;
809
+ disabled?: false | undefined;
810
+ alwaysOpened?: true | undefined;
811
+ } & {
812
+ name?: undefined;
813
+ defaultValue?: undefined;
814
+ } & {
815
+ multiple?: false | undefined;
816
+ value?: string | undefined;
817
+ onChange?: ((value: string) => void) | undefined;
818
+ isTargetAmount?: false | undefined;
819
+ targetAmount?: undefined;
820
+ renderValue?: undefined;
821
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
822
+ hintText: string;
823
+ hintTrigger?: "hover" | "click" | undefined;
824
+ hintView?: string | undefined;
825
+ hintSize?: string | undefined;
826
+ hintTargetIcon?: React.ReactNode;
827
+ hintTargetPlacement?: "outer" | "inner" | undefined;
828
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
829
+ hintHasArrow?: boolean | undefined;
830
+ hintOffset?: [number, number] | undefined;
831
+ hintWidth?: string | undefined;
832
+ hintContentLeft?: React.ReactNode;
833
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
308
834
  items: ItemOption[];
309
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
835
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
310
836
  placeholder?: string | undefined;
311
837
  helperText?: string | undefined;
312
838
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -339,9 +865,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
339
865
  isTargetAmount?: false | undefined;
340
866
  targetAmount?: undefined;
341
867
  renderValue?: undefined;
342
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
868
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
869
+ hintTrigger?: undefined;
870
+ hintText?: undefined;
871
+ hintView?: undefined;
872
+ hintSize?: undefined;
873
+ hintTargetIcon?: undefined;
874
+ hintTargetPlacement?: undefined;
875
+ hintPlacement?: undefined;
876
+ hintHasArrow?: undefined;
877
+ hintOffset?: undefined;
878
+ hintWidth?: undefined;
879
+ hintContentLeft?: undefined;
880
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
881
+ items: ItemOption[];
882
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
883
+ placeholder?: string | undefined;
884
+ helperText?: string | undefined;
885
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
886
+ textBefore?: string | undefined;
887
+ textAfter?: string | undefined;
888
+ variant?: "normal" | "tight" | undefined;
889
+ zIndex?: import("csstype").Property.ZIndex | undefined;
890
+ listOverflow?: import("csstype").Property.Overflow | undefined;
891
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
892
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
893
+ portal?: string | React.RefObject<HTMLElement> | undefined;
894
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
895
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
896
+ closeAfterSelect?: boolean | undefined;
897
+ beforeList?: React.ReactNode;
898
+ afterList?: React.ReactNode;
899
+ size?: string | undefined;
900
+ view?: string | undefined;
901
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
902
+ readOnly?: false | undefined;
903
+ disabled?: false | undefined;
904
+ alwaysOpened?: true | undefined;
905
+ } & {
906
+ name: string;
907
+ onChange?: React.ChangeEventHandler<Element> | undefined;
908
+ } & {
909
+ multiple?: false | undefined;
910
+ defaultValue?: string | undefined;
911
+ value?: undefined;
912
+ isTargetAmount?: false | undefined;
913
+ targetAmount?: undefined;
914
+ renderValue?: undefined;
915
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
916
+ hintText: string;
917
+ hintTrigger?: "hover" | "click" | undefined;
918
+ hintView?: string | undefined;
919
+ hintSize?: string | undefined;
920
+ hintTargetIcon?: React.ReactNode;
921
+ hintTargetPlacement?: "outer" | "inner" | undefined;
922
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
923
+ hintHasArrow?: boolean | undefined;
924
+ hintOffset?: [number, number] | undefined;
925
+ hintWidth?: string | undefined;
926
+ hintContentLeft?: React.ReactNode;
927
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
343
928
  items: ItemOption[];
344
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
929
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
345
930
  placeholder?: string | undefined;
346
931
  helperText?: string | undefined;
347
932
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -374,9 +959,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
374
959
  isTargetAmount?: false | undefined;
375
960
  targetAmount?: undefined;
376
961
  renderValue?: undefined;
377
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
962
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
963
+ hintTrigger?: undefined;
964
+ hintText?: undefined;
965
+ hintView?: undefined;
966
+ hintSize?: undefined;
967
+ hintTargetIcon?: undefined;
968
+ hintTargetPlacement?: undefined;
969
+ hintPlacement?: undefined;
970
+ hintHasArrow?: undefined;
971
+ hintOffset?: undefined;
972
+ hintWidth?: undefined;
973
+ hintContentLeft?: undefined;
974
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
975
+ items: ItemOption[];
976
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
977
+ placeholder?: string | undefined;
978
+ helperText?: string | undefined;
979
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
980
+ textBefore?: string | undefined;
981
+ textAfter?: string | undefined;
982
+ variant?: "normal" | "tight" | undefined;
983
+ zIndex?: import("csstype").Property.ZIndex | undefined;
984
+ listOverflow?: import("csstype").Property.Overflow | undefined;
985
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
986
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
987
+ portal?: string | React.RefObject<HTMLElement> | undefined;
988
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
989
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
990
+ closeAfterSelect?: boolean | undefined;
991
+ beforeList?: React.ReactNode;
992
+ afterList?: React.ReactNode;
993
+ size?: string | undefined;
994
+ view?: string | undefined;
995
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
996
+ readOnly?: false | undefined;
997
+ disabled?: false | undefined;
998
+ alwaysOpened?: true | undefined;
999
+ } & {
1000
+ name?: undefined;
1001
+ defaultValue?: undefined;
1002
+ } & {
1003
+ multiple: true;
1004
+ value?: string[] | undefined;
1005
+ onChange?: ((value: string[]) => void) | undefined;
1006
+ isTargetAmount?: true | undefined;
1007
+ targetAmount?: number | undefined;
1008
+ renderValue?: ((item: ItemOption) => string) | undefined;
1009
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
1010
+ hintText: string;
1011
+ hintTrigger?: "hover" | "click" | undefined;
1012
+ hintView?: string | undefined;
1013
+ hintSize?: string | undefined;
1014
+ hintTargetIcon?: React.ReactNode;
1015
+ hintTargetPlacement?: "outer" | "inner" | undefined;
1016
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
1017
+ hintHasArrow?: boolean | undefined;
1018
+ hintOffset?: [number, number] | undefined;
1019
+ hintWidth?: string | undefined;
1020
+ hintContentLeft?: React.ReactNode;
1021
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
378
1022
  items: ItemOption[];
379
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
1023
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
380
1024
  placeholder?: string | undefined;
381
1025
  helperText?: string | undefined;
382
1026
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -409,9 +1053,68 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
409
1053
  isTargetAmount?: true | undefined;
410
1054
  targetAmount?: number | undefined;
411
1055
  renderValue?: ((item: ItemOption) => string) | undefined;
412
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1056
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
1057
+ hintTrigger?: undefined;
1058
+ hintText?: undefined;
1059
+ hintView?: undefined;
1060
+ hintSize?: undefined;
1061
+ hintTargetIcon?: undefined;
1062
+ hintTargetPlacement?: undefined;
1063
+ hintPlacement?: undefined;
1064
+ hintHasArrow?: undefined;
1065
+ hintOffset?: undefined;
1066
+ hintWidth?: undefined;
1067
+ hintContentLeft?: undefined;
1068
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1069
+ items: ItemOption[];
1070
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
1071
+ placeholder?: string | undefined;
1072
+ helperText?: string | undefined;
1073
+ contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
1074
+ textBefore?: string | undefined;
1075
+ textAfter?: string | undefined;
1076
+ variant?: "normal" | "tight" | undefined;
1077
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1078
+ listOverflow?: import("csstype").Property.Overflow | undefined;
1079
+ listHeight?: import("csstype").Property.Height<string | number> | undefined;
1080
+ listWidth?: import("csstype").Property.Width<string | number> | undefined;
1081
+ portal?: string | React.RefObject<HTMLElement> | undefined;
1082
+ renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
1083
+ filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1084
+ closeAfterSelect?: boolean | undefined;
1085
+ beforeList?: React.ReactNode;
1086
+ afterList?: React.ReactNode;
1087
+ size?: string | undefined;
1088
+ view?: string | undefined;
1089
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1090
+ readOnly?: false | undefined;
1091
+ disabled?: false | undefined;
1092
+ alwaysOpened?: true | undefined;
1093
+ } & {
1094
+ name: string;
1095
+ onChange?: React.ChangeEventHandler<Element> | undefined;
1096
+ } & {
1097
+ multiple: true;
1098
+ defaultValue?: string[] | undefined;
1099
+ value?: undefined;
1100
+ isTargetAmount?: true | undefined;
1101
+ targetAmount?: number | undefined;
1102
+ renderValue?: ((item: ItemOption) => string) | undefined;
1103
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
1104
+ hintText: string;
1105
+ hintTrigger?: "hover" | "click" | undefined;
1106
+ hintView?: string | undefined;
1107
+ hintSize?: string | undefined;
1108
+ hintTargetIcon?: React.ReactNode;
1109
+ hintTargetPlacement?: "outer" | "inner" | undefined;
1110
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
1111
+ hintHasArrow?: boolean | undefined;
1112
+ hintOffset?: [number, number] | undefined;
1113
+ hintWidth?: string | undefined;
1114
+ hintContentLeft?: React.ReactNode;
1115
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
413
1116
  items: ItemOption[];
414
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
1117
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
415
1118
  placeholder?: string | undefined;
416
1119
  helperText?: string | undefined;
417
1120
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -444,7 +1147,19 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
444
1147
  isTargetAmount?: true | undefined;
445
1148
  targetAmount?: number | undefined;
446
1149
  renderValue?: ((item: ItemOption) => string) | undefined;
447
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
1150
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
1151
+ hintTrigger?: undefined;
1152
+ hintText?: undefined;
1153
+ hintView?: undefined;
1154
+ hintSize?: undefined;
1155
+ hintTargetIcon?: undefined;
1156
+ hintTargetPlacement?: undefined;
1157
+ hintPlacement?: undefined;
1158
+ hintHasArrow?: undefined;
1159
+ hintOffset?: undefined;
1160
+ hintWidth?: undefined;
1161
+ hintContentLeft?: undefined;
1162
+ } & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
448
1163
  declare type PropsFromConfig = keyof typeof config['variations'];
449
1164
  declare type Props<T extends ItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
450
1165
  declare const Combobox: <T extends ItemOption>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;