UNPKG

igniteui-react-core

Version:
285 lines (284 loc) 7.37 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let ToolActionInfoDescription = /*@__PURE__*/ (() => { class ToolActionInfoDescription extends Description { get_type() { return "ToolActionInfo"; } get type() { return this.get_type(); } constructor() { super(); this.a3 = null; this.av = null; this.at = null; this.au = null; this.ab = 0; this.ac = 0; this.aa = 0; this.ad = 0; this.a2 = null; this.a6 = null; this.a4 = null; this.a0 = null; this.ay = null; this.w = 0; this.x = 0; this.y = 0; this.v = 0; this.z = 0; this.t = 0; this.az = null; this.a1 = null; this.u = 0; this.aq = 0; this.s = 0; this.n = false; this.o = false; this.a5 = null; this.ax = null; this.m = false; this.aw = null; this.h = null; this.i = null; } get parentId() { return this.a3; } set parentId(a) { this.a3 = a; this.g("ParentId"); } get commandId() { return this.av; } set commandId(a) { this.av = a; this.g("CommandId"); } get commandArgument() { return this.at; } set commandArgument(a) { this.at = a; this.g("CommandArgument"); } get commandArgumentValueRef() { return this.au; } set commandArgumentValueRef(a) { this.au = a; this.g("CommandArgumentValueRef"); } get paddingLeft() { return this.ab; } set paddingLeft(a) { this.ab = a; this.g("PaddingLeft"); } get paddingRight() { return this.ac; } set paddingRight(a) { this.ac = a; this.g("PaddingRight"); } get paddingBottom() { return this.aa; } set paddingBottom(a) { this.aa = a; this.g("PaddingBottom"); } get paddingTop() { return this.ad; } set paddingTop(a) { this.ad = a; this.g("PaddingTop"); } get name() { return this.a2; } set name(a) { this.a2 = a; this.g("Name"); } get title() { return this.a6; } set title(a) { this.a6 = a; this.g("Title"); } get subtitle() { return this.a4; } set subtitle(a) { this.a4 = a; this.g("Subtitle"); } get iconName() { return this.a0; } set iconName(a) { this.a0 = a; this.g("IconName"); } get iconCollectionName() { return this.ay; } set iconCollectionName(a) { this.ay = a; this.g("IconCollectionName"); } get iconViewBoxLeft() { return this.w; } set iconViewBoxLeft(a) { this.w = a; this.g("IconViewBoxLeft"); } get iconViewBoxTop() { return this.x; } set iconViewBoxTop(a) { this.x = a; this.g("IconViewBoxTop"); } get iconViewBoxWidth() { return this.y; } set iconViewBoxWidth(a) { this.y = a; this.g("IconViewBoxWidth"); } get iconViewBoxHeight() { return this.v; } set iconViewBoxHeight(a) { this.v = a; this.g("IconViewBoxHeight"); } get iconWidth() { return this.z; } set iconWidth(a) { this.z = a; this.g("IconWidth"); } get iconHeight() { return this.t; } set iconHeight(a) { this.t = a; this.g("IconHeight"); } get iconFill() { return this.az; } set iconFill(a) { this.az = a; this.g("IconFill"); } get iconStroke() { return this.a1; } set iconStroke(a) { this.a1 = a; this.g("IconStroke"); } get iconStrokeWidth() { return this.u; } set iconStrokeWidth(a) { this.u = a; this.g("IconStrokeWidth"); } get subPanelRowHeight() { return this.aq; } set subPanelRowHeight(a) { this.aq = a; this.g("SubPanelRowHeight"); } get height() { return this.s; } set height(a) { this.s = a; this.g("Height"); } get isDisabled() { return this.n; } set isDisabled(a) { this.n = a; this.g("IsDisabled"); } get isHighlighted() { return this.o; } set isHighlighted(a) { this.o = a; this.g("IsHighlighted"); } get textColor() { return this.a5; } set textColor(a) { this.a5 = a; this.g("TextColor"); } get disabledTextColor() { return this.ax; } set disabledTextColor(a) { this.ax = a; this.g("DisabledTextColor"); } get closeOnExecute() { return this.m; } set closeOnExecute(a) { this.m = a; this.g("CloseOnExecute"); } get density() { return this.aw; } set density(a) { this.aw = a; this.g("Density"); } get actions() { return this.h; } set actions(a) { this.h = a; this.g("Actions"); } get contextBindings() { return this.i; } set contextBindings(a) { this.i = a; this.g("ContextBindings"); } } ToolActionInfoDescription.$t = /*@__PURE__*/ markType(ToolActionInfoDescription, 'ToolActionInfoDescription', Description.$); ToolActionInfoDescription.__marshalByValue = true; ToolActionInfoDescription.__marshalByValueAlias = "ToolActionInfo"; return ToolActionInfoDescription; })();