307 lines
8.3 KiB
JSON
307 lines
8.3 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"columns": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<number><br>| number<br>| object"
|
||
|
|
},
|
||
|
|
"default": "12"
|
||
|
|
},
|
||
|
|
"columnSpacing": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<number<br>| string><br>| number<br>| object<br>| string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"container": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"direction": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'column-reverse'<br>| 'column'<br>| 'row-reverse'<br>| 'row'<br>| Array<'column-reverse'<br>| 'column'<br>| 'row-reverse'<br>| 'row'><br>| object"
|
||
|
|
},
|
||
|
|
"default": "'row'"
|
||
|
|
},
|
||
|
|
"item": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"lg": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'auto'<br>| number<br>| bool"
|
||
|
|
},
|
||
|
|
"default": "false"
|
||
|
|
},
|
||
|
|
"md": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'auto'<br>| number<br>| bool"
|
||
|
|
},
|
||
|
|
"default": "false"
|
||
|
|
},
|
||
|
|
"rowSpacing": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<number<br>| string><br>| number<br>| object<br>| string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"sm": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'auto'<br>| number<br>| bool"
|
||
|
|
},
|
||
|
|
"default": "false"
|
||
|
|
},
|
||
|
|
"spacing": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<number<br>| string><br>| number<br>| object<br>| string"
|
||
|
|
},
|
||
|
|
"default": "0"
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
},
|
||
|
|
"wrap": {
|
||
|
|
"type": {
|
||
|
|
"name": "enum",
|
||
|
|
"description": "'nowrap'<br>| 'wrap-reverse'<br>| 'wrap'"
|
||
|
|
},
|
||
|
|
"default": "'wrap'"
|
||
|
|
},
|
||
|
|
"xl": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'auto'<br>| number<br>| bool"
|
||
|
|
},
|
||
|
|
"default": "false"
|
||
|
|
},
|
||
|
|
"xs": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'auto'<br>| number<br>| bool"
|
||
|
|
},
|
||
|
|
"default": "false"
|
||
|
|
},
|
||
|
|
"zeroMinWidth": { "type": { "name": "bool" }, "default": "false" }
|
||
|
|
},
|
||
|
|
"name": "GridLegacy",
|
||
|
|
"imports": [
|
||
|
|
"import GridLegacy from '@mui/material/GridLegacy';",
|
||
|
|
"import { GridLegacy } from '@mui/material';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "container",
|
||
|
|
"className": "MuiGridLegacy-container",
|
||
|
|
"description": "Styles applied to the root element if `container={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "direction-xs-column",
|
||
|
|
"className": "MuiGridLegacy-direction-xs-column",
|
||
|
|
"description": "Styles applied to the root element if `direction=\"column\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "direction-xs-column-reverse",
|
||
|
|
"className": "MuiGridLegacy-direction-xs-column-reverse",
|
||
|
|
"description": "Styles applied to the root element if `direction=\"column-reverse\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "direction-xs-row-reverse",
|
||
|
|
"className": "MuiGridLegacy-direction-xs-row-reverse",
|
||
|
|
"description": "Styles applied to the root element if `direction=\"row-reverse\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-1",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-1",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-10",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-10",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-11",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-11",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-12",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-12",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-2",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-2",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-3",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-3",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-4",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-4",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-5",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-5",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-6",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-6",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-7",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-7",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-8",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-8",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-9",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-9",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-auto",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-auto",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "grid-xs-true",
|
||
|
|
"className": "MuiGridLegacy-grid-xs-true",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "item",
|
||
|
|
"className": "MuiGridLegacy-item",
|
||
|
|
"description": "Styles applied to the root element if `item={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiGridLegacy-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-1",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-1",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-10",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-10",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-2",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-2",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-3",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-3",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-4",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-4",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-5",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-5",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-6",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-6",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-7",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-7",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-8",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-8",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "spacing-xs-9",
|
||
|
|
"className": "MuiGridLegacy-spacing-xs-9",
|
||
|
|
"description": "",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "wrap-xs-nowrap",
|
||
|
|
"className": "MuiGridLegacy-wrap-xs-nowrap",
|
||
|
|
"description": "Styles applied to the root element if `wrap=\"nowrap\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "wrap-xs-wrap-reverse",
|
||
|
|
"className": "MuiGridLegacy-wrap-xs-wrap-reverse",
|
||
|
|
"description": "Styles applied to the root element if `wrap=\"reverse\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "zeroMinWidth",
|
||
|
|
"className": "MuiGridLegacy-zeroMinWidth",
|
||
|
|
"description": "Styles applied to the root element if `zeroMinWidth={true}`.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiGridLegacy",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-material/src/GridLegacy/GridLegacy.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-grid-legacy/\">GridLegacy</a></li></ul>",
|
||
|
|
"cssComponent": false,
|
||
|
|
"deprecated": true
|
||
|
|
}
|