UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

81 lines (80 loc) 2.78 kB
/*! * devextreme-angular * Version: 22.1.14 * Build date: Mon Apr 29 2024 * * Copyright (c) 2012 - 2024 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 } from '@angular/core'; import { Font } from 'devextreme/viz/core/base_widget'; import { NestedOptionHost } from 'devextreme-angular/core'; import { NestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxoTileComponent extends NestedOption implements OnDestroy, OnInit { get border(): { color?: string; width?: number; }; set border(value: { color?: string; width?: number; }); get color(): string; set color(value: string); get hoverStyle(): { border?: { color?: string | undefined; width?: number | undefined; }; color?: string | undefined; }; set hoverStyle(value: { border?: { color?: string | undefined; width?: number | undefined; }; color?: string | undefined; }); get label(): { font?: Font; textOverflow?: string; visible?: boolean; wordWrap?: string; }; set label(value: { font?: Font; textOverflow?: string; visible?: boolean; wordWrap?: string; }); get selectionStyle(): { border?: { color?: string; width?: number | undefined; }; color?: string | undefined; }; set selectionStyle(value: { border?: { color?: string; width?: number | undefined; }; color?: string | undefined; }); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoTileComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoTileComponent, "dxo-tile", never, { "border": "border"; "color": "color"; "hoverStyle": "hoverStyle"; "label": "label"; "selectionStyle": "selectionStyle"; }, {}, never, never>; } export declare class DxoTileModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoTileModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoTileModule, [typeof DxoTileComponent], never, [typeof DxoTileComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoTileModule>; }