@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface DatePickerComponentModel

    interface DatePickerComponentModel {
        currentMonth: string;
        currentYear: number;
        modalVisible: boolean;
        months: string[];
        monthSelectorVisible: boolean;
        strings: {
            heading: string;
            label: string;
            next: string;
            previous: string;
            selectMonth: string;
            viewCalendar: string;
        };
        value: string;
        weeks: CalendarDay[][];
        years: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentMonth: string
    currentYear: number
    modalVisible: boolean
    months: string[]
    monthSelectorVisible: boolean
    strings: {
        heading: string;
        label: string;
        next: string;
        previous: string;
        selectMonth: string;
        viewCalendar: string;
    }
    value: string
    weeks: CalendarDay[][]
    years: number[]