@salutejs/sdds-dfa 0.321.0-canary.2196.17375511532.0 → 0.321.0-canary.2197.17377664818.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,28 +29,28 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
29
29
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
30
30
  };
31
31
  }> & (({
32
+ size?: string;
33
+ view?: string;
32
34
  labelPlacement?: string;
33
35
  readOnly?: boolean;
34
36
  disabled?: boolean;
35
37
  portal?: string | React.RefObject<HTMLElement>;
36
38
  zIndex?: import("react").CSSProperties["zIndex"];
37
39
  value?: string;
38
- defaultValue?: string;
39
40
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
40
41
  threshold?: number;
41
42
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
42
43
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
43
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
44
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
44
45
  listMaxHeight?: string;
45
46
  listWidth?: string;
46
47
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
47
48
  renderListEnd?: () => import("react").ReactNode;
48
49
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
50
+ defaultValue?: string;
49
51
  beforeList?: import("react").ReactNode;
50
52
  afterList?: import("react").ReactNode;
51
53
  virtual?: boolean;
52
- size?: string;
53
- view?: string;
54
54
  } & Omit<{
55
55
  titleCaption?: import("react").ReactNode;
56
56
  leftHelper?: import("react").ReactNode;
@@ -82,29 +82,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
82
82
  chipType?: never;
83
83
  chipView?: never;
84
84
  chipValidator?: never;
85
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
85
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
86
+ size?: string;
87
+ view?: string;
86
88
  labelPlacement?: string;
87
89
  readOnly?: boolean;
88
90
  disabled?: boolean;
89
91
  portal?: string | React.RefObject<HTMLElement>;
90
92
  zIndex?: import("react").CSSProperties["zIndex"];
91
93
  value?: string;
92
- defaultValue?: string;
93
94
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
94
95
  threshold?: number;
95
96
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
96
97
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
97
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
98
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
98
99
  listMaxHeight?: string;
99
100
  listWidth?: string;
100
101
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
101
102
  renderListEnd?: () => import("react").ReactNode;
102
103
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
104
+ defaultValue?: string;
103
105
  beforeList?: import("react").ReactNode;
104
106
  afterList?: import("react").ReactNode;
105
107
  virtual?: boolean;
106
- size?: string;
107
- view?: string;
108
108
  } & Omit<{
109
109
  titleCaption?: import("react").ReactNode;
110
110
  leftHelper?: import("react").ReactNode;
@@ -138,29 +138,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
138
138
  chipValidator?: (value: string) => {
139
139
  view?: string;
140
140
  };
141
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
141
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
142
+ size?: string;
143
+ view?: string;
142
144
  labelPlacement?: string;
143
145
  readOnly?: boolean;
144
146
  disabled?: boolean;
145
147
  portal?: string | React.RefObject<HTMLElement>;
146
148
  zIndex?: import("react").CSSProperties["zIndex"];
147
149
  value?: string;
148
- defaultValue?: string;
149
150
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
150
151
  threshold?: number;
151
152
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
152
153
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
153
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
154
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
154
155
  listMaxHeight?: string;
155
156
  listWidth?: string;
156
157
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
157
158
  renderListEnd?: () => import("react").ReactNode;
158
159
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
160
+ defaultValue?: string;
159
161
  beforeList?: import("react").ReactNode;
160
162
  afterList?: import("react").ReactNode;
161
163
  virtual?: boolean;
162
- size?: string;
163
- view?: string;
164
164
  } & Omit<{
165
165
  titleCaption?: import("react").ReactNode;
166
166
  leftHelper?: import("react").ReactNode;
@@ -192,29 +192,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
192
192
  chipType?: never;
193
193
  chipView?: never;
194
194
  chipValidator?: never;
195
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
195
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
196
+ size?: string;
197
+ view?: string;
196
198
  labelPlacement?: string;
197
199
  readOnly?: boolean;
198
200
  disabled?: boolean;
199
201
  portal?: string | React.RefObject<HTMLElement>;
200
202
  zIndex?: import("react").CSSProperties["zIndex"];
201
203
  value?: string;
202
- defaultValue?: string;
203
204
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
204
205
  threshold?: number;
205
206
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
206
207
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
207
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
208
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
208
209
  listMaxHeight?: string;
209
210
  listWidth?: string;
210
211
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
211
212
  renderListEnd?: () => import("react").ReactNode;
212
213
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
214
+ defaultValue?: string;
213
215
  beforeList?: import("react").ReactNode;
214
216
  afterList?: import("react").ReactNode;
215
217
  virtual?: boolean;
216
- size?: string;
217
- view?: string;
218
218
  } & Omit<{
219
219
  titleCaption?: import("react").ReactNode;
220
220
  leftHelper?: import("react").ReactNode;
@@ -248,29 +248,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
248
248
  chipValidator?: (value: string) => {
249
249
  view?: string;
250
250
  };
251
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
251
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
252
+ size?: string;
253
+ view?: string;
252
254
  labelPlacement?: string;
253
255
  readOnly?: boolean;
254
256
  disabled?: boolean;
255
257
  portal?: string | React.RefObject<HTMLElement>;
256
258
  zIndex?: import("react").CSSProperties["zIndex"];
257
259
  value?: string;
258
- defaultValue?: string;
259
260
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
260
261
  threshold?: number;
261
262
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
262
263
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
263
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
264
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
264
265
  listMaxHeight?: string;
265
266
  listWidth?: string;
266
267
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
267
268
  renderListEnd?: () => import("react").ReactNode;
268
269
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
270
+ defaultValue?: string;
269
271
  beforeList?: import("react").ReactNode;
270
272
  afterList?: import("react").ReactNode;
271
273
  virtual?: boolean;
272
- size?: string;
273
- view?: string;
274
274
  } & Omit<{
275
275
  titleCaption?: import("react").ReactNode;
276
276
  leftHelper?: import("react").ReactNode;
@@ -302,29 +302,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
302
302
  chipType?: never;
303
303
  chipView?: never;
304
304
  chipValidator?: never;
305
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
305
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
306
+ size?: string;
307
+ view?: string;
306
308
  labelPlacement?: string;
307
309
  readOnly?: boolean;
308
310
  disabled?: boolean;
309
311
  portal?: string | React.RefObject<HTMLElement>;
310
312
  zIndex?: import("react").CSSProperties["zIndex"];
311
313
  value?: string;
312
- defaultValue?: string;
313
314
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
314
315
  threshold?: number;
315
316
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
316
317
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
317
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
318
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
318
319
  listMaxHeight?: string;
319
320
  listWidth?: string;
320
321
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
321
322
  renderListEnd?: () => import("react").ReactNode;
322
323
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
324
+ defaultValue?: string;
323
325
  beforeList?: import("react").ReactNode;
324
326
  afterList?: import("react").ReactNode;
325
327
  virtual?: boolean;
326
- size?: string;
327
- view?: string;
328
328
  } & Omit<{
329
329
  titleCaption?: import("react").ReactNode;
330
330
  leftHelper?: import("react").ReactNode;
@@ -358,29 +358,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
358
358
  chipValidator?: (value: string) => {
359
359
  view?: string;
360
360
  };
361
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
361
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
362
+ size?: string;
363
+ view?: string;
362
364
  labelPlacement?: string;
363
365
  readOnly?: boolean;
364
366
  disabled?: boolean;
365
367
  portal?: string | React.RefObject<HTMLElement>;
366
368
  zIndex?: import("react").CSSProperties["zIndex"];
367
369
  value?: string;
368
- defaultValue?: string;
369
370
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
370
371
  threshold?: number;
371
372
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
372
373
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
373
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
374
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
374
375
  listMaxHeight?: string;
375
376
  listWidth?: string;
376
377
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
377
378
  renderListEnd?: () => import("react").ReactNode;
378
379
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
380
+ defaultValue?: string;
379
381
  beforeList?: import("react").ReactNode;
380
382
  afterList?: import("react").ReactNode;
381
383
  virtual?: boolean;
382
- size?: string;
383
- view?: string;
384
384
  } & Omit<{
385
385
  titleCaption?: import("react").ReactNode;
386
386
  leftHelper?: import("react").ReactNode;
@@ -412,29 +412,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
412
412
  chipType?: never;
413
413
  chipView?: never;
414
414
  chipValidator?: never;
415
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
415
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
416
+ size?: string;
417
+ view?: string;
416
418
  labelPlacement?: string;
417
419
  readOnly?: boolean;
418
420
  disabled?: boolean;
419
421
  portal?: string | React.RefObject<HTMLElement>;
420
422
  zIndex?: import("react").CSSProperties["zIndex"];
421
423
  value?: string;
422
- defaultValue?: string;
423
424
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
424
425
  threshold?: number;
425
426
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
426
427
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
427
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
428
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
428
429
  listMaxHeight?: string;
429
430
  listWidth?: string;
430
431
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
431
432
  renderListEnd?: () => import("react").ReactNode;
432
433
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
434
+ defaultValue?: string;
433
435
  beforeList?: import("react").ReactNode;
434
436
  afterList?: import("react").ReactNode;
435
437
  virtual?: boolean;
436
- size?: string;
437
- view?: string;
438
438
  } & Omit<{
439
439
  titleCaption?: import("react").ReactNode;
440
440
  leftHelper?: import("react").ReactNode;
@@ -468,4 +468,4 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
468
468
  chipValidator?: (value: string) => {
469
469
  view?: string;
470
470
  };
471
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
471
+ }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
@@ -41,7 +41,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
41
41
  textAfter?: string;
42
42
  variant?: "normal" | "tight";
43
43
  zIndex?: React.CSSProperties["zIndex"];
44
- listOverflow?: React.CSSProperties["overflow"];
45
44
  listMaxHeight?: React.CSSProperties["height"];
46
45
  listWidth?: React.CSSProperties["width"];
47
46
  portal?: string | React.RefObject<HTMLElement>;
@@ -49,7 +48,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
49
48
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
50
49
  closeAfterSelect?: boolean;
51
50
  onChangeValue?: (value: string) => void;
52
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
51
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
53
52
  onToggle?: (isOpen: boolean) => void;
54
53
  beforeList?: React.ReactNode;
55
54
  afterList?: React.ReactNode;
@@ -58,6 +57,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
58
57
  view?: string;
59
58
  emptyStateDescription?: string;
60
59
  listHeight?: React.CSSProperties["height"];
60
+ listOverflow?: React.CSSProperties["overflow"];
61
61
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
62
62
  readOnly?: boolean;
63
63
  disabled?: true;
@@ -95,7 +95,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
95
95
  textAfter?: string;
96
96
  variant?: "normal" | "tight";
97
97
  zIndex?: React.CSSProperties["zIndex"];
98
- listOverflow?: React.CSSProperties["overflow"];
99
98
  listMaxHeight?: React.CSSProperties["height"];
100
99
  listWidth?: React.CSSProperties["width"];
101
100
  portal?: string | React.RefObject<HTMLElement>;
@@ -103,7 +102,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
103
102
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
104
103
  closeAfterSelect?: boolean;
105
104
  onChangeValue?: (value: string) => void;
106
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
105
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
107
106
  onToggle?: (isOpen: boolean) => void;
108
107
  beforeList?: React.ReactNode;
109
108
  afterList?: React.ReactNode;
@@ -112,6 +111,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
112
111
  view?: string;
113
112
  emptyStateDescription?: string;
114
113
  listHeight?: React.CSSProperties["height"];
114
+ listOverflow?: React.CSSProperties["overflow"];
115
115
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
116
116
  readOnly?: boolean;
117
117
  disabled?: true;
@@ -149,7 +149,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
149
149
  textAfter?: string;
150
150
  variant?: "normal" | "tight";
151
151
  zIndex?: React.CSSProperties["zIndex"];
152
- listOverflow?: React.CSSProperties["overflow"];
153
152
  listMaxHeight?: React.CSSProperties["height"];
154
153
  listWidth?: React.CSSProperties["width"];
155
154
  portal?: string | React.RefObject<HTMLElement>;
@@ -157,7 +156,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
157
156
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
158
157
  closeAfterSelect?: boolean;
159
158
  onChangeValue?: (value: string) => void;
160
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
159
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
161
160
  onToggle?: (isOpen: boolean) => void;
162
161
  beforeList?: React.ReactNode;
163
162
  afterList?: React.ReactNode;
@@ -166,6 +165,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
166
165
  view?: string;
167
166
  emptyStateDescription?: string;
168
167
  listHeight?: React.CSSProperties["height"];
168
+ listOverflow?: React.CSSProperties["overflow"];
169
169
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
170
170
  readOnly?: boolean;
171
171
  disabled?: true;
@@ -203,7 +203,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
203
203
  textAfter?: string;
204
204
  variant?: "normal" | "tight";
205
205
  zIndex?: React.CSSProperties["zIndex"];
206
- listOverflow?: React.CSSProperties["overflow"];
207
206
  listMaxHeight?: React.CSSProperties["height"];
208
207
  listWidth?: React.CSSProperties["width"];
209
208
  portal?: string | React.RefObject<HTMLElement>;
@@ -211,7 +210,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
211
210
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
212
211
  closeAfterSelect?: boolean;
213
212
  onChangeValue?: (value: string) => void;
214
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
213
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
215
214
  onToggle?: (isOpen: boolean) => void;
216
215
  beforeList?: React.ReactNode;
217
216
  afterList?: React.ReactNode;
@@ -220,6 +219,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
220
219
  view?: string;
221
220
  emptyStateDescription?: string;
222
221
  listHeight?: React.CSSProperties["height"];
222
+ listOverflow?: React.CSSProperties["overflow"];
223
223
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
224
224
  readOnly?: boolean;
225
225
  disabled?: true;
@@ -257,7 +257,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
257
257
  textAfter?: string;
258
258
  variant?: "normal" | "tight";
259
259
  zIndex?: React.CSSProperties["zIndex"];
260
- listOverflow?: React.CSSProperties["overflow"];
261
260
  listMaxHeight?: React.CSSProperties["height"];
262
261
  listWidth?: React.CSSProperties["width"];
263
262
  portal?: string | React.RefObject<HTMLElement>;
@@ -265,7 +264,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
265
264
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
266
265
  closeAfterSelect?: boolean;
267
266
  onChangeValue?: (value: string) => void;
268
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
267
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
269
268
  onToggle?: (isOpen: boolean) => void;
270
269
  beforeList?: React.ReactNode;
271
270
  afterList?: React.ReactNode;
@@ -274,6 +273,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
274
273
  view?: string;
275
274
  emptyStateDescription?: string;
276
275
  listHeight?: React.CSSProperties["height"];
276
+ listOverflow?: React.CSSProperties["overflow"];
277
277
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
278
278
  readOnly?: boolean;
279
279
  disabled?: true;
@@ -311,7 +311,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
311
311
  textAfter?: string;
312
312
  variant?: "normal" | "tight";
313
313
  zIndex?: React.CSSProperties["zIndex"];
314
- listOverflow?: React.CSSProperties["overflow"];
315
314
  listMaxHeight?: React.CSSProperties["height"];
316
315
  listWidth?: React.CSSProperties["width"];
317
316
  portal?: string | React.RefObject<HTMLElement>;
@@ -319,7 +318,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
319
318
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
320
319
  closeAfterSelect?: boolean;
321
320
  onChangeValue?: (value: string) => void;
322
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
321
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
323
322
  onToggle?: (isOpen: boolean) => void;
324
323
  beforeList?: React.ReactNode;
325
324
  afterList?: React.ReactNode;
@@ -328,6 +327,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
328
327
  view?: string;
329
328
  emptyStateDescription?: string;
330
329
  listHeight?: React.CSSProperties["height"];
330
+ listOverflow?: React.CSSProperties["overflow"];
331
331
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
332
332
  readOnly?: boolean;
333
333
  disabled?: true;
@@ -365,7 +365,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
365
365
  textAfter?: string;
366
366
  variant?: "normal" | "tight";
367
367
  zIndex?: React.CSSProperties["zIndex"];
368
- listOverflow?: React.CSSProperties["overflow"];
369
368
  listMaxHeight?: React.CSSProperties["height"];
370
369
  listWidth?: React.CSSProperties["width"];
371
370
  portal?: string | React.RefObject<HTMLElement>;
@@ -373,7 +372,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
373
372
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
374
373
  closeAfterSelect?: boolean;
375
374
  onChangeValue?: (value: string) => void;
376
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
375
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
377
376
  onToggle?: (isOpen: boolean) => void;
378
377
  beforeList?: React.ReactNode;
379
378
  afterList?: React.ReactNode;
@@ -382,6 +381,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
382
381
  view?: string;
383
382
  emptyStateDescription?: string;
384
383
  listHeight?: React.CSSProperties["height"];
384
+ listOverflow?: React.CSSProperties["overflow"];
385
385
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
386
386
  readOnly?: boolean;
387
387
  disabled?: true;
@@ -419,7 +419,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
419
419
  textAfter?: string;
420
420
  variant?: "normal" | "tight";
421
421
  zIndex?: React.CSSProperties["zIndex"];
422
- listOverflow?: React.CSSProperties["overflow"];
423
422
  listMaxHeight?: React.CSSProperties["height"];
424
423
  listWidth?: React.CSSProperties["width"];
425
424
  portal?: string | React.RefObject<HTMLElement>;
@@ -427,7 +426,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
427
426
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
428
427
  closeAfterSelect?: boolean;
429
428
  onChangeValue?: (value: string) => void;
430
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
429
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
431
430
  onToggle?: (isOpen: boolean) => void;
432
431
  beforeList?: React.ReactNode;
433
432
  afterList?: React.ReactNode;
@@ -436,6 +435,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
436
435
  view?: string;
437
436
  emptyStateDescription?: string;
438
437
  listHeight?: React.CSSProperties["height"];
438
+ listOverflow?: React.CSSProperties["overflow"];
439
439
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
440
440
  readOnly?: boolean;
441
441
  disabled?: true;
@@ -473,7 +473,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
473
473
  textAfter?: string;
474
474
  variant?: "normal" | "tight";
475
475
  zIndex?: React.CSSProperties["zIndex"];
476
- listOverflow?: React.CSSProperties["overflow"];
477
476
  listMaxHeight?: React.CSSProperties["height"];
478
477
  listWidth?: React.CSSProperties["width"];
479
478
  portal?: string | React.RefObject<HTMLElement>;
@@ -481,7 +480,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
481
480
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
482
481
  closeAfterSelect?: boolean;
483
482
  onChangeValue?: (value: string) => void;
484
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
483
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
485
484
  onToggle?: (isOpen: boolean) => void;
486
485
  beforeList?: React.ReactNode;
487
486
  afterList?: React.ReactNode;
@@ -490,6 +489,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
490
489
  view?: string;
491
490
  emptyStateDescription?: string;
492
491
  listHeight?: React.CSSProperties["height"];
492
+ listOverflow?: React.CSSProperties["overflow"];
493
493
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
494
494
  readOnly?: true;
495
495
  disabled?: boolean;
@@ -527,7 +527,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
527
527
  textAfter?: string;
528
528
  variant?: "normal" | "tight";
529
529
  zIndex?: React.CSSProperties["zIndex"];
530
- listOverflow?: React.CSSProperties["overflow"];
531
530
  listMaxHeight?: React.CSSProperties["height"];
532
531
  listWidth?: React.CSSProperties["width"];
533
532
  portal?: string | React.RefObject<HTMLElement>;
@@ -535,7 +534,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
535
534
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
536
535
  closeAfterSelect?: boolean;
537
536
  onChangeValue?: (value: string) => void;
538
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
537
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
539
538
  onToggle?: (isOpen: boolean) => void;
540
539
  beforeList?: React.ReactNode;
541
540
  afterList?: React.ReactNode;
@@ -544,6 +543,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
544
543
  view?: string;
545
544
  emptyStateDescription?: string;
546
545
  listHeight?: React.CSSProperties["height"];
546
+ listOverflow?: React.CSSProperties["overflow"];
547
547
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
548
548
  readOnly?: true;
549
549
  disabled?: boolean;
@@ -581,7 +581,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
581
581
  textAfter?: string;
582
582
  variant?: "normal" | "tight";
583
583
  zIndex?: React.CSSProperties["zIndex"];
584
- listOverflow?: React.CSSProperties["overflow"];
585
584
  listMaxHeight?: React.CSSProperties["height"];
586
585
  listWidth?: React.CSSProperties["width"];
587
586
  portal?: string | React.RefObject<HTMLElement>;
@@ -589,7 +588,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
589
588
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
590
589
  closeAfterSelect?: boolean;
591
590
  onChangeValue?: (value: string) => void;
592
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
591
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
593
592
  onToggle?: (isOpen: boolean) => void;
594
593
  beforeList?: React.ReactNode;
595
594
  afterList?: React.ReactNode;
@@ -598,6 +597,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
598
597
  view?: string;
599
598
  emptyStateDescription?: string;
600
599
  listHeight?: React.CSSProperties["height"];
600
+ listOverflow?: React.CSSProperties["overflow"];
601
601
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
602
602
  readOnly?: true;
603
603
  disabled?: boolean;
@@ -635,7 +635,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
635
635
  textAfter?: string;
636
636
  variant?: "normal" | "tight";
637
637
  zIndex?: React.CSSProperties["zIndex"];
638
- listOverflow?: React.CSSProperties["overflow"];
639
638
  listMaxHeight?: React.CSSProperties["height"];
640
639
  listWidth?: React.CSSProperties["width"];
641
640
  portal?: string | React.RefObject<HTMLElement>;
@@ -643,7 +642,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
643
642
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
644
643
  closeAfterSelect?: boolean;
645
644
  onChangeValue?: (value: string) => void;
646
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
645
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
647
646
  onToggle?: (isOpen: boolean) => void;
648
647
  beforeList?: React.ReactNode;
649
648
  afterList?: React.ReactNode;
@@ -652,6 +651,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
652
651
  view?: string;
653
652
  emptyStateDescription?: string;
654
653
  listHeight?: React.CSSProperties["height"];
654
+ listOverflow?: React.CSSProperties["overflow"];
655
655
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
656
656
  readOnly?: true;
657
657
  disabled?: boolean;
@@ -689,7 +689,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
689
689
  textAfter?: string;
690
690
  variant?: "normal" | "tight";
691
691
  zIndex?: React.CSSProperties["zIndex"];
692
- listOverflow?: React.CSSProperties["overflow"];
693
692
  listMaxHeight?: React.CSSProperties["height"];
694
693
  listWidth?: React.CSSProperties["width"];
695
694
  portal?: string | React.RefObject<HTMLElement>;
@@ -697,7 +696,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
697
696
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
698
697
  closeAfterSelect?: boolean;
699
698
  onChangeValue?: (value: string) => void;
700
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
699
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
701
700
  onToggle?: (isOpen: boolean) => void;
702
701
  beforeList?: React.ReactNode;
703
702
  afterList?: React.ReactNode;
@@ -706,6 +705,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
706
705
  view?: string;
707
706
  emptyStateDescription?: string;
708
707
  listHeight?: React.CSSProperties["height"];
708
+ listOverflow?: React.CSSProperties["overflow"];
709
709
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
710
710
  readOnly?: true;
711
711
  disabled?: boolean;
@@ -743,7 +743,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
743
743
  textAfter?: string;
744
744
  variant?: "normal" | "tight";
745
745
  zIndex?: React.CSSProperties["zIndex"];
746
- listOverflow?: React.CSSProperties["overflow"];
747
746
  listMaxHeight?: React.CSSProperties["height"];
748
747
  listWidth?: React.CSSProperties["width"];
749
748
  portal?: string | React.RefObject<HTMLElement>;
@@ -751,7 +750,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
751
750
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
752
751
  closeAfterSelect?: boolean;
753
752
  onChangeValue?: (value: string) => void;
754
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
753
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
755
754
  onToggle?: (isOpen: boolean) => void;
756
755
  beforeList?: React.ReactNode;
757
756
  afterList?: React.ReactNode;
@@ -760,6 +759,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
760
759
  view?: string;
761
760
  emptyStateDescription?: string;
762
761
  listHeight?: React.CSSProperties["height"];
762
+ listOverflow?: React.CSSProperties["overflow"];
763
763
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
764
764
  readOnly?: true;
765
765
  disabled?: boolean;
@@ -797,7 +797,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
797
797
  textAfter?: string;
798
798
  variant?: "normal" | "tight";
799
799
  zIndex?: React.CSSProperties["zIndex"];
800
- listOverflow?: React.CSSProperties["overflow"];
801
800
  listMaxHeight?: React.CSSProperties["height"];
802
801
  listWidth?: React.CSSProperties["width"];
803
802
  portal?: string | React.RefObject<HTMLElement>;
@@ -805,7 +804,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
805
804
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
806
805
  closeAfterSelect?: boolean;
807
806
  onChangeValue?: (value: string) => void;
808
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
807
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
809
808
  onToggle?: (isOpen: boolean) => void;
810
809
  beforeList?: React.ReactNode;
811
810
  afterList?: React.ReactNode;
@@ -814,6 +813,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
814
813
  view?: string;
815
814
  emptyStateDescription?: string;
816
815
  listHeight?: React.CSSProperties["height"];
816
+ listOverflow?: React.CSSProperties["overflow"];
817
817
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
818
818
  readOnly?: true;
819
819
  disabled?: boolean;
@@ -851,7 +851,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
851
851
  textAfter?: string;
852
852
  variant?: "normal" | "tight";
853
853
  zIndex?: React.CSSProperties["zIndex"];
854
- listOverflow?: React.CSSProperties["overflow"];
855
854
  listMaxHeight?: React.CSSProperties["height"];
856
855
  listWidth?: React.CSSProperties["width"];
857
856
  portal?: string | React.RefObject<HTMLElement>;
@@ -859,7 +858,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
859
858
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
860
859
  closeAfterSelect?: boolean;
861
860
  onChangeValue?: (value: string) => void;
862
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
861
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
863
862
  onToggle?: (isOpen: boolean) => void;
864
863
  beforeList?: React.ReactNode;
865
864
  afterList?: React.ReactNode;
@@ -868,6 +867,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
868
867
  view?: string;
869
868
  emptyStateDescription?: string;
870
869
  listHeight?: React.CSSProperties["height"];
870
+ listOverflow?: React.CSSProperties["overflow"];
871
871
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
872
872
  readOnly?: true;
873
873
  disabled?: boolean;
@@ -905,7 +905,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
905
905
  textAfter?: string;
906
906
  variant?: "normal" | "tight";
907
907
  zIndex?: React.CSSProperties["zIndex"];
908
- listOverflow?: React.CSSProperties["overflow"];
909
908
  listMaxHeight?: React.CSSProperties["height"];
910
909
  listWidth?: React.CSSProperties["width"];
911
910
  portal?: string | React.RefObject<HTMLElement>;
@@ -913,7 +912,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
913
912
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
914
913
  closeAfterSelect?: boolean;
915
914
  onChangeValue?: (value: string) => void;
916
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
915
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
917
916
  onToggle?: (isOpen: boolean) => void;
918
917
  beforeList?: React.ReactNode;
919
918
  afterList?: React.ReactNode;
@@ -922,6 +921,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
922
921
  view?: string;
923
922
  emptyStateDescription?: string;
924
923
  listHeight?: React.CSSProperties["height"];
924
+ listOverflow?: React.CSSProperties["overflow"];
925
925
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
926
926
  readOnly?: false;
927
927
  disabled?: false;
@@ -959,7 +959,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
959
959
  textAfter?: string;
960
960
  variant?: "normal" | "tight";
961
961
  zIndex?: React.CSSProperties["zIndex"];
962
- listOverflow?: React.CSSProperties["overflow"];
963
962
  listMaxHeight?: React.CSSProperties["height"];
964
963
  listWidth?: React.CSSProperties["width"];
965
964
  portal?: string | React.RefObject<HTMLElement>;
@@ -967,7 +966,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
967
966
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
968
967
  closeAfterSelect?: boolean;
969
968
  onChangeValue?: (value: string) => void;
970
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
969
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
971
970
  onToggle?: (isOpen: boolean) => void;
972
971
  beforeList?: React.ReactNode;
973
972
  afterList?: React.ReactNode;
@@ -976,6 +975,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
976
975
  view?: string;
977
976
  emptyStateDescription?: string;
978
977
  listHeight?: React.CSSProperties["height"];
978
+ listOverflow?: React.CSSProperties["overflow"];
979
979
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
980
980
  readOnly?: false;
981
981
  disabled?: false;
@@ -1013,7 +1013,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1013
1013
  textAfter?: string;
1014
1014
  variant?: "normal" | "tight";
1015
1015
  zIndex?: React.CSSProperties["zIndex"];
1016
- listOverflow?: React.CSSProperties["overflow"];
1017
1016
  listMaxHeight?: React.CSSProperties["height"];
1018
1017
  listWidth?: React.CSSProperties["width"];
1019
1018
  portal?: string | React.RefObject<HTMLElement>;
@@ -1021,7 +1020,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1021
1020
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1022
1021
  closeAfterSelect?: boolean;
1023
1022
  onChangeValue?: (value: string) => void;
1024
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1023
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1025
1024
  onToggle?: (isOpen: boolean) => void;
1026
1025
  beforeList?: React.ReactNode;
1027
1026
  afterList?: React.ReactNode;
@@ -1030,6 +1029,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1030
1029
  view?: string;
1031
1030
  emptyStateDescription?: string;
1032
1031
  listHeight?: React.CSSProperties["height"];
1032
+ listOverflow?: React.CSSProperties["overflow"];
1033
1033
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1034
1034
  readOnly?: false;
1035
1035
  disabled?: false;
@@ -1067,7 +1067,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1067
1067
  textAfter?: string;
1068
1068
  variant?: "normal" | "tight";
1069
1069
  zIndex?: React.CSSProperties["zIndex"];
1070
- listOverflow?: React.CSSProperties["overflow"];
1071
1070
  listMaxHeight?: React.CSSProperties["height"];
1072
1071
  listWidth?: React.CSSProperties["width"];
1073
1072
  portal?: string | React.RefObject<HTMLElement>;
@@ -1075,7 +1074,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1075
1074
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1076
1075
  closeAfterSelect?: boolean;
1077
1076
  onChangeValue?: (value: string) => void;
1078
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1077
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1079
1078
  onToggle?: (isOpen: boolean) => void;
1080
1079
  beforeList?: React.ReactNode;
1081
1080
  afterList?: React.ReactNode;
@@ -1084,6 +1083,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1084
1083
  view?: string;
1085
1084
  emptyStateDescription?: string;
1086
1085
  listHeight?: React.CSSProperties["height"];
1086
+ listOverflow?: React.CSSProperties["overflow"];
1087
1087
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1088
1088
  readOnly?: false;
1089
1089
  disabled?: false;
@@ -1121,7 +1121,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1121
1121
  textAfter?: string;
1122
1122
  variant?: "normal" | "tight";
1123
1123
  zIndex?: React.CSSProperties["zIndex"];
1124
- listOverflow?: React.CSSProperties["overflow"];
1125
1124
  listMaxHeight?: React.CSSProperties["height"];
1126
1125
  listWidth?: React.CSSProperties["width"];
1127
1126
  portal?: string | React.RefObject<HTMLElement>;
@@ -1129,7 +1128,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1129
1128
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1130
1129
  closeAfterSelect?: boolean;
1131
1130
  onChangeValue?: (value: string) => void;
1132
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1131
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1133
1132
  onToggle?: (isOpen: boolean) => void;
1134
1133
  beforeList?: React.ReactNode;
1135
1134
  afterList?: React.ReactNode;
@@ -1138,6 +1137,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1138
1137
  view?: string;
1139
1138
  emptyStateDescription?: string;
1140
1139
  listHeight?: React.CSSProperties["height"];
1140
+ listOverflow?: React.CSSProperties["overflow"];
1141
1141
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1142
1142
  readOnly?: false;
1143
1143
  disabled?: false;
@@ -1175,7 +1175,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1175
1175
  textAfter?: string;
1176
1176
  variant?: "normal" | "tight";
1177
1177
  zIndex?: React.CSSProperties["zIndex"];
1178
- listOverflow?: React.CSSProperties["overflow"];
1179
1178
  listMaxHeight?: React.CSSProperties["height"];
1180
1179
  listWidth?: React.CSSProperties["width"];
1181
1180
  portal?: string | React.RefObject<HTMLElement>;
@@ -1183,7 +1182,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1183
1182
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1184
1183
  closeAfterSelect?: boolean;
1185
1184
  onChangeValue?: (value: string) => void;
1186
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1185
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1187
1186
  onToggle?: (isOpen: boolean) => void;
1188
1187
  beforeList?: React.ReactNode;
1189
1188
  afterList?: React.ReactNode;
@@ -1192,6 +1191,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1192
1191
  view?: string;
1193
1192
  emptyStateDescription?: string;
1194
1193
  listHeight?: React.CSSProperties["height"];
1194
+ listOverflow?: React.CSSProperties["overflow"];
1195
1195
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1196
1196
  readOnly?: false;
1197
1197
  disabled?: false;
@@ -1229,7 +1229,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1229
1229
  textAfter?: string;
1230
1230
  variant?: "normal" | "tight";
1231
1231
  zIndex?: React.CSSProperties["zIndex"];
1232
- listOverflow?: React.CSSProperties["overflow"];
1233
1232
  listMaxHeight?: React.CSSProperties["height"];
1234
1233
  listWidth?: React.CSSProperties["width"];
1235
1234
  portal?: string | React.RefObject<HTMLElement>;
@@ -1237,7 +1236,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1237
1236
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1238
1237
  closeAfterSelect?: boolean;
1239
1238
  onChangeValue?: (value: string) => void;
1240
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1239
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1241
1240
  onToggle?: (isOpen: boolean) => void;
1242
1241
  beforeList?: React.ReactNode;
1243
1242
  afterList?: React.ReactNode;
@@ -1246,6 +1245,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1246
1245
  view?: string;
1247
1246
  emptyStateDescription?: string;
1248
1247
  listHeight?: React.CSSProperties["height"];
1248
+ listOverflow?: React.CSSProperties["overflow"];
1249
1249
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1250
1250
  readOnly?: false;
1251
1251
  disabled?: false;
@@ -1283,7 +1283,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1283
1283
  textAfter?: string;
1284
1284
  variant?: "normal" | "tight";
1285
1285
  zIndex?: React.CSSProperties["zIndex"];
1286
- listOverflow?: React.CSSProperties["overflow"];
1287
1286
  listMaxHeight?: React.CSSProperties["height"];
1288
1287
  listWidth?: React.CSSProperties["width"];
1289
1288
  portal?: string | React.RefObject<HTMLElement>;
@@ -1291,7 +1290,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1291
1290
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1292
1291
  closeAfterSelect?: boolean;
1293
1292
  onChangeValue?: (value: string) => void;
1294
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1293
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1295
1294
  onToggle?: (isOpen: boolean) => void;
1296
1295
  beforeList?: React.ReactNode;
1297
1296
  afterList?: React.ReactNode;
@@ -1300,6 +1299,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1300
1299
  view?: string;
1301
1300
  emptyStateDescription?: string;
1302
1301
  listHeight?: React.CSSProperties["height"];
1302
+ listOverflow?: React.CSSProperties["overflow"];
1303
1303
  } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
1304
1304
  readOnly?: false;
1305
1305
  disabled?: false;
@@ -78,7 +78,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
78
78
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
79
79
  variant?: "normal" | "tight";
80
80
  zIndex?: React.CSSProperties["zIndex"];
81
- listOverflow?: React.CSSProperties["overflow"];
82
81
  listMaxHeight?: React.CSSProperties["height"];
83
82
  listWidth?: React.CSSProperties["width"];
84
83
  portal?: string | React.RefObject<HTMLElement>;
@@ -88,7 +87,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
88
87
  beforeList?: React.ReactNode;
89
88
  afterList?: React.ReactNode;
90
89
  virtual?: boolean;
91
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
90
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
92
91
  onToggle?: (isOpen: boolean) => void;
93
92
  size?: string;
94
93
  view?: string;
@@ -97,7 +96,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
97
96
  hasItems?: boolean;
98
97
  isOpen?: boolean;
99
98
  listHeight?: React.CSSProperties["height"];
100
- onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
99
+ onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
100
+ listOverflow?: React.CSSProperties["overflow"];
101
101
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
102
102
  hintText: string;
103
103
  hintTrigger?: "hover" | "click";
@@ -136,7 +136,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
136
136
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
137
137
  variant?: "normal" | "tight";
138
138
  zIndex?: React.CSSProperties["zIndex"];
139
- listOverflow?: React.CSSProperties["overflow"];
140
139
  listMaxHeight?: React.CSSProperties["height"];
141
140
  listWidth?: React.CSSProperties["width"];
142
141
  portal?: string | React.RefObject<HTMLElement>;
@@ -146,7 +145,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
146
145
  beforeList?: React.ReactNode;
147
146
  afterList?: React.ReactNode;
148
147
  virtual?: boolean;
149
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
148
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
150
149
  onToggle?: (isOpen: boolean) => void;
151
150
  size?: string;
152
151
  view?: string;
@@ -155,7 +154,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
155
154
  hasItems?: boolean;
156
155
  isOpen?: boolean;
157
156
  listHeight?: React.CSSProperties["height"];
158
- onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
157
+ onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
158
+ listOverflow?: React.CSSProperties["overflow"];
159
159
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
160
160
  hintTrigger?: never;
161
161
  hintText?: never;
@@ -193,7 +193,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
193
193
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
194
194
  variant?: "normal" | "tight";
195
195
  zIndex?: React.CSSProperties["zIndex"];
196
- listOverflow?: React.CSSProperties["overflow"];
197
196
  listMaxHeight?: React.CSSProperties["height"];
198
197
  listWidth?: React.CSSProperties["width"];
199
198
  portal?: string | React.RefObject<HTMLElement>;
@@ -203,7 +202,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
203
202
  beforeList?: React.ReactNode;
204
203
  afterList?: React.ReactNode;
205
204
  virtual?: boolean;
206
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
205
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
207
206
  onToggle?: (isOpen: boolean) => void;
208
207
  size?: string;
209
208
  view?: string;
@@ -212,7 +211,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
212
211
  hasItems?: boolean;
213
212
  isOpen?: boolean;
214
213
  listHeight?: React.CSSProperties["height"];
215
- onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
214
+ onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
215
+ listOverflow?: React.CSSProperties["overflow"];
216
216
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
217
217
  hintTrigger?: never;
218
218
  hintText?: never;
@@ -251,7 +251,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
251
251
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
252
252
  variant?: "normal" | "tight";
253
253
  zIndex?: React.CSSProperties["zIndex"];
254
- listOverflow?: React.CSSProperties["overflow"];
255
254
  listMaxHeight?: React.CSSProperties["height"];
256
255
  listWidth?: React.CSSProperties["width"];
257
256
  portal?: string | React.RefObject<HTMLElement>;
@@ -261,7 +260,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
261
260
  beforeList?: React.ReactNode;
262
261
  afterList?: React.ReactNode;
263
262
  virtual?: boolean;
264
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
263
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
265
264
  onToggle?: (isOpen: boolean) => void;
266
265
  size?: string;
267
266
  view?: string;
@@ -270,7 +269,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
270
269
  hasItems?: boolean;
271
270
  isOpen?: boolean;
272
271
  listHeight?: React.CSSProperties["height"];
273
- onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
272
+ onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
273
+ listOverflow?: React.CSSProperties["overflow"];
274
274
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
275
275
  target: "button-like";
276
276
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -296,7 +296,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
296
296
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
297
297
  variant?: "normal" | "tight";
298
298
  zIndex?: React.CSSProperties["zIndex"];
299
- listOverflow?: React.CSSProperties["overflow"];
300
299
  listMaxHeight?: React.CSSProperties["height"];
301
300
  listWidth?: React.CSSProperties["width"];
302
301
  portal?: string | React.RefObject<HTMLElement>;
@@ -306,7 +305,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
306
305
  beforeList?: React.ReactNode;
307
306
  afterList?: React.ReactNode;
308
307
  virtual?: boolean;
309
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
308
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
310
309
  onToggle?: (isOpen: boolean) => void;
311
310
  size?: string;
312
311
  view?: string;
@@ -315,7 +314,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
315
314
  hasItems?: boolean;
316
315
  isOpen?: boolean;
317
316
  listHeight?: React.CSSProperties["height"];
318
- onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
317
+ onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
318
+ listOverflow?: React.CSSProperties["overflow"];
319
319
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
320
320
  target: "button-like";
321
321
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -342,7 +342,6 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
342
342
  placement?: import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacement | Array<import("@salutejs/plasma-new-hope/types/components/Select/Select.types").SelectPlacementBasic>;
343
343
  variant?: "normal" | "tight";
344
344
  zIndex?: React.CSSProperties["zIndex"];
345
- listOverflow?: React.CSSProperties["overflow"];
346
345
  listMaxHeight?: React.CSSProperties["height"];
347
346
  listWidth?: React.CSSProperties["width"];
348
347
  portal?: string | React.RefObject<HTMLElement>;
@@ -352,7 +351,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
352
351
  beforeList?: React.ReactNode;
353
352
  afterList?: React.ReactNode;
354
353
  virtual?: boolean;
355
- onScroll?: (e: React.UIEvent<HTMLElement>) => void;
354
+ onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
356
355
  onToggle?: (isOpen: boolean) => void;
357
356
  size?: string;
358
357
  view?: string;
@@ -361,7 +360,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
361
360
  hasItems?: boolean;
362
361
  isOpen?: boolean;
363
362
  listHeight?: React.CSSProperties["height"];
364
- onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
363
+ onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
364
+ listOverflow?: React.CSSProperties["overflow"];
365
365
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
366
366
  export type SelectProps<K extends ItemOptionSelect> = DistributiveOmit<SelectPropsNewHope<K>, 'size' | 'view' | 'chipView' | 'disabled'> & DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'disabled'>;
367
367
  declare const Select: <K extends ItemOptionSelect>(props: SelectProps<K> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-dfa",
3
- "version": "0.321.0-canary.2196.17375511532.0",
3
+ "version": "0.321.0-canary.2197.17377664818.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS DFA web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-dfa"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.335.0-canary.2196.17375511532.0",
22
+ "@salutejs/plasma-new-hope": "0.335.0-canary.2197.17377664818.0",
23
23
  "@salutejs/sdds-themes": "0.46.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -39,14 +39,14 @@
39
39
  "@salutejs/plasma-colors": "0.16.0",
40
40
  "@salutejs/plasma-core": "1.206.0",
41
41
  "@salutejs/plasma-cy-utils": "0.136.0",
42
- "@salutejs/plasma-icons": "1.223.0-canary.2196.17375511532.0",
42
+ "@salutejs/plasma-icons": "1.222.0",
43
43
  "@salutejs/plasma-sb-utils": "0.206.0",
44
- "@storybook/addon-docs": "8.6.14",
45
- "@storybook/addon-essentials": "8.6.14",
46
- "@storybook/manager-api": "8.6.14",
47
- "@storybook/react": "8.6.14",
48
- "@storybook/react-vite": "8.6.14",
49
- "@storybook/theming": "8.6.14",
44
+ "@storybook/addon-docs": "7.6.17",
45
+ "@storybook/addon-essentials": "7.6.17",
46
+ "@storybook/addons": "7.6.17",
47
+ "@storybook/react": "7.6.17",
48
+ "@storybook/react-vite": "7.6.17",
49
+ "@storybook/theming": "7.6.17",
50
50
  "@types/node": "16.7.13",
51
51
  "@types/react": "18.0.28",
52
52
  "@types/react-dom": "18.0.11",
@@ -58,7 +58,7 @@
58
58
  "default-browser-id": "2.0.0",
59
59
  "react": "18.2.0",
60
60
  "react-dom": "18.2.0",
61
- "storybook": "8.6.14",
61
+ "storybook": "7.6.17",
62
62
  "styled-components": "5.3.1",
63
63
  "typescript-coverage-report": "0.7.0",
64
64
  "vite": "4.5.3"
@@ -94,5 +94,5 @@
94
94
  "Anton Vinogradov"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "fdabfc6a4715e0ea2b7b167446c78867ddc65454"
97
+ "gitHead": "821811e043c8f2c43fb8a19a113390750a4eec2c"
98
98
  }
package/vite.config.js DELETED
@@ -1,6 +0,0 @@
1
- import { defineConfig } from 'vite';
2
- import react from '@vitejs/plugin-react';
3
-
4
- export default defineConfig({
5
- plugins: [react()],
6
- });
File without changes