UNPKG

@liturgical-calendar/components-js

Version:

Liturgical calendar components for javascript: an html select populated with liturgical calendars supported by the Liturgical Calendar API; form controls for parameters that are supported by the Liturgical Calendar API; a webcalendar; and liturgy of the d

20 lines 793 B
export default class PathBuilder { constructor(apiOptions: any, calendarSelect: any); class(className?: string): this; id(id: any): this; buttonClass(className?: string): this; buttonText(text: any): this; buttonWrapperClass(className?: string): this; pathWrapperClass(className?: string): this; appendTo(elementSelector: any): void; replace(elementSelector: any): void; #private; } export type Epiphany = "JAN6" | "SUNDAY_JAN2_JAN8"; export type Ascension = "THURSDAY" | "SUNDAY"; export type CorpusChristi = "THURSDAY" | "SUNDAY"; export type EternalHighPriest = true | false; export type Locale = string; export type ReturnType = "JSON" | "XML" | "YML" | "ICS"; export type YearType = "CIVIL" | "LITURGICAL"; //# sourceMappingURL=PathBuilder.d.ts.map