app-datepicker
Version:
Google Material Design based date picker built with lit
26 lines • 1.7 kB
TypeScript
export declare const confirmKeySet: Set<"Enter" | " ">;
export declare const DateTimeFormat: {
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): Intl.DateTimeFormat;
new (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): Intl.DateTimeFormat;
supportedLocalesOf(locales: string | string[], options?: Intl.DateTimeFormatOptions | undefined): string[];
readonly prototype: Intl.DateTimeFormat;
};
export declare const labelChooseMonth: "Choose month";
export declare const labelChooseYear: "Choose year";
export declare const labelNextMonth: "Next month";
export declare const labelPreviousMonth: "Previous month";
export declare const labelSelectedDate: "Selected date";
export declare const labelSelectedYear: "Selected year";
export declare const labelShortWeek: "Wk";
export declare const labelToday: "Today";
export declare const labelToyear: "Toyear";
export declare const labelWeek: "Week";
export declare const MAX_DATE: Date;
export declare const navigationKeyListNext: ("ArrowDown" | "End" | "PageDown")[];
export declare const navigationKeyListPrevious: ("ArrowUp" | "Home" | "PageUp")[];
export declare const navigationKeySetDayNext: Set<"ArrowDown" | "ArrowRight" | "End" | "PageDown">;
export declare const navigationKeySetDayPrevious: Set<"ArrowLeft" | "ArrowUp" | "Home" | "PageUp">;
export declare const navigationKeySetGrid: Set<"ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp">;
export declare const startViews: readonly ["calendar", "yearGrid"];
export declare const weekNumberTemplate: "Week %s";
//# sourceMappingURL=constants.d.ts.map