first commit

This commit is contained in:
2025-12-29 14:59:44 +08:00
commit 10c3fbb0d7
5315 changed files with 795443 additions and 0 deletions

36
node_modules/vant/lib/calendar/CalendarHeader.d.ts generated vendored Normal file
View File

@@ -0,0 +1,36 @@
import type { CalendarSwitchMode } from './types';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
date: DateConstructor;
minDate: DateConstructor;
maxDate: DateConstructor;
title: StringConstructor;
subtitle: StringConstructor;
showTitle: BooleanConstructor;
showSubtitle: BooleanConstructor;
firstDayOfWeek: NumberConstructor;
switchMode: {
type: import("vue").PropType<CalendarSwitchMode>;
default: CalendarSwitchMode;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickSubtitle" | "panelChange")[], "clickSubtitle" | "panelChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
date: DateConstructor;
minDate: DateConstructor;
maxDate: DateConstructor;
title: StringConstructor;
subtitle: StringConstructor;
showTitle: BooleanConstructor;
showSubtitle: BooleanConstructor;
firstDayOfWeek: NumberConstructor;
switchMode: {
type: import("vue").PropType<CalendarSwitchMode>;
default: CalendarSwitchMode;
};
}>> & Readonly<{
onClickSubtitle?: ((...args: any[]) => any) | undefined;
onPanelChange?: ((...args: any[]) => any) | undefined;
}>, {
switchMode: CalendarSwitchMode;
showTitle: boolean;
showSubtitle: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;