UNPKG

igniteui-react-core

Version:
107 lines (106 loc) 3.27 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 { 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, "ca", { get: function () { var a = this.ah(15); return a; }, set: function (a) { this.a5(15, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIconButton.prototype, "cb", { get: function () { var a = this.ah(16); return a; }, set: function (a) { this.a5(16, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIconButton.prototype, "b7", { get: function () { return this.ah(45); }, set: function (a) { this.a5(45, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIconButton.prototype, "b8", { get: function () { return this.ah(46); }, set: function (a) { this.a5(46, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIconButton.prototype, "b9", { get: function () { return this.ah(47); }, set: function (a) { this.a5(47, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIconButton.prototype, "b6", { get: function () { return this.ah(48); }, set: function (a) { this.a5(48, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIconButton.prototype, "b5", { get: function () { return this.ah(49); }, set: function (a) { this.a5(49, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIconButton.prototype, "b4", { get: function () { return this.ah(50); }, set: function (a) { this.a5(50, a); }, enumerable: false, configurable: true }); NativeUIIconButton.$t = markType(NativeUIIconButton, 'NativeUIIconButton', NativeUIButton.$); return NativeUIIconButton; }(NativeUIButton)); export { NativeUIIconButton };