UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

518 lines (517 loc) 15.5 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 { WebBaseComboBoxLikeDescription } from "./WebBaseComboBoxLikeDescription"; import { markType } from "./type"; /** * @hidden */ var WebDateRangePickerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebDateRangePickerDescription, _super); function WebDateRangePickerDescription() { var _this = _super.call(this) || this; _this.ab = null; _this.t = null; _this.bk = null; _this.an = false; _this.am = false; _this.bj = null; _this.z = null; _this.aj = false; _this.ah = false; _this.ai = false; _this.bg = null; _this.bi = null; _this.bh = null; _this.bo = null; _this.bq = null; _this.bp = null; _this.br = null; _this.bc = null; _this.bf = null; _this.a1 = new Date(); _this.a0 = new Date(); _this.u = null; _this.a5 = 0; _this.bd = null; _this.bn = null; _this.ae = false; _this.az = new Date(); _this.al = false; _this.af = false; _this.v = null; _this.bs = null; _this.ad = false; _this.ak = false; _this.a7 = null; _this.ag = false; _this.bm = null; _this.bl = null; _this.bb = null; _this.ba = null; _this.a9 = null; _this.be = null; return _this; } WebDateRangePickerDescription.prototype.get_type = function () { return "WebDateRangePicker"; }; Object.defineProperty(WebDateRangePickerDescription.prototype, "value", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "customRanges", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("CustomRanges"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "mode", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("Mode"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "useTwoInputs", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("UseTwoInputs"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "usePredefinedRanges", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("UsePredefinedRanges"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "locale", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("Locale"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "resourceStrings", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("ResourceStrings"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "readOnly", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("ReadOnly"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "nonEditable", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("NonEditable"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "outlined", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("Outlined"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "label", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("Label"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "labelStart", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("LabelStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "labelEnd", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("LabelEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "placeholder", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.j("Placeholder"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "placeholderStart", { get: function () { return this.bq; }, set: function (a) { this.bq = a; this.j("PlaceholderStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "placeholderEnd", { get: function () { return this.bp; }, set: function (a) { this.bp = a; this.j("PlaceholderEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "prompt", { get: function () { return this.br; }, set: function (a) { this.br = a; this.j("Prompt"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "displayFormat", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("DisplayFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "inputFormat", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("InputFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "min", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("Min"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "max", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("Max"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "disabledDates", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("DisabledDates"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "visibleMonths", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("VisibleMonths"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "headerOrientation", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("HeaderOrientation"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "orientation", { get: function () { return this.bn; }, set: function (a) { this.bn = a; this.j("Orientation"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "hideHeader", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("HideHeader"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "activeDate", { get: function () { return this.az; }, set: function (a) { this.az = a; this.j("ActiveDate"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "showWeekNumbers", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("ShowWeekNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "hideOutsideDays", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("HideOutsideDays"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "specialDates", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("SpecialDates"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "weekStart", { get: function () { return this.bs; }, set: function (a) { this.bs = a; this.j("WeekStart"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "disabled", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("Disabled"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "required", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("Required"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "defaultValue", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("DefaultValue"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "invalid", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("Invalid"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "openingRef", { get: function () { return this.bm; }, set: function (a) { this.bm = a; this.j("OpeningRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "openedRef", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("OpenedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "closingRef", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("ClosingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "closedRef", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("ClosedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "changeRef", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("ChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDateRangePickerDescription.prototype, "inputRef", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("InputRef"); }, enumerable: false, configurable: true }); WebDateRangePickerDescription.$t = markType(WebDateRangePickerDescription, 'WebDateRangePickerDescription', WebBaseComboBoxLikeDescription.$); return WebDateRangePickerDescription; }(WebBaseComboBoxLikeDescription)); export { WebDateRangePickerDescription };