@max-ts/components 0.2.4 → 0.3.0
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/_virtual/_commonjsHelpers.mjs +6 -0
- package/lib/_virtual/index.mjs +5 -0
- package/lib/_virtual/index2.mjs +4 -0
- package/lib/_virtual/index3.mjs +4 -0
- package/lib/_virtual/index4.mjs +7 -0
- package/lib/_virtual/index5.mjs +4 -0
- package/lib/_virtual/react-is.development.mjs +4 -0
- package/lib/_virtual/react-is.development2.mjs +4 -0
- package/lib/_virtual/react-is.production.min.mjs +4 -0
- package/lib/_virtual/react-is.production.mjs +4 -0
- package/lib/components/Accordion/styles.d.ts +2 -2
- package/lib/components/Accordion/styles.mjs +21 -11
- 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 +13 -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 +18 -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 +18 -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 -3
- 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 +15 -5
- package/lib/components/Chevron/styles.mjs +14 -4
- package/lib/components/ConfirmAction/styles.d.ts +2 -2
- package/lib/components/ConfirmAction/styles.mjs +17 -7
- package/lib/components/ConfirmDialog/styles.mjs +10 -4
- 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 +13 -3
- package/lib/components/CopyTypography/styles.d.ts +2 -2
- package/lib/components/CopyTypography/styles.mjs +16 -6
- package/lib/components/DataGrid/Body/styles.mjs +15 -5
- package/lib/components/DataGrid/Cell/styles.mjs +15 -5
- package/lib/components/DataGrid/Head/styles.mjs +20 -10
- package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
- package/lib/components/DataGrid/HeadCell/styles.mjs +18 -8
- package/lib/components/DataGrid/Row/styles.mjs +19 -9
- package/lib/components/DataGrid/styles.mjs +20 -10
- package/lib/components/DataGridActionCell/styles.mjs +13 -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 +22 -12
- package/lib/components/Description/Name/styles.mjs +15 -5
- package/lib/components/Description/Value/styles.d.ts +10 -10
- package/lib/components/Description/Value/styles.mjs +83 -9
- package/lib/components/Description/Value/useLogic/useLogic.mjs +3 -3
- package/lib/components/Description/styles.mjs +13 -3
- package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DescriptionList/styles.mjs +20 -10
- 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 +27 -0
- package/lib/components/DialogContentText/styles.d.ts +1 -1
- package/lib/components/DialogHeader/styles.mjs +22 -12
- package/lib/components/Filename/styles.d.ts +2 -2
- package/lib/components/Filename/styles.mjs +16 -6
- package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +26 -16
- package/lib/components/FormLabel/styles.d.ts +1 -1
- package/lib/components/IconButton/styles.mjs +20 -14
- 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 +16 -6
- package/lib/components/Placeholder/Image/styles.mjs +14 -4
- package/lib/components/Placeholder/styles.d.ts +4 -4
- package/lib/components/Placeholder/styles.mjs +31 -21
- package/lib/components/SearchField/styles.mjs +22 -12
- 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 +40 -0
- package/lib/components/Tab/styles.d.ts +1 -1
- package/lib/components/Tabs/styles.mjs +16 -6
- package/lib/components/Tag/Tag.mjs +27 -23
- package/lib/components/Tag/styles.d.ts +1 -1
- package/lib/components/TagBadge/styles.mjs +14 -4
- package/lib/components/TagsList/Tag/styles.d.ts +1 -1
- package/lib/components/TagsList/Tag/styles.mjs +14 -4
- package/lib/components/TagsList/styles.mjs +13 -3
- 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 +225 -200
- package/lib/node_modules/.pnpm/@emotion_hash@0.9.2/node_modules/@emotion/hash/dist/emotion-hash.esm.mjs +22 -0
- package/lib/node_modules/.pnpm/@emotion_memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.mjs +9 -0
- package/lib/node_modules/.pnpm/@emotion_serialize@1.3.3/node_modules/@emotion/serialize/dist/emotion-serialize.esm.mjs +120 -0
- package/lib/node_modules/.pnpm/@emotion_unitless@0.10.0/node_modules/@emotion/unitless/dist/emotion-unitless.esm.mjs +53 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/blue.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/common.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/green.mjs +11 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/grey.mjs +19 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/lightBlue.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/orange.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/purple.mjs +11 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/red.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createColorScheme.mjs +44 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createGetSelector.mjs +41 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createMixins.mjs +19 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createPalette.mjs +261 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTheme.mjs +60 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeNoVars.mjs +75 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeWithVars.mjs +161 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTransitions.mjs +66 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTypography.mjs +80 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/defaultTheme.mjs +5 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/excludeVariablesFromRoot.mjs +4 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/getOverlayAlpha.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/identifier.mjs +4 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/rootShouldForwardProp.mjs +5 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shadows.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shouldSkipGeneratingVar.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/slotShouldForwardProp.mjs +6 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/stringifyTheme.mjs +29 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs +13 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/useTheme.mjs +11 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/zIndex.mjs +13 -0
- package/lib/node_modules/.pnpm/@mui_styled-engine@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emo_6faee6770fc007ef214af3c8aa5695a8/node_modules/@mui/styled-engine/index.mjs +33 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/borders/borders.mjs +45 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/breakpoints/breakpoints.mjs +67 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/colorManipulator/colorManipulator.mjs +145 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/compose/compose.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.mjs +62 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createStyled/createStyled.mjs +153 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/applyStyles.mjs +15 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createSpacing.mjs +15 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createTheme.mjs +44 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/shape.mjs +6 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.mjs +49 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssGrid/cssGrid.mjs +78 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/cssVarsParser.mjs +41 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.mjs +8 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareCssVars.mjs +117 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/memoize/memoize.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/merge/merge.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/palette/palette.mjs +26 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/preprocessStyles.mjs +17 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/responsivePropType/responsivePropType.mjs +5 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/sizing/sizing.mjs +63 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/spacing/spacing.mjs +84 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/style/style.mjs +43 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.mjs +296 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.mjs +92 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.mjs +17 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/capitalize/capitalize.mjs +9 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/clamp/clamp.mjs +6 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/deepmerge/deepmerge.mjs +31 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.mjs +23 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.mjs +28 -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/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/object-assign@4.1.1/node_modules/object-assign/index.mjs +54 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.mjs +54 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.mjs +52 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.mjs +329 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.mjs +17 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.mjs +10 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.mjs +7 -0
- package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.mjs +95 -0
- package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.mjs +78 -0
- package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.mjs +10 -0
- package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.development.mjs +76 -0
- package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.production.mjs +76 -0
- package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/index.mjs +10 -0
- package/lib/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +18 -18
- 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
|
@@ -1,22 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { CircleCheck as n, OctagonAlert as p } from "lucide-react";
|
|
2
|
+
import "@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
|
+
import t from "../../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
|
|
13
|
+
const i = (r) => `display: inline-flex;
|
|
4
14
|
justify-content: center;
|
|
5
|
-
font-size: ${
|
|
6
|
-
vertical-align: middle;`,
|
|
15
|
+
font-size: ${r.typography.h5.fontSize};
|
|
16
|
+
vertical-align: middle;`, k = t("span")`
|
|
7
17
|
display: flex;
|
|
8
|
-
gap: ${({ theme:
|
|
9
|
-
color: ${({ success:
|
|
10
|
-
`,
|
|
11
|
-
${({ theme:
|
|
12
|
-
`,
|
|
13
|
-
${({ theme:
|
|
14
|
-
`,
|
|
18
|
+
gap: ${({ theme: r }) => r.spacing(1)};
|
|
19
|
+
color: ${({ success: r, error: o, theme: e }) => r ? e.palette.success.dark : o ? e.palette.error.dark : "inherit"};
|
|
20
|
+
`, x = t(n)`
|
|
21
|
+
${({ theme: r }) => i(r)}
|
|
22
|
+
`, S = t(p)`
|
|
23
|
+
${({ theme: r }) => i(r)}
|
|
24
|
+
`, v = t("span")`
|
|
15
25
|
vertical-align: middle;
|
|
16
26
|
`;
|
|
17
27
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
28
|
+
S as ErrorIcon,
|
|
29
|
+
v as Message,
|
|
30
|
+
x as SuccessIcon,
|
|
31
|
+
k as Wrapper
|
|
22
32
|
};
|
|
@@ -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>, {}, {}>;
|
|
@@ -1,33 +1,39 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import { Button as p } from "../Button/Button.mjs";
|
|
4
|
+
import { ButtonSizes as i } from "../Button/enums.mjs";
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
import s from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
|
|
10
|
+
const n = ({ type: t, values: r, defaultValue: o }) => t && r[t] || o, e = (t) => n({
|
|
5
11
|
type: t.size,
|
|
6
12
|
values: {
|
|
7
|
-
[
|
|
13
|
+
[i.Large]: "40px"
|
|
8
14
|
},
|
|
9
15
|
defaultValue: "32px"
|
|
10
|
-
}),
|
|
16
|
+
}), m = (t) => n({
|
|
11
17
|
type: t.size,
|
|
12
18
|
values: {
|
|
13
|
-
[
|
|
19
|
+
[i.Small]: "36px"
|
|
14
20
|
},
|
|
15
21
|
defaultValue: "48px"
|
|
16
|
-
}),
|
|
22
|
+
}), x = s(p, {
|
|
17
23
|
shouldForwardProp: (t) => t !== "startIcon" && t !== "endIcon" && t !== "loading"
|
|
18
24
|
})`
|
|
19
25
|
pointer-events: ${({ loading: t }) => t && "none"};
|
|
20
26
|
|
|
21
|
-
width: ${
|
|
22
|
-
height: ${
|
|
27
|
+
width: ${e};
|
|
28
|
+
height: ${e};
|
|
23
29
|
padding: ${({ theme: t }) => t.spacing(1)};
|
|
24
30
|
|
|
25
31
|
${({ theme: t }) => t.breakpoints.down("sm")} {
|
|
26
|
-
width: ${
|
|
32
|
+
width: ${m};
|
|
27
33
|
}
|
|
28
34
|
`;
|
|
29
35
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
36
|
+
x as StyledButton,
|
|
37
|
+
e as getButtonHeight,
|
|
38
|
+
m as getButtonHeightMobile
|
|
33
39
|
};
|
|
@@ -11,7 +11,7 @@ export type LinkProps = Pick<WithoutEmotionSpecific<MuiLinkProps>, 'rel' | 'href
|
|
|
11
11
|
*/
|
|
12
12
|
isDownload?: boolean;
|
|
13
13
|
};
|
|
14
|
-
export declare const Link: import('react').ForwardRefExoticComponent<Pick<WithoutEmotionSpecific<MuiLinkProps>, "
|
|
14
|
+
export declare const Link: import('react').ForwardRefExoticComponent<Pick<WithoutEmotionSpecific<MuiLinkProps>, "classes" | "className" | "style" | "children" | "key" | "rel" | "href" | "target"> & {
|
|
15
15
|
/**
|
|
16
16
|
* Добавление иконки
|
|
17
17
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledLink: import('@emotion/styled').StyledComponent<import('@mui/material').LinkOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "sx" | "
|
|
1
|
+
export declare const StyledLink: import('@emotion/styled').StyledComponent<import('@mui/material').LinkOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "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" | "TypographyClasses" | "underline"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -7,5 +7,5 @@ type StyledListItemThemeProps = ListItemProps & {
|
|
|
7
7
|
export declare const getColor: ({ theme, listItemState, }: StyledListItemThemeProps & {
|
|
8
8
|
listItemState: ListItemStates;
|
|
9
9
|
}) => string;
|
|
10
|
-
export declare const StyledListItem: import('@emotion/styled').StyledComponent<import('@mui/material').ListItemOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "sx" | "
|
|
10
|
+
export declare const StyledListItem: import('@emotion/styled').StyledComponent<import('@mui/material').ListItemOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "sx" | "divider" | "components" | "alignItems" | "classes" | "className" | "style" | "children" | "componentsProps" | "slots" | "slotProps" | "dense" | "disableGutters" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "secondaryAction"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & ListItemProps, {}, {}>;
|
|
11
11
|
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { MaskOptions } from '@react-input/mask';
|
|
2
|
+
import { TextFieldProps } from '../TextField';
|
|
3
|
+
export type MaskFieldProps = TextFieldProps & {
|
|
4
|
+
maskProps: MaskOptions;
|
|
5
|
+
};
|
|
6
|
+
export declare const MaskField: ({ maskProps, ...textFieldProps }: MaskFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { j as e } from "../../_virtual/jsx-runtime.mjs";
|
|
2
|
+
import { TextField as i } from "../TextField/TextField.mjs";
|
|
3
|
+
import m from "../../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";
|
|
4
|
+
const x = ({ maskProps: t, ...o }) => {
|
|
5
|
+
const r = m(t);
|
|
6
|
+
return /* @__PURE__ */ e.jsx(i, { inputRef: r, ...o });
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
x as MaskField
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MaskField';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledMenuList: import('@emotion/styled').StyledComponent<import('@mui/material').MenuListOwnProps & import('@mui/material').ListOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "sx" |
|
|
1
|
+
export declare const StyledMenuList: import('@emotion/styled').StyledComponent<import('@mui/material').MenuListOwnProps & import('@mui/material').ListOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "sx" | keyof import('@mui/material/OverridableComponent').CommonProps | "children" | "variant" | "autoFocus" | "dense" | "subheader" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -8,15 +8,62 @@ export declare const StyledListItemButton: import('@emotion/styled').StyledCompo
|
|
|
8
8
|
$isGroupTitleItem: boolean;
|
|
9
9
|
}, {}, {}>;
|
|
10
10
|
export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComponent<Omit<{
|
|
11
|
+
color?: string | undefined | undefined;
|
|
12
|
+
content?: string | undefined | undefined;
|
|
13
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
14
|
+
classes?: Partial<import('@mui/material').ListItemIconClasses> | undefined;
|
|
15
|
+
className?: string | undefined | undefined;
|
|
16
|
+
style?: import('react').CSSProperties | undefined;
|
|
17
|
+
children?: import('react').ReactNode;
|
|
18
|
+
slot?: string | undefined | undefined;
|
|
19
|
+
title?: string | undefined | undefined;
|
|
11
20
|
ref?: import('react').Ref<unknown> | undefined;
|
|
21
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
22
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
23
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
12
24
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
13
|
-
|
|
14
|
-
|
|
25
|
+
accessKey?: string | undefined | undefined;
|
|
26
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
27
|
+
autoFocus?: boolean | undefined | undefined;
|
|
28
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
29
|
+
contextMenu?: string | undefined | undefined;
|
|
30
|
+
dir?: string | undefined | undefined;
|
|
31
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
32
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
33
|
+
hidden?: boolean | undefined | undefined;
|
|
15
34
|
id?: string | undefined | undefined;
|
|
16
35
|
lang?: string | undefined | undefined;
|
|
17
|
-
|
|
18
|
-
|
|
36
|
+
nonce?: string | undefined | undefined;
|
|
37
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
19
38
|
tabIndex?: number | undefined | undefined;
|
|
39
|
+
radioGroup?: string | undefined | undefined;
|
|
40
|
+
role?: import('react').AriaRole | undefined;
|
|
41
|
+
about?: string | undefined | undefined;
|
|
42
|
+
datatype?: string | undefined | undefined;
|
|
43
|
+
inlist?: any;
|
|
44
|
+
prefix?: string | undefined | undefined;
|
|
45
|
+
property?: string | undefined | undefined;
|
|
46
|
+
rel?: string | undefined | undefined;
|
|
47
|
+
resource?: string | undefined | undefined;
|
|
48
|
+
rev?: string | undefined | undefined;
|
|
49
|
+
typeof?: string | undefined | undefined;
|
|
50
|
+
vocab?: string | undefined | undefined;
|
|
51
|
+
autoCorrect?: string | undefined | undefined;
|
|
52
|
+
autoSave?: string | undefined | undefined;
|
|
53
|
+
itemProp?: string | undefined | undefined;
|
|
54
|
+
itemScope?: boolean | undefined | undefined;
|
|
55
|
+
itemType?: string | undefined | undefined;
|
|
56
|
+
itemID?: string | undefined | undefined;
|
|
57
|
+
itemRef?: string | undefined | undefined;
|
|
58
|
+
results?: number | undefined | undefined;
|
|
59
|
+
security?: string | undefined | undefined;
|
|
60
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
61
|
+
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
62
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
63
|
+
popoverTarget?: string | undefined | undefined;
|
|
64
|
+
inert?: boolean | undefined | undefined;
|
|
65
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
66
|
+
is?: string | undefined | undefined;
|
|
20
67
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
21
68
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
22
69
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -70,7 +117,6 @@ export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComp
|
|
|
70
117
|
"aria-valuemin"?: number | undefined | undefined;
|
|
71
118
|
"aria-valuenow"?: number | undefined | undefined;
|
|
72
119
|
"aria-valuetext"?: string | undefined | undefined;
|
|
73
|
-
children?: import('react').ReactNode;
|
|
74
120
|
dangerouslySetInnerHTML?: {
|
|
75
121
|
__html: string | TrustedHTML;
|
|
76
122
|
} | undefined | undefined;
|
|
@@ -242,63 +288,70 @@ export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComp
|
|
|
242
288
|
onTransitionRunCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
243
289
|
onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
244
290
|
onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
content?: string | undefined | undefined;
|
|
246
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
247
|
-
classes?: Partial<import('@mui/material').ListItemIconClasses> | undefined;
|
|
248
|
-
slot?: string | undefined | undefined;
|
|
249
|
-
title?: string | undefined | undefined;
|
|
250
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
251
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
252
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
253
|
-
accessKey?: string | undefined | undefined;
|
|
254
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
255
|
-
autoFocus?: boolean | undefined | undefined;
|
|
256
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
257
|
-
contextMenu?: string | undefined | undefined;
|
|
258
|
-
dir?: string | undefined | undefined;
|
|
259
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
260
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
261
|
-
hidden?: boolean | undefined | undefined;
|
|
262
|
-
nonce?: string | undefined | undefined;
|
|
263
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
264
|
-
radioGroup?: string | undefined | undefined;
|
|
265
|
-
about?: string | undefined | undefined;
|
|
266
|
-
datatype?: string | undefined | undefined;
|
|
267
|
-
inlist?: any;
|
|
268
|
-
prefix?: string | undefined | undefined;
|
|
269
|
-
property?: string | undefined | undefined;
|
|
270
|
-
rel?: string | undefined | undefined;
|
|
271
|
-
resource?: string | undefined | undefined;
|
|
272
|
-
rev?: string | undefined | undefined;
|
|
273
|
-
typeof?: string | undefined | undefined;
|
|
274
|
-
vocab?: string | undefined | undefined;
|
|
275
|
-
autoCorrect?: string | undefined | undefined;
|
|
276
|
-
autoSave?: string | undefined | undefined;
|
|
277
|
-
itemProp?: string | undefined | undefined;
|
|
278
|
-
itemScope?: boolean | undefined | undefined;
|
|
279
|
-
itemType?: string | undefined | undefined;
|
|
280
|
-
itemID?: string | undefined | undefined;
|
|
281
|
-
itemRef?: string | undefined | undefined;
|
|
282
|
-
results?: number | undefined | undefined;
|
|
283
|
-
security?: string | undefined | undefined;
|
|
284
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
285
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
286
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
287
|
-
popoverTarget?: string | undefined | undefined;
|
|
288
|
-
inert?: boolean | undefined | undefined;
|
|
289
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
290
|
-
is?: string | undefined | undefined;
|
|
291
291
|
}, "ref"> & import('react').RefAttributes<HTMLLIElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
292
292
|
export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComponent<import('../../../OverflowTypography').OverflowedProps & {
|
|
293
293
|
tooltipProps?: Omit<{
|
|
294
|
-
|
|
295
|
-
|
|
294
|
+
components?: {
|
|
295
|
+
Popper?: React.ElementType<import('@mui/material').PopperProps>;
|
|
296
|
+
Transition?: React.ElementType;
|
|
297
|
+
Tooltip?: React.ElementType;
|
|
298
|
+
Arrow?: React.ElementType;
|
|
299
|
+
} | undefined;
|
|
296
300
|
color?: string | undefined | undefined;
|
|
301
|
+
content?: string | undefined | undefined;
|
|
302
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
303
|
+
classes?: Partial<import('@mui/material').TooltipClasses> | undefined;
|
|
304
|
+
className?: string | undefined | undefined;
|
|
305
|
+
style?: import('react').CSSProperties | undefined;
|
|
306
|
+
children: React.ReactElement<unknown, any>;
|
|
307
|
+
slot?: string | undefined | undefined;
|
|
308
|
+
title: React.ReactNode;
|
|
309
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
310
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
311
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
312
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
313
|
+
accessKey?: string | undefined | undefined;
|
|
314
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
315
|
+
autoFocus?: boolean | undefined | undefined;
|
|
316
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
317
|
+
contextMenu?: string | undefined | undefined;
|
|
318
|
+
dir?: string | undefined | undefined;
|
|
319
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
320
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
321
|
+
hidden?: boolean | undefined | undefined;
|
|
297
322
|
id?: string | undefined;
|
|
298
323
|
lang?: string | undefined | undefined;
|
|
299
|
-
|
|
300
|
-
|
|
324
|
+
nonce?: string | undefined | undefined;
|
|
325
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
301
326
|
tabIndex?: number | undefined | undefined;
|
|
327
|
+
radioGroup?: string | undefined | undefined;
|
|
328
|
+
role?: import('react').AriaRole | undefined;
|
|
329
|
+
about?: string | undefined | undefined;
|
|
330
|
+
datatype?: string | undefined | undefined;
|
|
331
|
+
inlist?: any;
|
|
332
|
+
prefix?: string | undefined | undefined;
|
|
333
|
+
property?: string | undefined | undefined;
|
|
334
|
+
rel?: string | undefined | undefined;
|
|
335
|
+
resource?: string | undefined | undefined;
|
|
336
|
+
rev?: string | undefined | undefined;
|
|
337
|
+
typeof?: string | undefined | undefined;
|
|
338
|
+
vocab?: string | undefined | undefined;
|
|
339
|
+
autoCorrect?: string | undefined | undefined;
|
|
340
|
+
autoSave?: string | undefined | undefined;
|
|
341
|
+
itemProp?: string | undefined | undefined;
|
|
342
|
+
itemScope?: boolean | undefined | undefined;
|
|
343
|
+
itemType?: string | undefined | undefined;
|
|
344
|
+
itemID?: string | undefined | undefined;
|
|
345
|
+
itemRef?: string | undefined | undefined;
|
|
346
|
+
results?: number | undefined | undefined;
|
|
347
|
+
security?: string | undefined | undefined;
|
|
348
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
349
|
+
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
350
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
351
|
+
popoverTarget?: string | undefined | undefined;
|
|
352
|
+
inert?: boolean | undefined | undefined;
|
|
353
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
354
|
+
is?: string | undefined | undefined;
|
|
302
355
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
303
356
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
304
357
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -352,7 +405,6 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
352
405
|
"aria-valuemin"?: number | undefined | undefined;
|
|
353
406
|
"aria-valuenow"?: number | undefined | undefined;
|
|
354
407
|
"aria-valuetext"?: string | undefined | undefined;
|
|
355
|
-
children: React.ReactElement<unknown, any>;
|
|
356
408
|
dangerouslySetInnerHTML?: {
|
|
357
409
|
__html: string | TrustedHTML;
|
|
358
410
|
} | undefined | undefined;
|
|
@@ -525,66 +577,27 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
525
577
|
onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
526
578
|
onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
527
579
|
size?: import('../../..').TooltipSize | undefined;
|
|
528
|
-
content?: string | undefined | undefined;
|
|
529
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
530
|
-
classes?: Partial<import('@mui/material').TooltipClasses> | undefined;
|
|
531
|
-
slot?: string | undefined | undefined;
|
|
532
|
-
title: React.ReactNode;
|
|
533
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
534
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
535
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
536
|
-
accessKey?: string | undefined | undefined;
|
|
537
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
538
|
-
autoFocus?: boolean | undefined | undefined;
|
|
539
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
540
|
-
contextMenu?: string | undefined | undefined;
|
|
541
|
-
dir?: string | undefined | undefined;
|
|
542
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
543
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
544
|
-
hidden?: boolean | undefined | undefined;
|
|
545
|
-
nonce?: string | undefined | undefined;
|
|
546
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
547
|
-
radioGroup?: string | undefined | undefined;
|
|
548
|
-
about?: string | undefined | undefined;
|
|
549
|
-
datatype?: string | undefined | undefined;
|
|
550
|
-
inlist?: any;
|
|
551
|
-
prefix?: string | undefined | undefined;
|
|
552
|
-
property?: string | undefined | undefined;
|
|
553
|
-
rel?: string | undefined | undefined;
|
|
554
|
-
resource?: string | undefined | undefined;
|
|
555
|
-
rev?: string | undefined | undefined;
|
|
556
|
-
typeof?: string | undefined | undefined;
|
|
557
|
-
vocab?: string | undefined | undefined;
|
|
558
|
-
autoCorrect?: string | undefined | undefined;
|
|
559
|
-
autoSave?: string | undefined | undefined;
|
|
560
|
-
itemProp?: string | undefined | undefined;
|
|
561
|
-
itemScope?: boolean | undefined | undefined;
|
|
562
|
-
itemType?: string | undefined | undefined;
|
|
563
|
-
itemID?: string | undefined | undefined;
|
|
564
|
-
itemRef?: string | undefined | undefined;
|
|
565
|
-
results?: number | undefined | undefined;
|
|
566
|
-
security?: string | undefined | undefined;
|
|
567
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
568
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
569
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
570
|
-
popoverTarget?: string | undefined | undefined;
|
|
571
|
-
inert?: boolean | undefined | undefined;
|
|
572
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
573
|
-
is?: string | undefined | undefined;
|
|
574
|
-
open?: boolean | undefined;
|
|
575
|
-
arrow?: boolean | undefined;
|
|
576
|
-
components?: {
|
|
577
|
-
Popper?: React.ElementType<import('@mui/material').PopperProps>;
|
|
578
|
-
Transition?: React.ElementType;
|
|
579
|
-
Tooltip?: React.ElementType;
|
|
580
|
-
Arrow?: React.ElementType;
|
|
581
|
-
} | undefined;
|
|
582
580
|
componentsProps?: {
|
|
583
581
|
popper?: Partial<import('@mui/material').PopperProps> & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
584
582
|
transition?: import('@mui/material/transitions').TransitionProps & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
585
583
|
tooltip?: React.HTMLProps<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
586
584
|
arrow?: React.HTMLProps<HTMLSpanElement> & import('@mui/system').MUIStyledCommonProps & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
587
585
|
} | undefined;
|
|
586
|
+
onClose?: ((event: React.SyntheticEvent | Event) => void) | undefined;
|
|
587
|
+
open?: boolean | undefined;
|
|
588
|
+
slots?: Partial<import('@mui/material').TooltipSlots> | undefined;
|
|
589
|
+
slotProps?: {
|
|
590
|
+
popper?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material').PopperProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipPopperSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
591
|
+
transition?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material/transitions').TransitionProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTransitionSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
592
|
+
tooltip?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLDivElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTooltipSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
593
|
+
arrow?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLSpanElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipArrowSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
594
|
+
} | undefined;
|
|
595
|
+
TransitionComponent?: React.JSXElementConstructor<import('@mui/material/transitions').TransitionProps & {
|
|
596
|
+
children: React.ReactElement<unknown, any>;
|
|
597
|
+
}> | undefined;
|
|
598
|
+
TransitionProps?: import('@mui/material/transitions').TransitionProps | undefined;
|
|
599
|
+
placement?: "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top-start" | "top" | undefined;
|
|
600
|
+
arrow?: boolean | undefined;
|
|
588
601
|
describeChild?: boolean | undefined;
|
|
589
602
|
disableFocusListener?: boolean | undefined;
|
|
590
603
|
disableHoverListener?: boolean | undefined;
|
|
@@ -596,30 +609,17 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
596
609
|
followCursor?: boolean | undefined;
|
|
597
610
|
leaveDelay?: number | undefined;
|
|
598
611
|
leaveTouchDelay?: number | undefined;
|
|
599
|
-
onClose?: ((event: React.SyntheticEvent | Event) => void) | undefined;
|
|
600
612
|
onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
|
|
601
|
-
placement?: "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top-start" | "top" | undefined;
|
|
602
613
|
PopperComponent?: React.JSXElementConstructor<import('@mui/material').PopperProps> | undefined;
|
|
603
614
|
PopperProps?: Partial<import('@mui/material').PopperProps> | undefined;
|
|
604
|
-
TransitionComponent?: React.JSXElementConstructor<import('@mui/material/transitions').TransitionProps & {
|
|
605
|
-
children: React.ReactElement<unknown, any>;
|
|
606
|
-
}> | undefined;
|
|
607
|
-
TransitionProps?: import('@mui/material/transitions').TransitionProps | undefined;
|
|
608
|
-
slots?: Partial<import('@mui/material').TooltipSlots> | undefined;
|
|
609
|
-
slotProps?: {
|
|
610
|
-
popper?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material').PopperProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipPopperSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
611
|
-
transition?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material/transitions').TransitionProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTransitionSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
612
|
-
tooltip?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLDivElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTooltipSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
613
|
-
arrow?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLSpanElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipArrowSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
614
|
-
} | undefined;
|
|
615
615
|
withoutContainer?: boolean | undefined;
|
|
616
616
|
}, "children" | "title"> & {
|
|
617
617
|
title?: import('react').ReactNode;
|
|
618
618
|
};
|
|
619
619
|
visibleLastSymbolsCount?: number;
|
|
620
620
|
} & {
|
|
621
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
622
621
|
children?: import('react').ReactNode;
|
|
622
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
623
623
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
624
624
|
gutterBottom?: boolean | undefined;
|
|
625
625
|
noWrap?: boolean | undefined;
|
|
@@ -628,7 +628,7 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
628
628
|
color?: import('../../..').TypographyColor;
|
|
629
629
|
variant?: import('../../..').TypographyVariant;
|
|
630
630
|
colorIntensity?: import('../../..').Intensity;
|
|
631
|
-
component?: "symbol" | "object" | "
|
|
631
|
+
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>;
|
|
632
632
|
isUpperCase?: boolean;
|
|
633
633
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & {
|
|
634
634
|
children?: import('react').ReactNode | undefined;
|