@angular-mdl/core
Version:
Angular components, directives and styles based on material design lite https://getmdl.io.
61 lines (60 loc) • 3.56 kB
TypeScript
import { OnInit } from "@angular/core";
import * as i0 from "@angular/core";
export declare class MdlCardComponent {
isCard: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlCardComponent, "mdl-card", never, {}, {}, never, ["*"], false, never>;
}
export declare class MdlCardChildStructure implements OnInit {
private mdlCardComponent;
private childComponentName;
constructor(mdlCardComponent: MdlCardComponent, childComponentName: string);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardChildStructure, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MdlCardChildStructure, never, never, {}, {}, never, never, false, never>;
}
export declare class MdlCardTitleComponent extends MdlCardChildStructure {
isCardTitle: boolean;
constructor(mdlCardComponent: MdlCardComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardTitleComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlCardTitleComponent, "mdl-card-title", never, {}, {}, never, ["*"], false, never>;
}
export declare class MdlCardSupportingTextComponent extends MdlCardChildStructure {
isSupportingText: boolean;
constructor(mdlCardComponent: MdlCardComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardSupportingTextComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlCardSupportingTextComponent, "mdl-card-supporting-text", never, {}, {}, never, ["*"], false, never>;
}
export declare class MdlCardMediaComponent extends MdlCardChildStructure {
isCardMedia: boolean;
constructor(mdlCardComponent: MdlCardComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardMediaComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlCardMediaComponent, "mdl-card-media", never, {}, {}, never, ["*"], false, never>;
}
export declare class MdlCardActionsComponent extends MdlCardChildStructure {
isCardAction: boolean;
constructor(mdlCardComponent: MdlCardComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardActionsComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlCardActionsComponent, "mdl-card-actions", never, {}, {}, never, ["*"], false, never>;
}
export declare class MdlCardMenuComponent extends MdlCardChildStructure {
isCardMenu: boolean;
constructor(mdlCardComponent: MdlCardComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardMenuComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlCardMenuComponent, "mdl-card-menu", never, {}, {}, never, ["*"], false, never>;
}
export declare class MdlCardTitleTextDirective {
isCardTitleText: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardTitleTextDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MdlCardTitleTextDirective, "[mdl-card-title-text]", never, {}, {}, never, never, false, never>;
}
export declare class MdlCardBorderDirective {
isCardBorder: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardBorderDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MdlCardBorderDirective, "[mdl-card-border]", never, {}, {}, never, never, false, never>;
}
export declare class MdlCardExpandDirective {
isCardExpand: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<MdlCardExpandDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MdlCardExpandDirective, "[mdl-card-expand]", never, {}, {}, never, never, false, never>;
}