igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
56 lines (55 loc) • 3.44 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 { ImageTilesReadyEventArgsDescriptionMetadata } from "./ImageTilesReadyEventArgsDescriptionMetadata";
import { ImagesChangedEventArgsDescriptionMetadata } from "./ImagesChangedEventArgsDescriptionMetadata";
import { CancellingMultiScaleImageEventArgsDescriptionMetadata } from "./CancellingMultiScaleImageEventArgsDescriptionMetadata";
import { DownloadingMultiScaleImageEventArgsDescriptionMetadata } from "./DownloadingMultiScaleImageEventArgsDescriptionMetadata";
/**
* @hidden
*/
export let GeographicMapImageryDescriptionMetadata = /*@__PURE__*/ (() => {
class GeographicMapImageryDescriptionMetadata extends Base {
static b(a) {
if (GeographicMapImageryDescriptionMetadata.a == null) {
GeographicMapImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
GeographicMapImageryDescriptionMetadata.c(GeographicMapImageryDescriptionMetadata.a);
}
if (a.k(GeographicMapImageryDescriptionMetadata.a)) {
return;
}
a.ad(GeographicMapImageryDescriptionMetadata.a);
ImageTilesReadyEventArgsDescriptionMetadata.d(a);
ImagesChangedEventArgsDescriptionMetadata.d(a);
CancellingMultiScaleImageEventArgsDescriptionMetadata.d(a);
DownloadingMultiScaleImageEventArgsDescriptionMetadata.d(a);
}
static c(a) {
a.item("WindowRect", "Rect");
a.item("Referer", "String");
a.item("IsHorizontalWrappingEnabled", "Boolean");
a.item("UserAgent", "String");
a.item("Opacity", "Number:double");
a.item("ImageTilesReadyRef", "EventRef:EventHandler:imageTilesReady");
a.item("ImageTilesReadyRef@args", "ImageTilesReadyEventArgs");
a.item("ImagesChangedRef", "EventRef:EventHandler:imagesChanged");
a.item("ImagesChangedRef@args", "ImagesChangedEventArgs");
a.item("CancellingImageRef", "EventRef:CancellingMultiScaleImageEventHandler:cancellingImage");
a.item("CancellingImageRef@args", "CancellingMultiScaleImageEventArgs");
a.item("DownloadingImageRef", "EventRef:DownloadingMultiScaleImageEventHandler:downloadingImage");
a.item("DownloadingImageRef@args", "DownloadingMultiScaleImageEventArgs");
}
static d(a) {
GeographicMapImageryDescriptionMetadata.b(a);
a.ae("GeographicMapImagery", GeographicMapImageryDescriptionMetadata.a);
}
}
GeographicMapImageryDescriptionMetadata.$t = markType(GeographicMapImageryDescriptionMetadata, 'GeographicMapImageryDescriptionMetadata');
GeographicMapImageryDescriptionMetadata.a = null;
return GeographicMapImageryDescriptionMetadata;
})();