UNPKG

igniteui-react-core

Version:
67 lines (66 loc) 2.17 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 { NativeUIComponent } from "./NativeUIComponent"; import { markType } from "./type"; /** * @hidden */ var NativeUILabel = /** @class */ /*@__PURE__*/ (function (_super) { __extends(NativeUILabel, _super); function NativeUILabel() { return _super !== null && _super.apply(this, arguments) || this; } NativeUILabel.prototype.get_e = function () { return 3; }; Object.defineProperty(NativeUILabel.prototype, "bo", { get: function () { var a = this.ah(10); return a; }, set: function (a) { this.a5(10, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUILabel.prototype, "bl", { get: function () { var a = this.ah(11); return a; }, set: function (a) { this.a5(11, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUILabel.prototype, "bn", { get: function () { return this.ah(31); }, set: function (a) { this.a5(31, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUILabel.prototype, "bm", { get: function () { return this.ah(32); }, set: function (a) { this.a5(32, a); }, enumerable: false, configurable: true }); NativeUILabel.$t = markType(NativeUILabel, 'NativeUILabel', NativeUIComponent.$); return NativeUILabel; }(NativeUIComponent)); export { NativeUILabel };