UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

61 lines (60 loc) 2.77 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 } from "tslib"; import { Frame } from "./Frame"; import { List$1 } from "igniteui-angular-core"; import { Base, Number_$type, markType } from "igniteui-angular-core"; import { Brush } from "igniteui-angular-core"; import { FrameExtended } from "./FrameExtended"; import { InterpolationUtil } from "igniteui-angular-core"; /** * @hidden */ var ItemTooltipLayerFrame = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ItemTooltipLayerFrame, _super); function ItemTooltipLayerFrame() { var _this = _super.call(this) || this; _this.o = null; _this.n = null; _this.g = null; _this.f = null; _this.l = null; _this.j = null; _this.i = null; _this.m = null; _this.k = null; _this.h = null; _this.o = new List$1(Number_$type, 0); _this.n = new List$1(Number_$type, 0); _this.g = new List$1(Number_$type, 0); _this.f = new List$1(Number_$type, 0); _this.l = new List$1(Base.$, 0); _this.j = new List$1(Base.$, 0); _this.i = new List$1(Base.$, 0); _this.m = new List$1(Number_$type, 0); _this.k = new List$1(Number_$type, 0); _this.h = new List$1(Brush.$, 0); return _this; } ItemTooltipLayerFrame.prototype.c = function (a, b, c) { var d = b; var e = c; Frame.b(this.o, a, d.o, e.o); Frame.b(this.n, a, d.n, e.n); Frame.b(this.g, a, d.g, e.g); Frame.b(this.f, a, d.f, e.f); Frame.b(this.m, a, d.m, e.m); Frame.b(this.k, a, d.k, e.k); FrameExtended.a(this.h, a, d.h, e.h, 0); InterpolationUtil.d(Base.$, this.l, a, d.l, e.l, function () { return null; }, function (f, g, h, i) { return i; }); InterpolationUtil.d(Base.$, this.j, a, d.j, e.j, function () { return null; }, function (f, g, h, i) { return i; }); InterpolationUtil.d(Base.$, this.i, a, d.i, e.i, function () { return null; }, function (f, g, h, i) { return i; }); }; ItemTooltipLayerFrame.$t = markType(ItemTooltipLayerFrame, 'ItemTooltipLayerFrame', Frame.$); return ItemTooltipLayerFrame; }(Frame)); export { ItemTooltipLayerFrame };