@salutejs/plasma-web 1.585.0-canary.2028.15754799902.0 → 1.585.0-canary.2029.15755421746.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/Combobox/Combobox.d.ts +24 -24
- package/components/Combobox/Legacy/Combobox.d.ts +2 -2
- package/components/Radiobox/Radiobox.d.ts +2 -48
- package/components/Select/Select.d.ts +6 -6
- package/components/Tokens/Colors/Colors.styles.d.ts +1 -1
- package/components/Tokens/Typography/Typography.styles.d.ts +1 -1
- package/package.json +3 -3
@@ -87,7 +87,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
87
87
|
hintOffset?: [number, number];
|
88
88
|
hintWidth?: string;
|
89
89
|
hintContentLeft?: React.ReactNode;
|
90
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
90
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
91
91
|
items: ComboboxItemOption[];
|
92
92
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
93
93
|
placeholder?: string;
|
@@ -141,7 +141,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
141
141
|
hintOffset?: never;
|
142
142
|
hintWidth?: never;
|
143
143
|
hintContentLeft?: never;
|
144
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
144
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
145
145
|
items: ComboboxItemOption[];
|
146
146
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
147
147
|
placeholder?: string;
|
@@ -195,7 +195,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
195
195
|
hintOffset?: [number, number];
|
196
196
|
hintWidth?: string;
|
197
197
|
hintContentLeft?: React.ReactNode;
|
198
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
198
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
199
199
|
items: ComboboxItemOption[];
|
200
200
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
201
201
|
placeholder?: string;
|
@@ -249,7 +249,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
249
249
|
hintOffset?: never;
|
250
250
|
hintWidth?: never;
|
251
251
|
hintContentLeft?: never;
|
252
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
252
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
253
253
|
items: ComboboxItemOption[];
|
254
254
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
255
255
|
placeholder?: string;
|
@@ -303,7 +303,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
303
303
|
hintOffset?: [number, number];
|
304
304
|
hintWidth?: string;
|
305
305
|
hintContentLeft?: React.ReactNode;
|
306
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
306
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
307
307
|
items: ComboboxItemOption[];
|
308
308
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
309
309
|
placeholder?: string;
|
@@ -357,7 +357,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
357
357
|
hintOffset?: never;
|
358
358
|
hintWidth?: never;
|
359
359
|
hintContentLeft?: never;
|
360
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
360
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
361
361
|
items: ComboboxItemOption[];
|
362
362
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
363
363
|
placeholder?: string;
|
@@ -411,7 +411,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
411
411
|
hintOffset?: [number, number];
|
412
412
|
hintWidth?: string;
|
413
413
|
hintContentLeft?: React.ReactNode;
|
414
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
414
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
415
415
|
items: ComboboxItemOption[];
|
416
416
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
417
417
|
placeholder?: string;
|
@@ -465,7 +465,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
465
465
|
hintOffset?: never;
|
466
466
|
hintWidth?: never;
|
467
467
|
hintContentLeft?: never;
|
468
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
468
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
469
469
|
items: ComboboxItemOption[];
|
470
470
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
471
471
|
placeholder?: string;
|
@@ -519,7 +519,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
519
519
|
hintOffset?: [number, number];
|
520
520
|
hintWidth?: string;
|
521
521
|
hintContentLeft?: React.ReactNode;
|
522
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
522
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
523
523
|
items: ComboboxItemOption[];
|
524
524
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
525
525
|
placeholder?: string;
|
@@ -573,7 +573,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
573
573
|
hintOffset?: never;
|
574
574
|
hintWidth?: never;
|
575
575
|
hintContentLeft?: never;
|
576
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
576
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
577
577
|
items: ComboboxItemOption[];
|
578
578
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
579
579
|
placeholder?: string;
|
@@ -627,7 +627,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
627
627
|
hintOffset?: [number, number];
|
628
628
|
hintWidth?: string;
|
629
629
|
hintContentLeft?: React.ReactNode;
|
630
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
630
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
631
631
|
items: ComboboxItemOption[];
|
632
632
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
633
633
|
placeholder?: string;
|
@@ -681,7 +681,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
681
681
|
hintOffset?: never;
|
682
682
|
hintWidth?: never;
|
683
683
|
hintContentLeft?: never;
|
684
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
684
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
685
685
|
items: ComboboxItemOption[];
|
686
686
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
687
687
|
placeholder?: string;
|
@@ -735,7 +735,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
735
735
|
hintOffset?: [number, number];
|
736
736
|
hintWidth?: string;
|
737
737
|
hintContentLeft?: React.ReactNode;
|
738
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
738
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
739
739
|
items: ComboboxItemOption[];
|
740
740
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
741
741
|
placeholder?: string;
|
@@ -789,7 +789,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
789
789
|
hintOffset?: never;
|
790
790
|
hintWidth?: never;
|
791
791
|
hintContentLeft?: never;
|
792
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
792
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
793
793
|
items: ComboboxItemOption[];
|
794
794
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
795
795
|
placeholder?: string;
|
@@ -843,7 +843,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
843
843
|
hintOffset?: [number, number];
|
844
844
|
hintWidth?: string;
|
845
845
|
hintContentLeft?: React.ReactNode;
|
846
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
846
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
847
847
|
items: ComboboxItemOption[];
|
848
848
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
849
849
|
placeholder?: string;
|
@@ -897,7 +897,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
897
897
|
hintOffset?: never;
|
898
898
|
hintWidth?: never;
|
899
899
|
hintContentLeft?: never;
|
900
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
900
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
901
901
|
items: ComboboxItemOption[];
|
902
902
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
903
903
|
placeholder?: string;
|
@@ -951,7 +951,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
951
951
|
hintOffset?: [number, number];
|
952
952
|
hintWidth?: string;
|
953
953
|
hintContentLeft?: React.ReactNode;
|
954
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
954
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
955
955
|
items: ComboboxItemOption[];
|
956
956
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
957
957
|
placeholder?: string;
|
@@ -1005,7 +1005,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1005
1005
|
hintOffset?: never;
|
1006
1006
|
hintWidth?: never;
|
1007
1007
|
hintContentLeft?: never;
|
1008
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
1008
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1009
1009
|
items: ComboboxItemOption[];
|
1010
1010
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
1011
1011
|
placeholder?: string;
|
@@ -1059,7 +1059,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1059
1059
|
hintOffset?: [number, number];
|
1060
1060
|
hintWidth?: string;
|
1061
1061
|
hintContentLeft?: React.ReactNode;
|
1062
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
1062
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1063
1063
|
items: ComboboxItemOption[];
|
1064
1064
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
1065
1065
|
placeholder?: string;
|
@@ -1113,7 +1113,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1113
1113
|
hintOffset?: never;
|
1114
1114
|
hintWidth?: never;
|
1115
1115
|
hintContentLeft?: never;
|
1116
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
1116
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1117
1117
|
items: ComboboxItemOption[];
|
1118
1118
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
1119
1119
|
placeholder?: string;
|
@@ -1167,7 +1167,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1167
1167
|
hintOffset?: [number, number];
|
1168
1168
|
hintWidth?: string;
|
1169
1169
|
hintContentLeft?: React.ReactNode;
|
1170
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
1170
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1171
1171
|
items: ComboboxItemOption[];
|
1172
1172
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
1173
1173
|
placeholder?: string;
|
@@ -1221,7 +1221,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1221
1221
|
hintOffset?: never;
|
1222
1222
|
hintWidth?: never;
|
1223
1223
|
hintContentLeft?: never;
|
1224
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
1224
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1225
1225
|
items: ComboboxItemOption[];
|
1226
1226
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
1227
1227
|
placeholder?: string;
|
@@ -1275,7 +1275,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1275
1275
|
hintOffset?: [number, number];
|
1276
1276
|
hintWidth?: string;
|
1277
1277
|
hintContentLeft?: React.ReactNode;
|
1278
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
1278
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
1279
1279
|
items: ComboboxItemOption[];
|
1280
1280
|
placement?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types").Placement;
|
1281
1281
|
placeholder?: string;
|
@@ -1329,7 +1329,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1329
1329
|
hintOffset?: never;
|
1330
1330
|
hintWidth?: never;
|
1331
1331
|
hintContentLeft?: never;
|
1332
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "
|
1332
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "name" | "onChange" | "defaultValue" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
1333
1333
|
type PropsFromConfig = keyof typeof config['variations'];
|
1334
1334
|
type PropsOld = ComponentProps<typeof ComboboxOld> & {
|
1335
1335
|
items?: never;
|
@@ -8,11 +8,11 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
8
8
|
view: {
|
9
9
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
10
10
|
};
|
11
|
-
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "
|
11
|
+
}> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "target" | "type" | "onChange" | "value" | "checked" | "maxLength" | "minLength" | "size"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
12
12
|
valueType?: "single";
|
13
13
|
value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue;
|
14
14
|
onChangeValue?: (value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue) => void;
|
15
|
-
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "
|
15
|
+
} & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "target" | "type" | "onChange" | "value" | "checked" | "maxLength" | "minLength" | "size"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
|
16
16
|
valueType: "multiple";
|
17
17
|
value?: Array<import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>;
|
18
18
|
onChangeValue?: (value?: Array<import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>) => void;
|
@@ -1,54 +1,8 @@
|
|
1
1
|
import { ComponentProps } from 'react';
|
2
|
-
declare const RadioboxComponent: import("react").FunctionComponent<
|
3
|
-
size: {
|
4
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
6
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
7
|
-
};
|
8
|
-
view: {
|
9
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
10
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
12
|
-
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
|
-
tertiary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
|
-
paragraph: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
15
|
-
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
16
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
|
-
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
|
-
};
|
19
|
-
disabled: {
|
20
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
21
|
-
};
|
22
|
-
focused: {
|
23
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
24
|
-
};
|
25
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
|
2
|
+
declare const RadioboxComponent: import("react").FunctionComponent<any>;
|
26
3
|
export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
|
27
4
|
/**
|
28
5
|
* Переключатель, или *радиокнопка*.
|
29
6
|
*/
|
30
|
-
export declare const Radiobox: import("react").FunctionComponent<
|
31
|
-
size: {
|
32
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
33
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
34
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
35
|
-
};
|
36
|
-
view: {
|
37
|
-
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
38
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
39
|
-
primary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
40
|
-
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
41
|
-
tertiary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
42
|
-
paragraph: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
43
|
-
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
44
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
45
|
-
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
46
|
-
};
|
47
|
-
disabled: {
|
48
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
49
|
-
};
|
50
|
-
focused: {
|
51
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
52
|
-
};
|
53
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate" | "appearance"> & import("react").RefAttributes<HTMLInputElement>>;
|
7
|
+
export declare const Radiobox: import("react").FunctionComponent<any>;
|
54
8
|
export { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -98,7 +98,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
98
98
|
isOpen?: boolean;
|
99
99
|
listHeight?: React.CSSProperties["height"];
|
100
100
|
onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
|
101
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
101
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
102
102
|
hintText: string;
|
103
103
|
hintTrigger?: "hover" | "click";
|
104
104
|
hintView?: string;
|
@@ -156,7 +156,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
156
156
|
isOpen?: boolean;
|
157
157
|
listHeight?: React.CSSProperties["height"];
|
158
158
|
onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
|
159
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
159
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
160
160
|
hintTrigger?: never;
|
161
161
|
hintText?: never;
|
162
162
|
hintView?: never;
|
@@ -213,7 +213,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
213
213
|
isOpen?: boolean;
|
214
214
|
listHeight?: React.CSSProperties["height"];
|
215
215
|
onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
|
216
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
216
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
217
217
|
hintTrigger?: never;
|
218
218
|
hintText?: never;
|
219
219
|
hintView?: never;
|
@@ -271,7 +271,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
271
271
|
isOpen?: boolean;
|
272
272
|
listHeight?: React.CSSProperties["height"];
|
273
273
|
onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
|
274
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
274
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
275
275
|
target: "button-like";
|
276
276
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
277
277
|
contentLeft?: never;
|
@@ -316,7 +316,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
316
316
|
isOpen?: boolean;
|
317
317
|
listHeight?: React.CSSProperties["height"];
|
318
318
|
onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
|
319
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
319
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
320
320
|
target: "button-like";
|
321
321
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
322
322
|
contentLeft?: never;
|
@@ -362,7 +362,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
362
362
|
isOpen?: boolean;
|
363
363
|
listHeight?: React.CSSProperties["height"];
|
364
364
|
onScrollBottom?: (e: React.UIEvent<HTMLUListElement>) => void;
|
365
|
-
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "
|
365
|
+
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & React.RefAttributes<HTMLButtonElement>))>;
|
366
366
|
export type SelectProps<T, K extends DropdownNodeSelect> = DistributiveOmit<MergedSelectPropsNewHope<T, K>, 'size' | 'view' | 'chipView' | 'disabled'> & DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'disabled'>;
|
367
367
|
declare const Select: <T, K extends DropdownNodeSelect>(props: SelectProps<T, K> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
|
368
368
|
export { Select };
|
@@ -34,7 +34,7 @@ export declare const StyledSegmentItem: import("styled-components").StyledCompon
|
|
34
34
|
export declare const AccordionInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
35
35
|
export declare const Subcategory: import("styled-components").StyledComponent<"div", any, {}, never>;
|
36
36
|
export declare const ColumnTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
37
|
-
export declare const StyledAccordionItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "
|
37
|
+
export declare const StyledAccordionItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "title" | "onChange"> & {
|
38
38
|
value?: boolean;
|
39
39
|
type?: "clear" | "arrow" | "sign";
|
40
40
|
contentLeft?: React.ReactNode;
|
@@ -36,7 +36,7 @@ export declare const StyledSegmentItem: import("styled-components").StyledCompon
|
|
36
36
|
export declare const AccordionTypographyTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
37
37
|
export declare const FontFamily: import("styled-components").StyledComponent<"span", any, {}, never>;
|
38
38
|
export declare const AccordionInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
39
|
-
export declare const StyledAccordionItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "
|
39
|
+
export declare const StyledAccordionItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "title" | "onChange"> & {
|
40
40
|
value?: boolean;
|
41
41
|
type?: "clear" | "arrow" | "sign";
|
42
42
|
contentLeft?: React.ReactNode;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.585.0-canary.
|
3
|
+
"version": "1.585.0-canary.2029.15755421746.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.198.0",
|
23
23
|
"@salutejs/plasma-hope": "1.343.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.327.0-canary.
|
24
|
+
"@salutejs/plasma-new-hope": "0.327.0-canary.2029.15755421746.0",
|
25
25
|
"@salutejs/plasma-themes": "0.34.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.50.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.61.0",
|
@@ -111,5 +111,5 @@
|
|
111
111
|
"Fanil Zubairov"
|
112
112
|
],
|
113
113
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
114
|
+
"gitHead": "f60bc9194b6528f3c15cb672d16cf365496c5bc0"
|
115
115
|
}
|