UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

659 lines (658 loc) 18.4 kB
/* 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 TreemapDescription = /*@__PURE__*/ (() => { class TreemapDescription extends Description { constructor() { super(); this.cu = null; this.cs = null; this.bq = null; this.cr = null; this.cd = null; this.br = null; this.ca = null; this.bt = null; this.f = null; this.g = null; this.bu = null; this.j = false; this.bl = 0; this.o = 0; this.n = 0; this.cf = null; this.cc = null; this.cq = null; this.b5 = null; this.bz = null; this.cp = null; this.b8 = null; this.b0 = null; this.ct = null; this.bs = null; this.b7 = null; this.b6 = null; this.bw = null; this.p = 0; this.bx = null; this.by = null; this.b2 = null; this.q = 0; this.b3 = null; this.b4 = null; this.b1 = null; this.t = 0; this.v = 0; this.u = 0; this.s = 0; this.ad = 0; this.af = 0; this.ae = 0; this.ac = 0; this.y = 0; this.aa = 0; this.z = 0; this.x = 0; this.ai = 0; this.am = 0; this.ak = 0; this.ag = 0; this.aj = 0; this.an = 0; this.al = 0; this.ah = 0; this.cb = null; this.ce = null; this.r = 0; this.co = null; this.ap = 0; this.cg = null; this.ch = null; this.ab = 0; this.bm = 0; this.ao = 0; this.m = 0; this.w = 0; this.l = 0; this.bv = null; this.cn = null; this.ck = null; this.ci = null; this.cj = null; this.cl = null; this.cm = null; this.cv = null; this.b9 = null; this.bp = null; } get_type() { return "Treemap"; } get type() { return this.get_type(); } get valueMemberPath() { return this.cu; } set valueMemberPath(a) { this.cu = a; this.e("ValueMemberPath"); } get rootTitle() { return this.cs; } set rootTitle(a) { this.cs = a; this.e("RootTitle"); } get breadcrumbSequence() { return this.bq; } set breadcrumbSequence(a) { this.bq = a; this.e("BreadcrumbSequence"); } get parentIdMemberPath() { return this.cr; } set parentIdMemberPath(a) { this.cr = a; this.e("ParentIdMemberPath"); } get labelMemberPath() { return this.cd; } set labelMemberPath(a) { this.cd = a; this.e("LabelMemberPath"); } get customValueMemberPath() { return this.br; } set customValueMemberPath(a) { this.br = a; this.e("CustomValueMemberPath"); } get idMemberPath() { return this.ca; } set idMemberPath(a) { this.ca = a; this.e("IdMemberPath"); } get dataSourceRef() { return this.bt; } set dataSourceRef(a) { this.bt = a; this.e("DataSourceRef"); } get fillBrushes() { return this.f; } set fillBrushes(a) { this.f = a; this.e("FillBrushes"); } get styleMappings() { return this.g; } set styleMappings(a) { this.g = a; this.e("StyleMappings"); } get fillScaleMode() { return this.bu; } set fillScaleMode(a) { this.bu = a; this.e("FillScaleMode"); } get isFillScaleLogarithmic() { return this.j; } set isFillScaleLogarithmic(a) { this.j = a; this.e("IsFillScaleLogarithmic"); } get fillScaleLogarithmBase() { return this.bl; } set fillScaleLogarithmBase(a) { this.bl = a; this.e("FillScaleLogarithmBase"); } get fillScaleMinimumValue() { return this.o; } set fillScaleMinimumValue(a) { this.o = a; this.e("FillScaleMinimumValue"); } get fillScaleMaximumValue() { return this.n; } set fillScaleMaximumValue(a) { this.n = a; this.e("FillScaleMaximumValue"); } get labelVerticalFitMode() { return this.cf; } set labelVerticalFitMode(a) { this.cf = a; this.e("LabelVerticalFitMode"); } get labelHorizontalFitMode() { return this.cc; } set labelHorizontalFitMode(a) { this.cc = a; this.e("LabelHorizontalFitMode"); } get overlayHeaderHoverBackground() { return this.cq; } set overlayHeaderHoverBackground(a) { this.cq = a; this.e("OverlayHeaderHoverBackground"); } get headerHoverBackground() { return this.b5; } set headerHoverBackground(a) { this.b5 = a; this.e("HeaderHoverBackground"); } get headerBackground() { return this.bz; } set headerBackground(a) { this.bz = a; this.e("HeaderBackground"); } get overlayHeaderBackground() { return this.cp; } set overlayHeaderBackground(a) { this.cp = a; this.e("OverlayHeaderBackground"); } get headerTextColor() { return this.b8; } set headerTextColor(a) { this.b8 = a; this.e("HeaderTextColor"); } get headerDarkTextColor() { return this.b0; } set headerDarkTextColor(a) { this.b0 = a; this.e("HeaderDarkTextColor"); } get textColor() { return this.ct; } set textColor(a) { this.ct = a; this.e("TextColor"); } get darkTextColor() { return this.bs; } set darkTextColor(a) { this.bs = a; this.e("DarkTextColor"); } get headerHoverTextColor() { return this.b7; } set headerHoverTextColor(a) { this.b7 = a; this.e("HeaderHoverTextColor"); } get headerHoverDarkTextColor() { return this.b6; } set headerHoverDarkTextColor(a) { this.b6 = a; this.e("HeaderHoverDarkTextColor"); } get fontFamily() { return this.bw; } set fontFamily(a) { this.bw = a; this.e("FontFamily"); } get fontSize() { return this.p; } set fontSize(a) { this.p = a; this.e("FontSize"); } get fontStyle() { return this.bx; } set fontStyle(a) { this.bx = a; this.e("FontStyle"); } get fontWeight() { return this.by; } set fontWeight(a) { this.by = a; this.e("FontWeight"); } get headerFontFamily() { return this.b2; } set headerFontFamily(a) { this.b2 = a; this.e("HeaderFontFamily"); } get headerFontSize() { return this.q; } set headerFontSize(a) { this.q = a; this.e("HeaderFontSize"); } get headerFontStyle() { return this.b3; } set headerFontStyle(a) { this.b3 = a; this.e("HeaderFontStyle"); } get headerFontWeight() { return this.b4; } set headerFontWeight(a) { this.b4 = a; this.e("HeaderFontWeight"); } get headerDisplayMode() { return this.b1; } set headerDisplayMode(a) { this.b1 = a; this.e("HeaderDisplayMode"); } get headerLabelLeftMargin() { return this.t; } set headerLabelLeftMargin(a) { this.t = a; this.e("HeaderLabelLeftMargin"); } get headerLabelTopMargin() { return this.v; } set headerLabelTopMargin(a) { this.v = a; this.e("HeaderLabelTopMargin"); } get headerLabelRightMargin() { return this.u; } set headerLabelRightMargin(a) { this.u = a; this.e("HeaderLabelRightMargin"); } get headerLabelBottomMargin() { return this.s; } set headerLabelBottomMargin(a) { this.s = a; this.e("HeaderLabelBottomMargin"); } get overlayHeaderLabelLeftMargin() { return this.ad; } set overlayHeaderLabelLeftMargin(a) { this.ad = a; this.e("OverlayHeaderLabelLeftMargin"); } get overlayHeaderLabelTopMargin() { return this.af; } set overlayHeaderLabelTopMargin(a) { this.af = a; this.e("OverlayHeaderLabelTopMargin"); } get overlayHeaderLabelRightMargin() { return this.ae; } set overlayHeaderLabelRightMargin(a) { this.ae = a; this.e("OverlayHeaderLabelRightMargin"); } get overlayHeaderLabelBottomMargin() { return this.ac; } set overlayHeaderLabelBottomMargin(a) { this.ac = a; this.e("OverlayHeaderLabelBottomMargin"); } get labelLeftMargin() { return this.y; } set labelLeftMargin(a) { this.y = a; this.e("LabelLeftMargin"); } get labelTopMargin() { return this.aa; } set labelTopMargin(a) { this.aa = a; this.e("LabelTopMargin"); } get labelRightMargin() { return this.z; } set labelRightMargin(a) { this.z = a; this.e("LabelRightMargin"); } get labelBottomMargin() { return this.x; } set labelBottomMargin(a) { this.x = a; this.e("LabelBottomMargin"); } get parentNodeLeftMargin() { return this.ai; } set parentNodeLeftMargin(a) { this.ai = a; this.e("ParentNodeLeftMargin"); } get parentNodeTopMargin() { return this.am; } set parentNodeTopMargin(a) { this.am = a; this.e("ParentNodeTopMargin"); } get parentNodeRightMargin() { return this.ak; } set parentNodeRightMargin(a) { this.ak = a; this.e("ParentNodeRightMargin"); } get parentNodeBottomMargin() { return this.ag; } set parentNodeBottomMargin(a) { this.ag = a; this.e("ParentNodeBottomMargin"); } get parentNodeLeftPadding() { return this.aj; } set parentNodeLeftPadding(a) { this.aj = a; this.e("ParentNodeLeftPadding"); } get parentNodeTopPadding() { return this.an; } set parentNodeTopPadding(a) { this.an = a; this.e("ParentNodeTopPadding"); } get parentNodeRightPadding() { return this.al; } set parentNodeRightPadding(a) { this.al = a; this.e("ParentNodeRightPadding"); } get parentNodeBottomPadding() { return this.ah; } set parentNodeBottomPadding(a) { this.ah = a; this.e("ParentNodeBottomPadding"); } get labelHorizontalAlignment() { return this.cb; } set labelHorizontalAlignment(a) { this.cb = a; this.e("LabelHorizontalAlignment"); } get labelVerticalAlignment() { return this.ce; } set labelVerticalAlignment(a) { this.ce = a; this.e("LabelVerticalAlignment"); } get headerHeight() { return this.r; } set headerHeight(a) { this.r = a; this.e("HeaderHeight"); } get outline() { return this.co; } set outline(a) { this.co = a; this.e("Outline"); } get strokeThickness() { return this.ap; } set strokeThickness(a) { this.ap = a; this.e("StrokeThickness"); } get layoutOrientation() { return this.cg; } set layoutOrientation(a) { this.cg = a; this.e("LayoutOrientation"); } get layoutType() { return this.ch; } set layoutType(a) { this.ch = a; this.e("LayoutType"); } get minimumDisplaySize() { return this.ab; } set minimumDisplaySize(a) { this.ab = a; this.e("MinimumDisplaySize"); } get transitionDuration() { return this.bm; } set transitionDuration(a) { this.bm = a; this.e("TransitionDuration"); } get pixelScalingRatio() { return this.ao; } set pixelScalingRatio(a) { this.ao = a; this.e("PixelScalingRatio"); } get actualPixelScalingRatio() { return this.m; } set actualPixelScalingRatio(a) { this.m = a; this.e("ActualPixelScalingRatio"); } get interactionPixelScalingRatio() { return this.w; } set interactionPixelScalingRatio(a) { this.w = a; this.e("InteractionPixelScalingRatio"); } get actualInteractionPixelScalingRatio() { return this.l; } set actualInteractionPixelScalingRatio(a) { this.l = a; this.e("ActualInteractionPixelScalingRatio"); } get focusItemRef() { return this.bv; } set focusItemRef(a) { this.bv = a; this.e("FocusItemRef"); } get nodeStylingRef() { return this.cn; } set nodeStylingRef(a) { this.cn = a; this.e("NodeStylingRef"); } get nodePointerOverRef() { return this.ck; } set nodePointerOverRef(a) { this.ck = a; this.e("NodePointerOverRef"); } get nodePointerEnterRef() { return this.ci; } set nodePointerEnterRef(a) { this.ci = a; this.e("NodePointerEnterRef"); } get nodePointerLeaveRef() { return this.cj; } set nodePointerLeaveRef(a) { this.cj = a; this.e("NodePointerLeaveRef"); } get nodePointerPressedRef() { return this.cl; } set nodePointerPressedRef(a) { this.cl = a; this.e("NodePointerPressedRef"); } get nodePointerReleasedRef() { return this.cm; } set nodePointerReleasedRef(a) { this.cm = a; this.e("NodePointerReleasedRef"); } get width() { return this.cv; } set width(a) { this.cv = a; this.e("Width"); } get height() { return this.b9; } set height(a) { this.b9 = a; this.e("Height"); } get background() { return this.bp; } set background(a) { this.bp = a; this.e("Background"); } } TreemapDescription.$t = markType(TreemapDescription, 'TreemapDescription', Description.$); return TreemapDescription; })();