hy-vue-gantt
Version:
Evolution of vue-ganttastic package
26 lines • 1.13 kB
TypeScript
import type { ChartRow, RowDragEvent } from "../types";
/**
* Extended row interface with indentation level
*/
export interface LabelColumnRowProps extends ChartRow {
indentLevel?: number;
}
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {
setScroll: (value: number) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"row-drop": (value: RowDragEvent) => any;
scroll: (value: number) => any;
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
"onRow-drop"?: ((value: RowDragEvent) => any) | undefined;
onScroll?: ((value: number) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>, Partial<Record<`label-column-title-${string}`, (_: {}) => any>> & Partial<Record<`label-column-${string}`, (_: {
row: LabelColumnRowProps;
value: string | number | Date;
}) => any>>>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=GGanttLabelColumn.vue.d.ts.map