profinansy-ui-lib 4.0.25 → 4.0.26
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.
|
@@ -36,6 +36,8 @@ export type TSelectCommon = {
|
|
|
36
36
|
hideSelectedOptions?: boolean;
|
|
37
37
|
/**Закрывать меню или нет после выбора опшена. По умолчанию false*/
|
|
38
38
|
closeMenuOnSelect?: boolean;
|
|
39
|
+
/**Показывать кнопку "Выбрать все" для мультиселекта. По умолчанию true*/
|
|
40
|
+
showSelectAll?: boolean;
|
|
39
41
|
};
|
|
40
42
|
export type TSelectConditional = {
|
|
41
43
|
isMulti?: false;
|
|
@@ -53,5 +55,6 @@ declare module 'react-select/dist/declarations/src/Select' {
|
|
|
53
55
|
isAutoHeight?: boolean;
|
|
54
56
|
customTheme?: TTheme;
|
|
55
57
|
customPositionMenu?: string;
|
|
58
|
+
showSelectAll?: boolean;
|
|
56
59
|
}
|
|
57
60
|
}
|