@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
24 lines (23 loc) • 770 B
TypeScript
import { BaseControlProperty } from '../../../property-panel';
export declare class DataGridProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
private getModalButtons;
private setModalButtons;
getPropertyConfig(propertyData: any, parentSchema: any): {
type: string;
categories: {};
};
getBasicPropConfig(propertyData: any): void;
/**
* 将schema实体表组装成树
*/
private assembleSchemaEntityToTree;
private getAppearanceProperties;
private getEventPropConfig;
private isSubGrid;
private cleanDataItem;
/** 净化data,移除私有属性 */
private cleanData;
/** 列表动态格式设置 */
private getGridRuleProperties;
}