@yoyoboot/l-52abp-ng-form-generator
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
18 lines (17 loc) • 756 B
TypeScript
import { IComponentDef } from '../../shared/interfaces';
import * as i0 from "@angular/core";
export declare abstract class RWidgetFormRenderBase {
/** 父级组件 */
parentComponent: IComponentDef;
/** 要渲染的组件 */
component: IComponentDef;
/** disabled */
disabled: boolean;
/** 是否显示按钮 */
showButton: boolean;
/** 是否显示边框 */
getLabelWidth(item: IComponentDef): string;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<RWidgetFormRenderBase, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<RWidgetFormRenderBase, never, never, { "parentComponent": "parentComponent"; "component": "component"; "disabled": "disabled"; "showButton": "showButton"; }, {}, never>;
}