@alfresco/adf-core
Version:
23 lines (22 loc) • 1.5 kB
TypeScript
import * as i0 from "@angular/core";
export declare class InfoDrawerLayoutComponent {
/** The visibility of the header. */
showHeader: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDrawerLayoutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InfoDrawerLayoutComponent, "adf-info-drawer-layout", never, { "showHeader": { "alias": "showHeader"; "required": false; }; }, {}, never, ["[info-drawer-node-icon]", "[info-drawer-title]", "[info-drawer-buttons]", "[info-drawer-content]"], true, never>;
}
/**
* Directive selectors without adf- prefix will be deprecated on 3.0.0
*/
export declare class InfoDrawerTitleDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDrawerTitleDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<InfoDrawerTitleDirective, "[adf-info-drawer-title], [info-drawer-title]", never, {}, {}, never, never, true, never>;
}
export declare class InfoDrawerButtonsDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDrawerButtonsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<InfoDrawerButtonsDirective, "[adf-info-drawer-buttons], [info-drawer-buttons]", never, {}, {}, never, never, true, never>;
}
export declare class InfoDrawerContentDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDrawerContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<InfoDrawerContentDirective, "[adf-info-drawer-content], [info-drawer-content]", never, {}, {}, never, never, true, never>;
}