UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

49 lines (48 loc) 2.07 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 DxoStripStyleComponent extends NestedOption implements OnDestroy, OnInit { get label(): { font?: Font; horizontalAlignment?: string; verticalAlignment?: string; } | { font?: Font; }; set label(value: { font?: Font; horizontalAlignment?: string; verticalAlignment?: string; } | { font?: Font; }); get paddingLeftRight(): number; set paddingLeftRight(value: number); get paddingTopBottom(): number; set paddingTopBottom(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxoStripStyleComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxoStripStyleComponent, "dxo-strip-style", never, { "label": "label"; "paddingLeftRight": "paddingLeftRight"; "paddingTopBottom": "paddingTopBottom"; }, {}, never, never>; } export declare class DxoStripStyleModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxoStripStyleModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxoStripStyleModule, [typeof DxoStripStyleComponent], never, [typeof DxoStripStyleComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxoStripStyleModule>; }