UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

26 lines (25 loc) 1.69 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiResponsiveBoxLocationComponent extends CollectionNestedOption { get col(): number; set col(value: number); get colspan(): number | undefined; set colspan(value: number | undefined); get row(): number; set row(value: number); get rowspan(): number | undefined; set rowspan(value: number | undefined); get screen(): string | undefined; set screen(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiResponsiveBoxLocationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiResponsiveBoxLocationComponent, "dxi-responsive-box-location", never, { "col": { "alias": "col"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "row": { "alias": "row"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "screen": { "alias": "screen"; "required": false; }; }, {}, never, never, true, never>; } export declare class DxiResponsiveBoxLocationModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiResponsiveBoxLocationModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiResponsiveBoxLocationModule, never, [typeof DxiResponsiveBoxLocationComponent], [typeof DxiResponsiveBoxLocationComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiResponsiveBoxLocationModule>; }