@salutejs/plasma-web 1.586.0-canary.2047.15880698675.0 → 1.586.0-canary.2047.15976223953.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/CHANGELOG.md +56 -3125
- package/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/Combobox/Legacy/Combobox.d.ts +2 -2
- package/components/DatePicker/DatePicker.d.ts +3 -3
- package/components/Mask/Mask.d.ts +8 -8
- package/components/NumberInput/NumberInput.d.ts +2 -2
- package/components/Radiobox/Radiobox.d.ts +48 -2
- package/components/Select/Select.d.ts +6 -6
- package/components/TextField/TextField.d.ts +8 -8
- package/components/Tokens/Colors/Colors.styles.d.ts +1 -1
- package/components/Tokens/Typography/Typography.styles.d.ts +1 -1
- package/components/Tour/Tour.config.d.ts +14 -0
- package/components/Tour/Tour.config.js +56 -0
- package/components/Tour/Tour.d.ts +8 -0
- package/components/Tour/Tour.js +14 -0
- package/components/Tour/index.d.ts +2 -0
- package/components/Tour/index.js +11 -0
- package/css/cjs/components/Tour/Tour.config.js +22 -0
- package/css/cjs/components/Tour/Tour.config.js.map +1 -0
- package/css/cjs/components/Tour/Tour.config_emlbg6.css +2 -0
- package/css/cjs/components/Tour/Tour.css +2 -0
- package/css/cjs/components/Tour/Tour.js +12 -0
- package/css/cjs/components/Tour/Tour.js.map +1 -0
- package/css/cjs/index.css +3 -0
- package/css/cjs/index.js +2 -0
- package/css/cjs/index.js.map +1 -1
- package/css/es/components/Tour/Tour.config.js +18 -0
- package/css/es/components/Tour/Tour.config.js.map +1 -0
- package/css/es/components/Tour/Tour.config_emlbg6.css +2 -0
- package/css/es/components/Tour/Tour.css +2 -0
- package/css/es/components/Tour/Tour.js +8 -0
- package/css/es/components/Tour/Tour.js.map +1 -0
- package/css/es/index.css +3 -0
- package/css/es/index.js +1 -0
- package/css/es/index.js.map +1 -1
- package/css/index.d.ts +2 -0
- package/es/components/Tour/Tour.config.js +46 -0
- package/es/components/Tour/Tour.js +4 -0
- package/es/components/Tour/index.js +1 -0
- package/es/index.js +1 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/mixins/index.d.ts +1 -1
- package/package.json +8 -8
@@ -81,7 +81,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
81
81
|
chipType?: never;
|
82
82
|
chipView?: never;
|
83
83
|
chipValidator?: never;
|
84
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
84
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
85
85
|
size?: string;
|
86
86
|
view?: string;
|
87
87
|
labelPlacement?: string;
|
@@ -136,7 +136,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
136
136
|
chipValidator?: (value: string) => {
|
137
137
|
view?: string;
|
138
138
|
};
|
139
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
139
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
140
140
|
size?: string;
|
141
141
|
view?: string;
|
142
142
|
labelPlacement?: string;
|
@@ -189,7 +189,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
189
189
|
chipType?: never;
|
190
190
|
chipView?: never;
|
191
191
|
chipValidator?: never;
|
192
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
192
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
193
193
|
size?: string;
|
194
194
|
view?: string;
|
195
195
|
labelPlacement?: string;
|
@@ -244,7 +244,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
244
244
|
chipValidator?: (value: string) => {
|
245
245
|
view?: string;
|
246
246
|
};
|
247
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
247
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
248
248
|
size?: string;
|
249
249
|
view?: string;
|
250
250
|
labelPlacement?: string;
|
@@ -297,7 +297,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
297
297
|
chipType?: never;
|
298
298
|
chipView?: never;
|
299
299
|
chipValidator?: never;
|
300
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
300
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
301
301
|
size?: string;
|
302
302
|
view?: string;
|
303
303
|
labelPlacement?: string;
|
@@ -352,7 +352,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
352
352
|
chipValidator?: (value: string) => {
|
353
353
|
view?: string;
|
354
354
|
};
|
355
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
355
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
356
356
|
size?: string;
|
357
357
|
view?: string;
|
358
358
|
labelPlacement?: string;
|
@@ -405,7 +405,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
405
405
|
chipType?: never;
|
406
406
|
chipView?: never;
|
407
407
|
chipValidator?: never;
|
408
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
408
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
409
409
|
size?: string;
|
410
410
|
view?: string;
|
411
411
|
labelPlacement?: string;
|
@@ -460,4 +460,4 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
460
460
|
chipValidator?: (value: string) => {
|
461
461
|
view?: string;
|
462
462
|
};
|
463
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
463
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "defaultValue" | "name" | "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>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & 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>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & 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;
|
@@ -30,13 +30,13 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
|
|
30
30
|
textBefore?: string;
|
31
31
|
textAfter?: string;
|
32
32
|
autoComplete?: string;
|
33
|
-
onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: DateInfo, originalDate?: Date, isoDate?: string) => void;
|
34
|
-
onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, originalDate?: DateType, isoDate?: string) => void;
|
33
|
+
onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo, originalDate?: Date, isoDate?: string) => void;
|
34
|
+
onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType, isoDate?: string) => void;
|
35
35
|
onChange?: (event: {
|
36
36
|
target: {
|
37
37
|
value?: string;
|
38
38
|
name?: string;
|
39
|
-
originalDate?: DateType;
|
39
|
+
originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType;
|
40
40
|
isoDate?: string;
|
41
41
|
};
|
42
42
|
}) => void;
|
@@ -76,7 +76,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
76
76
|
chipType?: never;
|
77
77
|
chipView?: never;
|
78
78
|
chipValidator?: never;
|
79
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
79
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & 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;
|
@@ -156,7 +156,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
156
156
|
chipValidator?: (value: string) => {
|
157
157
|
view?: string;
|
158
158
|
};
|
159
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
159
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & 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<{
|
160
160
|
view: {
|
161
161
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
162
162
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -234,7 +234,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
234
234
|
chipType?: never;
|
235
235
|
chipView?: never;
|
236
236
|
chipValidator?: never;
|
237
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
237
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & 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<{
|
238
238
|
view: {
|
239
239
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
240
240
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -314,7 +314,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
314
314
|
chipValidator?: (value: string) => {
|
315
315
|
view?: string;
|
316
316
|
};
|
317
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
317
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & 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<{
|
318
318
|
view: {
|
319
319
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
320
320
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -392,7 +392,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
392
392
|
chipType?: never;
|
393
393
|
chipView?: never;
|
394
394
|
chipValidator?: never;
|
395
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
395
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & 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<{
|
396
396
|
view: {
|
397
397
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
398
398
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -472,7 +472,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
472
472
|
chipValidator?: (value: string) => {
|
473
473
|
view?: string;
|
474
474
|
};
|
475
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
475
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & 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<{
|
476
476
|
view: {
|
477
477
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
478
478
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -550,7 +550,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
550
550
|
chipType?: never;
|
551
551
|
chipView?: never;
|
552
552
|
chipValidator?: never;
|
553
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
553
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & 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<{
|
554
554
|
view: {
|
555
555
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
556
556
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -630,4 +630,4 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
630
630
|
chipValidator?: (value: string) => {
|
631
631
|
view?: string;
|
632
632
|
};
|
633
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
633
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
@@ -53,7 +53,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
53
53
|
} & {
|
54
54
|
segmentation?: "clear";
|
55
55
|
inputBackgroundType?: never;
|
56
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
56
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
57
57
|
value?: number;
|
58
58
|
min?: number;
|
59
59
|
max?: number;
|
@@ -79,4 +79,4 @@ export declare const NumberInput: import("react").FunctionComponent<import("@sal
|
|
79
79
|
} & {
|
80
80
|
segmentation?: string;
|
81
81
|
inputBackgroundType?: string;
|
82
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "
|
82
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -1,8 +1,54 @@
|
|
1
1
|
import { ComponentProps } from 'react';
|
2
|
-
declare const RadioboxComponent: import("react").FunctionComponent<
|
2
|
+
declare const RadioboxComponent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
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>>;
|
3
26
|
export type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
|
4
27
|
/**
|
5
28
|
* Переключатель, или *радиокнопка*.
|
6
29
|
*/
|
7
|
-
export declare const Radiobox: import("react").FunctionComponent<
|
30
|
+
export declare const Radiobox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
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>>;
|
8
54
|
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" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
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" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
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" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
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" | "nonce" | "onResize" | "onResizeCapture" | "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" | "nonce" | "onResize" | "onResizeCapture" | "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" | "nonce" | "onResize" | "onResizeCapture" | "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 };
|