hy-vue-gantt
Version:
Evolution of vue-ganttastic package
41 lines • 1.56 kB
TypeScript
import type { GanttBarConnection, GanttBarObject } from "../types";
import type { RangeSelectionEvent } from "../types";
type __VLS_Props = {
label: string;
bars: GanttBarObject[];
highlightOnHover?: boolean;
id: string | number;
children?: {
id: string | number;
label: string;
bars: GanttBarObject[];
connections?: GanttBarConnection[];
}[];
connections?: GanttBarConnection[];
};
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"range-selection": (value: RangeSelectionEvent) => any;
drop: (value: {
e: MouseEvent;
datetime: string | Date;
}) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
"onRange-selection"?: ((value: RangeSelectionEvent) => any) | undefined;
onDrop?: ((value: {
e: MouseEvent;
datetime: string | Date;
}) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<NonNullable<string | number>, (_: {
[x: string]: string | GanttBarObject | undefined;
bar?: GanttBarObject | undefined;
label?: string | undefined;
}) => any>> & {
label?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=GGanttRow.vue.d.ts.map