UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

47 lines (46 loc) 1.69 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_c = function () { return 3; }; Object.defineProperty(NativeUILabel.prototype, "au", { get: function () { var a = this.o(8); return a; }, set: function (a) { this.af(8, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUILabel.prototype, "at", { get: function () { var a = this.o(9); return a; }, set: function (a) { this.af(9, a); }, enumerable: false, configurable: true }); NativeUILabel.$t = markType(NativeUILabel, 'NativeUILabel', NativeUIComponent.$); return NativeUILabel; }(NativeUIComponent)); export { NativeUILabel };