hy-vue-gantt
Version:
Evolution of vue-ganttastic package
67 lines • 2.83 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, LabelEditEvent, TimeaxisEvent, ExportOptions, ExportResult } 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/ar";
import "dayjs/locale/hi";
import "dayjs/locale/tr";
import "dayjs/locale/nl";
import "dayjs/locale/pl";
import "dayjs/locale/cs";
import "dayjs/locale/hu";
import "dayjs/locale/ro";
import "dayjs/locale/bg";
import "dayjs/locale/sr";
import "dayjs/locale/sr-cyrl";
import "dayjs/locale/af";
import "dayjs/locale/az";
import "dayjs/locale/be";
import "dayjs/locale/bs";
import "dayjs/locale/ca";
import "dayjs/locale/da";
import "dayjs/locale/el";
import "dayjs/locale/et";
import "dayjs/locale/fi";
import "dayjs/locale/gl";
import "dayjs/locale/he";
import "dayjs/locale/hr";
import "dayjs/locale/is";
import "dayjs/locale/ka";
import "dayjs/locale/kk";
import "dayjs/locale/ky";
import "dayjs/locale/lt";
import "dayjs/locale/lv";
import "dayjs/locale/mk";
import "dayjs/locale/mn";
import "dayjs/locale/mt";
import "dayjs/locale/nb";
import "dayjs/locale/nn";
import "dayjs/locale/pt-br";
import "dayjs/locale/sk";
import "dayjs/locale/sl";
import "dayjs/locale/sq";
import "dayjs/locale/sv";
import "dayjs/locale/ta";
import "dayjs/locale/th";
import "dayjs/locale/uk";
import "dayjs/locale/uz";
import "dayjs/locale/vi";
import "dayjs/locale/zh-hk";
import "dayjs/locale/zh-tw";
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, LabelEditEvent, TimeaxisEvent, ExportOptions, ExportResult };
export { GGanttChart, GGanttRow };
export declare const hyvuegantt: Plugin;
export default hyvuegantt;
//# sourceMappingURL=hy-vue-gantt.d.ts.map