igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
273 lines (272 loc) • 8.5 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.ab = null;
_this.aa = null;
_this.ad = null;
_this.ae = null;
_this.ai = null;
_this.ac = null;
_this.h = 0;
_this.j = 0;
_this.i = 0;
_this.g = 0;
_this.l = 0;
_this.n = 0;
_this.m = 0;
_this.k = 0;
_this.f = 0;
_this.af = null;
_this.ag = null;
_this.z = null;
_this.ah = null;
_this.o = 0;
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.ab;
},
set: function (a) {
this.ab = a;
this.e("HeaderHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerBackground", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.e("HeaderBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerTextColor", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.e("HeaderTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "label", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.e("Label");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "textColor", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.e("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerHoverTextColor", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.e("HeaderHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelLeftMargin", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.e("HeaderLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelTopMargin", {
get: function () {
return this.j;
},
set: function (a) {
this.j = a;
this.e("HeaderLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelRightMargin", {
get: function () {
return this.i;
},
set: function (a) {
this.i = a;
this.e("HeaderLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerLabelBottomMargin", {
get: function () {
return this.g;
},
set: function (a) {
this.g = a;
this.e("HeaderLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelLeftMargin", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.e("LabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelTopMargin", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.e("LabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelRightMargin", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.e("LabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelBottomMargin", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.e("LabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "headerHeight", {
get: function () {
return this.f;
},
set: function (a) {
this.f = a;
this.e("HeaderHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelHorizontalAlignment", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.e("LabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "labelVerticalAlignment", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.e("LabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "fill", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.e("Fill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "outline", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.e("Outline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapNodeStyleDescription.prototype, "strokeThickness", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.e("StrokeThickness");
},
enumerable: false,
configurable: true
});
TreemapNodeStyleDescription.$t = markType(TreemapNodeStyleDescription, 'TreemapNodeStyleDescription', Description.$);
return TreemapNodeStyleDescription;
}(Description));
export { TreemapNodeStyleDescription };