devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
41 lines (40 loc) • 2.25 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 DxiTreeListAsyncRuleComponent extends CollectionNestedOption {
get ignoreEmptyValue(): boolean;
set ignoreEmptyValue(value: boolean);
get message(): string;
set message(value: string);
get reevaluate(): boolean;
set reevaluate(value: boolean);
get type(): ValidationRuleType;
set type(value: ValidationRuleType);
get validationCallback(): ((options: {
column: Record<string, any>;
data: Record<string, any>;
formItem: Record<string, any>;
rule: Record<string, any>;
validator: Record<string, any>;
value: string | number;
}) => any);
set validationCallback(value: ((options: {
column: Record<string, any>;
data: Record<string, any>;
formItem: Record<string, any>;
rule: Record<string, any>;
validator: Record<string, any>;
value: string | number;
}) => any));
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListAsyncRuleComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiTreeListAsyncRuleComponent, "dxi-tree-list-async-rule", never, { "ignoreEmptyValue": { "alias": "ignoreEmptyValue"; "required": false; }; "message": { "alias": "message"; "required": false; }; "reevaluate": { "alias": "reevaluate"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validationCallback": { "alias": "validationCallback"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiTreeListAsyncRuleModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiTreeListAsyncRuleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiTreeListAsyncRuleModule, [typeof DxiTreeListAsyncRuleComponent], never, [typeof DxiTreeListAsyncRuleComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiTreeListAsyncRuleModule>;
}