@salutejs/sdds-serv 0.229.0-canary.1706.12883718367.0 → 0.229.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. package/api/sdds-serv.api.md +16 -47
  2. package/components/Autocomplete/Autocomplete.config.d.ts +0 -7
  3. package/components/Autocomplete/Autocomplete.config.js +3 -10
  4. package/components/Autocomplete/Autocomplete.config.js.map +1 -1
  5. package/components/Autocomplete/Autocomplete.config_fgg30w.css +12 -0
  6. package/components/Autocomplete/Autocomplete.css +11 -14
  7. package/components/Autocomplete/Autocomplete.d.ts +4 -19
  8. package/components/Combobox/Combobox.config.d.ts +0 -7
  9. package/components/Combobox/Combobox.config.js +3 -10
  10. package/components/Combobox/Combobox.config.js.map +1 -1
  11. package/components/Combobox/Combobox.config_hw71fq.css +12 -0
  12. package/components/Combobox/Combobox.css +11 -14
  13. package/components/Combobox/Combobox.d.ts +24 -739
  14. package/components/Mask/Mask.css +20 -20
  15. package/components/Mask/Mask.d.ts +4 -12
  16. package/components/Select/Select.config.d.ts +0 -7
  17. package/components/Select/Select.config.js +2 -9
  18. package/components/Select/Select.config.js.map +1 -1
  19. package/components/Select/Select.config_17rnicw.css +20 -0
  20. package/components/Select/Select.css +19 -22
  21. package/components/Select/Select.d.ts +0 -135
  22. package/components/TextArea/TextArea.config.js +1 -1
  23. package/components/TextArea/TextArea.config.js.map +1 -1
  24. package/{es/components/TextArea/TextArea.config_zwfs6q.css → components/TextArea/TextArea.config_1mpq6sw.css} +4 -4
  25. package/components/TextArea/TextArea.css +13 -13
  26. package/components/TextArea/TextArea.d.ts +4 -4
  27. package/components/TextField/TextField.config.js +1 -1
  28. package/components/TextField/TextField.config.js.map +1 -1
  29. package/components/TextField/TextField.config_sjc8tu.css +22 -0
  30. package/components/TextField/TextField.d.ts +4 -12
  31. package/emotion/cjs/components/Autocomplete/Autocomplete.config.js +12 -19
  32. package/emotion/cjs/components/Autocomplete/Autocomplete.stories.tsx +7 -98
  33. package/emotion/cjs/components/Combobox/Combobox.config.js +12 -19
  34. package/emotion/cjs/components/Combobox/Combobox.stories.tsx +0 -91
  35. package/emotion/cjs/components/Select/Select.config.js +11 -18
  36. package/emotion/cjs/components/Select/Select.stories.tsx +0 -91
  37. package/emotion/cjs/components/TextArea/TextArea.config.js +4 -4
  38. package/emotion/cjs/components/TextField/TextField.config.js +9 -9
  39. package/emotion/cjs/components/TextField/TextField.stories.tsx +0 -9
  40. package/emotion/es/components/Autocomplete/Autocomplete.config.js +12 -19
  41. package/emotion/es/components/Autocomplete/Autocomplete.stories.tsx +7 -98
  42. package/emotion/es/components/Combobox/Combobox.config.js +12 -19
  43. package/emotion/es/components/Combobox/Combobox.stories.tsx +0 -91
  44. package/emotion/es/components/Select/Select.config.js +11 -18
  45. package/emotion/es/components/Select/Select.stories.tsx +0 -91
  46. package/emotion/es/components/TextArea/TextArea.config.js +4 -4
  47. package/emotion/es/components/TextField/TextField.config.js +9 -9
  48. package/emotion/es/components/TextField/TextField.stories.tsx +0 -9
  49. package/es/components/Autocomplete/Autocomplete.config.js +3 -10
  50. package/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
  51. package/es/components/Autocomplete/Autocomplete.config_fgg30w.css +12 -0
  52. package/es/components/Autocomplete/Autocomplete.css +11 -14
  53. package/es/components/Combobox/Combobox.config.js +3 -10
  54. package/es/components/Combobox/Combobox.config.js.map +1 -1
  55. package/es/components/Combobox/Combobox.config_hw71fq.css +12 -0
  56. package/es/components/Combobox/Combobox.css +11 -14
  57. package/es/components/Mask/Mask.css +20 -20
  58. package/es/components/Select/Select.config.js +2 -9
  59. package/es/components/Select/Select.config.js.map +1 -1
  60. package/es/components/Select/Select.config_17rnicw.css +20 -0
  61. package/es/components/Select/Select.css +19 -22
  62. package/es/components/TextArea/TextArea.config.js +1 -1
  63. package/es/components/TextArea/TextArea.config.js.map +1 -1
  64. package/{components/TextArea/TextArea.config_zwfs6q.css → es/components/TextArea/TextArea.config_1mpq6sw.css} +4 -4
  65. package/es/components/TextArea/TextArea.css +13 -13
  66. package/es/components/TextField/TextField.config.js +1 -1
  67. package/es/components/TextField/TextField.config.js.map +1 -1
  68. package/es/components/TextField/TextField.config_sjc8tu.css +22 -0
  69. package/es/index.css +81 -90
  70. package/package.json +7 -7
  71. package/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +12 -19
  72. package/styled-components/cjs/components/Combobox/Combobox.config.js +12 -19
  73. package/styled-components/cjs/components/Select/Select.config.js +11 -18
  74. package/styled-components/cjs/components/TextArea/TextArea.config.js +4 -4
  75. package/styled-components/cjs/components/TextField/TextField.config.js +9 -9
  76. package/styled-components/es/components/Autocomplete/Autocomplete.config.js +12 -19
  77. package/styled-components/es/components/Combobox/Combobox.config.js +12 -19
  78. package/styled-components/es/components/Select/Select.config.js +11 -18
  79. package/styled-components/es/components/TextArea/TextArea.config.js +4 -4
  80. package/styled-components/es/components/TextField/TextField.config.js +9 -9
  81. package/components/Autocomplete/Autocomplete.config_1wnpkd4.css +0 -15
  82. package/components/Combobox/Combobox.config_1jl874y.css +0 -15
  83. package/components/Select/Select.config_p5sg36.css +0 -23
  84. package/components/TextField/TextField.config_gwfp3h.css +0 -22
  85. package/es/components/Autocomplete/Autocomplete.config_1wnpkd4.css +0 -15
  86. package/es/components/Combobox/Combobox.config_1jl874y.css +0 -15
  87. package/es/components/Select/Select.config_p5sg36.css +0 -23
  88. package/es/components/TextField/TextField.config_gwfp3h.css +0 -22
