igniteui-react-core
Version:
Ignite UI React Core.
320 lines (319 loc) • 9.67 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, __read, __spreadArray } from "tslib";
import { NativeUIComponent } from "./NativeUIComponent";
import { NativeUIInputDisplayType_$type } from "./NativeUIInputDisplayType";
import { enumGetBox, EnumUtil, typeGetValue, markType } from "./type";
import { NativeUIDisplayDensity_$type } from "./NativeUIDisplayDensity";
import { NativeUIInputType_$type } from "./NativeUIInputType";
import { NativeUIComponentHorizontalAlignment_$type } from "./NativeUIComponentHorizontalAlignment";
/**
* @hidden
*/
var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUIInput, _super);
function NativeUIInput() {
var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this;
_this.br = null;
_this.bx = null;
_this.bz = null;
_this.bs = null;
_this.bn = null;
_this.bl = null;
return _this;
}
Object.defineProperty(NativeUIInput.prototype, "bm", {
get: function () {
return this.d;
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "bv", {
get: function () {
var a = this.ah(0);
return a == null ? 1 : EnumUtil.getEnumValue(NativeUIInputDisplayType_$type, a);
},
set: function (a) {
this.a5(0, enumGetBox(NativeUIInputDisplayType_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "bq", {
get: function () {
var a = this.ah(1);
return a == null ? 1 : EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, a);
},
set: function (a) {
this.a5(1, enumGetBox(NativeUIDisplayDensity_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b6", {
get: function () {
var a = this.ah(3);
return a;
},
set: function (a) {
this.a5(3, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "cc", {
get: function () {
var a = this.ah(104);
return a;
},
set: function (a) {
this.a5(104, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b8", {
get: function () {
var a = this.ah(2);
return a;
},
set: function (a) {
this.a5(2, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "bt", {
get: function () {
return this.br;
},
set: function (a) {
var b = this.br;
this.br = a;
if (this.br != b) {
if (b != null) {
this.a3(0, b);
}
if (this.br != null) {
this.ar(0, this.br);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "by", {
get: function () {
return this.bx;
},
set: function (a) {
var b = this.bx;
this.bx = a;
if (this.bx != b) {
if (b != null) {
this.a3(28, b);
}
if (this.bx != null) {
this.ar(28, this.bx);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b0", {
get: function () {
return this.bz;
},
set: function (a) {
var b = this.bz;
this.bz = a;
if (this.bz != b) {
if (b != null) {
this.a3(9, b);
}
if (this.bz != null) {
this.ar(9, this.bz);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "bu", {
get: function () {
return this.bs;
},
set: function (a) {
var b = this.bs;
this.bs = a;
if (this.bs != b) {
if (b != null) {
this.a3(27, b);
}
if (this.br != null) {
this.ar(27, this.br);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "bo", {
get: function () {
return this.bn;
},
set: function (a) {
var b = this.bn;
this.bn = a;
if (this.bn != b) {
if (b != null) {
this.a3(25, b);
}
if (this.bn != null) {
this.ar(25, this.bn);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "bw", {
get: function () {
var a = this.ah(19);
return a == null ? 0 : EnumUtil.getEnumValue(NativeUIInputType_$type, a);
},
set: function (a) {
this.a5(19, enumGetBox(NativeUIInputType_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "bp", {
get: function () {
var a = this.ah(20);
return a == null ? 0 : EnumUtil.getEnumValue(NativeUIComponentHorizontalAlignment_$type, a);
},
set: function (a) {
this.a5(20, enumGetBox(NativeUIComponentHorizontalAlignment_$type, a));
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "cf", {
get: function () {
var a = this.ah(34);
return a == null ? null : a;
},
set: function (a) {
this.a5(34, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b3", {
get: function () {
var a = this.ah(21);
return a == null ? false : a;
},
set: function (a) {
this.a5(21, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b1", {
get: function () {
var a = this.ah(33);
return a == null ? false : a;
},
set: function (a) {
this.a5(33, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b7", {
get: function () {
var a = this.ah(101);
return a;
},
set: function (a) {
this.a5(101, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "cd", {
get: function () {
var a = this.ah(102);
return a;
},
set: function (a) {
this.a5(102, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "ce", {
get: function () {
var a = this.ah(103);
return a;
},
set: function (a) {
this.a5(103, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b5", {
get: function () {
var a = this.ah(106);
return typeGetValue(a);
},
set: function (a) {
this.a5(106, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b4", {
get: function () {
var a = this.ah(107);
return typeGetValue(a);
},
set: function (a) {
this.a5(107, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIInput.prototype, "b2", {
get: function () {
var a = this.ah(108);
return a;
},
set: function (a) {
this.a5(108, a);
},
enumerable: false,
configurable: true
});
NativeUIInput.prototype.b9 = function () {
this.bm.resetIsExpanded(this.an);
};
NativeUIInput.prototype.ca = function () {
this.bm.select(this.an);
};
NativeUIInput.prototype.cb = function (a, b) {
this.bm.setSelectionRange(this.an, a, b);
};
NativeUIInput.$t = markType(NativeUIInput, 'NativeUIInput', NativeUIComponent.$);
return NativeUIInput;
}(NativeUIComponent));
export { NativeUIInput };