blob: d1539f3ae779e5fadac70fb7510e796c0ad15ba4 [file] [log] [blame]
{"version":3,"file":"covalent-core-sidesheet.js.map","sources":["ng://@covalent/core/sidesheet/sidesheet.component.ts","ng://@covalent/core/sidesheet/sidesheet.module.ts"],"sourcesContent":["import { Component, ContentChild, Directive, Input, ViewEncapsulation } from '@angular/core';\n\n@Directive({\n selector: 'td-sidesheet-content',\n})\nexport class TdSidesheetContentDirective {}\n\n@Directive({\n selector: 'td-sidesheet-title',\n})\nexport class TdSidesheetTitleDirective {}\n\n@Directive({\n selector: 'td-sidesheet-actions',\n /* tslint:disable-next-line */\n host: {\n '[class.align-end]': 'align === \"end\"',\n '[class.align-start]': 'align === \"start\"',\n },\n})\nexport class TdSidesheetActionsDirective {\n @Input() align: 'start' | 'end' = 'start';\n}\n\n@Component({\n selector: 'td-sidesheet-header',\n templateUrl: 'sidesheet-header.component.html',\n})\nexport class TdSidesheetHeaderComponent {}\n\n@Component({\n selector: 'td-sidesheet',\n templateUrl: './sidesheet.component.html',\n styleUrls: ['./sidesheet.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})\nexport class TdSidesheetComponent {\n @ContentChild(TdSidesheetHeaderComponent) headerExists: TdSidesheetHeaderComponent;\n @ContentChild(TdSidesheetActionsDirective) actionsExist: TdSidesheetActionsDirective;\n}\n","import { NgModule, Type } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { MatDividerModule } from '@angular/material/divider';\n\nimport { TdSidesheetComponent, \n TdSidesheetHeaderComponent, \n TdSidesheetContentDirective, \n TdSidesheetTitleDirective, \n TdSidesheetActionsDirective } from './sidesheet.component';\n\nconst TD_SIDESHEET: Type<any>[] = [\n TdSidesheetComponent,\n TdSidesheetHeaderComponent,\n TdSidesheetContentDirective,\n TdSidesheetTitleDirective,\n TdSidesheetActionsDirective,\n];\n\n@NgModule({\n imports: [\n CommonModule,\n MatDividerModule,\n ],\n declarations: [\n TD_SIDESHEET,\n ],\n exports: [\n TD_SIDESHEET,\n ],\n})\nexport class CovalentSidesheetModule {\n\n}\n"],"names":[],"mappings":";;;;;;;;AAAA;IAEA;KAG2C;;gBAH1C,SAAS,SAAC;oBACT,QAAQ,EAAE,sBAAsB;iBACjC;;IACyC,kCAAC;CAH3C,IAG2C;;IAE3C;KAGyC;;gBAHxC,SAAS,SAAC;oBACT,QAAQ,EAAE,oBAAoB;iBAC/B;;IACuC,gCAAC;CAHzC,IAGyC;;IAEzC;QASW,UAAK,GAAoB,OAAO,CAAC;KAC3C;;gBAVA,SAAS,SAAC;oBACT,QAAQ,EAAE,sBAAsB;;oBAEhC,IAAI,EAAE;wBACJ,mBAAmB,EAAE,iBAAiB;wBACtC,qBAAqB,EAAE,mBAAmB;qBAC3C;iBACF;;;wBAEE,KAAK;;IACR,kCAAC;CAVD,IAUC;;IAED;KAI0C;;gBAJzC,SAAS,SAAC;oBACT,QAAQ,EAAE,qBAAqB;oBAC/B,uJAA8C;iBAC/C;;IACwC,iCAAC;CAJ1C,IAI0C;;IAE1C;KASC;;gBATA,SAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,8XAAyC;oBAEzC,aAAa,EAAE,iBAAiB,CAAC,IAAI;;iBACtC;;;+BAEE,YAAY,SAAC,0BAA0B;+BACvC,YAAY,SAAC,2BAA2B;;IAC3C,2BAAC;CATD;;;;;;AC9BA;IAWM,YAAY,GAAgB;IAChC,oBAAoB;IACpB,0BAA0B;IAC1B,2BAA2B;IAC3B,yBAAyB;IACzB,2BAA2B;CAC5B;AAED;IAAA;KAcC;;gBAdA,QAAQ,SAAC;oBACR,OAAO,EAAE;wBACP,YAAY;wBACZ,gBAAgB;qBACjB;oBACD,YAAY,EAAE;wBACZ,YAAY;qBACb;oBACD,OAAO,EAAE;wBACP,YAAY;qBACb;iBACF;;IAGD,8BAAC;CAdD;;;;;;;;;;;;;;;;;;;"}