UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 2.45 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 { __extends } from "tslib"; import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { DataAnnotationPointLayerDescriptionMetadata } from "./DataAnnotationPointLayerDescriptionMetadata"; import { DataAnnotationLineLayerDescription } from "./DataAnnotationLineLayerDescription"; /** * @hidden */ var DataAnnotationLineLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationLineLayerDescriptionMetadata, _super); function DataAnnotationLineLayerDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } DataAnnotationLineLayerDescriptionMetadata.b = function (a) { if (DataAnnotationLineLayerDescriptionMetadata.a == null) { DataAnnotationLineLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DataAnnotationLineLayerDescriptionMetadata.c(DataAnnotationLineLayerDescriptionMetadata.a); } if (a.k(DataAnnotationLineLayerDescriptionMetadata.a)) { return; } a.ac(DataAnnotationLineLayerDescriptionMetadata.a); }; DataAnnotationLineLayerDescriptionMetadata.c = function (a) { DataAnnotationPointLayerDescriptionMetadata.c(a); }; DataAnnotationLineLayerDescriptionMetadata.d = function (a) { DataAnnotationLineLayerDescriptionMetadata.b(a); a.ae("DataAnnotationLineLayer", function () { return new DataAnnotationLineLayerDescription(); }); a.ad("DataAnnotationLineLayer", DataAnnotationLineLayerDescriptionMetadata.a); }; DataAnnotationLineLayerDescriptionMetadata.$t = markType(DataAnnotationLineLayerDescriptionMetadata, 'DataAnnotationLineLayerDescriptionMetadata'); DataAnnotationLineLayerDescriptionMetadata.a = null; return DataAnnotationLineLayerDescriptionMetadata; }(Base)); export { DataAnnotationLineLayerDescriptionMetadata };