@rabex-kit/rabex-ui 0.0.1
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/LICENCE +21 -0
- package/dist/Accordion/index.d.ts +18 -0
- package/dist/AccordionActions/index.d.ts +18 -0
- package/dist/AccordionDetails/index.d.ts +18 -0
- package/dist/AccordionSummary/index.d.ts +18 -0
- package/dist/Alert/index.d.ts +18 -0
- package/dist/AlertAction/index.d.ts +5 -0
- package/dist/AlertTimer/index.d.ts +9 -0
- package/dist/AlertTitle/index.d.ts +18 -0
- package/dist/Autocomplete/index.d.ts +18 -0
- package/dist/Avatar/index.d.ts +20 -0
- package/dist/Backdrop/index.d.ts +17 -0
- package/dist/Box/index.d.ts +20 -0
- package/dist/Breadcrumbs/index.d.ts +20 -0
- package/dist/Button/index.d.ts +10 -0
- package/dist/Checkbox/index.d.ts +21 -0
- package/dist/Chip/index.d.ts +25 -0
- package/dist/CircularProgress/index.d.ts +19 -0
- package/dist/ClickAwayListener/index.d.ts +5 -0
- package/dist/Collapse/index.d.ts +19 -0
- package/dist/Container/index.d.ts +19 -0
- package/dist/CurrencyPairsTitle/index.d.ts +25 -0
- package/dist/Description/index.d.ts +8 -0
- package/dist/Dialog/index.d.ts +20 -0
- package/dist/DialogActions/index.d.ts +19 -0
- package/dist/DialogContent/index.d.ts +20 -0
- package/dist/DialogTitle/index.d.ts +20 -0
- package/dist/Divider/index.d.ts +16 -0
- package/dist/Drawer/index.d.ts +16 -0
- package/dist/DynamicBackground/index.d.ts +17 -0
- package/dist/DynamicBackgroundContainer/index.d.ts +5 -0
- package/dist/Fade/index.d.ts +18 -0
- package/dist/FormControl/index.d.ts +20 -0
- package/dist/FormControlLabel/index.d.ts +22 -0
- package/dist/FormGroup/index.d.ts +20 -0
- package/dist/FormHelperText/index.d.ts +5 -0
- package/dist/FormLabel/index.d.ts +20 -0
- package/dist/Formik/Checkbox/index.d.ts +16 -0
- package/dist/Formik/FormControlLabel/index.d.ts +15 -0
- package/dist/Formik/Input/index.d.ts +16 -0
- package/dist/Formik/Radio/index.d.ts +16 -0
- package/dist/Formik/Select/index.d.ts +17 -0
- package/dist/Formik/TextField/index.d.ts +16 -0
- package/dist/Grid/index.d.ts +20 -0
- package/dist/Grow/index.d.ts +18 -0
- package/dist/IconButton/index.d.ts +24 -0
- package/dist/Input/index.d.ts +22 -0
- package/dist/InputAdornment/index.d.ts +7 -0
- package/dist/InputLabel/index.d.ts +5 -0
- package/dist/LinearProgress/index.d.ts +19 -0
- package/dist/Link/index.d.ts +20 -0
- package/dist/List/index.d.ts +19 -0
- package/dist/ListItem/index.d.ts +16 -0
- package/dist/ListItemAvatar/index.d.ts +18 -0
- package/dist/ListItemButton/index.d.ts +18 -0
- package/dist/ListItemIcon/index.d.ts +17 -0
- package/dist/ListItemSecondaryAction/index.d.ts +17 -0
- package/dist/ListItemText/index.d.ts +18 -0
- package/dist/ListSubHeader/index.d.ts +16 -0
- package/dist/LoadingButton/index.d.ts +24 -0
- package/dist/Menu/index.d.ts +16 -0
- package/dist/MenuItem/index.d.ts +16 -0
- package/dist/MenuList/index.d.ts +16 -0
- package/dist/MobileStepper/index.d.ts +22 -0
- package/dist/Modal/index.d.ts +17 -0
- package/dist/ModalContent/index.d.ts +13 -0
- package/dist/NoSsr/index.d.ts +20 -0
- package/dist/Pagination/index.d.ts +18 -0
- package/dist/PaginationItem/index.d.ts +5 -0
- package/dist/Paper/index.d.ts +22 -0
- package/dist/Popover/index.d.ts +16 -0
- package/dist/Popper/index.d.ts +16 -0
- package/dist/RTable/index.d.ts +8 -0
- package/dist/RTableHead/index.d.ts +16 -0
- package/dist/RTableRow/index.d.ts +16 -0
- package/dist/Radio/index.d.ts +21 -0
- package/dist/RadioGroup/index.d.ts +20 -0
- package/dist/SeeMore/index.d.ts +14 -0
- package/dist/Select/index.d.ts +5 -0
- package/dist/SelectItem/index.d.ts +17 -0
- package/dist/Skeleton/index.d.ts +20 -0
- package/dist/Slide/index.d.ts +17 -0
- package/dist/Slider/index.d.ts +17 -0
- package/dist/SliderContent/index.d.ts +14 -0
- package/dist/Snackbar/index.d.ts +18 -0
- package/dist/SnackbarContent/index.d.ts +18 -0
- package/dist/Stack/index.d.ts +20 -0
- package/dist/Step/index.d.ts +18 -0
- package/dist/StepButton/index.d.ts +19 -0
- package/dist/StepConnector/index.d.ts +18 -0
- package/dist/StepContent/index.d.ts +20 -0
- package/dist/StepIcon/index.d.ts +5 -0
- package/dist/StepLabel/index.d.ts +17 -0
- package/dist/Stepper/index.d.ts +21 -0
- package/dist/SvgIcon/index.d.ts +20 -0
- package/dist/SwipeableDrawer/index.d.ts +16 -0
- package/dist/Tab/index.d.ts +7 -0
- package/dist/TabContext/index.d.ts +5 -0
- package/dist/TabList/index.d.ts +5 -0
- package/dist/TabPanel/index.d.ts +5 -0
- package/dist/Table/index.d.ts +16 -0
- package/dist/TableBody/index.d.ts +16 -0
- package/dist/TableCell/index.d.ts +15 -0
- package/dist/TableContainer/index.d.ts +16 -0
- package/dist/TableFooter/index.d.ts +16 -0
- package/dist/TableHead/index.d.ts +16 -0
- package/dist/TablePagination/index.d.ts +17 -0
- package/dist/TableRow/index.d.ts +16 -0
- package/dist/TableSortLabel/index.d.ts +16 -0
- package/dist/Tabs/index.d.ts +30 -0
- package/dist/TextField/index.d.ts +20 -0
- package/dist/Theme/Accordion/index.d.ts +22 -0
- package/dist/Theme/Alert/index.d.ts +18 -0
- package/dist/Theme/AlertTitle/index.d.ts +15 -0
- package/dist/Theme/Avatar/index.d.ts +10 -0
- package/dist/Theme/Backdrop/index.d.ts +6 -0
- package/dist/Theme/Breadcrumbs/index.d.ts +11 -0
- package/dist/Theme/Button/index.d.ts +41 -0
- package/dist/Theme/Checkbox/index.d.ts +24 -0
- package/dist/Theme/Chip/index.d.ts +101 -0
- package/dist/Theme/Container/index.d.ts +12 -0
- package/dist/Theme/Divider/index.d.ts +14 -0
- package/dist/Theme/FormControlLabel/index.d.ts +21 -0
- package/dist/Theme/Grid/index.d.ts +6 -0
- package/dist/Theme/IconButton/index.d.ts +30 -0
- package/dist/Theme/Input/index.d.ts +25 -0
- package/dist/Theme/InputAdornment/index.d.ts +17 -0
- package/dist/Theme/List/index.d.ts +16 -0
- package/dist/Theme/ListItemAvatar/index.d.ts +10 -0
- package/dist/Theme/LoadingButton/index.d.ts +21 -0
- package/dist/Theme/MenuItem/index.d.ts +22 -0
- package/dist/Theme/Modal/index.d.ts +16 -0
- package/dist/Theme/Pagination/index.d.ts +6 -0
- package/dist/Theme/PaginationItem/index.d.ts +23 -0
- package/dist/Theme/Palette/base.d.ts +116 -0
- package/dist/Theme/Palette/dark.d.ts +88 -0
- package/dist/Theme/Palette/light.d.ts +169 -0
- package/dist/Theme/Paper/index.d.ts +23 -0
- package/dist/Theme/Radio/index.d.ts +18 -0
- package/dist/Theme/Select/index.d.ts +45 -0
- package/dist/Theme/Shadows/index.d.ts +3 -0
- package/dist/Theme/Slider/index.d.ts +23 -0
- package/dist/Theme/Tab/index.d.ts +41 -0
- package/dist/Theme/TabPanel/index.d.ts +13 -0
- package/dist/Theme/TableCell/index.d.ts +14 -0
- package/dist/Theme/TableContainer/index.d.ts +6 -0
- package/dist/Theme/TableHead/index.d.ts +13 -0
- package/dist/Theme/Tabs/index.d.ts +491 -0
- package/dist/Theme/TextField/index.d.ts +18 -0
- package/dist/Theme/ToggleButton/index.d.ts +13 -0
- package/dist/Theme/ToggleButtonGroup/index.d.ts +23 -0
- package/dist/Theme/Tooltip/index.d.ts +18 -0
- package/dist/Theme/Typography/index.d.ts +221 -0
- package/dist/Theme/getDesignTokens.d.ts +8 -0
- package/dist/Theme/index.d.ts +6 -0
- package/dist/ToggleButton/index.d.ts +20 -0
- package/dist/ToggleButtonGroup/index.d.ts +20 -0
- package/dist/Tooltip/index.d.ts +9 -0
- package/dist/Typography/index.d.ts +24 -0
- package/dist/UploadButton/index.d.ts +21 -0
- package/dist/Zoom/index.d.ts +18 -0
- package/dist/hooks/index.d.ts +8 -0
- package/dist/hooks/useCopyToClipboard.d.ts +11 -0
- package/dist/hooks/useOnScreen.d.ts +9 -0
- package/dist/hooks/useResponsive.d.ts +9 -0
- package/dist/hooks/useTime.d.ts +21 -0
- package/dist/hooks/useWindowSize.d.ts +4 -0
- package/dist/index.d.ts +119 -0
- package/dist/index.js +8 -0
- package/dist/rabex-ui.cjs.development.js +5409 -0
- package/dist/rabex-ui.cjs.development.js.map +1 -0
- package/dist/rabex-ui.cjs.production.min.js +2 -0
- package/dist/rabex-ui.cjs.production.min.js.map +1 -0
- package/dist/rabex-ui.esm.js +5279 -0
- package/dist/rabex-ui.esm.js.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/numberUtils.d.ts +29 -0
- package/dist/utils/searchUtils.d.ts +2 -0
- package/package.json +119 -0
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { PopperProps as MuiPopperProps } from '@mui/material';
|
3
|
+
export declare type PopperProps = MuiPopperProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React Popper component. Learn about the available props and the CSS API.
|
6
|
+
* you can see Popper Documentation api that I mentioned below [here](https://mui.com/material-ui/api/popper)
|
7
|
+
*
|
8
|
+
* ```typescript
|
9
|
+
* import { Popper } from '@rabex-kit/core';
|
10
|
+
* ```
|
11
|
+
*
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const Popper: React.FC<PopperProps>;
|
16
|
+
export default Popper;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StackProps } from '../Stack';
|
3
|
+
export declare type RTableHeadProps = StackProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableHead component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableHead Documentation [here](https://mui.com/material-ui/api/table-head/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableHead } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const RTableHead: React.FC<RTableHeadProps>;
|
16
|
+
export default RTableHead;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StackProps } from '../Stack';
|
3
|
+
export declare type RTableRowProps = StackProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableRow component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableRow Documentation [here](https://mui.com/material-ui/api/table-row/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableRow } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const RTableRow: React.FC<RTableRowProps>;
|
16
|
+
export default RTableRow;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { RadioProps as MuiRadioProps } from '@mui/material';
|
3
|
+
export declare type RadioProps = MuiRadioProps & {
|
4
|
+
error?: boolean;
|
5
|
+
};
|
6
|
+
/**
|
7
|
+
* Radio buttons allow the user to select one option from a set.
|
8
|
+
*
|
9
|
+
* This is a custom wrapper component made of Material-UI Radio.
|
10
|
+
*
|
11
|
+
* You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/radio/).
|
12
|
+
*
|
13
|
+
*
|
14
|
+
* ```typescript
|
15
|
+
* import { Radio } from '@rabex-kit/core';
|
16
|
+
* ```
|
17
|
+
* @param props
|
18
|
+
* @returns
|
19
|
+
*/
|
20
|
+
declare const Radio: React.FC<RadioProps>;
|
21
|
+
export default Radio;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { RadioGroupProps as MuiRadioGroupProps } from '@mui/material';
|
3
|
+
export declare type RadioGroupProps = MuiRadioGroupProps;
|
4
|
+
/**
|
5
|
+
* RadioGroup is a helpful wrapper used to group Radio components that provides an easier API, and proper keyboard accessibility to the group.
|
6
|
+
*
|
7
|
+
* This is a custom wrapper component made of Material-UI RadioGroup.
|
8
|
+
*
|
9
|
+
* You can read Material-UI RadioGroup Documentation [here](https://mui.com/material-ui/api/react-radio-button/).
|
10
|
+
*
|
11
|
+
* ```typescript
|
12
|
+
* import { RadioGroup } from '@rabex-kit/core';
|
13
|
+
* ```
|
14
|
+
*
|
15
|
+
*
|
16
|
+
* @param props
|
17
|
+
* @returns
|
18
|
+
*/
|
19
|
+
declare const RadioGroup: React.FC<RadioGroupProps>;
|
20
|
+
export default RadioGroup;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React, { ReactNode } from 'react';
|
2
|
+
import { ButtonProps } from '../Button';
|
3
|
+
export declare type SeeMoreProps = {
|
4
|
+
children: ReactNode;
|
5
|
+
minHeight?: string;
|
6
|
+
buttonProps: ButtonProps;
|
7
|
+
showMoreText?: string;
|
8
|
+
showLessText?: string;
|
9
|
+
fadeColor?: string;
|
10
|
+
linearGradient?: string;
|
11
|
+
height?: string;
|
12
|
+
};
|
13
|
+
declare const SeeMore: React.FC<SeeMoreProps>;
|
14
|
+
export default SeeMore;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { MenuItemProps as MuiMenuItemProps } from '@mui/material';
|
3
|
+
export declare type SelectItemProps = MuiMenuItemProps;
|
4
|
+
/**
|
5
|
+
* Select components are used for collecting user provided information from a list of options.
|
6
|
+
* Menu Item of Material-UI that costomized for Select compoenent
|
7
|
+
* You can read Material-UI MenuItem Documentation [here](https://mui.com/material-ui/api/menu-item/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { SelectItem } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
*
|
13
|
+
* @param props
|
14
|
+
* @returns
|
15
|
+
*/
|
16
|
+
declare const SelectItem: React.FC<MuiMenuItemProps>;
|
17
|
+
export default SelectItem;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SkeletonProps as MuiSkeletonProps } from '@mui/material';
|
3
|
+
export declare type SkeletonProps = MuiSkeletonProps;
|
4
|
+
/**
|
5
|
+
* Display a placeholder preview of your content before the data gets loaded to reduce load-time frustration.
|
6
|
+
*
|
7
|
+
* This is a custom wrapper component made of Material-UI Skeleton.
|
8
|
+
*
|
9
|
+
* You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/skeleton/).
|
10
|
+
*
|
11
|
+
* ```typescript
|
12
|
+
* import { Skeleton } from '@rabex-kit/core';
|
13
|
+
* ```
|
14
|
+
*
|
15
|
+
*
|
16
|
+
* @param props
|
17
|
+
* @returns
|
18
|
+
*/
|
19
|
+
declare const Skeleton: React.FC<SkeletonProps>;
|
20
|
+
export default Skeleton;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SlideProps as MuiSlideProps } from '@mui/material';
|
3
|
+
export declare type SlideProps = MuiSlideProps;
|
4
|
+
/**
|
5
|
+
* Slide in from the edge of the screen. The direction prop controls which edge of the screen the transition starts from.
|
6
|
+
* you can see Slide Documentation api that I mentioned below [here](https://mui.com/material-ui/api/slide/)
|
7
|
+
*
|
8
|
+
* ```typescript
|
9
|
+
* import { Slide } from '@rabex-kit/core';
|
10
|
+
* ```
|
11
|
+
*
|
12
|
+
*
|
13
|
+
* @param props
|
14
|
+
* @returns
|
15
|
+
*/
|
16
|
+
declare const Slide: React.FC<SlideProps>;
|
17
|
+
export default Slide;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SliderProps as MuiSliderProps } from '@mui/material';
|
3
|
+
export declare type SliderProps = MuiSliderProps;
|
4
|
+
/**
|
5
|
+
* Sliders allow users to make selections from a range of values.
|
6
|
+
* You can read Material-UI Slider Documentation [here](https://mui.com/material-ui/api/slider/).
|
7
|
+
*
|
8
|
+
* ```typescript
|
9
|
+
* import { Slider } from '@rabex-kit/core';
|
10
|
+
* ```
|
11
|
+
*
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*
|
15
|
+
*/
|
16
|
+
declare const Slider: React.FC<SliderProps>;
|
17
|
+
export default Slider;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React, { ReactNode } from 'react';
|
2
|
+
import { StackProps } from '../Stack';
|
3
|
+
import { BoxProps } from '../Box';
|
4
|
+
interface IProps {
|
5
|
+
children: ReactNode[];
|
6
|
+
autoplay?: boolean;
|
7
|
+
uniqueId: string;
|
8
|
+
bullets?: boolean;
|
9
|
+
containerProps?: StackProps;
|
10
|
+
itemsProps?: BoxProps;
|
11
|
+
}
|
12
|
+
export declare type SliderContentProps = IProps;
|
13
|
+
declare const SliderContent: React.FC<SliderContentProps>;
|
14
|
+
export default SliderContent;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SnackbarProps as MuiSnackbarProps } from '@mui/material';
|
3
|
+
export declare type SnackbarProps = MuiSnackbarProps;
|
4
|
+
/**
|
5
|
+
* Snackbars provide brief notifications. The component is also known as a toast.
|
6
|
+
*
|
7
|
+
* You can read Material-UI Snackbar Documentation [here](https://mui.com/material-ui/api/snackbar/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { Snackbar } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
*
|
13
|
+
*
|
14
|
+
* @param props
|
15
|
+
* @returns
|
16
|
+
*/
|
17
|
+
declare const Snackbar: React.FC<SnackbarProps>;
|
18
|
+
export default Snackbar;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SnackbarContentProps as MuiSnackbarContentProps } from '@mui/material';
|
3
|
+
export declare type SnackbarContentProps = MuiSnackbarContentProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React SnackbarContent component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI SnackbarContent Documentation [here](https://mui.com/material-ui/api/snackbar-content/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { SnackbarContent } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
*
|
13
|
+
*
|
14
|
+
* @param props
|
15
|
+
* @returns
|
16
|
+
*/
|
17
|
+
declare const SnackbarContent: React.FC<SnackbarContentProps>;
|
18
|
+
export default SnackbarContent;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StackProps as MuiStackProps } from '@mui/material';
|
3
|
+
export declare type StackProps = MuiStackProps;
|
4
|
+
/**
|
5
|
+
* The Stack component manages layout of immediate children along the vertical or horizontal axis with optional spacing and/or dividers between each child.
|
6
|
+
*
|
7
|
+
* This is a custom wrapper component made of Material-UI Stack.
|
8
|
+
*
|
9
|
+
* You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/stack/).
|
10
|
+
*
|
11
|
+
* ```typescript
|
12
|
+
* import { Stack } from '@rabex-kit/core';
|
13
|
+
* ```
|
14
|
+
*
|
15
|
+
*
|
16
|
+
* @param props
|
17
|
+
* @returns
|
18
|
+
*/
|
19
|
+
declare const Stack: React.FC<StackProps>;
|
20
|
+
export default Stack;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StepProps as MuiStepProps } from '@mui/material';
|
3
|
+
export declare type StepProps = MuiStepProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React Step component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI Step Documentation [here](https://mui.com/material-ui/api/step/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { Step } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
*
|
13
|
+
*
|
14
|
+
* @param props
|
15
|
+
* @returns
|
16
|
+
*/
|
17
|
+
declare const Step: React.FC<StepProps>;
|
18
|
+
export default Step;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StepButtonProps as MuiStepButtonProps } from '@mui/material';
|
3
|
+
export declare type StepButtonProps = MuiStepButtonProps;
|
4
|
+
/**
|
5
|
+
* The use of the StepButton here demonstrates clickable step labels, as well as setting the completed flag.
|
6
|
+
* However because steps can be accessed in a non-linear fashion,
|
7
|
+
* it's up to your own implementation to determine when all steps are completed (or even if they need to be completed).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { StepButton } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* You can read Material-UI StepButton Documentation [here](https://mui.com/material-ui/api/step-button/).
|
13
|
+
*
|
14
|
+
*
|
15
|
+
* @param props
|
16
|
+
* @returns
|
17
|
+
*/
|
18
|
+
declare const StepButton: React.FC<StepButtonProps>;
|
19
|
+
export default StepButton;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StepConnectorProps as MuiStepConnectorProps } from '@mui/material';
|
3
|
+
export declare type StepConnectorProps = MuiStepConnectorProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React StepConnector component. Learn about the available props and the CSS API.
|
6
|
+
|
7
|
+
* You can read Material-UI StepConnector Documentation [here](https://mui.com/material-ui/api/step-connector/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { StepConnector } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
*
|
13
|
+
*
|
14
|
+
* @param props
|
15
|
+
* @returns
|
16
|
+
*/
|
17
|
+
declare const StepConnector: React.FC<StepConnectorProps>;
|
18
|
+
export default StepConnector;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StepContentProps as MuiStepContentProps } from '@mui/material';
|
3
|
+
export declare type StepContentProps = MuiStepContentProps;
|
4
|
+
/**
|
5
|
+
* The content of a step is unmounted when closed.
|
6
|
+
* If you need to make the content available to search engines or render expensive component trees inside your modal
|
7
|
+
* while optimizing for interaction responsiveness it might be a good idea to keep the step mounted with:
|
8
|
+
*
|
9
|
+
* You can read Material-UI StepContent Documentation [here](https://mui.com/material-ui/api/step-content/).
|
10
|
+
*
|
11
|
+
* ```typescript
|
12
|
+
* import { StepContent } from '@rabex-kit/core';
|
13
|
+
* ```
|
14
|
+
*
|
15
|
+
*
|
16
|
+
* @param props
|
17
|
+
* @returns
|
18
|
+
*/
|
19
|
+
declare const StepContent: React.FC<StepContentProps>;
|
20
|
+
export default StepContent;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StepLabelProps as MuiStepLabelProps } from '@mui/material';
|
3
|
+
export declare type StepLabelProps = MuiStepLabelProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React StepLabel component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI StepLabel Documentation [here](https://mui.com/material-ui/api/step-label/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { StepLabel } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
*
|
13
|
+
* @param props
|
14
|
+
* @returns
|
15
|
+
*/
|
16
|
+
declare const StepLabel: React.FC<StepLabelProps>;
|
17
|
+
export default StepLabel;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { StepperProps as MuiStepperProps } from '@mui/material';
|
3
|
+
export declare type StepperProps = MuiStepperProps;
|
4
|
+
/**
|
5
|
+
* Steppers convey progress through numbered steps. It provides a wizard-like workflow.
|
6
|
+
*
|
7
|
+
* Steppers display progress through a sequence of logical and numbered steps.
|
8
|
+
* They may also be used for navigation.
|
9
|
+
* Steppers may display a transient feedback message after a step is saved.
|
10
|
+
*
|
11
|
+
* You can read Material-UI Stepper Documentation [here](https://mui.com/material-ui/api/stepper/).
|
12
|
+
*
|
13
|
+
* ```typescript
|
14
|
+
* import { Stepper } from '@rabex-kit/core';
|
15
|
+
* ```
|
16
|
+
*
|
17
|
+
* @param props
|
18
|
+
* @returns
|
19
|
+
*/
|
20
|
+
declare const Stepper: React.FC<StepperProps>;
|
21
|
+
export default Stepper;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SvgIconProps as MuiSvgIconProps } from '@mui/material';
|
3
|
+
export declare type SvgIconProps = MuiSvgIconProps;
|
4
|
+
/**
|
5
|
+
* TIf you need a custom SVG icon, you can use the SvgIcon wrapper. This component extends the native <svg> element:
|
6
|
+
*
|
7
|
+
* This is a custom wrapper component made of Material-UI SvgIcon.
|
8
|
+
*
|
9
|
+
* You can read Material-UI Button Documentation [here](https://mui.com/material-ui/icons/#svgicon).
|
10
|
+
*
|
11
|
+
* ```typescript
|
12
|
+
* import { SvgIcon } from '@rabex-kit/core';
|
13
|
+
* ```
|
14
|
+
*
|
15
|
+
*
|
16
|
+
* @param props
|
17
|
+
* @returns
|
18
|
+
*/
|
19
|
+
declare const SvgIcon: React.FC<SvgIconProps>;
|
20
|
+
export default SvgIcon;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SwipeableDrawerProps as MuiSwipeableDrawerProps } from '@mui/material';
|
3
|
+
export declare type SwipeableDrawerProps = MuiSwipeableDrawerProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React SwipeableDrawer component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI SwipeableDrawer Documentation [here](https://mui.com/material-ui/api/swipeable-drawer/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { SwipeableDrawer } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const SwipeableDrawer: React.FC<SwipeableDrawerProps>;
|
16
|
+
export default SwipeableDrawer;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { TableProps as MuiTableProps } from '@mui/material';
|
2
|
+
import React from 'react';
|
3
|
+
export declare type TableProps = MuiTableProps;
|
4
|
+
/**
|
5
|
+
* Tables display sets of data. They can be fully customized.
|
6
|
+
*
|
7
|
+
* You can read Material-UI Table Documentation [here](https://mui.com/material-ui/api/table/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { Table } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const Table: React.FC<TableProps>;
|
16
|
+
export default Table;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TableBodyProps as MuiTableBodyProps } from '@mui/material';
|
3
|
+
export declare type TableBodyProps = MuiTableBodyProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableBody component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableBody Documentation [here](https://mui.com/material-ui/api/table-body/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableBody } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const TableBody: React.FC<TableBodyProps>;
|
16
|
+
export default TableBody;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TableCellProps as MuiTableCellProps } from '@mui/material';
|
3
|
+
export declare type TableCellProps = MuiTableCellProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableCell component. Learn about the available props and the CSS API.
|
6
|
+
* You can read Material-UI TableCell Documentation [here](https://mui.com/material-ui/api/table-cell/).
|
7
|
+
*
|
8
|
+
* ```typescript
|
9
|
+
* import { TableCell } from '@rabex-kit/core';
|
10
|
+
* ```
|
11
|
+
* @param props
|
12
|
+
* @returns
|
13
|
+
*/
|
14
|
+
declare const TableCell: React.FC<TableCellProps>;
|
15
|
+
export default TableCell;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TableContainerProps as MuiTableContainerProps } from '@mui/material';
|
3
|
+
export declare type TableContainerProps = MuiTableContainerProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableContainer component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableContainer Documentation [here](https://mui.com/material-ui/api/table-container/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableContainer } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const TableContainer: React.FC<TableContainerProps>;
|
16
|
+
export default TableContainer;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TableFooterProps as MuiTableFooterProps } from '@mui/material';
|
3
|
+
export declare type TableFooterProps = MuiTableFooterProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableFooter component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableFooter Documentation [here](https://mui.com/material-ui/api/table-footer/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableFooter } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const TableFooter: React.FC<TableFooterProps>;
|
16
|
+
export default TableFooter;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TableHeadProps as MuiTableHeadProps } from '@mui/material';
|
3
|
+
export declare type TableHeadProps = MuiTableHeadProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableHead component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableHead Documentation [here](https://mui.com/material-ui/api/table-head/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableHead } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const TableHead: React.FC<TableHeadProps>;
|
16
|
+
export default TableHead;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TablePaginationProps as MuiTablePaginationProps } from '@mui/material';
|
3
|
+
export declare type TablePaginationProps = MuiTablePaginationProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TablePagination component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TablePagination Documentation [here](https://mui.com/material-ui/api/table-pagination/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TablePagination } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
*
|
13
|
+
* @param props
|
14
|
+
* @returns
|
15
|
+
*/
|
16
|
+
declare const TablePagination: React.FC<TablePaginationProps>;
|
17
|
+
export default TablePagination;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TableRowProps as MuiTableRowProps } from '@mui/material';
|
3
|
+
export declare type TableRowProps = MuiTableRowProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableRow component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableRow Documentation [here](https://mui.com/material-ui/api/table-row/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableRow } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const TableRow: React.FC<TableRowProps>;
|
16
|
+
export default TableRow;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TableSortLabelProps as MuiTableSortLabelProps } from '@mui/material';
|
3
|
+
export declare type TableSortLabelProps = MuiTableSortLabelProps;
|
4
|
+
/**
|
5
|
+
* API documentation for the React TableSortLabel component. Learn about the available props and the CSS API.
|
6
|
+
*
|
7
|
+
* You can read Material-UI TableSortLabel Documentation [here](https://mui.com/material-ui/api/table-sort-label/).
|
8
|
+
*
|
9
|
+
* ```typescript
|
10
|
+
* import { TableSortLabel } from '@rabex-kit/core';
|
11
|
+
* ```
|
12
|
+
* @param props
|
13
|
+
* @returns
|
14
|
+
*/
|
15
|
+
declare const TableSortLabel: React.FC<TableSortLabelProps>;
|
16
|
+
export default TableSortLabel;
|