@salutejs/sdds-cs 0.327.0-canary.2191.17321424209.0 → 0.327.0-canary.2196.17375511532.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.
@@ -17,28 +17,28 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
17
17
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
18
  };
19
19
  }> & (({
20
- size?: string;
21
- view?: string;
22
20
  labelPlacement?: string;
23
21
  readOnly?: boolean;
24
22
  disabled?: boolean;
25
23
  portal?: string | React.RefObject<HTMLElement>;
26
24
  zIndex?: import("react").CSSProperties["zIndex"];
27
25
  value?: string;
26
+ defaultValue?: string;
28
27
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
29
28
  threshold?: number;
30
29
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
31
30
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
32
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
31
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
33
32
  listMaxHeight?: string;
34
33
  listWidth?: string;
35
34
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
36
35
  renderListEnd?: () => import("react").ReactNode;
37
36
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
38
- defaultValue?: string;
39
37
  beforeList?: import("react").ReactNode;
40
38
  afterList?: import("react").ReactNode;
41
39
  virtual?: boolean;
40
+ size?: string;
41
+ view?: string;
42
42
  } & Omit<{
43
43
  titleCaption?: import("react").ReactNode;
44
44
  leftHelper?: import("react").ReactNode;
@@ -70,29 +70,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
70
70
  chipType?: never;
71
71
  chipView?: never;
72
72
  chipValidator?: never;
73
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
74
- size?: string;
75
- view?: string;
73
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
76
74
  labelPlacement?: string;
77
75
  readOnly?: boolean;
78
76
  disabled?: boolean;
79
77
  portal?: string | React.RefObject<HTMLElement>;
80
78
  zIndex?: import("react").CSSProperties["zIndex"];
81
79
  value?: string;
80
+ defaultValue?: string;
82
81
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
83
82
  threshold?: number;
84
83
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
85
84
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
86
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
85
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
87
86
  listMaxHeight?: string;
88
87
  listWidth?: string;
89
88
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
90
89
  renderListEnd?: () => import("react").ReactNode;
91
90
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
92
- defaultValue?: string;
93
91
  beforeList?: import("react").ReactNode;
94
92
  afterList?: import("react").ReactNode;
95
93
  virtual?: boolean;
94
+ size?: string;
95
+ view?: string;
96
96
  } & Omit<{
97
97
  titleCaption?: import("react").ReactNode;
98
98
  leftHelper?: import("react").ReactNode;
@@ -126,29 +126,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
126
126
  chipValidator?: (value: string) => {
127
127
  view?: string;
128
128
  };
129
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
130
- size?: string;
131
- view?: string;
129
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
132
130
  labelPlacement?: string;
133
131
  readOnly?: boolean;
134
132
  disabled?: boolean;
135
133
  portal?: string | React.RefObject<HTMLElement>;
136
134
  zIndex?: import("react").CSSProperties["zIndex"];
137
135
  value?: string;
136
+ defaultValue?: string;
138
137
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
139
138
  threshold?: number;
140
139
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
141
140
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
142
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
141
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
143
142
  listMaxHeight?: string;
144
143
  listWidth?: string;
145
144
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
146
145
  renderListEnd?: () => import("react").ReactNode;
147
146
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
148
- defaultValue?: string;
149
147
  beforeList?: import("react").ReactNode;
150
148
  afterList?: import("react").ReactNode;
151
149
  virtual?: boolean;
150
+ size?: string;
151
+ view?: string;
152
152
  } & Omit<{
153
153
  titleCaption?: import("react").ReactNode;
154
154
  leftHelper?: import("react").ReactNode;
@@ -180,29 +180,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
180
180
  chipType?: never;
181
181
  chipView?: never;
182
182
  chipValidator?: never;
183
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
184
- size?: string;
185
- view?: string;
183
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
186
184
  labelPlacement?: string;
187
185
  readOnly?: boolean;
188
186
  disabled?: boolean;
189
187
  portal?: string | React.RefObject<HTMLElement>;
190
188
  zIndex?: import("react").CSSProperties["zIndex"];
191
189
  value?: string;
190
+ defaultValue?: string;
192
191
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
193
192
  threshold?: number;
194
193
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
195
194
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
196
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
195
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
197
196
  listMaxHeight?: string;
198
197
  listWidth?: string;
199
198
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
200
199
  renderListEnd?: () => import("react").ReactNode;
201
200
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
202
- defaultValue?: string;
203
201
  beforeList?: import("react").ReactNode;
204
202
  afterList?: import("react").ReactNode;
205
203
  virtual?: boolean;
204
+ size?: string;
205
+ view?: string;
206
206
  } & Omit<{
207
207
  titleCaption?: import("react").ReactNode;
208
208
  leftHelper?: import("react").ReactNode;
@@ -236,29 +236,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
236
236
  chipValidator?: (value: string) => {
237
237
  view?: string;
238
238
  };
239
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
240
- size?: string;
241
- view?: string;
239
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
242
240
  labelPlacement?: string;
243
241
  readOnly?: boolean;
244
242
  disabled?: boolean;
245
243
  portal?: string | React.RefObject<HTMLElement>;
246
244
  zIndex?: import("react").CSSProperties["zIndex"];
247
245
  value?: string;
246
+ defaultValue?: string;
248
247
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
249
248
  threshold?: number;
250
249
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
251
250
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
252
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
251
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
253
252
  listMaxHeight?: string;
254
253
  listWidth?: string;
255
254
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
256
255
  renderListEnd?: () => import("react").ReactNode;
257
256
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
258
- defaultValue?: string;
259
257
  beforeList?: import("react").ReactNode;
260
258
  afterList?: import("react").ReactNode;
261
259
  virtual?: boolean;
260
+ size?: string;
261
+ view?: string;
262
262
  } & Omit<{
263
263
  titleCaption?: import("react").ReactNode;
264
264
  leftHelper?: import("react").ReactNode;
@@ -290,29 +290,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
290
290
  chipType?: never;
291
291
  chipView?: never;
292
292
  chipValidator?: never;
293
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
294
- size?: string;
295
- view?: string;
293
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
296
294
  labelPlacement?: string;
297
295
  readOnly?: boolean;
298
296
  disabled?: boolean;
299
297
  portal?: string | React.RefObject<HTMLElement>;
300
298
  zIndex?: import("react").CSSProperties["zIndex"];
301
299
  value?: string;
300
+ defaultValue?: string;
302
301
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
303
302
  threshold?: number;
304
303
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
305
304
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
306
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
305
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
307
306
  listMaxHeight?: string;
308
307
  listWidth?: string;
309
308
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
310
309
  renderListEnd?: () => import("react").ReactNode;
311
310
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
312
- defaultValue?: string;
313
311
  beforeList?: import("react").ReactNode;
314
312
  afterList?: import("react").ReactNode;
315
313
  virtual?: boolean;
314
+ size?: string;
315
+ view?: string;
316
316
  } & Omit<{
317
317
  titleCaption?: import("react").ReactNode;
318
318
  leftHelper?: import("react").ReactNode;
@@ -346,29 +346,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
346
346
  chipValidator?: (value: string) => {
347
347
  view?: string;
348
348
  };
349
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
350
- size?: string;
351
- view?: string;
349
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
352
350
  labelPlacement?: string;
353
351
  readOnly?: boolean;
354
352
  disabled?: boolean;
355
353
  portal?: string | React.RefObject<HTMLElement>;
356
354
  zIndex?: import("react").CSSProperties["zIndex"];
357
355
  value?: string;
356
+ defaultValue?: string;
358
357
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
359
358
  threshold?: number;
360
359
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
361
360
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
362
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
361
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
363
362
  listMaxHeight?: string;
364
363
  listWidth?: string;
365
364
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
366
365
  renderListEnd?: () => import("react").ReactNode;
367
366
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
368
- defaultValue?: string;
369
367
  beforeList?: import("react").ReactNode;
370
368
  afterList?: import("react").ReactNode;
371
369
  virtual?: boolean;
370
+ size?: string;
371
+ view?: string;
372
372
  } & Omit<{
373
373
  titleCaption?: import("react").ReactNode;
374
374
  leftHelper?: import("react").ReactNode;
@@ -400,29 +400,29 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
400
400
  chipType?: never;
401
401
  chipView?: never;
402
402
  chipValidator?: never;
403
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
404
- size?: string;
405
- view?: string;
403
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
406
404
  labelPlacement?: string;
407
405
  readOnly?: boolean;
408
406
  disabled?: boolean;
409
407
  portal?: string | React.RefObject<HTMLElement>;
410
408
  zIndex?: import("react").CSSProperties["zIndex"];
411
409
  value?: string;
410
+ defaultValue?: string;
412
411
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
413
412
  threshold?: number;
414
413
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
415
414
  onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
416
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
415
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
417
416
  listMaxHeight?: string;
418
417
  listWidth?: string;
419
418
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
420
419
  renderListEnd?: () => import("react").ReactNode;
421
420
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
422
- defaultValue?: string;
423
421
  beforeList?: import("react").ReactNode;
424
422
  afterList?: import("react").ReactNode;
425
423
  virtual?: boolean;
424
+ size?: string;
425
+ view?: string;
426
426
  } & Omit<{
427
427
  titleCaption?: import("react").ReactNode;
428
428
  leftHelper?: import("react").ReactNode;
@@ -456,4 +456,4 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
456
456
  chipValidator?: (value: string) => {
457
457
  view?: string;
458
458
  };
459
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
459
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
@@ -37,7 +37,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
37
37
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
38
38
  closeAfterSelect?: boolean;
39
39
  onChangeValue?: (value: string) => void;
40
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
40
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
41
41
  onToggle?: (isOpen: boolean) => void;
42
42
  beforeList?: React.ReactNode;
43
43
  afterList?: React.ReactNode;
@@ -91,7 +91,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
91
91
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
92
92
  closeAfterSelect?: boolean;
93
93
  onChangeValue?: (value: string) => void;
94
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
94
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
95
95
  onToggle?: (isOpen: boolean) => void;
96
96
  beforeList?: React.ReactNode;
97
97
  afterList?: React.ReactNode;
@@ -145,7 +145,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
145
145
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
146
146
  closeAfterSelect?: boolean;
147
147
  onChangeValue?: (value: string) => void;
148
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
148
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
149
149
  onToggle?: (isOpen: boolean) => void;
150
150
  beforeList?: React.ReactNode;
151
151
  afterList?: React.ReactNode;
@@ -199,7 +199,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
199
199
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
200
200
  closeAfterSelect?: boolean;
201
201
  onChangeValue?: (value: string) => void;
202
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
202
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
203
203
  onToggle?: (isOpen: boolean) => void;
204
204
  beforeList?: React.ReactNode;
205
205
  afterList?: React.ReactNode;
@@ -253,7 +253,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
253
253
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
254
254
  closeAfterSelect?: boolean;
255
255
  onChangeValue?: (value: string) => void;
256
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
256
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
257
257
  onToggle?: (isOpen: boolean) => void;
258
258
  beforeList?: React.ReactNode;
259
259
  afterList?: React.ReactNode;
@@ -307,7 +307,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
307
307
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
308
308
  closeAfterSelect?: boolean;
309
309
  onChangeValue?: (value: string) => void;
310
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
310
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
311
311
  onToggle?: (isOpen: boolean) => void;
312
312
  beforeList?: React.ReactNode;
313
313
  afterList?: React.ReactNode;
@@ -361,7 +361,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
361
361
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
362
362
  closeAfterSelect?: boolean;
363
363
  onChangeValue?: (value: string) => void;
364
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
364
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
365
365
  onToggle?: (isOpen: boolean) => void;
366
366
  beforeList?: React.ReactNode;
367
367
  afterList?: React.ReactNode;
@@ -415,7 +415,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
415
415
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
416
416
  closeAfterSelect?: boolean;
417
417
  onChangeValue?: (value: string) => void;
418
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
418
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
419
419
  onToggle?: (isOpen: boolean) => void;
420
420
  beforeList?: React.ReactNode;
421
421
  afterList?: React.ReactNode;
@@ -469,7 +469,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
469
469
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
470
470
  closeAfterSelect?: boolean;
471
471
  onChangeValue?: (value: string) => void;
472
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
472
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
473
473
  onToggle?: (isOpen: boolean) => void;
474
474
  beforeList?: React.ReactNode;
475
475
  afterList?: React.ReactNode;
@@ -523,7 +523,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
523
523
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
524
524
  closeAfterSelect?: boolean;
525
525
  onChangeValue?: (value: string) => void;
526
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
526
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
527
527
  onToggle?: (isOpen: boolean) => void;
528
528
  beforeList?: React.ReactNode;
529
529
  afterList?: React.ReactNode;
@@ -577,7 +577,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
577
577
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
578
578
  closeAfterSelect?: boolean;
579
579
  onChangeValue?: (value: string) => void;
580
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
580
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
581
581
  onToggle?: (isOpen: boolean) => void;
582
582
  beforeList?: React.ReactNode;
583
583
  afterList?: React.ReactNode;
@@ -631,7 +631,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
631
631
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
632
632
  closeAfterSelect?: boolean;
633
633
  onChangeValue?: (value: string) => void;
634
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
634
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
635
635
  onToggle?: (isOpen: boolean) => void;
636
636
  beforeList?: React.ReactNode;
637
637
  afterList?: React.ReactNode;
@@ -685,7 +685,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
685
685
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
686
686
  closeAfterSelect?: boolean;
687
687
  onChangeValue?: (value: string) => void;
688
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
688
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
689
689
  onToggle?: (isOpen: boolean) => void;
690
690
  beforeList?: React.ReactNode;
691
691
  afterList?: React.ReactNode;
@@ -739,7 +739,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
739
739
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
740
740
  closeAfterSelect?: boolean;
741
741
  onChangeValue?: (value: string) => void;
742
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
742
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
743
743
  onToggle?: (isOpen: boolean) => void;
744
744
  beforeList?: React.ReactNode;
745
745
  afterList?: React.ReactNode;
@@ -793,7 +793,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
793
793
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
794
794
  closeAfterSelect?: boolean;
795
795
  onChangeValue?: (value: string) => void;
796
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
796
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
797
797
  onToggle?: (isOpen: boolean) => void;
798
798
  beforeList?: React.ReactNode;
799
799
  afterList?: React.ReactNode;
@@ -847,7 +847,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
847
847
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
848
848
  closeAfterSelect?: boolean;
849
849
  onChangeValue?: (value: string) => void;
850
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
850
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
851
851
  onToggle?: (isOpen: boolean) => void;
852
852
  beforeList?: React.ReactNode;
853
853
  afterList?: React.ReactNode;
@@ -901,7 +901,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
901
901
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
902
902
  closeAfterSelect?: boolean;
903
903
  onChangeValue?: (value: string) => void;
904
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
904
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
905
905
  onToggle?: (isOpen: boolean) => void;
906
906
  beforeList?: React.ReactNode;
907
907
  afterList?: React.ReactNode;
@@ -955,7 +955,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
955
955
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
956
956
  closeAfterSelect?: boolean;
957
957
  onChangeValue?: (value: string) => void;
958
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
958
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
959
959
  onToggle?: (isOpen: boolean) => void;
960
960
  beforeList?: React.ReactNode;
961
961
  afterList?: React.ReactNode;
@@ -1009,7 +1009,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1009
1009
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1010
1010
  closeAfterSelect?: boolean;
1011
1011
  onChangeValue?: (value: string) => void;
1012
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1012
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1013
1013
  onToggle?: (isOpen: boolean) => void;
1014
1014
  beforeList?: React.ReactNode;
1015
1015
  afterList?: React.ReactNode;
@@ -1063,7 +1063,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1063
1063
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1064
1064
  closeAfterSelect?: boolean;
1065
1065
  onChangeValue?: (value: string) => void;
1066
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1066
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1067
1067
  onToggle?: (isOpen: boolean) => void;
1068
1068
  beforeList?: React.ReactNode;
1069
1069
  afterList?: React.ReactNode;
@@ -1117,7 +1117,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1117
1117
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1118
1118
  closeAfterSelect?: boolean;
1119
1119
  onChangeValue?: (value: string) => void;
1120
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1120
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1121
1121
  onToggle?: (isOpen: boolean) => void;
1122
1122
  beforeList?: React.ReactNode;
1123
1123
  afterList?: React.ReactNode;
@@ -1171,7 +1171,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1171
1171
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1172
1172
  closeAfterSelect?: boolean;
1173
1173
  onChangeValue?: (value: string) => void;
1174
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1174
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1175
1175
  onToggle?: (isOpen: boolean) => void;
1176
1176
  beforeList?: React.ReactNode;
1177
1177
  afterList?: React.ReactNode;
@@ -1225,7 +1225,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1225
1225
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1226
1226
  closeAfterSelect?: boolean;
1227
1227
  onChangeValue?: (value: string) => void;
1228
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1228
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1229
1229
  onToggle?: (isOpen: boolean) => void;
1230
1230
  beforeList?: React.ReactNode;
1231
1231
  afterList?: React.ReactNode;
@@ -1279,7 +1279,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1279
1279
  filter?: ((item: ComboboxItemOption, textValue: string) => boolean) | undefined;
1280
1280
  closeAfterSelect?: boolean;
1281
1281
  onChangeValue?: (value: string) => void;
1282
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
1282
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
1283
1283
  onToggle?: (isOpen: boolean) => void;
1284
1284
  beforeList?: React.ReactNode;
1285
1285
  afterList?: React.ReactNode;
@@ -68,7 +68,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
68
68
  beforeList?: React.ReactNode;
69
69
  afterList?: React.ReactNode;
70
70
  virtual?: boolean;
71
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
71
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
72
72
  onToggle?: (isOpen: boolean) => void;
73
73
  size?: string;
74
74
  view?: string;
@@ -77,7 +77,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
77
77
  hasItems?: boolean;
78
78
  isOpen?: boolean;
79
79
  listHeight?: React.CSSProperties["height"];
80
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
80
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
81
81
  } & 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 & {
82
82
  hintText: string;
83
83
  hintTrigger?: "hover" | "click";
@@ -126,7 +126,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
126
126
  beforeList?: React.ReactNode;
127
127
  afterList?: React.ReactNode;
128
128
  virtual?: boolean;
129
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
129
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
130
130
  onToggle?: (isOpen: boolean) => void;
131
131
  size?: string;
132
132
  view?: string;
@@ -135,7 +135,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
135
135
  hasItems?: boolean;
136
136
  isOpen?: boolean;
137
137
  listHeight?: React.CSSProperties["height"];
138
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
138
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
139
139
  } & 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 & {
140
140
  hintTrigger?: never;
141
141
  hintText?: never;
@@ -183,7 +183,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
183
183
  beforeList?: React.ReactNode;
184
184
  afterList?: React.ReactNode;
185
185
  virtual?: boolean;
186
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
186
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
187
187
  onToggle?: (isOpen: boolean) => void;
188
188
  size?: string;
189
189
  view?: string;
@@ -192,7 +192,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
192
192
  hasItems?: boolean;
193
193
  isOpen?: boolean;
194
194
  listHeight?: React.CSSProperties["height"];
195
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
195
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
196
196
  } & 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 & {
197
197
  hintTrigger?: never;
198
198
  hintText?: never;
@@ -241,7 +241,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
241
241
  beforeList?: React.ReactNode;
242
242
  afterList?: React.ReactNode;
243
243
  virtual?: boolean;
244
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
244
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
245
245
  onToggle?: (isOpen: boolean) => void;
246
246
  size?: string;
247
247
  view?: string;
@@ -250,7 +250,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
250
250
  hasItems?: boolean;
251
251
  isOpen?: boolean;
252
252
  listHeight?: React.CSSProperties["height"];
253
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
253
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
254
254
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
255
255
  target: "button-like";
256
256
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -286,7 +286,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
286
286
  beforeList?: React.ReactNode;
287
287
  afterList?: React.ReactNode;
288
288
  virtual?: boolean;
289
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
289
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
290
290
  onToggle?: (isOpen: boolean) => void;
291
291
  size?: string;
292
292
  view?: string;
@@ -295,7 +295,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
295
295
  hasItems?: boolean;
296
296
  isOpen?: boolean;
297
297
  listHeight?: React.CSSProperties["height"];
298
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
298
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
299
299
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
300
300
  target: "button-like";
301
301
  view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
@@ -332,7 +332,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
332
332
  beforeList?: React.ReactNode;
333
333
  afterList?: React.ReactNode;
334
334
  virtual?: boolean;
335
- onScroll?: (e: React.UIEvent<HTMLUListElement>) => void;
335
+ onScroll?: (e: React.UIEvent<HTMLElement>) => void;
336
336
  onToggle?: (isOpen: boolean) => void;
337
337
  size?: string;
338
338
  view?: string;
@@ -341,7 +341,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
341
341
  hasItems?: boolean;
342
342
  isOpen?: boolean;
343
343
  listHeight?: React.CSSProperties["height"];
344
- onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
344
+ onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
345
345
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
346
346
  export type SelectProps<K extends ItemOptionSelect> = DistributiveOmit<SelectPropsNewHope<K>, 'size' | 'view' | 'chipView' | 'disabled'> & DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'disabled'>;
347
347
  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-cs",
3
- "version": "0.327.0-canary.2191.17321424209.0",
3
+ "version": "0.327.0-canary.2196.17375511532.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.335.0-canary.2191.17321424209.0",
33
+ "@salutejs/plasma-new-hope": "0.335.0-canary.2196.17375511532.0",
34
34
  "@salutejs/sdds-themes": "0.46.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -56,7 +56,7 @@
56
56
  "@salutejs/plasma-colors": "0.16.0",
57
57
  "@salutejs/plasma-core": "1.206.0",
58
58
  "@salutejs/plasma-cy-utils": "0.136.0",
59
- "@salutejs/plasma-icons": "1.222.0",
59
+ "@salutejs/plasma-icons": "1.223.0-canary.2196.17375511532.0",
60
60
  "@salutejs/plasma-sb-utils": "0.206.0",
61
61
  "@storybook/addon-docs": "8.6.14",
62
62
  "@storybook/addon-essentials": "8.6.14",
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "44779d0a73a290e5d66e88d90407f0ebfbeb54d5"
126
+ "gitHead": "fdabfc6a4715e0ea2b7b167446c78867ddc65454"
127
127
  }