@nesto-software/moment-holiday-germany
Version:
The german locale for moment-holiday.
41 lines • 1.86 kB
JavaScript
;
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var moment_holiday_core_1 = require("@nesto-software/moment-holiday-core");
var url = require("url");
var holiday_names_1 = require("./holiday-names");
var AUGRegionLocale = /** @class */ (function (_super) {
__extends(AUGRegionLocale, _super);
function AUGRegionLocale() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.legislation = new moment_holiday_core_1.Legislation("Feiertagsgesetz", url.parse("http://www.gesetze-bayern.de/Content/Document/BayFTG-1"), "Art. 1 II");
return _this;
}
AUGRegionLocale.prototype.getHolidayDefinitions = function () {
return [
{
name: holiday_names_1.HolidayName.FRIEDENSFEST,
date: new moment_holiday_core_1.RecurringDate(8, 7),
tags: [
new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC),
new moment_holiday_core_1.LegislationTag(this.legislation),
],
},
];
};
return AUGRegionLocale;
}(moment_holiday_core_1.AbstractLocale));
exports.AUGRegionLocale = AUGRegionLocale;
//# sourceMappingURL=aug.region-locale.js.map