hlyc-web-pack 3.8.0 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -38,6 +38,8 @@ export interface EditableColumnsType {
|
|
|
38
38
|
};
|
|
39
39
|
/** 自定义渲染值(在原有的内容上增加新的结构),childNode是原有的内容 */
|
|
40
40
|
controlRender: (record: AnyObjectType, childNode: React.ReactNode) => React.ReactNode;
|
|
41
|
+
/** 表单项placeholder */
|
|
42
|
+
placeholder?: string;
|
|
41
43
|
}
|
|
42
44
|
/** 可编辑单元格 */
|
|
43
45
|
export type EditableCellProps<T = AnyObjectType> = {
|