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