{"version":3,"file":"card.js","sources":["../../packages/material/card/card.js","../../packages/material/card/card-module.js","../../packages/material/card/index.js"],"sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { Component, ViewEncapsulation, ChangeDetectionStrategy, Directive, Input, } from '@angular/core';\n/**\n * Content of a card, needed as it's used as a selector in the API.\n * \\@docs-private\n */\nexport class MatCardContent {\n}\nMatCardContent.decorators = [\n { type: Directive, args: [{\n selector: 'mat-card-content',\n host: { 'class': 'mat-card-content' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardContent.ctorParameters = () => [];\nfunction MatCardContent_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardContent.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardContent.ctorParameters;\n}\n/**\n * Title of a card, needed as it's used as a selector in the API.\n * \\@docs-private\n */\nexport class MatCardTitle {\n}\nMatCardTitle.decorators = [\n { type: Directive, args: [{\n selector: `mat-card-title, [mat-card-title], [matCardTitle]`,\n host: {\n 'class': 'mat-card-title'\n }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardTitle.ctorParameters = () => [];\nfunction MatCardTitle_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardTitle.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardTitle.ctorParameters;\n}\n/**\n * Sub-title of a card, needed as it's used as a selector in the API.\n * \\@docs-private\n */\nexport class MatCardSubtitle {\n}\nMatCardSubtitle.decorators = [\n { type: Directive, args: [{\n selector: `mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]`,\n host: {\n 'class': 'mat-card-subtitle'\n }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardSubtitle.ctorParameters = () => [];\nfunction MatCardSubtitle_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardSubtitle.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardSubtitle.ctorParameters;\n}\n/**\n * Action section of a card, needed as it's used as a selector in the API.\n * \\@docs-private\n */\nexport class MatCardActions {\n constructor() {\n /**\n * Position of the actions inside the card.\n */\n this.align = 'start';\n }\n}\nMatCardActions.decorators = [\n { type: Directive, args: [{\n selector: 'mat-card-actions',\n exportAs: 'matCardActions',\n host: {\n 'class': 'mat-card-actions',\n '[class.mat-card-actions-align-end]': 'align === \"end\"',\n }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardActions.ctorParameters = () => [];\nMatCardActions.propDecorators = {\n 'align': [{ type: Input },],\n};\nfunction MatCardActions_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardActions.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardActions.ctorParameters;\n /** @type {?} */\n MatCardActions.propDecorators;\n /**\n * Position of the actions inside the card.\n * @type {?}\n */\n MatCardActions.prototype.align;\n}\n/**\n * Footer of a card, needed as it's used as a selector in the API.\n * \\@docs-private\n */\nexport class MatCardFooter {\n}\nMatCardFooter.decorators = [\n { type: Directive, args: [{\n selector: 'mat-card-footer',\n host: { 'class': 'mat-card-footer' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardFooter.ctorParameters = () => [];\nfunction MatCardFooter_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardFooter.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardFooter.ctorParameters;\n}\n/**\n * Image used in a card, needed to add the mat- CSS styling.\n * \\@docs-private\n */\nexport class MatCardImage {\n}\nMatCardImage.decorators = [\n { type: Directive, args: [{\n selector: '[mat-card-image], [matCardImage]',\n host: { 'class': 'mat-card-image' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardImage.ctorParameters = () => [];\nfunction MatCardImage_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardImage.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardImage.ctorParameters;\n}\n/**\n * Image used in a card, needed to add the mat- CSS styling.\n * \\@docs-private\n */\nexport class MatCardSmImage {\n}\nMatCardSmImage.decorators = [\n { type: Directive, args: [{\n selector: '[mat-card-sm-image], [matCardImageSmall]',\n host: { 'class': 'mat-card-sm-image' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardSmImage.ctorParameters = () => [];\nfunction MatCardSmImage_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardSmImage.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardSmImage.ctorParameters;\n}\n/**\n * Image used in a card, needed to add the mat- CSS styling.\n * \\@docs-private\n */\nexport class MatCardMdImage {\n}\nMatCardMdImage.decorators = [\n { type: Directive, args: [{\n selector: '[mat-card-md-image], [matCardImageMedium]',\n host: { 'class': 'mat-card-md-image' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardMdImage.ctorParameters = () => [];\nfunction MatCardMdImage_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardMdImage.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardMdImage.ctorParameters;\n}\n/**\n * Image used in a card, needed to add the mat- CSS styling.\n * \\@docs-private\n */\nexport class MatCardLgImage {\n}\nMatCardLgImage.decorators = [\n { type: Directive, args: [{\n selector: '[mat-card-lg-image], [matCardImageLarge]',\n host: { 'class': 'mat-card-lg-image' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardLgImage.ctorParameters = () => [];\nfunction MatCardLgImage_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardLgImage.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardLgImage.ctorParameters;\n}\n/**\n * Large image used in a card, needed to add the mat- CSS styling.\n * \\@docs-private\n */\nexport class MatCardXlImage {\n}\nMatCardXlImage.decorators = [\n { type: Directive, args: [{\n selector: '[mat-card-xl-image], [matCardImageXLarge]',\n host: { 'class': 'mat-card-xl-image' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardXlImage.ctorParameters = () => [];\nfunction MatCardXlImage_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardXlImage.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardXlImage.ctorParameters;\n}\n/**\n * Avatar image used in a card, needed to add the mat- CSS styling.\n * \\@docs-private\n */\nexport class MatCardAvatar {\n}\nMatCardAvatar.decorators = [\n { type: Directive, args: [{\n selector: '[mat-card-avatar], [matCardAvatar]',\n host: { 'class': 'mat-card-avatar' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardAvatar.ctorParameters = () => [];\nfunction MatCardAvatar_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardAvatar.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardAvatar.ctorParameters;\n}\n/**\n * A basic content container component that adds the styles of a Material design card.\n *\n * While this component can be used alone, it also provides a number\n * of preset styles for common card sections, including:\n * - mat-card-title\n * - mat-card-subtitle\n * - mat-card-content\n * - mat-card-actions\n * - mat-card-footer\n */\nexport class MatCard {\n}\nMatCard.decorators = [\n { type: Component, args: [{selector: 'mat-card',\n exportAs: 'matCard',\n template: \"\",\n styles: [\".mat-card{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:block;position:relative;padding:24px;border-radius:2px}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}@media screen and (-ms-high-contrast:active){.mat-card{outline:solid 1px}}.mat-card-flat{box-shadow:none}.mat-card-actions,.mat-card-content,.mat-card-subtitle,.mat-card-title{display:block;margin-bottom:16px}.mat-card-actions{margin-left:-16px;margin-right:-16px;padding:8px 0}.mat-card-actions-align-end{display:flex;justify-content:flex-end}.mat-card-image{width:calc(100% + 48px);margin:0 -24px 16px -24px}.mat-card-xl-image{width:240px;height:240px;margin:-8px}.mat-card-footer{display:block;margin:0 -24px -24px -24px}.mat-card-actions .mat-button,.mat-card-actions .mat-raised-button{margin:0 4px}.mat-card-header{display:flex;flex-direction:row}.mat-card-header-text{margin:0 8px}.mat-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0}.mat-card-lg-image,.mat-card-md-image,.mat-card-sm-image{margin:-8px 0}.mat-card-title-group{display:flex;justify-content:space-between;margin:0 -8px}.mat-card-sm-image{width:80px;height:80px}.mat-card-md-image{width:112px;height:112px}.mat-card-lg-image{width:152px;height:152px}@media (max-width:600px){.mat-card{padding:24px 16px}.mat-card-actions{margin-left:-8px;margin-right:-8px}.mat-card-image{width:calc(100% + 32px);margin:16px -16px}.mat-card-title-group{margin:0}.mat-card-xl-image{margin-left:0;margin-right:0}.mat-card-header{margin:-8px 0 0 0}.mat-card-footer{margin-left:-16px;margin-right:-16px}}.mat-card-content>:first-child,.mat-card>:first-child{margin-top:0}.mat-card-content>:last-child:not(.mat-card-footer),.mat-card>:last-child:not(.mat-card-footer){margin-bottom:0}.mat-card-image:first-child{margin-top:-24px}.mat-card>.mat-card-actions:last-child{margin-bottom:-16px;padding-bottom:0}.mat-card-actions .mat-button:first-child,.mat-card-actions .mat-raised-button:first-child{margin-left:0;margin-right:0}.mat-card-subtitle:not(:first-child),.mat-card-title:not(:first-child){margin-top:-4px}.mat-card-header .mat-card-subtitle:not(:first-child){margin-top:-8px}.mat-card>.mat-card-xl-image:first-child{margin-top:-8px}.mat-card>.mat-card-xl-image:last-child{margin-bottom:-8px}\"],\n encapsulation: ViewEncapsulation.None,\n preserveWhitespaces: false,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: { 'class': 'mat-card' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCard.ctorParameters = () => [];\nfunction MatCard_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCard.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCard.ctorParameters;\n}\n/**\n * Component intended to be used within the `` component. It adds styles for a\n * preset header section (i.e. a title, subtitle, and avatar layout).\n * \\@docs-private\n */\nexport class MatCardHeader {\n}\nMatCardHeader.decorators = [\n { type: Component, args: [{selector: 'mat-card-header',\n template: \"
\",\n encapsulation: ViewEncapsulation.None,\n preserveWhitespaces: false,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: { 'class': 'mat-card-header' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardHeader.ctorParameters = () => [];\nfunction MatCardHeader_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardHeader.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardHeader.ctorParameters;\n}\n/**\n * Component intended to be used within the component. It adds styles for a preset\n * layout that groups an image with a title section.\n * \\@docs-private\n */\nexport class MatCardTitleGroup {\n}\nMatCardTitleGroup.decorators = [\n { type: Component, args: [{selector: 'mat-card-title-group',\n template: \"
\",\n encapsulation: ViewEncapsulation.None,\n preserveWhitespaces: false,\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: { 'class': 'mat-card-title-group' }\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardTitleGroup.ctorParameters = () => [];\nfunction MatCardTitleGroup_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardTitleGroup.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardTitleGroup.ctorParameters;\n}\n//# sourceMappingURL=card.js.map","/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { NgModule } from '@angular/core';\nimport { MatCommonModule } from '@angular/material/core';\nimport { MatCard, MatCardHeader, MatCardTitleGroup, MatCardContent, MatCardTitle, MatCardSubtitle, MatCardActions, MatCardFooter, MatCardSmImage, MatCardMdImage, MatCardLgImage, MatCardImage, MatCardXlImage, MatCardAvatar, } from './card';\nexport class MatCardModule {\n}\nMatCardModule.decorators = [\n { type: NgModule, args: [{\n imports: [MatCommonModule],\n exports: [\n MatCard,\n MatCardHeader,\n MatCardTitleGroup,\n MatCardContent,\n MatCardTitle,\n MatCardSubtitle,\n MatCardActions,\n MatCardFooter,\n MatCardSmImage,\n MatCardMdImage,\n MatCardLgImage,\n MatCardImage,\n MatCardXlImage,\n MatCardAvatar,\n MatCommonModule,\n ],\n declarations: [\n MatCard, MatCardHeader, MatCardTitleGroup, MatCardContent, MatCardTitle, MatCardSubtitle,\n MatCardActions, MatCardFooter, MatCardSmImage, MatCardMdImage, MatCardLgImage, MatCardImage,\n MatCardXlImage, MatCardAvatar,\n ],\n },] },\n];\n/**\n * @nocollapse\n */\nMatCardModule.ctorParameters = () => [];\nfunction MatCardModule_tsickle_Closure_declarations() {\n /** @type {?} */\n MatCardModule.decorators;\n /**\n * @nocollapse\n * @type {?}\n */\n MatCardModule.ctorParameters;\n}\n//# sourceMappingURL=card-module.js.map","/**\n * Generated bundle index. Do not edit.\n */\nexport { MatCardContent, MatCardTitle, MatCardSubtitle, MatCardActions, MatCardFooter, MatCardImage, MatCardSmImage, MatCardMdImage, MatCardLgImage, MatCardXlImage, MatCardAvatar, MatCard, MatCardHeader, MatCardTitleGroup, MatCardModule } from './public-api';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":"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"}