File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vxe-pc-ui" ,
3- "version" : " 4.11.16 " ,
3+ "version" : " 4.11.17 " ,
44 "description" : " A vue based PC component library" ,
55 "scripts" : {
66 "update" : " npm install --legacy-peer-deps" ,
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ export interface VxeGanttExtendChartPrivateMethods<D = any> {
5050 $rowIndex : number
5151 _rowIndex : number
5252 } , renderParams : {
53+ isMilestone : boolean
5354 title : string
5455 vbStyle : VxeComponentStyleType
5556 vpStyle : VxeComponentStyleType
Original file line number Diff line number Diff line change @@ -667,15 +667,11 @@ export enum VxeGanttDependencyType {
667667}
668668
669669/**
670- * 任务渲染类型
670+ * 任务类型
671671 */
672- export enum TaskRenderType {
672+ export enum VxeGanttTaskType {
673673 /**
674- * 默认任务
675- */
676- Task = 'task' ,
677- /**
678- * 里程碑类型
674+ * 里程碑
679675 */
680676 Milestone = 'milestone'
681677}
You can’t perform that action at this time.
0 commit comments