@yoyoboot/l-52abp-ng-form-generator
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
20 lines (19 loc) • 831 B
TypeScript
import { DataPointDataType, DynamicComponentBase, IDynamicComponentConfig, ValidationRuleType } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DConNumberFloatConfigComponent extends DynamicComponentBase {
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<DConNumberFloatConfigComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DConNumberFloatConfigComponent, "app-d-number-float-config", never, {}, {}, never, never>;
}