UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

45 lines (44 loc) 2.58 kB
/*! * devextreme-angular * Version: 25.1.3 * Build date: Wed Jun 25 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-angular */ import { OnInit, OnDestroy, ElementRef, Renderer2, AfterViewInit } from '@angular/core'; import { NestedOptionHost, DxTemplateDirective, IDxTemplateHost, DxTemplateHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoCardViewCardCoverComponent extends NestedOption implements AfterViewInit, OnDestroy, OnInit, IDxTemplateHost { private renderer; private document; private element; get altExpr(): ((data: any) => string) | string; set altExpr(value: ((data: any) => string) | string); get aspectRatio(): string; set aspectRatio(value: string); get imageExpr(): ((data: any) => string) | string; set imageExpr(value: ((data: any) => string) | string); get maxHeight(): number; set maxHeight(value: number); get template(): any; set template(value: any); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardCoverComponent, [{ host: true; skipSelf: true; }, { host: true; }, null, null, { host: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoCardViewCardCoverComponent, "dxo-card-view-card-cover", never, { "altExpr": { "alias": "altExpr"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "imageExpr": { "alias": "imageExpr"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, {}, never, ["*"], true, never>; } export declare class DxoCardViewCardCoverModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoCardViewCardCoverModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoCardViewCardCoverModule, never, [typeof DxoCardViewCardCoverComponent], [typeof DxoCardViewCardCoverComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoCardViewCardCoverModule>; }