@max-ts/components 0.2.4 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Accordion/styles.d.ts +2 -2
- package/lib/components/Accordion/styles.mjs +19 -10
- package/lib/components/ActionCell/MainAction/MainAction.d.ts +1 -4
- package/lib/components/ActionCell/MainAction/MainAction.mjs +110 -44
- package/lib/components/ActionCell/SecondaryAction/SecondaryActions.d.ts +0 -3
- package/lib/components/ActionCell/styles.mjs +12 -3
- package/lib/components/ActionGroup/ActionGroup.d.ts +23 -0
- package/lib/components/ActionGroup/ActionGroup.mjs +17 -0
- package/lib/components/ActionGroup/MainActions/MainActions.d.ts +65 -0
- package/lib/components/ActionGroup/MainActions/MainActions.mjs +129 -0
- package/lib/components/ActionGroup/MainActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/MainActions/styles.d.ts +13 -0
- package/lib/components/ActionGroup/MainActions/styles.mjs +17 -0
- package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.d.ts +21 -0
- package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.mjs +97 -0
- package/lib/components/ActionGroup/SecondaryActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.d.ts +19 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.mjs +103 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +9 -0
- package/lib/components/ActionGroup/index.d.ts +1 -0
- package/lib/components/ActionGroup/styles.d.ts +1 -0
- package/lib/components/ActionGroup/styles.mjs +17 -0
- package/lib/components/ActionGroup/useLogic/index.d.ts +1 -0
- package/lib/components/ActionGroup/useLogic/useLogic.d.ts +7 -0
- package/lib/components/ActionGroup/useLogic/useLogic.mjs +9 -0
- package/lib/components/Autocomplete/styles.mjs +13 -4
- package/lib/components/Badge/styles.d.ts +1 -1
- package/lib/components/BottomDrawer/styles.d.ts +3 -3
- package/lib/components/Breadcrumbs/index.d.ts +1 -0
- package/lib/components/Button/Button.mjs +17 -17
- package/lib/components/Button/constants.d.ts +1 -1
- package/lib/components/Button/constants.mjs +2 -2
- package/lib/components/Button/styles.d.ts +1 -1
- package/lib/components/ButtonBase/ButtonBase.d.ts +1 -0
- package/lib/components/ButtonBase/index.d.ts +1 -0
- package/lib/components/ButtonGroup/index.d.ts +1 -0
- package/lib/components/Card/index.d.ts +1 -0
- package/lib/components/CardActions/index.d.ts +1 -0
- package/lib/components/CardContent/index.d.ts +1 -0
- package/lib/components/CardHeader/index.d.ts +1 -0
- package/lib/components/CheckboxField/styles.mjs +13 -4
- package/lib/components/Chevron/styles.mjs +13 -4
- package/lib/components/ConfirmAction/styles.d.ts +2 -2
- package/lib/components/ConfirmAction/styles.mjs +15 -6
- package/lib/components/ConfirmDialog/styles.mjs +7 -2
- package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
- package/lib/components/Container/styles.d.ts +1 -0
- package/lib/components/Container/styles.mjs +16 -13
- package/lib/components/ContentState/styles.mjs +11 -2
- package/lib/components/CopyTypography/styles.d.ts +2 -2
- package/lib/components/CopyTypography/styles.mjs +15 -6
- package/lib/components/DataGrid/Body/styles.mjs +11 -2
- package/lib/components/DataGrid/Cell/styles.mjs +15 -6
- package/lib/components/DataGrid/Head/styles.mjs +19 -10
- package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
- package/lib/components/DataGrid/HeadCell/styles.mjs +16 -7
- package/lib/components/DataGrid/Row/styles.mjs +18 -9
- package/lib/components/DataGrid/styles.mjs +19 -10
- package/lib/components/DataGridActionCell/styles.mjs +12 -3
- package/lib/components/DataGridOld/Cell/styles.d.ts +1 -1
- package/lib/components/DataGridOld/HeadCell/styles.d.ts +1 -1
- package/lib/components/DataGridPagination/styles.d.ts +2 -2
- package/lib/components/DataGridPagination/styles.mjs +21 -12
- package/lib/components/Description/Name/styles.mjs +14 -5
- package/lib/components/Description/Value/styles.d.ts +10 -10
- package/lib/components/Description/Value/styles.mjs +81 -8
- package/lib/components/Description/Value/useLogic/useLogic.mjs +3 -3
- package/lib/components/Description/styles.mjs +11 -2
- package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DescriptionList/styles.mjs +18 -9
- package/lib/components/DescriptionTooltip/DescriptionTooltip.d.ts +9 -0
- package/lib/components/DescriptionTooltip/DescriptionTooltip.mjs +14 -0
- package/lib/components/DescriptionTooltip/index.d.ts +1 -0
- package/lib/components/DescriptionTooltip/styles.d.ts +4 -0
- package/lib/components/DescriptionTooltip/styles.mjs +26 -0
- package/lib/components/DialogContentText/styles.d.ts +1 -1
- package/lib/components/DialogHeader/styles.mjs +21 -12
- package/lib/components/Filename/styles.d.ts +2 -2
- package/lib/components/Filename/styles.mjs +15 -6
- package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +25 -16
- package/lib/components/FormLabel/styles.d.ts +1 -1
- package/lib/components/IconButton/styles.mjs +18 -13
- package/lib/components/Link/Link.d.ts +1 -1
- package/lib/components/Link/styles.d.ts +1 -1
- package/lib/components/ListItem/styles.d.ts +1 -1
- package/lib/components/MaskField/MaskField.d.ts +6 -0
- package/lib/components/MaskField/MaskField.mjs +10 -0
- package/lib/components/MaskField/index.d.ts +1 -0
- package/lib/components/MenuList/styles.d.ts +1 -1
- package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +125 -125
- package/lib/components/OverflowTypography/styles.d.ts +4 -4
- package/lib/components/OverflowTypography/styles.mjs +14 -5
- package/lib/components/Placeholder/Image/styles.mjs +14 -5
- package/lib/components/Placeholder/styles.d.ts +4 -4
- package/lib/components/Placeholder/styles.mjs +30 -21
- package/lib/components/SearchField/styles.mjs +20 -11
- package/lib/components/Select/styles.d.ts +1 -1
- package/lib/components/Skeleton/styles.d.ts +1 -1
- package/lib/components/Skeleton/styles.mjs +7 -10
- package/lib/components/Slider/Slider.d.ts +2 -0
- package/lib/components/Slider/Slider.mjs +6 -0
- package/lib/components/Slider/index.d.ts +1 -0
- package/lib/components/Slider/styles.d.ts +1 -0
- package/lib/components/Slider/styles.mjs +39 -0
- package/lib/components/Tab/styles.d.ts +1 -1
- package/lib/components/Tabs/styles.mjs +14 -5
- package/lib/components/Tag/Tag.mjs +18 -15
- package/lib/components/Tag/styles.d.ts +1 -1
- package/lib/components/TagBadge/styles.mjs +11 -2
- package/lib/components/TagsList/Tag/styles.d.ts +1 -1
- package/lib/components/TagsList/Tag/styles.mjs +11 -2
- package/lib/components/TagsList/styles.mjs +11 -2
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +11 -0
- package/lib/components/ThemeProvider/ThemeProvider.mjs +9 -0
- package/lib/components/ThemeProvider/index.d.ts +1 -0
- package/lib/components/index.d.ts +12 -0
- package/lib/components.css +1 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/index.mjs +221 -198
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/Input.mjs +55 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/SyntheticChangeError.mjs +11 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/createProxy.mjs +8 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/helpers-C8k3UfPS.mjs +129 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/Mask.mjs +90 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/helpers-BtaZ0NTN.mjs +226 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/useMask.mjs +12 -0
- package/lib/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +9 -9
- package/lib/theme/baseTheme/baseTheme.d.ts +1 -3
- package/lib/theme/baseTheme/baseTheme.mjs +21 -21
- package/lib/theme/components/MuiButton.mjs +5 -5
- package/lib/theme/components/MuiSwitch.mjs +1 -1
- package/lib/theme/components/components.d.ts +1 -19
- package/lib/theme/components/components.mjs +71 -108
- package/lib/theme/index.d.ts +1 -1
- package/lib/theme/palette/palette.mjs +20 -20
- package/lib/theme/typography.mjs +6 -2
- package/package.json +3 -1
- package/lib/theme/hooks/index.d.ts +0 -1
- package/lib/theme/hooks/useTheme/index.d.ts +0 -2
- package/lib/theme/hooks/useTheme/index.mjs +0 -5
|
@@ -8,31 +8,31 @@ type StyledCopyTypographyProps = {
|
|
|
8
8
|
$direction: string;
|
|
9
9
|
};
|
|
10
10
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
11
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
12
11
|
children?: import('react').ReactNode;
|
|
12
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
13
13
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
14
14
|
gutterBottom?: boolean | undefined;
|
|
15
15
|
noWrap?: boolean | undefined;
|
|
16
16
|
paragraph?: boolean | undefined;
|
|
17
17
|
} & {
|
|
18
|
-
color?: import('
|
|
19
|
-
variant?: import('
|
|
20
|
-
colorIntensity?: import('
|
|
21
|
-
component?: "symbol" | "object" | "
|
|
18
|
+
color?: import('../..').TypographyColor;
|
|
19
|
+
variant?: import('../..').TypographyVariant;
|
|
20
|
+
colorIntensity?: import('../..').Intensity;
|
|
21
|
+
component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "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" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "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" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
|
|
22
22
|
isUpperCase?: boolean;
|
|
23
23
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledTypographyProps, {}, {}>;
|
|
24
24
|
export declare const StyledCopyTypography: import('@emotion/styled').StyledComponent<{
|
|
25
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
26
25
|
children?: import('react').ReactNode;
|
|
26
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
27
27
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
28
28
|
gutterBottom?: boolean | undefined;
|
|
29
29
|
noWrap?: boolean | undefined;
|
|
30
30
|
paragraph?: boolean | undefined;
|
|
31
31
|
} & {
|
|
32
|
-
color?: import('
|
|
33
|
-
variant?: import('
|
|
34
|
-
colorIntensity?: import('
|
|
35
|
-
component?: "symbol" | "object" | "
|
|
32
|
+
color?: import('../..').TypographyColor;
|
|
33
|
+
variant?: import('../..').TypographyVariant;
|
|
34
|
+
colorIntensity?: import('../..').Intensity;
|
|
35
|
+
component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "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" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "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" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
|
|
36
36
|
isUpperCase?: boolean;
|
|
37
37
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & {
|
|
38
38
|
copyText?: string;
|
|
@@ -1,7 +1,80 @@
|
|
|
1
|
+
import "../../Accordion/Accordion.mjs";
|
|
2
|
+
import "../../../_virtual/jsx-runtime.mjs";
|
|
3
|
+
import "react";
|
|
4
|
+
import "lucide-react";
|
|
5
|
+
import "../../IconDropdownButton/IconDropdownButton.mjs";
|
|
1
6
|
import { styled as r } from "@mui/material";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
7
|
+
import "../../Tooltip/styles.mjs";
|
|
8
|
+
import "../../ActionCell/styles.mjs";
|
|
9
|
+
import "../../ActionGroup/MainActions/styles.mjs";
|
|
10
|
+
import "../../ActionGroup/styles.mjs";
|
|
11
|
+
import "../../Checkbox/Checkbox.mjs";
|
|
12
|
+
import { Typography as t } from "../../Typography/Typography.mjs";
|
|
13
|
+
import "../../OverflowTypography/styles.mjs";
|
|
14
|
+
import "react-use";
|
|
15
|
+
import "../../Tag/Tag.mjs";
|
|
16
|
+
import "../../FormHelperText/FormHelperTextContent/styles.mjs";
|
|
17
|
+
import "../../Autocomplete/styles.mjs";
|
|
18
|
+
import "../../Badge/styles.mjs";
|
|
19
|
+
import "clsx";
|
|
20
|
+
import "../../Button/styles.mjs";
|
|
21
|
+
import "../../IconButton/styles.mjs";
|
|
22
|
+
import "../../BottomDrawer/styles.mjs";
|
|
23
|
+
import "../../CheckboxField/styles.mjs";
|
|
24
|
+
import "../../Chevron/styles.mjs";
|
|
25
|
+
import "../../ConfigProvider/ConfigProvider.mjs";
|
|
26
|
+
import "../../ConfirmAction/styles.mjs";
|
|
27
|
+
import "../../Dialog/styles.mjs";
|
|
28
|
+
import "../../DialogActions/styles.mjs";
|
|
29
|
+
import "../../DialogContent/styles.mjs";
|
|
30
|
+
import "../../DialogContentText/styles.mjs";
|
|
31
|
+
import "../../ConfirmDialog/styles.mjs";
|
|
32
|
+
import "../../Container/styles.mjs";
|
|
33
|
+
import "../../ErrorBoundary/ErrorBoundary.mjs";
|
|
34
|
+
import "../../Placeholder/Image/Image.mjs";
|
|
35
|
+
import "../../Placeholder/styles.mjs";
|
|
36
|
+
import "../../ContentState/styles.mjs";
|
|
37
|
+
import { CopyTypography as i } from "../../CopyTypography/CopyTypography.mjs";
|
|
38
|
+
import "../../DataGrid/Cell/styles.mjs";
|
|
39
|
+
import "../../DataGrid/Row/styles.mjs";
|
|
40
|
+
import "../../DataGrid/Body/styles.mjs";
|
|
41
|
+
import "../../DataGrid/HeadCell/styles.mjs";
|
|
42
|
+
import "../../DataGrid/Head/styles.mjs";
|
|
43
|
+
import "../../DataGrid/Loader/styles.mjs";
|
|
44
|
+
import "../../DataGrid/styles.mjs";
|
|
45
|
+
import "remeda";
|
|
46
|
+
import "../../DataGridActionCell/styles.mjs";
|
|
47
|
+
import "../../TagsList/Tag/styles.mjs";
|
|
48
|
+
import "../../TagsList/styles.mjs";
|
|
49
|
+
import "../../Select/styles.mjs";
|
|
50
|
+
import "../../DataGridPagination/styles.mjs";
|
|
51
|
+
import "../Description.mjs";
|
|
52
|
+
import "../../DescriptionList/styles.mjs";
|
|
53
|
+
import "../../DescriptionTooltip/styles.mjs";
|
|
54
|
+
import "../../DialogHeader/styles.mjs";
|
|
55
|
+
import "../../MenuList/styles.mjs";
|
|
56
|
+
import "../../Filename/Filename.mjs";
|
|
57
|
+
import "../../FormControlLabel/styles.mjs";
|
|
58
|
+
import "../../FormLabel/styles.mjs";
|
|
59
|
+
import "../../Link/Link.mjs";
|
|
60
|
+
import "../../ListItem/styles.mjs";
|
|
61
|
+
import "../../ListItemIcon/ListItemIcon.mjs";
|
|
62
|
+
import "../../NavMenu/Item/ItemButton/styles.mjs";
|
|
63
|
+
import "../../Radio/styles.mjs";
|
|
64
|
+
import "../../RadioField/styles.mjs";
|
|
65
|
+
import "../../RadioGroup/RadioGroupContext/RadioGroupContext.mjs";
|
|
66
|
+
import "../../SearchField/SearchField.mjs";
|
|
67
|
+
import "../../Skeleton/styles.mjs";
|
|
68
|
+
import "../../Slider/styles.mjs";
|
|
69
|
+
import "../../Switch/Switch.mjs";
|
|
70
|
+
import "../../Tab/styles.mjs";
|
|
71
|
+
import "../../Tabs/styles.mjs";
|
|
72
|
+
import "../../TagBadge/styles.mjs";
|
|
73
|
+
/* empty css */
|
|
74
|
+
/* empty css */
|
|
75
|
+
/* empty css */
|
|
76
|
+
/* empty css */
|
|
77
|
+
const Fo = r(t, {
|
|
5
78
|
shouldForwardProp: (o) => !["$canCopy", "$leader", "$direction"].includes(o.toString())
|
|
6
79
|
})`
|
|
7
80
|
cursor: ${({ $canCopy: o }) => o ? "pointer" : "default"};
|
|
@@ -19,7 +92,7 @@ const p = r(e, {
|
|
|
19
92
|
&:hover {
|
|
20
93
|
text-decoration: ${({ $canCopy: o }) => o ? "underline" : "none"};
|
|
21
94
|
}
|
|
22
|
-
`,
|
|
95
|
+
`, Po = r(i, {
|
|
23
96
|
shouldForwardProp: (o) => !["$leader", "$direction"].includes(o.toString())
|
|
24
97
|
})`
|
|
25
98
|
display: unset;
|
|
@@ -35,13 +108,13 @@ const p = r(e, {
|
|
|
35
108
|
& > svg {
|
|
36
109
|
margin-bottom: ${({ theme: o }) => o.spacing(-1)};
|
|
37
110
|
}
|
|
38
|
-
`,
|
|
111
|
+
`, Wo = r("dd")`
|
|
39
112
|
overflow: hidden;
|
|
40
113
|
|
|
41
114
|
margin: 0;
|
|
42
115
|
`;
|
|
43
116
|
export {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
117
|
+
Po as StyledCopyTypography,
|
|
118
|
+
Fo as StyledTypography,
|
|
119
|
+
Wo as Wrapper
|
|
47
120
|
};
|
|
@@ -2,9 +2,9 @@ import { useContext as o } from "react";
|
|
|
2
2
|
import { ConfigContext as m } from "../../../ConfigProvider/ConfigProvider.mjs";
|
|
3
3
|
import { DescriptionContext as u } from "../../DescriptionContext/DescriptionContext.mjs";
|
|
4
4
|
import "../../../../_virtual/jsx-runtime.mjs";
|
|
5
|
-
const x = ({ canCopy: t, children: e, stub:
|
|
6
|
-
const { emptySymbol:
|
|
7
|
-
return { valueToRender: e ||
|
|
5
|
+
const x = ({ canCopy: t, children: e, stub: r }) => {
|
|
6
|
+
const { emptySymbol: n } = o(m), { leader: i, direction: s } = o(u);
|
|
7
|
+
return { valueToRender: e || r || n, isDefaultValueRender: !t || !e, leader: i, direction: s };
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
10
|
x as useLogic
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { styled as t } from "@mui/material";
|
|
2
|
-
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
const f = t("div", {
|
|
3
12
|
shouldForwardProp: (o) => !["$justifyContent", "as", "$direction"].includes(o.toString())
|
|
4
13
|
})`
|
|
5
14
|
overflow: hidden;
|
|
@@ -19,5 +28,5 @@ const i = t("div", {
|
|
|
19
28
|
}
|
|
20
29
|
`;
|
|
21
30
|
export {
|
|
22
|
-
|
|
31
|
+
f as Wrapper
|
|
23
32
|
};
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { styled as i } from "@mui/material";
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { Description as t } from "../Description/Description.mjs";
|
|
12
|
+
const u = i(t.Name, {
|
|
4
13
|
shouldForwardProp: (o) => !["$nameMaxWidth, $direction"].includes(o.toString())
|
|
5
14
|
})`
|
|
6
15
|
max-width: ${({ $nameMaxWidth: o }) => o || "none"};
|
|
@@ -9,7 +18,7 @@ const s = i(n.Name, {
|
|
|
9
18
|
${({ theme: o }) => o.breakpoints.down("sm")} {
|
|
10
19
|
margin-bottom: ${({ theme: o, $direction: r }) => Object.is(r, "row") ? 0 : o.spacing(1)};
|
|
11
20
|
}
|
|
12
|
-
`,
|
|
21
|
+
`, w = i("article", {
|
|
13
22
|
shouldForwardProp: (o) => !["$variant"].includes(o.toString())
|
|
14
23
|
})`
|
|
15
24
|
display: grid;
|
|
@@ -20,7 +29,7 @@ const s = i(n.Name, {
|
|
|
20
29
|
background-color: ${({ $variant: o, theme: r }) => o === "contained" ? r.palette.background.default : "transparent"};
|
|
21
30
|
border: ${({ $variant: o, theme: r }) => o === "contained" ? `1px solid ${r.palette.grey[300]}` : "unset"};
|
|
22
31
|
border-radius: ${({ theme: o }) => o.shape.small};
|
|
23
|
-
`,
|
|
32
|
+
`, b = i("dl", {
|
|
24
33
|
shouldForwardProp: (o) => !["$direction"].includes(o.toString())
|
|
25
34
|
})`
|
|
26
35
|
display: grid;
|
|
@@ -31,7 +40,7 @@ const s = i(n.Name, {
|
|
|
31
40
|
${({ theme: o }) => o.breakpoints.down("sm")} {
|
|
32
41
|
row-gap: ${({ theme: o }) => o.spacing(3)};
|
|
33
42
|
}
|
|
34
|
-
`,
|
|
43
|
+
`, y = i(t.Value, {
|
|
35
44
|
shouldForwardProp: (o) => !["$isCopy"].includes(o.toString())
|
|
36
45
|
})`
|
|
37
46
|
display: ${({ $isCopy: o }) => o && "flex"};
|
|
@@ -39,8 +48,8 @@ const s = i(n.Name, {
|
|
|
39
48
|
width: ${({ $isCopy: o }) => o && "calc(100% - 20px)"};
|
|
40
49
|
`;
|
|
41
50
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
51
|
+
b as ListWrapper,
|
|
52
|
+
u as StyledDescriptionName,
|
|
53
|
+
y as StyledDescriptionValue,
|
|
54
|
+
w as Wrapper
|
|
46
55
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { DescriptionListProps } from '../DescriptionList';
|
|
3
|
+
type DescriptionTooltipProps = DescriptionListProps & {
|
|
4
|
+
arrow?: boolean;
|
|
5
|
+
followCursor?: boolean;
|
|
6
|
+
children: ReactElement;
|
|
7
|
+
};
|
|
8
|
+
export declare function DescriptionTooltip({ arrow, followCursor, children, ...descriptionListProps }: DescriptionTooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { j as o } from "../../_virtual/jsx-runtime.mjs";
|
|
2
|
+
import { DescriptionList as i } from "../DescriptionList/DescriptionList.mjs";
|
|
3
|
+
import { StyledTooltip as p } from "./styles.mjs";
|
|
4
|
+
function f({
|
|
5
|
+
arrow: s,
|
|
6
|
+
followCursor: e,
|
|
7
|
+
children: r,
|
|
8
|
+
...t
|
|
9
|
+
}) {
|
|
10
|
+
return /* @__PURE__ */ o.jsx(p, { arrow: !0, title: /* @__PURE__ */ o.jsx(i, { ...t }), children: r });
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
f as DescriptionTooltip
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DescriptionTooltip';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const StyledTooltip: import('@emotion/styled').StyledComponent<import('../types').WithoutEmotionSpecific<import('@mui/material').TooltipProps> & {
|
|
2
|
+
size?: import('../Tooltip').TooltipSize;
|
|
3
|
+
withoutContainer?: boolean;
|
|
4
|
+
} & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { tooltipClasses as t, styled as p } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { Tooltip as i } from "../Tooltip/Tooltip.mjs";
|
|
12
|
+
const n = p(i)`
|
|
13
|
+
.${t.tooltip} {
|
|
14
|
+
background-color: ${({ theme: o }) => o.palette.common.white};
|
|
15
|
+
color: ${({ theme: o }) => o.palette.text.primary};
|
|
16
|
+
box-shadow: ${({ theme: o }) => o.shadows[1]};
|
|
17
|
+
font-size: 11px;
|
|
18
|
+
width: auto;
|
|
19
|
+
max-width: 400px;
|
|
20
|
+
padding: ${({ theme: o }) => o.spacing(2)};
|
|
21
|
+
box-shadow: ${({ theme: o }) => o.shadows[4]};
|
|
22
|
+
}
|
|
23
|
+
`;
|
|
24
|
+
export {
|
|
25
|
+
n as StyledTooltip
|
|
26
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledDialogContentText: import('@emotion/styled').StyledComponent<import('@mui/material').DialogContentTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "
|
|
1
|
+
export declare const StyledDialogContentText: import('@emotion/styled').StyledComponent<import('@mui/material').DialogContentTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "classes" | "className" | "style" | "children" | "variant" | "p" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -1,31 +1,40 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
|
|
1
|
+
import { styled as i } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
const s = i("div", {
|
|
3
12
|
label: "DialogHeader-root",
|
|
4
|
-
shouldForwardProp: (
|
|
13
|
+
shouldForwardProp: (t) => !["hasTitle", "hasOnClose"].includes(t.toString())
|
|
5
14
|
})`
|
|
6
15
|
overflow: hidden;
|
|
7
16
|
display: grid;
|
|
8
|
-
grid-template-columns: ${({ hasTitle:
|
|
9
|
-
column-gap: ${({ theme:
|
|
17
|
+
grid-template-columns: ${({ hasTitle: t, hasOnClose: r }) => t && r ? "max-content 1fr 32px" : t ? "max-content 1fr" : r ? "1fr 32px" : "1fr"};
|
|
18
|
+
column-gap: ${({ theme: t }) => t.spacing(2)};
|
|
10
19
|
align-items: center;
|
|
11
20
|
|
|
12
21
|
height: auto;
|
|
13
|
-
padding: ${({ theme:
|
|
14
|
-
`,
|
|
15
|
-
shouldForwardProp: (
|
|
22
|
+
padding: ${({ theme: t }) => t.spacing(4, 6)};
|
|
23
|
+
`, u = i("div", {
|
|
24
|
+
shouldForwardProp: (t) => !["justifyContent", "columnSpacing"].includes(t.toString()),
|
|
16
25
|
label: "DialogHeader-content"
|
|
17
26
|
})`
|
|
18
27
|
overflow: hidden;
|
|
19
28
|
display: flex;
|
|
20
|
-
column-gap: ${({ columnSpacing:
|
|
29
|
+
column-gap: ${({ columnSpacing: t, theme: r }) => r.spacing(t)};
|
|
21
30
|
align-items: center;
|
|
22
|
-
justify-content: ${({ justifyContent:
|
|
31
|
+
justify-content: ${({ justifyContent: t }) => t};
|
|
23
32
|
|
|
24
33
|
width: 100%;
|
|
25
34
|
height: 100%;
|
|
26
35
|
padding: 0;
|
|
27
36
|
`;
|
|
28
37
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
38
|
+
u as HeaderContent,
|
|
39
|
+
s as Wrapper
|
|
31
40
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const FileBaseName: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
2
2
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
3
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
4
3
|
children?: import('react').ReactNode;
|
|
4
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
5
5
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
6
6
|
gutterBottom?: boolean | undefined;
|
|
7
7
|
noWrap?: boolean | undefined;
|
|
@@ -10,7 +10,7 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
|
|
|
10
10
|
color?: import('../Typography').TypographyColor;
|
|
11
11
|
variant?: import('../Typography').TypographyVariant;
|
|
12
12
|
colorIntensity?: import('../Typography').Intensity;
|
|
13
|
-
component?: "symbol" | "object" | "
|
|
13
|
+
component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "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" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "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" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
|
|
14
14
|
isUpperCase?: boolean;
|
|
15
15
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
16
16
|
$align: string;
|
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { styled as t } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { Typography as r } from "../Typography/Typography.mjs";
|
|
12
|
+
const h = t("span")`
|
|
4
13
|
overflow: hidden;
|
|
5
14
|
|
|
6
15
|
max-width: 100%;
|
|
7
16
|
|
|
8
17
|
text-overflow: ellipsis;
|
|
9
18
|
white-space: nowrap;
|
|
10
|
-
`,
|
|
19
|
+
`, w = t(r, {
|
|
11
20
|
shouldForwardProp: (o) => !["$align"].includes(o.toString())
|
|
12
21
|
})`
|
|
13
22
|
display: flex;
|
|
14
23
|
justify-content: ${({ $align: o }) => o};
|
|
15
24
|
`;
|
|
16
25
|
export {
|
|
17
|
-
|
|
18
|
-
|
|
26
|
+
h as FileBaseName,
|
|
27
|
+
w as StyledTypography
|
|
19
28
|
};
|
|
@@ -1,22 +1,31 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { CircleCheck as n, OctagonAlert as p } from "lucide-react";
|
|
2
|
+
import { styled as t } from "@mui/material";
|
|
3
|
+
import "remeda";
|
|
4
|
+
import "../../../_virtual/jsx-runtime.mjs";
|
|
5
|
+
import "clsx";
|
|
6
|
+
import "../../Button/styles.mjs";
|
|
7
|
+
import "react";
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
const i = (r) => `display: inline-flex;
|
|
4
13
|
justify-content: center;
|
|
5
|
-
font-size: ${
|
|
6
|
-
vertical-align: middle;`,
|
|
14
|
+
font-size: ${r.typography.h5.fontSize};
|
|
15
|
+
vertical-align: middle;`, h = t("span")`
|
|
7
16
|
display: flex;
|
|
8
|
-
gap: ${({ theme:
|
|
9
|
-
color: ${({ success:
|
|
10
|
-
`,
|
|
11
|
-
${({ theme:
|
|
12
|
-
`,
|
|
13
|
-
${({ theme:
|
|
14
|
-
`,
|
|
17
|
+
gap: ${({ theme: r }) => r.spacing(1)};
|
|
18
|
+
color: ${({ success: r, error: o, theme: e }) => r ? e.palette.success.dark : o ? e.palette.error.dark : "inherit"};
|
|
19
|
+
`, k = t(n)`
|
|
20
|
+
${({ theme: r }) => i(r)}
|
|
21
|
+
`, x = t(p)`
|
|
22
|
+
${({ theme: r }) => i(r)}
|
|
23
|
+
`, S = t("span")`
|
|
15
24
|
vertical-align: middle;
|
|
16
25
|
`;
|
|
17
26
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
27
|
+
x as ErrorIcon,
|
|
28
|
+
S as Message,
|
|
29
|
+
k as SuccessIcon,
|
|
30
|
+
h as Wrapper
|
|
22
31
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledFormLabel: import('@emotion/styled').StyledComponent<import('@mui/material').FormLabelBaseProps & import('@mui/material').FormLabelOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "sx" | "
|
|
1
|
+
export declare const StyledFormLabel: import('@emotion/styled').StyledComponent<import('@mui/material').FormLabelBaseProps & import('@mui/material').FormLabelOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "sx" | "error" | "disabled" | "filled" | "color" | "content" | "translate" | keyof import('@mui/material/OverridableComponent').CommonProps | "children" | "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "focused" | "required" | "htmlFor"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|