igniteui-react-core
Version:
Ignite UI React Core.
71 lines (70 loc) • 1.91 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 { NativeUIButton } from "./NativeUIButton";
import { markType } from "./type";
/**
* @hidden
*/
export let NativeUIIconButton = /*@__PURE__*/ (() => {
class NativeUIIconButton extends NativeUIButton {
get_e() {
return 10;
}
get b9() {
let a = this.ag(15);
return a;
}
set b9(a) {
this.a4(15, a);
}
get ca() {
let a = this.ag(16);
return a;
}
set ca(a) {
this.a4(16, a);
}
get b6() {
return this.ag(44);
}
set b6(a) {
this.a4(44, a);
}
get b7() {
return this.ag(45);
}
set b7(a) {
this.a4(45, a);
}
get b8() {
return this.ag(46);
}
set b8(a) {
this.a4(46, a);
}
get b5() {
return this.ag(47);
}
set b5(a) {
this.a4(47, a);
}
get b4() {
return this.ag(48);
}
set b4(a) {
this.a4(48, a);
}
get b3() {
return this.ag(49);
}
set b3(a) {
this.a4(49, a);
}
}
NativeUIIconButton.$t = /*@__PURE__*/ markType(NativeUIIconButton, 'NativeUIIconButton', NativeUIButton.$);
return NativeUIIconButton;
})();