Files
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

70 lines
3.6 KiB
JSON

{
"componentDescription": "",
"propDescriptions": {
"boundaryCount": { "description": "Number of always visible pages at the beginning and end." },
"classes": { "description": "Override or extend the styles applied to the component." },
"color": {
"description": "The active color. It supports both default and custom theme colors, which can be added as shown in the <a href=\"https://mui.com/material-ui/customization/palette/#custom-colors\">palette customization guide</a>."
},
"count": { "description": "The total number of pages." },
"defaultPage": {
"description": "The page selected by default when the component is uncontrolled."
},
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"getItemAriaLabel": {
"description": "Accepts a function which returns a string value that provides a user-friendly name for the current page. This is important for screen reader users.<br>For localization purposes, you can use the provided <a href=\"https://mui.com/material-ui/guides/localization/\">translations</a>.",
"typeDescriptions": {
"type": {
"name": "type",
"description": "The link or button type to format (&#39;page&#39; | &#39;first&#39; | &#39;last&#39; | &#39;next&#39; | &#39;previous&#39; | &#39;start-ellipsis&#39; | &#39;end-ellipsis&#39;). Defaults to &#39;page&#39;."
},
"page": { "name": "page", "description": "The page number to format." },
"selected": { "name": "selected", "description": "If true, the current page is selected." }
}
},
"hideNextButton": { "description": "If <code>true</code>, hide the next-page button." },
"hidePrevButton": { "description": "If <code>true</code>, hide the previous-page button." },
"onChange": {
"description": "Callback fired when the page is changed.",
"typeDescriptions": {
"event": { "name": "event", "description": "The event source of the callback." },
"page": { "name": "page", "description": "The page selected." }
}
},
"page": {
"description": "The current page. Unlike <code>TablePagination</code>, which starts numbering from <code>0</code>, this pagination starts from <code>1</code>."
},
"renderItem": {
"description": "Render the item.",
"typeDescriptions": {
"params": { "name": "params", "description": "The props to spread on a PaginationItem." }
}
},
"shape": { "description": "The shape of the pagination items." },
"showFirstButton": { "description": "If <code>true</code>, show the first-page button." },
"showLastButton": { "description": "If <code>true</code>, show the last-page button." },
"siblingCount": {
"description": "Number of always visible pages before and after the current page."
},
"size": { "description": "The size of the component." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"variant": { "description": "The variant to use." }
},
"classDescriptions": {
"outlined": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"root": { "description": "Styles applied to the root element." },
"text": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"text\"</code>"
},
"ul": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the ul element" }
}
}