UNPKG

igniteui-react-core

Version:
44 lines (43 loc) 2.28 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { CellInfoDescriptionMetadata } from "./CellInfoDescriptionMetadata"; import { ImageCellInfoDescription } from "./ImageCellInfoDescription"; /** * @hidden */ export let ImageCellInfoDescriptionMetadata = /*@__PURE__*/ (() => { class ImageCellInfoDescriptionMetadata extends Base { static b(a) { if (ImageCellInfoDescriptionMetadata.a == null) { ImageCellInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ImageCellInfoDescriptionMetadata.c(ImageCellInfoDescriptionMetadata.a); } if (a.k(ImageCellInfoDescriptionMetadata.a)) { return; } a.ac(ImageCellInfoDescriptionMetadata.a); } static c(a) { CellInfoDescriptionMetadata.c(a); a.item("ImagePath", "String"); a.item("ImageStretchOption", "ExportedType:string:ImageStretchOptions"); a.item("ImageStretchOption@names", "Uniform;Fill;None"); a.item("ImageResourceType", "ExportedType:string:ImageResourceType"); a.item("ImageResourceType@names", "Unspecified;LocalResource;LocalAsset;EmbeddedResource;RemoteResource"); } static d(a) { ImageCellInfoDescriptionMetadata.b(a); a.ae("ImageCellInfo", () => new ImageCellInfoDescription()); a.ad("ImageCellInfo", ImageCellInfoDescriptionMetadata.a); } } ImageCellInfoDescriptionMetadata.$t = /*@__PURE__*/ markType(ImageCellInfoDescriptionMetadata, 'ImageCellInfoDescriptionMetadata'); ImageCellInfoDescriptionMetadata.a = null; return ImageCellInfoDescriptionMetadata; })();