migrate date range selection sheet / dialog to composition API and typescript

This commit is contained in:
MaysWind
2025-01-11 15:44:16 +08:00
parent 89b233e51b
commit 3e6a054913
10 changed files with 457 additions and 300 deletions
+5
View File
@@ -52,6 +52,11 @@ export interface RecentMonthDateRange {
readonly month: number;
}
export interface PresetDateRange {
readonly label: string;
readonly value: Date[];
}
export interface LocalizedRecentMonthDateRange {
readonly dateType: number;
readonly minTime: number;