@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
22 lines (21 loc) • 682 B
TypeScript
import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property";
export declare class WizardProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any): {
type: string;
categories: {};
};
/**
* 数据配置
* @param propertyData 属性
*/
getDataPropConfig(propertyData: any): void;
getBasicPropConfig(propertyData: any): void;
/**
* 将schema实体表组装成树
*/
private assembleSchemaEntityToTree;
private getAppearanceProperties;
private getEventPropConfig;
private isSubGrid;
}