@popmenu/common-ui 0.126.0 → 0.126.2
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/build/cjs/components/Avatar/Avatar.d.ts +3 -0
- package/build/{components → cjs/components}/Avatar/AvatarProps.d.ts +22 -22
- package/build/{components → cjs/components}/Avatar/avatar.styles.d.ts +2 -2
- package/build/cjs/components/Avatar/index.d.ts +2 -0
- package/build/{components → cjs/components}/Avatar/util/useImageProps.d.ts +10 -10
- package/build/{components → cjs/components}/BrowserSilhouette/BrowserSilhouette.d.ts +2 -2
- package/build/{components → cjs/components}/BrowserSilhouette/browserSilhouette.styles.d.ts +1 -1
- package/build/cjs/components/BrowserSilhouette/index.d.ts +1 -0
- package/build/{components → cjs/components}/Button/Button.d.ts +6 -6
- package/build/{components → cjs/components}/Button/ButtonProps.d.ts +11 -11
- package/build/cjs/components/Button/ButtonStyles.d.ts +2 -0
- package/build/cjs/components/Button/index.d.ts +2 -0
- package/build/cjs/components/Checkbox/Checkbox.d.ts +3 -0
- package/build/{components → cjs/components}/Checkbox/CheckboxProps.d.ts +7 -8
- package/build/cjs/components/Checkbox/index.d.ts +2 -0
- package/build/{components → cjs/components}/Chip/Chip.d.ts +6 -6
- package/build/{components → cjs/components}/Chip/ChipProps.d.ts +8 -8
- package/build/{components → cjs/components}/Chip/ChipStyles.d.ts +2 -2
- package/build/cjs/components/Chip/index.d.ts +2 -0
- package/build/{components → cjs/components}/CollapsibleText/CollapsibleText.d.ts +3 -3
- package/build/{components → cjs/components}/CollapsibleText/CollapsibleTextProps.d.ts +13 -13
- package/build/{components → cjs/components}/CollapsibleText/CollapsibleTextStyles.d.ts +5 -5
- package/build/cjs/components/CollapsibleText/index.d.ts +2 -0
- package/build/{components → cjs/components}/Divider/Divider.d.ts +3 -3
- package/build/{components → cjs/components}/Divider/DividerProps.d.ts +17 -17
- package/build/cjs/components/Divider/index.d.ts +2 -0
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationAltActions.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationBody.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationCloseButton.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationContent.d.ts +4 -4
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationDialog.d.ts +3 -3
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationDialogProps.d.ts +29 -29
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationFooter.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationForm.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationGraphic.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationInfo.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/FollowerAuthenticationTitle.d.ts +2 -2
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/context.d.ts +4 -4
- package/build/cjs/components/FollowerAuthenticationDialog/index.d.ts +2 -0
- package/build/{components → cjs/components}/FollowerAuthenticationDialog/theme.d.ts +35 -35
- package/build/{components → cjs/components}/Icon/Icon.d.ts +4 -4
- package/build/{components → cjs/components}/Icon/IconProps.d.ts +17 -17
- package/build/{components → cjs/components}/Icon/IconStyles.d.ts +2 -2
- package/build/cjs/components/Icon/index.d.ts +2 -0
- package/build/cjs/components/IconButton/IconButton.d.ts +3 -0
- package/build/{components → cjs/components}/IconButton/IconButtonProps.d.ts +2 -2
- package/build/cjs/components/IconButton/index.d.ts +2 -0
- package/build/{components → cjs/components}/Link/Link.d.ts +11 -11
- package/build/{components → cjs/components}/Link/LinkStyles.d.ts +2 -2
- package/build/cjs/components/Link/index.d.ts +2 -0
- package/build/{components → cjs/components}/NumberField/NumberField.d.ts +3 -3
- package/build/{components → cjs/components}/NumberField/NumberFieldProps.d.ts +12 -12
- package/build/{components → cjs/components}/NumberField/NumberFieldStyles.d.ts +2 -2
- package/build/cjs/components/NumberField/index.d.ts +2 -0
- package/build/cjs/components/Paper/Paper.d.ts +6 -0
- package/build/cjs/components/Paper/index.d.ts +2 -0
- package/build/{components → cjs/components}/PaperContent/PaperContent.d.ts +2 -2
- package/build/cjs/components/PaperContent/index.d.ts +1 -0
- package/build/cjs/components/Radio/Radio.d.ts +3 -0
- package/build/{components → cjs/components}/Radio/RadioProps.d.ts +7 -8
- package/build/cjs/components/Radio/index.d.ts +2 -0
- package/build/{components → cjs/components}/SplitInput/SplitInput.d.ts +3 -3
- package/build/{components → cjs/components}/SplitInput/SplitInputProps.d.ts +20 -20
- package/build/{components → cjs/components}/SplitInput/SplitInputStyles.d.ts +2 -2
- package/build/cjs/components/SplitInput/index.d.ts +2 -0
- package/build/cjs/components/Switch/Switch.d.ts +3 -0
- package/build/{components → cjs/components}/Switch/SwitchProps.d.ts +7 -8
- package/build/cjs/components/Switch/index.d.ts +2 -0
- package/build/{components → cjs/components}/Switch/switch.styles.d.ts +2 -2
- package/build/{components → cjs/components}/TabPanel/TabPanel.d.ts +3 -3
- package/build/{components → cjs/components}/TabPanel/TabPanelProps.d.ts +3 -3
- package/build/cjs/components/TabPanel/index.d.ts +2 -0
- package/build/cjs/components/ToggleButton/ToggleButton.d.ts +3 -0
- package/build/{components → cjs/components}/ToggleButton/ToggleButtonProps.d.ts +4 -4
- package/build/{components → cjs/components}/ToggleButton/ToggleButtonStyles.d.ts +2 -2
- package/build/cjs/components/ToggleButton/index.d.ts +2 -0
- package/build/cjs/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -0
- package/build/{components → cjs/components}/ToggleButtonGroup/ToggleButtonGroupProps.d.ts +6 -6
- package/build/{components → cjs/components}/ToggleButtonGroup/ToggleButtonGroupStyles.d.ts +1 -1
- package/build/cjs/components/ToggleButtonGroup/index.d.ts +2 -0
- package/build/cjs/components/Tooltip/Tooltip.d.ts +3 -0
- package/build/cjs/components/Tooltip/TooltipProps.d.ts +1 -0
- package/build/{components → cjs/components}/Tooltip/TooltipStyles.d.ts +2 -2
- package/build/cjs/components/Tooltip/index.d.ts +2 -0
- package/build/{components → cjs/components}/Typography/Typography.d.ts +9 -9
- package/build/{components → cjs/components}/Typography/TypographyProps.d.ts +14 -15
- package/build/cjs/components/Typography/TypographyStyles.d.ts +10 -0
- package/build/cjs/components/Typography/index.d.ts +2 -0
- package/build/cjs/components/index.d.ts +45 -0
- package/build/{hooks → cjs/hooks}/index.d.ts +2 -2
- package/build/{hooks → cjs/hooks}/useCollapsibleText.d.ts +9 -9
- package/build/{hooks → cjs/hooks}/useTabs/index.d.ts +1 -1
- package/build/{hooks → cjs/hooks}/useTabs/useTabs.d.ts +3 -3
- package/build/{hooks → cjs/hooks}/useTabs/useTabsOptions.d.ts +3 -3
- package/build/{hooks → cjs/hooks}/useTabs/useTabsResult.d.ts +22 -22
- package/build/{index.d.ts → cjs/index.d.ts} +3 -3
- package/build/cjs/index.js +1303 -0
- package/build/cjs/index.js.map +1 -0
- package/build/{types → cjs/types}/index.d.ts +2 -2
- package/build/{util → cjs/util}/colors/alpha.d.ts +1 -1
- package/build/{util → cjs/util}/colors/darken.d.ts +1 -1
- package/build/{util → cjs/util}/colors/decomposeColor.d.ts +1 -1
- package/build/{util → cjs/util}/colors/getLuminance.d.ts +1 -1
- package/build/{util → cjs/util}/colors/hexToRgb.d.ts +1 -1
- package/build/{util → cjs/util}/colors/index.d.ts +8 -8
- package/build/{util → cjs/util}/colors/lighten.d.ts +1 -1
- package/build/{util → cjs/util}/colors/recomposeColor.d.ts +1 -1
- package/build/{util → cjs/util}/colors/rgbToHex.d.ts +1 -1
- package/build/{util → cjs/util}/createTheme.d.ts +1 -1
- package/build/{util → cjs/util}/index.d.ts +4 -4
- package/build/{util → cjs/util}/makeStyles.d.ts +1 -1
- package/build/esm/components/Avatar/Avatar.d.ts +3 -0
- package/build/esm/components/Avatar/Avatar.js +39 -0
- package/build/esm/components/Avatar/Avatar.js.map +1 -0
- package/build/esm/components/Avatar/AvatarProps.d.ts +22 -0
- package/build/esm/components/Avatar/avatar.styles.d.ts +2 -0
- package/build/esm/components/Avatar/avatar.styles.js +41 -0
- package/build/esm/components/Avatar/avatar.styles.js.map +1 -0
- package/build/esm/components/Avatar/index.d.ts +2 -0
- package/build/esm/components/Avatar/util/useImageProps.d.ts +10 -0
- package/build/esm/components/Avatar/util/useImageProps.js +21 -0
- package/build/esm/components/Avatar/util/useImageProps.js.map +1 -0
- package/build/esm/components/BrowserSilhouette/BrowserSilhouette.d.ts +2 -0
- package/build/esm/components/BrowserSilhouette/BrowserSilhouette.js +18 -0
- package/build/esm/components/BrowserSilhouette/BrowserSilhouette.js.map +1 -0
- package/build/esm/components/BrowserSilhouette/browserSilhouette.styles.d.ts +1 -0
- package/build/esm/components/BrowserSilhouette/browserSilhouette.styles.js +25 -0
- package/build/esm/components/BrowserSilhouette/browserSilhouette.styles.js.map +1 -0
- package/build/esm/components/BrowserSilhouette/index.d.ts +1 -0
- package/build/esm/components/Button/Button.d.ts +6 -0
- package/build/esm/components/Button/Button.js +21 -0
- package/build/esm/components/Button/Button.js.map +1 -0
- package/build/esm/components/Button/ButtonProps.d.ts +11 -0
- package/build/esm/components/Button/ButtonStyles.d.ts +2 -0
- package/build/esm/components/Button/ButtonStyles.js +16 -0
- package/build/esm/components/Button/ButtonStyles.js.map +1 -0
- package/build/esm/components/Button/index.d.ts +2 -0
- package/build/esm/components/Checkbox/Checkbox.d.ts +3 -0
- package/build/esm/components/Checkbox/Checkbox.js +13 -0
- package/build/esm/components/Checkbox/Checkbox.js.map +1 -0
- package/build/esm/components/Checkbox/CheckboxProps.d.ts +7 -0
- package/build/esm/components/Checkbox/index.d.ts +2 -0
- package/build/esm/components/Chip/Chip.d.ts +6 -0
- package/build/esm/components/Chip/Chip.js +23 -0
- package/build/esm/components/Chip/Chip.js.map +1 -0
- package/build/esm/components/Chip/ChipProps.d.ts +8 -0
- package/build/esm/components/Chip/ChipStyles.d.ts +2 -0
- package/build/esm/components/Chip/ChipStyles.js +83 -0
- package/build/esm/components/Chip/ChipStyles.js.map +1 -0
- package/build/esm/components/Chip/index.d.ts +2 -0
- package/build/esm/components/CollapsibleText/CollapsibleText.d.ts +3 -0
- package/build/esm/components/CollapsibleText/CollapsibleText.js +40 -0
- package/build/esm/components/CollapsibleText/CollapsibleText.js.map +1 -0
- package/build/esm/components/CollapsibleText/CollapsibleTextProps.d.ts +13 -0
- package/build/esm/components/CollapsibleText/CollapsibleTextStyles.d.ts +5 -0
- package/build/esm/components/CollapsibleText/CollapsibleTextStyles.js +24 -0
- package/build/esm/components/CollapsibleText/CollapsibleTextStyles.js.map +1 -0
- package/build/esm/components/CollapsibleText/index.d.ts +2 -0
- package/build/esm/components/Divider/Divider.d.ts +3 -0
- package/build/esm/components/Divider/Divider.js +70 -0
- package/build/esm/components/Divider/Divider.js.map +1 -0
- package/build/esm/components/Divider/DividerProps.d.ts +17 -0
- package/build/esm/components/Divider/index.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationAltActions.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationAltActions.js +86 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationAltActions.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationBody.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationBody.js +12 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationBody.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationCloseButton.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationCloseButton.js +24 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationCloseButton.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationContent.d.ts +4 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationContent.js +18 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationContent.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationDialog.d.ts +3 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationDialog.js +37 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationDialog.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationDialogProps.d.ts +29 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationFooter.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationFooter.js +13 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationFooter.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.js +149 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationForm.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationGraphic.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationGraphic.js +15 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationGraphic.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationInfo.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationInfo.js +15 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationInfo.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationTitle.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationTitle.js +13 -0
- package/build/esm/components/FollowerAuthenticationDialog/FollowerAuthenticationTitle.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/context.d.ts +4 -0
- package/build/esm/components/FollowerAuthenticationDialog/context.js +14 -0
- package/build/esm/components/FollowerAuthenticationDialog/context.js.map +1 -0
- package/build/esm/components/FollowerAuthenticationDialog/index.d.ts +2 -0
- package/build/esm/components/FollowerAuthenticationDialog/theme.d.ts +35 -0
- package/build/esm/components/FollowerAuthenticationDialog/theme.js +36 -0
- package/build/esm/components/FollowerAuthenticationDialog/theme.js.map +1 -0
- package/build/esm/components/Icon/Icon.d.ts +4 -0
- package/build/esm/components/Icon/Icon.js +29 -0
- package/build/esm/components/Icon/Icon.js.map +1 -0
- package/build/esm/components/Icon/IconProps.d.ts +17 -0
- package/build/esm/components/Icon/IconStyles.d.ts +2 -0
- package/build/esm/components/Icon/IconStyles.js +43 -0
- package/build/esm/components/Icon/IconStyles.js.map +1 -0
- package/build/esm/components/Icon/index.d.ts +2 -0
- package/build/esm/components/IconButton/IconButton.d.ts +3 -0
- package/build/esm/components/IconButton/IconButton.js +14 -0
- package/build/esm/components/IconButton/IconButton.js.map +1 -0
- package/build/esm/components/IconButton/IconButtonProps.d.ts +2 -0
- package/build/esm/components/IconButton/index.d.ts +2 -0
- package/build/esm/components/Link/Link.d.ts +11 -0
- package/build/esm/components/Link/Link.js +18 -0
- package/build/esm/components/Link/Link.js.map +1 -0
- package/build/esm/components/Link/LinkStyles.d.ts +2 -0
- package/build/esm/components/Link/LinkStyles.js +15 -0
- package/build/esm/components/Link/LinkStyles.js.map +1 -0
- package/build/esm/components/Link/index.d.ts +2 -0
- package/build/esm/components/NumberField/NumberField.d.ts +3 -0
- package/build/esm/components/NumberField/NumberField.js +20 -0
- package/build/esm/components/NumberField/NumberField.js.map +1 -0
- package/build/esm/components/NumberField/NumberFieldProps.d.ts +12 -0
- package/build/esm/components/NumberField/NumberFieldStyles.d.ts +2 -0
- package/build/esm/components/NumberField/NumberFieldStyles.js +32 -0
- package/build/esm/components/NumberField/NumberFieldStyles.js.map +1 -0
- package/build/esm/components/NumberField/index.d.ts +2 -0
- package/build/esm/components/Paper/Paper.d.ts +6 -0
- package/build/esm/components/Paper/Paper.js +28 -0
- package/build/esm/components/Paper/Paper.js.map +1 -0
- package/build/esm/components/Paper/index.d.ts +2 -0
- package/build/esm/components/PaperContent/PaperContent.d.ts +2 -0
- package/build/esm/components/PaperContent/PaperContent.js +10 -0
- package/build/esm/components/PaperContent/PaperContent.js.map +1 -0
- package/build/esm/components/PaperContent/index.d.ts +1 -0
- package/build/esm/components/Radio/Radio.d.ts +3 -0
- package/build/esm/components/Radio/Radio.js +13 -0
- package/build/esm/components/Radio/Radio.js.map +1 -0
- package/build/esm/components/Radio/RadioProps.d.ts +7 -0
- package/build/esm/components/Radio/index.d.ts +2 -0
- package/build/esm/components/SplitInput/SplitInput.d.ts +3 -0
- package/build/esm/components/SplitInput/SplitInput.js +21 -0
- package/build/esm/components/SplitInput/SplitInput.js.map +1 -0
- package/build/esm/components/SplitInput/SplitInputProps.d.ts +20 -0
- package/build/esm/components/SplitInput/SplitInputStyles.d.ts +2 -0
- package/build/esm/components/SplitInput/SplitInputStyles.js +29 -0
- package/build/esm/components/SplitInput/SplitInputStyles.js.map +1 -0
- package/build/esm/components/SplitInput/index.d.ts +2 -0
- package/build/esm/components/Switch/Switch.d.ts +3 -0
- package/build/esm/components/Switch/Switch.js +15 -0
- package/build/esm/components/Switch/Switch.js.map +1 -0
- package/build/esm/components/Switch/SwitchProps.d.ts +7 -0
- package/build/esm/components/Switch/index.d.ts +2 -0
- package/build/esm/components/Switch/switch.styles.d.ts +2 -0
- package/build/esm/components/Switch/switch.styles.js +17 -0
- package/build/esm/components/Switch/switch.styles.js.map +1 -0
- package/build/esm/components/TabPanel/TabPanel.d.ts +3 -0
- package/build/esm/components/TabPanel/TabPanel.js +10 -0
- package/build/esm/components/TabPanel/TabPanel.js.map +1 -0
- package/build/esm/components/TabPanel/TabPanelProps.d.ts +3 -0
- package/build/esm/components/TabPanel/index.d.ts +2 -0
- package/build/esm/components/ToggleButton/ToggleButton.d.ts +3 -0
- package/build/esm/components/ToggleButton/ToggleButton.js +20 -0
- package/build/esm/components/ToggleButton/ToggleButton.js.map +1 -0
- package/build/esm/components/ToggleButton/ToggleButtonProps.d.ts +4 -0
- package/build/esm/components/ToggleButton/ToggleButtonStyles.d.ts +2 -0
- package/build/esm/components/ToggleButton/ToggleButtonStyles.js +19 -0
- package/build/esm/components/ToggleButton/ToggleButtonStyles.js.map +1 -0
- package/build/esm/components/ToggleButton/index.d.ts +2 -0
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -0
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroup.js +20 -0
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroup.js.map +1 -0
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupProps.d.ts +6 -0
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupStyles.d.ts +1 -0
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupStyles.js +12 -0
- package/build/esm/components/ToggleButtonGroup/ToggleButtonGroupStyles.js.map +1 -0
- package/build/esm/components/ToggleButtonGroup/index.d.ts +2 -0
- package/build/esm/components/Tooltip/Tooltip.d.ts +3 -0
- package/build/esm/components/Tooltip/Tooltip.js +13 -0
- package/build/esm/components/Tooltip/Tooltip.js.map +1 -0
- package/build/esm/components/Tooltip/TooltipProps.d.ts +1 -0
- package/build/esm/components/Tooltip/TooltipStyles.d.ts +2 -0
- package/build/esm/components/Tooltip/TooltipStyles.js +13 -0
- package/build/esm/components/Tooltip/TooltipStyles.js.map +1 -0
- package/build/esm/components/Tooltip/index.d.ts +2 -0
- package/build/esm/components/Typography/Typography.d.ts +9 -0
- package/build/esm/components/Typography/Typography.js +17 -0
- package/build/esm/components/Typography/Typography.js.map +1 -0
- package/build/esm/components/Typography/TypographyProps.d.ts +14 -0
- package/build/esm/components/Typography/TypographyProps.js +6 -0
- package/build/esm/components/Typography/TypographyProps.js.map +1 -0
- package/build/esm/components/Typography/TypographyStyles.d.ts +10 -0
- package/build/esm/components/Typography/TypographyStyles.js +76 -0
- package/build/esm/components/Typography/TypographyStyles.js.map +1 -0
- package/build/esm/components/Typography/index.d.ts +2 -0
- package/build/esm/components/index.d.ts +45 -0
- package/build/esm/hooks/index.d.ts +2 -0
- package/build/esm/hooks/useCollapsibleText.d.ts +9 -0
- package/build/esm/hooks/useCollapsibleText.js +17 -0
- package/build/esm/hooks/useCollapsibleText.js.map +1 -0
- package/build/esm/hooks/useTabs/index.d.ts +1 -0
- package/build/esm/hooks/useTabs/useTabs.d.ts +3 -0
- package/build/esm/hooks/useTabs/useTabs.js +35 -0
- package/build/esm/hooks/useTabs/useTabs.js.map +1 -0
- package/build/esm/hooks/useTabs/useTabsOptions.d.ts +3 -0
- package/build/esm/hooks/useTabs/useTabsResult.d.ts +22 -0
- package/build/esm/index.d.ts +3 -0
- package/build/esm/index.js +28 -0
- package/build/esm/index.js.map +1 -0
- package/build/esm/types/index.d.ts +2 -0
- package/build/esm/util/colors/alpha.d.ts +1 -0
- package/build/esm/util/colors/darken.d.ts +1 -0
- package/build/esm/util/colors/decomposeColor.d.ts +1 -0
- package/build/esm/util/colors/getLuminance.d.ts +1 -0
- package/build/esm/util/colors/hexToRgb.d.ts +1 -0
- package/build/esm/util/colors/index.d.ts +8 -0
- package/build/esm/util/colors/lighten.d.ts +1 -0
- package/build/esm/util/colors/recomposeColor.d.ts +1 -0
- package/build/esm/util/colors/rgbToHex.d.ts +1 -0
- package/build/esm/util/createTheme.d.ts +1 -0
- package/build/esm/util/index.d.ts +4 -0
- package/build/esm/util/makeStyles.d.ts +1 -0
- package/package.json +8 -8
- package/build/components/Accordion/index.d.ts +0 -1
- package/build/components/AccordionActions/index.d.ts +0 -1
- package/build/components/AccordionDetails/index.d.ts +0 -1
- package/build/components/AccordionSummary/index.d.ts +0 -1
- package/build/components/Alert/index.d.ts +0 -1
- package/build/components/AppBar/index.d.ts +0 -1
- package/build/components/Avatar/Avatar.d.ts +0 -3
- package/build/components/Avatar/index.d.ts +0 -2
- package/build/components/Badge/index.d.ts +0 -1
- package/build/components/Box/Box.d.ts +0 -3
- package/build/components/Box/BoxProps.d.ts +0 -5
- package/build/components/Box/BoxStyles.d.ts +0 -1
- package/build/components/Box/index.d.ts +0 -7
- package/build/components/Breadcrumbs/index.d.ts +0 -1
- package/build/components/BrowserSilhouette/index.d.ts +0 -1
- package/build/components/Button/ButtonStyles.d.ts +0 -2
- package/build/components/Button/index.d.ts +0 -2
- package/build/components/ButtonBase/index.d.ts +0 -1
- package/build/components/ButtonGroup/index.d.ts +0 -1
- package/build/components/Card/index.d.ts +0 -1
- package/build/components/CardActionArea/index.d.ts +0 -1
- package/build/components/CardActions/index.d.ts +0 -1
- package/build/components/CardContent/index.d.ts +0 -1
- package/build/components/CardHeader/index.d.ts +0 -1
- package/build/components/CardMedia/index.d.ts +0 -1
- package/build/components/Checkbox/Checkbox.d.ts +0 -3
- package/build/components/Checkbox/index.d.ts +0 -2
- package/build/components/Chip/index.d.ts +0 -2
- package/build/components/CircularProgress/index.d.ts +0 -1
- package/build/components/ClickAwayListener/index.d.ts +0 -1
- package/build/components/CollapsibleText/index.d.ts +0 -2
- package/build/components/Dialog/index.d.ts +0 -1
- package/build/components/DialogActions/index.d.ts +0 -1
- package/build/components/DialogContent/index.d.ts +0 -1
- package/build/components/DialogContentText/index.d.ts +0 -1
- package/build/components/DialogTitle/index.d.ts +0 -1
- package/build/components/Divider/index.d.ts +0 -2
- package/build/components/Drawer/index.d.ts +0 -1
- package/build/components/Fab/index.d.ts +0 -1
- package/build/components/FollowerAuthenticationDialog/index.d.ts +0 -2
- package/build/components/FormControl/index.d.ts +0 -1
- package/build/components/FormControlLabel/index.d.ts +0 -1
- package/build/components/FormLabel/index.d.ts +0 -1
- package/build/components/Grid/index.d.ts +0 -1
- package/build/components/GridList/index.d.ts +0 -1
- package/build/components/Hidden/index.d.ts +0 -1
- package/build/components/Icon/index.d.ts +0 -2
- package/build/components/IconButton/IconButton.d.ts +0 -3
- package/build/components/IconButton/index.d.ts +0 -2
- package/build/components/InputAdornment/index.d.ts +0 -1
- package/build/components/LinearProgress/index.d.ts +0 -1
- package/build/components/Link/index.d.ts +0 -2
- package/build/components/List/index.d.ts +0 -1
- package/build/components/ListItem/index.d.ts +0 -1
- package/build/components/ListItemAvatar/index.d.ts +0 -1
- package/build/components/ListItemIcon/index.d.ts +0 -1
- package/build/components/ListItemSecondaryAction/index.d.ts +0 -1
- package/build/components/ListItemText/index.d.ts +0 -1
- package/build/components/Menu/index.d.ts +0 -1
- package/build/components/MenuItem/index.d.ts +0 -1
- package/build/components/MenuList/index.d.ts +0 -1
- package/build/components/Modal/index.d.ts +0 -1
- package/build/components/NumberField/index.d.ts +0 -2
- package/build/components/Paper/Paper.d.ts +0 -6
- package/build/components/Paper/index.d.ts +0 -1
- package/build/components/PaperContent/index.d.ts +0 -1
- package/build/components/Popover/index.d.ts +0 -1
- package/build/components/Popper/index.d.ts +0 -1
- package/build/components/Radio/Radio.d.ts +0 -3
- package/build/components/Radio/index.d.ts +0 -2
- package/build/components/SplitInput/index.d.ts +0 -2
- package/build/components/Step/index.d.ts +0 -1
- package/build/components/StepButton/index.d.ts +0 -1
- package/build/components/StepConnector/index.d.ts +0 -1
- package/build/components/StepContent/index.d.ts +0 -1
- package/build/components/StepIcon/index.d.ts +0 -1
- package/build/components/StepLabel/index.d.ts +0 -1
- package/build/components/Stepper/index.d.ts +0 -1
- package/build/components/Switch/Switch.d.ts +0 -3
- package/build/components/Switch/index.d.ts +0 -2
- package/build/components/Tab/index.d.ts +0 -1
- package/build/components/TabPanel/index.d.ts +0 -2
- package/build/components/Tabs/index.d.ts +0 -1
- package/build/components/TextField/index.d.ts +0 -1
- package/build/components/ThemeProvider/index.d.ts +0 -1
- package/build/components/ToggleButton/ToggleButton.d.ts +0 -3
- package/build/components/ToggleButton/index.d.ts +0 -2
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +0 -3
- package/build/components/ToggleButtonGroup/index.d.ts +0 -2
- package/build/components/Toolbar/index.d.ts +0 -1
- package/build/components/Tooltip/Tooltip.d.ts +0 -3
- package/build/components/Tooltip/TooltipProps.d.ts +0 -1
- package/build/components/Tooltip/index.d.ts +0 -2
- package/build/components/Typography/TypographyStyles.d.ts +0 -4
- package/build/components/Typography/index.d.ts +0 -2
- package/build/components/index.d.ts +0 -78
- package/build/index.es.js +0 -1479
- package/build/index.es.js.map +0 -1
- package/build/index.js +0 -1971
- package/build/index.js.map +0 -1
- package/build/util/ServerStyleSheets.d.ts +0 -1
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from '@material-ui/core';
|
|
2
|
+
export { ServerStyleSheets, alpha, createTheme, darken, decomposeColor, getLuminance, hexToRgb, lighten, makeStyles, recomposeColor, rgbToHex } from '@material-ui/core';
|
|
3
|
+
export { Alert, AlertTitle, Autocomplete, AvatarGroup, Pagination, PaginationItem, Rating, Skeleton, SpeedDial, SpeedDialAction, SpeedDialIcon, TabContext, TabList, Timeline, TimelineConnector, TimelineContent, TimelineDot, TimelineItem, TimelineOppositeContent, TimelineSeparator, TreeItem, TreeView, useAutocomplete } from '@material-ui/lab';
|
|
4
|
+
export { Avatar } from './components/Avatar/Avatar.js';
|
|
5
|
+
export { BrowserSilhouette } from './components/BrowserSilhouette/BrowserSilhouette.js';
|
|
6
|
+
export { Button } from './components/Button/Button.js';
|
|
7
|
+
export { Checkbox } from './components/Checkbox/Checkbox.js';
|
|
8
|
+
export { Chip } from './components/Chip/Chip.js';
|
|
9
|
+
export { CollapsibleText } from './components/CollapsibleText/CollapsibleText.js';
|
|
10
|
+
export { Divider } from './components/Divider/Divider.js';
|
|
11
|
+
export { FollowerAuthenticationDialog } from './components/FollowerAuthenticationDialog/FollowerAuthenticationDialog.js';
|
|
12
|
+
export { Icon } from './components/Icon/Icon.js';
|
|
13
|
+
export { IconButton } from './components/IconButton/IconButton.js';
|
|
14
|
+
export { Link } from './components/Link/Link.js';
|
|
15
|
+
export { NumberField } from './components/NumberField/NumberField.js';
|
|
16
|
+
export { Paper } from './components/Paper/Paper.js';
|
|
17
|
+
export { PaperContent } from './components/PaperContent/PaperContent.js';
|
|
18
|
+
export { Radio } from './components/Radio/Radio.js';
|
|
19
|
+
export { SplitInput } from './components/SplitInput/SplitInput.js';
|
|
20
|
+
export { Switch } from './components/Switch/Switch.js';
|
|
21
|
+
export { TabPanel } from './components/TabPanel/TabPanel.js';
|
|
22
|
+
export { ToggleButton } from './components/ToggleButton/ToggleButton.js';
|
|
23
|
+
export { ToggleButtonGroup } from './components/ToggleButtonGroup/ToggleButtonGroup.js';
|
|
24
|
+
export { Tooltip } from './components/Tooltip/Tooltip.js';
|
|
25
|
+
export { Typography } from './components/Typography/Typography.js';
|
|
26
|
+
export { useCollapsibleText } from './hooks/useCollapsibleText.js';
|
|
27
|
+
export { useTabs } from './hooks/useTabs/useTabs.js';
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { alpha } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { darken } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { decomposeColor } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { getLuminance } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { hexToRgb } from '@material-ui/core';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { alpha } from './alpha';
|
|
2
|
+
export { darken } from './darken';
|
|
3
|
+
export { decomposeColor } from './decomposeColor';
|
|
4
|
+
export { getLuminance } from './getLuminance';
|
|
5
|
+
export { hexToRgb } from './hexToRgb';
|
|
6
|
+
export { lighten } from './lighten';
|
|
7
|
+
export { recomposeColor } from './recomposeColor';
|
|
8
|
+
export { rgbToHex } from './rgbToHex';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { lighten } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { recomposeColor } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { rgbToHex } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { createTheme } from '@material-ui/core';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { makeStyles } from '@material-ui/core';
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@popmenu/common-ui",
|
|
3
|
-
"version": "0.126.
|
|
3
|
+
"version": "0.126.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Popmenu Design System Team",
|
|
6
6
|
"description": "React components for all Popmenu apps on the web.",
|
|
7
|
-
"main": "./build/index.js",
|
|
8
|
-
"module": "./build/index.
|
|
9
|
-
"types": "./build/index.d.ts",
|
|
7
|
+
"main": "./build/cjs/index.js",
|
|
8
|
+
"module": "./build/esm/index.js",
|
|
9
|
+
"types": "./build/esm/index.d.ts",
|
|
10
|
+
"type": "module",
|
|
10
11
|
"files": [
|
|
11
12
|
"/build"
|
|
12
13
|
],
|
|
@@ -24,11 +25,10 @@
|
|
|
24
25
|
"peerDependencies": {
|
|
25
26
|
"@material-ui/core": "^4.12.2",
|
|
26
27
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
28
|
+
"@popmenu/web-icons": "^0.125.0",
|
|
29
|
+
"classnames": "^2.5.1",
|
|
27
30
|
"react": "17.x"
|
|
28
31
|
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"@types/classnames": "^2.3.1"
|
|
31
|
-
},
|
|
32
32
|
"sideEffects": false,
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "1cfb282646479bcc4baa627d2b2dfdd20b75a63d"
|
|
34
34
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Accordion as default, AccordionProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { AccordionActions as default, AccordionActionsProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { AccordionDetails as default, AccordionDetailsProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { AccordionSummary as default, AccordionSummaryProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, AlertProps } from '@material-ui/lab/Alert';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, AppBarProps } from '@material-ui/core/AppBar';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AvatarProps } from './AvatarProps';
|
|
3
|
-
export declare const Avatar: React.ForwardRefExoticComponent<Pick<AvatarProps, "className" | "style" | "classes" | "innerRef" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "fallback" | "background" | "fit" | "size" | "alt" | "imgProps" | "sizes" | "src" | "srcSet" | "variant"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, BadgeProps } from '@material-ui/core/Badge';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useBoxStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root">;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Using the customized Box component in Popmenu repo breaks Cypress tests.
|
|
3
|
-
* Many tests fail for TypeError around ResizeObserver
|
|
4
|
-
* export { Box as default } from './Box'
|
|
5
|
-
* export { BoxProps } from './BoxProps'
|
|
6
|
-
*/
|
|
7
|
-
export { Box as default, BoxProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Breadcrumbs as default, BreadcrumbsProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { BrowserSilhouette as default } from './BrowserSilhouette';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ButtonBase as default, ButtonBaseProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, ButtonGroupProps } from '@material-ui/core/ButtonGroup';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, CardProps } from '@material-ui/core/Card';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, CardActionAreaProps } from '@material-ui/core/CardActionArea';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, CardActionsProps } from '@material-ui/core/CardActions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, CardContentProps } from '@material-ui/core/CardContent';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, CardHeaderProps } from '@material-ui/core/CardHeader';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, CardMediaProps } from '@material-ui/core/CardMedia';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { CheckboxProps } from './CheckboxProps';
|
|
3
|
-
export declare const Checkbox: React.ForwardRefExoticComponent<Pick<CheckboxProps, "classes" | "checked" | "disabled" | "indeterminate" | "checkedIcon" | "color" | "icon" | "className" | "style" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "label" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableFocusRipple" | "edge" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "inputProps" | "inputRef" | "readOnly" | "required" | "LabelProps" | "indeterminateIcon"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, CircularProgressProps } from '@material-ui/core/CircularProgress';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ClickAwayListener as default, ClickAwayListenerProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, DialogProps } from '@material-ui/core/Dialog';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, DialogActionsProps } from '@material-ui/core/DialogActions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, DialogContentProps } from '@material-ui/core/DialogContent';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, DialogContentTextProps } from '@material-ui/core/DialogContentText';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, DialogTitleProps } from '@material-ui/core/DialogTitle';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, DrawerProps } from '@material-ui/core/Drawer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Fab as default, FabProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, FormControlProps } from '@material-ui/core/FormControl';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, FormControlLabelProps } from '@material-ui/core/FormControlLabel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, FormLabelProps } from '@material-ui/core/FormLabel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, GridProps } from '@material-ui/core/Grid';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { GridList as default, GridListProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Hidden as default, HiddenProps } from '@material-ui/core';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconButtonProps } from './IconButtonProps';
|
|
3
|
-
export declare const IconButton: React.ForwardRefExoticComponent<Pick<IconButtonProps, "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "key" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "disableFocusRipple" | "edge" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | keyof import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core/IconButton").IconButtonTypeMap<{}, "button">>> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, InputAdornmentProps } from '@material-ui/core/InputAdornment';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, LinearProgressProps } from '@material-ui/core/LinearProgress';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, ListProps } from '@material-ui/core/List';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, ListItemProps } from '@material-ui/core/ListItem';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, ListItemAvatarProps } from '@material-ui/core/ListItemAvatar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, ListItemIconProps } from '@material-ui/core/ListItemIcon';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, ListItemSecondaryActionProps } from '@material-ui/core/ListItemSecondaryAction';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, ListItemTextProps } from '@material-ui/core/ListItemText';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, MenuProps } from '@material-ui/core/Menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, MenuItemProps } from '@material-ui/core/MenuItem';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, MenuListProps } from '@material-ui/core/MenuList';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Modal as default, ModalProps } from '@material-ui/core';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { PaperProps as MuiPaperProps } from '@material-ui/core';
|
|
3
|
-
export interface PaperProps extends MuiPaperProps {
|
|
4
|
-
legacyStyles?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const Paper: React.ForwardRefExoticComponent<Pick<PaperProps, "color" | "translate" | "hidden" | "style" | "square" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "legacyStyles" | "component" | "elevation" | "variant" | "innerRef"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Paper as default, PaperProps } from './Paper';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { PaperContent as default } from './PaperContent';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Popover as default, PopoverProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Popper as default, PopperProps } from '@material-ui/core';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RadioProps } from './RadioProps';
|
|
3
|
-
export declare const Radio: React.ForwardRefExoticComponent<Pick<RadioProps, "classes" | "checked" | "disabled" | "checkedIcon" | "color" | "icon" | "className" | "style" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "label" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableFocusRipple" | "edge" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "inputProps" | "inputRef" | "readOnly" | "required" | "LabelProps"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Step as default, StepProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { StepButton as default, StepButtonProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { StepConnector as default, StepConnectorProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { StepContent as default, StepContentProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { StepIcon as default, StepIconProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { StepLabel as default, StepLabelProps } from '@material-ui/core';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Stepper as default, StepperProps } from '@material-ui/core';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { SwitchProps } from './SwitchProps';
|
|
3
|
-
export declare const Switch: React.ForwardRefExoticComponent<Pick<SwitchProps, "classes" | "checked" | "disabled" | "checkedIcon" | "color" | "icon" | "className" | "style" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "label" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "disableFocusRipple" | "edge" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "inputProps" | "inputRef" | "readOnly" | "required" | "LabelProps"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, TabProps } from '@material-ui/core/Tab';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, TabsProps } from '@material-ui/core/Tabs';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default, TextFieldProps } from '@material-ui/core/TextField';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ThemeProvider as default, ThemeProviderProps } from '@material-ui/core';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ToggleButtonProps } from './ToggleButtonProps';
|
|
3
|
-
export declare const ToggleButton: React.ForwardRefExoticComponent<Pick<ToggleButtonProps, "className" | "style" | "classes" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "key" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "selected" | "disableFocusRipple" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps"> & React.RefAttributes<HTMLButtonElement>>;
|