@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.
Files changed (179) hide show
  1. package/LICENCE +21 -0
  2. package/dist/Accordion/index.d.ts +18 -0
  3. package/dist/AccordionActions/index.d.ts +18 -0
  4. package/dist/AccordionDetails/index.d.ts +18 -0
  5. package/dist/AccordionSummary/index.d.ts +18 -0
  6. package/dist/Alert/index.d.ts +18 -0
  7. package/dist/AlertAction/index.d.ts +5 -0
  8. package/dist/AlertTimer/index.d.ts +9 -0
  9. package/dist/AlertTitle/index.d.ts +18 -0
  10. package/dist/Autocomplete/index.d.ts +18 -0
  11. package/dist/Avatar/index.d.ts +20 -0
  12. package/dist/Backdrop/index.d.ts +17 -0
  13. package/dist/Box/index.d.ts +20 -0
  14. package/dist/Breadcrumbs/index.d.ts +20 -0
  15. package/dist/Button/index.d.ts +10 -0
  16. package/dist/Checkbox/index.d.ts +21 -0
  17. package/dist/Chip/index.d.ts +25 -0
  18. package/dist/CircularProgress/index.d.ts +19 -0
  19. package/dist/ClickAwayListener/index.d.ts +5 -0
  20. package/dist/Collapse/index.d.ts +19 -0
  21. package/dist/Container/index.d.ts +19 -0
  22. package/dist/CurrencyPairsTitle/index.d.ts +25 -0
  23. package/dist/Description/index.d.ts +8 -0
  24. package/dist/Dialog/index.d.ts +20 -0
  25. package/dist/DialogActions/index.d.ts +19 -0
  26. package/dist/DialogContent/index.d.ts +20 -0
  27. package/dist/DialogTitle/index.d.ts +20 -0
  28. package/dist/Divider/index.d.ts +16 -0
  29. package/dist/Drawer/index.d.ts +16 -0
  30. package/dist/DynamicBackground/index.d.ts +17 -0
  31. package/dist/DynamicBackgroundContainer/index.d.ts +5 -0
  32. package/dist/Fade/index.d.ts +18 -0
  33. package/dist/FormControl/index.d.ts +20 -0
  34. package/dist/FormControlLabel/index.d.ts +22 -0
  35. package/dist/FormGroup/index.d.ts +20 -0
  36. package/dist/FormHelperText/index.d.ts +5 -0
  37. package/dist/FormLabel/index.d.ts +20 -0
  38. package/dist/Formik/Checkbox/index.d.ts +16 -0
  39. package/dist/Formik/FormControlLabel/index.d.ts +15 -0
  40. package/dist/Formik/Input/index.d.ts +16 -0
  41. package/dist/Formik/Radio/index.d.ts +16 -0
  42. package/dist/Formik/Select/index.d.ts +17 -0
  43. package/dist/Formik/TextField/index.d.ts +16 -0
  44. package/dist/Grid/index.d.ts +20 -0
  45. package/dist/Grow/index.d.ts +18 -0
  46. package/dist/IconButton/index.d.ts +24 -0
  47. package/dist/Input/index.d.ts +22 -0
  48. package/dist/InputAdornment/index.d.ts +7 -0
  49. package/dist/InputLabel/index.d.ts +5 -0
  50. package/dist/LinearProgress/index.d.ts +19 -0
  51. package/dist/Link/index.d.ts +20 -0
  52. package/dist/List/index.d.ts +19 -0
  53. package/dist/ListItem/index.d.ts +16 -0
  54. package/dist/ListItemAvatar/index.d.ts +18 -0
  55. package/dist/ListItemButton/index.d.ts +18 -0
  56. package/dist/ListItemIcon/index.d.ts +17 -0
  57. package/dist/ListItemSecondaryAction/index.d.ts +17 -0
  58. package/dist/ListItemText/index.d.ts +18 -0
  59. package/dist/ListSubHeader/index.d.ts +16 -0
  60. package/dist/LoadingButton/index.d.ts +24 -0
  61. package/dist/Menu/index.d.ts +16 -0
  62. package/dist/MenuItem/index.d.ts +16 -0
  63. package/dist/MenuList/index.d.ts +16 -0
  64. package/dist/MobileStepper/index.d.ts +22 -0
  65. package/dist/Modal/index.d.ts +17 -0
  66. package/dist/ModalContent/index.d.ts +13 -0
  67. package/dist/NoSsr/index.d.ts +20 -0
  68. package/dist/Pagination/index.d.ts +18 -0
  69. package/dist/PaginationItem/index.d.ts +5 -0
  70. package/dist/Paper/index.d.ts +22 -0
  71. package/dist/Popover/index.d.ts +16 -0
  72. package/dist/Popper/index.d.ts +16 -0
  73. package/dist/RTable/index.d.ts +8 -0
  74. package/dist/RTableHead/index.d.ts +16 -0
  75. package/dist/RTableRow/index.d.ts +16 -0
  76. package/dist/Radio/index.d.ts +21 -0
  77. package/dist/RadioGroup/index.d.ts +20 -0
  78. package/dist/SeeMore/index.d.ts +14 -0
  79. package/dist/Select/index.d.ts +5 -0
  80. package/dist/SelectItem/index.d.ts +17 -0
  81. package/dist/Skeleton/index.d.ts +20 -0
  82. package/dist/Slide/index.d.ts +17 -0
  83. package/dist/Slider/index.d.ts +17 -0
  84. package/dist/SliderContent/index.d.ts +14 -0
  85. package/dist/Snackbar/index.d.ts +18 -0
  86. package/dist/SnackbarContent/index.d.ts +18 -0
  87. package/dist/Stack/index.d.ts +20 -0
  88. package/dist/Step/index.d.ts +18 -0
  89. package/dist/StepButton/index.d.ts +19 -0
  90. package/dist/StepConnector/index.d.ts +18 -0
  91. package/dist/StepContent/index.d.ts +20 -0
  92. package/dist/StepIcon/index.d.ts +5 -0
  93. package/dist/StepLabel/index.d.ts +17 -0
  94. package/dist/Stepper/index.d.ts +21 -0
  95. package/dist/SvgIcon/index.d.ts +20 -0
  96. package/dist/SwipeableDrawer/index.d.ts +16 -0
  97. package/dist/Tab/index.d.ts +7 -0
  98. package/dist/TabContext/index.d.ts +5 -0
  99. package/dist/TabList/index.d.ts +5 -0
  100. package/dist/TabPanel/index.d.ts +5 -0
  101. package/dist/Table/index.d.ts +16 -0
  102. package/dist/TableBody/index.d.ts +16 -0
  103. package/dist/TableCell/index.d.ts +15 -0
  104. package/dist/TableContainer/index.d.ts +16 -0
  105. package/dist/TableFooter/index.d.ts +16 -0
  106. package/dist/TableHead/index.d.ts +16 -0
  107. package/dist/TablePagination/index.d.ts +17 -0
  108. package/dist/TableRow/index.d.ts +16 -0
  109. package/dist/TableSortLabel/index.d.ts +16 -0
  110. package/dist/Tabs/index.d.ts +30 -0
  111. package/dist/TextField/index.d.ts +20 -0
  112. package/dist/Theme/Accordion/index.d.ts +22 -0
  113. package/dist/Theme/Alert/index.d.ts +18 -0
  114. package/dist/Theme/AlertTitle/index.d.ts +15 -0
  115. package/dist/Theme/Avatar/index.d.ts +10 -0
  116. package/dist/Theme/Backdrop/index.d.ts +6 -0
  117. package/dist/Theme/Breadcrumbs/index.d.ts +11 -0
  118. package/dist/Theme/Button/index.d.ts +41 -0
  119. package/dist/Theme/Checkbox/index.d.ts +24 -0
  120. package/dist/Theme/Chip/index.d.ts +101 -0
  121. package/dist/Theme/Container/index.d.ts +12 -0
  122. package/dist/Theme/Divider/index.d.ts +14 -0
  123. package/dist/Theme/FormControlLabel/index.d.ts +21 -0
  124. package/dist/Theme/Grid/index.d.ts +6 -0
  125. package/dist/Theme/IconButton/index.d.ts +30 -0
  126. package/dist/Theme/Input/index.d.ts +25 -0
  127. package/dist/Theme/InputAdornment/index.d.ts +17 -0
  128. package/dist/Theme/List/index.d.ts +16 -0
  129. package/dist/Theme/ListItemAvatar/index.d.ts +10 -0
  130. package/dist/Theme/LoadingButton/index.d.ts +21 -0
  131. package/dist/Theme/MenuItem/index.d.ts +22 -0
  132. package/dist/Theme/Modal/index.d.ts +16 -0
  133. package/dist/Theme/Pagination/index.d.ts +6 -0
  134. package/dist/Theme/PaginationItem/index.d.ts +23 -0
  135. package/dist/Theme/Palette/base.d.ts +116 -0
  136. package/dist/Theme/Palette/dark.d.ts +88 -0
  137. package/dist/Theme/Palette/light.d.ts +169 -0
  138. package/dist/Theme/Paper/index.d.ts +23 -0
  139. package/dist/Theme/Radio/index.d.ts +18 -0
  140. package/dist/Theme/Select/index.d.ts +45 -0
  141. package/dist/Theme/Shadows/index.d.ts +3 -0
  142. package/dist/Theme/Slider/index.d.ts +23 -0
  143. package/dist/Theme/Tab/index.d.ts +41 -0
  144. package/dist/Theme/TabPanel/index.d.ts +13 -0
  145. package/dist/Theme/TableCell/index.d.ts +14 -0
  146. package/dist/Theme/TableContainer/index.d.ts +6 -0
  147. package/dist/Theme/TableHead/index.d.ts +13 -0
  148. package/dist/Theme/Tabs/index.d.ts +491 -0
  149. package/dist/Theme/TextField/index.d.ts +18 -0
  150. package/dist/Theme/ToggleButton/index.d.ts +13 -0
  151. package/dist/Theme/ToggleButtonGroup/index.d.ts +23 -0
  152. package/dist/Theme/Tooltip/index.d.ts +18 -0
  153. package/dist/Theme/Typography/index.d.ts +221 -0
  154. package/dist/Theme/getDesignTokens.d.ts +8 -0
  155. package/dist/Theme/index.d.ts +6 -0
  156. package/dist/ToggleButton/index.d.ts +20 -0
  157. package/dist/ToggleButtonGroup/index.d.ts +20 -0
  158. package/dist/Tooltip/index.d.ts +9 -0
  159. package/dist/Typography/index.d.ts +24 -0
  160. package/dist/UploadButton/index.d.ts +21 -0
  161. package/dist/Zoom/index.d.ts +18 -0
  162. package/dist/hooks/index.d.ts +8 -0
  163. package/dist/hooks/useCopyToClipboard.d.ts +11 -0
  164. package/dist/hooks/useOnScreen.d.ts +9 -0
  165. package/dist/hooks/useResponsive.d.ts +9 -0
  166. package/dist/hooks/useTime.d.ts +21 -0
  167. package/dist/hooks/useWindowSize.d.ts +4 -0
  168. package/dist/index.d.ts +119 -0
  169. package/dist/index.js +8 -0
  170. package/dist/rabex-ui.cjs.development.js +5409 -0
  171. package/dist/rabex-ui.cjs.development.js.map +1 -0
  172. package/dist/rabex-ui.cjs.production.min.js +2 -0
  173. package/dist/rabex-ui.cjs.production.min.js.map +1 -0
  174. package/dist/rabex-ui.esm.js +5279 -0
  175. package/dist/rabex-ui.esm.js.map +1 -0
  176. package/dist/utils/index.d.ts +2 -0
  177. package/dist/utils/numberUtils.d.ts +29 -0
  178. package/dist/utils/searchUtils.d.ts +2 -0
  179. 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,8 @@
