@salutejs/sdds-cs 0.327.0-canary.2178.17244138762.0 → 0.327.0-canary.2178.17369808741.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,29 +17,29 @@ 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<
|
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;
|
42
40
|
flip?: boolean;
|
41
|
+
size?: string;
|
42
|
+
view?: string;
|
43
43
|
} & Omit<{
|
44
44
|
titleCaption?: import("react").ReactNode;
|
45
45
|
leftHelper?: import("react").ReactNode;
|
@@ -71,30 +71,30 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
71
71
|
chipType?: never;
|
72
72
|
chipView?: never;
|
73
73
|
chipValidator?: never;
|
74
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
75
|
-
size?: string;
|
76
|
-
view?: string;
|
74
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
77
75
|
labelPlacement?: string;
|
78
76
|
readOnly?: boolean;
|
79
77
|
disabled?: boolean;
|
80
78
|
portal?: string | React.RefObject<HTMLElement>;
|
81
79
|
zIndex?: import("react").CSSProperties["zIndex"];
|
82
80
|
value?: string;
|
81
|
+
defaultValue?: string;
|
83
82
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
84
83
|
threshold?: number;
|
85
84
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
86
85
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
87
|
-
onScroll?: (e: React.UIEvent<
|
86
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
88
87
|
listMaxHeight?: string;
|
89
88
|
listWidth?: string;
|
90
89
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
91
90
|
renderListEnd?: () => import("react").ReactNode;
|
92
91
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
93
|
-
defaultValue?: string;
|
94
92
|
beforeList?: import("react").ReactNode;
|
95
93
|
afterList?: import("react").ReactNode;
|
96
94
|
virtual?: boolean;
|
97
95
|
flip?: boolean;
|
96
|
+
size?: string;
|
97
|
+
view?: string;
|
98
98
|
} & Omit<{
|
99
99
|
titleCaption?: import("react").ReactNode;
|
100
100
|
leftHelper?: import("react").ReactNode;
|
@@ -128,30 +128,30 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
128
128
|
chipValidator?: (value: string) => {
|
129
129
|
view?: string;
|
130
130
|
};
|
131
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
132
|
-
size?: string;
|
133
|
-
view?: string;
|
131
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
134
132
|
labelPlacement?: string;
|
135
133
|
readOnly?: boolean;
|
136
134
|
disabled?: boolean;
|
137
135
|
portal?: string | React.RefObject<HTMLElement>;
|
138
136
|
zIndex?: import("react").CSSProperties["zIndex"];
|
139
137
|
value?: string;
|
138
|
+
defaultValue?: string;
|
140
139
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
141
140
|
threshold?: number;
|
142
141
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
143
142
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
144
|
-
onScroll?: (e: React.UIEvent<
|
143
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
145
144
|
listMaxHeight?: string;
|
146
145
|
listWidth?: string;
|
147
146
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
148
147
|
renderListEnd?: () => import("react").ReactNode;
|
149
148
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
150
|
-
defaultValue?: string;
|
151
149
|
beforeList?: import("react").ReactNode;
|
152
150
|
afterList?: import("react").ReactNode;
|
153
151
|
virtual?: boolean;
|
154
152
|
flip?: boolean;
|
153
|
+
size?: string;
|
154
|
+
view?: string;
|
155
155
|
} & Omit<{
|
156
156
|
titleCaption?: import("react").ReactNode;
|
157
157
|
leftHelper?: import("react").ReactNode;
|
@@ -183,30 +183,30 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
183
183
|
chipType?: never;
|
184
184
|
chipView?: never;
|
185
185
|
chipValidator?: never;
|
186
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
187
|
-
size?: string;
|
188
|
-
view?: string;
|
186
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
189
187
|
labelPlacement?: string;
|
190
188
|
readOnly?: boolean;
|
191
189
|
disabled?: boolean;
|
192
190
|
portal?: string | React.RefObject<HTMLElement>;
|
193
191
|
zIndex?: import("react").CSSProperties["zIndex"];
|
194
192
|
value?: string;
|
193
|
+
defaultValue?: string;
|
195
194
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
196
195
|
threshold?: number;
|
197
196
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
198
197
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
199
|
-
onScroll?: (e: React.UIEvent<
|
198
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
200
199
|
listMaxHeight?: string;
|
201
200
|
listWidth?: string;
|
202
201
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
203
202
|
renderListEnd?: () => import("react").ReactNode;
|
204
203
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
205
|
-
defaultValue?: string;
|
206
204
|
beforeList?: import("react").ReactNode;
|
207
205
|
afterList?: import("react").ReactNode;
|
208
206
|
virtual?: boolean;
|
209
207
|
flip?: boolean;
|
208
|
+
size?: string;
|
209
|
+
view?: string;
|
210
210
|
} & Omit<{
|
211
211
|
titleCaption?: import("react").ReactNode;
|
212
212
|
leftHelper?: import("react").ReactNode;
|
@@ -240,30 +240,30 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
240
240
|
chipValidator?: (value: string) => {
|
241
241
|
view?: string;
|
242
242
|
};
|
243
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
244
|
-
size?: string;
|
245
|
-
view?: string;
|
243
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
246
244
|
labelPlacement?: string;
|
247
245
|
readOnly?: boolean;
|
248
246
|
disabled?: boolean;
|
249
247
|
portal?: string | React.RefObject<HTMLElement>;
|
250
248
|
zIndex?: import("react").CSSProperties["zIndex"];
|
251
249
|
value?: string;
|
250
|
+
defaultValue?: string;
|
252
251
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
253
252
|
threshold?: number;
|
254
253
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
255
254
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
256
|
-
onScroll?: (e: React.UIEvent<
|
255
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
257
256
|
listMaxHeight?: string;
|
258
257
|
listWidth?: string;
|
259
258
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
260
259
|
renderListEnd?: () => import("react").ReactNode;
|
261
260
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
262
|
-
defaultValue?: string;
|
263
261
|
beforeList?: import("react").ReactNode;
|
264
262
|
afterList?: import("react").ReactNode;
|
265
263
|
virtual?: boolean;
|
266
264
|
flip?: boolean;
|
265
|
+
size?: string;
|
266
|
+
view?: string;
|
267
267
|
} & Omit<{
|
268
268
|
titleCaption?: import("react").ReactNode;
|
269
269
|
leftHelper?: import("react").ReactNode;
|
@@ -295,30 +295,30 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
295
295
|
chipType?: never;
|
296
296
|
chipView?: never;
|
297
297
|
chipValidator?: never;
|
298
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
299
|
-
size?: string;
|
300
|
-
view?: string;
|
298
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
301
299
|
labelPlacement?: string;
|
302
300
|
readOnly?: boolean;
|
303
301
|
disabled?: boolean;
|
304
302
|
portal?: string | React.RefObject<HTMLElement>;
|
305
303
|
zIndex?: import("react").CSSProperties["zIndex"];
|
306
304
|
value?: string;
|
305
|
+
defaultValue?: string;
|
307
306
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
308
307
|
threshold?: number;
|
309
308
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
310
309
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
311
|
-
onScroll?: (e: React.UIEvent<
|
310
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
312
311
|
listMaxHeight?: string;
|
313
312
|
listWidth?: string;
|
314
313
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
315
314
|
renderListEnd?: () => import("react").ReactNode;
|
316
315
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
317
|
-
defaultValue?: string;
|
318
316
|
beforeList?: import("react").ReactNode;
|
319
317
|
afterList?: import("react").ReactNode;
|
320
318
|
virtual?: boolean;
|
321
319
|
flip?: boolean;
|
320
|
+
size?: string;
|
321
|
+
view?: string;
|
322
322
|
} & Omit<{
|
323
323
|
titleCaption?: import("react").ReactNode;
|
324
324
|
leftHelper?: import("react").ReactNode;
|
@@ -352,30 +352,30 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
352
352
|
chipValidator?: (value: string) => {
|
353
353
|
view?: string;
|
354
354
|
};
|
355
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
356
|
-
size?: string;
|
357
|
-
view?: string;
|
355
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
358
356
|
labelPlacement?: string;
|
359
357
|
readOnly?: boolean;
|
360
358
|
disabled?: boolean;
|
361
359
|
portal?: string | React.RefObject<HTMLElement>;
|
362
360
|
zIndex?: import("react").CSSProperties["zIndex"];
|
363
361
|
value?: string;
|
362
|
+
defaultValue?: string;
|
364
363
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
365
364
|
threshold?: number;
|
366
365
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
367
366
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
368
|
-
onScroll?: (e: React.UIEvent<
|
367
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
369
368
|
listMaxHeight?: string;
|
370
369
|
listWidth?: string;
|
371
370
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
372
371
|
renderListEnd?: () => import("react").ReactNode;
|
373
372
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
374
|
-
defaultValue?: string;
|
375
373
|
beforeList?: import("react").ReactNode;
|
376
374
|
afterList?: import("react").ReactNode;
|
377
375
|
virtual?: boolean;
|
378
376
|
flip?: boolean;
|
377
|
+
size?: string;
|
378
|
+
view?: string;
|
379
379
|
} & Omit<{
|
380
380
|
titleCaption?: import("react").ReactNode;
|
381
381
|
leftHelper?: import("react").ReactNode;
|
@@ -407,30 +407,30 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
407
407
|
chipType?: never;
|
408
408
|
chipView?: never;
|
409
409
|
chipValidator?: never;
|
410
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
411
|
-
size?: string;
|
412
|
-
view?: string;
|
410
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
413
411
|
labelPlacement?: string;
|
414
412
|
readOnly?: boolean;
|
415
413
|
disabled?: boolean;
|
416
414
|
portal?: string | React.RefObject<HTMLElement>;
|
417
415
|
zIndex?: import("react").CSSProperties["zIndex"];
|
418
416
|
value?: string;
|
417
|
+
defaultValue?: string;
|
419
418
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
420
419
|
threshold?: number;
|
421
420
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
422
421
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
423
|
-
onScroll?: (e: React.UIEvent<
|
422
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
424
423
|
listMaxHeight?: string;
|
425
424
|
listWidth?: string;
|
426
425
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
427
426
|
renderListEnd?: () => import("react").ReactNode;
|
428
427
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
429
|
-
defaultValue?: string;
|
430
428
|
beforeList?: import("react").ReactNode;
|
431
429
|
afterList?: import("react").ReactNode;
|
432
430
|
virtual?: boolean;
|
433
431
|
flip?: boolean;
|
432
|
+
size?: string;
|
433
|
+
view?: string;
|
434
434
|
} & Omit<{
|
435
435
|
titleCaption?: import("react").ReactNode;
|
436
436
|
leftHelper?: import("react").ReactNode;
|
@@ -464,4 +464,4 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
464
464
|
chipValidator?: (value: string) => {
|
465
465
|
view?: string;
|
466
466
|
};
|
467
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
467
|
+
}, "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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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<
|
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.2178.
|
3
|
+
"version": "0.327.0-canary.2178.17369808741.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.2178.
|
33
|
+
"@salutejs/plasma-new-hope": "0.335.0-canary.2178.17369808741.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.
|
59
|
+
"@salutejs/plasma-icons": "1.223.0-canary.2178.17369808741.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": "
|
126
|
+
"gitHead": "c495b9297fec7c97ec5ef35853416f1175793898"
|
127
127
|
}
|