UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

16 lines (15 loc) 1.03 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { DxiDataChange } from './base/data-change-dxi'; import * as i0 from "@angular/core"; export declare class DxiChangeComponent extends DxiDataChange { protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiChangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiChangeComponent, "dxi-change", never, { "data": "data"; "insertAfterKey": "insertAfterKey"; "insertBeforeKey": "insertBeforeKey"; "key": "key"; "type": "type"; }, {}, never, never>; } export declare class DxiChangeModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiChangeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChangeModule, [typeof DxiChangeComponent], never, [typeof DxiChangeComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiChangeModule>; }