@salutejs/plasma-web 1.581.0-canary.1957.15000055816.0 → 1.581.0-canary.1957.15018602438.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/Attach/Attach.d.ts +8 -8
- package/components/Autocomplete/Autocomplete.d.ts +463 -1
- package/components/Button/Button.d.ts +2 -2
- package/components/Cell/Cell.d.ts +2 -2
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/Combobox/Legacy/Combobox.d.ts +4 -4
- package/components/DatePicker/DatePicker.d.ts +3 -3
- package/components/Drawer/Drawer.d.ts +2 -2
- package/components/Dropdown/components/DropdownItem.d.ts +2 -2
- package/components/Dropzone/Dropzone.d.ts +1 -1
- 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/Range/Range.d.ts +3 -3
- package/components/Rating/Rating.d.ts +1 -1
- package/components/Select/Select.d.ts +6 -6
- package/components/Skeleton/Skeleton.d.ts +2 -2
- package/components/Slider/Slider.config.js +1 -1
- package/components/Slider/Slider.d.ts +20 -20
- package/components/TextArea/TextArea.d.ts +8 -8
- package/components/TextField/TextField.d.ts +12 -12
- package/css/cjs/components/Slider/Slider.config.js +1 -1
- package/css/cjs/components/Slider/Slider.config.js.map +1 -1
- package/css/cjs/components/Slider/{Slider.config_kzb978.css → Slider.config_s2po1r.css} +1 -1
- package/css/cjs/components/Slider/Slider.css +7 -7
- package/css/cjs/index.css +7 -7
- package/css/es/components/Slider/Slider.config.js +1 -1
- package/css/es/components/Slider/Slider.config.js.map +1 -1
- package/css/es/components/Slider/{Slider.config_kzb978.css → Slider.config_s2po1r.css} +1 -1
- package/css/es/components/Slider/Slider.css +7 -7
- package/css/es/index.css +7 -7
- package/es/components/Slider/Slider.config.js +1 -1
- package/mixins/index.d.ts +1 -1
- package/package.json +3 -3
@@ -86,7 +86,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
86
86
|
hintOffset?: [number, number] | undefined;
|
87
87
|
hintWidth?: string | undefined;
|
88
88
|
hintContentLeft?: React.ReactNode;
|
89
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
89
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
90
90
|
items: ComboboxItemOption[];
|
91
91
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
92
92
|
placeholder?: string | undefined;
|
@@ -139,7 +139,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
139
139
|
hintOffset?: undefined;
|
140
140
|
hintWidth?: undefined;
|
141
141
|
hintContentLeft?: undefined;
|
142
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
142
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
143
143
|
items: ComboboxItemOption[];
|
144
144
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
145
145
|
placeholder?: string | undefined;
|
@@ -192,7 +192,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
192
192
|
hintOffset?: [number, number] | undefined;
|
193
193
|
hintWidth?: string | undefined;
|
194
194
|
hintContentLeft?: React.ReactNode;
|
195
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
195
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
196
196
|
items: ComboboxItemOption[];
|
197
197
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
198
198
|
placeholder?: string | undefined;
|
@@ -245,7 +245,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
245
245
|
hintOffset?: undefined;
|
246
246
|
hintWidth?: undefined;
|
247
247
|
hintContentLeft?: undefined;
|
248
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
248
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
249
249
|
items: ComboboxItemOption[];
|
250
250
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
251
251
|
placeholder?: string | undefined;
|
@@ -298,7 +298,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
298
298
|
hintOffset?: [number, number] | undefined;
|
299
299
|
hintWidth?: string | undefined;
|
300
300
|
hintContentLeft?: React.ReactNode;
|
301
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
301
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
302
302
|
items: ComboboxItemOption[];
|
303
303
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
304
304
|
placeholder?: string | undefined;
|
@@ -351,7 +351,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
351
351
|
hintOffset?: undefined;
|
352
352
|
hintWidth?: undefined;
|
353
353
|
hintContentLeft?: undefined;
|
354
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
354
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
355
355
|
items: ComboboxItemOption[];
|
356
356
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
357
357
|
placeholder?: string | undefined;
|
@@ -404,7 +404,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
404
404
|
hintOffset?: [number, number] | undefined;
|
405
405
|
hintWidth?: string | undefined;
|
406
406
|
hintContentLeft?: React.ReactNode;
|
407
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
407
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
408
408
|
items: ComboboxItemOption[];
|
409
409
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
410
410
|
placeholder?: string | undefined;
|
@@ -457,7 +457,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
457
457
|
hintOffset?: undefined;
|
458
458
|
hintWidth?: undefined;
|
459
459
|
hintContentLeft?: undefined;
|
460
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
460
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
461
461
|
items: ComboboxItemOption[];
|
462
462
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
463
463
|
placeholder?: string | undefined;
|
@@ -510,7 +510,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
510
510
|
hintOffset?: [number, number] | undefined;
|
511
511
|
hintWidth?: string | undefined;
|
512
512
|
hintContentLeft?: React.ReactNode;
|
513
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
513
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
514
514
|
items: ComboboxItemOption[];
|
515
515
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
516
516
|
placeholder?: string | undefined;
|
@@ -563,7 +563,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
563
563
|
hintOffset?: undefined;
|
564
564
|
hintWidth?: undefined;
|
565
565
|
hintContentLeft?: undefined;
|
566
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
566
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
567
567
|
items: ComboboxItemOption[];
|
568
568
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
569
569
|
placeholder?: string | undefined;
|
@@ -616,7 +616,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
616
616
|
hintOffset?: [number, number] | undefined;
|
617
617
|
hintWidth?: string | undefined;
|
618
618
|
hintContentLeft?: React.ReactNode;
|
619
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
619
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
620
620
|
items: ComboboxItemOption[];
|
621
621
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
622
622
|
placeholder?: string | undefined;
|
@@ -669,7 +669,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
669
669
|
hintOffset?: undefined;
|
670
670
|
hintWidth?: undefined;
|
671
671
|
hintContentLeft?: undefined;
|
672
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
672
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
673
673
|
items: ComboboxItemOption[];
|
674
674
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
675
675
|
placeholder?: string | undefined;
|
@@ -722,7 +722,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
722
722
|
hintOffset?: [number, number] | undefined;
|
723
723
|
hintWidth?: string | undefined;
|
724
724
|
hintContentLeft?: React.ReactNode;
|
725
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
725
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
726
726
|
items: ComboboxItemOption[];
|
727
727
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
728
728
|
placeholder?: string | undefined;
|
@@ -775,7 +775,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
775
775
|
hintOffset?: undefined;
|
776
776
|
hintWidth?: undefined;
|
777
777
|
hintContentLeft?: undefined;
|
778
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
778
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
779
779
|
items: ComboboxItemOption[];
|
780
780
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
781
781
|
placeholder?: string | undefined;
|
@@ -828,7 +828,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
828
828
|
hintOffset?: [number, number] | undefined;
|
829
829
|
hintWidth?: string | undefined;
|
830
830
|
hintContentLeft?: React.ReactNode;
|
831
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
831
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
832
832
|
items: ComboboxItemOption[];
|
833
833
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
834
834
|
placeholder?: string | undefined;
|
@@ -881,7 +881,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
881
881
|
hintOffset?: undefined;
|
882
882
|
hintWidth?: undefined;
|
883
883
|
hintContentLeft?: undefined;
|
884
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
884
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
885
885
|
items: ComboboxItemOption[];
|
886
886
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
887
887
|
placeholder?: string | undefined;
|
@@ -934,7 +934,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
934
934
|
hintOffset?: [number, number] | undefined;
|
935
935
|
hintWidth?: string | undefined;
|
936
936
|
hintContentLeft?: React.ReactNode;
|
937
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
937
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
938
938
|
items: ComboboxItemOption[];
|
939
939
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
940
940
|
placeholder?: string | undefined;
|
@@ -987,7 +987,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
987
987
|
hintOffset?: undefined;
|
988
988
|
hintWidth?: undefined;
|
989
989
|
hintContentLeft?: undefined;
|
990
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
990
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
991
991
|
items: ComboboxItemOption[];
|
992
992
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
993
993
|
placeholder?: string | undefined;
|
@@ -1040,7 +1040,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1040
1040
|
hintOffset?: [number, number] | undefined;
|
1041
1041
|
hintWidth?: string | undefined;
|
1042
1042
|
hintContentLeft?: React.ReactNode;
|
1043
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1043
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1044
1044
|
items: ComboboxItemOption[];
|
1045
1045
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1046
1046
|
placeholder?: string | undefined;
|
@@ -1093,7 +1093,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1093
1093
|
hintOffset?: undefined;
|
1094
1094
|
hintWidth?: undefined;
|
1095
1095
|
hintContentLeft?: undefined;
|
1096
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1096
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1097
1097
|
items: ComboboxItemOption[];
|
1098
1098
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1099
1099
|
placeholder?: string | undefined;
|
@@ -1146,7 +1146,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1146
1146
|
hintOffset?: [number, number] | undefined;
|
1147
1147
|
hintWidth?: string | undefined;
|
1148
1148
|
hintContentLeft?: React.ReactNode;
|
1149
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1149
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1150
1150
|
items: ComboboxItemOption[];
|
1151
1151
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1152
1152
|
placeholder?: string | undefined;
|
@@ -1199,7 +1199,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1199
1199
|
hintOffset?: undefined;
|
1200
1200
|
hintWidth?: undefined;
|
1201
1201
|
hintContentLeft?: undefined;
|
1202
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1202
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1203
1203
|
items: ComboboxItemOption[];
|
1204
1204
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1205
1205
|
placeholder?: string | undefined;
|
@@ -1252,7 +1252,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1252
1252
|
hintOffset?: [number, number] | undefined;
|
1253
1253
|
hintWidth?: string | undefined;
|
1254
1254
|
hintContentLeft?: React.ReactNode;
|
1255
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1255
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>) | ({
|
1256
1256
|
items: ComboboxItemOption[];
|
1257
1257
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement | undefined;
|
1258
1258
|
placeholder?: string | undefined;
|
@@ -1305,7 +1305,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1305
1305
|
hintOffset?: undefined;
|
1306
1306
|
hintWidth?: undefined;
|
1307
1307
|
hintContentLeft?: undefined;
|
1308
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "
|
1308
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "value" | "name"> & React.RefAttributes<HTMLInputElement>))>;
|
1309
1309
|
declare type PropsFromConfig = keyof typeof config['variations'];
|
1310
1310
|
declare type PropsOld = ComponentProps<typeof ComboboxOld> & {
|
1311
1311
|
items?: never;
|
@@ -9,11 +9,11 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
9
9
|
view: {
|
10
10
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
11
|
};
|
12
|
-
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
12
|
+
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "target" | "type" | "checked" | "maxLength" | "minLength" | "size"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
13
13
|
valueType?: "single" | undefined;
|
14
14
|
value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined;
|
15
15
|
onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue | undefined) => void) | undefined;
|
16
|
-
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
16
|
+
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "target" | "type" | "checked" | "maxLength" | "minLength" | "size"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
17
17
|
valueType: "multiple";
|
18
18
|
value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined;
|
19
19
|
onChangeValue?: ((value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue[] | undefined) => void) | undefined;
|
@@ -23,8 +23,8 @@ export declare const ComboboxItem: import("react").FunctionComponent<import("@sa
|
|
23
23
|
disabled?: boolean | undefined;
|
24
24
|
label?: import("react").ReactNode;
|
25
25
|
role?: string | undefined;
|
26
|
-
contentLeft?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").
|
27
|
-
contentRight?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").
|
26
|
+
contentLeft?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").FunctionComponent<any> | import("react").ComponentClass<any, any> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null | undefined;
|
27
|
+
contentRight?: string | number | boolean | import("react").ReactFragment | import("react").ReactPortal | import("react").FunctionComponent<any> | import("react").ComponentClass<any, any> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null | undefined;
|
28
28
|
name?: string | undefined;
|
29
29
|
checked?: boolean | undefined;
|
30
30
|
text?: string | undefined;
|
@@ -16,7 +16,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
|
|
16
16
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
17
|
};
|
18
18
|
}> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
|
19
|
-
requiredPlacement?: "
|
19
|
+
requiredPlacement?: "left" | "right" | undefined;
|
20
20
|
required?: boolean | undefined;
|
21
21
|
hasRequiredIndicator?: boolean | undefined;
|
22
22
|
value?: string | Date | undefined;
|
@@ -59,7 +59,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
59
59
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
60
60
|
};
|
61
61
|
}> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
|
62
|
-
requiredPlacement?: "
|
62
|
+
requiredPlacement?: "left" | "right" | undefined;
|
63
63
|
required?: boolean | undefined;
|
64
64
|
hasRequiredIndicator?: boolean | undefined;
|
65
65
|
value?: [string | import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType, string | import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType] | undefined;
|
@@ -87,7 +87,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
87
87
|
contentLeft?: import("react").ReactNode;
|
88
88
|
contentRight?: import("react").ReactNode;
|
89
89
|
leftHelper?: string | undefined;
|
90
|
-
requiredPlacement?: "
|
90
|
+
requiredPlacement?: "left" | "right" | undefined;
|
91
91
|
hasRequiredIndicator?: boolean | undefined;
|
92
92
|
firstValueError?: boolean | undefined;
|
93
93
|
secondValueError?: boolean | undefined;
|
@@ -14,7 +14,7 @@ export declare const Drawer: import("react").FunctionComponent<import("@salutejs
|
|
14
14
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
15
15
|
};
|
16
16
|
}> & import("@salutejs/plasma-new-hope/styled-components").PopupProps & import("@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
|
17
|
-
placement?: "
|
17
|
+
placement?: "left" | "right" | "top" | "bottom" | undefined;
|
18
18
|
asModal?: boolean | undefined;
|
19
19
|
customBackgroundColor?: string | undefined;
|
20
20
|
customContentBackgroundColor?: string | undefined;
|
@@ -38,7 +38,7 @@ export declare const DrawerContent: import("react").FunctionComponent<import("@s
|
|
38
38
|
*/
|
39
39
|
export declare const DrawerHeader: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & {
|
40
40
|
hasClose?: boolean | undefined;
|
41
|
-
closePlacement?: "
|
41
|
+
closePlacement?: "left" | "right" | undefined;
|
42
42
|
actions?: import("react").ReactNode;
|
43
43
|
onClose?: (() => void) | undefined;
|
44
44
|
view?: string | undefined;
|
@@ -5,8 +5,8 @@ export declare const DropdownNewHopeItem: React.FunctionComponent<import("@salut
|
|
5
5
|
disabled?: boolean | undefined;
|
6
6
|
label?: React.ReactNode;
|
7
7
|
role?: string | undefined;
|
8
|
-
contentLeft?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.
|
9
|
-
contentRight?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.
|
8
|
+
contentLeft?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.FunctionComponent<any> | React.ComponentClass<any, any> | React.ReactElement<any, string | React.JSXElementConstructor<any>> | null | undefined;
|
9
|
+
contentRight?: string | number | boolean | React.ReactFragment | React.ReactPortal | React.FunctionComponent<any> | React.ComponentClass<any, any> | React.ReactElement<any, string | React.JSXElementConstructor<any>> | null | undefined;
|
10
10
|
name?: string | undefined;
|
11
11
|
checked?: boolean | undefined;
|
12
12
|
text?: string | undefined;
|
@@ -14,7 +14,7 @@ export declare const Dropzone: import("react").FunctionComponent<import("@salute
|
|
14
14
|
title?: import("react").ReactNode;
|
15
15
|
description?: import("react").ReactNode;
|
16
16
|
icon?: import("react").ReactNode;
|
17
|
-
iconPlacement?: "
|
17
|
+
iconPlacement?: "left" | "top" | undefined;
|
18
18
|
size?: string | undefined;
|
19
19
|
view?: string | undefined;
|
20
20
|
disabled?: boolean | undefined;
|
@@ -40,7 +40,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
40
40
|
isLoading?: boolean | undefined;
|
41
41
|
loader?: import("react").ReactNode;
|
42
42
|
stretch?: boolean | undefined;
|
43
|
-
stretching?: ("
|
43
|
+
stretching?: ("fixed" | "auto" | "filled") | undefined;
|
44
44
|
square?: boolean | undefined;
|
45
45
|
focused?: boolean | undefined;
|
46
46
|
disabled?: boolean | undefined;
|
@@ -61,7 +61,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
61
61
|
isLoading?: boolean | undefined;
|
62
62
|
loader?: import("react").ReactNode;
|
63
63
|
stretch?: boolean | undefined;
|
64
|
-
stretching?: ("
|
64
|
+
stretching?: ("fixed" | "auto" | "filled") | undefined;
|
65
65
|
square?: boolean | undefined;
|
66
66
|
focused?: boolean | undefined;
|
67
67
|
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?: "16 / 9" | "1 / 1" | "1/1" | "3 / 4" | "3/4" | "4 / 3" | "4/3" | "9 / 16" | "9/16" | "16/9" | "1 / 2" | "1/2" | "2 / 1" | "2/1" | undefined;
|
8
8
|
customRatio?: string | undefined;
|
9
9
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -76,7 +76,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
76
76
|
chipType?: undefined;
|
77
77
|
chipView?: undefined;
|
78
78
|
chipValidator?: undefined;
|
79
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
79
|
+
} & 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<{
|
80
80
|
view: {
|
81
81
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
82
82
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -150,12 +150,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
150
150
|
onSearch?: undefined;
|
151
151
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
152
152
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
153
|
-
chipType?: "
|
153
|
+
chipType?: "text" | "default" | undefined;
|
154
154
|
chipView?: string | undefined;
|
155
155
|
chipValidator?: ((value: string) => {
|
156
156
|
view?: string | undefined;
|
157
157
|
}) | undefined;
|
158
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
158
|
+
} & 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<{
|
159
159
|
view: {
|
160
160
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
161
161
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -232,7 +232,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
232
232
|
chipType?: undefined;
|
233
233
|
chipView?: undefined;
|
234
234
|
chipValidator?: undefined;
|
235
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
235
|
+
} & 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<{
|
236
236
|
view: {
|
237
237
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
238
238
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -306,12 +306,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
306
306
|
onSearch?: undefined;
|
307
307
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
308
308
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
309
|
-
chipType?: "
|
309
|
+
chipType?: "text" | "default" | undefined;
|
310
310
|
chipView?: string | undefined;
|
311
311
|
chipValidator?: ((value: string) => {
|
312
312
|
view?: string | undefined;
|
313
313
|
}) | undefined;
|
314
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
314
|
+
} & 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<{
|
315
315
|
view: {
|
316
316
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
317
317
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -388,7 +388,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
388
388
|
chipType?: undefined;
|
389
389
|
chipView?: undefined;
|
390
390
|
chipValidator?: undefined;
|
391
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
391
|
+
} & 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<{
|
392
392
|
view: {
|
393
393
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
394
394
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -462,12 +462,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
462
462
|
onSearch?: undefined;
|
463
463
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
464
464
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
465
|
-
chipType?: "
|
465
|
+
chipType?: "text" | "default" | undefined;
|
466
466
|
chipView?: string | undefined;
|
467
467
|
chipValidator?: ((value: string) => {
|
468
468
|
view?: string | undefined;
|
469
469
|
}) | undefined;
|
470
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
470
|
+
} & 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<{
|
471
471
|
view: {
|
472
472
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
473
473
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -544,7 +544,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
544
544
|
chipType?: undefined;
|
545
545
|
chipView?: undefined;
|
546
546
|
chipValidator?: undefined;
|
547
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
547
|
+
} & 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<{
|
548
548
|
view: {
|
549
549
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
550
550
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -618,9 +618,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
618
618
|
onSearch?: undefined;
|
619
619
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
620
620
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
621
|
-
chipType?: "
|
621
|
+
chipType?: "text" | "default" | undefined;
|
622
622
|
chipView?: string | undefined;
|
623
623
|
chipValidator?: ((value: string) => {
|
624
624
|
view?: string | undefined;
|
625
625
|
}) | undefined;
|
626
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
626
|
+
} & 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>>;
|
@@ -54,7 +54,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
54
54
|
} & {
|
55
55
|
segmentation?: "clear" | undefined;
|
56
56
|
inputBackgroundType?: undefined;
|
57
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
57
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
58
58
|
value?: number | undefined;
|
59
59
|
min?: number | undefined;
|
60
60
|
max?: number | undefined;
|
@@ -80,4 +80,4 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
80
80
|
} & {
|
81
81
|
segmentation?: string | undefined;
|
82
82
|
inputBackgroundType?: string | undefined;
|
83
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
83
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -42,7 +42,7 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
42
42
|
size?: string | undefined;
|
43
43
|
readOnly?: boolean | undefined;
|
44
44
|
disabled?: boolean | undefined;
|
45
|
-
requiredPlacement?: "
|
45
|
+
requiredPlacement?: "left" | "right" | undefined;
|
46
46
|
required?: boolean | undefined;
|
47
47
|
hasRequiredIndicator?: boolean | undefined;
|
48
48
|
onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance | undefined;
|
@@ -82,7 +82,7 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
82
82
|
size?: string | undefined;
|
83
83
|
readOnly?: boolean | undefined;
|
84
84
|
disabled?: boolean | undefined;
|
85
|
-
requiredPlacement?: "
|
85
|
+
requiredPlacement?: "left" | "right" | undefined;
|
86
86
|
required?: boolean | undefined;
|
87
87
|
hasRequiredIndicator?: boolean | undefined;
|
88
88
|
onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance | undefined;
|
@@ -122,7 +122,7 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
122
122
|
size?: string | undefined;
|
123
123
|
readOnly?: boolean | undefined;
|
124
124
|
disabled?: boolean | undefined;
|
125
|
-
requiredPlacement?: "
|
125
|
+
requiredPlacement?: "left" | "right" | undefined;
|
126
126
|
required?: boolean | undefined;
|
127
127
|
hasRequiredIndicator?: boolean | undefined;
|
128
128
|
onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance | undefined;
|
@@ -28,7 +28,7 @@ export declare const Rating: import("react").FunctionComponent<import("@salutejs
|
|
28
28
|
iconSlotOutline?: import("react").ReactNode;
|
29
29
|
iconSlotHalf?: import("react").ReactNode;
|
30
30
|
hasIcons?: boolean | undefined;
|
31
|
-
iconQuantity?: 1 |
|
31
|
+
iconQuantity?: 1 | 10 | 5 | undefined;
|
32
32
|
helperText?: string | undefined;
|
33
33
|
helperTextStretching?: "fixed" | "filled" | undefined;
|
34
34
|
size?: string | undefined;
|
@@ -59,7 +59,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
59
59
|
contentLeft?: React.ReactNode;
|
60
60
|
placeholder?: string | undefined;
|
61
61
|
helperText?: string | undefined;
|
62
|
-
chipType?: "
|
62
|
+
chipType?: "text" | "default" | undefined;
|
63
63
|
} & {
|
64
64
|
multiselect?: false | undefined;
|
65
65
|
separator?: undefined;
|
@@ -116,7 +116,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
116
116
|
contentLeft?: React.ReactNode;
|
117
117
|
placeholder?: string | undefined;
|
118
118
|
helperText?: string | undefined;
|
119
|
-
chipType?: "
|
119
|
+
chipType?: "text" | "default" | undefined;
|
120
120
|
} & {
|
121
121
|
multiselect?: true | undefined;
|
122
122
|
separator?: string | undefined;
|
@@ -173,7 +173,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
173
173
|
contentLeft?: React.ReactNode;
|
174
174
|
placeholder?: string | undefined;
|
175
175
|
helperText?: string | undefined;
|
176
|
-
chipType?: "
|
176
|
+
chipType?: "text" | "default" | undefined;
|
177
177
|
} & {
|
178
178
|
multiselect?: false | undefined;
|
179
179
|
separator?: undefined;
|
@@ -230,7 +230,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
230
230
|
contentLeft?: React.ReactNode;
|
231
231
|
placeholder?: string | undefined;
|
232
232
|
helperText?: string | undefined;
|
233
|
-
chipType?: "
|
233
|
+
chipType?: "text" | "default" | undefined;
|
234
234
|
} & {
|
235
235
|
multiselect?: true | undefined;
|
236
236
|
separator?: string | undefined;
|
@@ -271,7 +271,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
271
271
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
272
272
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
273
273
|
target: "button-like";
|
274
|
-
view?: "default" | "
|
274
|
+
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | undefined;
|
275
275
|
contentLeft?: undefined;
|
276
276
|
placeholder?: undefined;
|
277
277
|
helperText?: undefined;
|
@@ -316,7 +316,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
316
316
|
onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
|
317
317
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
318
318
|
target: "button-like";
|
319
|
-
view?: "default" | "
|
319
|
+
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | undefined;
|
320
320
|
contentLeft?: undefined;
|
321
321
|
placeholder?: undefined;
|
322
322
|
helperText?: undefined;
|
@@ -42,7 +42,7 @@ export declare const LineSkeleton: import("react").FunctionComponent<import("@sa
|
|
42
42
|
};
|
43
43
|
}> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
|
44
44
|
customGradientColor?: string | undefined;
|
45
|
-
roundness?: 0 | 8 | 12 |
|
45
|
+
roundness?: 0 | 8 | 12 | 16 | 18 | 20 | 24 | 32 | 250 | 28 | 14 | undefined;
|
46
46
|
} & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement>>;
|
47
47
|
/**
|
48
48
|
* Компонент плейсхолдера нескольких строк текста.
|
@@ -88,7 +88,7 @@ export declare const TextSkeleton: import("react").FC<import("@salutejs/plasma-n
|
|
88
88
|
};
|
89
89
|
}> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/Skeleton.types").SkeletonSizeProps & {
|
90
90
|
customGradientColor?: string | undefined;
|
91
|
-
roundness?: 0 | 8 | 12 |
|
91
|
+
roundness?: 0 | 8 | 12 | 16 | 18 | 20 | 24 | 32 | 250 | 28 | 14 | undefined;
|
92
92
|
} & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types").TextSkeletonBaseProps>;
|
93
93
|
/**
|
94
94
|
* Компонент для создания прямоугольного плейсхолдера.
|