blob: a68399cc7250f95806428e1142c9272c8e7f678c [file] [log] [blame]
{"version":3,"file":"covalent-core-user-profile.umd.js","sources":["../../../src/platform/core/user-profile/user-profile-menu/user-profile-menu.component.ts","../../../../src/platform/core/user-profile/user-profile.component.ts","../../../../src/platform/core/user-profile/user-profile.module.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'td-user-profile-menu',\n templateUrl: './user-profile-menu.component.html',\n styleUrls: ['./user-profile-menu.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TdUserProfileMenuComponent {\n @Input() email: string;\n @Input() name: string;\n\n _blockEvent(event: Event): void {\n event.preventDefault();\n event.stopPropagation();\n }\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'td-user-profile',\n templateUrl: './user-profile.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TdUserProfileComponent {\n @Input() name: string;\n @Input() email: string;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatListModule } from '@angular/material/list';\n\nimport { CovalentMenuModule } from '@covalent/core/menu';\n\nimport { TdUserProfileMenuComponent } from './user-profile-menu/user-profile-menu.component';\nimport { TdUserProfileComponent } from './user-profile.component';\n\n@NgModule({\n declarations: [TdUserProfileComponent, TdUserProfileMenuComponent],\n imports: [\n CommonModule,\n MatMenuModule,\n MatIconModule,\n MatButtonModule,\n MatListModule,\n\n /* covalent modules */\n CovalentMenuModule,\n ],\n providers: [],\n exports: [TdUserProfileComponent, TdUserProfileMenuComponent],\n})\nexport class CovalentUserProfileModule {}\n"],"names":["Component","ChangeDetectionStrategy","Input","NgModule","CommonModule","MatMenuModule","MatIconModule","MatButtonModule","MatListModule","CovalentMenuModule"],"mappings":";;;;;;;;;;;;QAQA;;;;;;QAIE,gDAAW,GAAX,UAAY,KAAY;YACtB,KAAK,CAAC,cAAc,EAAE,CAAC;YACvB,KAAK,CAAC,eAAe,EAAE,CAAC;SACzB;;;;gBAbFA,cAAS,SAAC;oBACT,QAAQ,EAAE,sBAAsB;oBAChC,8kBAAiD;oBAEjD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;;iBAChD;;;wBAEEC,UAAK;uBACLA,UAAK;;;;QADN,2CAAuB;;QACvB,0CAAsB;;;;;;;;;QCHxB;;;;;gBALCF,cAAS,SAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,8bAA4C;oBAC5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;iBAChD;;;uBAEEC,UAAK;wBACLA,UAAK;;;;QADN,sCAAsB;;QACtB,uCAAuB;;;;;;;;;QCkBzB;;;;;gBAfCC,aAAQ,SAAC;oBACR,YAAY,EAAE,CAAC,sBAAsB,EAAE,0BAA0B,CAAC;oBAClE,OAAO,EAAE;wBACPC,mBAAY;wBACZC,kBAAa;wBACbC,kBAAa;wBACbC,sBAAe;wBACfC,kBAAa;;wBAGbC,yBAAkB;qBACnB;oBACD,SAAS,EAAE,EAAE;oBACb,OAAO,EAAE,CAAC,sBAAsB,EAAE,0BAA0B,CAAC;iBAC9D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}