igniteui-react-core
Version:
Ignite UI React Core.
107 lines (106 loc) • 3.27 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 { __extends } from "tslib";
import { NativeUIButton } from "./NativeUIButton";
import { markType } from "./type";
/**
* @hidden
*/
var NativeUIIconButton = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUIIconButton, _super);
function NativeUIIconButton() {
return _super !== null && _super.apply(this, arguments) || this;
}
NativeUIIconButton.prototype.get_e = function () {
return 10;
};
Object.defineProperty(NativeUIIconButton.prototype, "b9", {
get: function () {
var a = this.ag(15);
return a;
},
set: function (a) {
this.a4(15, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIconButton.prototype, "ca", {
get: function () {
var a = this.ag(16);
return a;
},
set: function (a) {
this.a4(16, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIconButton.prototype, "b6", {
get: function () {
return this.ag(44);
},
set: function (a) {
this.a4(44, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIconButton.prototype, "b7", {
get: function () {
return this.ag(45);
},
set: function (a) {
this.a4(45, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIconButton.prototype, "b8", {
get: function () {
return this.ag(46);
},
set: function (a) {
this.a4(46, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIconButton.prototype, "b5", {
get: function () {
return this.ag(47);
},
set: function (a) {
this.a4(47, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIconButton.prototype, "b4", {
get: function () {
return this.ag(48);
},
set: function (a) {
this.a4(48, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIconButton.prototype, "b3", {
get: function () {
return this.ag(49);
},
set: function (a) {
this.a4(49, a);
},
enumerable: false,
configurable: true
});
NativeUIIconButton.$t = markType(NativeUIIconButton, 'NativeUIIconButton', NativeUIButton.$);
return NativeUIIconButton;
}(NativeUIButton));
export { NativeUIIconButton };