[6a3a178] | 1 | /**
|
---|
| 2 | * @license
|
---|
| 3 | * Copyright Google LLC All Rights Reserved.
|
---|
| 4 | *
|
---|
| 5 | * Use of this source code is governed by an MIT-style license that can be
|
---|
| 6 | * found in the LICENSE file at https://angular.io/license
|
---|
| 7 | */
|
---|
| 8 | /**
|
---|
| 9 | * Content of a card, needed as it's used as a selector in the API.
|
---|
| 10 | * @docs-private
|
---|
| 11 | */
|
---|
| 12 | import * as ɵngcc0 from '@angular/core';
|
---|
| 13 | export declare class MatCardContent {
|
---|
| 14 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardContent, never>;
|
---|
| 15 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardContent, "mat-card-content, [mat-card-content], [matCardContent]", never, {}, {}, never>;
|
---|
| 16 | }
|
---|
| 17 | /**
|
---|
| 18 | * Title of a card, needed as it's used as a selector in the API.
|
---|
| 19 | * @docs-private
|
---|
| 20 | */
|
---|
| 21 | export declare class MatCardTitle {
|
---|
| 22 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardTitle, never>;
|
---|
| 23 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardTitle, "mat-card-title, [mat-card-title], [matCardTitle]", never, {}, {}, never>;
|
---|
| 24 | }
|
---|
| 25 | /**
|
---|
| 26 | * Sub-title of a card, needed as it's used as a selector in the API.
|
---|
| 27 | * @docs-private
|
---|
| 28 | */
|
---|
| 29 | export declare class MatCardSubtitle {
|
---|
| 30 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardSubtitle, never>;
|
---|
| 31 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardSubtitle, "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]", never, {}, {}, never>;
|
---|
| 32 | }
|
---|
| 33 | /**
|
---|
| 34 | * Action section of a card, needed as it's used as a selector in the API.
|
---|
| 35 | * @docs-private
|
---|
| 36 | */
|
---|
| 37 | export declare class MatCardActions {
|
---|
| 38 | /** Position of the actions inside the card. */
|
---|
| 39 | align: 'start' | 'end';
|
---|
| 40 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardActions, never>;
|
---|
| 41 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardActions, "mat-card-actions", ["matCardActions"], { "align": "align"; }, {}, never>;
|
---|
| 42 | }
|
---|
| 43 | /**
|
---|
| 44 | * Footer of a card, needed as it's used as a selector in the API.
|
---|
| 45 | * @docs-private
|
---|
| 46 | */
|
---|
| 47 | export declare class MatCardFooter {
|
---|
| 48 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardFooter, never>;
|
---|
| 49 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardFooter, "mat-card-footer", never, {}, {}, never>;
|
---|
| 50 | }
|
---|
| 51 | /**
|
---|
| 52 | * Image used in a card, needed to add the mat- CSS styling.
|
---|
| 53 | * @docs-private
|
---|
| 54 | */
|
---|
| 55 | export declare class MatCardImage {
|
---|
| 56 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardImage, never>;
|
---|
| 57 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardImage, "[mat-card-image], [matCardImage]", never, {}, {}, never>;
|
---|
| 58 | }
|
---|
| 59 | /**
|
---|
| 60 | * Image used in a card, needed to add the mat- CSS styling.
|
---|
| 61 | * @docs-private
|
---|
| 62 | */
|
---|
| 63 | export declare class MatCardSmImage {
|
---|
| 64 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardSmImage, never>;
|
---|
| 65 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardSmImage, "[mat-card-sm-image], [matCardImageSmall]", never, {}, {}, never>;
|
---|
| 66 | }
|
---|
| 67 | /**
|
---|
| 68 | * Image used in a card, needed to add the mat- CSS styling.
|
---|
| 69 | * @docs-private
|
---|
| 70 | */
|
---|
| 71 | export declare class MatCardMdImage {
|
---|
| 72 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardMdImage, never>;
|
---|
| 73 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardMdImage, "[mat-card-md-image], [matCardImageMedium]", never, {}, {}, never>;
|
---|
| 74 | }
|
---|
| 75 | /**
|
---|
| 76 | * Image used in a card, needed to add the mat- CSS styling.
|
---|
| 77 | * @docs-private
|
---|
| 78 | */
|
---|
| 79 | export declare class MatCardLgImage {
|
---|
| 80 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardLgImage, never>;
|
---|
| 81 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardLgImage, "[mat-card-lg-image], [matCardImageLarge]", never, {}, {}, never>;
|
---|
| 82 | }
|
---|
| 83 | /**
|
---|
| 84 | * Large image used in a card, needed to add the mat- CSS styling.
|
---|
| 85 | * @docs-private
|
---|
| 86 | */
|
---|
| 87 | export declare class MatCardXlImage {
|
---|
| 88 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardXlImage, never>;
|
---|
| 89 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardXlImage, "[mat-card-xl-image], [matCardImageXLarge]", never, {}, {}, never>;
|
---|
| 90 | }
|
---|
| 91 | /**
|
---|
| 92 | * Avatar image used in a card, needed to add the mat- CSS styling.
|
---|
| 93 | * @docs-private
|
---|
| 94 | */
|
---|
| 95 | export declare class MatCardAvatar {
|
---|
| 96 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardAvatar, never>;
|
---|
| 97 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCardAvatar, "[mat-card-avatar], [matCardAvatar]", never, {}, {}, never>;
|
---|
| 98 | }
|
---|
| 99 | /**
|
---|
| 100 | * A basic content container component that adds the styles of a Material design card.
|
---|
| 101 | *
|
---|
| 102 | * While this component can be used alone, it also provides a number
|
---|
| 103 | * of preset styles for common card sections, including:
|
---|
| 104 | * - mat-card-title
|
---|
| 105 | * - mat-card-subtitle
|
---|
| 106 | * - mat-card-content
|
---|
| 107 | * - mat-card-actions
|
---|
| 108 | * - mat-card-footer
|
---|
| 109 | */
|
---|
| 110 | export declare class MatCard {
|
---|
| 111 | _animationMode?: string | undefined;
|
---|
| 112 | constructor(_animationMode?: string | undefined);
|
---|
| 113 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCard, [{ optional: true; }]>;
|
---|
| 114 | static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatCard, "mat-card", ["matCard"], {}, {}, never, ["*", "mat-card-footer"]>;
|
---|
| 115 | }
|
---|
| 116 | /**
|
---|
| 117 | * Component intended to be used within the `<mat-card>` component. It adds styles for a
|
---|
| 118 | * preset header section (i.e. a title, subtitle, and avatar layout).
|
---|
| 119 | * @docs-private
|
---|
| 120 | */
|
---|
| 121 | export declare class MatCardHeader {
|
---|
| 122 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardHeader, never>;
|
---|
| 123 | static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatCardHeader, "mat-card-header", never, {}, {}, never, ["[mat-card-avatar], [matCardAvatar]", "mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "*"]>;
|
---|
| 124 | }
|
---|
| 125 | /**
|
---|
| 126 | * Component intended to be used within the `<mat-card>` component. It adds styles for a preset
|
---|
| 127 | * layout that groups an image with a title section.
|
---|
| 128 | * @docs-private
|
---|
| 129 | */
|
---|
| 130 | export declare class MatCardTitleGroup {
|
---|
| 131 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCardTitleGroup, never>;
|
---|
| 132 | static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatCardTitleGroup, "mat-card-title-group", never, {}, {}, never, ["mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]", "img", "*"]>;
|
---|
| 133 | }
|
---|
| 134 |
|
---|
| 135 | //# sourceMappingURL=card.d.ts.map |
---|