(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3007],{85788:function(e,o,t){"use strict";t.r(o),t.d(o,{default:function(){return p}}),t(92379);var n=t(99183),a=t(28139),r=JSON.parse('{"props":{"anchor":{"type":{"name":"enum","description":"\'bottom\'<br>&#124;&nbsp;\'left\'<br>&#124;&nbsp;\'right\'<br>&#124;&nbsp;\'top\'"},"default":"\'left\'"},"children":{"type":{"name":"node"}},"classes":{"type":{"name":"object"},"additionalInfo":{"cssApi":true}},"elevation":{"type":{"name":"custom","description":"integer"},"default":"16"},"hideBackdrop":{"type":{"name":"bool"},"default":"false"},"ModalProps":{"type":{"name":"object"},"default":"{}"},"onClose":{"type":{"name":"func"},"signature":{"type":"function(event: object, reason: string) => void","describedArgs":["event","reason"]}},"open":{"type":{"name":"bool"},"default":"false"},"PaperProps":{"type":{"name":"object"},"default":"{}"},"SlideProps":{"type":{"name":"object"}},"sx":{"type":{"name":"union","description":"Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"},"additionalInfo":{"sx":true}},"transitionDuration":{"type":{"name":"union","description":"number<br>&#124;&nbsp;{ appear?: number, enter?: number, exit?: number }"},"default":"{\\n  enter: theme.transitions.duration.enteringScreen,\\n  exit: theme.transitions.duration.leavingScreen,\\n}"},"variant":{"type":{"name":"enum","description":"\'permanent\'<br>&#124;&nbsp;\'persistent\'<br>&#124;&nbsp;\'temporary\'"},"default":"\'temporary\'"}},"name":"Drawer","imports":["import Drawer from \'@mui/material/Drawer\';","import { Drawer } from \'@mui/material\';"],"classes":[{"key":"docked","className":"MuiDrawer-docked","description":"Styles applied to the root element if `variant=\\"permanent or persistent\\"`.","isGlobal":false},{"key":"modal","className":"MuiDrawer-modal","description":"Styles applied to the Modal component.","isGlobal":false},{"key":"paper","className":"MuiDrawer-paper","description":"Styles applied to the Paper component.","isGlobal":false},{"key":"paperAnchorBottom","className":"MuiDrawer-paperAnchorBottom","description":"Styles applied to the Paper component if `anchor=\\"bottom\\"`.","isGlobal":false},{"key":"paperAnchorDockedBottom","className":"MuiDrawer-paperAnchorDockedBottom","description":"Styles applied to the Paper component if `anchor=\\"bottom\\"` and `variant` is not \\"temporary\\".","isGlobal":false},{"key":"paperAnchorDockedLeft","className":"MuiDrawer-paperAnchorDockedLeft","description":"Styles applied to the Paper component if `anchor=\\"left\\"` and `variant` is not \\"temporary\\".","isGlobal":false},{"key":"paperAnchorDockedRight","className":"MuiDrawer-paperAnchorDockedRight","description":"Styles applied to the Paper component if `anchor=\\"right\\"` and `variant` is not \\"temporary\\".","isGlobal":false},{"key":"paperAnchorDockedTop","className":"MuiDrawer-paperAnchorDockedTop","description":"Styles applied to the Paper component if `anchor=\\"top\\"` and `variant` is not \\"temporary\\".","isGlobal":false},{"key":"paperAnchorLeft","className":"MuiDrawer-paperAnchorLeft","description":"Styles applied to the Paper component if `anchor=\\"left\\"`.","isGlobal":false},{"key":"paperAnchorRight","className":"MuiDrawer-paperAnchorRight","description":"Styles applied to the Paper component if `anchor=\\"right\\"`.","isGlobal":false},{"key":"paperAnchorTop","className":"MuiDrawer-paperAnchorTop","description":"Styles applied to the Paper component if `anchor=\\"top\\"`.","isGlobal":false},{"key":"root","className":"MuiDrawer-root","description":"Styles applied to the root element.","isGlobal":false}],"spread":true,"themeDefaultProps":true,"muiName":"MuiDrawer","forwardsRefTo":"HTMLDivElement","filename":"/packages/mui-material/src/Drawer/Drawer.js","inheritance":null,"demos":"<ul><li><a href=\\"/material-ui/react-drawer/\\">Drawer</a></li></ul>","cssComponent":false}'),i=t(651);function p(e){var o=e.descriptions,t=e.pageContent;return(0,i.jsx)(n.Z,{descriptions:o,pageContent:t})}p.getInitialProps=function(){var e=t(79636);return{descriptions:(0,a.Z)(e),pageContent:r}}},43461:function(e,o,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/material-ui/api/drawer",function(){return t(85788)}])},79636:function(e,o,t){var n={"./drawer.json":63900};function a(e){return t(r(e))}function r(e){if(!t.o(n,e)){var o=Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}return n[e]}a.keys=function(){return Object.keys(n)},a.resolve=r,e.exports=a,a.id=79636},63900:function(e){"use strict";e.exports=JSON.parse('{"componentDescription":"The props of the [Modal](/material-ui/api/modal/) component are available\\nwhen `variant=\\"temporary\\"` is set.","propDescriptions":{"anchor":{"description":"Side from which the drawer will appear."},"children":{"description":"The content of the component."},"classes":{"description":"Override or extend the styles applied to the component."},"elevation":{"description":"The elevation of the drawer."},"hideBackdrop":{"description":"If <code>true</code>, the backdrop is not rendered."},"ModalProps":{"description":"Props applied to the <a href=\\"https://mui.com/material-ui/api/modal/\\"><code>Modal</code></a> element."},"onClose":{"description":"Callback fired when the component requests to be closed. The <code>reason</code> parameter can optionally be used to control the response to <code>onClose</code>.","typeDescriptions":{"event":"The event source of the callback.","reason":"Can be: <code>&quot;escapeKeyDown&quot;</code>, <code>&quot;backdropClick&quot;</code>."}},"open":{"description":"If <code>true</code>, the component is shown."},"PaperProps":{"description":"Props applied to the <a href=\\"https://mui.com/material-ui/api/paper/\\"><code>Paper</code></a> element."},"SlideProps":{"description":"Props applied to the <a href=\\"https://mui.com/material-ui/api/slide/\\"><code>Slide</code></a> element."},"sx":{"description":"The system prop that allows defining system overrides as well as additional CSS styles."},"transitionDuration":{"description":"The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object."},"variant":{"description":"The variant to use."}},"classDescriptions":{"docked":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"<code>variant=\\"permanent or persistent\\"</code>"},"modal":{"description":"Styles applied to {{nodeName}}.","nodeName":"the Modal component"},"paper":{"description":"Styles applied to {{nodeName}}.","nodeName":"the Paper component"},"paperAnchorBottom":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"bottom\\"</code>"},"paperAnchorDockedBottom":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"bottom\\"</code> and <code>variant</code> is not &quot;temporary&quot;"},"paperAnchorDockedLeft":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"left\\"</code> and <code>variant</code> is not &quot;temporary&quot;"},"paperAnchorDockedRight":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"right\\"</code> and <code>variant</code> is not &quot;temporary&quot;"},"paperAnchorDockedTop":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"top\\"</code> and <code>variant</code> is not &quot;temporary&quot;"},"paperAnchorLeft":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"left\\"</code>"},"paperAnchorRight":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"right\\"</code>"},"paperAnchorTop":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the Paper component","conditions":"<code>anchor=\\"top\\"</code>"},"root":{"description":"Styles applied to the root element."}}}')}},function(e){e.O(0,[49774,85593,97146,51015,49517,17376,77691,85426,4502,81392,2306,29455,28212,42055,11645,76965,40336,97991,38383,99183,24068,92888,40179],function(){return e(e.s=43461)}),_N_E=e.O()}]);