@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
18 lines • 939 B
TypeScript
export default class EternalHighPriestInput extends SelectInput {
/**
* Constructs an EternalHighPriestInput object.
*
* @param {Intl.Locale|null} locale - The locale to use for formatting options.
* Must be an instance of Intl.Locale and cannot be null.
* @throws {Error} Throws an error if the locale is null or not an instance of Intl.Locale.
*
* This constructor initializes the eternal high priest input select element, setting its name, id, and
* label text content. It also populates the select options with 'false' and 'true',
* formatted according to the given locale. The options are immutable and each option's
* selected state is determined by the current _selectedValue.
*/
constructor(locale?: Intl.Locale | null);
#private;
}
import SelectInput from "./SelectInput.js";
//# sourceMappingURL=EternalHighPriestInput.d.ts.map