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

14 lines 744 B
export default class CalendarPathInput extends SelectInput { static "__#11@#CALENDAR_PATHS": readonly string[]; /** * Constructor. * * @param {boolean} [as_return_type_param] - if true, the select element's name will be set to 'return_type' and the options will be set to the accepted return types of the API. If false, the select element's name will be set to 'Accept' and the options will be set to the accepted accept headers of the API. * * @throws {Error} if as_return_type_param is set more than once. * @throws {Error} if as_return_type_param is not of type boolean. */ constructor(locale: any); } import SelectInput from "./SelectInput.js"; //# sourceMappingURL=CalendarPathInput.d.ts.map