|
| 1 | +{ |
| 2 | + "props": { |
| 3 | + "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, |
| 4 | + "component": { "type": { "name": "custom", "description": "element type" } }, |
| 5 | + "disabled": { "type": { "name": "bool" }, "default": "false" }, |
| 6 | + "focusableWhenDisabled": { "type": { "name": "bool" }, "default": "true" }, |
| 7 | + "icon": { "type": { "name": "element" } }, |
| 8 | + "label": { "type": { "name": "string" }, "default": "'Remove'" }, |
| 9 | + "nativeButton": { "type": { "name": "bool" } }, |
| 10 | + "sx": { |
| 11 | + "type": { |
| 12 | + "name": "union", |
| 13 | + "description": "Array<func<br>| object<br>| bool><br>| func<br>| object" |
| 14 | + }, |
| 15 | + "additionalInfo": { "sx": true } |
| 16 | + } |
| 17 | + }, |
| 18 | + "name": "ChipDelete", |
| 19 | + "imports": [ |
| 20 | + "import ChipDelete from '@mui/material/ChipDelete';", |
| 21 | + "import { ChipDelete } from '@mui/material';" |
| 22 | + ], |
| 23 | + "classes": [ |
| 24 | + { |
| 25 | + "key": "colorDefault", |
| 26 | + "className": "MuiChipDelete-colorDefault", |
| 27 | + "description": "Styles applied to the root element if `color=\"default\"`.", |
| 28 | + "isGlobal": false |
| 29 | + }, |
| 30 | + { |
| 31 | + "key": "colorError", |
| 32 | + "className": "MuiChipDelete-colorError", |
| 33 | + "description": "Styles applied to the root element if `color=\"error\"`.", |
| 34 | + "isGlobal": false |
| 35 | + }, |
| 36 | + { |
| 37 | + "key": "colorInfo", |
| 38 | + "className": "MuiChipDelete-colorInfo", |
| 39 | + "description": "Styles applied to the root element if `color=\"info\"`.", |
| 40 | + "isGlobal": false |
| 41 | + }, |
| 42 | + { |
| 43 | + "key": "colorPrimary", |
| 44 | + "className": "MuiChipDelete-colorPrimary", |
| 45 | + "description": "Styles applied to the root element if `color=\"primary\"`.", |
| 46 | + "isGlobal": false |
| 47 | + }, |
| 48 | + { |
| 49 | + "key": "colorSecondary", |
| 50 | + "className": "MuiChipDelete-colorSecondary", |
| 51 | + "description": "Styles applied to the root element if `color=\"secondary\"`.", |
| 52 | + "isGlobal": false |
| 53 | + }, |
| 54 | + { |
| 55 | + "key": "colorSuccess", |
| 56 | + "className": "MuiChipDelete-colorSuccess", |
| 57 | + "description": "Styles applied to the root element if `color=\"success\"`.", |
| 58 | + "isGlobal": false |
| 59 | + }, |
| 60 | + { |
| 61 | + "key": "colorWarning", |
| 62 | + "className": "MuiChipDelete-colorWarning", |
| 63 | + "description": "Styles applied to the root element if `color=\"warning\"`.", |
| 64 | + "isGlobal": false |
| 65 | + }, |
| 66 | + { |
| 67 | + "key": "disabled", |
| 68 | + "className": "Mui-disabled", |
| 69 | + "description": "State class applied to the root element if `disabled={true}`.", |
| 70 | + "isGlobal": true |
| 71 | + }, |
| 72 | + { |
| 73 | + "key": "filled", |
| 74 | + "className": "MuiChipDelete-filled", |
| 75 | + "description": "Styles applied to the root element if `variant=\"filled\"`.", |
| 76 | + "isGlobal": false |
| 77 | + }, |
| 78 | + { |
| 79 | + "key": "focusVisible", |
| 80 | + "className": "Mui-focusVisible", |
| 81 | + "description": "State class applied when the delete button is keyboard-focused.", |
| 82 | + "isGlobal": true |
| 83 | + }, |
| 84 | + { |
| 85 | + "key": "outlined", |
| 86 | + "className": "MuiChipDelete-outlined", |
| 87 | + "description": "Styles applied to the root element if `variant=\"outlined\"`.", |
| 88 | + "isGlobal": false |
| 89 | + }, |
| 90 | + { |
| 91 | + "key": "root", |
| 92 | + "className": "MuiChipDelete-root", |
| 93 | + "description": "Styles applied to the root element.", |
| 94 | + "isGlobal": false |
| 95 | + }, |
| 96 | + { |
| 97 | + "key": "sizeMedium", |
| 98 | + "className": "MuiChipDelete-sizeMedium", |
| 99 | + "description": "Styles applied to the root element if `size=\"medium\"`.", |
| 100 | + "isGlobal": false |
| 101 | + }, |
| 102 | + { |
| 103 | + "key": "sizeSmall", |
| 104 | + "className": "MuiChipDelete-sizeSmall", |
| 105 | + "description": "Styles applied to the root element if `size=\"small\"`.", |
| 106 | + "isGlobal": false |
| 107 | + } |
| 108 | + ], |
| 109 | + "spread": true, |
| 110 | + "themeDefaultProps": null, |
| 111 | + "muiName": "MuiChipDelete", |
| 112 | + "filename": "/packages/mui-material/src/ChipDelete/ChipDelete.tsx", |
| 113 | + "inheritance": null, |
| 114 | + "demos": "<ul><li><a href=\"/material-ui/react-chip/\">Chip</a></li></ul>", |
| 115 | + "cssComponent": false |
| 116 | +} |
0 commit comments