blob: 612c93bf15f9080dfa9f358298c13cdaff4ecfb0 [file] [log] [blame]
{"version":3,"file":"covalent-core-sidesheet.umd.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":["Directive","Input","Component","ViewEncapsulation","ContentChild","NgModule","CommonModule","MatDividerModule"],"mappings":";;;;;;;;;;AAAA;QAEA;SAG2C;;oBAH1CA,cAAS,SAAC;wBACT,QAAQ,EAAE,sBAAsB;qBACjC;;QACyC,kCAAC;KAH3C,IAG2C;;QAE3C;SAGyC;;oBAHxCA,cAAS,SAAC;wBACT,QAAQ,EAAE,oBAAoB;qBAC/B;;QACuC,gCAAC;KAHzC,IAGyC;;QAEzC;YASW,UAAK,GAAoB,OAAO,CAAC;SAC3C;;oBAVAA,cAAS,SAAC;wBACT,QAAQ,EAAE,sBAAsB;;wBAEhC,IAAI,EAAE;4BACJ,mBAAmB,EAAE,iBAAiB;4BACtC,qBAAqB,EAAE,mBAAmB;yBAC3C;qBACF;;;4BAEEC,UAAK;;QACR,kCAAC;KAVD,IAUC;;QAED;SAI0C;;oBAJzCC,cAAS,SAAC;wBACT,QAAQ,EAAE,qBAAqB;wBAC/B,uJAA8C;qBAC/C;;QACwC,iCAAC;KAJ1C,IAI0C;;QAE1C;SASC;;oBATAA,cAAS,SAAC;wBACT,QAAQ,EAAE,cAAc;wBACxB,8XAAyC;wBAEzC,aAAa,EAAEC,sBAAiB,CAAC,IAAI;;qBACtC;;;mCAEEC,iBAAY,SAAC,0BAA0B;mCACvCA,iBAAY,SAAC,2BAA2B;;QAC3C,2BAAC;KATD;;;;;;AC9BA;QAWM,YAAY,GAAgB;QAChC,oBAAoB;QACpB,0BAA0B;QAC1B,2BAA2B;QAC3B,yBAAyB;QACzB,2BAA2B;KAC5B;AAED;QAAA;SAcC;;oBAdAC,aAAQ,SAAC;wBACR,OAAO,EAAE;4BACPC,mBAAY;4BACZC,wBAAgB;yBACjB;wBACD,YAAY,EAAE;4BACZ,YAAY;yBACb;wBACD,OAAO,EAAE;4BACP,YAAY;yBACb;qBACF;;QAGD,8BAAC;KAdD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}