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