igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
53 lines (52 loc) • 3.61 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, markType } from "./type";
import { GeographicShapeSeriesDescriptionModule } from "./GeographicShapeSeriesDescriptionModule";
import { GeographicPolylineSeriesDescriptionModule } from "./GeographicPolylineSeriesDescriptionModule";
import { TileGeneratorMapImageryDescriptionModule } from "./TileGeneratorMapImageryDescriptionModule";
import { HeatTileGeneratorDescriptionModule } from "./HeatTileGeneratorDescriptionModule";
import { GeographicTileSeriesDescriptionModule } from "./GeographicTileSeriesDescriptionModule";
import { SizeScaleDescriptionModule } from "./SizeScaleDescriptionModule";
import { ValueBrushScaleDescriptionModule } from "./ValueBrushScaleDescriptionModule";
import { CustomPaletteColorScaleDescriptionModule } from "./CustomPaletteColorScaleDescriptionModule";
import { GeographicProportionalSymbolSeriesDescriptionModule } from "./GeographicProportionalSymbolSeriesDescriptionModule";
import { GeographicSymbolSeriesDescriptionModule } from "./GeographicSymbolSeriesDescriptionModule";
import { GeographicScatterAreaSeriesDescriptionModule } from "./GeographicScatterAreaSeriesDescriptionModule";
import { GeographicHighDensityScatterSeriesDescriptionModule } from "./GeographicHighDensityScatterSeriesDescriptionModule";
import { GeographicContourLineSeriesDescriptionModule } from "./GeographicContourLineSeriesDescriptionModule";
import { GeographicMapCoreDescriptionModule } from "./GeographicMapCoreDescriptionModule";
import { ShapeDataSourceDescriptionModule } from "./ShapeDataSourceDescriptionModule";
/**
* @hidden
*/
var GeographicMapDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(GeographicMapDescriptionModule, _super);
function GeographicMapDescriptionModule() {
return _super !== null && _super.apply(this, arguments) || this;
}
GeographicMapDescriptionModule.register = function (a) {
GeographicShapeSeriesDescriptionModule.register(a);
GeographicPolylineSeriesDescriptionModule.register(a);
TileGeneratorMapImageryDescriptionModule.register(a);
HeatTileGeneratorDescriptionModule.register(a);
GeographicTileSeriesDescriptionModule.register(a);
SizeScaleDescriptionModule.register(a);
ValueBrushScaleDescriptionModule.register(a);
CustomPaletteColorScaleDescriptionModule.register(a);
GeographicProportionalSymbolSeriesDescriptionModule.register(a);
GeographicSymbolSeriesDescriptionModule.register(a);
GeographicScatterAreaSeriesDescriptionModule.register(a);
GeographicHighDensityScatterSeriesDescriptionModule.register(a);
GeographicContourLineSeriesDescriptionModule.register(a);
GeographicMapCoreDescriptionModule.register(a);
ShapeDataSourceDescriptionModule.register(a);
};
GeographicMapDescriptionModule.$t = markType(GeographicMapDescriptionModule, 'GeographicMapDescriptionModule');
return GeographicMapDescriptionModule;
}(Base));
export { GeographicMapDescriptionModule };