UNPKG

2.17 kBSource Map (JSON)View Raw
1{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/components/menu/index.ts"],"names":[],"mappings":"OAAO,EAAE,QAAQ,EAAuB,MAAM,eAAe;OACtD,EACL,gBAAgB,EAAE,cAAc,EACjC,MAAM,sBAAsB;OACtB,EACL,oBAAoB,EACrB,MAAM,2BAA2B;OAC3B,EAAE,oCAAoC,EAAE,MAAM,2BAA2B;OACzE,EAAE,YAAY,EAAE,MAAM,iBAAiB;OACvC,EAAE,sBAAsB,EAAE,MAAM,6BAA6B;AAGpE,IAAM,mBAAmB,GAAG;IAC1B,gBAAgB;IAChB,oBAAoB;IACpB,oCAAoC;IACpC,sBAAsB;CACvB,CAAC;AAEF,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAG1C;IAAA;IAiBA,CAAC;IAhBe,qBAAO,GAArB;QACE,MAAM,CAAC;YACL,QAAQ,EAAE,aAAa;YACvB,SAAS,EAAE,CAAC,cAAc,CAAC;SAC5B,CAAC;IACJ,CAAC;IACI,wBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACvB,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,mBAAmB;oBAC5B,YAAY,EAAE,mBAAmB;iBAClC,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,4BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,oBAAC;AAAD,CAAC,AAjBD,IAiBC","sourcesContent":["import { NgModule, ModuleWithProviders } from '@angular/core';\nimport {\n MdlMenuComponent, MdlMenuRegisty\n} from './mdl-menu.component';\nimport {\n MdlMenuItemComponent\n} from './mdl-menu-item.component';\nimport { MdlMenuItemFullBleedDeviderComponent } from './mdl-menu-item.directive';\nimport { CommonModule } from '@angular/common';\nimport { MdlToggleMenuDirective } from './mdl-toggle-menu.directive';\n\n\nconst MDL_MENU_DIRECTIVES = [\n MdlMenuComponent,\n MdlMenuItemComponent,\n MdlMenuItemFullBleedDeviderComponent,\n MdlToggleMenuDirective\n];\n\nexport * from './mdl-menu.component';\nexport * from './mdl-menu-item.component';\nexport * from './mdl-menu-item.directive';\n\n\nexport class MdlMenuModule {\n public static forRoot(): ModuleWithProviders {\n return {\n ngModule: MdlMenuModule,\n providers: [MdlMenuRegisty]\n };\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n exports: MDL_MENU_DIRECTIVES,\n declarations: MDL_MENU_DIRECTIVES,\n}, ] },\n];\n/** @nocollapse */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file