import { ProvidersService } from 'fccore2'; import { FcinputComponent } from '../fcinput'; /** * fc-rate评分 * * 评分组件。 * * 对评价进行展示。对事物进行快速的评级操作。 * */ export declare class FcrateComponent extends FcinputComponent { provider: ProvidersService; /** 当前数*/ innerValue: any; /** 星星总数*/ fcCount: number; /**默认为5星;*/ /** 主对象值*/ mainObj: any; /** 是否运行半星选择*/ fcAllowHalf: string; allowHalf: boolean; /** 是否清除*/ fcAllowClear: string; allowClear: boolean; /** 大小*/ fcSize: string; /**是否显示文案*/ fcText: string; constructor(provider: ProvidersService); ngOnChanges(param: any): void; _afterParentInit(): void; }