@alfalab/core-components-picker-button 11.1.10 → 11.3.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/Component-081223cb.d.ts +220 -0
- package/Component-0816e61d.d.ts +5 -0
- package/Component-72dda473.d.ts +53 -0
- package/Component-c44170fe.d.ts +281 -0
- package/Component.desktop-785df74d.d.ts +1 -1
- package/Component.desktop.d.ts +2 -2
- package/Component.desktop.js +3 -2
- package/Component.mobile-d7e9f69d.d.ts +1 -1
- package/Component.mobile.d.ts +4 -4
- package/Component.responsive.d.ts +7 -9
- package/Component.responsive.js +1 -0
- package/browser-a216f694.d.ts +6 -0
- package/cssm/Component-081223cb.d.ts +220 -0
- package/cssm/Component-0816e61d.d.ts +5 -0
- package/cssm/Component-c44170fe.d.ts +281 -0
- package/cssm/Component.desktop-785df74d.d.ts +1 -1
- package/cssm/Component.desktop.d.ts +2 -2
- package/cssm/Component.desktop.js +2 -1
- package/cssm/Component.mobile-d7e9f69d.d.ts +1 -1
- package/cssm/Component.mobile.d.ts +4 -4
- package/cssm/Component.responsive.d.ts +7 -9
- package/cssm/Component.responsive.js +1 -0
- package/cssm/browser-a216f694.d.ts +6 -0
- package/cssm/{desktop.d.ts → desktop/index.d.ts} +1 -1
- package/cssm/{desktop.js → desktop/index.js} +8 -7
- package/cssm/field/Component.d.ts +1 -1
- package/cssm/field/index.module.css +2 -2
- package/cssm/{index-10db897e.d.ts → index-081223cb.d.ts} +12 -1
- package/cssm/index-785df74d.d.ts +2 -0
- package/cssm/index-c44170fe.d.ts +17 -2
- package/cssm/index-ebda875c.d.ts +53 -192
- package/cssm/index.js +1 -0
- package/cssm/mobile/index.d.ts +2 -0
- package/cssm/{mobile.js → mobile/index.js} +6 -6
- package/cssm/option/Component.d.ts +2 -2
- package/cssm/shared/index.d.ts +2 -0
- package/cssm/{shared.js → shared/index.js} +1 -1
- package/cssm/typings-0816e61d.d.ts +1320 -0
- package/cssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/cssm/useSkeleton-1b036d4b.d.ts +31 -3
- package/cssm/{utils-0f4b9bed.d.ts → utils-d2597f31.d.ts} +1 -1
- package/{esm/desktop.d.ts → desktop/index.d.ts} +1 -1
- package/{desktop.js → desktop/index.js} +5 -4
- package/desktop/package.json +3 -0
- package/esm/Component-081223cb.d.ts +220 -0
- package/esm/Component-0816e61d.d.ts +5 -0
- package/esm/Component-72dda473.d.ts +53 -0
- package/{cssm/Component-10db897e.d.ts → esm/Component-c44170fe.d.ts} +3 -18
- package/esm/Component.desktop-785df74d.d.ts +1 -1
- package/esm/Component.desktop.d.ts +2 -2
- package/esm/Component.desktop.js +3 -2
- package/esm/Component.mobile-d7e9f69d.d.ts +1 -1
- package/esm/Component.mobile.d.ts +4 -4
- package/esm/Component.responsive.d.ts +7 -9
- package/esm/Component.responsive.js +1 -0
- package/esm/browser-a216f694.d.ts +6 -0
- package/{modern/desktop.d.ts → esm/desktop/index.d.ts} +1 -1
- package/esm/{desktop.js → desktop/index.js} +5 -4
- package/esm/field/Component.d.ts +1 -1
- package/esm/field/Component.js +1 -1
- package/esm/field/index.css +8 -8
- package/{index-10db897e.d.ts → esm/index-081223cb.d.ts} +13 -2
- package/esm/index-785df74d.d.ts +2 -0
- package/esm/index-c44170fe.d.ts +17 -2
- package/esm/index-ebda875c.d.ts +1 -2
- package/esm/index.css +5 -5
- package/esm/index.js +1 -0
- package/esm/mobile/index.d.ts +2 -0
- package/esm/{mobile.js → mobile/index.js} +4 -4
- package/esm/option/Component.d.ts +2 -2
- package/esm/option/Component.js +1 -1
- package/esm/option/index.css +4 -4
- package/esm/shared/index.d.ts +2 -0
- package/esm/{shared.js → shared/index.js} +1 -1
- package/esm/typings-0816e61d.d.ts +1320 -0
- package/esm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/esm/useSkeleton-1b036d4b.d.ts +40 -0
- package/{modern/utils-0f4b9bed.d.ts → esm/utils-d2597f31.d.ts} +1 -1
- package/field/Component.d.ts +1 -1
- package/field/Component.js +1 -1
- package/field/index.css +8 -8
- package/{esm/index-10db897e.d.ts → index-081223cb.d.ts} +13 -2
- package/index-785df74d.d.ts +2 -0
- package/index-c44170fe.d.ts +17 -2
- package/index-ebda875c.d.ts +0 -1
- package/index.css +5 -5
- package/index.js +1 -0
- package/mobile/index.d.ts +2 -0
- package/{mobile.js → mobile/index.js} +4 -4
- package/mobile/package.json +3 -0
- package/modern/Component-081223cb.d.ts +220 -0
- package/modern/Component-0816e61d.d.ts +5 -0
- package/modern/Component-72dda473.d.ts +53 -0
- package/modern/Component-c44170fe.d.ts +281 -0
- package/modern/Component.desktop-785df74d.d.ts +1 -1
- package/modern/Component.desktop.d.ts +2 -2
- package/modern/Component.desktop.js +3 -2
- package/modern/Component.mobile-d7e9f69d.d.ts +1 -1
- package/modern/Component.mobile.d.ts +4 -4
- package/modern/Component.responsive.d.ts +7 -9
- package/modern/Component.responsive.js +1 -0
- package/modern/browser-a216f694.d.ts +6 -0
- package/{desktop.d.ts → modern/desktop/index.d.ts} +1 -1
- package/modern/{desktop.js → desktop/index.js} +5 -4
- package/modern/field/Component.d.ts +1 -1
- package/modern/field/Component.js +1 -1
- package/modern/field/index.css +8 -8
- package/modern/{index-10db897e.d.ts → index-081223cb.d.ts} +13 -2
- package/modern/index-785df74d.d.ts +2 -0
- package/modern/index-c44170fe.d.ts +17 -2
- package/modern/index-ebda875c.d.ts +0 -1
- package/modern/index.css +5 -5
- package/modern/index.js +1 -0
- package/modern/mobile/index.d.ts +2 -0
- package/modern/{mobile.js → mobile/index.js} +4 -4
- package/modern/option/Component.d.ts +2 -2
- package/modern/option/Component.js +1 -1
- package/modern/option/index.css +4 -4
- package/modern/shared/index.d.ts +2 -0
- package/modern/{shared.js → shared/index.js} +1 -1
- package/modern/typings-0816e61d.d.ts +1320 -0
- package/modern/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/modern/useSkeleton-1b036d4b.d.ts +40 -0
- package/{esm/utils-0f4b9bed.d.ts → modern/utils-d2597f31.d.ts} +1 -1
- package/option/Component.d.ts +2 -2
- package/option/Component.js +1 -1
- package/option/index.css +4 -4
- package/package.json +4 -3
- package/shared/index.d.ts +2 -0
- package/{shared.js → shared/index.js} +1 -1
- package/shared/package.json +3 -0
- package/src/Component.desktop.tsx +3 -0
- package/src/Component.mobile.tsx +3 -1
- package/src/Component.responsive.tsx +6 -6
- package/src/{desktop.ts → desktop/index.ts} +1 -1
- package/src/desktop/package.json +3 -0
- package/src/field/index.module.css +1 -1
- package/src/mobile/index.ts +1 -0
- package/src/mobile/package.json +3 -0
- package/src/shared/index.ts +2 -0
- package/src/shared/package.json +3 -0
- package/typings-0816e61d.d.ts +1320 -0
- package/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/useSkeleton-1b036d4b.d.ts +40 -0
- package/{utils-0f4b9bed.d.ts → utils-d2597f31.d.ts} +1 -1
- package/Component-0f4b9bed.d.ts +0 -72
- package/Component-10db897e.d.ts +0 -6
- package/Component-69921c40.d.ts +0 -184
- package/Component-bdb4c6b9.d.ts +0 -12
- package/Component-c76d6398.d.ts +0 -5
- package/Component-ebda875c.d.ts +0 -12
- package/Component.mobile-f1f15074.d.ts +0 -34
- package/Component.mobile-f28cbba0.d.ts +0 -41
- package/Component.modal.mobile-0f4b9bed.d.ts +0 -60
- package/Component.responsive-3109f463.d.ts +0 -26
- package/Context-bdb4c6b9.d.ts +0 -4
- package/ResponsiveContext-baf4875b.d.ts +0 -5
- package/component-10db897e.d.ts +0 -44
- package/cssm/Component-0f4b9bed.d.ts +0 -5
- package/cssm/Component-aed0af6e.d.ts +0 -11
- package/cssm/Component-bdb4c6b9.d.ts +0 -12
- package/cssm/Component-c76d6398.d.ts +0 -5
- package/cssm/Component-ebda875c.d.ts +0 -101
- package/cssm/Component-f12ee135.d.ts +0 -72
- package/cssm/Component.mobile-96988a65.d.ts +0 -6
- package/cssm/Component.mobile-f1f15074.d.ts +0 -34
- package/cssm/Component.mobile-f28cbba0.d.ts +0 -41
- package/cssm/Component.responsive-d7e9f69d.d.ts +0 -26
- package/cssm/Context-bdb4c6b9.d.ts +0 -4
- package/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
- package/cssm/desktop-69921c40.d.ts +0 -6
- package/cssm/hook-8abfea97.d.ts +0 -90
- package/cssm/hook-ebda875c.d.ts +0 -48
- package/cssm/index-136acbb1.d.ts +0 -28
- package/cssm/index-bdb4c6b9.d.ts +0 -180
- package/cssm/index-c76d6398.d.ts +0 -2
- package/cssm/index-f12ee135.d.ts +0 -324
- package/cssm/mobile.d.ts +0 -2
- package/cssm/shared-4cd3936b.d.ts +0 -7
- package/cssm/shared.d.ts +0 -2
- package/cssm/typings-0f4b9bed.d.ts +0 -576
- package/cssm/typings-89f0cb07.d.ts +0 -93
- package/cssm/typings-bdb4c6b9.d.ts +0 -52
- package/desktop-69921c40.d.ts +0 -6
- package/esm/Component-0f4b9bed.d.ts +0 -72
- package/esm/Component-10db897e.d.ts +0 -6
- package/esm/Component-69921c40.d.ts +0 -184
- package/esm/Component-bdb4c6b9.d.ts +0 -12
- package/esm/Component-c76d6398.d.ts +0 -5
- package/esm/Component-ebda875c.d.ts +0 -12
- package/esm/Component.mobile-f1f15074.d.ts +0 -34
- package/esm/Component.mobile-f28cbba0.d.ts +0 -41
- package/esm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
- package/esm/Component.responsive-3109f463.d.ts +0 -26
- package/esm/Context-bdb4c6b9.d.ts +0 -4
- package/esm/ResponsiveContext-baf4875b.d.ts +0 -5
- package/esm/component-10db897e.d.ts +0 -44
- package/esm/desktop-69921c40.d.ts +0 -6
- package/esm/hook-8abfea97.d.ts +0 -90
- package/esm/index-136acbb1.d.ts +0 -28
- package/esm/index-bdb4c6b9.d.ts +0 -2
- package/esm/index-c76d6398.d.ts +0 -2
- package/esm/index-f12ee135.d.ts +0 -3
- package/esm/mobile-89f0cb07.d.ts +0 -6
- package/esm/mobile.d.ts +0 -2
- package/esm/shared-4cd3936b.d.ts +0 -65
- package/esm/shared.d.ts +0 -2
- package/esm/types-67a2d8af.d.ts +0 -276
- package/esm/typings-0f4b9bed.d.ts +0 -576
- package/esm/typings-89f0cb07.d.ts +0 -93
- package/esm/typings-bdb4c6b9.d.ts +0 -52
- package/esm/useSkeleton-ebda875c.d.ts +0 -12
- package/esm/utils-1574ad8b.d.ts +0 -29
- package/esm/utils-49cc3c24.d.ts +0 -8
- package/hook-8abfea97.d.ts +0 -90
- package/index-136acbb1.d.ts +0 -28
- package/index-bdb4c6b9.d.ts +0 -2
- package/index-c76d6398.d.ts +0 -2
- package/index-f12ee135.d.ts +0 -3
- package/mobile-89f0cb07.d.ts +0 -6
- package/mobile.d.ts +0 -2
- package/modern/Component-0f4b9bed.d.ts +0 -72
- package/modern/Component-10db897e.d.ts +0 -6
- package/modern/Component-69921c40.d.ts +0 -184
- package/modern/Component-bdb4c6b9.d.ts +0 -12
- package/modern/Component-c76d6398.d.ts +0 -5
- package/modern/Component-ebda875c.d.ts +0 -12
- package/modern/Component.mobile-f1f15074.d.ts +0 -34
- package/modern/Component.mobile-f28cbba0.d.ts +0 -41
- package/modern/Component.modal.mobile-0f4b9bed.d.ts +0 -60
- package/modern/Component.responsive-3109f463.d.ts +0 -26
- package/modern/Context-bdb4c6b9.d.ts +0 -4
- package/modern/ResponsiveContext-baf4875b.d.ts +0 -5
- package/modern/component-10db897e.d.ts +0 -44
- package/modern/desktop-69921c40.d.ts +0 -6
- package/modern/hook-8abfea97.d.ts +0 -90
- package/modern/index-136acbb1.d.ts +0 -28
- package/modern/index-bdb4c6b9.d.ts +0 -2
- package/modern/index-c76d6398.d.ts +0 -2
- package/modern/index-f12ee135.d.ts +0 -3
- package/modern/mobile-89f0cb07.d.ts +0 -6
- package/modern/mobile.d.ts +0 -2
- package/modern/shared-4cd3936b.d.ts +0 -65
- package/modern/shared.d.ts +0 -2
- package/modern/types-67a2d8af.d.ts +0 -276
- package/modern/typings-0f4b9bed.d.ts +0 -576
- package/modern/typings-89f0cb07.d.ts +0 -93
- package/modern/typings-bdb4c6b9.d.ts +0 -52
- package/modern/useSkeleton-ebda875c.d.ts +0 -12
- package/modern/utils-1574ad8b.d.ts +0 -29
- package/modern/utils-49cc3c24.d.ts +0 -8
- package/shared-4cd3936b.d.ts +0 -65
- package/shared.d.ts +0 -2
- package/src/mobile.ts +0 -1
- package/src/shared.ts +0 -2
- package/types-67a2d8af.d.ts +0 -276
- package/typings-0f4b9bed.d.ts +0 -576
- package/typings-89f0cb07.d.ts +0 -93
- package/typings-bdb4c6b9.d.ts +0 -52
- package/useSkeleton-ebda875c.d.ts +0 -12
- package/utils-1574ad8b.d.ts +0 -29
- package/utils-49cc3c24.d.ts +0 -8
- /package/cssm/{mobile-96988a65.d.ts → index-d7e9f69d.d.ts} +0 -0
- /package/esm/{mobile-d7e9f69d.d.ts → index-d7e9f69d.d.ts} +0 -0
- /package/{mobile-d7e9f69d.d.ts → index-d7e9f69d.d.ts} +0 -0
- /package/modern/{mobile-d7e9f69d.d.ts → index-d7e9f69d.d.ts} +0 -0
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { ModalMobile } from "./Component.mobile-f1f15074";
|
|
4
|
-
import { UseSelectWithApplyProps } from "./hook-8abfea97";
|
|
5
|
-
import { BaseSelectProps } from "./typings-0f4b9bed";
|
|
6
|
-
type SelectModalMobileProps = Omit<BaseSelectProps, 'Checkmark' | 'onScroll'> & {
|
|
7
|
-
/**
|
|
8
|
-
* Показывать кнопку очистки
|
|
9
|
-
*/
|
|
10
|
-
showClear?: UseSelectWithApplyProps['showClear'];
|
|
11
|
-
/**
|
|
12
|
-
* Показывать пункт "Выбрать все"
|
|
13
|
-
*/
|
|
14
|
-
showSelectAll?: UseSelectWithApplyProps['showSelectAll'];
|
|
15
|
-
/**
|
|
16
|
-
* Дополнительные пропсы шапки модалки
|
|
17
|
-
*/
|
|
18
|
-
modalHeaderProps?: Partial<React.ComponentProps<typeof ModalMobile.Header>>;
|
|
19
|
-
/**
|
|
20
|
-
* Дополнительные пропсы модалки
|
|
21
|
-
*/
|
|
22
|
-
modalProps?: Partial<React.ComponentProps<typeof ModalMobile>>;
|
|
23
|
-
/**
|
|
24
|
-
* Дополнительные пропсы футера модалки
|
|
25
|
-
*/
|
|
26
|
-
modalFooterProps?: Partial<React.ComponentProps<typeof ModalMobile.Footer>>;
|
|
27
|
-
showHeaderWithSelectAll?: UseSelectWithApplyProps['showHeaderWithSelectAll'];
|
|
28
|
-
/**
|
|
29
|
-
* Использовать ли хук useSelectWithApply
|
|
30
|
-
*/
|
|
31
|
-
useWithApplyHook?: boolean;
|
|
32
|
-
};
|
|
33
|
-
declare const SelectModalMobile: React.ForwardRefExoticComponent<Omit<BaseSelectProps, "onScroll" | "Checkmark"> & {
|
|
34
|
-
/**
|
|
35
|
-
* Показывать кнопку очистки
|
|
36
|
-
*/
|
|
37
|
-
showClear?: UseSelectWithApplyProps['showClear'];
|
|
38
|
-
/**
|
|
39
|
-
* Показывать пункт "Выбрать все"
|
|
40
|
-
*/
|
|
41
|
-
showSelectAll?: UseSelectWithApplyProps['showSelectAll'];
|
|
42
|
-
/**
|
|
43
|
-
* Дополнительные пропсы шапки модалки
|
|
44
|
-
*/
|
|
45
|
-
modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
|
|
46
|
-
/**
|
|
47
|
-
* Дополнительные пропсы модалки
|
|
48
|
-
*/
|
|
49
|
-
modalProps?: Partial<import("./typings-bdb4c6b9").ModalMobileProps & React.RefAttributes<HTMLDivElement>> | undefined;
|
|
50
|
-
/**
|
|
51
|
-
* Дополнительные пропсы футера модалки
|
|
52
|
-
*/
|
|
53
|
-
modalFooterProps?: Partial<import("./Component.mobile-f1f15074").FooterProps> | undefined;
|
|
54
|
-
showHeaderWithSelectAll?: UseSelectWithApplyProps['showHeaderWithSelectAll'];
|
|
55
|
-
/**
|
|
56
|
-
* Использовать ли хук useSelectWithApply
|
|
57
|
-
*/
|
|
58
|
-
useWithApplyHook?: boolean | undefined;
|
|
59
|
-
} & React.RefAttributes<unknown>>;
|
|
60
|
-
export { SelectModalMobileProps, SelectModalMobile };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from 'react';
|
|
3
|
-
type FormControlProps = Omit<BaseFormControlProps, 'styles' | 'colorStyles'> & {
|
|
4
|
-
/**
|
|
5
|
-
* Контрольная точка, с нее начинается desktop версия
|
|
6
|
-
* @default 1024
|
|
7
|
-
*/
|
|
8
|
-
breakpoint?: number;
|
|
9
|
-
/**
|
|
10
|
-
* Значение по-умолчанию для хука useMatchMedia
|
|
11
|
-
*/
|
|
12
|
-
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
13
|
-
};
|
|
14
|
-
declare const FormControl: React.ForwardRefExoticComponent<Omit<BaseFormControlProps, "styles" | "colorStyles"> & {
|
|
15
|
-
/**
|
|
16
|
-
* Контрольная точка, с нее начинается desktop версия
|
|
17
|
-
* @default 1024
|
|
18
|
-
*/
|
|
19
|
-
breakpoint?: number | undefined;
|
|
20
|
-
/**
|
|
21
|
-
* Значение по-умолчанию для хука useMatchMedia
|
|
22
|
-
*/
|
|
23
|
-
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
24
|
-
} & React.RefAttributes<HTMLDivElement>>;
|
|
25
|
-
export * from "./Component-10db897e";
|
|
26
|
-
export { FormControlProps, FormControl };
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from "react";
|
|
3
|
-
import { FC, ReactNode, RefObject } from "react";
|
|
4
|
-
import { NavigationBarProps } from "./index-c76d6398";
|
|
5
|
-
import { SwipeableHandlers } from "react-swipeable";
|
|
6
|
-
import { BackdropProps } from "./index-ebda875c";
|
|
7
|
-
import { BottomSheetProps } from "./types-67a2d8af";
|
|
8
|
-
type FooterProps = {
|
|
9
|
-
/**
|
|
10
|
-
* Контент футера
|
|
11
|
-
*/
|
|
12
|
-
children?: ReactNode;
|
|
13
|
-
/**
|
|
14
|
-
* Фиксирует футер
|
|
15
|
-
*/
|
|
16
|
-
sticky?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Дополнительный класс
|
|
19
|
-
*/
|
|
20
|
-
className?: string;
|
|
21
|
-
};
|
|
22
|
-
declare const Footer: FC<FooterProps>;
|
|
23
|
-
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
24
|
-
headerRef: RefObject<HTMLDivElement>;
|
|
25
|
-
headerOffset: number;
|
|
26
|
-
};
|
|
27
|
-
declare const Header: FC<HeaderProps>;
|
|
28
|
-
type SwipeableBackdropProps = BackdropProps & {
|
|
29
|
-
/**
|
|
30
|
-
* Прозрачность бэкдропа
|
|
31
|
-
*/
|
|
32
|
-
opacity?: number;
|
|
33
|
-
/**
|
|
34
|
-
* Обработчики свайпа
|
|
35
|
-
*/
|
|
36
|
-
handlers?: SwipeableHandlers;
|
|
37
|
-
/**
|
|
38
|
-
* Время анимации opacity
|
|
39
|
-
*/
|
|
40
|
-
opacityTimeout?: number;
|
|
41
|
-
};
|
|
42
|
-
declare const SwipeableBackdrop: FC<SwipeableBackdropProps>;
|
|
43
|
-
declare const BottomSheet: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<HTMLDivElement>>;
|
|
44
|
-
export { FooterProps, Footer, HeaderProps, Header, SwipeableBackdropProps, SwipeableBackdrop, BottomSheet };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from "react";
|
|
3
|
-
import { CommonButtonProps } from "./typings-89f0cb07";
|
|
4
|
-
declare const ButtonDesktop: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
|
-
export { ButtonDesktop };
|
|
6
|
-
export type { CommonButtonProps as ButtonDesktopProps } from "./typings-89f0cb07";
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BaseSelectProps, OptionShape } from "./typings-0f4b9bed";
|
|
3
|
-
type UseSelectWithApplyProps = {
|
|
4
|
-
/**
|
|
5
|
-
* Список выбранных пунктов
|
|
6
|
-
*/
|
|
7
|
-
selected: BaseSelectProps['selected'];
|
|
8
|
-
/**
|
|
9
|
-
* Список вариантов выбора
|
|
10
|
-
*/
|
|
11
|
-
options: BaseSelectProps['options'];
|
|
12
|
-
/**
|
|
13
|
-
* Обработчик выбора
|
|
14
|
-
*/
|
|
15
|
-
onChange: BaseSelectProps['onChange'];
|
|
16
|
-
/**
|
|
17
|
-
* Компонент выпадающего меню
|
|
18
|
-
*/
|
|
19
|
-
OptionsList?: BaseSelectProps['OptionsList'];
|
|
20
|
-
/**
|
|
21
|
-
* Пропсы, которые будут прокинуты в компонент списка
|
|
22
|
-
*/
|
|
23
|
-
optionsListProps?: BaseSelectProps['optionsListProps'];
|
|
24
|
-
/**
|
|
25
|
-
* Включает отображение поиска
|
|
26
|
-
*/
|
|
27
|
-
showSearch?: BaseSelectProps['showSearch'];
|
|
28
|
-
/**
|
|
29
|
-
* Настройки поиска
|
|
30
|
-
*/
|
|
31
|
-
searchProps?: BaseSelectProps['searchProps'];
|
|
32
|
-
/**
|
|
33
|
-
* Показывать кнопку очистки
|
|
34
|
-
*/
|
|
35
|
-
showClear?: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* Показывать пункт "Выбрать все"
|
|
38
|
-
*/
|
|
39
|
-
showSelectAll?: boolean;
|
|
40
|
-
/**
|
|
41
|
-
* Показывать пункт "Выбрать все" в заголовке списка
|
|
42
|
-
*/
|
|
43
|
-
showHeaderWithSelectAll?: boolean;
|
|
44
|
-
};
|
|
45
|
-
declare const SELECT_ALL_KEY = "select_all";
|
|
46
|
-
declare function useSelectWithApply({ options, selected, onChange, OptionsList, optionsListProps, showClear, showSelectAll, showHeaderWithSelectAll, showSearch, searchProps, }: UseSelectWithApplyProps): {
|
|
47
|
-
OptionsList: import("react").ForwardRefExoticComponent<import("./typings-0f4b9bed").OptionsListProps & {
|
|
48
|
-
showClear?: boolean | undefined;
|
|
49
|
-
onClose?: (() => void) | undefined; /**
|
|
50
|
-
* Компонент выпадающего меню
|
|
51
|
-
*/
|
|
52
|
-
selectedDraft?: OptionShape[] | undefined;
|
|
53
|
-
OptionsList?: import("react").FC<import("./typings-0f4b9bed").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
|
|
54
|
-
Footer?: import("react").FC<import("./Component-0f4b9bed").FooterProps> | undefined;
|
|
55
|
-
Header?: import("react").FC<import("./Component-ebda875c").HeaderProps> | undefined;
|
|
56
|
-
headerProps?: import("./Component-ebda875c").HeaderProps | undefined;
|
|
57
|
-
showHeaderWithSelectAll?: boolean | undefined;
|
|
58
|
-
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
59
|
-
optionsListProps: {
|
|
60
|
-
OptionsList: import("react").FC<import("./typings-0f4b9bed").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
|
|
61
|
-
showClear: boolean;
|
|
62
|
-
onClear: () => void;
|
|
63
|
-
onApply: () => void;
|
|
64
|
-
onClose: () => void;
|
|
65
|
-
selectedDraft: OptionShape[];
|
|
66
|
-
showHeaderWithSelectAll: boolean;
|
|
67
|
-
headerProps: {
|
|
68
|
-
indeterminate: boolean;
|
|
69
|
-
checked: boolean;
|
|
70
|
-
onChange: () => void;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
allowUnselect: boolean;
|
|
74
|
-
multiple: boolean;
|
|
75
|
-
options: (OptionShape | import("./typings-0f4b9bed").GroupShape | {
|
|
76
|
-
key: string;
|
|
77
|
-
content: string;
|
|
78
|
-
})[];
|
|
79
|
-
onChange: (payload: import("./typings-0f4b9bed").BaseSelectChangePayload) => void;
|
|
80
|
-
selected: string | OptionShape | (string | OptionShape)[] | null | undefined;
|
|
81
|
-
showSearch: boolean | undefined;
|
|
82
|
-
searchProps: {
|
|
83
|
-
value: string;
|
|
84
|
-
onChange: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
85
|
-
componentProps?: import("./index-c44170fe").InputProps | undefined;
|
|
86
|
-
accessor?: ((option: OptionShape) => string) | undefined;
|
|
87
|
-
} | undefined;
|
|
88
|
-
};
|
|
89
|
-
export * from "./Component-0f4b9bed";
|
|
90
|
-
export { UseSelectWithApplyProps, SELECT_ALL_KEY, useSelectWithApply };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { FC, ReactNode } from "react";
|
|
3
|
-
/**
|
|
4
|
-
* Набор констант для z-index соответствующих классов компонентов.
|
|
5
|
-
* Значения выбраны по приоритету.
|
|
6
|
-
*/
|
|
7
|
-
declare const stackingOrder: {
|
|
8
|
-
FOCUSED: number;
|
|
9
|
-
DEFAULT: number;
|
|
10
|
-
POPOVER: number;
|
|
11
|
-
MODAL: number;
|
|
12
|
-
TOAST: number;
|
|
13
|
-
};
|
|
14
|
-
declare const StackingContext: import("react").Context<number>;
|
|
15
|
-
type StackProps = {
|
|
16
|
-
/**
|
|
17
|
-
* Render prop, в который передается функция.
|
|
18
|
-
* Функция принимает аргумент со значением z-index из текущего контекста.
|
|
19
|
-
*/
|
|
20
|
-
children: (value: number) => ReactNode;
|
|
21
|
-
/**
|
|
22
|
-
* Исходное значение для z-index.
|
|
23
|
-
* @default 5
|
|
24
|
-
*/
|
|
25
|
-
value?: number;
|
|
26
|
-
};
|
|
27
|
-
declare const Stack: FC<StackProps>;
|
|
28
|
-
export { stackingOrder, StackingContext, StackProps, Stack };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from "react";
|
|
3
|
-
import { CommonButtonProps } from "./typings-89f0cb07";
|
|
4
|
-
declare const ButtonMobile: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
|
-
export { ButtonMobile };
|
|
6
|
-
export type { CommonButtonProps as ButtonMobileProps } from "./typings-89f0cb07";
|
package/modern/mobile.d.ts
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import React from "react";
|
|
3
|
-
import { BaseSelectProps, OptionProps, OptionShape } from "./typings-0f4b9bed";
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
5
|
-
type useSelectWithLoadingProps = {
|
|
6
|
-
loading?: boolean;
|
|
7
|
-
visibleOptions?: BaseSelectProps["visibleOptions"];
|
|
8
|
-
Option?: React.FC<OptionProps>;
|
|
9
|
-
};
|
|
10
|
-
declare function useSelectWithLoading({ loading, visibleOptions, Option }: useSelectWithLoadingProps): {
|
|
11
|
-
Option: (props: OptionProps) => React.JSX.Element;
|
|
12
|
-
options: OptionShape[];
|
|
13
|
-
} | null;
|
|
14
|
-
type OptionsFetcherResponse = {
|
|
15
|
-
options: OptionShape[];
|
|
16
|
-
hasMore: boolean;
|
|
17
|
-
};
|
|
18
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
19
|
-
type useLazyLoadingProps = {
|
|
20
|
-
/** Количество элементов на "странице" */
|
|
21
|
-
limit?: number;
|
|
22
|
-
/** Начальный номер "страницы" */
|
|
23
|
-
initialOffset?: number;
|
|
24
|
-
/** Скелетон загружаемых элементов */
|
|
25
|
-
skeleton?: React.ReactNode;
|
|
26
|
-
/** Компонент пункта меню */
|
|
27
|
-
Option?: React.FC<OptionProps>;
|
|
28
|
-
/**
|
|
29
|
-
* Функция-загрузчик опций.
|
|
30
|
-
* @param offset - текущая страница
|
|
31
|
-
* @param limit - количество элементов на странице
|
|
32
|
-
* @param queryString - строчные данные, пробрасываемые для поиска из кастомного инпута, расположенного в заголовке OptionsList
|
|
33
|
-
* @returns Promise<{
|
|
34
|
-
* options - список опций следующей "страницы". Они аппендятся к предыдущим
|
|
35
|
-
* hasMore - указывает, есть ли еще незагруженные элементы (в случае false перестает загружать "следующую страницу")
|
|
36
|
-
* }>
|
|
37
|
-
*/
|
|
38
|
-
optionsFetcher(offset: number, limit: number, queryString?: string): Promise<OptionsFetcherResponse>;
|
|
39
|
-
};
|
|
40
|
-
declare function useLazyLoading({ limit, initialOffset, optionsFetcher, skeleton, Option }: useLazyLoadingProps): {
|
|
41
|
-
optionsProps: {
|
|
42
|
-
Option: (props: OptionProps) => React.JSX.Element;
|
|
43
|
-
options: OptionShape[];
|
|
44
|
-
optionsListProps: {
|
|
45
|
-
ref: React.RefObject<HTMLDivElement>;
|
|
46
|
-
inputProps: {
|
|
47
|
-
onChange: (event: React.ChangeEvent<HTMLInputElement>, payload: {
|
|
48
|
-
value: string;
|
|
49
|
-
}) => void;
|
|
50
|
-
value: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
onOpen: (payload: {
|
|
54
|
-
open?: boolean;
|
|
55
|
-
}) => void;
|
|
56
|
-
};
|
|
57
|
-
reset: () => void;
|
|
58
|
-
};
|
|
59
|
-
export * from "./index-ebda875c";
|
|
60
|
-
export * from "./Component-0f4b9bed";
|
|
61
|
-
export { useSelectWithLoading, useLazyLoading };
|
|
62
|
-
export * from "./hook-8abfea97";
|
|
63
|
-
export * from "./typings-0f4b9bed";
|
|
64
|
-
export * from "./utils-0f4b9bed";
|
|
65
|
-
export type { AdditionalMobileProps } from "./Component.mobile-f28cbba0";
|
package/modern/shared.d.ts
DELETED
|
@@ -1,276 +0,0 @@
|
|
|
1
|
-
/// <reference types="react-transition-group" />
|
|
2
|
-
import { HTMLAttributes, ReactElement, ReactNode, RefObject } from 'react';
|
|
3
|
-
import { HandledEvents } from 'react-swipeable/es/types';
|
|
4
|
-
import { TransitionProps } from 'react-transition-group/Transition';
|
|
5
|
-
import { BaseModalProps } from "./index-bdb4c6b9";
|
|
6
|
-
import { NavigationBarProps } from "./index-c76d6398";
|
|
7
|
-
import { BackgroundColorType } from "./index-72dda473";
|
|
8
|
-
type BottomSheetTitleAlign = 'center' | 'left';
|
|
9
|
-
type BottomSheetProps = {
|
|
10
|
-
/**
|
|
11
|
-
* Контент
|
|
12
|
-
*/
|
|
13
|
-
children?: ReactNode;
|
|
14
|
-
/**
|
|
15
|
-
* Управление видимостью
|
|
16
|
-
*/
|
|
17
|
-
open: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Заголовок
|
|
20
|
-
*/
|
|
21
|
-
title?: ReactNode;
|
|
22
|
-
/**
|
|
23
|
-
* Размер заголовка
|
|
24
|
-
*/
|
|
25
|
-
titleSize?: NavigationBarProps['titleSize'];
|
|
26
|
-
/**
|
|
27
|
-
* Подзаголовок.
|
|
28
|
-
*/
|
|
29
|
-
subtitle?: NavigationBarProps['subtitle'];
|
|
30
|
-
/**
|
|
31
|
-
* Кнопка действия (обычно, это кнопка закрытия)
|
|
32
|
-
*/
|
|
33
|
-
actionButton?: ReactNode;
|
|
34
|
-
/**
|
|
35
|
-
* Нода, компонент или функция возвращающая их
|
|
36
|
-
*
|
|
37
|
-
* Контейнер к которому будут добавляться порталы
|
|
38
|
-
*/
|
|
39
|
-
container?: BaseModalProps['container'];
|
|
40
|
-
/**
|
|
41
|
-
* Рендерить ли в контейнер через портал.
|
|
42
|
-
*/
|
|
43
|
-
usePortal?: BaseModalProps['usePortal'];
|
|
44
|
-
/**
|
|
45
|
-
* Дополнительный класс
|
|
46
|
-
*/
|
|
47
|
-
className?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Дополнительный класс
|
|
50
|
-
*/
|
|
51
|
-
contentClassName?: string;
|
|
52
|
-
/**
|
|
53
|
-
* Дополнительные пропсы на контейнер.
|
|
54
|
-
*/
|
|
55
|
-
containerProps?: HTMLAttributes<HTMLDivElement>;
|
|
56
|
-
/**
|
|
57
|
-
* Дополнительный класс
|
|
58
|
-
*/
|
|
59
|
-
containerClassName?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Цвет фона
|
|
62
|
-
*/
|
|
63
|
-
backgroundColor?: Extract<BackgroundColorType, 'primary' | 'secondary'>;
|
|
64
|
-
/**
|
|
65
|
-
* Дополнительный класс шапки
|
|
66
|
-
*/
|
|
67
|
-
headerClassName?: string;
|
|
68
|
-
/**
|
|
69
|
-
* Дополнительный класс футера
|
|
70
|
-
*/
|
|
71
|
-
footerClassName?: string;
|
|
72
|
-
/**
|
|
73
|
-
* Дополнительный класс для аддонов
|
|
74
|
-
*/
|
|
75
|
-
addonClassName?: string;
|
|
76
|
-
/**
|
|
77
|
-
* Дополнительный класс для компонента крестика
|
|
78
|
-
*/
|
|
79
|
-
closerClassName?: string;
|
|
80
|
-
/**
|
|
81
|
-
* Дополнительный класс для компонента стрелки назад
|
|
82
|
-
*/
|
|
83
|
-
backerClassName?: string;
|
|
84
|
-
/**
|
|
85
|
-
* Дополнительный класс для компонента модального окна
|
|
86
|
-
*/
|
|
87
|
-
modalClassName?: string;
|
|
88
|
-
/**
|
|
89
|
-
* Дополнительный класс для обертки модального окна
|
|
90
|
-
*/
|
|
91
|
-
modalWrapperClassName?: string;
|
|
92
|
-
/**
|
|
93
|
-
* Дополнительный класс для маркера
|
|
94
|
-
*/
|
|
95
|
-
swipeableMarkerClassName?: string;
|
|
96
|
-
/**
|
|
97
|
-
* Кастомный маркер
|
|
98
|
-
*/
|
|
99
|
-
swipeableMarker?: ReactElement;
|
|
100
|
-
/**
|
|
101
|
-
* TransitionProps, прокидываются в компонент CSSTransitionProps.
|
|
102
|
-
*/
|
|
103
|
-
transitionProps?: Partial<TransitionProps>;
|
|
104
|
-
/**
|
|
105
|
-
* Идентификатор для систем автоматизированного тестирования
|
|
106
|
-
*/
|
|
107
|
-
dataTestId?: string;
|
|
108
|
-
/**
|
|
109
|
-
* z-index компонента
|
|
110
|
-
*/
|
|
111
|
-
zIndex?: number;
|
|
112
|
-
/**
|
|
113
|
-
* Будет ли свайпаться шторка
|
|
114
|
-
* @default true
|
|
115
|
-
*/
|
|
116
|
-
swipeable?: boolean;
|
|
117
|
-
/**
|
|
118
|
-
* Будет ли свайпаться контент
|
|
119
|
-
*/
|
|
120
|
-
swipeableContent?: boolean;
|
|
121
|
-
/**
|
|
122
|
-
* Порог свайпа
|
|
123
|
-
*/
|
|
124
|
-
swipeThreshold?: number;
|
|
125
|
-
/**
|
|
126
|
-
* Слот слева
|
|
127
|
-
*/
|
|
128
|
-
leftAddons?: ReactNode;
|
|
129
|
-
/**
|
|
130
|
-
* Слот справа
|
|
131
|
-
*/
|
|
132
|
-
rightAddons?: ReactNode;
|
|
133
|
-
/**
|
|
134
|
-
* Слот снизу
|
|
135
|
-
*/
|
|
136
|
-
bottomAddons?: ReactNode;
|
|
137
|
-
/**
|
|
138
|
-
* Наличие компонента крестика
|
|
139
|
-
*/
|
|
140
|
-
hasCloser?: boolean;
|
|
141
|
-
/**
|
|
142
|
-
* Наличие компонента стрелки назад
|
|
143
|
-
*/
|
|
144
|
-
hasBacker?: boolean;
|
|
145
|
-
/**
|
|
146
|
-
* Выравнивание заголовка
|
|
147
|
-
*/
|
|
148
|
-
titleAlign?: BottomSheetTitleAlign;
|
|
149
|
-
/**
|
|
150
|
-
* Фиксирует шапку
|
|
151
|
-
*/
|
|
152
|
-
stickyHeader?: boolean;
|
|
153
|
-
/**
|
|
154
|
-
* Фиксирует футер
|
|
155
|
-
*/
|
|
156
|
-
stickyFooter?: boolean;
|
|
157
|
-
/**
|
|
158
|
-
* Высота шторки
|
|
159
|
-
*/
|
|
160
|
-
initialHeight?: 'default' | 'full';
|
|
161
|
-
/**
|
|
162
|
-
* Будет ли виден оверлэй
|
|
163
|
-
*/
|
|
164
|
-
hideOverlay?: boolean;
|
|
165
|
-
/**
|
|
166
|
-
* Будет ли видна шапка
|
|
167
|
-
*/
|
|
168
|
-
hideHeader?: boolean;
|
|
169
|
-
/**
|
|
170
|
-
* Будет ли обрезан заголовок
|
|
171
|
-
*/
|
|
172
|
-
trimTitle?: boolean;
|
|
173
|
-
/**
|
|
174
|
-
* Запретить закрытие шторки кликом на оверлэй
|
|
175
|
-
*/
|
|
176
|
-
disableOverlayClick?: boolean;
|
|
177
|
-
/**
|
|
178
|
-
* Отключает блокировку скролла при открытии модального окна
|
|
179
|
-
*/
|
|
180
|
-
disableBlockingScroll?: boolean;
|
|
181
|
-
/**
|
|
182
|
-
* Отключает ловушку фокуса
|
|
183
|
-
*/
|
|
184
|
-
disableFocusLock?: boolean;
|
|
185
|
-
/**
|
|
186
|
-
* @deprecated данный проп больше не используется, временно оставлен для обратной совместимости
|
|
187
|
-
* Не анимировать шторку при изменении размера вьюпорта
|
|
188
|
-
*/
|
|
189
|
-
ignoreScreenChange?: boolean;
|
|
190
|
-
/**
|
|
191
|
-
* Свойства для Бэкдропа
|
|
192
|
-
*/
|
|
193
|
-
backdropProps?: BaseModalProps['backdropProps'];
|
|
194
|
-
/**
|
|
195
|
-
* Реф на контейнер, в котором происходит скролл
|
|
196
|
-
*/
|
|
197
|
-
scrollableContainerRef?: RefObject<HTMLElement>;
|
|
198
|
-
/**
|
|
199
|
-
* Реф для управления компонентом.
|
|
200
|
-
*/
|
|
201
|
-
bottomSheetInstanceRef?: RefObject<{
|
|
202
|
-
scrollToArea: (idx: number) => void;
|
|
203
|
-
}>;
|
|
204
|
-
/**
|
|
205
|
-
* Реф на контейнер, в котором находится шторка
|
|
206
|
-
*/
|
|
207
|
-
sheetContainerRef?: RefObject<HTMLElement>;
|
|
208
|
-
/**
|
|
209
|
-
* Магнитные области видимой высоты шторки.
|
|
210
|
-
* Можно использовать значения в пикселях - 10(число), либо в процентах - 10%(строка).
|
|
211
|
-
* По-умолчанию -[0, window.innerHeight - '24px']
|
|
212
|
-
* массив должен состоять минимум из 2 элементов
|
|
213
|
-
*/
|
|
214
|
-
magneticAreas?: Array<number | string>;
|
|
215
|
-
/**
|
|
216
|
-
* Индекс точки из magneticAreas, к которому нужно примагнититься при первом открытии шторки.
|
|
217
|
-
*/
|
|
218
|
-
initialActiveAreaIndex?: number;
|
|
219
|
-
/**
|
|
220
|
-
* Отключает скролл контентной области.
|
|
221
|
-
*/
|
|
222
|
-
scrollLocked?: boolean;
|
|
223
|
-
/**
|
|
224
|
-
* Скрыть скроллбар внутри шторки
|
|
225
|
-
*/
|
|
226
|
-
hideScrollbar?: boolean;
|
|
227
|
-
/**
|
|
228
|
-
* Верхний отступ шторки, если она открыта на максимальную высоту
|
|
229
|
-
*/
|
|
230
|
-
headerOffset?: number;
|
|
231
|
-
/**
|
|
232
|
-
* Содержимое bottom-sheet всегда в DOM
|
|
233
|
-
*/
|
|
234
|
-
keepMounted?: boolean;
|
|
235
|
-
/**
|
|
236
|
-
* Отключает автоматический перевод фокуса на bottom-sheet при открытии
|
|
237
|
-
*/
|
|
238
|
-
disableAutoFocus?: boolean;
|
|
239
|
-
/**
|
|
240
|
-
* Отключает восстановление фокуса на предыдущем элементе после закрытия bottom-sheet
|
|
241
|
-
*/
|
|
242
|
-
disableRestoreFocus?: boolean;
|
|
243
|
-
/**
|
|
244
|
-
* Отключает вызов `onClose` при нажатии Escape
|
|
245
|
-
*/
|
|
246
|
-
disableEscapeKeyDown?: boolean;
|
|
247
|
-
/**
|
|
248
|
-
* Обработчик закрытия
|
|
249
|
-
*/
|
|
250
|
-
onClose: () => void;
|
|
251
|
-
/**
|
|
252
|
-
* Обработчик нажатия на стрелку назад
|
|
253
|
-
*/
|
|
254
|
-
onBack?: () => void;
|
|
255
|
-
/**
|
|
256
|
-
* Вызывается в начале анимации притягивания к одной из `magneticAreas`
|
|
257
|
-
*/
|
|
258
|
-
onMagnetize?: (index: number) => void;
|
|
259
|
-
/**
|
|
260
|
-
* Вызывается после окончания анимации притягивания
|
|
261
|
-
*/
|
|
262
|
-
onMagnetizeEnd?: (index: number) => void;
|
|
263
|
-
/**
|
|
264
|
-
* Вызывается при изменении положения шторки
|
|
265
|
-
*/
|
|
266
|
-
onOffsetChange?: (offset: number, percent: number) => void;
|
|
267
|
-
/**
|
|
268
|
-
* Вызывается в начале свайпа
|
|
269
|
-
*/
|
|
270
|
-
onSwipeStart?: (event: HandledEvents) => void;
|
|
271
|
-
/**
|
|
272
|
-
* Вызывается после окончания свайпа
|
|
273
|
-
*/
|
|
274
|
-
onSwipeEnd?: (event: HandledEvents | null) => void;
|
|
275
|
-
};
|
|
276
|
-
export { BottomSheetTitleAlign, BottomSheetProps };
|