igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
69 lines (68 loc) • 3.94 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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { GeographicMapImageryDescriptionMetadata } from "./GeographicMapImageryDescriptionMetadata";
import { ImageTilesReadyEventArgsDescriptionMetadata } from "./ImageTilesReadyEventArgsDescriptionMetadata";
import { SeriesViewerDescriptionMetadata } from "./SeriesViewerDescriptionMetadata";
import { GeographicMapDescription } from "./GeographicMapDescription";
/**
* @hidden
*/
var GeographicMapDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(GeographicMapDescriptionMetadata, _super);
function GeographicMapDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
GeographicMapDescriptionMetadata.b = function (a) {
if (GeographicMapDescriptionMetadata.a == null) {
GeographicMapDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
GeographicMapDescriptionMetadata.c(GeographicMapDescriptionMetadata.a);
}
if (a.k(GeographicMapDescriptionMetadata.a)) {
return;
}
a.ad(GeographicMapDescriptionMetadata.a);
GeographicMapImageryDescriptionMetadata.d(a);
ImageTilesReadyEventArgsDescriptionMetadata.d(a);
};
GeographicMapDescriptionMetadata.c = function (a) {
SeriesViewerDescriptionMetadata.c(a);
a.item("Zoomable", "Boolean");
a.item("ResizeBehavior", "ExportedType:string:MapResizeBehavior");
a.item("ResizeBehavior@names", "Auto;MaintainTopLeftPosition;MaintainCenterPosition");
a.item("IsHorizontalWrappingEnabled", "Boolean");
a.item("BackgroundTilingMode", "ExportedType:string:MapBackgroundTilingMode");
a.item("BackgroundTilingMode@names", "Auto;NonWrapped;Wrapped");
a.item("UseWorldRectForZoomBounds", "Boolean");
a.item("SuppressZoomResetOnWorldRectChange", "Boolean");
a.item("WorldRect", "Rect");
a.item("ActualWorldRect", "Rect");
a.item("BackgroundContent", "ExportedType:GeographicMapImagery");
a.item("WindowScale", "Number:double");
a.item("ActualWindowScale", "Number:double");
a.item("ImageTilesReadyRef", "EventRef:EventHandler:imageTilesReady");
a.item("ImageTilesReadyRef@args", "ImageTilesReadyEventArgs");
GeographicMapDescriptionMetadata.e(a);
};
GeographicMapDescriptionMetadata.d = function (a) {
SeriesViewerDescriptionMetadata.d(a);
GeographicMapDescriptionMetadata.b(a);
a.af("GeographicMap", function () { return new GeographicMapDescription(); });
a.ae("GeographicMap", GeographicMapDescriptionMetadata.a);
};
GeographicMapDescriptionMetadata.e = function (a) {
a.item("_qualifiedName", "String:Infragistics.Controls.Maps.XamGeographicMap");
a.item("Width", "(w:Width/DimensionTransform,xam:Width/DimensionTransform)String");
a.item("Height", "(w:Height/DimensionTransform,xam:Height/DimensionTransform)String");
};
GeographicMapDescriptionMetadata.$t = markType(GeographicMapDescriptionMetadata, 'GeographicMapDescriptionMetadata');
GeographicMapDescriptionMetadata.a = null;
return GeographicMapDescriptionMetadata;
}(Base));
export { GeographicMapDescriptionMetadata };