UNPKG

1.84 kBSource Map (JSON)View Raw
1{"version":3,"file":"covalent-core-menu.mjs","sources":["../../../../libs/angular/menu/src/menu.component.ts","../../../../libs/angular/menu/src/menu.component.html","../../../../libs/angular/menu/src/menu.module.ts","../../../../libs/angular/menu/src/covalent-core-menu.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'td-menu',\n templateUrl: './menu.component.html',\n styleUrls: ['./menu.component.scss'],\n})\nexport class TdMenuComponent {}\n","<ng-content select=\"[td-menu-header]\"></ng-content>\n<mat-divider></mat-divider>\n<div class=\"td-menu-content\">\n <ng-content></ng-content>\n</div>\n<mat-divider></mat-divider>\n<ng-content select=\"[td-menu-footer]\"></ng-content>\n","import { Type } from '@angular/core';\nimport { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { MatDividerModule } from '@angular/material/divider';\n\nimport { TdMenuComponent } from './menu.component';\n\nconst TD_MENU: Type<any>[] = [TdMenuComponent];\n\n@NgModule({\n imports: [CommonModule, MatMenuModule, MatDividerModule],\n declarations: [TD_MENU],\n exports: [TD_MENU],\n})\nexport class CovalentMenuModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;;;MAOa,eAAe;;4GAAf,eAAe;gGAAf,eAAe,+CCP5B,gPAOA;2FDAa,eAAe;kBAL3B,SAAS;+BACE,SAAS;;;AEMrB,MAAM,OAAO,GAAgB,CAAC,eAAe,CAAC,CAAC;MAOlC,kBAAkB;;+GAAlB,kBAAkB;gHAAlB,kBAAkB,iBAPD,eAAe,aAGjC,YAAY,EAAE,aAAa,EAAE,gBAAgB,aAH3B,eAAe;gHAOhC,kBAAkB,YAJpB,CAAC,YAAY,EAAE,aAAa,EAAE,gBAAgB,CAAC;2FAI7C,kBAAkB;kBAL9B,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,YAAY,EAAE,aAAa,EAAE,gBAAgB,CAAC;oBACxD,YAAY,EAAE,CAAC,OAAO,CAAC;oBACvB,OAAO,EAAE,CAAC,OAAO,CAAC;iBACnB;;;ACfD;;;;;;"}
\No newline at end of file