@salutejs/plasma-web 1.499.0-canary.1706.12882190862.0 → 1.499.1-canary.1705.12885562854.0

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