UNPKG

igniteui-react-core

Version:
539 lines (538 loc) 14.5 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 ToolbarDescription = /*@__PURE__*/ (() => { class ToolbarDescription extends Description { get_type() { return "Toolbar"; } get type() { return this.get_type(); } constructor() { super(); this.a5 = null; this.bb = null; this.j = null; this.h = null; this.i = null; this.bq = null; this.b0 = null; this.a4 = null; this.bt = null; this.bd = null; this.bs = null; this.bl = null; this.b1 = null; this.bc = null; this.bi = null; this.b3 = null; this.b2 = null; this.ag = 0; this.ah = 0; this.bm = null; this.bn = null; this.a6 = null; this.t = 0; this.a7 = null; this.a8 = null; this.bw = null; this.af = 0; this.bx = null; this.by = null; this.be = null; this.u = 0; this.bf = null; this.bg = null; this.ac = 0; this.ad = 0; this.ae = 0; this.ab = 0; this.y = 0; this.z = 0; this.aa = 0; this.x = 0; this.n = false; this.o = false; this.ax = 0; this.w = 0; this.v = 0; this.bk = null; this.bo = null; this.b4 = null; this.a9 = null; this.b5 = null; this.ba = null; this.az = 0; this.bz = null; this.bh = null; this.ay = 0; this.p = false; this.br = null; this.bp = null; this.bv = null; this.bu = null; this.b6 = null; this.bj = null; this.a3 = null; } get baseTheme() { return this.a5; } set baseTheme(a) { this.a5 = a; this.g("BaseTheme"); } get density() { return this.bb; } set density(a) { this.bb = a; this.g("Density"); } get autoGeneratedActions() { return this.j; } set autoGeneratedActions(a) { this.j = a; this.g("AutoGeneratedActions"); } get actions() { return this.h; } set actions(a) { this.h = a; this.g("Actions"); } get actualActions() { return this.i; } set actualActions(a) { this.i = a; this.g("ActualActions"); } get orientation() { return this.bq; } set orientation(a) { this.bq = a; this.g("Orientation"); } get targetRef() { return this.b0; } set targetRef(a) { this.b0 = a; this.g("TargetRef"); } get backgroundColor() { return this.a4; } set backgroundColor(a) { this.a4 = a; this.g("BackgroundColor"); } get submenuBackgroundColor() { return this.bt; } set submenuBackgroundColor(a) { this.bt = a; this.g("SubmenuBackgroundColor"); } get groupHeaderBackgroundColor() { return this.bd; } set groupHeaderBackgroundColor(a) { this.bd = a; this.g("GroupHeaderBackgroundColor"); } get separatorBackgroundColor() { return this.bs; } set separatorBackgroundColor(a) { this.bs = a; this.g("SeparatorBackgroundColor"); } get hoverBackgroundColor() { return this.bl; } set hoverBackgroundColor(a) { this.bl = a; this.g("HoverBackgroundColor"); } get textColor() { return this.b1; } set textColor(a) { this.b1 = a; this.g("TextColor"); } get disabledTextColor() { return this.bc; } set disabledTextColor(a) { this.bc = a; this.g("DisabledTextColor"); } get groupHeaderTextColor() { return this.bi; } set groupHeaderTextColor(a) { this.bi = a; this.g("GroupHeaderTextColor"); } get toolTipTextColor() { return this.b3; } set toolTipTextColor(a) { this.b3 = a; this.g("ToolTipTextColor"); } get toolTipBackgroundColor() { return this.b2; } set toolTipBackgroundColor(a) { this.b2 = a; this.g("ToolTipBackgroundColor"); } get toolTipCornerRadius() { return this.ag; } set toolTipCornerRadius(a) { this.ag = a; this.g("ToolTipCornerRadius"); } get toolTipElevation() { return this.ah; } set toolTipElevation(a) { this.ah = a; this.g("ToolTipElevation"); } get iconFill() { return this.bm; } set iconFill(a) { this.bm = a; this.g("IconFill"); } get iconStroke() { return this.bn; } set iconStroke(a) { this.bn = a; this.g("IconStroke"); } get cellFontFamily() { return this.a6; } set cellFontFamily(a) { this.a6 = a; this.g("CellFontFamily"); } get cellFontSize() { return this.t; } set cellFontSize(a) { this.t = a; this.g("CellFontSize"); } get cellFontStyle() { return this.a7; } set cellFontStyle(a) { this.a7 = a; this.g("CellFontStyle"); } get cellFontWeight() { return this.a8; } set cellFontWeight(a) { this.a8 = a; this.g("CellFontWeight"); } get subtitleFontFamily() { return this.bw; } set subtitleFontFamily(a) { this.bw = a; this.g("SubtitleFontFamily"); } get subtitleFontSize() { return this.af; } set subtitleFontSize(a) { this.af = a; this.g("SubtitleFontSize"); } get subtitleFontStyle() { return this.bx; } set subtitleFontStyle(a) { this.bx = a; this.g("SubtitleFontStyle"); } get subtitleFontWeight() { return this.by; } set subtitleFontWeight(a) { this.by = a; this.g("SubtitleFontWeight"); } get groupHeaderFontFamily() { return this.be; } set groupHeaderFontFamily(a) { this.be = a; this.g("GroupHeaderFontFamily"); } get groupHeaderFontSize() { return this.u; } set groupHeaderFontSize(a) { this.u = a; this.g("GroupHeaderFontSize"); } get groupHeaderFontStyle() { return this.bf; } set groupHeaderFontStyle(a) { this.bf = a; this.g("GroupHeaderFontStyle"); } get groupHeaderFontWeight() { return this.bg; } set groupHeaderFontWeight(a) { this.bg = a; this.g("GroupHeaderFontWeight"); } get separatorVerticalPaddingLeft() { return this.ac; } set separatorVerticalPaddingLeft(a) { this.ac = a; this.g("SeparatorVerticalPaddingLeft"); } get separatorVerticalPaddingRight() { return this.ad; } set separatorVerticalPaddingRight(a) { this.ad = a; this.g("SeparatorVerticalPaddingRight"); } get separatorVerticalPaddingTop() { return this.ae; } set separatorVerticalPaddingTop(a) { this.ae = a; this.g("SeparatorVerticalPaddingTop"); } get separatorVerticalPaddingBottom() { return this.ab; } set separatorVerticalPaddingBottom(a) { this.ab = a; this.g("SeparatorVerticalPaddingBottom"); } get separatorHorizontalPaddingLeft() { return this.y; } set separatorHorizontalPaddingLeft(a) { this.y = a; this.g("SeparatorHorizontalPaddingLeft"); } get separatorHorizontalPaddingRight() { return this.z; } set separatorHorizontalPaddingRight(a) { this.z = a; this.g("SeparatorHorizontalPaddingRight"); } get separatorHorizontalPaddingTop() { return this.aa; } set separatorHorizontalPaddingTop(a) { this.aa = a; this.g("SeparatorHorizontalPaddingTop"); } get separatorHorizontalPaddingBottom() { return this.x; } set separatorHorizontalPaddingBottom(a) { this.x = a; this.g("SeparatorHorizontalPaddingBottom"); } get showOnHover() { return this.n; } set showOnHover(a) { this.n = a; this.g("ShowOnHover"); } get showTooltipOnHover() { return this.o; } set showTooltipOnHover(a) { this.o = a; this.g("ShowTooltipOnHover"); } get dropdownClickBuffer() { return this.ax; } set dropdownClickBuffer(a) { this.ax = a; this.g("DropdownClickBuffer"); } get highlightWidth() { return this.w; } set highlightWidth(a) { this.w = a; this.g("HighlightWidth"); } get highlightRadius() { return this.v; } set highlightRadius(a) { this.v = a; this.g("HighlightRadius"); } get highlightColor() { return this.bk; } set highlightColor(a) { this.bk = a; this.g("HighlightColor"); } get menuArrowStroke() { return this.bo; } set menuArrowStroke(a) { this.bo = a; this.g("MenuArrowStroke"); } get uncheckedBackgroundColor() { return this.b4; } set uncheckedBackgroundColor(a) { this.b4 = a; this.g("UncheckedBackgroundColor"); } get checkedBackgroundColor() { return this.a9; } set checkedBackgroundColor(a) { this.a9 = a; this.g("CheckedBackgroundColor"); } get uncheckedBorderColor() { return this.b5; } set uncheckedBorderColor(a) { this.b5 = a; this.g("UncheckedBorderColor"); } get checkedBorderColor() { return this.ba; } set checkedBorderColor(a) { this.ba = a; this.g("CheckedBorderColor"); } get rowHeight() { return this.az; } set rowHeight(a) { this.az = a; this.g("RowHeight"); } get subtitleTextColor() { return this.bz; } set subtitleTextColor(a) { this.bz = a; this.g("SubtitleTextColor"); } get groupHeaderSubtitleTextColor() { return this.bh; } set groupHeaderSubtitleTextColor(a) { this.bh = a; this.g("GroupHeaderSubtitleTextColor"); } get dropdownDelay() { return this.ay; } set dropdownDelay(a) { this.ay = a; this.g("DropdownDelay"); } get stopPropagation() { return this.p; } set stopPropagation(a) { this.p = a; this.g("StopPropagation"); } get scrollbarStyle() { return this.br; } set scrollbarStyle(a) { this.br = a; this.g("ScrollbarStyle"); } get onCommandRef() { return this.bp; } set onCommandRef(a) { this.bp = a; this.g("OnCommandRef"); } get subMenuOpeningRef() { return this.bv; } set subMenuOpeningRef(a) { this.bv = a; this.g("SubMenuOpeningRef"); } get subMenuClosingRef() { return this.bu; } set subMenuClosingRef(a) { this.bu = a; this.g("SubMenuClosingRef"); } get width() { return this.b6; } set width(a) { this.b6 = a; this.g("Width"); } get height() { return this.bj; } set height(a) { this.bj = a; this.g("Height"); } get background() { return this.a3; } set background(a) { this.a3 = a; this.g("Background"); } } ToolbarDescription.$t = /*@__PURE__*/ markType(ToolbarDescription, 'ToolbarDescription', Description.$); return ToolbarDescription; })();