UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

345 lines (344 loc) 10.3 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var CalendarDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CalendarDescription, _super); function CalendarDescription() { var _this = _super.call(this) || this; _this.m = new Date(); _this.l = new Date(); _this.k = new Date(); _this.j = new Date(); _this.x = null; _this.u = null; _this.t = null; _this.ag = null; _this.ai = null; _this.aa = null; _this.af = null; _this.ak = null; _this.ah = null; _this.ab = null; _this.w = null; _this.v = null; _this.f = false; _this.ac = null; _this.r = 0; _this.ad = null; _this.ae = null; _this.y = null; _this.z = null; _this.g = false; _this.aj = null; _this.al = null; return _this; } CalendarDescription.prototype.get_type = function () { return "Calendar"; }; Object.defineProperty(CalendarDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "value", { get: function () { return this.m; }, set: function (a) { this.m = a; this.e("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "today", { get: function () { return this.l; }, set: function (a) { this.l = a; this.e("Today"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "minDate", { get: function () { return this.k; }, set: function (a) { this.k = a; this.e("MinDate"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "maxDate", { get: function () { return this.j; }, set: function (a) { this.j = a; this.e("MaxDate"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "density", { get: function () { return this.x; }, set: function (a) { this.x = a; this.e("Density"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "baseTheme", { get: function () { return this.u; }, set: function (a) { this.u = a; this.e("BaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "backgroundColor", { get: function () { return this.t; }, set: function (a) { this.t = a; this.e("BackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "selectedDateBackgroundColor", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.e("SelectedDateBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "selectedFocusDateBackgroundColor", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.e("SelectedFocusDateBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "focusDateBackgroundColor", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.e("FocusDateBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "hoverBackgroundColor", { get: function () { return this.af; }, set: function (a) { this.af = a; this.e("HoverBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "textColor", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.e("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "selectedDateTextColor", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.e("SelectedDateTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "focusDateTextColor", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.e("FocusDateTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "currentDateTextColor", { get: function () { return this.w; }, set: function (a) { this.w = a; this.e("CurrentDateTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "currentDateBorderColor", { get: function () { return this.v; }, set: function (a) { this.v = a; this.e("CurrentDateBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "showTodayButton", { get: function () { return this.f; }, set: function (a) { this.f = a; this.e("ShowTodayButton"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "fontFamily", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.e("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "fontSize", { get: function () { return this.r; }, set: function (a) { this.r = a; this.e("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "fontStyle", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.e("FontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "fontWeight", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.e("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "firstDayOfWeek", { get: function () { return this.y; }, set: function (a) { this.y = a; this.e("FirstDayOfWeek"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "firstWeekOfYear", { get: function () { return this.z; }, set: function (a) { this.z = a; this.e("FirstWeekOfYear"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "showWeekNumbers", { get: function () { return this.g; }, set: function (a) { this.g = a; this.e("ShowWeekNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "selectedValueChangedRef", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.e("SelectedValueChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalendarDescription.prototype, "valueChangeRef", { get: function () { return this.al; }, set: function (a) { this.al = a; this.e("ValueChangeRef"); }, enumerable: false, configurable: true }); CalendarDescription.$t = markType(CalendarDescription, 'CalendarDescription', Description.$); return CalendarDescription; }(Description)); export { CalendarDescription };