igniteui-react-core
Version:
Ignite UI React Core.
47 lines (46 loc) • 1.41 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 { NativeUIComponent } from "./NativeUIComponent";
import { markType } from "./type";
/**
* @hidden
*/
export let NativeUILabel = /*@__PURE__*/ (() => {
class NativeUILabel extends NativeUIComponent {
get_e() {
return 3;
}
get bo() {
let a = this.ah(10);
return a;
}
set bo(a) {
this.a5(10, a);
}
get bl() {
let a = this.ah(11);
return a;
}
set bl(a) {
this.a5(11, a);
}
get bn() {
return this.ah(31);
}
set bn(a) {
this.a5(31, a);
}
get bm() {
return this.ah(32);
}
set bm(a) {
this.a5(32, a);
}
}
NativeUILabel.$t = /*@__PURE__*/ markType(NativeUILabel, 'NativeUILabel', NativeUIComponent.$);
return NativeUILabel;
})();