moment.d.ts 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. import type { Moment } from 'moment';
  2. import type { CalendarProps } from './generateCalendar';
  3. export type { CalendarProps };
  4. declare const _default: {
  5. new (...args: any[]): {
  6. $: import("vue").ComponentInternalInstance;
  7. $data: {};
  8. $props: Partial<{}> & Omit<Readonly<CalendarProps<Moment>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
  9. $attrs: {
  10. [x: string]: unknown;
  11. };
  12. $refs: {
  13. [x: string]: unknown;
  14. };
  15. $slots: Readonly<{
  16. [name: string]: import("vue").Slot;
  17. }>;
  18. $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
  19. $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
  20. $emit: (event: string, ...args: any[]) => void;
  21. $el: any;
  22. $options: import("vue").ComponentOptionsBase<Readonly<CalendarProps<Moment>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
  23. beforeCreate?: (() => void) | (() => void)[];
  24. created?: (() => void) | (() => void)[];
  25. beforeMount?: (() => void) | (() => void)[];
  26. mounted?: (() => void) | (() => void)[];
  27. beforeUpdate?: (() => void) | (() => void)[];
  28. updated?: (() => void) | (() => void)[];
  29. activated?: (() => void) | (() => void)[];
  30. deactivated?: (() => void) | (() => void)[];
  31. beforeDestroy?: (() => void) | (() => void)[];
  32. beforeUnmount?: (() => void) | (() => void)[];
  33. destroyed?: (() => void) | (() => void)[];
  34. unmounted?: (() => void) | (() => void)[];
  35. renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
  36. renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
  37. errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
  38. };
  39. $forceUpdate: () => void;
  40. $nextTick: typeof import("vue").nextTick;
  41. $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
  42. } & Readonly<CalendarProps<Moment>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
  43. __isFragment?: never;
  44. __isTeleport?: never;
  45. __isSuspense?: never;
  46. } & import("vue").ComponentOptionsBase<Readonly<CalendarProps<Moment>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
  47. export default _default;