UNPKG

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]

27 lines (26 loc) 1.72 kB
import { ElementRef, EventEmitter } from '@angular/core'; import { SbThemeService } from "../../core"; import { MarkedDates } from "../marked-dates"; import * as i0 from "@angular/core"; declare const SbCalendarYearCore: import("../../core").Constructor<import("../../core").CanDisable> & import("../../core").AbstractConstructor<import("../../core").CanDisable> & import("../../core").Constructor<import("../../core").CanTabindex> & import("../../core").AbstractConstructor<import("../../core").CanTabindex> & 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 SbCalendarYearComponent extends SbCalendarYearCore { select: EventEmitter<Date>; yearFormat: string; year: Date; markedDates: MarkedDates; get isMarked(): boolean; get isStart(): boolean; get isEnd(): boolean; get isBetween(): boolean; get yearFormatted(): string; constructor(elementRef: ElementRef, themeService: SbThemeService); handleClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SbCalendarYearComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SbCalendarYearComponent, "sb-calendar-year", never, { "color": "color"; "disabled": "disabled"; "yearFormat": "yearFormat"; "year": "year"; "markedDates": "markedDates"; }, { "select": "select"; }, never, never>; } export {};