@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,30 @@
1
+ import React from 'react';
2
+ import { TabsProps as MuiTabsProps } from '@mui/material';
3
+ export declare type TabsProps = Omit<MuiTabsProps, 'indicatorColor' | 'textColor'> & {
4
+ hasBorder?: boolean;
5
+ isSeprate?: boolean;
6
+ size?: 'sm' | 'md' | 'lg';
7
+ };
8
+ /**
9
+ * Tabs make it easy to explore and switch between different views.
10
+ *
11
+ * This is a custom wrapper component made of Material-UI Tabs.
12
+ *
13
+ * You can read Material-UI Tabs Documentation [here](https://mui.com/material-ui/api/tabs/).
14
+ *
15
+ * ```typescript
16
+ * import { Tabs } from '@rabex-kit/core';
17
+ * ```
18
+ *
19
+ * Also you can read Material-UI Tab Documentation [here](https://mui.com/material-ui/api/tab/).
20
+ *
21
+ * ```typescript
22
+ * import { Tab } from '@rabex-kit/core';
23
+ * ```
24
+ *
25
+ *
26
+ * @param props
27
+ * @returns
28
+ */
29
+ declare const Tabs: React.FC<TabsProps>;
30
+ export default Tabs;
@@ -0,0 +1,20 @@
1
+ import React, { ReactNode } from 'react';
2
+ import { TextFieldProps as MuiTextFieldProps } from '@mui/material';
3
+ import { TypographyProps } from '../Typography';
4
+ export declare type TextFieldProps = MuiTextFieldProps & {
5
+ success?: boolean;
6
+ size?: 'medium' | 'small';
7
+ helperText?: string | ReactNode;
8
+ titleProps?: TypographyProps;
9
+ helperTextIcon?: ReactNode;
10
+ helperTextProps?: TypographyProps;
11
+ helperTextEndAdornment?: string | ReactNode;
12
+ helperTextEndAdornmentProps?: TypographyProps;
13
+ valueFormat?: 'numbers' | 'separatedNumbers';
14
+ valueFormatOption?: {
15
+ separator?: string;
16
+ separateBy?: number;
17
+ };
18
+ };
19
+ declare const TextField: React.FC<TextFieldProps>;
20
+ export default TextField;
@@ -0,0 +1,22 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: {
5
+ borderRadius: number;
6
+ padding: number;
7
+ '&::before': {
8
+ display: string;
9
+ };
10
+ '&:first-of-type': {
11
+ borderTopRightRadius: number;
12
+ borderTopLeftRadius: number;
13
+ };
14
+ '&:last-of-type': {
15
+ borderBottomRightRadius: number;
16
+ borderBottomLeftRadius: number;
17
+ };
18
+ };
19
+ };
20
+ };
21
+ };
22
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { Theme } from '@mui/material';
2
+ declare const _default: {
3
+ components: {
4
+ defaultProps?: Partial<import("@mui/material").AlertProps> | undefined;
5
+ styleOverrides?: Partial<Record<"root" | "filled" | "outlined" | "standard" | "standardSuccess" | "standardInfo" | "standardWarning" | "standardError" | "outlinedSuccess" | "outlinedInfo" | "outlinedWarning" | "outlinedError" | "filledSuccess" | "filledInfo" | "filledWarning" | "filledError" | "icon" | "message" | "action", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
6
+ ownerState: import("@mui/material").AlertProps & Record<string, unknown>;
7
+ } & {
8
+ theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
9
+ } & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
10
+ variants?: {
11
+ props: Partial<import("@mui/material").AlertProps>;
12
+ style: import("@mui/styled-engine").Interpolation<{
13
+ theme: Theme;
14
+ }>;
15
+ }[] | undefined;
16
+ };
17
+ };
18
+ export default _default;
@@ -0,0 +1,15 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: ({ theme }: {
5
+ theme: any;
6
+ }) => {
7
+ fontSize: number;
8
+ fontWeight: number;
9
+ lineHeight: string;
10
+ marginBottom: any;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: ({ ownerState }: {
5
+ ownerState: any;
6
+ }) => {};
7
+ };
8
+ };
9
+ };
10
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {};
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ separator: {
5
+ marginLeft: number;
6
+ marginRight: number;
7
+ };
8
+ };
9
+ };
10
+ };
11
+ export default _default;
@@ -0,0 +1,41 @@
1
+ /// <reference types="react" />
2
+ import { Theme } from '@mui/material';
3
+ declare module '@mui/material/Button' {
4
+ interface ButtonPropsColorOverrides {
5
+ inherit: false;
6
+ primary: true;
7
+ secondary: true;
8
+ success: true;
9
+ error: true;
10
+ info: true;
11
+ warning: true;
12
+ }
13
+ interface ButtonPropsSizeOverrides {
14
+ xs: true;
15
+ sm: true;
16
+ md: true;
17
+ lg: true;
18
+ xl: true;
19
+ }
20
+ }
21
+ declare const _default: {
22
+ components: {
23
+ defaultProps?: Partial<import("@mui/material").ButtonProps<"button", {}>> | undefined;
24
+ styleOverrides?: Partial<Record<"root" | "text" | "textInherit" | "textPrimary" | "textSecondary" | "textSuccess" | "textError" | "textInfo" | "textWarning" | "outlined" | "outlinedInherit" | "outlinedPrimary" | "outlinedSecondary" | "outlinedSuccess" | "outlinedError" | "outlinedInfo" | "outlinedWarning" | "contained" | "containedInherit" | "containedPrimary" | "containedSecondary" | "containedSuccess" | "containedInfo" | "containedError" | "containedWarning" | "disableElevation" | "focusVisible" | "disabled" | "colorInherit" | "textSizeSmall" | "textSizeMedium" | "textSizeLarge" | "outlinedSizeSmall" | "outlinedSizeMedium" | "outlinedSizeLarge" | "containedSizeSmall" | "containedSizeMedium" | "containedSizeLarge" | "sizeSmall" | "sizeMedium" | "sizeLarge" | "fullWidth" | "startIcon" | "endIcon" | "iconSizeSmall" | "iconSizeMedium" | "iconSizeLarge", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
25
+ ownerState: import("@mui/material").ButtonOwnProps & Pick<import("@mui/material").ButtonBaseOwnProps, "disabled" | "action" | "centerRipple" | "children" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "color" | "translate" | "form" | "slot" | "style" | "title" | "className" | "children" | "tabIndex" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
26
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
27
+ }, "translate" | "ref" | "form" | "slot" | "title" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
28
+ component?: "symbol" | "object" | "text" | "clipPath" | "filter" | "mask" | "marker" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
29
+ } & Record<string, unknown>;
30
+ } & {
31
+ theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
32
+ } & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
33
+ variants?: {
34
+ props: Partial<import("@mui/material").ButtonProps<"button", {}>>;
35
+ style: import("@mui/styled-engine").Interpolation<{
36
+ theme: Theme;
37
+ }>;
38
+ }[] | undefined;
39
+ };
40
+ };
41
+ export default _default;
@@ -0,0 +1,24 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: ({ ownerState, theme }: {
5
+ ownerState: any;
6
+ theme: any;
7
+ }) => {
8
+ '&.Mui-checked': {
9
+ color?: any;
10
+ };
11
+ '&.Mui-disabled': {
12
+ color: any;
13
+ };
14
+ '&.error': {
15
+ color: any;
16
+ };
17
+ '&.error + .MuiFormControlLabel-label': {
18
+ color: any;
19
+ };
20
+ };
21
+ };
22
+ };
23
+ };
24
+ export default _default;
@@ -0,0 +1,101 @@
1
+ import { ChipProps } from '../../Chip';
2
+ declare module '@mui/material/Chip' {
3
+ interface ChipPropsColorOverrides {
4
+ default: true;
5
+ primary: true;
6
+ secondary: true;
7
+ success: true;
8
+ error: true;
9
+ info: true;
10
+ warning: true;
11
+ }
12
+ interface ChipPropsVariantOverrides {
13
+ filled: true;
14
+ outlined: true;
15
+ default: true;
16
+ }
17
+ interface ChipPropsSizeOverrides {
18
+ small: true;
19
+ medium: true;
20
+ large: true;
21
+ }
22
+ }
23
+ declare const _default: {
24
+ components: {
25
+ styleOverrides: {
26
+ root: ({ theme }: {
27
+ theme: any;
28
+ }) => {
29
+ display: string;
30
+ gap: any;
31
+ borderRadius: number;
32
+ fontWeight: number;
33
+ fontSize: number;
34
+ };
35
+ label: ({ theme }: {
36
+ theme: any;
37
+ }) => {
38
+ overflow: string;
39
+ position: "relative";
40
+ padding: any;
41
+ };
42
+ };
43
+ variants: ({
44
+ props: ChipProps;
45
+ style: ({ theme, ...ownerState }: any) => {
46
+ color: any;
47
+ backgroundColor: any;
48
+ };
49
+ } | {
50
+ props: ChipProps;
51
+ style: ({ theme, ...ownerState }: any) => {
52
+ color: any;
53
+ border: string;
54
+ };
55
+ } | {
56
+ props: ChipProps;
57
+ style: ({ theme }: {
58
+ theme: any;
59
+ }) => {
60
+ height: number;
61
+ padding: any;
62
+ fontSize: number;
63
+ };
64
+ } | {
65
+ props: ChipProps;
66
+ style: {
67
+ '& > .MuiChip-label\t': {
68
+ '&::before': {
69
+ display: string;
70
+ };
71
+ };
72
+ };
73
+ } | {
74
+ props: ChipProps;
75
+ style: ({ theme, ...ownerState }: any) => {
76
+ '& > .MuiChip-label\t': {
77
+ '&::before': {
78
+ backgroundColor: any;
79
+ };
80
+ };
81
+ };
82
+ } | {
83
+ props: ChipProps;
84
+ style: ({ theme, ownerState, ...rest }: any) => {
85
+ '& .MuiChip-icon': {
86
+ margin: number;
87
+ };
88
+ };
89
+ } | {
90
+ props: ChipProps;
91
+ style: ({ theme, ownerState }: any) => {
92
+ '&:hover': {
93
+ backgroundColor: string;
94
+ };
95
+ } | {
96
+ '&:hover'?: undefined;
97
+ };
98
+ })[];
99
+ };
100
+ };
101
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: {
5
+ '&.MuiContainer-root': {
6
+ padding: number;
7
+ };
8
+ };
9
+ };
10
+ };
11
+ };
12
+ export default _default;
@@ -0,0 +1,14 @@
1
+ import { Theme } from '@mui/material';
2
+ declare const _default: {
3
+ components: {
4
+ styleOverrides: {
5
+ root: ({ theme }: {
6
+ theme: Theme;
7
+ }) => {
8
+ borderStyle: string;
9
+ borderColor: string | undefined;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: ({ ownerState, theme }: {
5
+ ownerState: any;
6
+ theme: any;
7
+ }) => {
8
+ '&.error > .MuiCheckbox-root': {
9
+ color: any;
10
+ };
11
+ '&.error > .MuiRadio-root': {
12
+ color: any;
13
+ };
14
+ '&.error > .MuiFormControlLabel-label': {
15
+ color: any;
16
+ };
17
+ };
18
+ };
19
+ };
20
+ };
21
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {};
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,30 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ components: {
4
+ styleOverrides: {
5
+ root: ({ ownerState, theme }: {
6
+ ownerState: any;
7
+ theme: any;
8
+ }) => {
9
+ backgroundColor: any;
10
+ borderRadius?: string | number;
11
+ };
12
+ };
13
+ variants: {
14
+ props: import("@mui/material").IconButtonOwnProps & Pick<import("@mui/material").ButtonBaseOwnProps, "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "className" | "children" | "disabled" | "tabIndex" | "color" | "translate" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
15
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
16
+ }, "ref" | "form" | "slot" | "title" | "translate" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
17
+ component?: "symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
18
+ } & {
19
+ variant?: "circular" | "rounded" | "square" | undefined;
20
+ hasBg?: boolean | undefined;
21
+ };
22
+ style: ({ theme, ownerState }: any) => {
23
+ '&:hover': {
24
+ backgroundColor: any;
25
+ };
26
+ };
27
+ }[];
28
+ };
29
+ };
30
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { Theme } from '@mui/material';
2
+ declare module '@mui/material/InputBase' {
3
+ interface InputBasePropsSizeOverrides {
4
+ medium: true;
5
+ small: true;
6
+ large: true;
7
+ }
8
+ }
9
+ declare const _default: {
10
+ components: {
11
+ defaultProps?: Partial<import("@mui/material").InputProps> | undefined;
12
+ styleOverrides?: Partial<Record<"root" | "formControl" | "focused" | "disabled" | "colorSecondary" | "underline" | "error" | "sizeSmall" | "multiline" | "fullWidth" | "input" | "inputSizeSmall" | "inputMultiline" | "inputAdornedStart" | "inputAdornedEnd" | "inputTypeSearch", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
13
+ ownerState: import("@mui/material").InputProps & Record<string, unknown>;
14
+ } & {
15
+ theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
16
+ } & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
17
+ variants?: {
18
+ props: Partial<import("@mui/material").InputProps>;
19
+ style: import("@mui/styled-engine").Interpolation<{
20
+ theme: Theme;
21
+ }>;
22
+ }[] | undefined;
23
+ };
24
+ };
25
+ export default _default;
@@ -0,0 +1,17 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: ({ ownerState, theme }: {
5
+ ownerState: any;
6
+ theme: any;
7
+ }) => {
8
+ height: number;
9
+ paddingLeft: any;
10
+ borderLeft: string;
11
+ paddingRight: any;
12
+ borderRight: string;
13
+ };
14
+ };
15
+ };
16
+ };
17
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import { Theme } from '@mui/material';
2
+ declare const _default: {
3
+ components: {
4
+ styleOverrides: {
5
+ root: ({ theme }: {
6
+ theme: Theme;
7
+ }) => {
8
+ '&.dropdown': {
9
+ backgroundColor: string;
10
+ borderRadius: number;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ };
16
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: {
5
+ minWidth: number;
6
+ };
7
+ };
8
+ };
9
+ };
10
+ export default _default;
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import { Theme } from '@mui/material';
3
+ declare const _default: {
4
+ components: {
5
+ defaultProps?: Partial<import("@mui/material/OverridableComponent").OverrideProps<import("@mui/lab").LoadingButtonTypeMap<{}, "button">, "button">> | undefined;
6
+ styleOverrides?: Partial<Record<"root" | "loading" | "loadingIndicator" | "loadingIndicatorCenter" | "loadingIndicatorStart" | "loadingIndicatorEnd" | "endIconLoadingEnd" | "startIconLoadingStart", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
7
+ ownerState: import("@mui/lab").LoadingButtonOwnProps & import("@mui/material").ButtonOwnProps & Pick<import("@mui/material").ButtonBaseOwnProps, "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "color" | "translate" | "form" | "slot" | "style" | "title" | "className" | "children" | "disabled" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & {
8
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
9
+ }, "translate" | "ref" | "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & Record<string, unknown>;
10
+ } & {
11
+ theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
12
+ } & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
13
+ variants?: {
14
+ props: Partial<import("@mui/material/OverridableComponent").OverrideProps<import("@mui/lab").LoadingButtonTypeMap<{}, "button">, "button">>;
15
+ style: import("@mui/styled-engine").Interpolation<{
16
+ theme: Theme;
17
+ }>;
18
+ }[] | undefined;
19
+ };
20
+ };
21
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { Theme } from '@mui/material';
2
+ declare const _default: {
3
+ components: {
4
+ styleOverrides: {
5
+ root: ({ theme }: {
6
+ theme: Theme;
7
+ }) => {
8
+ width: string;
9
+ margin: string;
10
+ borderRadius: string;
11
+ backgroundColor: string;
12
+ '&.Mui-selected': {
13
+ backgroundColor: string;
14
+ };
15
+ '&.Mui-selected:hover': {
16
+ backgroundColor: string;
17
+ };
18
+ };
19
+ };
20
+ };
21
+ };
22
+ export default _default;