sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
28 lines (27 loc) • 1.86 kB
TypeScript
import { ElementRef, EventEmitter } from '@angular/core';
import { SbThemeService } from "../../core";
import { MarkedDates } from "../marked-dates";
import * as i0 from "@angular/core";
declare const SbCalendarDatesCore: import("../../core").Constructor<import("../../core").CanDisable> & import("../../core").AbstractConstructor<import("../../core").CanDisable> & import("../../core").Constructor<import("../../core").CanFocus> & import("../../core").AbstractConstructor<import("../../core").CanFocus> & import("../../core").Constructor<import("../../core").CanColor> & import("../../core").AbstractConstructor<import("../../core").CanColor> & import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef, _themeService: SbThemeService): {
_elementRef: ElementRef;
_themeService: SbThemeService;
};
};
export declare class SbCalendarDatesComponent extends SbCalendarDatesCore {
weekDayFormat: string;
select: EventEmitter<Date>;
handleSelect(date: Date): void;
markedDates: MarkedDates;
set showingMonthStart(date: Date);
get showingMonthStart(): Date;
private _showingMonthStart;
calendarDates: Array<Date>;
weekDays: Array<string>;
constructor(elementRef: ElementRef, themeService: SbThemeService);
private createWeekDays;
private updateCalendarDates;
static ɵfac: i0.ɵɵFactoryDeclaration<SbCalendarDatesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbCalendarDatesComponent, "sb-calendar-dates", never, { "color": "color"; "disabled": "disabled"; "weekDayFormat": "weekDayFormat"; "markedDates": "markedDates"; "showingMonthStart": "showingMonthStart"; }, { "focus": "focus"; "blur": "blur"; "select": "select"; }, never, never>;
}
export {};