UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

489 lines (488 loc) 14.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 DatePickerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DatePickerDescription, _super); function DatePickerDescription() { var _this = _super.call(this) || this; _this.af = new Date(); _this.ae = new Date(); _this.ay = null; _this.a2 = null; _this.az = null; _this.ak = 0; _this.a0 = null; _this.a1 = null; _this.a4 = null; _this.ad = new Date(); _this.ac = new Date(); _this.ar = null; _this.ao = null; _this.a7 = null; _this.al = 0; _this.a8 = null; _this.a9 = null; _this.a6 = null; _this.aw = null; _this.p = false; _this.q = false; _this.k = false; _this.o = false; _this.as = null; _this.at = null; _this.r = false; _this.aq = null; _this.au = null; _this.l = false; _this.m = false; _this.n = false; _this.s = false; _this.a5 = null; _this.av = null; _this.a3 = null; _this.ax = null; _this.ap = null; _this.ba = 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.af; }, set: function (a) { this.af = a; this.j("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "today", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("Today"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "label", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("Label"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "labelTextColor", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("LabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "labelFontFamily", { get: function () { return this.az; }, set: function (a) { this.az = a; this.j("LabelFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "labelFontSize", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("LabelFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "labelFontStyle", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("LabelFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "labelFontWeight", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("LabelFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "placeholder", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("Placeholder"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "minDate", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("MinDate"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "maxDate", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("MaxDate"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "density", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.j("Density"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "baseTheme", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("BaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "textFontFamily", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("TextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "textFontSize", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("TextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "textFontStyle", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("TextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "textFontWeight", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("TextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "textColor", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "iconColor", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.j("IconColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "showClearButton", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("ShowClearButton"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "showTodayButton", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("ShowTodayButton"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "allowTextInput", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("AllowTextInput"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "openOnFocus", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("OpenOnFocus"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "firstDayOfWeek", { get: function () { return this.as; }, set: function (a) { this.as = a; this.j("FirstDayOfWeek"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "firstWeekOfYear", { get: function () { return this.at; }, set: function (a) { this.at = a; this.j("FirstWeekOfYear"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "showWeekNumbers", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("ShowWeekNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "dateFormat", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.j("DateFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "formatString", { get: function () { return this.au; }, set: function (a) { this.au = a; this.j("FormatString"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "isDisabled", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("IsDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "isFixed", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("IsFixed"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "openAsChild", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("OpenAsChild"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "useTopLayer", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("UseTopLayer"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "selectedValueChangedRef", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("SelectedValueChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "gotFocusRef", { get: function () { return this.av; }, set: function (a) { this.av = a; this.j("GotFocusRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "lostFocusRef", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("LostFocusRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "keyDownRef", { get: function () { return this.ax; }, set: function (a) { this.ax = a; this.j("KeyDownRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "changingRef", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("ChangingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DatePickerDescription.prototype, "valueChangeRef", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("ValueChangeRef"); }, enumerable: false, configurable: true }); DatePickerDescription.$t = markType(DatePickerDescription, 'DatePickerDescription', Description.$); return DatePickerDescription; }(Description)); export { DatePickerDescription };