igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
59 lines (58 loc) • 2.59 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 { 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
*/
export let ItemTooltipLayerFrame = /*@__PURE__*/ (() => {
class ItemTooltipLayerFrame extends Frame {
constructor() {
super();
this.r = null;
this.q = null;
this.j = null;
this.i = null;
this.o = null;
this.m = null;
this.l = null;
this.p = null;
this.n = null;
this.k = null;
this.r = new List$1(Number_$type, 0);
this.q = new List$1(Number_$type, 0);
this.j = new List$1(Number_$type, 0);
this.i = new List$1(Number_$type, 0);
this.o = new List$1(Base.$, 0);
this.m = new List$1(Base.$, 0);
this.l = new List$1(Base.$, 0);
this.p = new List$1(Number_$type, 0);
this.n = new List$1(Number_$type, 0);
this.k = new List$1(Brush.$, 0);
}
d(a, b, c) {
let d = b;
let e = c;
Frame.c(this.r, a, d.r, e.r);
Frame.c(this.q, a, d.q, e.q);
Frame.c(this.j, a, d.j, e.j);
Frame.c(this.i, a, d.i, e.i);
Frame.c(this.p, a, d.p, e.p);
Frame.c(this.n, a, d.n, e.n);
FrameExtended.a(this.k, a, d.k, e.k, 0);
InterpolationUtil.e(Base.$, this.o, a, d.o, e.o, () => null, (f, g, h, i) => i);
InterpolationUtil.e(Base.$, this.m, a, d.m, e.m, () => null, (f, g, h, i) => i);
InterpolationUtil.e(Base.$, this.l, a, d.l, e.l, () => null, (f, g, h, i) => i);
}
}
ItemTooltipLayerFrame.$t = markType(ItemTooltipLayerFrame, 'ItemTooltipLayerFrame', Frame.$);
return ItemTooltipLayerFrame;
})();