UNPKG

igniteui-react-core

Version:
41 lines (40 loc) 2.07 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 { GetTileImageUriArgsDescription } from "./GetTileImageUriArgsDescription"; /** * @hidden */ export let GetTileImageUriArgsDescriptionMetadata = /*@__PURE__*/ (() => { class GetTileImageUriArgsDescriptionMetadata extends Base { static b(a) { if (GetTileImageUriArgsDescriptionMetadata.a == null) { GetTileImageUriArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); GetTileImageUriArgsDescriptionMetadata.c(GetTileImageUriArgsDescriptionMetadata.a); } if (a.k(GetTileImageUriArgsDescriptionMetadata.a)) { return; } a.ac(GetTileImageUriArgsDescriptionMetadata.a); } static c(a) { a.item("TileLevel", "Number:int"); a.item("TilePositionX", "Number:int"); a.item("TilePositionY", "Number:int"); a.item("TileImageUri", "String"); } static d(a) { GetTileImageUriArgsDescriptionMetadata.b(a); a.ae("GetTileImageUriArgs", () => new GetTileImageUriArgsDescription()); a.ad("GetTileImageUriArgs", GetTileImageUriArgsDescriptionMetadata.a); } } GetTileImageUriArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(GetTileImageUriArgsDescriptionMetadata, 'GetTileImageUriArgsDescriptionMetadata'); GetTileImageUriArgsDescriptionMetadata.a = null; return GetTileImageUriArgsDescriptionMetadata; })();