@salutejs/sdds-cs 0.315.0-canary.1957.15017077529.0 → 0.315.0-dev.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.
- package/components/Accordion/Accordion.d.ts +1 -1
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Autocomplete/Autocomplete.d.ts +451 -1
- package/components/Button/Button.d.ts +4 -4
- package/components/Cell/Cell.d.ts +2 -2
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/DatePicker/DatePicker.d.ts +1 -1
- package/components/Dropdown/Dropdown.d.ts +2 -2
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Image/Image.d.ts +1 -1
- package/components/Mask/Mask.d.ts +12 -12
- package/components/NumberInput/NumberInput.d.ts +2 -2
- package/components/Rating/Rating.d.ts +2 -2
- package/components/Select/Select.d.ts +6 -6
- package/components/Skeleton/Skeleton.d.ts +2 -2
- package/components/Slider/Slider.d.ts +14 -14
- package/components/TextArea/TextArea.d.ts +8 -8
- package/components/TextField/TextField.d.ts +12 -12
- package/package.json +3 -3
@@ -72,7 +72,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
72
72
|
hintOffset?: [number, number] | undefined;
|
73
73
|
hintWidth?: string | undefined;
|
74
74
|
hintContentLeft?: React.ReactNode;
|
75
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
75
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
76
76
|
items: ComboboxItemOption[];
|
77
77
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
78
78
|
placeholder?: string | undefined;
|
@@ -125,7 +125,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
125
125
|
hintOffset?: undefined;
|
126
126
|
hintWidth?: undefined;
|
127
127
|
hintContentLeft?: undefined;
|
128
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
128
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
129
129
|
items: ComboboxItemOption[];
|
130
130
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
131
131
|
placeholder?: string | undefined;
|
@@ -178,7 +178,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
178
178
|
hintOffset?: [number, number] | undefined;
|
179
179
|
hintWidth?: string | undefined;
|
180
180
|
hintContentLeft?: React.ReactNode;
|
181
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
181
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
182
182
|
items: ComboboxItemOption[];
|
183
183
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
184
184
|
placeholder?: string | undefined;
|
@@ -231,7 +231,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
231
231
|
hintOffset?: undefined;
|
232
232
|
hintWidth?: undefined;
|
233
233
|
hintContentLeft?: undefined;
|
234
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
234
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
235
235
|
items: ComboboxItemOption[];
|
236
236
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
237
237
|
placeholder?: string | undefined;
|
@@ -284,7 +284,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
284
284
|
hintOffset?: [number, number] | undefined;
|
285
285
|
hintWidth?: string | undefined;
|
286
286
|
hintContentLeft?: React.ReactNode;
|
287
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
287
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
288
288
|
items: ComboboxItemOption[];
|
289
289
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
290
290
|
placeholder?: string | undefined;
|
@@ -337,7 +337,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
337
337
|
hintOffset?: undefined;
|
338
338
|
hintWidth?: undefined;
|
339
339
|
hintContentLeft?: undefined;
|
340
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
340
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
341
341
|
items: ComboboxItemOption[];
|
342
342
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
343
343
|
placeholder?: string | undefined;
|
@@ -390,7 +390,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
390
390
|
hintOffset?: [number, number] | undefined;
|
391
391
|
hintWidth?: string | undefined;
|
392
392
|
hintContentLeft?: React.ReactNode;
|
393
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
393
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
394
394
|
items: ComboboxItemOption[];
|
395
395
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
396
396
|
placeholder?: string | undefined;
|
@@ -443,7 +443,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
443
443
|
hintOffset?: undefined;
|
444
444
|
hintWidth?: undefined;
|
445
445
|
hintContentLeft?: undefined;
|
446
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
446
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
447
447
|
items: ComboboxItemOption[];
|
448
448
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
449
449
|
placeholder?: string | undefined;
|
@@ -496,7 +496,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
496
496
|
hintOffset?: [number, number] | undefined;
|
497
497
|
hintWidth?: string | undefined;
|
498
498
|
hintContentLeft?: React.ReactNode;
|
499
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
499
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
500
500
|
items: ComboboxItemOption[];
|
501
501
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
502
502
|
placeholder?: string | undefined;
|
@@ -549,7 +549,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
549
549
|
hintOffset?: undefined;
|
550
550
|
hintWidth?: undefined;
|
551
551
|
hintContentLeft?: undefined;
|
552
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
552
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
553
553
|
items: ComboboxItemOption[];
|
554
554
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
555
555
|
placeholder?: string | undefined;
|
@@ -602,7 +602,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
602
602
|
hintOffset?: [number, number] | undefined;
|
603
603
|
hintWidth?: string | undefined;
|
604
604
|
hintContentLeft?: React.ReactNode;
|
605
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
605
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
606
606
|
items: ComboboxItemOption[];
|
607
607
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
608
608
|
placeholder?: string | undefined;
|
@@ -655,7 +655,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
655
655
|
hintOffset?: undefined;
|
656
656
|
hintWidth?: undefined;
|
657
657
|
hintContentLeft?: undefined;
|
658
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
658
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
659
659
|
items: ComboboxItemOption[];
|
660
660
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
661
661
|
placeholder?: string | undefined;
|
@@ -708,7 +708,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
708
708
|
hintOffset?: [number, number] | undefined;
|
709
709
|
hintWidth?: string | undefined;
|
710
710
|
hintContentLeft?: React.ReactNode;
|
711
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
711
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
712
712
|
items: ComboboxItemOption[];
|
713
713
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
714
714
|
placeholder?: string | undefined;
|
@@ -761,7 +761,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
761
761
|
hintOffset?: undefined;
|
762
762
|
hintWidth?: undefined;
|
763
763
|
hintContentLeft?: undefined;
|
764
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
764
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
765
765
|
items: ComboboxItemOption[];
|
766
766
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
767
767
|
placeholder?: string | undefined;
|
@@ -814,7 +814,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
814
814
|
hintOffset?: [number, number] | undefined;
|
815
815
|
hintWidth?: string | undefined;
|
816
816
|
hintContentLeft?: React.ReactNode;
|
817
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
817
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
818
818
|
items: ComboboxItemOption[];
|
819
819
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
820
820
|
placeholder?: string | undefined;
|
@@ -867,7 +867,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
867
867
|
hintOffset?: undefined;
|
868
868
|
hintWidth?: undefined;
|
869
869
|
hintContentLeft?: undefined;
|
870
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
870
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
871
871
|
items: ComboboxItemOption[];
|
872
872
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
873
873
|
placeholder?: string | undefined;
|
@@ -920,7 +920,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
920
920
|
hintOffset?: [number, number] | undefined;
|
921
921
|
hintWidth?: string | undefined;
|
922
922
|
hintContentLeft?: React.ReactNode;
|
923
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
923
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
924
924
|
items: ComboboxItemOption[];
|
925
925
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
926
926
|
placeholder?: string | undefined;
|
@@ -973,7 +973,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
973
973
|
hintOffset?: undefined;
|
974
974
|
hintWidth?: undefined;
|
975
975
|
hintContentLeft?: undefined;
|
976
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
976
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
977
977
|
items: ComboboxItemOption[];
|
978
978
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
979
979
|
placeholder?: string | undefined;
|
@@ -1026,7 +1026,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1026
1026
|
hintOffset?: [number, number] | undefined;
|
1027
1027
|
hintWidth?: string | undefined;
|
1028
1028
|
hintContentLeft?: React.ReactNode;
|
1029
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1029
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1030
1030
|
items: ComboboxItemOption[];
|
1031
1031
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1032
1032
|
placeholder?: string | undefined;
|
@@ -1079,7 +1079,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1079
1079
|
hintOffset?: undefined;
|
1080
1080
|
hintWidth?: undefined;
|
1081
1081
|
hintContentLeft?: undefined;
|
1082
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1082
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1083
1083
|
items: ComboboxItemOption[];
|
1084
1084
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1085
1085
|
placeholder?: string | undefined;
|
@@ -1132,7 +1132,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1132
1132
|
hintOffset?: [number, number] | undefined;
|
1133
1133
|
hintWidth?: string | undefined;
|
1134
1134
|
hintContentLeft?: React.ReactNode;
|
1135
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1135
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1136
1136
|
items: ComboboxItemOption[];
|
1137
1137
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1138
1138
|
placeholder?: string | undefined;
|
@@ -1185,7 +1185,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1185
1185
|
hintOffset?: undefined;
|
1186
1186
|
hintWidth?: undefined;
|
1187
1187
|
hintContentLeft?: undefined;
|
1188
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1188
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1189
1189
|
items: ComboboxItemOption[];
|
1190
1190
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1191
1191
|
placeholder?: string | undefined;
|
@@ -1238,7 +1238,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1238
1238
|
hintOffset?: [number, number] | undefined;
|
1239
1239
|
hintWidth?: string | undefined;
|
1240
1240
|
hintContentLeft?: React.ReactNode;
|
1241
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1241
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1242
1242
|
items: ComboboxItemOption[];
|
1243
1243
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1244
1244
|
placeholder?: string | undefined;
|
@@ -1291,7 +1291,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1291
1291
|
hintOffset?: undefined;
|
1292
1292
|
hintWidth?: undefined;
|
1293
1293
|
hintContentLeft?: undefined;
|
1294
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1294
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>))>;
|
1295
1295
|
declare type PropsFromConfig = keyof typeof config['variations'];
|
1296
1296
|
export declare type Props<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
|
1297
1297
|
declare const Combobox: <T extends ComboboxItemOption>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
@@ -101,7 +101,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
101
101
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
|
102
102
|
firstTextfieldTextBefore?: string | undefined;
|
103
103
|
secondTextfieldTextBefore?: string | undefined;
|
104
|
-
dividerVariant?: "none" | "
|
104
|
+
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
105
105
|
dividerIcon?: import("react").ReactNode;
|
106
106
|
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "placement"> & {
|
107
107
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").DatePickerRangePlacementBasic[] | undefined;
|
@@ -38,7 +38,7 @@ declare const DropdownNewHope: React.FunctionComponent<import("@salutejs/plasma-
|
|
38
38
|
hoverIndex?: number | undefined;
|
39
39
|
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
40
40
|
export declare type DropdownProps<T extends DropdownItemOption> = Omit<DropdownNewProps<T>, 'size' | 'view'> & Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;
|
41
|
-
declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "
|
41
|
+
declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "view" | "size"> & Pick<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
42
42
|
size: {
|
43
43
|
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
44
44
|
};
|
@@ -74,5 +74,5 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
|
|
74
74
|
onItemClick?: ((item: DropdownItemOption, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
75
75
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
76
76
|
hoverIndex?: number | undefined;
|
77
|
-
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "
|
77
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "view" | "size"> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
78
78
|
export { Dropdown };
|
@@ -25,7 +25,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
25
25
|
isLoading?: boolean | undefined;
|
26
26
|
loader?: import("react").ReactNode;
|
27
27
|
stretch?: boolean | undefined;
|
28
|
-
stretching?: ("
|
28
|
+
stretching?: ("fixed" | "auto" | "filled") | undefined;
|
29
29
|
square?: boolean | undefined;
|
30
30
|
focused?: boolean | undefined;
|
31
31
|
disabled?: boolean | undefined;
|
@@ -46,7 +46,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
46
46
|
isLoading?: boolean | undefined;
|
47
47
|
loader?: import("react").ReactNode;
|
48
48
|
stretch?: boolean | undefined;
|
49
|
-
stretching?: ("
|
49
|
+
stretching?: ("fixed" | "auto" | "filled") | undefined;
|
50
50
|
square?: boolean | undefined;
|
51
51
|
focused?: boolean | undefined;
|
52
52
|
disabled?: boolean | undefined;
|
@@ -3,7 +3,7 @@
|
|
3
3
|
* Компонент Image.
|
4
4
|
*/
|
5
5
|
export declare const Image: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").ImgHTMLAttributes<HTMLImageElement> & {
|
6
|
-
base?: "
|
6
|
+
base?: "div" | "img" | undefined;
|
7
7
|
ratio?: "1 / 1" | "1/1" | "3 / 4" | "3/4" | "4 / 3" | "4/3" | "9 / 16" | "9/16" | "16 / 9" | "16/9" | "1 / 2" | "1/2" | "2 / 1" | "2/1" | undefined;
|
8
8
|
customRatio?: string | undefined;
|
9
9
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -62,7 +62,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
62
62
|
chipType?: undefined;
|
63
63
|
chipView?: undefined;
|
64
64
|
chipValidator?: undefined;
|
65
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
65
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
66
66
|
view: {
|
67
67
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
68
68
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -122,12 +122,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
122
122
|
onSearch?: undefined;
|
123
123
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
124
124
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
125
|
-
chipType?: "
|
125
|
+
chipType?: "text" | "default" | undefined;
|
126
126
|
chipView?: string | undefined;
|
127
127
|
chipValidator?: ((value: string) => {
|
128
128
|
view?: string | undefined;
|
129
129
|
}) | undefined;
|
130
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
130
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
131
131
|
view: {
|
132
132
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
133
133
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -190,7 +190,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
190
190
|
chipType?: undefined;
|
191
191
|
chipView?: undefined;
|
192
192
|
chipValidator?: undefined;
|
193
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
193
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
194
194
|
view: {
|
195
195
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
196
196
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -250,12 +250,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
250
250
|
onSearch?: undefined;
|
251
251
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
252
252
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
253
|
-
chipType?: "
|
253
|
+
chipType?: "text" | "default" | undefined;
|
254
254
|
chipView?: string | undefined;
|
255
255
|
chipValidator?: ((value: string) => {
|
256
256
|
view?: string | undefined;
|
257
257
|
}) | undefined;
|
258
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
258
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
259
259
|
view: {
|
260
260
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
261
261
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -318,7 +318,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
318
318
|
chipType?: undefined;
|
319
319
|
chipView?: undefined;
|
320
320
|
chipValidator?: undefined;
|
321
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
321
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
322
322
|
view: {
|
323
323
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
324
324
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -378,12 +378,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
378
378
|
onSearch?: undefined;
|
379
379
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
380
380
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
381
|
-
chipType?: "
|
381
|
+
chipType?: "text" | "default" | undefined;
|
382
382
|
chipView?: string | undefined;
|
383
383
|
chipValidator?: ((value: string) => {
|
384
384
|
view?: string | undefined;
|
385
385
|
}) | undefined;
|
386
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
386
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
387
387
|
view: {
|
388
388
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
389
389
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -446,7 +446,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
446
446
|
chipType?: undefined;
|
447
447
|
chipView?: undefined;
|
448
448
|
chipValidator?: undefined;
|
449
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
449
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
450
450
|
view: {
|
451
451
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
452
452
|
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -506,9 +506,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
506
506
|
onSearch?: undefined;
|
507
507
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
508
508
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
509
|
-
chipType?: "
|
509
|
+
chipType?: "text" | "default" | undefined;
|
510
510
|
chipView?: string | undefined;
|
511
511
|
chipValidator?: ((value: string) => {
|
512
512
|
view?: string | undefined;
|
513
513
|
}) | undefined;
|
514
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
514
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
@@ -45,7 +45,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
45
45
|
} & {
|
46
46
|
segmentation?: "clear" | undefined;
|
47
47
|
inputBackgroundType?: undefined;
|
48
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
48
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
49
49
|
value?: number | undefined;
|
50
50
|
min?: number | undefined;
|
51
51
|
max?: number | undefined;
|
@@ -71,4 +71,4 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
71
71
|
} & {
|
72
72
|
segmentation?: string | undefined;
|
73
73
|
inputBackgroundType?: string | undefined;
|
74
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
74
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -17,9 +17,9 @@ export declare const Rating: import("react").FunctionComponent<import("@salutejs
|
|
17
17
|
iconSlotOutline?: import("react").ReactNode;
|
18
18
|
iconSlotHalf?: import("react").ReactNode;
|
19
19
|
hasIcons?: boolean | undefined;
|
20
|
-
iconQuantity?: 1 |
|
20
|
+
iconQuantity?: 1 | 10 | 5 | undefined;
|
21
21
|
helperText?: string | undefined;
|
22
|
-
helperTextStretching?: "
|
22
|
+
helperTextStretching?: "fixed" | "filled" | undefined;
|
23
23
|
size?: string | undefined;
|
24
24
|
view?: string | undefined;
|
25
25
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLInputElement>>;
|
@@ -39,7 +39,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
39
39
|
contentLeft?: React.ReactNode;
|
40
40
|
placeholder?: string | undefined;
|
41
41
|
helperText?: string | undefined;
|
42
|
-
chipType?: "
|
42
|
+
chipType?: "text" | "default" | undefined;
|
43
43
|
} & {
|
44
44
|
multiselect?: false | undefined;
|
45
45
|
separator?: undefined;
|
@@ -96,7 +96,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
96
96
|
contentLeft?: React.ReactNode;
|
97
97
|
placeholder?: string | undefined;
|
98
98
|
helperText?: string | undefined;
|
99
|
-
chipType?: "
|
99
|
+
chipType?: "text" | "default" | undefined;
|
100
100
|
} & {
|
101
101
|
multiselect?: true | undefined;
|
102
102
|
separator?: string | undefined;
|
@@ -153,7 +153,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
153
153
|
contentLeft?: React.ReactNode;
|
154
154
|
placeholder?: string | undefined;
|
155
155
|
helperText?: string | undefined;
|
156
|
-
chipType?: "
|
156
|
+
chipType?: "text" | "default" | undefined;
|
157
157
|
} & {
|
158
158
|
multiselect?: false | undefined;
|
159
159
|
separator?: undefined;
|
@@ -210,7 +210,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
210
210
|
contentLeft?: React.ReactNode;
|
211
211
|
placeholder?: string | undefined;
|
212
212
|
helperText?: string | undefined;
|
213
|
-
chipType?: "
|
213
|
+
chipType?: "text" | "default" | undefined;
|
214
214
|
} & {
|
215
215
|
multiselect?: true | undefined;
|
216
216
|
separator?: string | undefined;
|
@@ -251,7 +251,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
251
251
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
252
252
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
253
253
|
target: "button-like";
|
254
|
-
view?: "default" | "
|
254
|
+
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "negative" | "positive" | "warning" | undefined;
|
255
255
|
contentLeft?: undefined;
|
256
256
|
placeholder?: undefined;
|
257
257
|
helperText?: undefined;
|
@@ -296,7 +296,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
296
296
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
297
297
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
298
298
|
target: "button-like";
|
299
|
-
view?: "default" | "
|
299
|
+
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "negative" | "positive" | "warning" | undefined;
|
300
300
|
contentLeft?: undefined;
|
301
301
|
placeholder?: undefined;
|
302
302
|
helperText?: undefined;
|
@@ -22,7 +22,7 @@ export declare const LineSkeleton: import("react").FunctionComponent<import("@sa
|
|
22
22
|
};
|
23
23
|
}> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
|
24
24
|
customGradientColor?: string | undefined;
|
25
|
-
roundness?: 0 | 8 | 12 |
|
25
|
+
roundness?: 0 | 8 | 12 | 16 | 18 | 20 | 24 | 32 | 250 | 28 | 14 | undefined;
|
26
26
|
} & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement>>;
|
27
27
|
export declare const TextSkeleton: import("react").FC<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
28
28
|
size: {
|
@@ -46,6 +46,6 @@ export declare const TextSkeleton: import("react").FC<import("@salutejs/plasma-n
|
|
46
46
|
};
|
47
47
|
}> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
|
48
48
|
customGradientColor?: string | undefined;
|
49
|
-
roundness?: 0 | 8 | 12 |
|
49
|
+
roundness?: 0 | 8 | 12 | 16 | 18 | 20 | 24 | 32 | 250 | 28 | 14 | undefined;
|
50
50
|
} & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types").TextSkeletonBaseProps>;
|
51
51
|
export { RectSkeleton, withSkeleton };
|
@@ -46,9 +46,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
46
46
|
view?: string | undefined;
|
47
47
|
size?: "s" | "m" | "l" | undefined;
|
48
48
|
type?: "single" | undefined;
|
49
|
-
pointerSize?: "
|
50
|
-
pointerVisibility: "
|
51
|
-
currentValueVisibility: "
|
49
|
+
pointerSize?: "small" | "none" | "large" | undefined;
|
50
|
+
pointerVisibility: "always" | "hover";
|
51
|
+
currentValueVisibility: "always" | "hover";
|
52
52
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
|
53
53
|
/**
|
54
54
|
* Слайдер позволяет определить числовое значение в пределах указанного промежутка.
|
@@ -60,7 +60,7 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
60
60
|
defaultValue?: number | undefined;
|
61
61
|
} & {
|
62
62
|
orientation: "vertical";
|
63
|
-
sliderAlign?: "
|
63
|
+
sliderAlign?: "center" | "none" | "left" | "right" | undefined;
|
64
64
|
scaleAlign?: undefined;
|
65
65
|
reversed?: boolean | undefined;
|
66
66
|
labelReversed?: boolean | undefined;
|
@@ -80,9 +80,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
80
80
|
view?: string | undefined;
|
81
81
|
size?: "s" | "m" | "l" | undefined;
|
82
82
|
type?: "single" | undefined;
|
83
|
-
pointerSize?: "
|
84
|
-
pointerVisibility: "
|
85
|
-
currentValueVisibility: "
|
83
|
+
pointerSize?: "small" | "none" | "large" | undefined;
|
84
|
+
pointerVisibility: "always" | "hover";
|
85
|
+
currentValueVisibility: "always" | "hover";
|
86
86
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
|
87
87
|
onChange?: ((value: number) => void) | undefined;
|
88
88
|
value: number;
|
@@ -111,9 +111,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
111
111
|
view?: string | undefined;
|
112
112
|
size?: "s" | "m" | "l" | undefined;
|
113
113
|
type?: "single" | undefined;
|
114
|
-
pointerSize?: "
|
115
|
-
pointerVisibility: "
|
116
|
-
currentValueVisibility: "
|
114
|
+
pointerSize?: "small" | "none" | "large" | undefined;
|
115
|
+
pointerVisibility: "always" | "hover";
|
116
|
+
currentValueVisibility: "always" | "hover";
|
117
117
|
} & import("react").RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Slider/components/SliderBase/SliderBase.types").SliderBaseProps & import("@salutejs/plasma-new-hope/types/components/Slider/components").SliderInternalProps & {
|
118
118
|
onChange?: ((value: number) => void) | undefined;
|
119
119
|
value: number;
|
@@ -121,7 +121,7 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
121
121
|
defaultValue?: undefined;
|
122
122
|
} & {
|
123
123
|
orientation: "vertical";
|
124
|
-
sliderAlign?: "
|
124
|
+
sliderAlign?: "center" | "none" | "left" | "right" | undefined;
|
125
125
|
scaleAlign?: undefined;
|
126
126
|
reversed?: boolean | undefined;
|
127
127
|
labelReversed?: boolean | undefined;
|
@@ -141,9 +141,9 @@ export declare const Slider: import("react").FunctionComponent<import("@salutejs
|
|
141
141
|
view?: string | undefined;
|
142
142
|
size?: "s" | "m" | "l" | undefined;
|
143
143
|
type?: "single" | undefined;
|
144
|
-
pointerSize?: "
|
145
|
-
pointerVisibility: "
|
146
|
-
currentValueVisibility: "
|
144
|
+
pointerSize?: "small" | "none" | "large" | undefined;
|
145
|
+
pointerVisibility: "always" | "hover";
|
146
|
+
currentValueVisibility: "always" | "hover";
|
147
147
|
} & import("react").RefAttributes<HTMLDivElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").DoubleSliderProps, "onChange" | "defaultValue" | "value"> & {
|
148
148
|
onChange?: ((event: import("@salutejs/plasma-new-hope/types/types/FormType").FormTypeString) => void) | undefined;
|
149
149
|
name?: string | undefined;
|