UNPKG

igniteui-react-core

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