UNPKG

igniteui-react-core

Version:
42 lines (41 loc) 2.62 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 { DownloadingMultiScaleImageEventArgsDescription } from "./DownloadingMultiScaleImageEventArgsDescription"; /** * @hidden */ var DownloadingMultiScaleImageEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DownloadingMultiScaleImageEventArgsDescriptionMetadata, _super); function DownloadingMultiScaleImageEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } DownloadingMultiScaleImageEventArgsDescriptionMetadata.b = function (a) { if (DownloadingMultiScaleImageEventArgsDescriptionMetadata.a == null) { DownloadingMultiScaleImageEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DownloadingMultiScaleImageEventArgsDescriptionMetadata.c(DownloadingMultiScaleImageEventArgsDescriptionMetadata.a); } if (a.k(DownloadingMultiScaleImageEventArgsDescriptionMetadata.a)) { return; } a.ac(DownloadingMultiScaleImageEventArgsDescriptionMetadata.a); }; DownloadingMultiScaleImageEventArgsDescriptionMetadata.c = function (a) { a.item("Uri", "String"); }; DownloadingMultiScaleImageEventArgsDescriptionMetadata.d = function (a) { DownloadingMultiScaleImageEventArgsDescriptionMetadata.b(a); a.ae("DownloadingMultiScaleImageEventArgs", function () { return new DownloadingMultiScaleImageEventArgsDescription(); }); a.ad("DownloadingMultiScaleImageEventArgs", DownloadingMultiScaleImageEventArgsDescriptionMetadata.a); }; DownloadingMultiScaleImageEventArgsDescriptionMetadata.$t = markType(DownloadingMultiScaleImageEventArgsDescriptionMetadata, 'DownloadingMultiScaleImageEventArgsDescriptionMetadata'); DownloadingMultiScaleImageEventArgsDescriptionMetadata.a = null; return DownloadingMultiScaleImageEventArgsDescriptionMetadata; }(Base)); export { DownloadingMultiScaleImageEventArgsDescriptionMetadata };