1
+ import React from 'react';
2
+ import { StackProps } from '../Stack';
3
+ export declare type RTableProps = StackProps & {
4
+ variant: 'zebra' | 'default';
5
+ templateColumns: string;
6
+ };
7
+ declare const RTable: React.FC<RTableProps>;
8
+ export default RTable;
@@ -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,5 @@
1
+ import React from 'react';
2
+ import { SelectProps as MuiSelectProps } from '@mui/material';
3
+ export declare type SelectProps = MuiSelectProps;
4
+ declare const Select: React.FC<SelectProps>;
5
+ export default Select;
@@ -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,5 @@
1
+ import React from 'react';
2
+ import { StepIconProps as MuiStepIconProps } from '@mui/material';
3
+ export declare type StepIconProps = MuiStepIconProps;
4
+ declare const StepIcon: React.FC<StepIconProps>;
5
+ export default StepIcon;
@@ -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,7 @@
1
+ import React from 'react';
2
+ import { TabProps as MuiTabProps } from '@mui/material';
3
+ export declare type TabProps = MuiTabProps & {
4
+ size?: 'normal' | 'small';
5
+ };
6
+ declare const Tab: React.FC<TabProps>;
7
+ export default Tab;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { TabContextProps as MuiTabContextProps } from '@mui/lab';
3
+ export declare type TabContextProps = MuiTabContextProps;
4
+ declare const TabContext: React.FC<TabContextProps>;
5
+ export default TabContext;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { TabListProps as MuiTabListProps } from '@mui/lab';
3
+ export declare type TabListProps = MuiTabListProps;
4
+ declare const TabList: React.FC<TabListProps>;
5
+ export default TabList;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { TabPanelProps as MuiTabPanelProps } from '@mui/lab';
3
+ export declare type TabPanelProps = MuiTabPanelProps;
4
+ declare const TabPanel: React.FC<TabPanelProps>;
5
+ export default TabPanel;
@@ -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;