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]
25 lines (24 loc) • 1.56 kB
TypeScript
import { ElementRef, EventEmitter } from '@angular/core';
import { MarkedDates } from "../marked-dates";
import * as i0 from "@angular/core";
declare const SbCalendarYearsCore: 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").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef): {
_elementRef: ElementRef;
};
};
export declare class SbCalendarYearsComponent extends SbCalendarYearsCore {
color: string | undefined;
yearFormat: string;
select: EventEmitter<Date>;
handleSelect(date: Date): void;
private _showingVicennialStart;
set showingVicennialStart(date: Date);
get showingVicennialStart(): Date;
calendarYears: Array<Date>;
markedDates: MarkedDates;
constructor(elementRef: ElementRef);
private updateCalendarYears;
static ɵfac: i0.ɵɵFactoryDeclaration<SbCalendarYearsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbCalendarYearsComponent, "sb-calendar-years", never, { "disabled": "disabled"; "color": "color"; "yearFormat": "yearFormat"; "showingVicennialStart": "showingVicennialStart"; "markedDates": "markedDates"; }, { "focus": "focus"; "blur": "blur"; "select": "select"; }, never, never>;
}
export {};