vue-gantt-3
Version:
A gantt component for Vue 3
73 lines (72 loc) • 3 kB
TypeScript
export interface Props {
horizontalWidth: number;
verticalHeight: number;
horizontalVisible: boolean;
verticalVisible: boolean;
scrollbarHeight?: number;
scrollbarWidth?: number;
}
declare const _default: import('vue').DefineComponent<Props, {
handleScroll: (wrap: HTMLDivElement) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
triggerScrollFromThumb: (options: ScrollToOptions) => any;
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
onTriggerScrollFromThumb?: ((options: ScrollToOptions) => any) | undefined;
}>, {
scrollbarHeight: number;
scrollbarWidth: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
horizontalThumbRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Thumb.vue').Props> & Readonly<{
onTriggerScrollFromThumb?: ((options: ScrollToOptions) => any) | undefined;
}>, {
handleScroll: (option: {
left: number;
top: number;
}) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
triggerScrollFromThumb: (options: ScrollToOptions) => any;
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
thumbRef: HTMLDivElement;
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./Thumb.vue').Props> & Readonly<{
onTriggerScrollFromThumb?: ((options: ScrollToOptions) => any) | undefined;
}>, {
handleScroll: (option: {
left: number;
top: number;
}) => void;
}, {}, {}, {}, {}> | null;
verticalThumbRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Thumb.vue').Props> & Readonly<{
onTriggerScrollFromThumb?: ((options: ScrollToOptions) => any) | undefined;
}>, {
handleScroll: (option: {
left: number;
top: number;
}) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
triggerScrollFromThumb: (options: ScrollToOptions) => any;
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
thumbRef: HTMLDivElement;
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./Thumb.vue').Props> & Readonly<{
onTriggerScrollFromThumb?: ((options: ScrollToOptions) => any) | undefined;
}>, {
handleScroll: (option: {
left: number;
top: number;
}) => void;
}, {}, {}, {}, {}> | null;
}, any>;
export default _default;