Skip to content

Commit c8a07c0

Browse files
committed
releases 4.11.17
1 parent 6c35c58 commit c8a07c0

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

types/components/gantt-plugins/extend-gantt-chart.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

types/components/gantt.d.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)