@@ -18,13 +18,6 @@ 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
- };
28
21
  disabled: {
29
22
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
23
  };
@@ -33,7 +26,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
33
26
  };
34
27
  }> & (({
35
28
  items: ItemOption[];
36
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
29
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
37
30
  placeholder?: string | undefined;
38
31
  helperText?: string | undefined;
39
32
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -66,68 +59,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
66
59
  isTargetAmount?: false | undefined;
67
60
  targetAmount?: undefined;
68
61
  renderValue?: undefined;
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>) | ({
62
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
82
63
  items: ItemOption[];
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;
64
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
131
65
  placeholder?: string | undefined;
132
66
  helperText?: string | undefined;
133
67
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -160,68 +94,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
160
94
  isTargetAmount?: false | undefined;
161
95
  targetAmount?: undefined;
162
96
  renderValue?: undefined;
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>) | ({
97
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
176
98
  items: ItemOption[];
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;
99
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
225
100
  placeholder?: string | undefined;
226
101
  helperText?: string | undefined;
227
102
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -254,115 +129,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
254
129
  isTargetAmount?: true | undefined;
255
130
  targetAmount?: number | undefined;
256
131
  renderValue?: ((item: ItemOption) => string) | undefined;
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>) | ({
132
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
270
133
  items: ItemOption[];
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;
134
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
366
135
  placeholder?: string | undefined;
367
136
  helperText?: string | undefined;
368
137
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -395,68 +164,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
395
164
  isTargetAmount?: true | undefined;
396
165
  targetAmount?: number | undefined;
397
166
  renderValue?: ((item: ItemOption) => string) | undefined;
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>) | ({
167
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
458
168
  items: ItemOption[];
459
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
169
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
460
170
  placeholder?: string | undefined;
461
171
  helperText?: string | undefined;
462
172
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -489,21 +199,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
489
199
  isTargetAmount?: false | undefined;
490
200
  targetAmount?: undefined;
491
201
  renderValue?: undefined;
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>) | ({
202
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
505
203
  items: ItemOption[];
506
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
204
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
507
205
  placeholder?: string | undefined;
508
206
  helperText?: string | undefined;
509
207
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -536,115 +234,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
536
234
  isTargetAmount?: false | undefined;
537
235
  targetAmount?: undefined;
538
236
  renderValue?: undefined;
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>) | ({
237
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
552
238
  items: ItemOption[];
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;
239
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
648
240
  placeholder?: string | undefined;
649
241
  helperText?: string | undefined;
650
242
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -677,68 +269,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
677
269
  isTargetAmount?: true | undefined;
678
270
  targetAmount?: number | undefined;
679
271
  renderValue?: ((item: ItemOption) => string) | undefined;
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>) | ({
272
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
740
273
  items: ItemOption[];
741
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
274
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
742
275
  placeholder?: string | undefined;
743
276
  helperText?: string | undefined;
744
277
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -771,68 +304,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
771
304
  isTargetAmount?: true | undefined;
772
305
  targetAmount?: number | undefined;
773
306
  renderValue?: ((item: ItemOption) => string) | undefined;
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>) | ({
307
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
834
308
  items: ItemOption[];
835
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
309
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
836
310
  placeholder?: string | undefined;
837
311
  helperText?: string | undefined;
838
312
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -865,68 +339,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
865
339
  isTargetAmount?: false | undefined;
866
340
  targetAmount?: undefined;
867
341
  renderValue?: undefined;
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>) | ({
342
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
928
343
  items: ItemOption[];
929
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
344
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
930
345
  placeholder?: string | undefined;
931
346
  helperText?: string | undefined;
932
347
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -959,68 +374,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
959
374
  isTargetAmount?: false | undefined;
960
375
  targetAmount?: undefined;
961
376
  renderValue?: undefined;
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>) | ({
377
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1022
378
  items: ItemOption[];
1023
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
379
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
1024
380
  placeholder?: string | undefined;
1025
381
  helperText?: string | undefined;
1026
382
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -1053,68 +409,9 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1053
409
  isTargetAmount?: true | undefined;
1054
410
  targetAmount?: number | undefined;
1055
411
  renderValue?: ((item: ItemOption) => string) | undefined;
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>) | ({
412
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
1116
413
  items: ItemOption[];
1117
- placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
414
+ placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
1118
415
  placeholder?: string | undefined;
1119
416
  helperText?: string | undefined;
1120
417
  contentLeft?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
@@ -1147,19 +444,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1147
444
  isTargetAmount?: true | undefined;
1148
445
  targetAmount?: number | undefined;
1149
446
  renderValue?: ((item: ItemOption) => string) | undefined;
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>))>;
447
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
1163
448
  declare type PropsFromConfig = keyof typeof config['variations'];
1164
449
  declare type Props<T extends ItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
1165
450
  declare const Combobox: <T extends ItemOption>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;