igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
51 lines (50 loc) • 2.11 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 { Base, markType } from "igniteui-angular-core";
import { FrameExtended } from "./FrameExtended";
import { InterpolationUtil } from "igniteui-angular-core";
/**
* @hidden
*/
export let UserAnnotationTooltipLayerFrame = /*@__PURE__*/ (() => {
class UserAnnotationTooltipLayerFrame extends Frame {
constructor() {
super();
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;
}
d(a, b, c) {
let d = b;
let 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, () => null, (f, g, h, i) => i);
InterpolationUtil.c(Base.$, this.n, a, d.n, e.n, () => null, (f, g, h, i) => i);
InterpolationUtil.c(Base.$, this.m, a, d.m, e.m, () => null, (f, g, h, i) => i);
}
}
UserAnnotationTooltipLayerFrame.$t = markType(UserAnnotationTooltipLayerFrame, 'UserAnnotationTooltipLayerFrame', Frame.$);
return UserAnnotationTooltipLayerFrame;
})();