UNPKG

igniteui-react-core

Version:
112 lines (111 loc) 3.48 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 { ToolActionDescription } from "./ToolActionDescription"; import { markType } from "./type"; /** * @hidden */ export let ToolActionIconButtonDescription = /*@__PURE__*/ (() => { class ToolActionIconButtonDescription extends ToolActionDescription { get_type() { return "ToolActionIconButton"; } constructor() { super(); 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; } get tooltipDelay() { return this.ej; } set tooltipDelay(a) { this.ej = a; this.j("TooltipDelay"); } get actualTooltipDelay() { return this.ei; } set actualTooltipDelay(a) { this.ei = a; this.j("ActualTooltipDelay"); } get contentPaddingLeft() { return this.d7; } set contentPaddingLeft(a) { this.d7 = a; this.j("ContentPaddingLeft"); } get actualContentPaddingLeft() { return this.d3; } set actualContentPaddingLeft(a) { this.d3 = a; this.j("ActualContentPaddingLeft"); } get contentPaddingTop() { return this.d9; } set contentPaddingTop(a) { this.d9 = a; this.j("ContentPaddingTop"); } get actualContentPaddingTop() { return this.d5; } set actualContentPaddingTop(a) { this.d5 = a; this.j("ActualContentPaddingTop"); } get contentPaddingRight() { return this.d8; } set contentPaddingRight(a) { this.d8 = a; this.j("ContentPaddingRight"); } get actualContentPaddingRight() { return this.d4; } set actualContentPaddingRight(a) { this.d4 = a; this.j("ActualContentPaddingRight"); } get contentPaddingBottom() { return this.d6; } set contentPaddingBottom(a) { this.d6 = a; this.j("ContentPaddingBottom"); } get actualContentPaddingBottom() { return this.d2; } set actualContentPaddingBottom(a) { this.d2 = a; this.j("ActualContentPaddingBottom"); } get popupOpeningRef() { return this.em; } set popupOpeningRef(a) { this.em = a; this.j("PopupOpeningRef"); } } ToolActionIconButtonDescription.$t = /*@__PURE__*/ markType(ToolActionIconButtonDescription, 'ToolActionIconButtonDescription', ToolActionDescription.$); return ToolActionIconButtonDescription; })();