UNPKG

igniteui-react-charts

Version:

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

53 lines (52 loc) 2.29 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 { Base, markType } from "igniteui-react-core"; import { FrameExtended } from "./FrameExtended"; import { InterpolationUtil } from "igniteui-react-core"; /** * @hidden */ var UserAnnotationTooltipLayerFrame = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserAnnotationTooltipLayerFrame, _super); function UserAnnotationTooltipLayerFrame() { var _this = _super.call(this) || this; _this.l = 0; _this.k = 0; _this.o = null; _this.n = null; _this.m = null; _this.j = 0; _this.i = 0; _this.p = null; _this.l = 0; _this.k = 0; _this.o = null; _this.n = null; _this.m = null; _this.j = 0; _this.i = 0; _this.p = null; return _this; } UserAnnotationTooltipLayerFrame.prototype.d = function (a, b, c) { var d = b; var e = c; this.l = Frame.a(a, d.l, e.l); this.k = Frame.a(a, d.k, e.k); this.j = Frame.a(a, d.j, e.j); this.i = Frame.a(a, d.i, e.i); this.p = FrameExtended.b(a, d.p, e.p, 0); InterpolationUtil.c(Base.$, this.o, a, d.o, e.o, function () { return null; }, function (f, g, h, i) { return i; }); InterpolationUtil.c(Base.$, this.n, a, d.n, e.n, function () { return null; }, function (f, g, h, i) { return i; }); InterpolationUtil.c(Base.$, this.m, a, d.m, e.m, function () { return null; }, function (f, g, h, i) { return i; }); }; UserAnnotationTooltipLayerFrame.$t = markType(UserAnnotationTooltipLayerFrame, 'UserAnnotationTooltipLayerFrame', Frame.$); return UserAnnotationTooltipLayerFrame; }(Frame)); export { UserAnnotationTooltipLayerFrame };