UNPKG

igniteui-react-charts

Version:

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

59 lines (58 loc) 2.54 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 { Frame } from "./Frame"; import { List$1 } from "igniteui-react-core"; import { Base, Number_$type, markType } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; import { FrameExtended } from "./FrameExtended"; import { InterpolationUtil } from "igniteui-react-core"; /** * @hidden */ export let ItemTooltipLayerFrame = /*@__PURE__*/ (() => { class ItemTooltipLayerFrame extends Frame { constructor() { super(); 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); } c(a, b, c) { let d = b; let 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, () => null, (f, g, h, i) => i); InterpolationUtil.d(Base.$, this.j, a, d.j, e.j, () => null, (f, g, h, i) => i); InterpolationUtil.d(Base.$, this.i, a, d.i, e.i, () => null, (f, g, h, i) => i); } } ItemTooltipLayerFrame.$t = /*@__PURE__*/ markType(ItemTooltipLayerFrame, 'ItemTooltipLayerFrame', Frame.$); return ItemTooltipLayerFrame; })();