igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
453 lines (452 loc) • 13.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 DatePickerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DatePickerDescription, _super);
function DatePickerDescription() {
var _this = _super.call(this) || this;
_this.u = new Date();
_this.t = new Date();
_this.an = null;
_this.ar = null;
_this.ao = null;
_this.z = 0;
_this.ap = null;
_this.aq = null;
_this.at = null;
_this.s = new Date();
_this.r = new Date();
_this.ag = null;
_this.ad = null;
_this.aw = null;
_this.aa = 0;
_this.ax = null;
_this.ay = null;
_this.av = null;
_this.al = null;
_this.i = false;
_this.j = false;
_this.f = false;
_this.h = false;
_this.ah = null;
_this.ai = null;
_this.k = false;
_this.af = null;
_this.aj = null;
_this.g = false;
_this.au = null;
_this.ak = null;
_this.as = null;
_this.am = null;
_this.ae = null;
_this.az = null;
return _this;
}
DatePickerDescription.prototype.get_type = function () {
return "DatePicker";
};
Object.defineProperty(DatePickerDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "value", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.e("Value");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "today", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.e("Today");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "label", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.e("Label");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "labelTextColor", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.e("LabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "labelFontFamily", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.e("LabelFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "labelFontSize", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.e("LabelFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "labelFontStyle", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.e("LabelFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "labelFontWeight", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.e("LabelFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "placeholder", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.e("Placeholder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "minDate", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.e("MinDate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "maxDate", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.e("MaxDate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "density", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.e("Density");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "baseTheme", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.e("BaseTheme");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "textFontFamily", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.e("TextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "textFontSize", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.e("TextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "textFontStyle", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.e("TextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "textFontWeight", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.e("TextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "textColor", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.e("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "iconColor", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.e("IconColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "showClearButton", {
get: function () {
return this.i;
},
set: function (a) {
this.i = a;
this.e("ShowClearButton");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "showTodayButton", {
get: function () {
return this.j;
},
set: function (a) {
this.j = a;
this.e("ShowTodayButton");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "allowTextInput", {
get: function () {
return this.f;
},
set: function (a) {
this.f = a;
this.e("AllowTextInput");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "openOnFocus", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.e("OpenOnFocus");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "firstDayOfWeek", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.e("FirstDayOfWeek");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "firstWeekOfYear", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.e("FirstWeekOfYear");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "showWeekNumbers", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.e("ShowWeekNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "dateFormat", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.e("DateFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "formatString", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.e("FormatString");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "isDisabled", {
get: function () {
return this.g;
},
set: function (a) {
this.g = a;
this.e("IsDisabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "selectedValueChangedRef", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.e("SelectedValueChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "gotFocusRef", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.e("GotFocusRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "lostFocusRef", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.e("LostFocusRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "keyDownRef", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.e("KeyDownRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "changingRef", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.e("ChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DatePickerDescription.prototype, "valueChangeRef", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.e("ValueChangeRef");
},
enumerable: false,
configurable: true
});
DatePickerDescription.$t = markType(DatePickerDescription, 'DatePickerDescription', Description.$);
return DatePickerDescription;
}(Description));
export { DatePickerDescription };