Skip to content

Commit

Permalink
Various - disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Jan 5, 2021
1 parent 6f969b2 commit 1a2721e
Show file tree
Hide file tree
Showing 77 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"children": "The content of the component.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"defaultExpanded": "If <code>true</code>, expands the accordion by default.",
"disabled": "If <code>true</code>, the accordion is displayed in a disabled state.",
"disabled": "If <code>true</code>, the component is disabled.",
"expanded": "If <code>true</code>, expands the accordion, otherwise collapse it. Setting this prop enables control over the accordion.",
"onChange": "Callback fired when the expand/collapse state is changed.<br><br><strong>Signature:</strong><br><code>function(event: object, expanded: boolean) =&gt; void</code><br><em>event:</em> The event source of the callback. <strong>Warning</strong>: This is a generic event not a change event.<br><em>expanded:</em> The <code>expanded</code> state of the accordion.",
"square": "If <code>true</code>, rounded corners are disabled.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/autocomplete/autocomplete.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"defaultValue": "The default value. Use when the component is not controlled.",
"disableClearable": "If <code>true</code>, the input can&#39;t be cleared.",
"disableCloseOnSelect": "If <code>true</code>, the popup won&#39;t close when a value is selected.",
"disabled": "If <code>true</code>, the input is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disabledItemsFocusable": "If <code>true</code>, will allow focus on disabled items.",
"disableListWrap": "If <code>true</code>, the list box in the popup will not wrap focus.",
"disablePortal": "The <code>Popper</code> content will be under the DOM hierarchy of the parent component.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/button-base/button-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"children": "The content of the component.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"component": "The component used for the root node. Either a string to use a HTML element or a component.<br>⚠️ <a href=\"/guides/composition/#caveat-with-refs\">Needs to be able to hold a ref</a>.",
"disabled": "If <code>true</code>, the base button is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableRipple": "If <code>true</code>, the ripple effect is disabled.<br>⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the <code>.Mui-focusedVisible</code> class.",
"disableTouchRipple": "If <code>true</code>, the touch ripple effect is disabled.",
"focusRipple": "If <code>true</code>, the base button will have a keyboard focus ripple.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/button-group/button-group.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"component": "The component used for the root node. Either a string to use a HTML element or a component.",
"disabled": "If <code>true</code>, the buttons are disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableElevation": "If <code>true</code>, no elevation is used.",
"disableFocusRipple": "If <code>true</code>, the button keyboard focus ripple is disabled.",
"disableRipple": "If <code>true</code>, the button ripple effect is disabled.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/button/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"component": "The component used for the root node. Either a string to use a HTML element or a component.",
"disabled": "If <code>true</code>, the button is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableElevation": "If <code>true</code>, no elevation is used.",
"disableFocusRipple": "If <code>true</code>, the keyboard focus ripple is disabled.",
"disableRipple": "If <code>true</code>, the ripple effect is disabled.<br>⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the <code>.Mui-focusedVisible</code> class.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/checkbox/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"checkedIcon": "The icon to display when the component is checked.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"disabled": "If <code>true</code>, the checkbox is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableRipple": "If <code>true</code>, the ripple effect is disabled.",
"icon": "The icon to display when the component is unchecked.",
"id": "The id of the <code>input</code> element.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/chip/chip.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"component": "The component used for the root node. Either a string to use a HTML element or a component.",
"deleteIcon": "Override the default delete icon element. Shown only if <code>onDelete</code> is set.",
"disabled": "If <code>true</code>, the chip should be displayed in a disabled state.",
"disabled": "If <code>true</code>, the component is disabled.",
"icon": "Icon element.",
"label": "The content of the component.",
"onDelete": "Callback fired when the delete icon is clicked. If set, the delete icon will be shown.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/fab/fab.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"component": "The component used for the root node. Either a string to use a HTML element or a component.",
"disabled": "If <code>true</code>, the button is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableFocusRipple": "If <code>true</code>, the keyboard focus ripple is disabled.",
"disableRipple": "If <code>true</code>, the ripple effect is disabled.",
"href": "The URL to link to when the button is clicked. If defined, an <code>a</code> element will be used as the root node.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/filled-input/filled-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component. The prop defaults to the value (<code>&#39;primary&#39;</code>) inherited from the parent FormControl component.",
"defaultValue": "The default value. Use when the component is not controlled.",
"disabled": "If <code>true</code>, the <code>input</code> element is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"disabled": "If <code>true</code>, the component is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"disableUnderline": "If <code>true</code>, the input will not have an underline.",
"endAdornment": "End <code>InputAdornment</code> for this component.",
"error": "If <code>true</code>, the <code>input</code> will indicate an error. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/icon-button/icon-button.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"children": "The icon to display.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"disabled": "If <code>true</code>, the button is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableFocusRipple": "If <code>true</code>, the keyboard focus ripple is disabled.",
"disableRipple": "If <code>true</code>, the ripple effect is disabled.<br>⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the <code>.Mui-focusedVisible</code> class.",
"edge": "If given, uses a negative margin to counteract the padding on one side (this is often helpful for aligning the left or right side of the icon with content above or below, without ruining the border size and shape).",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/input-base/input-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component. The prop defaults to the value (<code>&#39;primary&#39;</code>) inherited from the parent FormControl component.",
"defaultValue": "The default value. Use when the component is not controlled.",
"disabled": "If <code>true</code>, the <code>input</code> element is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"disabled": "If <code>true</code>, the component is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"endAdornment": "End <code>InputAdornment</code> for this component.",
"error": "If <code>true</code>, the <code>input</code> will indicate an error. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"fullWidth": "If <code>true</code>, the <code>input</code> will take up the full width of its container.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/input-label/input-label.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"disableAnimation": "If <code>true</code>, the transition animation is disabled.",
"disabled": "If <code>true</code>, apply disabled class.",
"disabled": "If <code>true</code>, the component is disabled.",
"error": "If <code>true</code>, the label is displayed in an error state.",
"focused": "If <code>true</code>, the <code>input</code> of this label is focused.",
"margin": "If <code>dense</code>, will adjust vertical spacing. This is normally obtained via context from FormControl.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/input/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component. The prop defaults to the value (<code>&#39;primary&#39;</code>) inherited from the parent FormControl component.",
"defaultValue": "The default value. Use when the component is not controlled.",
"disabled": "If <code>true</code>, the <code>input</code> element is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"disabled": "If <code>true</code>, the component is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"disableUnderline": "If <code>true</code>, the <code>input</code> will not have an underline.",
"endAdornment": "End <code>InputAdornment</code> for this component.",
"error": "If <code>true</code>, the <code>input</code> will indicate an error. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/list-item/list-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ContainerComponent": "The container component used when a <code>ListItemSecondaryAction</code> is the last child.<br>⚠️ <a href=\"/guides/composition/#caveat-with-refs\">Needs to be able to hold a ref</a>.",
"ContainerProps": "Props applied to the container component if used.",
"dense": "If <code>true</code>, compact vertical padding designed for keyboard and mouse input is used. The prop defaults to the value inherited from the parent List component.",
"disabled": "If <code>true</code>, the list item is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableGutters": "If <code>true</code>, the left and right padding is removed.",
"divider": "If <code>true</code>, a 1px light border is added to the bottom of the list item.",
"selected": "Use to apply selected styling."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"propDescriptions": {
"children": "The content of the component.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"disabled": "If <code>true</code>, the button is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"pending": "If <code>true</code>, the pending indicator is shown.",
"pendingIndicator": "Element placed before the children if the button is in pending state.",
"pendingPosition": "The pending indicator can be positioned on the start, end, or the center of the button."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component. The prop defaults to the value (<code>&#39;primary&#39;</code>) inherited from the parent FormControl component.",
"defaultValue": "The default value. Use when the component is not controlled.",
"disabled": "If <code>true</code>, the <code>input</code> element is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"disabled": "If <code>true</code>, the component is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"endAdornment": "End <code>InputAdornment</code> for this component.",
"error": "If <code>true</code>, the <code>input</code> will indicate an error. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component.",
"fullWidth": "If <code>true</code>, the <code>input</code> will take up the full width of its container.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The active color.",
"component": "The component used for the root node. Either a string to use a HTML element or a component.",
"disabled": "If <code>true</code>, the item is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"page": "The current page number.",
"selected": "If <code>true</code> the pagination item is selected.",
"shape": "The shape of the pagination item.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/radio/radio.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"checkedIcon": "The icon to display when the component is checked.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"color": "The color of the component. It supports those theme colors that make sense for this component.",
"disabled": "If <code>true</code>, the radio is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"disableRipple": "If <code>true</code>, the ripple effect is disabled.",
"icon": "The icon to display when the component is unchecked.",
"id": "The id of the <code>input</code> element.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/rating/rating.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"propDescriptions": {
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"defaultValue": "The default value. Use when the component is not controlled.",
"disabled": "If <code>true</code>, the rating is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"emptyIcon": "The icon to display when empty.",
"emptyLabelText": "The label read when the rating input is empty.",
"getLabelText": "Accepts a function which returns a string value that provides a user-friendly name for the current value of the rating.<br>For localization purposes, you can use the provided <a href=\"/guides/localization/\">translations</a>.<br><br><strong>Signature:</strong><br><code>function(value: number) =&gt; string</code><br><em>value:</em> The rating label&#39;s value to format.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"components": "The components used for each slot inside the Slider. Either a string to use a HTML element or a component.",
"componentsProps": "The props used for each slot inside the Slider.",
"defaultValue": "The default value. Use when the component is not controlled.",
"disabled": "If <code>true</code>, the slider is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"getAriaLabel": "Accepts a function which returns a string value that provides a user-friendly name for the thumb labels of the slider.<br><br><strong>Signature:</strong><br><code>function(index: number) =&gt; string</code><br><em>index:</em> The thumb label&#39;s index to format.",
"getAriaValueText": "Accepts a function which returns a string value that provides a user-friendly name for the current value of the slider.<br><br><strong>Signature:</strong><br><code>function(value: number, index: number) =&gt; string</code><br><em>value:</em> The thumb label&#39;s value to format.<br><em>index:</em> The thumb label&#39;s index to format.",
"isRtl": "Indicates whether the theme context has rtl direction. It is set automatically.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/slider/slider.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"components": "The components used for each slot inside the Slider. Either a string to use a HTML element or a component.",
"componentsProps": "The props used for each slot inside the Slider.",
"defaultValue": "The default value. Use when the component is not controlled.",
"disabled": "If <code>true</code>, the slider is disabled.",
"disabled": "If <code>true</code>, the component is disabled.",
"getAriaLabel": "Accepts a function which returns a string value that provides a user-friendly name for the thumb labels of the slider.<br><br><strong>Signature:</strong><br><code>function(index: number) =&gt; string</code><br><em>index:</em> The thumb label&#39;s index to format.",
"getAriaValueText": "Accepts a function which returns a string value that provides a user-friendly name for the current value of the slider.<br><br><strong>Signature:</strong><br><code>function(value: number, index: number) =&gt; string</code><br><em>value:</em> The thumb label&#39;s value to format.<br><em>index:</em> The thumb label&#39;s index to format.",
"isRtl": "Indicates whether the theme context has rtl direction. It is set automatically.",
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/step/step.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"children": "Should be <code>Step</code> sub-components such as <code>StepLabel</code>, <code>StepContent</code>.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"completed": "Mark the step as completed. Is passed to child components.",
"disabled": "Mark the step as disabled, will also disable the button if <code>StepButton</code> is a child of <code>Step</code>. Is passed to child components.",
"disabled": "If <code>true</code>, the step is disabled, will also disable the button if <code>StepButton</code> is a child of <code>Step</code>. Is passed to child components.",
"expanded": "Expand the step.",
"index": "The position of the step. The prop defaults to the value inherited from the parent Stepper component.",
"last": "If <code>true</code>, the Step is displayed as rendered last. The prop defaults to the value inherited from the parent Stepper component."
Expand Down

0 comments on commit 1a2721e

Please sign in to comment.