File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vxe-pc-ui" ,
3- "version" : " 4.11.17 " ,
3+ "version" : " 4.11.18 " ,
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 @@ -106,6 +106,8 @@ export interface GanttViewInternalData {
106106
107107export interface GanttViewPrivateRef {
108108 refElem : Ref < HTMLDivElement | undefined >
109+ refScrollXHandleElem : Ref < HTMLDivElement | undefined >
110+ refScrollYHandleElem : Ref < HTMLDivElement | undefined >
109111}
110112
111113export interface GanttViewPrivateComputed {
Original file line number Diff line number Diff line change @@ -539,6 +539,8 @@ export interface GanttInternalData extends GridInternalData {
539539 resizeTableWidth : number
540540 barTipTimeout ?: any
541541 dragBarRow ?: any
542+
543+ _msTout ?: any
542544}
543545
544546export interface GanttMethods < D = any > extends Omit < GridMethods < D > , 'dispatchEvent' > {
You can’t perform that action at this time.
0 commit comments