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 ca() {
let a = this.ah(15);
return a;
}
set ca(a) {
this.a5(15, a);
}
get cb() {
let a = this.ah(16);
return a;
}
set cb(a) {
this.a5(16, a);
}
get b7() {
return this.ah(45);
}
set b7(a) {
this.a5(45, a);
}
get b8() {
return this.ah(46);
}
set b8(a) {
this.a5(46, a);
}
get b9() {
return this.ah(47);
}
set b9(a) {
this.a5(47, a);
}
get b6() {
return this.ah(48);
}
set b6(a) {
this.a5(48, a);
}
get b5() {
return this.ah(49);
}
set b5(a) {
this.a5(49, a);
}
get b4() {
return this.ah(50);
}
set b4(a) {
this.a5(50, a);
}
}
NativeUIIconButton.$t = /*@__PURE__*/ markType(NativeUIIconButton, 'NativeUIIconButton', NativeUIButton.$);
return NativeUIIconButton;
})();