igniteui-react-core
Version:
Ignite UI React Core.
43 lines (42 loc) • 2.25 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 { HorizontalAnchoredCategorySeriesDescriptionMetadata } from "./HorizontalAnchoredCategorySeriesDescriptionMetadata";
import { StepLineSeriesDescription } from "./StepLineSeriesDescription";
/**
* @hidden
*/
var StepLineSeriesDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(StepLineSeriesDescriptionMetadata, _super);
function StepLineSeriesDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
StepLineSeriesDescriptionMetadata.b = function (a) {
if (StepLineSeriesDescriptionMetadata.a == null) {
StepLineSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
StepLineSeriesDescriptionMetadata.c(StepLineSeriesDescriptionMetadata.a);
}
if (a.k(StepLineSeriesDescriptionMetadata.a)) {
return;
}
a.ac(StepLineSeriesDescriptionMetadata.a);
};
StepLineSeriesDescriptionMetadata.c = function (a) {
HorizontalAnchoredCategorySeriesDescriptionMetadata.c(a);
};
StepLineSeriesDescriptionMetadata.d = function (a) {
StepLineSeriesDescriptionMetadata.b(a);
a.ae("StepLineSeries", function () { return new StepLineSeriesDescription(); });
a.ad("StepLineSeries", StepLineSeriesDescriptionMetadata.a);
};
StepLineSeriesDescriptionMetadata.$t = markType(StepLineSeriesDescriptionMetadata, 'StepLineSeriesDescriptionMetadata');
StepLineSeriesDescriptionMetadata.a = null;
return StepLineSeriesDescriptionMetadata;
}(Base));
export { StepLineSeriesDescriptionMetadata };