UNPKG

jordium-gantt-vue3

Version:

A Vue 3 Gantt chart component for project management, task scheduling, resource planning, calendar, resource usage and timeline visualization.

19 lines (18 loc) 875 B
import { Milestone } from '../models/classes/Milestone'; import { Task } from '../models/classes/Task'; interface Props { visible: boolean; milestone?: Milestone | null; } declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { save: (milestone: Task) => any; close: () => any; delete: (milestoneId: number) => any; "update:visible": (visible: boolean) => any; }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{ onSave?: ((milestone: Task) => any) | undefined; onClose?: (() => any) | undefined; onDelete?: ((milestoneId: number) => any) | undefined; "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;