devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
29 lines (28 loc) • 1.88 kB
TypeScript
import { ValidationRuleType } from 'devextreme/common';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiDataGridRangeRuleComponent extends CollectionNestedOption {
get ignoreEmptyValue(): boolean;
set ignoreEmptyValue(value: boolean);
get max(): Date | number | string;
set max(value: Date | number | string);
get message(): string;
set message(value: string);
get min(): Date | number | string;
set min(value: Date | number | string);
get reevaluate(): boolean;
set reevaluate(value: boolean);
get type(): ValidationRuleType;
set type(value: ValidationRuleType);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiDataGridRangeRuleComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiDataGridRangeRuleComponent, "dxi-data-grid-range-rule", never, { "ignoreEmptyValue": { "alias": "ignoreEmptyValue"; "required": false; }; "max": { "alias": "max"; "required": false; }; "message": { "alias": "message"; "required": false; }; "min": { "alias": "min"; "required": false; }; "reevaluate": { "alias": "reevaluate"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiDataGridRangeRuleModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiDataGridRangeRuleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiDataGridRangeRuleModule, [typeof DxiDataGridRangeRuleComponent], never, [typeof DxiDataGridRangeRuleComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiDataGridRangeRuleModule>;
}