igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
309 lines (308 loc) • 9.54 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 TreemapNodeStyleDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(TreemapNodeStyleDescription, _super);
function TreemapNodeStyleDescription() {
var _this = _super.call(this) || this;
_this.am = null;
_this.al = null;
_this.ao = null;
_this.ap = null;
_this.at = null;
_this.an = null;
_this.p = 0;
_this.r = 0;
_this.q = 0;
_this.o = 0;
_this.t = 0;
_this.v = 0;
_this.u = 0;
_this.s = 0;
_this.n = 0;
_this.aq = null;
_this.ar = null;
_this.ak = null;
_this.as = null;
_this.x = 0;
_this.w = 0;
_this.m = 0;
_this.k = false;
return _this;
}
TreemapNodeStyleDescription.prototype.get_type = function () {
return "TreemapNodeStyle";
};
Object.defineProperty(TreemapNodeStyleDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerHoverBackground", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("HeaderHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerBackground", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("HeaderBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerTextColor", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("HeaderTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "label", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("Label");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "textColor", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerHoverTextColor", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("HeaderHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelLeftMargin", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("HeaderLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelTopMargin", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("HeaderLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelRightMargin", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("HeaderLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelBottomMargin", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("HeaderLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelLeftMargin", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("LabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelTopMargin", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("LabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelRightMargin", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("LabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelBottomMargin", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("LabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerHeight", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("HeaderHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelHorizontalAlignment", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("LabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelVerticalAlignment", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("LabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "fill", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("Fill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "outline", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("Outline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "strokeThickness", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("StrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "opacity", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("Opacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "fadeOpacity", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("FadeOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "highlightingHandled", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("HighlightingHandled");
},
enumerable: false,
configurable: true
});
TreemapNodeStyleDescription.$t = markType(TreemapNodeStyleDescription, 'TreemapNodeStyleDescription', Description.$);
return TreemapNodeStyleDescription;
}(Description));
export { TreemapNodeStyleDescription };