igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
345 lines (344 loc) • 10.3 kB
JavaScript
/*
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.r = new Date();
_this.q = new Date();
_this.p = new Date();
_this.o = new Date();
_this.ac = null;
_this.z = null;
_this.y = null;
_this.al = null;
_this.an = null;
_this.af = null;
_this.ak = null;
_this.ap = null;
_this.am = null;
_this.ag = null;
_this.ab = null;
_this.aa = null;
_this.k = false;
_this.ah = null;
_this.w = 0;
_this.ai = null;
_this.aj = null;
_this.ad = null;
_this.ae = null;
_this.l = false;
_this.ao = null;
_this.aq = 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.r;
},
set: function (a) {
this.r = a;
this.j("Value");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "today", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("Today");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "minDate", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("MinDate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "maxDate", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("MaxDate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "density", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("Density");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "baseTheme", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("BaseTheme");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "backgroundColor", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("BackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "selectedDateBackgroundColor", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("SelectedDateBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "selectedFocusDateBackgroundColor", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("SelectedFocusDateBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "focusDateBackgroundColor", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("FocusDateBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "hoverBackgroundColor", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("HoverBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "textColor", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "selectedDateTextColor", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("SelectedDateTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "focusDateTextColor", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("FocusDateTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "currentDateTextColor", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("CurrentDateTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "currentDateBorderColor", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("CurrentDateBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "showTodayButton", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("ShowTodayButton");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "fontFamily", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("FontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "fontSize", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("FontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "fontStyle", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("FontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "fontWeight", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("FontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "firstDayOfWeek", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("FirstDayOfWeek");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "firstWeekOfYear", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("FirstWeekOfYear");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "showWeekNumbers", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("ShowWeekNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "selectedValueChangedRef", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("SelectedValueChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalendarDescription.prototype, "valueChangeRef", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("ValueChangeRef");
},
enumerable: false,
configurable: true
});
CalendarDescription.$t = markType(CalendarDescription, 'CalendarDescription', Description.$);
return CalendarDescription;
}(Description));
export { CalendarDescription };