@mui/lab 7.0.0-beta.1 → 7.0.0-beta.10
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/CHANGELOG.md +300 -0
- package/Masonry/Masonry.d.ts +2 -2
- package/Masonry/Masonry.js +3 -3
- package/README.md +3 -3
- package/TabContext/TabContext.d.ts +2 -2
- package/TabList/TabList.d.ts +3 -3
- package/TabPanel/TabPanel.d.ts +2 -2
- package/TabPanel/TabPanel.js +2 -2
- package/Timeline/Timeline.d.ts +2 -2
- package/Timeline/Timeline.js +4 -4
- package/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/TimelineConnector/TimelineConnector.js +2 -2
- package/TimelineContent/TimelineContent.d.ts +3 -3
- package/TimelineContent/TimelineContent.js +2 -2
- package/TimelineDot/TimelineDot.d.ts +2 -2
- package/TimelineDot/TimelineDot.js +2 -2
- package/TimelineItem/TimelineItem.d.ts +2 -2
- package/TimelineItem/TimelineItem.js +2 -2
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/TimelineOppositeContent/TimelineOppositeContent.js +2 -2
- package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/TimelineSeparator/TimelineSeparator.js +2 -2
- package/esm/Masonry/Masonry.d.ts +2 -2
- package/esm/Masonry/Masonry.js +1 -1
- package/esm/TabContext/TabContext.d.ts +2 -2
- package/esm/TabList/TabList.d.ts +3 -3
- package/esm/TabPanel/TabPanel.d.ts +2 -2
- package/esm/TabPanel/TabPanel.js +1 -1
- package/esm/Timeline/Timeline.d.ts +2 -2
- package/esm/Timeline/Timeline.js +3 -3
- package/esm/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/esm/TimelineConnector/TimelineConnector.js +1 -1
- package/esm/TimelineContent/TimelineContent.d.ts +3 -3
- package/esm/TimelineContent/TimelineContent.js +1 -1
- package/esm/TimelineDot/TimelineDot.d.ts +2 -2
- package/esm/TimelineDot/TimelineDot.js +1 -1
- package/esm/TimelineItem/TimelineItem.d.ts +2 -2
- package/esm/TimelineItem/TimelineItem.js +1 -1
- package/esm/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/esm/TimelineOppositeContent/TimelineOppositeContent.js +1 -1
- package/esm/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/esm/TimelineSeparator/TimelineSeparator.js +1 -1
- package/esm/index.js +1 -1
- package/esm/useAutocomplete/index.d.ts +1 -1
- package/esm/useAutocomplete/index.js +1 -1
- package/index.js +1 -1
- package/modern/Masonry/Masonry.d.ts +2 -2
- package/modern/Masonry/Masonry.js +1 -1
- package/modern/TabContext/TabContext.d.ts +2 -2
- package/modern/TabList/TabList.d.ts +3 -3
- package/modern/TabPanel/TabPanel.d.ts +2 -2
- package/modern/TabPanel/TabPanel.js +1 -1
- package/modern/Timeline/Timeline.d.ts +2 -2
- package/modern/Timeline/Timeline.js +3 -3
- package/modern/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/modern/TimelineConnector/TimelineConnector.js +1 -1
- package/modern/TimelineContent/TimelineContent.d.ts +3 -3
- package/modern/TimelineContent/TimelineContent.js +1 -1
- package/modern/TimelineDot/TimelineDot.d.ts +2 -2
- package/modern/TimelineDot/TimelineDot.js +1 -1
- package/modern/TimelineItem/TimelineItem.d.ts +2 -2
- package/modern/TimelineItem/TimelineItem.js +1 -1
- package/modern/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/modern/TimelineOppositeContent/TimelineOppositeContent.js +1 -1
- package/modern/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/modern/TimelineSeparator/TimelineSeparator.js +1 -1
- package/modern/index.js +1 -1
- package/modern/useAutocomplete/index.d.ts +1 -1
- package/modern/useAutocomplete/index.js +1 -1
- package/package.json +11 -9
- package/useAutocomplete/index.d.ts +1 -1
- package/useAutocomplete/index.js +4 -3
|
@@ -22,10 +22,10 @@ export interface TimelineSeparatorProps extends StandardProps<React.HTMLAttribut
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineSeparator API](https://
|
|
29
|
+
* - [TimelineSeparator API](https://mui.com/material-ui/api/timeline-separator/)
|
|
30
30
|
*/
|
|
31
31
|
export default function TimelineSeparator(props: TimelineSeparatorProps): React.JSX.Element;
|
|
@@ -10,7 +10,7 @@ exports.default = void 0;
|
|
|
10
10
|
var React = _interopRequireWildcard(require("react"));
|
|
11
11
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
12
12
|
var _clsx = _interopRequireDefault(require("clsx"));
|
|
13
|
-
var
|
|
13
|
+
var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
|
|
14
14
|
var _styles = require("@mui/material/styles");
|
|
15
15
|
var _timelineSeparatorClasses = require("./timelineSeparatorClasses");
|
|
16
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
@@ -21,7 +21,7 @@ const useUtilityClasses = ownerState => {
|
|
|
21
21
|
const slots = {
|
|
22
22
|
root: ['root']
|
|
23
23
|
};
|
|
24
|
-
return (0,
|
|
24
|
+
return (0, _composeClasses.default)(slots, _timelineSeparatorClasses.getTimelineSeparatorUtilityClass, classes);
|
|
25
25
|
};
|
|
26
26
|
const TimelineSeparatorRoot = (0, _styles.styled)('div', {
|
|
27
27
|
name: 'MuiTimelineSeparator',
|
package/esm/Masonry/Masonry.d.ts
CHANGED
|
@@ -51,11 +51,11 @@ export interface MasonryTypeMap<AdditionalProps = {}, RootComponent extends Reac
|
|
|
51
51
|
*
|
|
52
52
|
* Demos:
|
|
53
53
|
*
|
|
54
|
-
* - [Masonry](https://
|
|
54
|
+
* - [Masonry](https://mui.com/material-ui/react-masonry/)
|
|
55
55
|
*
|
|
56
56
|
* API:
|
|
57
57
|
*
|
|
58
|
-
* - [Masonry API](https://
|
|
58
|
+
* - [Masonry API](https://mui.com/material-ui/api/masonry/)
|
|
59
59
|
*/
|
|
60
60
|
declare const Masonry: OverridableComponent<MasonryTypeMap>;
|
|
61
61
|
export type MasonryProps<RootComponent extends React.ElementType = MasonryTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<MasonryTypeMap<AdditionalProps, RootComponent>, RootComponent>;
|
package/esm/Masonry/Masonry.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
4
4
|
import * as ReactDOM from 'react-dom';
|
|
5
5
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
6
6
|
import { createUnarySpacing, getValue, handleBreakpoints, unstable_resolveBreakpointValues as resolveBreakpointValues } from '@mui/system';
|
|
@@ -17,11 +17,11 @@ export interface TabContextProps {
|
|
|
17
17
|
*
|
|
18
18
|
* Demos:
|
|
19
19
|
*
|
|
20
|
-
* - [Tabs](https://
|
|
20
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
21
21
|
*
|
|
22
22
|
* API:
|
|
23
23
|
*
|
|
24
|
-
* - [TabContext API](https://
|
|
24
|
+
* - [TabContext API](https://mui.com/material-ui/api/tab-context/)
|
|
25
25
|
*/
|
|
26
26
|
export default function TabContext(props: TabContextProps): React.JSX.Element;
|
|
27
27
|
export function useTabContext(): TabContextValue | null;
|
package/esm/TabList/TabList.d.ts
CHANGED
|
@@ -17,12 +17,12 @@ export interface TabListTypeMap<AdditionalProps = {}, RootComponent extends Reac
|
|
|
17
17
|
*
|
|
18
18
|
* Demos:
|
|
19
19
|
*
|
|
20
|
-
* - [Tabs](https://
|
|
20
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
21
21
|
*
|
|
22
22
|
* API:
|
|
23
23
|
*
|
|
24
|
-
* - [TabList API](https://
|
|
25
|
-
* - inherits [Tabs API](https://
|
|
24
|
+
* - [TabList API](https://mui.com/material-ui/api/tab-list/)
|
|
25
|
+
* - inherits [Tabs API](https://mui.com/material-ui/api/tabs/)
|
|
26
26
|
*/
|
|
27
27
|
declare const TabList: OverridableComponent<TabListTypeMap>;
|
|
28
28
|
export type TabListClassKey = keyof NonNullable<TabListTypeMap['props']['classes']>;
|
|
@@ -32,10 +32,10 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
32
32
|
*
|
|
33
33
|
* Demos:
|
|
34
34
|
*
|
|
35
|
-
* - [Tabs](https://
|
|
35
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
36
36
|
*
|
|
37
37
|
* API:
|
|
38
38
|
*
|
|
39
|
-
* - [TabPanel API](https://
|
|
39
|
+
* - [TabPanel API](https://mui.com/material-ui/api/tab-panel/)
|
|
40
40
|
*/
|
|
41
41
|
export default function TabPanel(props: TabPanelProps): React.JSX.Element;
|
package/esm/TabPanel/TabPanel.js
CHANGED
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
|
-
import
|
|
7
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import { getTabPanelUtilityClass } from "./tabPanelClasses.js";
|
|
9
9
|
import { getPanelId, getTabId, useTabContext } from "../TabContext/index.js";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -4,11 +4,11 @@ import { TimelineProps } from "./Timeline.types.js";
|
|
|
4
4
|
*
|
|
5
5
|
* Demos:
|
|
6
6
|
*
|
|
7
|
-
* - [Timeline](https://
|
|
7
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
8
8
|
*
|
|
9
9
|
* API:
|
|
10
10
|
*
|
|
11
|
-
* - [Timeline API](https://
|
|
11
|
+
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
12
12
|
*/
|
|
13
13
|
declare const Timeline: React.ForwardRefExoticComponent<TimelineProps & React.RefAttributes<HTMLUListElement>>;
|
|
14
14
|
/**
|
package/esm/Timeline/Timeline.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import
|
|
6
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
8
|
import TimelineContext from "./TimelineContext.js";
|
|
9
9
|
import { getTimelineUtilityClass } from "./timelineClasses.js";
|
|
@@ -39,11 +39,11 @@ const TimelineRoot = styled('ul', {
|
|
|
39
39
|
*
|
|
40
40
|
* Demos:
|
|
41
41
|
*
|
|
42
|
-
* - [Timeline](https://
|
|
42
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
43
43
|
*
|
|
44
44
|
* API:
|
|
45
45
|
*
|
|
46
|
-
* - [Timeline API](https://
|
|
46
|
+
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
47
47
|
*/
|
|
48
48
|
const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
|
|
49
49
|
const props = useThemeProps({
|
|
@@ -22,10 +22,10 @@ export interface TimelineConnectorProps extends StandardProps<React.HTMLAttribut
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineConnector API](https://
|
|
29
|
+
* - [TimelineConnector API](https://mui.com/material-ui/api/timeline-connector/)
|
|
30
30
|
*/
|
|
31
31
|
export default function TimelineConnector(props: TimelineConnectorProps): React.JSX.Element;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import
|
|
6
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
8
|
import { getTimelineConnectorUtilityClass } from "./timelineConnectorClasses.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -22,11 +22,11 @@ export interface TimelineContentProps extends StandardProps<TypographyProps> {
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineContent API](https://
|
|
30
|
-
* - inherits [Typography API](https://
|
|
29
|
+
* - [TimelineContent API](https://mui.com/material-ui/api/timeline-content/)
|
|
30
|
+
* - inherits [Typography API](https://mui.com/material-ui/api/typography/)
|
|
31
31
|
*/
|
|
32
32
|
export default function TimelineContent(props: TimelineContentProps): React.JSX.Element;
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
|
-
import
|
|
7
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import Typography from '@mui/material/Typography';
|
|
9
9
|
import TimelineContext from "../Timeline/TimelineContext.js";
|
|
10
10
|
import { getTimelineContentUtilityClass } from "./timelineContentClasses.js";
|
|
@@ -35,10 +35,10 @@ export interface TimelineDotProps extends StandardProps<React.HTMLAttributes<HTM
|
|
|
35
35
|
*
|
|
36
36
|
* Demos:
|
|
37
37
|
*
|
|
38
|
-
* - [Timeline](https://
|
|
38
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
39
39
|
*
|
|
40
40
|
* API:
|
|
41
41
|
*
|
|
42
|
-
* - [TimelineDot API](https://
|
|
42
|
+
* - [TimelineDot API](https://mui.com/material-ui/api/timeline-dot/)
|
|
43
43
|
*/
|
|
44
44
|
export default function TimelineDot(props: TimelineDotProps): React.JSX.Element;
|
|
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
|
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
7
|
import { capitalize } from '@mui/material/utils';
|
|
8
|
-
import
|
|
8
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
9
9
|
import { getTimelineDotUtilityClass } from "./timelineDotClasses.js";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
const useUtilityClasses = ownerState => {
|
|
@@ -26,10 +26,10 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
|
|
|
26
26
|
*
|
|
27
27
|
* Demos:
|
|
28
28
|
*
|
|
29
|
-
* - [Timeline](https://
|
|
29
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
30
30
|
*
|
|
31
31
|
* API:
|
|
32
32
|
*
|
|
33
|
-
* - [TimelineItem API](https://
|
|
33
|
+
* - [TimelineItem API](https://mui.com/material-ui/api/timeline-item/)
|
|
34
34
|
*/
|
|
35
35
|
export default function TimelineItem(props: TimelineItemProps): React.JSX.Element;
|
|
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
|
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { isMuiElement } from '@mui/material/utils';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
|
-
import
|
|
8
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
9
9
|
import { timelineContentClasses } from "../TimelineContent/index.js";
|
|
10
10
|
import { timelineOppositeContentClasses } from "../TimelineOppositeContent/index.js";
|
|
11
11
|
import TimelineContext from "../Timeline/TimelineContext.js";
|
|
@@ -22,12 +22,12 @@ export interface TimelineOppositeContentProps extends StandardProps<TypographyPr
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineOppositeContent API](https://
|
|
30
|
-
* - inherits [Typography API](https://
|
|
29
|
+
* - [TimelineOppositeContent API](https://mui.com/material-ui/api/timeline-opposite-content/)
|
|
30
|
+
* - inherits [Typography API](https://mui.com/material-ui/api/typography/)
|
|
31
31
|
*/
|
|
32
32
|
declare const TimelineOppositeContent: ((props: TimelineOppositeContentProps) => React.JSX.Element) & {
|
|
33
33
|
muiName: string;
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
|
-
import
|
|
7
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import Typography from '@mui/material/Typography';
|
|
9
9
|
import TimelineContext from "../Timeline/TimelineContext.js";
|
|
10
10
|
import { getTimelineOppositeContentUtilityClass } from "./timelineOppositeContentClasses.js";
|
|
@@ -22,10 +22,10 @@ export interface TimelineSeparatorProps extends StandardProps<React.HTMLAttribut
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineSeparator API](https://
|
|
29
|
+
* - [TimelineSeparator API](https://mui.com/material-ui/api/timeline-separator/)
|
|
30
30
|
*/
|
|
31
31
|
export default function TimelineSeparator(props: TimelineSeparatorProps): React.JSX.Element;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import
|
|
6
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
8
|
import { getTimelineSeparatorUtilityClass } from "./timelineSeparatorClasses.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
package/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from '@mui/material/useAutocomplete';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default, createFilterOptions } from '@mui/material/useAutocomplete';
|
package/index.js
CHANGED
|
@@ -51,11 +51,11 @@ export interface MasonryTypeMap<AdditionalProps = {}, RootComponent extends Reac
|
|
|
51
51
|
*
|
|
52
52
|
* Demos:
|
|
53
53
|
*
|
|
54
|
-
* - [Masonry](https://
|
|
54
|
+
* - [Masonry](https://mui.com/material-ui/react-masonry/)
|
|
55
55
|
*
|
|
56
56
|
* API:
|
|
57
57
|
*
|
|
58
|
-
* - [Masonry API](https://
|
|
58
|
+
* - [Masonry API](https://mui.com/material-ui/api/masonry/)
|
|
59
59
|
*/
|
|
60
60
|
declare const Masonry: OverridableComponent<MasonryTypeMap>;
|
|
61
61
|
export type MasonryProps<RootComponent extends React.ElementType = MasonryTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<MasonryTypeMap<AdditionalProps, RootComponent>, RootComponent>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
4
4
|
import * as ReactDOM from 'react-dom';
|
|
5
5
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
6
6
|
import { createUnarySpacing, getValue, handleBreakpoints, unstable_resolveBreakpointValues as resolveBreakpointValues } from '@mui/system';
|
|
@@ -17,11 +17,11 @@ export interface TabContextProps {
|
|
|
17
17
|
*
|
|
18
18
|
* Demos:
|
|
19
19
|
*
|
|
20
|
-
* - [Tabs](https://
|
|
20
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
21
21
|
*
|
|
22
22
|
* API:
|
|
23
23
|
*
|
|
24
|
-
* - [TabContext API](https://
|
|
24
|
+
* - [TabContext API](https://mui.com/material-ui/api/tab-context/)
|
|
25
25
|
*/
|
|
26
26
|
export default function TabContext(props: TabContextProps): React.JSX.Element;
|
|
27
27
|
export function useTabContext(): TabContextValue | null;
|
|
@@ -17,12 +17,12 @@ export interface TabListTypeMap<AdditionalProps = {}, RootComponent extends Reac
|
|
|
17
17
|
*
|
|
18
18
|
* Demos:
|
|
19
19
|
*
|
|
20
|
-
* - [Tabs](https://
|
|
20
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
21
21
|
*
|
|
22
22
|
* API:
|
|
23
23
|
*
|
|
24
|
-
* - [TabList API](https://
|
|
25
|
-
* - inherits [Tabs API](https://
|
|
24
|
+
* - [TabList API](https://mui.com/material-ui/api/tab-list/)
|
|
25
|
+
* - inherits [Tabs API](https://mui.com/material-ui/api/tabs/)
|
|
26
26
|
*/
|
|
27
27
|
declare const TabList: OverridableComponent<TabListTypeMap>;
|
|
28
28
|
export type TabListClassKey = keyof NonNullable<TabListTypeMap['props']['classes']>;
|
|
@@ -32,10 +32,10 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
|
|
|
32
32
|
*
|
|
33
33
|
* Demos:
|
|
34
34
|
*
|
|
35
|
-
* - [Tabs](https://
|
|
35
|
+
* - [Tabs](https://mui.com/material-ui/react-tabs/)
|
|
36
36
|
*
|
|
37
37
|
* API:
|
|
38
38
|
*
|
|
39
|
-
* - [TabPanel API](https://
|
|
39
|
+
* - [TabPanel API](https://mui.com/material-ui/api/tab-panel/)
|
|
40
40
|
*/
|
|
41
41
|
export default function TabPanel(props: TabPanelProps): React.JSX.Element;
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
|
-
import
|
|
7
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import { getTabPanelUtilityClass } from "./tabPanelClasses.js";
|
|
9
9
|
import { getPanelId, getTabId, useTabContext } from "../TabContext/index.js";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -4,11 +4,11 @@ import { TimelineProps } from "./Timeline.types.js";
|
|
|
4
4
|
*
|
|
5
5
|
* Demos:
|
|
6
6
|
*
|
|
7
|
-
* - [Timeline](https://
|
|
7
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
8
8
|
*
|
|
9
9
|
* API:
|
|
10
10
|
*
|
|
11
|
-
* - [Timeline API](https://
|
|
11
|
+
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
12
12
|
*/
|
|
13
13
|
declare const Timeline: React.ForwardRefExoticComponent<TimelineProps & React.RefAttributes<HTMLUListElement>>;
|
|
14
14
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import
|
|
6
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
8
|
import TimelineContext from "./TimelineContext.js";
|
|
9
9
|
import { getTimelineUtilityClass } from "./timelineClasses.js";
|
|
@@ -39,11 +39,11 @@ const TimelineRoot = styled('ul', {
|
|
|
39
39
|
*
|
|
40
40
|
* Demos:
|
|
41
41
|
*
|
|
42
|
-
* - [Timeline](https://
|
|
42
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
43
43
|
*
|
|
44
44
|
* API:
|
|
45
45
|
*
|
|
46
|
-
* - [Timeline API](https://
|
|
46
|
+
* - [Timeline API](https://mui.com/material-ui/api/timeline/)
|
|
47
47
|
*/
|
|
48
48
|
const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
|
|
49
49
|
const props = useThemeProps({
|
|
@@ -22,10 +22,10 @@ export interface TimelineConnectorProps extends StandardProps<React.HTMLAttribut
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineConnector API](https://
|
|
29
|
+
* - [TimelineConnector API](https://mui.com/material-ui/api/timeline-connector/)
|
|
30
30
|
*/
|
|
31
31
|
export default function TimelineConnector(props: TimelineConnectorProps): React.JSX.Element;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import
|
|
6
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
8
|
import { getTimelineConnectorUtilityClass } from "./timelineConnectorClasses.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -22,11 +22,11 @@ export interface TimelineContentProps extends StandardProps<TypographyProps> {
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineContent API](https://
|
|
30
|
-
* - inherits [Typography API](https://
|
|
29
|
+
* - [TimelineContent API](https://mui.com/material-ui/api/timeline-content/)
|
|
30
|
+
* - inherits [Typography API](https://mui.com/material-ui/api/typography/)
|
|
31
31
|
*/
|
|
32
32
|
export default function TimelineContent(props: TimelineContentProps): React.JSX.Element;
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
|
-
import
|
|
7
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import Typography from '@mui/material/Typography';
|
|
9
9
|
import TimelineContext from "../Timeline/TimelineContext.js";
|
|
10
10
|
import { getTimelineContentUtilityClass } from "./timelineContentClasses.js";
|
|
@@ -35,10 +35,10 @@ export interface TimelineDotProps extends StandardProps<React.HTMLAttributes<HTM
|
|
|
35
35
|
*
|
|
36
36
|
* Demos:
|
|
37
37
|
*
|
|
38
|
-
* - [Timeline](https://
|
|
38
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
39
39
|
*
|
|
40
40
|
* API:
|
|
41
41
|
*
|
|
42
|
-
* - [TimelineDot API](https://
|
|
42
|
+
* - [TimelineDot API](https://mui.com/material-ui/api/timeline-dot/)
|
|
43
43
|
*/
|
|
44
44
|
export default function TimelineDot(props: TimelineDotProps): React.JSX.Element;
|
|
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
|
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
7
|
import { capitalize } from '@mui/material/utils';
|
|
8
|
-
import
|
|
8
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
9
9
|
import { getTimelineDotUtilityClass } from "./timelineDotClasses.js";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
const useUtilityClasses = ownerState => {
|
|
@@ -26,10 +26,10 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
|
|
|
26
26
|
*
|
|
27
27
|
* Demos:
|
|
28
28
|
*
|
|
29
|
-
* - [Timeline](https://
|
|
29
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
30
30
|
*
|
|
31
31
|
* API:
|
|
32
32
|
*
|
|
33
|
-
* - [TimelineItem API](https://
|
|
33
|
+
* - [TimelineItem API](https://mui.com/material-ui/api/timeline-item/)
|
|
34
34
|
*/
|
|
35
35
|
export default function TimelineItem(props: TimelineItemProps): React.JSX.Element;
|
|
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
|
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { isMuiElement } from '@mui/material/utils';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
|
-
import
|
|
8
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
9
9
|
import { timelineContentClasses } from "../TimelineContent/index.js";
|
|
10
10
|
import { timelineOppositeContentClasses } from "../TimelineOppositeContent/index.js";
|
|
11
11
|
import TimelineContext from "../Timeline/TimelineContext.js";
|
|
@@ -22,12 +22,12 @@ export interface TimelineOppositeContentProps extends StandardProps<TypographyPr
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineOppositeContent API](https://
|
|
30
|
-
* - inherits [Typography API](https://
|
|
29
|
+
* - [TimelineOppositeContent API](https://mui.com/material-ui/api/timeline-opposite-content/)
|
|
30
|
+
* - inherits [Typography API](https://mui.com/material-ui/api/typography/)
|
|
31
31
|
*/
|
|
32
32
|
declare const TimelineOppositeContent: ((props: TimelineOppositeContentProps) => React.JSX.Element) & {
|
|
33
33
|
muiName: string;
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
6
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
7
|
-
import
|
|
7
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import Typography from '@mui/material/Typography';
|
|
9
9
|
import TimelineContext from "../Timeline/TimelineContext.js";
|
|
10
10
|
import { getTimelineOppositeContentUtilityClass } from "./timelineOppositeContentClasses.js";
|
|
@@ -22,10 +22,10 @@ export interface TimelineSeparatorProps extends StandardProps<React.HTMLAttribut
|
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Timeline](https://
|
|
25
|
+
* - [Timeline](https://mui.com/material-ui/react-timeline/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [TimelineSeparator API](https://
|
|
29
|
+
* - [TimelineSeparator API](https://mui.com/material-ui/api/timeline-separator/)
|
|
30
30
|
*/
|
|
31
31
|
export default function TimelineSeparator(props: TimelineSeparatorProps): React.JSX.Element;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import clsx from 'clsx';
|
|
6
|
-
import
|
|
6
|
+
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { styled, useThemeProps } from '@mui/material/styles';
|
|
8
8
|
import { getTimelineSeparatorUtilityClass } from "./timelineSeparatorClasses.js";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
package/modern/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default } from '@mui/material/useAutocomplete';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { default, createFilterOptions } from '@mui/material/useAutocomplete';
|