igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
1,101 lines (1,100 loc) • 32.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 TreemapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(TreemapDescription, _super);
function TreemapDescription() {
var _this = _super.call(this) || this;
_this.dd = null;
_this.db = null;
_this.b4 = null;
_this.da = null;
_this.cv = null;
_this.b5 = null;
_this.cs = null;
_this.b7 = null;
_this.co = null;
_this.cp = null;
_this.ab = 0;
_this.cq = null;
_this.k = null;
_this.l = null;
_this.b8 = null;
_this.o = false;
_this.bw = 0;
_this.t = 0;
_this.s = 0;
_this.cx = null;
_this.cu = null;
_this.c9 = null;
_this.cj = null;
_this.cd = null;
_this.c8 = null;
_this.cm = null;
_this.ce = null;
_this.dc = null;
_this.b6 = null;
_this.cl = null;
_this.ck = null;
_this.ca = null;
_this.u = 0;
_this.cb = null;
_this.cc = null;
_this.cg = null;
_this.v = 0;
_this.ch = null;
_this.ci = null;
_this.cf = null;
_this.y = 0;
_this.aa = 0;
_this.z = 0;
_this.x = 0;
_this.al = 0;
_this.an = 0;
_this.am = 0;
_this.ak = 0;
_this.af = 0;
_this.ah = 0;
_this.ag = 0;
_this.ae = 0;
_this.aq = 0;
_this.au = 0;
_this.as = 0;
_this.ao = 0;
_this.ar = 0;
_this.av = 0;
_this.at = 0;
_this.ap = 0;
_this.ct = null;
_this.cw = null;
_this.w = 0;
_this.c7 = null;
_this.ax = 0;
_this.aj = 0;
_this.cy = null;
_this.cz = null;
_this.ai = 0;
_this.by = 0;
_this.aw = 0;
_this.r = 0;
_this.ad = 0;
_this.q = 0;
_this.bx = 0;
_this.cr = null;
_this.b2 = null;
_this.ac = 0;
_this.b9 = null;
_this.c6 = null;
_this.c5 = null;
_this.c2 = null;
_this.c0 = null;
_this.c1 = null;
_this.c3 = null;
_this.c4 = null;
_this.de = null;
_this.cn = null;
_this.b3 = null;
return _this;
}
TreemapDescription.prototype.get_type = function () {
return "Treemap";
};
Object.defineProperty(TreemapDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "valueMemberPath", {
get: function () {
return this.dd;
},
set: function (a) {
this.dd = a;
this.j("ValueMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "rootTitle", {
get: function () {
return this.db;
},
set: function (a) {
this.db = a;
this.j("RootTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "breadcrumbSequence", {
get: function () {
return this.b4;
},
set: function (a) {
this.b4 = a;
this.j("BreadcrumbSequence");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentIdMemberPath", {
get: function () {
return this.da;
},
set: function (a) {
this.da = a;
this.j("ParentIdMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelMemberPath", {
get: function () {
return this.cv;
},
set: function (a) {
this.cv = a;
this.j("LabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "customValueMemberPath", {
get: function () {
return this.b5;
},
set: function (a) {
this.b5 = a;
this.j("CustomValueMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "idMemberPath", {
get: function () {
return this.cs;
},
set: function (a) {
this.cs = a;
this.j("IdMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "dataSourceRef", {
get: function () {
return this.b7;
},
set: function (a) {
this.b7 = a;
this.j("DataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "highlightedDataSourceRef", {
get: function () {
return this.co;
},
set: function (a) {
this.co = a;
this.j("HighlightedDataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "highlightedValueMemberPath", {
get: function () {
return this.cp;
},
set: function (a) {
this.cp = a;
this.j("HighlightedValueMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "highlightedValueOpacity", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("HighlightedValueOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "highlightedValuesDisplayMode", {
get: function () {
return this.cq;
},
set: function (a) {
this.cq = a;
this.j("HighlightedValuesDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fillBrushes", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("FillBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "styleMappings", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("StyleMappings");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fillScaleMode", {
get: function () {
return this.b8;
},
set: function (a) {
this.b8 = a;
this.j("FillScaleMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "isFillScaleLogarithmic", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("IsFillScaleLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fillScaleLogarithmBase", {
get: function () {
return this.bw;
},
set: function (a) {
this.bw = a;
this.j("FillScaleLogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fillScaleMinimumValue", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("FillScaleMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fillScaleMaximumValue", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("FillScaleMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelVerticalFitMode", {
get: function () {
return this.cx;
},
set: function (a) {
this.cx = a;
this.j("LabelVerticalFitMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelHorizontalFitMode", {
get: function () {
return this.cu;
},
set: function (a) {
this.cu = a;
this.j("LabelHorizontalFitMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "overlayHeaderHoverBackground", {
get: function () {
return this.c9;
},
set: function (a) {
this.c9 = a;
this.j("OverlayHeaderHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerHoverBackground", {
get: function () {
return this.cj;
},
set: function (a) {
this.cj = a;
this.j("HeaderHoverBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerBackground", {
get: function () {
return this.cd;
},
set: function (a) {
this.cd = a;
this.j("HeaderBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "overlayHeaderBackground", {
get: function () {
return this.c8;
},
set: function (a) {
this.c8 = a;
this.j("OverlayHeaderBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerTextColor", {
get: function () {
return this.cm;
},
set: function (a) {
this.cm = a;
this.j("HeaderTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerDarkTextColor", {
get: function () {
return this.ce;
},
set: function (a) {
this.ce = a;
this.j("HeaderDarkTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "textColor", {
get: function () {
return this.dc;
},
set: function (a) {
this.dc = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "darkTextColor", {
get: function () {
return this.b6;
},
set: function (a) {
this.b6 = a;
this.j("DarkTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerHoverTextColor", {
get: function () {
return this.cl;
},
set: function (a) {
this.cl = a;
this.j("HeaderHoverTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerHoverDarkTextColor", {
get: function () {
return this.ck;
},
set: function (a) {
this.ck = a;
this.j("HeaderHoverDarkTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fontFamily", {
get: function () {
return this.ca;
},
set: function (a) {
this.ca = a;
this.j("FontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fontSize", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("FontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fontStyle", {
get: function () {
return this.cb;
},
set: function (a) {
this.cb = a;
this.j("FontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "fontWeight", {
get: function () {
return this.cc;
},
set: function (a) {
this.cc = a;
this.j("FontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerFontFamily", {
get: function () {
return this.cg;
},
set: function (a) {
this.cg = a;
this.j("HeaderFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerFontSize", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("HeaderFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerFontStyle", {
get: function () {
return this.ch;
},
set: function (a) {
this.ch = a;
this.j("HeaderFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerFontWeight", {
get: function () {
return this.ci;
},
set: function (a) {
this.ci = a;
this.j("HeaderFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerDisplayMode", {
get: function () {
return this.cf;
},
set: function (a) {
this.cf = a;
this.j("HeaderDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerLabelLeftMargin", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("HeaderLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerLabelTopMargin", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("HeaderLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerLabelRightMargin", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("HeaderLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerLabelBottomMargin", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("HeaderLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "overlayHeaderLabelLeftMargin", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("OverlayHeaderLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "overlayHeaderLabelTopMargin", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("OverlayHeaderLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "overlayHeaderLabelRightMargin", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("OverlayHeaderLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "overlayHeaderLabelBottomMargin", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("OverlayHeaderLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelLeftMargin", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("LabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelTopMargin", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("LabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelRightMargin", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("LabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelBottomMargin", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("LabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeLeftMargin", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("ParentNodeLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeTopMargin", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("ParentNodeTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeRightMargin", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("ParentNodeRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeBottomMargin", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("ParentNodeBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeLeftPadding", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("ParentNodeLeftPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeTopPadding", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("ParentNodeTopPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeRightPadding", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("ParentNodeRightPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "parentNodeBottomPadding", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("ParentNodeBottomPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelHorizontalAlignment", {
get: function () {
return this.ct;
},
set: function (a) {
this.ct = a;
this.j("LabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "labelVerticalAlignment", {
get: function () {
return this.cw;
},
set: function (a) {
this.cw = a;
this.j("LabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "headerHeight", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("HeaderHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "outline", {
get: function () {
return this.c7;
},
set: function (a) {
this.c7 = a;
this.j("Outline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "strokeThickness", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("StrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodeOpacity", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("NodeOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "layoutOrientation", {
get: function () {
return this.cy;
},
set: function (a) {
this.cy = a;
this.j("LayoutOrientation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "layoutType", {
get: function () {
return this.cz;
},
set: function (a) {
this.cz = a;
this.j("LayoutType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "minimumDisplaySize", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("MinimumDisplaySize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "transitionDuration", {
get: function () {
return this.by;
},
set: function (a) {
this.by = a;
this.j("TransitionDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "pixelScalingRatio", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("PixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "actualPixelScalingRatio", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("ActualPixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "interactionPixelScalingRatio", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("InteractionPixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "actualInteractionPixelScalingRatio", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("ActualInteractionPixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "highlightingTransitionDuration", {
get: function () {
return this.bx;
},
set: function (a) {
this.bx = a;
this.j("HighlightingTransitionDuration");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "highlightingMode", {
get: function () {
return this.cr;
},
set: function (a) {
this.cr = a;
this.j("HighlightingMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "actualHighlightingMode", {
get: function () {
return this.b2;
},
set: function (a) {
this.b2 = a;
this.j("ActualHighlightingMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "highlightingFadeOpacity", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("HighlightingFadeOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "focusItemRef", {
get: function () {
return this.b9;
},
set: function (a) {
this.b9 = a;
this.j("FocusItemRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodeStylingRef", {
get: function () {
return this.c6;
},
set: function (a) {
this.c6 = a;
this.j("NodeStylingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodeRenderStylingRef", {
get: function () {
return this.c5;
},
set: function (a) {
this.c5 = a;
this.j("NodeRenderStylingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodePointerOverRef", {
get: function () {
return this.c2;
},
set: function (a) {
this.c2 = a;
this.j("NodePointerOverRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodePointerEnterRef", {
get: function () {
return this.c0;
},
set: function (a) {
this.c0 = a;
this.j("NodePointerEnterRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodePointerLeaveRef", {
get: function () {
return this.c1;
},
set: function (a) {
this.c1 = a;
this.j("NodePointerLeaveRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodePointerPressedRef", {
get: function () {
return this.c3;
},
set: function (a) {
this.c3 = a;
this.j("NodePointerPressedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "nodePointerReleasedRef", {
get: function () {
return this.c4;
},
set: function (a) {
this.c4 = a;
this.j("NodePointerReleasedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "width", {
get: function () {
return this.de;
},
set: function (a) {
this.de = a;
this.j("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "height", {
get: function () {
return this.cn;
},
set: function (a) {
this.cn = a;
this.j("Height");
},
enumerable: false,
configurable: true
});
Object.defineProperty(TreemapDescription.prototype, "background", {
get: function () {
return this.b3;
},
set: function (a) {
this.b3 = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
TreemapDescription.$t = markType(TreemapDescription, 'TreemapDescription', Description.$);
return TreemapDescription;
}(Description));
export { TreemapDescription };