@piu-company/react-toolkit 1.0.2 → 1.0.3
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/dist/AppProvider.d.ts +16 -16
- package/dist/animations/QuadSpinner.d.ts +13 -13
- package/dist/animations/Ripple.d.ts +15 -15
- package/dist/animations/SvgAnimations.d.ts +11 -11
- package/dist/animations/index.d.ts +3 -3
- package/dist/authentication/AuthenticationProvider.d.ts +11 -11
- package/dist/authentication/context.d.ts +5 -5
- package/dist/authentication/duck.d.ts +36 -36
- package/dist/authentication/index.d.ts +4 -4
- package/dist/authentication/types.d.ts +1 -1
- package/dist/axios.d.ts +167 -167
- package/dist/breadCrumb/BreadCrumbProvider.d.ts +5 -5
- package/dist/breadCrumb/context.d.ts +8 -8
- package/dist/breadCrumb/index.d.ts +3 -3
- package/dist/breadCrumb/types.d.ts +4 -4
- package/dist/components/Consumers/NotificationConsumer.d.ts +1 -1
- package/dist/components/Consumers/SnackbarsConsumer.d.ts +1 -1
- package/dist/components/Consumers/ToolTipConsumer.d.ts +1 -1
- package/dist/components/Consumers/index.d.ts +3 -3
- package/dist/components/Firebase/FbImage.d.ts +7 -7
- package/dist/components/Firebase/index.d.ts +2 -2
- package/dist/components/Firebase/types.d.ts +14 -14
- package/dist/components/Forms/ChangePassword.d.ts +9 -9
- package/dist/components/Forms/index.d.ts +1 -1
- package/dist/components/GoogleCalendar/GoogleCalendarProvider.d.ts +6 -6
- package/dist/components/GoogleCalendar/context.d.ts +5 -5
- package/dist/components/GoogleCalendar/index.d.ts +2 -2
- package/dist/components/GoogleCalendar/types.d.ts +10 -10
- package/dist/components/GoogleMaps/GMap.d.ts +27 -27
- package/dist/components/GoogleMaps/GMapInput.d.ts +15 -15
- package/dist/components/GoogleMaps/GoogleMapsProvider.d.ts +6 -6
- package/dist/components/GoogleMaps/context.d.ts +5 -5
- package/dist/components/GoogleMaps/index.d.ts +4 -4
- package/dist/components/Layout/TitledRow.d.ts +14 -14
- package/dist/components/Layout/index.d.ts +1 -1
- package/dist/components/Level1/A.d.ts +6 -6
- package/dist/components/Level1/Button.d.ts +29 -29
- package/dist/components/Level1/Container.d.ts +57 -57
- package/dist/components/Level1/DropdownButton.d.ts +11 -11
- package/dist/components/Level1/FadeInOut.d.ts +7 -7
- package/dist/components/Level1/Hr.d.ts +13 -13
- package/dist/components/Level1/Icon.d.ts +18 -18
- package/dist/components/Level1/Slider.d.ts +19 -19
- package/dist/components/Level1/Spacer.d.ts +5 -5
- package/dist/components/Level1/Typography.d.ts +37 -37
- package/dist/components/Level1/index.d.ts +10 -10
- package/dist/components/Level2/Card.d.ts +9 -9
- package/dist/components/Level2/Checkbox.d.ts +29 -29
- package/dist/components/Level2/Cover.d.ts +10 -10
- package/dist/components/Level2/DatePicker/DatePicker.d.ts +17 -17
- package/dist/components/Level2/DatePicker/DayPicker.d.ts +43 -43
- package/dist/components/Level2/DatePicker/MonthPicker.d.ts +27 -27
- package/dist/components/Level2/DatePicker/index.d.ts +4 -4
- package/dist/components/Level2/DatePicker/types.d.ts +8 -8
- package/dist/components/Level2/FloatingDiv.d.ts +17 -17
- package/dist/components/Level2/IconButton.d.ts +23 -23
- package/dist/components/Level2/Linker.d.ts +7 -7
- package/dist/components/Level2/MultiButtonSelect.d.ts +24 -24
- package/dist/components/Level2/Overlay.d.ts +36 -36
- package/dist/components/Level2/PanelForm/PanelForm.d.ts +9 -9
- package/dist/components/Level2/PanelForm/PanelFormContent.d.ts +5 -5
- package/dist/components/Level2/PanelForm/PanelFormSaveSection.d.ts +10 -10
- package/dist/components/Level2/PanelForm/PanelFormSection.d.ts +6 -6
- package/dist/components/Level2/PanelForm/PanelFormTitleSection.d.ts +6 -6
- package/dist/components/Level2/PanelForm/index.d.ts +5 -5
- package/dist/components/Level2/PillContainer.d.ts +13 -13
- package/dist/components/Level2/RadioButton.d.ts +10 -10
- package/dist/components/Level2/SideMenu/SideMenu.d.ts +24 -24
- package/dist/components/Level2/SideMenu/SideMenuButton.d.ts +16 -16
- package/dist/components/Level2/SideMenu/SideMenuNav.d.ts +12 -12
- package/dist/components/Level2/SideMenu/index.d.ts +3 -3
- package/dist/components/Level2/SideMenu/types.d.ts +25 -25
- package/dist/components/Level2/SocialButtons/FacebookButton.d.ts +12 -12
- package/dist/components/Level2/SocialButtons/GoogleButton.d.ts +12 -12
- package/dist/components/Level2/SocialButtons/index.d.ts +2 -2
- package/dist/components/Level2/Switch.d.ts +11 -11
- package/dist/components/Level2/TargetCard.d.ts +43 -42
- package/dist/components/Level2/TextField/Masker.d.ts +13 -13
- package/dist/components/Level2/TextField/TextField.d.ts +16 -16
- package/dist/components/Level2/TextField/TextFieldContainer.d.ts +18 -18
- package/dist/components/Level2/TextField/index.d.ts +3 -3
- package/dist/components/Level2/ThemeToggle.d.ts +5 -5
- package/dist/components/Level2/Tooltip.d.ts +21 -21
- package/dist/components/Level2/Uploader/UploadPreview.d.ts +9 -9
- package/dist/components/Level2/Uploader/Uploader.d.ts +30 -30
- package/dist/components/Level2/Uploader/index.d.ts +3 -3
- package/dist/components/Level2/Uploader/types.d.ts +7 -7
- package/dist/components/Level2/index.d.ts +20 -20
- package/dist/components/Level3/AreaChart.d.ts +29 -29
- package/dist/components/Level3/BarChart.d.ts +26 -26
- package/dist/components/Level3/BreadCrumb.d.ts +5 -5
- package/dist/components/Level3/Chart.d.ts +22 -22
- package/dist/components/Level3/ColorPicker.d.ts +9 -9
- package/dist/components/Level3/DashboardCard.d.ts +18 -18
- package/dist/components/Level3/DashboardCardV2.d.ts +13 -13
- package/dist/components/Level3/DashboardSelector/DashboardSelector.d.ts +8 -8
- package/dist/components/Level3/DashboardSelector/index.d.ts +2 -2
- package/dist/components/Level3/DashboardSelector/types.d.ts +4 -4
- package/dist/components/Level3/DateField.d.ts +31 -31
- package/dist/components/Level3/FloatingIconButton.d.ts +19 -19
- package/dist/components/Level3/FloatingIconButtonList.d.ts +13 -13
- package/dist/components/Level3/FullScreenButton.d.ts +2 -2
- package/dist/components/Level3/ListEditor.d.ts +12 -12
- package/dist/components/Level3/MultiChart.d.ts +27 -27
- package/dist/components/Level3/OptionSelector/OptionSelector.d.ts +18 -18
- package/dist/components/Level3/OptionSelector/index.d.ts +2 -2
- package/dist/components/Level3/OptionSelector/types.d.ts +8 -8
- package/dist/components/Level3/OverlayTopBar.d.ts +32 -32
- package/dist/components/Level3/PasswordField.d.ts +17 -17
- package/dist/components/Level3/PhoneField/PhoneField.d.ts +12 -12
- package/dist/components/Level3/PhoneField/PhoneSelection.d.ts +15 -15
- package/dist/components/Level3/PhoneField/countryData.d.ts +7 -7
- package/dist/components/Level3/PhoneField/flags/index.d.ts +243 -243
- package/dist/components/Level3/PhoneField/functions.d.ts +4 -4
- package/dist/components/Level3/PhoneField/index.d.ts +6 -6
- package/dist/components/Level3/PhoneField/types.d.ts +5 -5
- package/dist/components/Level3/PieChart.d.ts +30 -30
- package/dist/components/Level3/Popup.d.ts +23 -23
- package/dist/components/Level3/ProfileBox.d.ts +27 -27
- package/dist/components/Level3/Snackbar.d.ts +16 -16
- package/dist/components/Level3/TimeField/TimeField.d.ts +23 -22
- package/dist/components/Level3/TimeField/TimePicker.d.ts +23 -23
- package/dist/components/Level3/TimeField/index.d.ts +2 -2
- package/dist/components/Level3/Topbar.d.ts +36 -36
- package/dist/components/Level3/index.d.ts +24 -24
- package/dist/components/Level4/ConfirmPopup.d.ts +14 -14
- package/dist/components/Level4/index.d.ts +1 -1
- package/dist/components/NextJS/NEXTGlobalStyle.d.ts +7 -7
- package/dist/components/NextJS/index.d.ts +2 -2
- package/dist/components/NextJS/utils.d.ts +1 -1
- package/dist/components/Stripe/CardCvc.d.ts +17 -17
- package/dist/components/Stripe/CardExpiry.d.ts +17 -17
- package/dist/components/Stripe/CardNumber.d.ts +17 -17
- package/dist/components/Stripe/StripeProvider.d.ts +9 -9
- package/dist/components/Stripe/context.d.ts +6 -6
- package/dist/components/Stripe/functions.d.ts +5 -5
- package/dist/components/Stripe/index.d.ts +6 -6
- package/dist/components/UseDataLayer/Autocomplete/Autocomplete.d.ts +10 -10
- package/dist/components/UseDataLayer/Autocomplete/AutocompleteUI.d.ts +21 -21
- package/dist/components/UseDataLayer/Autocomplete/OptionDiv.d.ts +12 -12
- package/dist/components/UseDataLayer/Autocomplete/Selection.d.ts +13 -13
- package/dist/components/UseDataLayer/Autocomplete/index.d.ts +5 -5
- package/dist/components/UseDataLayer/Autocomplete/types.d.ts +10 -10
- package/dist/components/UseDataLayer/CountrySelection.d.ts +11 -11
- package/dist/components/UseDataLayer/EntityList/EntityList.d.ts +10 -10
- package/dist/components/UseDataLayer/EntityList/EntityListUI.d.ts +12 -12
- package/dist/components/UseDataLayer/EntityList/index.d.ts +3 -3
- package/dist/components/UseDataLayer/EntityList/types.d.ts +1 -1
- package/dist/components/UseDataLayer/Table/Header.d.ts +24 -24
- package/dist/components/UseDataLayer/Table/PaginationControl.d.ts +8 -8
- package/dist/components/UseDataLayer/Table/Row.d.ts +22 -22
- package/dist/components/UseDataLayer/Table/ShowingControl.d.ts +18 -18
- package/dist/components/UseDataLayer/Table/ShowingFooter.d.ts +6 -6
- package/dist/components/UseDataLayer/Table/Table.d.ts +10 -10
- package/dist/components/UseDataLayer/Table/TableUI.d.ts +24 -24
- package/dist/components/UseDataLayer/Table/index.d.ts +8 -8
- package/dist/components/UseDataLayer/Table/types.d.ts +13 -13
- package/dist/components/UseDataLayer/TownSelection.d.ts +11 -11
- package/dist/components/UseDataLayer/index.d.ts +5 -5
- package/dist/components/UseRedux/Sidebar/Sidebar.d.ts +48 -48
- package/dist/components/UseRedux/Sidebar/SidebarButton.d.ts +25 -25
- package/dist/components/UseRedux/Sidebar/SidebarTitle.d.ts +14 -14
- package/dist/components/UseRedux/Sidebar/SidebarToggler.d.ts +16 -16
- package/dist/components/UseRedux/Sidebar/duck.d.ts +30 -30
- package/dist/components/UseRedux/Sidebar/index.d.ts +6 -6
- package/dist/components/UseRedux/Sidebar/types.d.ts +13 -13
- package/dist/components/UseRedux/index.d.ts +1 -1
- package/dist/components/index.d.ts +15 -15
- package/dist/components/pages/AuthPage/AuthPage.d.ts +18 -18
- package/dist/components/pages/AuthPage/index.d.ts +2 -2
- package/dist/components/pages/AuthPage/types.d.ts +14 -14
- package/dist/components/pages/AuthPageV2.d.ts +16 -16
- package/dist/components/pages/ErrorPage.d.ts +13 -13
- package/dist/components/pages/ForbiddenPage.d.ts +15 -15
- package/dist/components/pages/ForgotPasswordPage/ForgotPasswordForm.d.ts +5 -5
- package/dist/components/pages/ForgotPasswordPage/ForgotPasswordPage.d.ts +4 -4
- package/dist/components/pages/ForgotPasswordPage/index.d.ts +2 -2
- package/dist/components/pages/LoadingPage.d.ts +14 -14
- package/dist/components/pages/LoginPage/LoginForm.d.ts +20 -20
- package/dist/components/pages/LoginPage/LoginPage.d.ts +9 -9
- package/dist/components/pages/LoginPage/index.d.ts +2 -2
- package/dist/components/pages/LogoutPage.d.ts +5 -5
- package/dist/components/pages/NotFoundPage.d.ts +6 -6
- package/dist/components/pages/UnverifiedUserPage.d.ts +6 -6
- package/dist/components/pages/index.d.ts +10 -10
- package/dist/contextCheckers.d.ts +4 -4
- package/dist/dataEnums.d.ts +370 -370
- package/dist/dataLayer/DataContext.d.ts +11 -11
- package/dist/dataLayer/DataProvider.d.ts +53 -53
- package/dist/dataLayer/duck.d.ts +32 -32
- package/dist/dataLayer/index.d.ts +4 -4
- package/dist/dataLayer/types.d.ts +17 -17
- package/dist/generalTypes.d.ts +48 -48
- package/dist/geoUtils.d.ts +35 -35
- package/dist/hooks/index.d.ts +8 -8
- package/dist/hooks/types.d.ts +3 -3
- package/dist/hooks/useClickOutside.d.ts +3 -3
- package/dist/hooks/useCombinedRef.d.ts +1 -1
- package/dist/hooks/useEnterSubmit.d.ts +2 -2
- package/dist/hooks/useFBAuth.d.ts +2 -2
- package/dist/hooks/useInterval.d.ts +2 -2
- package/dist/hooks/useResize.d.ts +2 -2
- package/dist/hooks/useTimeout.d.ts +2 -2
- package/dist/index.d.ts +22 -22
- package/dist/masker.d.ts +15 -15
- package/dist/navigation/NavProvider.d.ts +7 -7
- package/dist/navigation/context.d.ts +6 -6
- package/dist/navigation/index.d.ts +3 -3
- package/dist/navigation/types.d.ts +6 -6
- package/dist/notification/NotificationProvider.d.ts +21 -21
- package/dist/notification/context.d.ts +8 -8
- package/dist/notification/duck.d.ts +30 -30
- package/dist/notification/index.d.ts +3 -3
- package/dist/redux.d.ts +25 -25
- package/dist/size/SizeProvider.d.ts +6 -6
- package/dist/size/context.d.ts +5 -5
- package/dist/size/index.d.ts +3 -3
- package/dist/size/types.d.ts +5 -5
- package/dist/snackbar/SnackbarProvider.d.ts +5 -5
- package/dist/snackbar/context.d.ts +8 -8
- package/dist/snackbar/functions.d.ts +14 -14
- package/dist/snackbar/index.d.ts +4 -4
- package/dist/snackbar/types.d.ts +28 -28
- package/dist/styleEnums.d.ts +156 -156
- package/dist/theming/ThemeProvider.d.ts +26 -26
- package/dist/theming/context.d.ts +11 -11
- package/dist/theming/duck.d.ts +23 -23
- package/dist/theming/functions.d.ts +2 -2
- package/dist/theming/index.d.ts +5 -5
- package/dist/theming/types.d.ts +60 -60
- package/dist/tooltip/ToolTipProvider.d.ts +5 -5
- package/dist/tooltip/context.d.ts +10 -10
- package/dist/tooltip/index.d.ts +3 -3
- package/dist/tooltip/types.d.ts +8 -8
- package/dist/tsconfig.rollup.tsbuildinfo +1 -1
- package/dist/utils.d.ts +39 -39
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
export interface IPanelFormContent {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
}
|
|
5
|
-
export declare const PanelFormContent: (props: IPanelFormContent) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface IPanelFormContent {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export declare const PanelFormContent: (props: IPanelFormContent) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
2
|
-
export interface IPanelFormSaveSection {
|
|
3
|
-
buttonText: string;
|
|
4
|
-
primaryButtonLoading: boolean;
|
|
5
|
-
primaryOnClick?: EmptyFunctionHandler;
|
|
6
|
-
discardOnClick: EmptyFunctionHandler;
|
|
7
|
-
buttonId?: string;
|
|
8
|
-
cancelButtonText?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const PanelFormSaveSection: (props: IPanelFormSaveSection) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
2
|
+
export interface IPanelFormSaveSection {
|
|
3
|
+
buttonText: string;
|
|
4
|
+
primaryButtonLoading: boolean;
|
|
5
|
+
primaryOnClick?: EmptyFunctionHandler;
|
|
6
|
+
discardOnClick: EmptyFunctionHandler;
|
|
7
|
+
buttonId?: string;
|
|
8
|
+
cancelButtonText?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const PanelFormSaveSection: (props: IPanelFormSaveSection) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
export interface IPanelFormSection {
|
|
3
|
-
title: string;
|
|
4
|
-
children: ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export declare const PanelFormSection: (props: IPanelFormSection) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface IPanelFormSection {
|
|
3
|
+
title: string;
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
}
|
|
6
|
+
export declare const PanelFormSection: (props: IPanelFormSection) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
2
|
-
export interface IPanelFormTitleSection {
|
|
3
|
-
title: string;
|
|
4
|
-
close: EmptyFunctionHandler;
|
|
5
|
-
}
|
|
6
|
-
export declare const PanelFormTitleSection: (props: IPanelFormTitleSection) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
2
|
+
export interface IPanelFormTitleSection {
|
|
3
|
+
title: string;
|
|
4
|
+
close: EmptyFunctionHandler;
|
|
5
|
+
}
|
|
6
|
+
export declare const PanelFormTitleSection: (props: IPanelFormTitleSection) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './PanelFormTitleSection';
|
|
2
|
-
export * from './PanelFormSection';
|
|
3
|
-
export * from './PanelFormSaveSection';
|
|
4
|
-
export * from './PanelForm';
|
|
5
|
-
export * from './PanelFormContent';
|
|
1
|
+
export * from './PanelFormTitleSection';
|
|
2
|
+
export * from './PanelFormSection';
|
|
3
|
+
export * from './PanelFormSaveSection';
|
|
4
|
+
export * from './PanelForm';
|
|
5
|
+
export * from './PanelFormContent';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Colors } from '../../theming';
|
|
2
|
-
import { IContainer } from '../Level1';
|
|
3
|
-
export interface IPillContainer extends IContainer {
|
|
4
|
-
text: string;
|
|
5
|
-
color: Colors | string;
|
|
6
|
-
}
|
|
7
|
-
export declare const PillContainer: {
|
|
8
|
-
(props: IPillContainer): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
defaultProps: {
|
|
10
|
-
padding: string;
|
|
11
|
-
width: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
1
|
+
import { Colors } from '../../theming';
|
|
2
|
+
import { IContainer } from '../Level1';
|
|
3
|
+
export interface IPillContainer extends IContainer {
|
|
4
|
+
text: string;
|
|
5
|
+
color: Colors | string;
|
|
6
|
+
}
|
|
7
|
+
export declare const PillContainer: {
|
|
8
|
+
(props: IPillContainer): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
defaultProps: {
|
|
10
|
+
padding: string;
|
|
11
|
+
width: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Colors } from '../../theming';
|
|
2
|
-
export interface IRadioButton {
|
|
3
|
-
label: string;
|
|
4
|
-
groupName: string;
|
|
5
|
-
value: string;
|
|
6
|
-
onChange: (data: string) => void;
|
|
7
|
-
buttonColor?: Colors | string;
|
|
8
|
-
textColor?: Colors | string;
|
|
9
|
-
}
|
|
10
|
-
export declare const RadioButton: (props: IRadioButton) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { Colors } from '../../theming';
|
|
2
|
+
export interface IRadioButton {
|
|
3
|
+
label: string;
|
|
4
|
+
groupName: string;
|
|
5
|
+
value: string;
|
|
6
|
+
onChange: (data: string) => void;
|
|
7
|
+
buttonColor?: Colors | string;
|
|
8
|
+
textColor?: Colors | string;
|
|
9
|
+
}
|
|
10
|
+
export declare const RadioButton: (props: IRadioButton) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { IAdditionalData, ISideMenuSection, SideMenuVariant } from './types';
|
|
2
|
-
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
3
|
-
export interface ISideMenu {
|
|
4
|
-
height?: string;
|
|
5
|
-
title: string;
|
|
6
|
-
subtitle?: string;
|
|
7
|
-
description?: string;
|
|
8
|
-
sections: ISideMenuSection[];
|
|
9
|
-
additionalData?: IAdditionalData[];
|
|
10
|
-
navFunc?: (section?: ISideMenuSection) => void;
|
|
11
|
-
checkActive?: (section: ISideMenuSection) => boolean;
|
|
12
|
-
onDiscard?: EmptyFunctionHandler;
|
|
13
|
-
padding?: string;
|
|
14
|
-
cardPadding?: string;
|
|
15
|
-
variant?: SideMenuVariant;
|
|
16
|
-
loadingSubmit?: boolean;
|
|
17
|
-
titleWidth?: string;
|
|
18
|
-
}
|
|
19
|
-
export declare const SideMenu: {
|
|
20
|
-
({ sections, checkActive, ...props }: ISideMenu): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
defaultProps: {
|
|
22
|
-
variant: SideMenuVariant;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
1
|
+
import { IAdditionalData, ISideMenuSection, SideMenuVariant } from './types';
|
|
2
|
+
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
3
|
+
export interface ISideMenu {
|
|
4
|
+
height?: string;
|
|
5
|
+
title: string;
|
|
6
|
+
subtitle?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
sections: ISideMenuSection[];
|
|
9
|
+
additionalData?: IAdditionalData[];
|
|
10
|
+
navFunc?: (section?: ISideMenuSection) => void;
|
|
11
|
+
checkActive?: (section: ISideMenuSection) => boolean;
|
|
12
|
+
onDiscard?: EmptyFunctionHandler;
|
|
13
|
+
padding?: string;
|
|
14
|
+
cardPadding?: string;
|
|
15
|
+
variant?: SideMenuVariant;
|
|
16
|
+
loadingSubmit?: boolean;
|
|
17
|
+
titleWidth?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare const SideMenu: {
|
|
20
|
+
({ sections, checkActive, ...props }: ISideMenu): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
defaultProps: {
|
|
22
|
+
variant: SideMenuVariant;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Colors } from '../../../theming';
|
|
2
|
-
import { IButton } from '../../Level1';
|
|
3
|
-
interface ISideMenuButtonStyle {
|
|
4
|
-
activeColor?: Colors | string;
|
|
5
|
-
}
|
|
6
|
-
export interface ISideMenuButton extends ISideMenuButtonStyle, IButton {
|
|
7
|
-
active?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const SideMenuButton: {
|
|
10
|
-
(props: ISideMenuButton): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
defaultProps: {
|
|
12
|
-
activeColor: Colors;
|
|
13
|
-
color: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export {};
|
|
1
|
+
import { Colors } from '../../../theming';
|
|
2
|
+
import { IButton } from '../../Level1';
|
|
3
|
+
interface ISideMenuButtonStyle {
|
|
4
|
+
activeColor?: Colors | string;
|
|
5
|
+
}
|
|
6
|
+
export interface ISideMenuButton extends ISideMenuButtonStyle, IButton {
|
|
7
|
+
active?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const SideMenuButton: {
|
|
10
|
+
(props: ISideMenuButton): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
defaultProps: {
|
|
12
|
+
activeColor: Colors;
|
|
13
|
+
color: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ISideMenuSection, ValidationResults } from './types';
|
|
2
|
-
export interface ISideMenuNav {
|
|
3
|
-
sections: ISideMenuSection[];
|
|
4
|
-
section: ISideMenuSection;
|
|
5
|
-
setResults: (newResult: {
|
|
6
|
-
[key in string]: ValidationResults;
|
|
7
|
-
}) => void;
|
|
8
|
-
navFunc?: (section?: ISideMenuSection) => void;
|
|
9
|
-
updateResult: (link: string, result: ValidationResults) => void;
|
|
10
|
-
loadingSubmit?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare const SideMenuNav: (props: ISideMenuNav) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { ISideMenuSection, ValidationResults } from './types';
|
|
2
|
+
export interface ISideMenuNav {
|
|
3
|
+
sections: ISideMenuSection[];
|
|
4
|
+
section: ISideMenuSection;
|
|
5
|
+
setResults: (newResult: {
|
|
6
|
+
[key in string]: ValidationResults;
|
|
7
|
+
}) => void;
|
|
8
|
+
navFunc?: (section?: ISideMenuSection) => void;
|
|
9
|
+
updateResult: (link: string, result: ValidationResults) => void;
|
|
10
|
+
loadingSubmit?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const SideMenuNav: (props: ISideMenuNav) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './SideMenuButton';
|
|
2
|
-
export * from './SideMenu';
|
|
3
|
-
export * from './types';
|
|
1
|
+
export * from './SideMenuButton';
|
|
2
|
+
export * from './SideMenu';
|
|
3
|
+
export * from './types';
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
3
|
-
import { Colors } from '../../../theming';
|
|
4
|
-
export declare enum SideMenuVariant {
|
|
5
|
-
paper = "Paper",
|
|
6
|
-
line = "Line"
|
|
7
|
-
}
|
|
8
|
-
export declare enum ValidationResults {
|
|
9
|
-
good = "Good",
|
|
10
|
-
bad = "Bad",
|
|
11
|
-
skipped = "Skipped"
|
|
12
|
-
}
|
|
13
|
-
export interface ISideMenuSection {
|
|
14
|
-
link: string;
|
|
15
|
-
children: ReactNode;
|
|
16
|
-
validate?: () => ValidationResults;
|
|
17
|
-
nextLink?: string;
|
|
18
|
-
prevLink?: string;
|
|
19
|
-
onSubmit?: EmptyFunctionHandler;
|
|
20
|
-
}
|
|
21
|
-
export interface IAdditionalData {
|
|
22
|
-
title: string;
|
|
23
|
-
data: string | ReactNode;
|
|
24
|
-
color?: Colors | string;
|
|
25
|
-
}
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
3
|
+
import { Colors } from '../../../theming';
|
|
4
|
+
export declare enum SideMenuVariant {
|
|
5
|
+
paper = "Paper",
|
|
6
|
+
line = "Line"
|
|
7
|
+
}
|
|
8
|
+
export declare enum ValidationResults {
|
|
9
|
+
good = "Good",
|
|
10
|
+
bad = "Bad",
|
|
11
|
+
skipped = "Skipped"
|
|
12
|
+
}
|
|
13
|
+
export interface ISideMenuSection {
|
|
14
|
+
link: string;
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
validate?: () => ValidationResults;
|
|
17
|
+
nextLink?: string;
|
|
18
|
+
prevLink?: string;
|
|
19
|
+
onSubmit?: EmptyFunctionHandler;
|
|
20
|
+
}
|
|
21
|
+
export interface IAdditionalData {
|
|
22
|
+
title: string;
|
|
23
|
+
data: string | ReactNode;
|
|
24
|
+
color?: Colors | string;
|
|
25
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Sizes } from '../../../styleEnums';
|
|
2
|
-
import { IButton } from '../../Level1';
|
|
3
|
-
export interface IFacebookButton extends IButton {
|
|
4
|
-
}
|
|
5
|
-
export declare const FacebookButton: {
|
|
6
|
-
(props: IFacebookButton): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
defaultProps: {
|
|
8
|
-
size: Sizes;
|
|
9
|
-
width: string;
|
|
10
|
-
ripple: boolean;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
1
|
+
import { Sizes } from '../../../styleEnums';
|
|
2
|
+
import { IButton } from '../../Level1';
|
|
3
|
+
export interface IFacebookButton extends IButton {
|
|
4
|
+
}
|
|
5
|
+
export declare const FacebookButton: {
|
|
6
|
+
(props: IFacebookButton): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
defaultProps: {
|
|
8
|
+
size: Sizes;
|
|
9
|
+
width: string;
|
|
10
|
+
ripple: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Sizes } from '../../../styleEnums';
|
|
2
|
-
import { IButton } from '../../Level1';
|
|
3
|
-
export interface IGoogleButton extends IButton {
|
|
4
|
-
}
|
|
5
|
-
export declare const GoogleButton: {
|
|
6
|
-
(props: IGoogleButton): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
defaultProps: {
|
|
8
|
-
size: Sizes;
|
|
9
|
-
width: string;
|
|
10
|
-
ripple: boolean;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
1
|
+
import { Sizes } from '../../../styleEnums';
|
|
2
|
+
import { IButton } from '../../Level1';
|
|
3
|
+
export interface IGoogleButton extends IButton {
|
|
4
|
+
}
|
|
5
|
+
export declare const GoogleButton: {
|
|
6
|
+
(props: IGoogleButton): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
defaultProps: {
|
|
8
|
+
size: Sizes;
|
|
9
|
+
width: string;
|
|
10
|
+
ripple: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './FacebookButton';
|
|
2
|
-
export * from './GoogleButton';
|
|
1
|
+
export * from './FacebookButton';
|
|
2
|
+
export * from './GoogleButton';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Colors } from '../../theming';
|
|
2
|
-
export interface ISwitch {
|
|
3
|
-
value: boolean;
|
|
4
|
-
setValue: (value: boolean) => void;
|
|
5
|
-
pinColor?: Colors | string;
|
|
6
|
-
backgroundColor?: Colors | string;
|
|
7
|
-
activeBackgroundColor?: Colors | string;
|
|
8
|
-
borderRadius?: string;
|
|
9
|
-
pinBorderRadius?: string;
|
|
10
|
-
}
|
|
11
|
-
export declare const Switch: (props: ISwitch) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { Colors } from '../../theming';
|
|
2
|
+
export interface ISwitch {
|
|
3
|
+
value: boolean;
|
|
4
|
+
setValue: (value: boolean) => void;
|
|
5
|
+
pinColor?: Colors | string;
|
|
6
|
+
backgroundColor?: Colors | string;
|
|
7
|
+
activeBackgroundColor?: Colors | string;
|
|
8
|
+
borderRadius?: string;
|
|
9
|
+
pinBorderRadius?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Switch: (props: ISwitch) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { Overflow, ZIndexLayers } from '../../styleEnums';
|
|
3
|
-
import { Colors, Settings } from '../../theming';
|
|
4
|
-
import { IOptionStyling } from '../UseDataLayer';
|
|
5
|
-
export declare enum TargetCardDirection {
|
|
6
|
-
topRight = "topRight",
|
|
7
|
-
topLeft = "topLeft",
|
|
8
|
-
bottomRight = "bottomRight",
|
|
9
|
-
bottomLeft = "bottomLeft"
|
|
10
|
-
}
|
|
11
|
-
export declare enum TargetCardType {
|
|
12
|
-
autocomplete = "autocomplete",
|
|
13
|
-
timepicker = "timepicker",
|
|
14
|
-
profilebox = "profilebox"
|
|
15
|
-
}
|
|
16
|
-
export interface ITargetCard extends IOptionStyling {
|
|
17
|
-
width?: string;
|
|
18
|
-
height?: string;
|
|
19
|
-
overflowX?: Overflow;
|
|
20
|
-
minWidth?: string;
|
|
21
|
-
maxWidth?: string;
|
|
22
|
-
maxHeight?: string;
|
|
23
|
-
open: boolean;
|
|
24
|
-
borderRadius?: Settings | string;
|
|
25
|
-
backgroundColor?: Colors | string;
|
|
26
|
-
shadow?: Colors | string;
|
|
27
|
-
shadowDim?: Settings | string;
|
|
28
|
-
overflowY?: Overflow;
|
|
29
|
-
target?: HTMLElement;
|
|
30
|
-
forceDirection?: TargetCardDirection;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { Overflow, ZIndexLayers } from '../../styleEnums';
|
|
3
|
+
import { Colors, Settings } from '../../theming';
|
|
4
|
+
import { IOptionStyling } from '../UseDataLayer';
|
|
5
|
+
export declare enum TargetCardDirection {
|
|
6
|
+
topRight = "topRight",
|
|
7
|
+
topLeft = "topLeft",
|
|
8
|
+
bottomRight = "bottomRight",
|
|
9
|
+
bottomLeft = "bottomLeft"
|
|
10
|
+
}
|
|
11
|
+
export declare enum TargetCardType {
|
|
12
|
+
autocomplete = "autocomplete",
|
|
13
|
+
timepicker = "timepicker",
|
|
14
|
+
profilebox = "profilebox"
|
|
15
|
+
}
|
|
16
|
+
export interface ITargetCard extends IOptionStyling {
|
|
17
|
+
width?: string;
|
|
18
|
+
height?: string;
|
|
19
|
+
overflowX?: Overflow;
|
|
20
|
+
minWidth?: string;
|
|
21
|
+
maxWidth?: string;
|
|
22
|
+
maxHeight?: string;
|
|
23
|
+
open: boolean;
|
|
24
|
+
borderRadius?: Settings | string;
|
|
25
|
+
backgroundColor?: Colors | string;
|
|
26
|
+
shadow?: Colors | string;
|
|
27
|
+
shadowDim?: Settings | string;
|
|
28
|
+
overflowY?: Overflow;
|
|
29
|
+
target?: HTMLElement;
|
|
30
|
+
forceDirection?: TargetCardDirection;
|
|
31
|
+
forceHorizontal?: 'left' | 'right';
|
|
32
|
+
topOffset?: number;
|
|
33
|
+
bottomOffset?: number;
|
|
34
|
+
leftOffset?: number;
|
|
35
|
+
rightOffset?: number;
|
|
36
|
+
buttonWidth?: number;
|
|
37
|
+
buttonHeight?: number;
|
|
38
|
+
zIndex?: ZIndexLayers;
|
|
39
|
+
targetCardType?: TargetCardType;
|
|
40
|
+
}
|
|
41
|
+
export declare const TargetCard: import("react").ForwardRefExoticComponent<ITargetCard & {
|
|
42
|
+
children: ReactNode;
|
|
43
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { TextfieldVariant } from '../../../styleEnums';
|
|
2
|
-
import { Colors } from '../../../theming';
|
|
3
|
-
export interface IMasker {
|
|
4
|
-
readOnly?: boolean;
|
|
5
|
-
fontFamily?: string;
|
|
6
|
-
variant?: TextfieldVariant;
|
|
7
|
-
backgroundColor?: string | Colors;
|
|
8
|
-
color?: string | Colors;
|
|
9
|
-
mask: string;
|
|
10
|
-
value: string;
|
|
11
|
-
onValueChange: (newValue: string) => void;
|
|
12
|
-
}
|
|
13
|
-
export declare const Masker: (props: IMasker) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { TextfieldVariant } from '../../../styleEnums';
|
|
2
|
+
import { Colors } from '../../../theming';
|
|
3
|
+
export interface IMasker {
|
|
4
|
+
readOnly?: boolean;
|
|
5
|
+
fontFamily?: string;
|
|
6
|
+
variant?: TextfieldVariant;
|
|
7
|
+
backgroundColor?: string | Colors;
|
|
8
|
+
color?: string | Colors;
|
|
9
|
+
mask: string;
|
|
10
|
+
value: string;
|
|
11
|
+
onValueChange: (newValue: string) => void;
|
|
12
|
+
}
|
|
13
|
+
export declare const Masker: (props: IMasker) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import { TextInputTypes } from '../../../styleEnums';
|
|
3
|
-
import { ITextFieldContainerStyle } from './TextFieldContainer';
|
|
4
|
-
export interface ITextField extends HTMLAttributes<HTMLInputElement | HTMLTextAreaElement>, ITextFieldContainerStyle {
|
|
5
|
-
prefixCmp?: ReactNode;
|
|
6
|
-
symbolsCmp?: ReactNode;
|
|
7
|
-
suffixCmp?: ReactNode;
|
|
8
|
-
type?: TextInputTypes;
|
|
9
|
-
value: string;
|
|
10
|
-
rows?: number;
|
|
11
|
-
mask?: string;
|
|
12
|
-
length?: number;
|
|
13
|
-
minWidth?: string;
|
|
14
|
-
onValueChange?: (newString: string) => void;
|
|
15
|
-
}
|
|
16
|
-
export declare const TextField: import("react").ForwardRefExoticComponent<ITextField & import("react").RefAttributes<HTMLInputElement>>;
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
import { TextInputTypes } from '../../../styleEnums';
|
|
3
|
+
import { ITextFieldContainerStyle } from './TextFieldContainer';
|
|
4
|
+
export interface ITextField extends HTMLAttributes<HTMLInputElement | HTMLTextAreaElement>, ITextFieldContainerStyle {
|
|
5
|
+
prefixCmp?: ReactNode;
|
|
6
|
+
symbolsCmp?: ReactNode;
|
|
7
|
+
suffixCmp?: ReactNode;
|
|
8
|
+
type?: TextInputTypes;
|
|
9
|
+
value: string;
|
|
10
|
+
rows?: number;
|
|
11
|
+
mask?: string;
|
|
12
|
+
length?: number;
|
|
13
|
+
minWidth?: string;
|
|
14
|
+
onValueChange?: (newString: string) => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const TextField: import("react").ForwardRefExoticComponent<ITextField & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { TextfieldVariant } from '../../../styleEnums';
|
|
2
|
-
import { IContainer } from '../../Level1';
|
|
3
|
-
import { IField, IFieldStyle } from '../../../generalTypes';
|
|
4
|
-
export interface ITextFieldContainer extends IContainer, ITextFieldContainerStyle {
|
|
5
|
-
}
|
|
6
|
-
export interface ITextFieldContainerStyle extends IFieldStyle, IField {
|
|
7
|
-
variant?: TextfieldVariant;
|
|
8
|
-
width?: string;
|
|
9
|
-
borderColor?: string;
|
|
10
|
-
hoverBorderColor?: string;
|
|
11
|
-
focusBorderColor?: string;
|
|
12
|
-
errorColor?: string;
|
|
13
|
-
error?: string;
|
|
14
|
-
isFocused?: boolean;
|
|
15
|
-
textArea?: boolean;
|
|
16
|
-
padding?: string;
|
|
17
|
-
}
|
|
18
|
-
export declare const TextFieldContainer: import("react").ForwardRefExoticComponent<ITextFieldContainer & import("react").RefAttributes<HTMLInputElement>>;
|
|
1
|
+
import { TextfieldVariant } from '../../../styleEnums';
|
|
2
|
+
import { IContainer } from '../../Level1';
|
|
3
|
+
import { IField, IFieldStyle } from '../../../generalTypes';
|
|
4
|
+
export interface ITextFieldContainer extends IContainer, ITextFieldContainerStyle {
|
|
5
|
+
}
|
|
6
|
+
export interface ITextFieldContainerStyle extends IFieldStyle, IField {
|
|
7
|
+
variant?: TextfieldVariant;
|
|
8
|
+
width?: string;
|
|
9
|
+
borderColor?: string;
|
|
10
|
+
hoverBorderColor?: string;
|
|
11
|
+
focusBorderColor?: string;
|
|
12
|
+
errorColor?: string;
|
|
13
|
+
error?: string;
|
|
14
|
+
isFocused?: boolean;
|
|
15
|
+
textArea?: boolean;
|
|
16
|
+
padding?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const TextFieldContainer: import("react").ForwardRefExoticComponent<ITextFieldContainer & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './TextField';
|
|
2
|
-
export * from './Masker';
|
|
3
|
-
export * from './TextFieldContainer';
|
|
1
|
+
export * from './TextField';
|
|
2
|
+
export * from './Masker';
|
|
3
|
+
export * from './TextFieldContainer';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ThemeTogglerHandler } from '../../theming';
|
|
2
|
-
export interface IThemeToggle {
|
|
3
|
-
toggleFunction: ThemeTogglerHandler;
|
|
4
|
-
}
|
|
5
|
-
export declare const ThemeToggle: ({ toggleFunction }: IThemeToggle) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { ThemeTogglerHandler } from '../../theming';
|
|
2
|
+
export interface IThemeToggle {
|
|
3
|
+
toggleFunction: ThemeTogglerHandler;
|
|
4
|
+
}
|
|
5
|
+
export declare const ThemeToggle: ({ toggleFunction }: IThemeToggle) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Colors, Settings } from '../../theming';
|
|
2
|
-
import { ToolTipPos } from '../../tooltip';
|
|
3
|
-
export interface ITooltip {
|
|
4
|
-
backgroundColor?: Colors | string;
|
|
5
|
-
borderRadius?: Settings | string;
|
|
6
|
-
textColor?: Colors | string;
|
|
7
|
-
shadow?: Settings | string;
|
|
8
|
-
shadowDim?: Settings | string;
|
|
9
|
-
placement: ToolTipPos;
|
|
10
|
-
componentDetails?: DOMRect;
|
|
11
|
-
tipWidth?: string;
|
|
12
|
-
show?: boolean;
|
|
13
|
-
text: string;
|
|
14
|
-
}
|
|
15
|
-
export declare const Tooltip: {
|
|
16
|
-
(props: ITooltip): import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
defaultProps: {
|
|
18
|
-
shadow: Colors;
|
|
19
|
-
shadowDim: Settings;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
1
|
+
import { Colors, Settings } from '../../theming';
|
|
2
|
+
import { ToolTipPos } from '../../tooltip';
|
|
3
|
+
export interface ITooltip {
|
|
4
|
+
backgroundColor?: Colors | string;
|
|
5
|
+
borderRadius?: Settings | string;
|
|
6
|
+
textColor?: Colors | string;
|
|
7
|
+
shadow?: Settings | string;
|
|
8
|
+
shadowDim?: Settings | string;
|
|
9
|
+
placement: ToolTipPos;
|
|
10
|
+
componentDetails?: DOMRect;
|
|
11
|
+
tipWidth?: string;
|
|
12
|
+
show?: boolean;
|
|
13
|
+
text: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const Tooltip: {
|
|
16
|
+
(props: ITooltip): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
defaultProps: {
|
|
18
|
+
shadow: Colors;
|
|
19
|
+
shadowDim: Settings;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
2
|
-
export interface IUploadPreview {
|
|
3
|
-
firebase?: boolean;
|
|
4
|
-
file?: File;
|
|
5
|
-
url?: any;
|
|
6
|
-
src?: any;
|
|
7
|
-
onRemove: EmptyFunctionHandler;
|
|
8
|
-
}
|
|
9
|
-
export declare const UploadPreview: (props: IUploadPreview) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { EmptyFunctionHandler } from '../../../generalTypes';
|
|
2
|
+
export interface IUploadPreview {
|
|
3
|
+
firebase?: boolean;
|
|
4
|
+
file?: File;
|
|
5
|
+
url?: any;
|
|
6
|
+
src?: any;
|
|
7
|
+
onRemove: EmptyFunctionHandler;
|
|
8
|
+
}
|
|
9
|
+
export declare const UploadPreview: (props: IUploadPreview) => import("react/jsx-runtime").JSX.Element;
|