UNPKG

igniteui-react-core

Version:
158 lines (157 loc) 5.17 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 { ToolActionDescription } from "./ToolActionDescription"; import { markType } from "./type"; /** * @hidden */ var ToolActionIconButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ToolActionIconButtonDescription, _super); function ToolActionIconButtonDescription() { var _this = _super.call(this) || this; _this.ej = 0; _this.ei = 0; _this.d7 = 0; _this.d3 = 0; _this.d9 = 0; _this.d5 = 0; _this.d8 = 0; _this.d4 = 0; _this.d6 = 0; _this.d2 = 0; _this.em = null; return _this; } ToolActionIconButtonDescription.prototype.get_type = function () { return "ToolActionIconButton"; }; Object.defineProperty(ToolActionIconButtonDescription.prototype, "tooltipDelay", { get: function () { return this.ej; }, set: function (a) { this.ej = a; this.j("TooltipDelay"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "actualTooltipDelay", { get: function () { return this.ei; }, set: function (a) { this.ei = a; this.j("ActualTooltipDelay"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "contentPaddingLeft", { get: function () { return this.d7; }, set: function (a) { this.d7 = a; this.j("ContentPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "actualContentPaddingLeft", { get: function () { return this.d3; }, set: function (a) { this.d3 = a; this.j("ActualContentPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "contentPaddingTop", { get: function () { return this.d9; }, set: function (a) { this.d9 = a; this.j("ContentPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "actualContentPaddingTop", { get: function () { return this.d5; }, set: function (a) { this.d5 = a; this.j("ActualContentPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "contentPaddingRight", { get: function () { return this.d8; }, set: function (a) { this.d8 = a; this.j("ContentPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "actualContentPaddingRight", { get: function () { return this.d4; }, set: function (a) { this.d4 = a; this.j("ActualContentPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "contentPaddingBottom", { get: function () { return this.d6; }, set: function (a) { this.d6 = a; this.j("ContentPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "actualContentPaddingBottom", { get: function () { return this.d2; }, set: function (a) { this.d2 = a; this.j("ActualContentPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(ToolActionIconButtonDescription.prototype, "popupOpeningRef", { get: function () { return this.em; }, set: function (a) { this.em = a; this.j("PopupOpeningRef"); }, enumerable: false, configurable: true }); ToolActionIconButtonDescription.$t = markType(ToolActionIconButtonDescription, 'ToolActionIconButtonDescription', ToolActionDescription.$); return ToolActionIconButtonDescription; }(ToolActionDescription)); export { ToolActionIconButtonDescription };