{"version":3,"file":"index.js","sources":["../../../../../packages/components/container/index.ts"],"sourcesContent":["import { withInstall, withNoopInstall } from '@element-plus/utils'\n\nimport Container from './src/container.vue'\nimport Aside from './src/aside.vue'\nimport Footer from './src/footer.vue'\nimport Header from './src/header.vue'\nimport Main from './src/main.vue'\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElContainer: SFCWithInstall & {\n Aside: typeof Aside\n Footer: typeof Footer\n Header: typeof Header\n Main: typeof Main\n} = withInstall(Container, {\n Aside,\n Footer,\n Header,\n Main,\n})\n\nexport default ElContainer\nexport const ElAside: SFCWithInstall = withNoopInstall(Aside)\nexport const ElFooter: SFCWithInstall = withNoopInstall(Footer)\nexport const ElHeader: SFCWithInstall = withNoopInstall(Header)\nexport const ElMain: SFCWithInstall = withNoopInstall(Main)\n\nexport type ContainerInstance = InstanceType\nexport type AsideInstance = InstanceType\nexport type FooterInstance = InstanceType\nexport type HeaderInstance = InstanceType\nexport type MainInstance = InstanceType\n"],"names":["withInstall","Container","Aside","Footer","Header","Main","withNoopInstall"],"mappings":";;;;;;;;;;;;AAMY,MAAC,WAAW,GAAGA,mBAAW,CAACC,oBAAS,EAAE;AAClD,SAAEC,gBAAK;AACP,UAAEC,iBAAM;AACR,UAAEC,iBAAM;AACR,QAAEC,eAAI;AACN,CAAC,EAAE;AAES,MAAC,OAAO,GAAGC,uBAAe,CAACJ,gBAAK,EAAE;AAClC,MAAC,QAAQ,GAAGI,uBAAe,CAACH,iBAAM,EAAE;AACpC,MAAC,QAAQ,GAAGG,uBAAe,CAACF,iBAAM,EAAE;AACpC,MAAC,MAAM,GAAGE,uBAAe,CAACD,eAAI;;;;;;;;;"}