UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

712 lines (711 loc) 25.1 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 { __extends, __values } from "tslib"; import { AnnotationLayer } from "./AnnotationLayer"; import { Series } from "./Series"; import { DependencyProperty } from "igniteui-react-core"; import { CategoryItemHighlightType_$type } from "./CategoryItemHighlightType"; import { MarkerType_$type } from "./MarkerType"; import { Brush } from "igniteui-react-core"; import { DataTemplate } from "igniteui-react-core"; import { CategoryItemHighlightLayerFrame } from "./CategoryItemHighlightLayerFrame"; import { Base, enumGetBox, fromEnum, typeCast, Point_$type, markType, markDep, runOn } from "igniteui-react-core"; import { Dictionary$2 } from "igniteui-react-core"; import { ItemHighlightFrameRect } from "./ItemHighlightFrameRect"; import { List$1 } from "igniteui-react-core"; import { IHasCategoryModePreference_$type } from "./IHasCategoryModePreference"; import { Rect } from "igniteui-react-core"; import { MarkerSeries } from "./MarkerSeries"; import { DataContext } from "igniteui-react-core"; import { Pool$1 } from "igniteui-react-core"; import { Rectangle } from "igniteui-react-core"; import { ContentControl } from "igniteui-react-core"; import { PropertyMetadata } from "igniteui-react-core"; import { isNaN_, isInfinity, truncate } from "igniteui-react-core"; import { AnnotationLayerView } from "./AnnotationLayerView"; import { Marker } from "./Marker"; import { BrushUtil } from "igniteui-react-core"; import { Color } from "igniteui-react-core"; import { DataTemplatePassInfo } from "igniteui-react-core"; import { DataTemplateRenderInfo } from "igniteui-react-core"; import { DataTemplateMeasureInfo } from "igniteui-react-core"; /** * @hidden */ var CategoryItemHighlightLayer = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CategoryItemHighlightLayer, _super); function CategoryItemHighlightLayer() { var _this = _super.call(this) || this; _this.aad = false; _this.aac = true; _this.aag = 10; var a = new CategoryItemHighlightLayerFrame(); var b = new CategoryItemHighlightLayerFrame(); var c = new CategoryItemHighlightLayerFrame(); _this.xe = a; _this.xd = b; _this.xf = c; _this.ab = CategoryItemHighlightLayer.$; return _this; } CategoryItemHighlightLayer.prototype.bk = function () { return new CategoryItemHighlightLayer(); }; CategoryItemHighlightLayer.prototype.get_es = function () { return true; }; CategoryItemHighlightLayer.prototype.ct = function () { return new CategoryItemHighlightLayerView(this); }; CategoryItemHighlightLayer.prototype.q1 = function (a) { _super.prototype.q1.call(this, a); this.z7 = a; }; CategoryItemHighlightLayer.prototype.yt = function (a, b) { if (this.aab == null || this.aab == a) { if (!this.a1.c) { this.rs(b); } } }; CategoryItemHighlightLayer.prototype.xk = function (a) { if (!_super.prototype.xk.call(this, a)) { return false; } if (this.aap != null) { if (a.isFragment) { var b = a.nc(); if (!Base.equalsStatic(this.aap, b)) { return false; } } else { if (!Base.equalsStatic(this.aap, a.name)) { return false; } } } var c = this.yo(a); if (!c.c) { return false; } return true; }; CategoryItemHighlightLayer.prototype.yv = function (a, b) { var e_1, _a; var _this = this; _super.prototype.yv.call(this, a, b); var c = a; var d = this.aaf; c.g.clear(); if (isNaN_(this.z4.x) && isNaN_(this.z4.y)) { return; } if (this.xk(this.aab)) { this.aav(this.aab, c, d); } else { try { for (var _b = __values(fromEnum(this.dc.series)), _c = _b.next(); !_c.done; _c = _b.next()) { var e = _c.value; if (this.xk(e)) { this.aav(e, c, d); } if (e.isStacked) { e.p3(function (f) { if (_this.xk(f)) { _this.aav(f, c, d); } if (f.eh) { f.p1(function (g) { if (_this.xk(g)) { _this.aav(g, c, d); } return true; }); } return true; }); } if (e.eh) { e.p1(function (f) { if (_this.xk(f)) { _this.aav(f, c, d); } return true; }); } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } } }; CategoryItemHighlightLayer.prototype.ra = function (a, b, c, d) { _super.prototype.ra.call(this, a, b, c, d); switch (b) { case CategoryItemHighlightLayer.$$p[4]: case CategoryItemHighlightLayer.$$p[5]: case CategoryItemHighlightLayer.$$p[2]: case CategoryItemHighlightLayer.$$p[3]: this.rs(true); break; case CategoryItemHighlightLayer.$$p[7]: case CategoryItemHighlightLayer.$$p[8]: this.rs(true); break; case CategoryItemHighlightLayer.$$p[9]: this.aad = d; this.rs(true); break; case CategoryItemHighlightLayer.$$p[1]: this.rs(true); break; case CategoryItemHighlightLayer.$$p[0]: this.aag = this.aah; this.rs(true); break; case CategoryItemHighlightLayer.$$p[6]: this.aac = d; this.rs(true); break; } }; CategoryItemHighlightLayer.prototype.aav = function (a, b, c) { if (this.cw == null || this.cw.b2.isEmpty || this.cw.b1.isEmpty) { return; } if (!a.ez && !a.e7) { return; } var d = a; if (d.categoryAxis == null) { return; } var e = this.z4.x; e = this.cw.b1.left + this.cw.b1.width * (e - this.cw.b2.left) / this.cw.b2.width; var f = this.z4.y; f = this.cw.b1.top + this.cw.b1.height * (f - this.cw.b2.top) / this.cw.b2.height; var g = this.aae; var h = true; var i = typeCast(IHasCategoryModePreference_$type, a); var j = 0; if (i != null) { j = i.preferredCategoryMode(d.categoryAxis); if (j == 2) { h = false; } } var k = true; if (!h || this.z8 == 2) { k = false; } if (this.z8 == 1) { k = true; } var l = this.yo(a); if (!l.c) { return; } if (k) { var m = a.we(l.d, this.aaf, g); if (j != 0 && !d.categoryAxis.cn) { var n = m.x; if (a.e7) { n -= a.getOffsetValue(); n += a.getCategoryWidth() * 0.5; m = { $type: Point_$type, x: n, y: m.y }; } else if (a.ez) { n -= a.getOffsetValue(); n += a.getCategoryWidth() * 0.5; m = { $type: Point_$type, x: n, y: m.y }; } } if (!isNaN_(m.x) && !isNaN_(m.y)) { m = this.wj(m); } this.aat(m, b, a); } else { var o = a.we(l.d, this.aaf, g); var p = void 0; var q = this.getEffectiveViewport1(this.cw); if (a.isVertical) { var r = o.y; var s = d.categoryAxis; var t = this.aag; if (j != 0) { t = s.k8(this.cw.b2, this.cw.b1, q); } if (isNaN_(t) || isInfinity(t)) { return; } p = new Rect(0, this.wu.left, r - t / 2, this.wu.width, t); } else { var u = o.x; var v = d.categoryAxis; var w = this.aag; if (j != 0) { w = v.k8(this.cw.b2, this.cw.b1, q); } if (isNaN_(w) || isInfinity(w)) { return; } p = new Rect(0, u - w / 2, this.wu.top, w, this.wu.height); } p.intersect(this.cw.b1); this.aau(p, b, a); } }; CategoryItemHighlightLayer.prototype.aat = function (a, b, c) { var d = new ItemHighlightFrameRect(); d.b = a.x; d.e = a.y; d.i = this.zq(); if (this.aa9 != null) { d.i = this.aa9; } d.j = this.zr(); if (this.aba != null) { d.j = this.aba; } if (d.i == null) { if (c.hasMarkers) { d.i = this.z7.cs(c.vn()); } else { d.i = this.z7.cs(c.vb); } } if (d.j == null) { if (c.hasMarkers) { d.j = this.z7.cs(c.vo()); } else { d.j = this.z7.cs(c.vf); } } d.d = this.ie; d.f = Base.getHashCodeStatic(c); d.g = this.z9(c, a); var e = (typeCast(MarkerSeries.$, c) !== null) ? c.x2 : null; if (e == null || e == MarkerSeries.x5 || (this.aaa != 2 && this.aaa != 0)) { var f = MarkerSeries.xd(c, 2); if (this.aaa != 2 && this.aaa != 0) { f = this.aaa; } switch (f) { case 3: case 13: e = this.dc.r2; break; case 4: e = this.dc.sb; break; case 5: e = this.dc.r8; break; case 6: e = this.dc.r9; break; case 7: e = this.dc.r3; break; case 8: e = this.dc.r6; break; case 9: e = this.dc.r4; break; case 10: e = this.dc.sa; break; case 11: e = this.dc.r7; break; case 12: e = this.dc.r5; break; } } d.h = this.aay != null ? this.aay : e; if (!isNaN_(d.b) && !isNaN_(d.e)) { b.g.addItem(d.f, d); } }; CategoryItemHighlightLayer.prototype.z9 = function (a, b) { var c = a.kn(b); var d = a.ir(b); if (this.aaf && d != Math.floor(d)) { c = null; } return ((function () { var $ret = new DataContext(); $ret.series = a; $ret.item = c; return $ret; })()); }; CategoryItemHighlightLayer.prototype.aau = function (a, b, c) { var d = new ItemHighlightFrameRect(); d.b = a.left; d.e = a.top; d.c = a.right; d.a = a.bottom; d.i = this.zq(); d.j = this.zr(); if (d.i == null) { if (c != null) { d.i = this.z7.ct(c.vb); } } if (d.j == null) { if (c != null) { d.j = this.z7.ct(c.vf); } } d.d = this.ie; d.f = Base.getHashCodeStatic(c); if (!a.isEmpty) { b.g.addItem(d.f, d); } }; CategoryItemHighlightLayer.prototype.yy = function (a, b) { var e_2, _a; _super.prototype.yy.call(this, a, b); var c = this.z7.cg; var d = this.z7.cf; var e = 0; var f = 0; var g = a; try { for (var _b = __values(fromEnum(g.g.values)), _c = _b.next(); !_c.done; _c = _b.next()) { var h = _c.value; if (h.h != null) { var i = d.item(f); this.aaw(h, i); f++; } else { var j = c.item(e); this.aax(h, j); e++; } } } catch (e_2_1) { e_2 = { error: e_2_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_2) throw e_2.error; } } c.count = e; d.count = f; }; CategoryItemHighlightLayer.prototype.aaw = function (a, b) { if (isNaN_(a.b) || isNaN_(a.e) || isNaN_(a.d) || a.g == null) { b._visibility = 1; return; } var c = { $type: Point_$type, x: a.b, y: a.e }; var d = a.g; d.itemBrush = a.i; var e = d.series.we(c, this.d4() || this.aad, this.aac); if (isNaN_(e.x) || isNaN_(e.y)) { b._visibility = 1; return; } this.z7.cm(b, e.x, e.y); b.ah = a.h; b.content = a.g; }; CategoryItemHighlightLayer.prototype.aax = function (a, b) { if (isNaN_(a.b) || isNaN_(a.e) || isNaN_(a.a) || isNaN_(a.c) || isNaN_(a.d)) { b._visibility = 1; return; } this.z7.cn(b, a.b, a.e, a.c - a.b, a.a - a.e); b._fill = a.i; b._stroke = a.j; b.ad = a.d; if (this.v4 != null) { b.ai = this.v4; } else { b.ai = null; } b.aj = this.v5; b.am = this.v7; b.al = this.v6; b.ak = this.v6; b.ac = this.jh; }; CategoryItemHighlightLayer.prototype.ga = function () { return true; }; CategoryItemHighlightLayer.$t = markType(CategoryItemHighlightLayer, 'CategoryItemHighlightLayer', AnnotationLayer.$); CategoryItemHighlightLayer.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryItemHighlightLayer, 'raisePropertyChanged', ['BandHighlightWidth:aah:aaz', [1, 10], 'HighlightType:z8:aa0', [CategoryItemHighlightType_$type, enumGetBox(CategoryItemHighlightType_$type, 0)], 'MarkerBrush:aa9:aa1', [Brush.$, null], 'MarkerOutline:aba:aa2', [Brush.$, null], 'MarkerTemplate:aay:aa3', [DataTemplate.$, null], 'MarkerType:aaa:aa4', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'SkipUnknownValues:aae:aa5', [0, true], 'TargetSeriesName:aap:aa6', [2, null], 'TargetSeries:aab:aa7', [Series.$, null], 'UseInterpolation:aaf:aa8', [0, false]]); return CategoryItemHighlightLayer; }(AnnotationLayer)); export { CategoryItemHighlightLayer }; /** * @hidden */ var CategoryItemHighlightLayerView = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CategoryItemHighlightLayerView, _super); function CategoryItemHighlightLayerView(a) { var _this = _super.call(this, a) || this; _this.ce = null; _this.cg = null; _this.cf = null; _this.ch = null; _this.ci = null; _this.ce = a; _this.ch = new List$1(ContentControl.$, 0); _this.ci = new List$1(Rectangle.$, 0); return _this; } CategoryItemHighlightLayerView.prototype.ax = function () { var _this = this; _super.prototype.ax.call(this); this.cg = ((function () { var $ret = new Pool$1(Rectangle.$); $ret.create = runOn(_this, _this.cu); $ret.activate = runOn(_this, _this.co); $ret.disactivate = runOn(_this, _this.cq); $ret.destroy = runOn(_this, _this.cp); return $ret; })()); this.cf = ((function () { var $ret = new Pool$1(ContentControl.$); $ret.create = runOn(_this, _this.cr); $ret.activate = runOn(_this, _this.cj); $ret.disactivate = runOn(_this, _this.cl); $ret.destroy = runOn(_this, _this.ck); return $ret; })()); }; CategoryItemHighlightLayerView.prototype.cu = function () { var a = new Rectangle(); a.ab = false; this.ci.add(a); return a; }; CategoryItemHighlightLayerView.prototype.co = function (a) { a._visibility = 0; }; CategoryItemHighlightLayerView.prototype.cq = function (a) { a._visibility = 1; }; CategoryItemHighlightLayerView.prototype.cp = function (a) { this.ci.remove(a); }; CategoryItemHighlightLayerView.prototype.cr = function () { var a = new Marker(); this.ch.add(a); return a; }; CategoryItemHighlightLayerView.prototype.cj = function (a) { a._visibility = 0; }; CategoryItemHighlightLayerView.prototype.cl = function (a) { a._visibility = 1; }; CategoryItemHighlightLayerView.prototype.ck = function (a) { this.ch.remove(a); }; CategoryItemHighlightLayerView.prototype.cs = function (a) { if (a == null) { return a; } return BrushUtil.m(a, 0.3); }; CategoryItemHighlightLayerView.prototype.ct = function (a) { if (a != null) { var b = BrushUtil.m(a, 0.3); if (b.isGradient) { var c = b; if (c.gradientStops != null) { for (var d = 0; d < c.gradientStops.length; d++) { var e = c.gradientStops[d]; e.color = Color.u(truncate(Math.round((e.color.l) * 0.3)), e.color.o, e.color.n, e.color.m); e.color = e.color; } } } else { b.color = Color.u(truncate(Math.round((b.color.l & 255) * 0.3)), b.color.o, b.color.n, b.color.m); b.color = b.color; } return b; } else { return null; } }; CategoryItemHighlightLayerView.prototype.cn = function (a, b, c, d, e) { a._visibility = 0; a.n = b; a.o = c; a.width = d; a.height = e; }; CategoryItemHighlightLayerView.prototype.cm = function (a, b, c) { a.n = b; a.o = c; }; CategoryItemHighlightLayerView.prototype.bn = function (a, b) { _super.prototype.bn.call(this, a, b); var c = a; var d = c.content; if (d != null) { if (d.itemBrush != null) { d.actualItemBrush = d.itemBrush; } var e = d.series; if (e.hasMarkers) { d.outline = e.vo(); } d.thickness = e.io(); } }; CategoryItemHighlightLayerView.prototype.bc = function (a, b) { var e_3, _a; _super.prototype.bc.call(this, a, b); if (a.d && !b) { for (var c = 0; c < this.ci.count; c++) { var d = this.ci._inner[c]; if (d._visibility == 0) { a.w(d); } } if (this.ch.count > 0) { var e = new DataTemplatePassInfo(); e.isHitTestRender = b; e.context = a.h(); e.viewportTop = this.b1.top; e.viewportLeft = this.b1.left; e.viewportWidth = this.b1.width; e.viewportHeight = this.b1.height; e.passID = "ItemMarkers"; var f = new DataTemplateRenderInfo(); f.isHitTestRender = b; f.passInfo = e; var g = new DataTemplateMeasureInfo(); g.passInfo = e; var h = false; var i = a.h(); g.context = i; f.context = i; g.renderContext = a; f.renderContext = a; var j = 0; var k = 0; var l = new Dictionary$2(DataTemplate.$, DataTemplate.$, 0); for (var m = 0; m < this.ch.count; m++) { var n = this.ch._inner[m]; if (n == null || n.ah == null) { continue; } var o = n.ah; if (!l.containsKey(o)) { l.addItem(o, o); if (o != null && o.passStarting != null) { o.passStarting(e); } } if (n._visibility == 1) { continue; } this.bm(n, m, b); if (!h) { g.data = n.content; g.width = n.width; g.height = n.height; if (o.measure != null) { g.data = n.content; o.measure(g); h = g.isConstant; if (h) { j = g.width; k = g.height; } } f.availableWidth = g.width; f.availableHeight = g.height; } else { f.availableWidth = j; f.availableHeight = k; } if (!isNaN_(n.width) && !isInfinity(n.width)) { f.availableWidth = n.width; } if (!isNaN_(n.height) && !isInfinity(n.height)) { f.availableHeight = n.height; } a.q(f, n); n.m = f.availableWidth; n.l = f.availableHeight; } try { for (var _b = __values(fromEnum(l.keys)), _c = _b.next(); !_c.done; _c = _b.next()) { var p = _c.value; if (p != null && p.passCompleted != null) { p.passCompleted(e); } } } catch (e_3_1) { e_3 = { error: e_3_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_3) throw e_3.error; } } } } }; CategoryItemHighlightLayerView.prototype.aq = function (a) { _super.prototype.aq.call(this, a); for (var b = 0; b < this.ci.count; b++) { this.f.bc.exportRectangleData(a, this.ci._inner[b], "catItemRect", ["Main", "CategoryItem"]); } for (var c = 0; c < this.ch.count; c++) { this.f.bc.exportMarkerVisualDataFromMarker(this.f, a, this.ch._inner[c]); } }; CategoryItemHighlightLayerView.$t = markType(CategoryItemHighlightLayerView, 'CategoryItemHighlightLayerView', AnnotationLayerView.$); return CategoryItemHighlightLayerView; }(AnnotationLayerView)); export { CategoryItemHighlightLayerView };