🤖 Merge PR #63524 Add toggleActive to DatepickerOptions in bootstrap-datepicker by @PrinceCharles23

Co-authored-by: Franz 'Charly' Heinz <Franz.Heinz@asfinag.at>
This commit is contained in:
PrinceCharles23
2023-03-25 08:09:15 +01:00
committed by GitHub
parent 6bf49f0c8d
commit 5a94716c67

View File

@@ -67,11 +67,12 @@ interface DatepickerOptions {
showOnFocus?: boolean | undefined;
startDate?: Date | string | undefined;
startView?: DatepickerViewModes | undefined;
templates?: any;
showWeekDays?: boolean | undefined;
templates?: any;
title?: string | undefined;
todayBtn?: boolean | "linked" | undefined;
todayHighlight?: boolean | undefined;
toggleActive?: boolean | undefined;
updateViewDate?: boolean | undefined;
weekStart?: number | undefined;
zIndexOffset?: number | undefined;