ngx-antd-form-builder
Version:
Simple Drag&Drop form builder using ng-zorro-antd
22 lines (21 loc) • 1.15 kB
TypeScript
import { OnChanges, SimpleChanges } from "@angular/core";
import * as i0 from "@angular/core";
export declare class DesignFormItemPropertiesComponent implements OnChanges {
selectItem: any;
hideModel: any;
config: any;
showMetaDataModel: boolean;
Infinity: number;
constructor();
ngOnChanges(changes: SimpleChanges): void;
get options(): any;
get showFreeModel(): boolean;
getType(input: unknown): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
getOperationProperty(): boolean;
colOverrideChange($event: any): void;
handleChangeCol(e: any): void;
handleChangeLabelCol(e: any): void;
handleChangeWrapperCol(e: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DesignFormItemPropertiesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DesignFormItemPropertiesComponent, "app-design-form-item-properties", never, { "selectItem": { "alias": "selectItem"; "required": false; }; "hideModel": { "alias": "hideModel"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
}