igniteui-react-core
Version:
Ignite UI React Core.
45 lines (44 loc) • 2.43 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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { AnchoredRadialSeriesDescriptionMetadata } from "./AnchoredRadialSeriesDescriptionMetadata";
import { RadialAreaSeriesDescription } from "./RadialAreaSeriesDescription";
/**
* @hidden
*/
var RadialAreaSeriesDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(RadialAreaSeriesDescriptionMetadata, _super);
function RadialAreaSeriesDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
RadialAreaSeriesDescriptionMetadata.b = function (a) {
if (RadialAreaSeriesDescriptionMetadata.a == null) {
RadialAreaSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
RadialAreaSeriesDescriptionMetadata.c(RadialAreaSeriesDescriptionMetadata.a);
}
if (a.k(RadialAreaSeriesDescriptionMetadata.a)) {
return;
}
a.ac(RadialAreaSeriesDescriptionMetadata.a);
};
RadialAreaSeriesDescriptionMetadata.c = function (a) {
AnchoredRadialSeriesDescriptionMetadata.c(a);
a.item("UnknownValuePlotting", "ExportedType:string:UnknownValuePlotting");
a.item("UnknownValuePlotting@names", "LinearInterpolate;DontPlot");
};
RadialAreaSeriesDescriptionMetadata.d = function (a) {
RadialAreaSeriesDescriptionMetadata.b(a);
a.ae("RadialAreaSeries", function () { return new RadialAreaSeriesDescription(); });
a.ad("RadialAreaSeries", RadialAreaSeriesDescriptionMetadata.a);
};
RadialAreaSeriesDescriptionMetadata.$t = markType(RadialAreaSeriesDescriptionMetadata, 'RadialAreaSeriesDescriptionMetadata');
RadialAreaSeriesDescriptionMetadata.a = null;
return RadialAreaSeriesDescriptionMetadata;
}(Base));
export { RadialAreaSeriesDescriptionMetadata };