hy-vue-gantt
Version:
Evolution of vue-ganttastic package
24 lines • 1.96 kB
TypeScript
import type { Plugin } from "vue";
import GGanttChart from "./components/GGanttChart.vue";
import GGanttRow from "./components/GGanttRow.vue";
import type { ColorScheme, GanttBarObject, GanttBarConfig, BarConnection, ChartRow, LabelColumnConfig, ConnectionType, ConnectionPattern, ConnectionSpeed, GanttMilestone, GanttBarDragEvent, GanttBarEvent, RowDragEvent, SortFunction, SortState, SortDirection, TimeUnit, MarkerConnection, DayOptionLabel, GanttBarConnection, BarMouseEvent, ConnectionStartEvent, ConnectionDragEvent, ConnectionCompleteEvent, ConnectionDeleteEvent, ConnectionRelation, LabelEditEvent, TimeaxisEvent, ExportOptions, ExportResult, ImportFormat, ImportOptions, ImportResult, JiraData, SpreadsheetRow, ConnectionLabelStyle, RangeSelectionEvent } from "./types";
import "dayjs/locale/it";
import "dayjs/locale/en";
import "dayjs/locale/fr";
import "dayjs/locale/de";
import "dayjs/locale/es";
import "dayjs/locale/pt";
import "dayjs/locale/ru";
import "dayjs/locale/zh-cn";
import "dayjs/locale/zh-tw";
import "dayjs/locale/ja";
import "dayjs/locale/ko";
import "dayjs/locale/nl";
import "dayjs/locale/pl";
import "dayjs/locale/cs";
export declare function extendDayjs(): void;
export type { ColorScheme, GanttBarObject, GanttBarConfig, BarConnection, ChartRow, LabelColumnConfig, ConnectionType, ConnectionPattern, ConnectionSpeed, GanttMilestone, GanttBarDragEvent, GanttBarEvent, RowDragEvent, SortFunction, SortState, SortDirection, TimeUnit, MarkerConnection, DayOptionLabel, GanttBarConnection, BarMouseEvent, ConnectionStartEvent, ConnectionDragEvent, ConnectionCompleteEvent, ConnectionDeleteEvent, ConnectionRelation, LabelEditEvent, TimeaxisEvent, ExportOptions, ExportResult, ImportFormat, ImportOptions, ImportResult, JiraData, SpreadsheetRow, ConnectionLabelStyle, RangeSelectionEvent };
export { GGanttChart, GGanttRow };
export declare const hyvuegantt: Plugin;
export default hyvuegantt;
//# sourceMappingURL=hy-vue-gantt.d.ts.map