igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
434 lines (433 loc) • 12.9 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 { WebBaseComboBoxLikeDescription } from "./WebBaseComboBoxLikeDescription";
import { markType } from "./type";
/**
* @hidden
*/
var WebDatePickerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebDatePickerDescription, _super);
function WebDatePickerDescription() {
var _this = _super.call(this) || this;
_this.ba = null;
_this.bc = null;
_this.ad = false;
_this.af = false;
_this.au = new Date();
_this.ar = new Date();
_this.at = new Date();
_this.as = new Date();
_this.a7 = null;
_this.bf = null;
_this.aa = false;
_this.ab = false;
_this.t = null;
_this.u = null;
_this.ae = false;
_this.bg = null;
_this.az = 0;
_this.ah = false;
_this.a6 = null;
_this.a9 = null;
_this.bb = null;
_this.bh = null;
_this.x = null;
_this.bi = null;
_this.z = false;
_this.ag = false;
_this.a1 = null;
_this.ac = false;
_this.be = null;
_this.bd = null;
_this.a5 = null;
_this.a4 = null;
_this.a3 = null;
_this.a8 = null;
return _this;
}
WebDatePickerDescription.prototype.get_type = function () {
return "WebDatePicker";
};
Object.defineProperty(WebDatePickerDescription.prototype, "label", {
get: function () {
return this.ba;
},
set: function (a) {
this.ba = a;
this.j("Label");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "mode", {
get: function () {
return this.bc;
},
set: function (a) {
this.bc = a;
this.j("Mode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "nonEditable", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("NonEditable");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "readOnly", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("ReadOnly");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "value", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("Value");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "activeDate", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("ActiveDate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "min", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("Min");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "max", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("Max");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "headerOrientation", {
get: function () {
return this.a7;
},
set: function (a) {
this.a7 = a;
this.j("HeaderOrientation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "orientation", {
get: function () {
return this.bf;
},
set: function (a) {
this.bf = a;
this.j("Orientation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "hideHeader", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("HideHeader");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "hideOutsideDays", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("HideOutsideDays");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "disabledDates", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("DisabledDates");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "specialDates", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("SpecialDates");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "outlined", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("Outlined");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "placeholder", {
get: function () {
return this.bg;
},
set: function (a) {
this.bg = a;
this.j("Placeholder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "visibleMonths", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("VisibleMonths");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "showWeekNumbers", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("ShowWeekNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "displayFormat", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.j("DisplayFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "inputFormat", {
get: function () {
return this.a9;
},
set: function (a) {
this.a9 = a;
this.j("InputFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "locale", {
get: function () {
return this.bb;
},
set: function (a) {
this.bb = a;
this.j("Locale");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "prompt", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.j("Prompt");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "resourceStrings", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("ResourceStrings");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "weekStart", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.j("WeekStart");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "disabled", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("Disabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "required", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("Required");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "defaultValue", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.j("DefaultValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "invalid", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("Invalid");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "openingRef", {
get: function () {
return this.be;
},
set: function (a) {
this.be = a;
this.j("OpeningRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "openedRef", {
get: function () {
return this.bd;
},
set: function (a) {
this.bd = a;
this.j("OpenedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "closingRef", {
get: function () {
return this.a5;
},
set: function (a) {
this.a5 = a;
this.j("ClosingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "closedRef", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.j("ClosedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "changeRef", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.j("ChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebDatePickerDescription.prototype, "inputRef", {
get: function () {
return this.a8;
},
set: function (a) {
this.a8 = a;
this.j("InputRef");
},
enumerable: false,
configurable: true
});
WebDatePickerDescription.$t = markType(WebDatePickerDescription, 'WebDatePickerDescription', WebBaseComboBoxLikeDescription.$);
return WebDatePickerDescription;
}(WebBaseComboBoxLikeDescription));
export { WebDatePickerDescription };