hy-vue-gantt
Version:
Evolution of vue-ganttastic package
46 lines • 2.1 kB
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
tooltip: HTMLDivElement;
}, HTMLDivElement>, {
"pointer-marker-tooltips"?(_: {
hitBars: {
[x: string]: any;
[x: number]: any;
ganttBarConfig: {
id: string;
label?: string | undefined;
html?: string | undefined;
hasHandles?: boolean | undefined;
immobile?: boolean | undefined;
bundle?: string | undefined;
pushOnOverlap?: boolean | undefined;
pushOnConnect?: boolean | undefined;
dragLimitLeft?: number | undefined;
dragLimitRight?: number | undefined;
class?: string | undefined;
milestoneId?: string | undefined;
progress?: number | undefined;
progressResizable?: boolean | undefined;
_previousLabel?: string | undefined;
connections?: {
label?: string | undefined;
targetId: string;
type?: import("../types").ConnectionType | undefined;
color?: string | undefined;
pattern?: import("../types").ConnectionPattern | undefined;
animated?: boolean | undefined;
animationSpeed?: import("../types").ConnectionSpeed | undefined;
relation?: import("../types").ConnectionRelation | undefined;
labelAlwaysVisible?: boolean | undefined;
}[] | undefined;
};
}[];
datetime: string | Date;
}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=GGanttPointerMarker.vue.d.ts.map