igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
42 lines (41 loc) • 2.23 kB
JavaScript
/*
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 { GetTileImageUriArgsDescriptionMetadata } from "./GetTileImageUriArgsDescriptionMetadata";
import { GeographicMapImageryDescriptionMetadata } from "./GeographicMapImageryDescriptionMetadata";
import { CustomMapImageryDescription } from "./CustomMapImageryDescription";
/**
* @hidden
*/
export let CustomMapImageryDescriptionMetadata = /*@__PURE__*/ (() => {
class CustomMapImageryDescriptionMetadata extends Base {
static b(a) {
if (CustomMapImageryDescriptionMetadata.a == null) {
CustomMapImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
CustomMapImageryDescriptionMetadata.c(CustomMapImageryDescriptionMetadata.a);
}
if (a.k(CustomMapImageryDescriptionMetadata.a)) {
return;
}
a.ac(CustomMapImageryDescriptionMetadata.a);
GetTileImageUriArgsDescriptionMetadata.d(a);
}
static c(a) {
GeographicMapImageryDescriptionMetadata.c(a);
a.item("GetTileImageUriRef", "EventRef::getTileImageUri");
}
static d(a) {
CustomMapImageryDescriptionMetadata.b(a);
a.ae("CustomMapImagery", () => new CustomMapImageryDescription());
a.ad("CustomMapImagery", CustomMapImageryDescriptionMetadata.a);
}
}
CustomMapImageryDescriptionMetadata.$t = markType(CustomMapImageryDescriptionMetadata, 'CustomMapImageryDescriptionMetadata');
CustomMapImageryDescriptionMetadata.a = null;
return CustomMapImageryDescriptionMetadata;
})();