UNPKG

igniteui-react-core

Version:
611 lines (610 loc) 15.6 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 ToolActionDescription = /*@__PURE__*/ (() => { class ToolActionDescription extends Description { get_type() { return "ToolAction"; } get type() { return this.get_type(); } constructor() { super(); this.i = null; this.h = null; this.at = 0; this.ae = 0; this.bj = 0; this.cf = null; this.by = null; this.bw = null; this.ce = null; this.b0 = null; this.bz = null; this.bl = null; this.ap = 0; this.aa = 0; this.aq = 0; this.ab = 0; this.ao = 0; this.z = 0; this.ar = 0; this.ac = 0; this.br = null; this.b7 = null; this.bn = null; this.bx = null; this.bv = null; this.cm = null; this.bu = null; this.cl = null; this.bp = null; this.b2 = null; this.b3 = null; this.ad = 0; this.b4 = null; this.b5 = null; this.ci = null; this.as = 0; this.cj = null; this.ck = null; this.q = false; this.r = false; this.b1 = null; this.bo = null; this.cc = null; this.cn = null; this.ch = null; this.co = null; this.ca = null; this.b8 = null; this.ak = 0; this.al = 0; this.am = 0; this.aj = 0; this.b9 = null; this.bs = null; this.j = null; this.cb = null; this.bt = null; this.k = null; this.ai = 0; this.an = 0; this.y = 0; this.ah = 0; this.x = 0; this.cp = null; this.p = false; this.ag = 0; this.w = 0; this.af = 0; this.v = 0; this.b6 = null; this.bq = null; this.cd = null; this.cg = null; } get contextBindings() { return this.i; } set contextBindings(a) { this.i = a; this.g("ContextBindings"); } get actions() { return this.h; } set actions(a) { this.h = a; this.g("Actions"); } get width() { return this.at; } set width(a) { this.at = a; this.g("Width"); } get height() { return this.ae; } set height(a) { this.ae = a; this.g("Height"); } get subPanelRowHeight() { return this.bj; } set subPanelRowHeight(a) { this.bj = a; this.g("SubPanelRowHeight"); } get parentId() { return this.cf; } set parentId(a) { this.cf = a; this.g("ParentId"); } get beforeId() { return this.by; } set beforeId(a) { this.by = a; this.g("BeforeId"); } get afterId() { return this.bw; } set afterId(a) { this.bw = a; this.g("AfterId"); } get overlayId() { return this.ce; } set overlayId(a) { this.ce = a; this.g("OverlayId"); } get commandId() { return this.b0; } set commandId(a) { this.b0 = a; this.g("CommandId"); } get commandArgument() { return this.bz; } set commandArgument(a) { this.bz = a; this.g("CommandArgument"); } get commandArgumentValue() { return this.bl; } set commandArgumentValue(a) { this.bl = a; this.g("CommandArgumentValue"); } get paddingLeft() { return this.ap; } set paddingLeft(a) { this.ap = a; this.g("PaddingLeft"); } get actualPaddingLeft() { return this.aa; } set actualPaddingLeft(a) { this.aa = a; this.g("ActualPaddingLeft"); } get paddingRight() { return this.aq; } set paddingRight(a) { this.aq = a; this.g("PaddingRight"); } get actualPaddingRight() { return this.ab; } set actualPaddingRight(a) { this.ab = a; this.g("ActualPaddingRight"); } get paddingBottom() { return this.ao; } set paddingBottom(a) { this.ao = a; this.g("PaddingBottom"); } get actualPaddingBottom() { return this.z; } set actualPaddingBottom(a) { this.z = a; this.g("ActualPaddingBottom"); } get paddingTop() { return this.ar; } set paddingTop(a) { this.ar = a; this.g("PaddingTop"); } get actualPaddingTop() { return this.ac; } set actualPaddingTop(a) { this.ac = a; this.g("ActualPaddingTop"); } get actualHoverBackground() { return this.br; } set actualHoverBackground(a) { this.br = a; this.g("ActualHoverBackground"); } get hoverBackground() { return this.b7; } set hoverBackground(a) { this.b7 = a; this.g("HoverBackground"); } get actualBackground() { return this.bn; } set actualBackground(a) { this.bn = a; this.g("ActualBackground"); } get background() { return this.bx; } set background(a) { this.bx = a; this.g("Background"); } get actualTextColor() { return this.bv; } set actualTextColor(a) { this.bv = a; this.g("ActualTextColor"); } get textColor() { return this.cm; } set textColor(a) { this.cm = a; this.g("TextColor"); } get actualSubtitleTextColor() { return this.bu; } set actualSubtitleTextColor(a) { this.bu = a; this.g("ActualSubtitleTextColor"); } get subtitleTextColor() { return this.cl; } set subtitleTextColor(a) { this.cl = a; this.g("SubtitleTextColor"); } get actualDisabledTextColor() { return this.bp; } set actualDisabledTextColor(a) { this.bp = a; this.g("ActualDisabledTextColor"); } get disabledTextColor() { return this.b2; } set disabledTextColor(a) { this.b2 = a; this.g("DisabledTextColor"); } get fontFamily() { return this.b3; } set fontFamily(a) { this.b3 = a; this.g("FontFamily"); } get fontSize() { return this.ad; } set fontSize(a) { this.ad = a; this.g("FontSize"); } get fontStyle() { return this.b4; } set fontStyle(a) { this.b4 = a; this.g("FontStyle"); } get fontWeight() { return this.b5; } set fontWeight(a) { this.b5 = a; this.g("FontWeight"); } get subtitleFontFamily() { return this.ci; } set subtitleFontFamily(a) { this.ci = a; this.g("SubtitleFontFamily"); } get subtitleFontSize() { return this.as; } set subtitleFontSize(a) { this.as = a; this.g("SubtitleFontSize"); } get subtitleFontStyle() { return this.cj; } set subtitleFontStyle(a) { this.cj = a; this.g("SubtitleFontStyle"); } get subtitleFontWeight() { return this.ck; } set subtitleFontWeight(a) { this.ck = a; this.g("SubtitleFontWeight"); } get isDisabled() { return this.q; } set isDisabled(a) { this.q = a; this.g("IsDisabled"); } get isHighlighted() { return this.r; } set isHighlighted(a) { this.r = a; this.g("IsHighlighted"); } get density() { return this.b1; } set density(a) { this.b1 = a; this.g("Density"); } get actualDensity() { return this.bo; } set actualDensity(a) { this.bo = a; this.g("ActualDensity"); } get name() { return this.cc; } set name(a) { this.cc = a; this.g("Name"); } get title() { return this.cn; } set title(a) { this.cn = a; this.g("Title"); } get subtitle() { return this.ch; } set subtitle(a) { this.ch = a; this.g("Subtitle"); } get titleHorizontalAlignment() { return this.co; } set titleHorizontalAlignment(a) { this.co = a; this.g("TitleHorizontalAlignment"); } get iconName() { return this.ca; } set iconName(a) { this.ca = a; this.g("IconName"); } get iconCollectionName() { return this.b8; } set iconCollectionName(a) { this.b8 = a; this.g("IconCollectionName"); } get iconViewBoxLeft() { return this.ak; } set iconViewBoxLeft(a) { this.ak = a; this.g("IconViewBoxLeft"); } get iconViewBoxTop() { return this.al; } set iconViewBoxTop(a) { this.al = a; this.g("IconViewBoxTop"); } get iconViewBoxWidth() { return this.am; } set iconViewBoxWidth(a) { this.am = a; this.g("IconViewBoxWidth"); } get iconViewBoxHeight() { return this.aj; } set iconViewBoxHeight(a) { this.aj = a; this.g("IconViewBoxHeight"); } get iconFill() { return this.b9; } set iconFill(a) { this.b9 = a; this.g("IconFill"); } get actualIconFill() { return this.bs; } set actualIconFill(a) { this.bs = a; this.g("ActualIconFill"); } get iconFillColors() { return this.j; } set iconFillColors(a) { this.j = a; this.g("IconFillColors"); } get iconStroke() { return this.cb; } set iconStroke(a) { this.cb = a; this.g("IconStroke"); } get actualIconStroke() { return this.bt; } set actualIconStroke(a) { this.bt = a; this.g("ActualIconStroke"); } get iconStrokeColors() { return this.k; } set iconStrokeColors(a) { this.k = a; this.g("IconStrokeColors"); } get iconStrokeWidth() { return this.ai; } set iconStrokeWidth(a) { this.ai = a; this.g("IconStrokeWidth"); } get iconWidth() { return this.an; } set iconWidth(a) { this.an = a; this.g("IconWidth"); } get actualIconWidth() { return this.y; } set actualIconWidth(a) { this.y = a; this.g("ActualIconWidth"); } get iconHeight() { return this.ah; } set iconHeight(a) { this.ah = a; this.g("IconHeight"); } get actualIconHeight() { return this.x; } set actualIconHeight(a) { this.x = a; this.g("ActualIconHeight"); } get visibility() { return this.cp; } set visibility(a) { this.cp = a; this.g("Visibility"); } get closeOnExecute() { return this.p; } set closeOnExecute(a) { this.p = a; this.g("CloseOnExecute"); } get highlightWidth() { return this.ag; } set highlightWidth(a) { this.ag = a; this.g("HighlightWidth"); } get actualHighlightWidth() { return this.w; } set actualHighlightWidth(a) { this.w = a; this.g("ActualHighlightWidth"); } get highlightRadius() { return this.af; } set highlightRadius(a) { this.af = a; this.g("HighlightRadius"); } get actualHighlightRadius() { return this.v; } set actualHighlightRadius(a) { this.v = a; this.g("ActualHighlightRadius"); } get highlightColor() { return this.b6; } set highlightColor(a) { this.b6 = a; this.g("HighlightColor"); } get actualHighlightColor() { return this.bq; } set actualHighlightColor(a) { this.bq = a; this.g("ActualHighlightColor"); } get onCommandRef() { return this.cd; } set onCommandRef(a) { this.cd = a; this.g("OnCommandRef"); } get performedRef() { return this.cg; } set performedRef(a) { this.cg = a; this.g("PerformedRef"); } } ToolActionDescription.$t = /*@__PURE__*/ markType(ToolActionDescription, 'ToolActionDescription', Description.$); return ToolActionDescription; })();