@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,5 @@
1
+ import React from 'react';
2
+ import { FormHelperTextProps as MuiFormHelperTextProps } from '@mui/material';
3
+ export declare type FormHelperTextProps = MuiFormHelperTextProps;
4
+ declare const FormHelperText: React.FC<FormHelperTextProps>;
5
+ export default FormHelperText;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { FormLabelProps as MuiFormLabelProps } from '@mui/material';
3
+ export declare type FormLabelProps = MuiFormLabelProps;
4
+ /**
5
+ * The name MuiFormLabel can be used when providing default props or style overrides in the theme.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI FormLabel.
8
+ *
9
+ * You can read Material-UI FormLabel Documentation [here](https://mui.com/material-ui/api/form-label/).
10
+ *
11
+ * ```typescript
12
+ * import { FormLabel } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const FormLabel: React.FC<FormLabelProps>;
20
+ export default FormLabel;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { CheckboxProps } from '../../Checkbox';
3
+ export declare type FormikCheckboxProps = Omit<CheckboxProps, 'name'> & {
4
+ name: string;
5
+ };
6
+ /**
7
+ * Formik Checkbox allow the user to select one or more items from a set..
8
+ *
9
+ * This is a custom wrapper component made of Rabex-kit Checkbox.
10
+ *
11
+ * In this component. You should provide a **name** property always.
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const FormikCheckbox: React.FC<FormikCheckboxProps>;
16
+ export default FormikCheckbox;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { FormControlLabelProps } from '../../FormControlLabel';
3
+ export declare type FormikFormControlLabelProps = Omit<FormControlLabelProps, 'name'> & {
4
+ name: string;
5
+ };
6
+ /**
7
+ *
8
+ * This is a custom wrapper component made of Rabex-kit FormControlLabel.
9
+ *
10
+ * In this component. You should provide a **name** property always.
11
+ * @param props
12
+ * @returns
13
+ */
14
+ declare const FormikFormControlLabel: React.FC<FormikFormControlLabelProps>;
15
+ export default FormikFormControlLabel;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { InputProps } from '../../Input';
3
+ export declare type FormikInputProps = Omit<InputProps, 'name'> & {
4
+ name: string;
5
+ };
6
+ /**
7
+ * Formik Input let users enter and edit text.
8
+ *
9
+ * This is a custom wrapper component made of Rabex-kit Input.
10
+ *
11
+ * In this component. You should provide a **name** property always.
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const FormikInput: React.FC<FormikInputProps>;
16
+ export default FormikInput;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { RadioProps } from '../../Radio';
3
+ export declare type FormikRadioProps = Omit<RadioProps, 'name'> & {
4
+ name: string;
5
+ };
6
+ /**
7
+ * Formik Radio allow the user to select one option from a set..
8
+ *
9
+ * This is a custom wrapper component made of Rabex-kit Radio.
10
+ *
11
+ * In this component. You should provide a **name** property always.
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const FormikRadio: React.FC<FormikRadioProps>;
16
+ export default FormikRadio;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { SelectProps } from '../../Select';
3
+ export declare type FormikSelectProps = Omit<SelectProps, 'name'> & {
4
+ name: string;
5
+ helperText: string;
6
+ };
7
+ /**
8
+ * Formik Select let users enter and edit text.
9
+ *
10
+ * This is a custom wrapper component made of Rabex-kit Select.
11
+ *
12
+ * In this component. You should provide a **name** property always.
13
+ * @param props
14
+ * @returns
15
+ */
16
+ declare const FormikSelect: React.FC<FormikSelectProps>;
17
+ export default FormikSelect;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { TextFieldProps } from '../../TextField';
3
+ export declare type FormikTextFieldProps = Omit<TextFieldProps, 'name'> & {
4
+ name: string;
5
+ };
6
+ /**
7
+ * Formik TextField let users enter and edit text.
8
+ *
9
+ * This is a custom wrapper component made of Rabex-kit TextField.
10
+ *
11
+ * In this component. You should provide a **name** property always.
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const FormikTextField: React.FC<FormikTextFieldProps>;
16
+ export default FormikTextField;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { Grid2Props as MuiGridProps } from '@mui/material/Unstable_Grid2';
3
+ export declare type GridProps = MuiGridProps;
4
+ /**
5
+ * The responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI Grid.
8
+ *
9
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/react-grid2/).
10
+ *
11
+ * ```typescript
12
+ * import { Grid } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const Grid: React.FC<GridProps>;
20
+ export default Grid;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { GrowProps as MuiGrowProps } from '@mui/material';
3
+ export declare type GrowProps = MuiGrowProps;
4
+ /**
5
+ * Expands outwards from the center of the child element, while also fading in from transparent to opaque.
6
+ *
7
+ * you can see Grow Documentation api that I mentioned below [here](https://mui.com/material-ui/api/grow/)
8
+ *
9
+ * ```typescript
10
+ * import { Grow } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const Grow: React.FC<GrowProps>;
18
+ export default Grow;
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { IconButtonProps as MuiIconButtonProps } from '@mui/material';
3
+ declare type IProps = MuiIconButtonProps & {
4
+ variant?: 'circular' | 'square' | 'rounded';
5
+ hasBg?: boolean;
6
+ };
7
+ export declare type IconButtonProps = IProps;
8
+ /**
9
+ *
10
+ * Icon buttons are commonly found in app bars and toolbars.
11
+ * Icons are also appropriate for toggle buttons that allow a single choice to be selected or deselected,
12
+ * such as adding or removing a star to an item.
13
+ *
14
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/icon-button/).
15
+ *
16
+ * ```typescript
17
+ * import { IconButton } from '@rabex-kit/core';
18
+ * ```
19
+ *
20
+ * @param props
21
+ * @returns
22
+ */
23
+ declare const IconButton: React.FC<IProps>;
24
+ export default IconButton;
@@ -0,0 +1,22 @@
1
+ import React, { ReactNode } from 'react';
2
+ import { InputProps as MuiInputProps } from '@mui/material';
3
+ import { TypographyProps } from '../Typography';
4
+ interface CustomInputProps extends MuiInputProps {
5
+ success?: boolean;
6
+ size?: 'large' | 'medium' | 'small';
7
+ helperText?: string | ReactNode;
8
+ titleProps?: TypographyProps;
9
+ helperTextIcon?: ReactNode;
10
+ helperTextProps?: TypographyProps;
11
+ helperTextEndAdornment?: string | ReactNode;
12
+ helperTextEndAdornmentProps?: TypographyProps;
13
+ hasBg?: boolean;
14
+ valueFormat?: 'numbers' | 'separatedNumbers';
15
+ valueFormatOption?: {
16
+ separator?: string;
17
+ separateBy?: number;
18
+ };
19
+ }
20
+ export declare type InputProps = CustomInputProps;
21
+ declare const Input: React.FC<InputProps>;
22
+ export default Input;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { InputAdornmentProps as MuiInputAdornmentProps } from '@mui/material';
3
+ export declare type InputAdornmentProps = Omit<MuiInputAdornmentProps, 'hasBorder'> & {
4
+ hasBorder?: boolean;
5
+ };
6
+ declare const InputAdornment: React.FC<InputAdornmentProps>;
7
+ export default InputAdornment;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { InputLabelProps as MuiInputLabelProps } from '@mui/material';
3
+ export declare type InputLabelProps = MuiInputLabelProps;
4
+ declare const InputLabel: React.FC<InputLabelProps>;
5
+ export default InputLabel;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { LinearProgressProps as MuiLinearProgressProps } from '@mui/material';
3
+ export declare type LinearProgressProps = MuiLinearProgressProps;
4
+ /**
5
+ * Progress indicators commonly known as spinners, express an unspecified wait time or display the length of a process.
6
+ *
7
+ *
8
+ * You can read Material-UI LinearProgress Documentation [here](https://mui.com/material-ui/api/linear-progress/).
9
+ *
10
+ * ```typescript
11
+ * import { LinearProgress } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ *
15
+ * @param props
16
+ * @returns
17
+ */
18
+ declare const LinearProgress: React.FC<LinearProgressProps>;
19
+ export default LinearProgress;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { LinkProps as MuiLinkProps } from '@mui/material';
3
+ export declare type LinkProps = MuiLinkProps;
4
+ /**
5
+ * The Link component allows you to easily customize anchor elements with your theme colors and typography styles.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI Link.
8
+ *
9
+ * You can read Material-UI Link Documentation [here](https://mui.com/material-ui/react-link/).
10
+ *
11
+ * ```typescript
12
+ * import { Link } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const Link: React.FC<LinkProps>;
20
+ export default Link;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { ListProps as MuiListProps } from '@mui/material';
3
+ export declare type ListProps = MuiListProps;
4
+ /**
5
+ * Lists are continuous, vertical indexes of text or images.
6
+ * Lists are a continuous group of text or images.
7
+ * They are composed of items containing primary and supplemental actions,
8
+ * which are represented by icons and text.
9
+ * you can see List Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list)
10
+ *
11
+ * ```typescript
12
+ * import { List } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ * @param props
16
+ * @returns
17
+ */
18
+ declare const List: React.FC<ListProps>;
19
+ export default List;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { ListItemProps as MuiListItemProps } from '@mui/material';
3
+ export declare type ListItemProps = MuiListItemProps;
4
+ /**
5
+ * API documentation for the React ListItem component. Learn about the available props and the CSS API.
6
+ * you can see ListItem Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list-item)
7
+ *
8
+ * ```typescript
9
+ * import { ListItem } from '@rabex-kit/core';
10
+ * ```
11
+ *
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const ListItem: React.FC<ListItemProps>;
16
+ export default ListItem;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { ListItemAvatarProps as MuiListItemAvatarProps } from '@mui/material';
3
+ export declare type ListItemAvatarProps = MuiListItemAvatarProps;
4
+ /**
5
+ *
6
+ * ListItemAvatar is a wrapper for have Avatar in List component
7
+ * you can see ListItemAvatar Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list-item-avatar/)
8
+ *
9
+ *
10
+ * ```typescript
11
+ * import { ListItemAvatar } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const ListItemAvatar: React.FC<ListItemAvatarProps>;
18
+ export default ListItemAvatar;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { ListItemButtonProps as MuiListItemButtonProps } from '@mui/material';
3
+ export declare type ListItemButtonProps = MuiListItemButtonProps;
4
+ /**
5
+ *
6
+ * ListItemButton is wrapper for have button in List component
7
+ * you can see ListItemButton Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list-item-button/)
8
+ *
9
+ *
10
+ * ```typescript
11
+ * import { ListItemButton } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const ListItemButton: React.FC<ListItemButtonProps>;
18
+ export default ListItemButton;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { ListItemIconProps as MuiListItemIconProps } from '@mui/material';
3
+ export declare type ListItemIconProps = MuiListItemIconProps;
4
+ /**
5
+ *
6
+ * you can use ListItemIcon component in list for add icon in list component
7
+ * you can see ListItemIcon Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list-item-icon/)
8
+ *
9
+ * ```typescript
10
+ * import { ListItemIcon } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ * @param props
14
+ * @returns
15
+ */
16
+ declare const ListItemIcon: React.FC<ListItemIconProps>;
17
+ export default ListItemIcon;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { ListItemSecondaryActionProps as MuiListItemSecondaryActionProps } from '@mui/material';
3
+ export declare type ListItemSecondaryActionProps = MuiListItemSecondaryActionProps;
4
+ /**
5
+ * can use ListItemSecondaryAction for adding some element in the end of listItem component.
6
+ * you can see ListItemSecondaryAction Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list-item-secondary-action/)
7
+ *
8
+ *
9
+ * ```typescript
10
+ * import { ListItemSecondaryAction } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ * @param props
14
+ * @returns
15
+ */
16
+ declare const ListItemSecondaryAction: React.FC<ListItemSecondaryActionProps>;
17
+ export default ListItemSecondaryAction;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { ListItemTextProps as MuiListItemTextProps } from '@mui/material';
3
+ export declare type ListItemTextProps = MuiListItemTextProps;
4
+ /**
5
+ *
6
+ * ListItemText component is a wrapper for have text element in ListItem component
7
+ * you can see listItemText Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list-item-text/)
8
+ *
9
+ *
10
+ * ```typescript
11
+ * import { listItemText } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const listItemText: React.FC<ListItemTextProps>;
18
+ export default listItemText;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { ListSubheaderProps as MuiListSubHeaderProps } from '@mui/material';
3
+ export declare type ListSubHeaderProps = MuiListSubHeaderProps;
4
+ /**
5
+ *
6
+ * SubHeader component used for add Header to List items
7
+ * you can see ListSubheader Documentation api that I mentioned below [here](https://mui.com/material-ui/api/list-subheader/)
8
+ *
9
+ * ```typescript
10
+ * import { ListSubheader } from '@rabex-kit/core';
11
+ * ```
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const ListSubHeader: React.FC<ListSubHeaderProps>;
16
+ export default ListSubHeader;
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { LoadingButtonProps as MuiLoadingButtonProps } from '@mui/lab';
3
+ export declare type LoadingButtonProps = Omit<MuiLoadingButtonProps, 'size' | 'color'> & {
4
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
+ isIcon?: boolean;
6
+ color?: 'primary' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
7
+ };
8
+ /**
9
+ * The loading buttons can show loading state and disable interactions.
10
+ *
11
+ * This is a custom wrapper component made of Material-UI LoadingButton.
12
+ *
13
+ * You can read Material-UI LoadingButton Documentation [here](https://mui.com/material-ui/api/loading-button/).
14
+ *
15
+ * ```typescript
16
+ * import { LoadingButton } from '@rabex-kit/core';
17
+ * ```
18
+ *
19
+ *
20
+ * @param props
21
+ * @returns
22
+ */
23
+ declare const LoadingButton: React.FC<LoadingButtonProps>;
24
+ export default LoadingButton;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { MenuProps as MuiMenuProps } from '@mui/material';
3
+ export declare type MenuProps = MuiMenuProps;
4
+ /**
5
+ * API documentation for the React Menu component. Learn about the available props and the CSS API.
6
+ * you can see Menu Documentation api that I mentioned below [here](https://mui.com/material-ui/api/menu)
7
+ *
8
+ * ```typescript
9
+ * import { Menu } from '@rabex-kit/core';
10
+ * ```
11
+ *
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const Menu: React.FC<MenuProps>;
16
+ export default Menu;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { MenuItemProps as MuiMenuItemProps } from '@mui/material';
3
+ export declare type MenuItemProps = MuiMenuItemProps;
4
+ /**
5
+ * API documentation for the React MenuItem component. Learn about the available props and the CSS API.
6
+ * you can see MenuItem Documentation api that I mentioned below [here](https://mui.com/material-ui/api/menu-item)
7
+ *
8
+ * ```typescript
9
+ * import { MenuItem } from '@rabex-kit/core';
10
+ * ```
11
+ *
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const MenuItem: React.FC<MenuItemProps>;
16
+ export default MenuItem;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { MenuListProps as MuiMenuListProps } from '@mui/material';
3
+ export declare type MenuListProps = MuiMenuListProps;
4
+ /**
5
+ * API documentation for the React MenuList component. Learn about the available props and the CSS API.
6
+ * you can see MenuList Documentation api that I mentioned below [here](https://mui.com/material-ui/api/menu-list)
7
+ *
8
+ * ```typescript
9
+ * import { MenuList } from '@rabex-kit/core';
10
+ * ```
11
+ *
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const MenuList: React.FC<MenuListProps>;
16
+ export default MenuList;
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { MobileStepperProps as MuiMobileStepperProps } from '@mui/material';
3
+ export declare type MobileStepperProps = MuiMobileStepperProps;
4
+ /**
5
+ * This component implements a compact stepper suitable for a mobile device.
6
+ * It has more limited functionality than the vertical stepper.
7
+ * See mobile steps for its inspiration.
8
+ *
9
+ * The mobile stepper supports three variants to display progress through the available steps: text, dots, and progress.
10
+ *
11
+ * You can read Material-UI MobileStepper Documentation [here](https://mui.com/material-ui/api/mobile-stepper/).
12
+ *
13
+ * ```typescript
14
+ * import { MobileStepper } from '@rabex-kit/core';
15
+ * ```
16
+ *
17
+ *
18
+ * @param props
19
+ * @returns
20
+ */
21
+ declare const MobileStepper: React.FC<MobileStepperProps>;
22
+ export default MobileStepper;
@@ -0,0 +1,17 @@
1
+ import { ModalProps as MuiModalProps } from '@mui/material';
2
+ import React from 'react';
3
+ export declare type ModalProps = MuiModalProps;
4
+ /**
5
+ * The modal component provides a solid foundation for creating dialogs, popovers, lightboxes, or whatever else.
6
+ * You can read Material-UI Modal Documentation [here](https://mui.com/material-ui/react-modal/).
7
+ *
8
+ *
9
+ * ```typescript
10
+ * import { Modal, ModalContent } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ * @param props
14
+ * @returns
15
+ */
16
+ declare const Modal: React.FC<ModalProps>;
17
+ export default Modal;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { ButtonProps } from '../Button';
3
+ import { PaperProps } from '../Paper';
4
+ import { BoxProps } from '../Box';
5
+ import { SvgIconProps } from '../SvgIcon';
6
+ export declare type ModalContentProps = Omit<PaperProps, 'headerProps'> & {
7
+ hasCloseButton?: boolean;
8
+ headerProps?: BoxProps;
9
+ closeButtonProps?: ButtonProps;
10
+ iconCloseProps?: SvgIconProps;
11
+ };
12
+ declare const ModalContent: React.FC<ModalContentProps>;
13
+ export default ModalContent;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { NoSsrProps as MuiNoSsrProps } from '@mui/material';
3
+ export declare type NoSsrProps = MuiNoSsrProps;
4
+ /**
5
+ * NoSsr purposely removes components from the subject of Server Side Rendering (SSR).
6
+ *
7
+ * This is a custom wrapper component made of Material-UI NoSsr.
8
+ *
9
+ * You can read Material-UI Button Documentation [here](https://mui.com/base/api/no-ssr/).
10
+ *
11
+ * ```typescript
12
+ * import { NoSsr } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const NoSsr: React.FC<NoSsrProps>;
20
+ export default NoSsr;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { PaginationProps as MuiPaginationProps } from '@mui/material';
3
+ export declare type PaginationProps = MuiPaginationProps;
4
+ /**
5
+ * The Pagination component enables the user to select a specific page from a range of pages.
6
+ *
7
+ * you can see Pagination Documentation api that I mentioned below [here](https://mui.com/material-ui/api/pagination/)
8
+ *
9
+ * ```typescript
10
+ * import { Pagination } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const Pagination: React.FC<PaginationProps>;
18
+ export default Pagination;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { PaginationItemProps as MuiPaginationItemProps } from '@mui/material';
3
+ export declare type PaginationItemProps = MuiPaginationItemProps;
4
+ declare const PaginationItem: React.FC<PaginationItemProps>;
5
+ export default PaginationItem;
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { PaperProps as MuiPaperProps } from '@mui/material';
3
+ export interface PaperProps extends MuiPaperProps {
4
+ hasBg?: boolean;
5
+ }
6
+ /**
7
+ * The background of an application resembles the flat, opaque texture of a sheet of paper, and an application's behavior mimics paper's ability to be re-sized, shuffled, and bound together in multiple sheets.
8
+ *
9
+ * This is a custom wrapper component made of Material-UI Paper.
10
+ *
11
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/Paper/).
12
+ *
13
+ * ```typescript
14
+ * import { Paper } from '@rabex-kit/core';
15
+ * ```
16
+ *
17
+ *
18
+ * @param props
19
+ * @returns
20
+ */
21
+ declare const Paper: React.FC<PaperProps>;
22
+ export default Paper;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { PopoverProps as MuiPopoverProps } from '@mui/material';
3
+ export declare type PopoverProps = MuiPopoverProps;
4
+ /**
5
+ * API documentation for the React Popover component. Learn about the available props and the CSS API.
6
+ * you can see Popover Documentation api that I mentioned below [here](https://mui.com/material-ui/api/popover)
7
+ *
8
+ * ```typescript
9
+ * import { Popover } from '@rabex-kit/core';
10
+ * ```
11
+ *
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const Popover: React.FC<PopoverProps>;
16
+ export default Popover;