UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

398 lines (397 loc) 11.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 { InputGroupItemDescription } from "./InputGroupItemDescription"; import { markType } from "./type"; /** * @hidden */ var InputDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(InputDescription, _super); function InputDescription() { var _this = _super.call(this) || this; _this.af = null; _this.y = null; _this.aq = null; _this.as = null; _this.j = false; _this.aa = null; _this.z = null; _this.at = null; _this.ag = null; _this.q = 0; _this.ah = null; _this.ai = null; _this.am = null; _this.ar = null; _this.ak = null; _this.al = null; _this.u = 0; _this.aj = null; _this.ab = null; _this.k = false; _this.au = null; _this.i = false; _this.l = false; _this.t = 0; _this.s = 0; _this.an = null; _this.ap = null; _this.ao = null; _this.ac = null; _this.ad = null; _this.ae = null; return _this; } InputDescription.prototype.get_type = function () { return "Input"; }; Object.defineProperty(InputDescription.prototype, "density", { get: function () { return this.af; }, set: function (a) { this.af = a; this.e("Density"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "actualDensity", { get: function () { return this.y; }, set: function (a) { this.y = a; this.e("ActualDensity"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "mask", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.e("Mask"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "promptChar", { get: function () { return this.as; }, set: function (a) { this.as = a; this.e("PromptChar"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "includeLiterals", { get: function () { return this.j; }, set: function (a) { this.j = a; this.e("IncludeLiterals"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "actualTextColor", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.e("ActualTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "actualHoverTextColor", { get: function () { return this.z; }, set: function (a) { this.z = a; this.e("ActualHoverTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "textColor", { get: function () { return this.at; }, set: function (a) { this.at = a; this.e("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "fontFamily", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.e("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "fontSize", { get: function () { return this.q; }, set: function (a) { this.q = a; this.e("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "fontStyle", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.e("FontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "fontWeight", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.e("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "inputType", { get: function () { return this.am; }, set: function (a) { this.am = a; this.e("InputType"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "placeholder", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.e("Placeholder"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "hoverTextColor", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.e("HoverTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "id", { get: function () { return this.al; }, set: function (a) { this.al = a; this.e("Id"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "tabIndex", { get: function () { return this.u; }, set: function (a) { this.u = a; this.e("TabIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "$for", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.e("For"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "ariaLabel", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.e("AriaLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "isHover", { get: function () { return this.k; }, set: function (a) { this.k = a; this.e("IsHover"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "value", { get: function () { return this.au; }, set: function (a) { this.au = a; this.e("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "disabled", { get: function () { return this.i; }, set: function (a) { this.i = a; this.e("Disabled"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "readonly", { get: function () { return this.l; }, set: function (a) { this.l = a; this.e("Readonly"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "selectionStart", { get: function () { return this.t; }, set: function (a) { this.t = a; this.e("SelectionStart"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "selectionEnd", { get: function () { return this.s; }, set: function (a) { this.s = a; this.e("SelectionEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "keyDownRef", { get: function () { return this.an; }, set: function (a) { this.an = a; this.e("KeyDownRef"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "keyUpRef", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.e("KeyUpRef"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "keyPressRef", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.e("KeyPressRef"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "changeRef", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.e("ChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "changingRef", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.e("ChangingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(InputDescription.prototype, "compositionEndRef", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.e("CompositionEndRef"); }, enumerable: false, configurable: true }); InputDescription.$t = markType(InputDescription, 'InputDescription', InputGroupItemDescription.$); return InputDescription; }(InputGroupItemDescription)); export { InputDescription };