@yoyoboot/l-52abp-ng-form-generator
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
21 lines (20 loc) • 901 B
TypeScript
import { OnInit } from '@angular/core';
import { DataPointDataType, DynamicComponentBase, IDynamicComponentConfig, ValidationRuleType } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DConNumberIntegerConfigComponent extends DynamicComponentBase implements OnInit {
static KEY: string;
dataType: typeof DataPointDataType;
ruleType: typeof ValidationRuleType;
rule: ValidationRuleType;
constructor();
ngOnInit(): void;
configChange(config: IDynamicComponentConfig): void;
typeChangeConfig(obj: any): void;
/**
*
* @param obj 类型切换
*/
typeChange(obj: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DConNumberIntegerConfigComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DConNumberIntegerConfigComponent, "app-d-con-number-integer-config", never, {}, {}, never, never>;
}