-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Move more prop docs into IntelliSense #20342
Merged
Merged
Changes from 5 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b189cf9
Use experimental ttp build
eps1lon 66083de
[docs] Showcasing upcoming ttp features
eps1lon 24b693f
Add CircularProgress
eps1lon b263e06
Add ClickAwayListener
eps1lon 7d55e23
Add ExpansionPanel
eps1lon ce551ae
Add FilledInput
eps1lon ab0e04c
Add FormControlLabel
eps1lon 9ea2896
Add Input
eps1lon 43054ca
Add InputBase
eps1lon 191bc03
Add InputLabel
eps1lon 1de6485
Add OutlinedInput
eps1lon 57bb06e
Add Popover
eps1lon 59ad0d3
Add Popper
eps1lon 596681e
Add radio
eps1lon 2acf545
Add ScopedCssBaseline
eps1lon 5aaedc8
Add Slide
eps1lon 9e3660e
fix: allow IntelliSense jsdoc while supression docs:api output
eps1lon f774c3f
docs: Ignore ExpansionPanel#square like on master
eps1lon c59ffad
Revert "docs: Ignore ExpansionPanel#square like on master"
eps1lon c109938
Add StepConnector
eps1lon a029486
Add StepContent
eps1lon 9f5212a
Add StepIcon
eps1lon d9ee9b5
Add StepLabel
eps1lon 866f999
Add Stepper
eps1lon a55f735
Add Switch
eps1lon f64d0fd
Add TextField
eps1lon fe861c9
Add Tooltip
eps1lon f063f8b
Merge branch 'master' into docs/more-proptypes
eps1lon 75d9375
chore: use stable ttp version
eps1lon e8aaa1c
Add CssBaseline
eps1lon 73fd4dc
Add Rating
eps1lon 302fab8
fix: ignore ttp DOM.Element check
eps1lon 4f78861
chore: fix yarn docs:typescript:formatted
eps1lon ac5ffb7
fix: use ignore directive instead of runtime overhead
eps1lon e85c603
fixup: StepButton
eps1lon 6e49964
fixup: CSSBaseline
eps1lon 70b5d5a
fixup: TextField
eps1lon 6c5a939
fix: Revert Tooltip#title being optional
eps1lon aa361c0
Merge branch 'master' into docs/more-proptypes
eps1lon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could keep ignoring this but I would argue that it's better to document this here since the classes reference it directly ("rounded is applied if
square={false}
").