igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
380 lines (379 loc) • 14.1 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, __values } from "tslib";
import { AnnotationLayer } from "./AnnotationLayer";
import { DependencyProperty } from "igniteui-angular-core";
import { Series } from "./Series";
import { FinalValueSelectionMode_$type } from "./FinalValueSelectionMode";
import { Brush } from "igniteui-angular-core";
import { Thickness } from "igniteui-angular-core";
import { FinalValueLayerFrame } from "./FinalValueLayerFrame";
import { List$1 } from "igniteui-angular-core";
import { Axis } from "./Axis";
import { Dictionary$2 } from "igniteui-angular-core";
import { Pool$1 } from "igniteui-angular-core";
import { AxisAnnotation } from "./AxisAnnotation";
import { Base, enumGetBox, fromEnum, Point_$type, markType, markDep } from "igniteui-angular-core";
import { AxisAnnotationFrameManager } from "./AxisAnnotationFrameManager";
import { PropertyMetadata } from "igniteui-angular-core";
import { DeviceUtils } from "igniteui-angular-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { BrushUtil } from "igniteui-angular-core";
/**
* @hidden
*/
var FinalValueLayer = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(FinalValueLayer, _super);
function FinalValueLayer() {
var _this = _super.call(this) || this;
_this.axisAnnotationFormatLabel = null;
_this.z2 = null;
_this.z1 = null;
var a = new FinalValueLayerFrame();
var b = new FinalValueLayerFrame();
var c = new FinalValueLayerFrame();
var d = _this.kc / 1000;
_this.xb = a;
_this.xa = b;
_this.xc = c;
_this.ab = FinalValueLayer.$;
return _this;
}
FinalValueLayer.prototype.bj = function () {
return new FinalValueLayer();
};
FinalValueLayer.prototype.get_eq = function () {
return true;
};
FinalValueLayer.prototype.cs = function () {
return new FinalValueLayerView(this);
};
FinalValueLayer.prototype.q0 = function (a) {
_super.prototype.q0.call(this, a);
this.zx = a;
};
Object.defineProperty(FinalValueLayer.prototype, "aa7", {
get: function () {
return new Thickness(1, this.z5, this.z7, this.z6, this.z4);
},
enumerable: false,
configurable: true
});
FinalValueLayer.prototype.z0 = function () {
return this.axisAnnotationFormatLabel != null;
};
FinalValueLayer.prototype.yo = function (a, b) {
if (this.zz == null || this.zz == a) {
if (!this.a1.c) {
this.rq(b);
}
}
};
FinalValueLayer.prototype.yq = function (a, b) {
var e_1, _a;
var _this = this;
_super.prototype.yq.call(this, a, b);
var c = a;
c.f.clear();
c.r.clear();
c.q.clear();
c.ac.clear();
c.p.clear();
c.ab.clear();
c.h.clear();
c.g.clear();
c.i.clear();
c.k.clear();
c.m.clear();
c.l.clear();
c.j.clear();
c.n.clear();
c.o.clear();
c.t.clear();
c.s.clear();
c.u.clear();
c.w.clear();
c.y.clear();
c.x.clear();
c.v.clear();
c.z.clear();
c.aa.clear();
if (this.xh(this.zz)) {
this.aao(this.zz, c);
}
else {
try {
for (var _b = __values(fromEnum(this.db.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
var d = _c.value;
if (this.xh(d)) {
this.aao(d, c);
}
if (d.isStacked) {
d.p2(function (e) {
if (_this.xh(e)) {
_this.aao(e, c);
}
if (e.eg) {
e.p0(function (f) {
if (_this.xh(f)) {
_this.aao(f, c);
}
return true;
});
}
return true;
});
}
if (d.eg) {
d.p0(function (e) {
if (_this.xh(e)) {
_this.aao(e, c);
}
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;
}
}
}
};
FinalValueLayer.prototype.xh = function (a) {
if (!_super.prototype.xh.call(this, a)) {
return false;
}
if (this.aal != null) {
if (a.isFragment) {
var b = a.nb();
if (!Base.equalsStatic(this.aal, b)) {
return false;
}
}
else {
if (!Base.equalsStatic(this.aal, a.name)) {
return false;
}
}
}
return true;
};
FinalValueLayer.prototype.qo = function () {
_super.prototype.qo.call(this);
if (!this.a1.c && !this.d3()) {
return;
}
if (this.d3()) {
this.aap(this.xc, false);
}
else {
this.aap(this.xa, false);
}
};
FinalValueLayer.prototype.aa6 = function (a) {
var b = NaN;
var c = NaN;
var d = this.zy;
if (d == 0) {
d = 1;
}
var e = false;
if (d == 2) {
e = true;
}
if (a.isVertical) {
var f = a.a0();
if (f != null) {
if (d == 1 || d == 2) {
var g = this.wi(this.cv);
if (f.ch) {
c = a.wg({ $type: Point_$type, x: g.right, y: g.bottom }).y;
}
else {
c = a.wg({ $type: Point_$type, x: g.right, y: g.top }).y;
}
}
else {
if (f.ch) {
c = 1;
}
else {
c = 0;
}
}
}
return a.wb({ $type: Point_$type, x: 0, y: c }, e, true);
}
else {
var h = a.a0();
if (h != null) {
if (d == 1 || d == 2) {
var i = this.wi(this.cv);
if (h.ch) {
b = a.wg({ $type: Point_$type, x: i.left, y: i.top }).x;
}
else {
b = a.wg({ $type: Point_$type, x: i.right, y: i.top }).x;
}
}
else {
if (h.ch) {
b = 0;
}
else {
b = 1;
}
}
}
if (a.e6) {
return a.wb({ $type: Point_$type, x: b, y: 0 }, e, true);
}
else {
return a.wb({ $type: Point_$type, x: b, y: 0 }, e, true);
}
}
};
FinalValueLayer.prototype.aao = function (a, b) {
var c = this.aa6(a);
var d = this.wg(c);
var e = this.u8;
if (e == null) {
e = this.ve;
}
if (e == null) {
e = a.u8;
if (e != null) {
e = this.zx.b8(e);
}
}
AxisAnnotationFrameManager.c(b, c, a, this.db, this.getEffectiveViewport(), e, this.aa3, this.z3, this.aa5, this.aa4, this.aa7, this.z8, this.aa3, this.z3, this.aa5, this.aa4, this.aa7, this.z8, this._visibility == 0 && a.isVertical, this._visibility == 0 && !a.isVertical);
};
FinalValueLayer.prototype.aap = function (a, b) {
var c = false;
if (this.z1 == null) {
c = true;
this.z2 = new List$1(Axis.$, 0);
this.z1 = new Dictionary$2(Axis.$, Pool$1.$.specialize(AxisAnnotation.$), 0);
}
AxisAnnotationFrameManager.d(this, a, c, this.z1, this.z2, b, this.z9, this.z9, this.axisAnnotationFormatLabel, this.axisAnnotationFormatLabel);
};
FinalValueLayer.prototype.yt = function (a, b) {
_super.prototype.yt.call(this, a, b);
if (this.d3()) {
this.aap(this.xc, true);
}
else {
this.aap(this.xa, false);
}
};
FinalValueLayer.prototype.f9 = function () {
return true;
};
FinalValueLayer.prototype.q8 = function (a, b, c, d) {
var e_2, _a;
_super.prototype.q8.call(this, a, b, c, d);
switch (b) {
case FinalValueLayer.$$p[11]:
case FinalValueLayer.$$p[12]:
this.rq(true);
break;
case FinalValueLayer.$$p[1]:
case FinalValueLayer.$$p[0]:
case FinalValueLayer.$$p[3]:
case FinalValueLayer.$$p[5]:
case FinalValueLayer.$$p[7]:
case FinalValueLayer.$$p[6]:
case FinalValueLayer.$$p[4]:
case "Visibility":
case FinalValueLayer.$$p[8]:
case FinalValueLayer.$$p[9]:
case FinalValueLayer.$$p[10]:
this.rq(true);
break;
case "SeriesViewer":
var e = this.z2;
var f = this.z1;
if (f != null) {
var _loop_1 = function (g) {
var h = g.value;
h.c(function (i) { return g.key.an.remove(i); });
h.clear();
};
try {
for (var _b = __values(fromEnum(f)), _c = _b.next(); !_c.done; _c = _b.next()) {
var g = _c.value;
_loop_1(g);
}
}
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;
}
}
e.clear();
f.clear();
}
break;
}
};
FinalValueLayer.prototype.o4 = function (a, b) {
_super.prototype.o4.call(this, a, b);
if (a) {
AxisAnnotationFrameManager.b(this.xa);
this.aap(this.xa, false);
}
};
FinalValueLayer.$t = markType(FinalValueLayer, 'FinalValueLayer', AnnotationLayer.$);
FinalValueLayer.$$p = markDep(DependencyProperty, PropertyMetadata, FinalValueLayer, 'raisePropertyChanged', ['AxisAnnotationBackgroundCornerRadius:z3:aaq', [1, DeviceUtils.g(3)], 'AxisAnnotationBackground:aa3:aar', [Brush.$, null], 'AxisAnnotationInterpolatedValuePrecision:z9:aas', [1, -1], 'AxisAnnotationOutline:aa4:aat', [Brush.$, null], 'AxisAnnotationPaddingBottom:z4:aau', [1, NaN], 'AxisAnnotationPaddingLeft:z5:aav', [1, NaN], 'AxisAnnotationPaddingRight:z6:aaw', [1, NaN], 'AxisAnnotationPaddingTop:z7:aax', [1, NaN], 'AxisAnnotationStrokeThickness:z8:aay', [1, NaN], 'AxisAnnotationTextColor:aa5:aaz', [Brush.$, null], 'FinalValueSelectionMode:zy:aa0', [FinalValueSelectionMode_$type, enumGetBox(FinalValueSelectionMode_$type, 0)], 'TargetSeriesName:aal:aa1', [2, null], 'TargetSeries:zz:aa2', [Series.$, null]]);
return FinalValueLayer;
}(AnnotationLayer));
export { FinalValueLayer };
/**
* @hidden
*/
var FinalValueLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(FinalValueLayerView, _super);
function FinalValueLayerView(a) {
var _this = _super.call(this, a) || this;
_this.b7 = null;
_this.b7 = a;
return _this;
}
FinalValueLayerView.prototype.au = function () {
_super.prototype.au.call(this);
};
FinalValueLayerView.prototype.b8 = function (a) {
if (a == null) {
return a;
}
return BrushUtil.m(a, 0.1);
};
FinalValueLayerView.prototype.an = function (a) {
_super.prototype.an.call(this, a);
};
FinalValueLayerView.$t = markType(FinalValueLayerView, 'FinalValueLayerView', AnnotationLayerView.$);
return FinalValueLayerView;
}(AnnotationLayerView));
export { FinalValueLayerView };