igniteui-webcomponents-maps 6.3.0 → 6.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
- package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
- package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
- package/esm2015/lib/BingResourceSet.js +2 -4
- package/esm2015/lib/BingResponse.js +2 -4
- package/esm2015/lib/CustomMapImagery.js +2 -4
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
- package/esm2015/lib/GeographicMarkerSeries.js +27 -29
- package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
- package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
- package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
- package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -30
- package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
- package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
- package/esm2015/lib/ImageryMetadata.js +2 -4
- package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
- package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
- package/esm2015/lib/MapServerResponseModel.js +2 -4
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
- package/esm2015/lib/SubDomainsCollection.js +2 -4
- package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
- package/esm2015/lib/TileInfoResponseModel.js +2 -4
- package/esm2015/lib/TileSeries_combined.js +85 -89
- package/esm2015/lib/TokenResponseModel.js +2 -4
- package/esm2015/lib/XamGeographicMap_combined.js +142 -160
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
- package/esm2015/lib/igc-geographic-map-component.js +2 -1
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
- package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
- package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
- package/esm2015/lib/igc-tile-series-component.js +4 -6
- package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
- package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
- package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
- package/esm5/lib/BingResourceSet.js +1 -2
- package/esm5/lib/BingResponse.js +1 -2
- package/esm5/lib/CustomMapImagery.js +1 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
- package/esm5/lib/GeographicMarkerSeries.js +26 -27
- package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
- package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
- package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
- package/esm5/lib/GeographicTileSeries.js +26 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
- package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
- package/esm5/lib/ImageryMetadata.js +1 -2
- package/esm5/lib/ImagesChangedEventArgs.js +1 -2
- package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
- package/esm5/lib/MapServerResponseModel.js +1 -2
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
- package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
- package/esm5/lib/SubDomainsCollection.js +1 -2
- package/esm5/lib/TileGeneratorMapImagery.js +1 -2
- package/esm5/lib/TileInfoResponseModel.js +1 -2
- package/esm5/lib/TileSeries_combined.js +81 -83
- package/esm5/lib/TokenResponseModel.js +1 -2
- package/esm5/lib/XamGeographicMap_combined.js +132 -141
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
- package/esm5/lib/igc-geographic-map-component.js +1 -2
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
- package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
- package/esm5/lib/igc-tile-series-component.js +3 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
- package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
- package/igniteui-webcomponents-maps.d.ts +1 -1
- package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
- package/lib/AzureMapsImagery.d.ts +1 -1
- package/lib/AzureMapsImageryStyle.d.ts +25 -25
- package/lib/AzureMapsImageryView.d.ts +1 -1
- package/lib/AzureMapsImageryView_combined.d.ts +39 -39
- package/lib/BingMapsImageryStyle.d.ts +34 -34
- package/lib/BingMapsMapImagery.d.ts +1 -1
- package/lib/BingMapsMapImageryView.d.ts +1 -1
- package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
- package/lib/BingResourceSet.d.ts +11 -11
- package/lib/BingResponse.d.ts +11 -11
- package/lib/CustomMapImagery.d.ts +14 -14
- package/lib/GeographicContourLineSeries.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
- package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
- package/lib/GeographicMapImagery.d.ts +1 -1
- package/lib/GeographicMapImageryView.d.ts +1 -1
- package/lib/GeographicMapSeriesHost.d.ts +1 -1
- package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
- package/lib/GeographicMarkerSeries.d.ts +33 -33
- package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
- package/lib/GeographicPolylineSeries.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
- package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
- package/lib/GeographicScatterAreaSeries.d.ts +1 -1
- package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeries.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
- package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
- package/lib/GeographicShapeSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
- package/lib/GeographicSymbolSeries.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
- package/lib/GeographicTileSeries.d.ts +24 -24
- package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
- package/lib/HostSeriesView.d.ts +1 -1
- package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
- package/lib/ImageryMetadata.d.ts +11 -11
- package/lib/ImagesChangedEventArgs.d.ts +7 -7
- package/lib/LevelOfDetailResponseModel.d.ts +16 -16
- package/lib/MapBackgroundTilingMode.d.ts +22 -22
- package/lib/MapResizeBehavior.d.ts +22 -22
- package/lib/MapServerResponseModel.d.ts +14 -14
- package/lib/OpenStreetMapImagery.d.ts +1 -1
- package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
- package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
- package/lib/SubDomainsCollection.d.ts +11 -11
- package/lib/TileGeneratorMapImagery.d.ts +14 -14
- package/lib/TileInfoResponseModel.d.ts +11 -11
- package/lib/TileSeries.d.ts +1 -1
- package/lib/TileSeriesView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +78 -78
- package/lib/TokenResponseModel.d.ts +16 -16
- package/lib/XamGeographicMap.d.ts +1 -1
- package/lib/XamGeographicMapView.d.ts +1 -1
- package/lib/XamGeographicMap_combined.d.ts +320 -320
- package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
- package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
- package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
- package/lib/igc-azure-maps-imagery.d.ts +50 -50
- package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
- package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
- package/lib/igc-custom-map-imagery-module.d.ts +3 -3
- package/lib/igc-custom-map-imagery.d.ts +20 -20
- package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
- package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
- package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
- package/lib/igc-geographic-map-component.d.ts +244 -244
- package/lib/igc-geographic-map-core-module.d.ts +3 -3
- package/lib/igc-geographic-map-imagery.d.ts +92 -92
- package/lib/igc-geographic-map-module.d.ts +3 -3
- package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
- package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-marker-series-component.d.ts +78 -78
- package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
- package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
- package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
- package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
- package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
- package/lib/igc-geographic-shape-series-component.d.ts +111 -111
- package/lib/igc-geographic-shape-series-module.d.ts +3 -3
- package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
- package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-tile-series-component.d.ts +44 -44
- package/lib/igc-geographic-tile-series-module.d.ts +3 -3
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
- package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
- package/lib/igc-images-changed-event-args.d.ts +12 -12
- package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
- package/lib/igc-open-street-map-imagery.d.ts +18 -18
- package/lib/igc-sub-domains-collection.d.ts +6 -6
- package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
- package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
- package/lib/igc-tile-series-component.d.ts +36 -36
- package/lib/igc-tile-series-module.d.ts +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +107 -107
|
@@ -16,7 +16,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
|
16
16
|
/**
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
19
|
-
var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
19
|
+
export var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
20
20
|
__extends(GeographicSymbolSeriesView, _super);
|
|
21
21
|
function GeographicSymbolSeriesView(a) {
|
|
22
22
|
var _this = _super.call(this, a) || this;
|
|
@@ -30,40 +30,40 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
33
|
-
var a = this.cu.
|
|
33
|
+
var a = this.cu.xl;
|
|
34
34
|
_super.prototype.ci.call(this);
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
35
|
+
a.abe = this.cu.y9;
|
|
36
|
+
a.abm = this.cu.y7;
|
|
37
|
+
a.xv = this.cu.xv;
|
|
38
|
+
a.yn = this.cu.yb;
|
|
39
|
+
a.x4 = this.cu.xw;
|
|
40
40
|
};
|
|
41
41
|
GeographicSymbolSeriesView.prototype.cw = function () {
|
|
42
|
-
this.cu.
|
|
42
|
+
this.cu.xl.abe = this.cu.y9;
|
|
43
43
|
};
|
|
44
44
|
GeographicSymbolSeriesView.prototype.cv = function () {
|
|
45
|
-
this.cu.
|
|
45
|
+
this.cu.xl.abm = this.cu.y7;
|
|
46
46
|
};
|
|
47
47
|
GeographicSymbolSeriesView.prototype.c2 = function () {
|
|
48
|
-
this.cu.
|
|
48
|
+
this.cu.xl.xv = this.cu.xv;
|
|
49
49
|
};
|
|
50
50
|
GeographicSymbolSeriesView.prototype.c0 = function () {
|
|
51
|
-
this.cu.
|
|
51
|
+
this.cu.xl.yn = this.cu.yb;
|
|
52
52
|
};
|
|
53
53
|
GeographicSymbolSeriesView.prototype.c1 = function () {
|
|
54
|
-
this.cu.
|
|
54
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
55
55
|
};
|
|
56
56
|
GeographicSymbolSeriesView.prototype.c3 = function () {
|
|
57
|
-
this.cu.
|
|
57
|
+
this.cu.xl.aau = this.cu.xx;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.c5 = function () {
|
|
60
|
-
this.cu.
|
|
60
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.c6 = function () {
|
|
63
|
-
this.cu.
|
|
63
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.c4 = function () {
|
|
66
|
-
var a = this.cu.
|
|
66
|
+
var a = this.cu.xl;
|
|
67
67
|
if (this.cu.dc == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
@@ -73,28 +73,27 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
73
73
|
a.yAxis = this.cu.dc.zj;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.cy = function () {
|
|
76
|
-
this.cu.
|
|
76
|
+
this.cu.xl.ze = this.cu.yt;
|
|
77
77
|
};
|
|
78
78
|
GeographicSymbolSeriesView.prototype.cx = function () {
|
|
79
|
-
this.cu.
|
|
79
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
80
80
|
};
|
|
81
81
|
GeographicSymbolSeriesView.prototype.cz = function () {
|
|
82
|
-
this.cu.
|
|
82
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
83
83
|
};
|
|
84
84
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
85
85
|
return GeographicSymbolSeriesView;
|
|
86
86
|
}(HostSeriesView));
|
|
87
|
-
export { GeographicSymbolSeriesView };
|
|
88
87
|
/**
|
|
89
88
|
* @hidden
|
|
90
89
|
*/
|
|
91
|
-
var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
90
|
+
export var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
92
91
|
__extends(GeographicSymbolSeries, _super);
|
|
93
92
|
function GeographicSymbolSeries() {
|
|
94
93
|
var _this = _super.call(this) || this;
|
|
95
|
-
_this.
|
|
94
|
+
_this.yv = null;
|
|
95
|
+
_this.yy = false;
|
|
96
96
|
_this.yx = false;
|
|
97
|
-
_this.yw = false;
|
|
98
97
|
_this.assigningScatterStyle = null;
|
|
99
98
|
_this.assigningScatterMarkerStyle = null;
|
|
100
99
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -109,84 +108,83 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
108
|
GeographicSymbolSeries.prototype.ct = function () {
|
|
110
109
|
return new GeographicSymbolSeriesView(this);
|
|
111
110
|
};
|
|
112
|
-
GeographicSymbolSeries.prototype.
|
|
113
|
-
_super.prototype.
|
|
114
|
-
this.
|
|
111
|
+
GeographicSymbolSeries.prototype.rh = function (a) {
|
|
112
|
+
_super.prototype.rh.call(this, a);
|
|
113
|
+
this.yw = a;
|
|
115
114
|
};
|
|
116
115
|
GeographicSymbolSeries.prototype.jt = function () {
|
|
117
116
|
return 0.7;
|
|
118
117
|
};
|
|
119
|
-
GeographicSymbolSeries.prototype.
|
|
118
|
+
GeographicSymbolSeries.prototype.xk = function () {
|
|
120
119
|
return new ScatterSeries();
|
|
121
120
|
};
|
|
122
121
|
GeographicSymbolSeries.prototype.get_fh = function () {
|
|
123
122
|
return true;
|
|
124
123
|
};
|
|
125
|
-
GeographicSymbolSeries.prototype.
|
|
126
|
-
_super.prototype.
|
|
124
|
+
GeographicSymbolSeries.prototype.rq = function (a, b, c, d) {
|
|
125
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
127
126
|
switch (b) {
|
|
128
127
|
case "SeriesViewer":
|
|
129
|
-
this.
|
|
128
|
+
this.yw.c4();
|
|
130
129
|
break;
|
|
131
130
|
case GeographicSymbolSeries.$$p[5]:
|
|
132
|
-
this.
|
|
131
|
+
this.yw.cw();
|
|
133
132
|
break;
|
|
134
133
|
case GeographicSymbolSeries.$$p[4]:
|
|
135
|
-
this.
|
|
134
|
+
this.yw.cv();
|
|
136
135
|
break;
|
|
137
136
|
case GeographicSymbolSeries.$$p[6]:
|
|
138
|
-
this.
|
|
137
|
+
this.yw.cy();
|
|
139
138
|
break;
|
|
140
139
|
case "XAxis":
|
|
141
|
-
this.
|
|
140
|
+
this.yw.c5();
|
|
142
141
|
break;
|
|
143
142
|
case "YAxis":
|
|
144
|
-
this.
|
|
143
|
+
this.yw.c6();
|
|
145
144
|
break;
|
|
146
145
|
case GeographicSymbolSeries.$$p[1]:
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
149
|
-
if (this.
|
|
150
|
-
var e = this.
|
|
151
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
146
|
+
this.xl.aaa = this.y0;
|
|
147
|
+
this.yy = this.y0;
|
|
148
|
+
if (this.y0) {
|
|
149
|
+
var e = this.xl;
|
|
150
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
|
|
152
151
|
}
|
|
153
152
|
else {
|
|
154
|
-
var f = this.
|
|
155
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
153
|
+
var f = this.xl;
|
|
154
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
|
|
156
155
|
}
|
|
157
156
|
break;
|
|
158
157
|
case GeographicSymbolSeries.$$p[0]:
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
if (this.
|
|
162
|
-
var g = this.
|
|
163
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
158
|
+
this.xl.z9 = this.yz;
|
|
159
|
+
this.yx = this.yz;
|
|
160
|
+
if (this.y0) {
|
|
161
|
+
var g = this.xl;
|
|
162
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
164
163
|
}
|
|
165
164
|
else {
|
|
166
|
-
var h = this.
|
|
167
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
165
|
+
var h = this.xl;
|
|
166
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
168
167
|
}
|
|
169
168
|
break;
|
|
170
169
|
case GeographicSymbolSeries.$$p[2]:
|
|
171
|
-
this.
|
|
170
|
+
this.xl.zt = this.yu;
|
|
172
171
|
break;
|
|
173
172
|
case GeographicSymbolSeries.$$p[3]:
|
|
174
|
-
this.
|
|
173
|
+
this.xl.aat = this.y2;
|
|
175
174
|
break;
|
|
176
175
|
}
|
|
177
176
|
};
|
|
178
|
-
GeographicSymbolSeries.prototype.
|
|
177
|
+
GeographicSymbolSeries.prototype.ze = function (a, b) {
|
|
179
178
|
if (this.assigningScatterStyle != null) {
|
|
180
179
|
this.assigningScatterStyle(this, b);
|
|
181
180
|
}
|
|
182
181
|
};
|
|
183
|
-
GeographicSymbolSeries.prototype.
|
|
182
|
+
GeographicSymbolSeries.prototype.zd = function (a, b) {
|
|
184
183
|
if (this.assigningScatterMarkerStyle != null) {
|
|
185
184
|
this.assigningScatterMarkerStyle(this, b);
|
|
186
185
|
}
|
|
187
186
|
};
|
|
188
187
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
189
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
188
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
|
|
190
189
|
return GeographicSymbolSeries;
|
|
191
190
|
}(GeographicMarkerSeries));
|
|
192
|
-
export { GeographicSymbolSeries };
|
|
@@ -12,12 +12,12 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
15
|
-
var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
export var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
16
|
__extends(GeographicTileSeries, _super);
|
|
17
17
|
function GeographicTileSeries() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
19
|
+
_this.y1 = null;
|
|
19
20
|
_this.y0 = null;
|
|
20
|
-
_this.yz = null;
|
|
21
21
|
_this.imageTilesReady = null;
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
@@ -28,53 +28,53 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
GeographicTileSeries.prototype.get_f6 = function () {
|
|
29
29
|
return true;
|
|
30
30
|
};
|
|
31
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
31
|
+
Object.defineProperty(GeographicTileSeries.prototype, "y2", {
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.
|
|
33
|
+
return this.y1;
|
|
34
34
|
},
|
|
35
35
|
set: function (a) {
|
|
36
|
-
var b = a != this.
|
|
36
|
+
var b = a != this.y2;
|
|
37
37
|
if (b) {
|
|
38
|
-
var c = this.
|
|
39
|
-
this.
|
|
38
|
+
var c = this.y2;
|
|
39
|
+
this.y1 = a;
|
|
40
40
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
44
44
|
configurable: true
|
|
45
45
|
});
|
|
46
|
-
GeographicTileSeries.prototype.
|
|
47
|
-
if (this.
|
|
48
|
-
this.
|
|
46
|
+
GeographicTileSeries.prototype.y6 = function () {
|
|
47
|
+
if (this.y2 != null) {
|
|
48
|
+
this.y2.clearTileCache();
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
|
-
GeographicTileSeries.prototype.
|
|
52
|
-
_super.prototype.
|
|
51
|
+
GeographicTileSeries.prototype.rq = function (a, b, c, d) {
|
|
52
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
53
53
|
switch (b) {
|
|
54
54
|
case "TileImagery":
|
|
55
|
-
if (this.
|
|
56
|
-
this.
|
|
55
|
+
if (this.xl != null) {
|
|
56
|
+
this.xl.aaw = this.y2;
|
|
57
57
|
}
|
|
58
58
|
break;
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
|
-
GeographicTileSeries.prototype.
|
|
62
|
-
_super.prototype.
|
|
63
|
-
this.
|
|
64
|
-
if (this.
|
|
65
|
-
var c = this.
|
|
66
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
61
|
+
GeographicTileSeries.prototype.xq = function (a, b) {
|
|
62
|
+
_super.prototype.xq.call(this, a, b);
|
|
63
|
+
this.xl.aaw = this.y2;
|
|
64
|
+
if (this.y0 != null) {
|
|
65
|
+
var c = this.y0;
|
|
66
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
|
|
67
67
|
}
|
|
68
|
-
this.
|
|
69
|
-
if (this.
|
|
70
|
-
var d = this.
|
|
71
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
68
|
+
this.y0 = this.xl;
|
|
69
|
+
if (this.y0 != null) {
|
|
70
|
+
var d = this.y0;
|
|
71
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
|
|
72
72
|
}
|
|
73
73
|
};
|
|
74
|
-
GeographicTileSeries.prototype.
|
|
74
|
+
GeographicTileSeries.prototype.xk = function () {
|
|
75
75
|
return new TileSeries();
|
|
76
76
|
};
|
|
77
|
-
GeographicTileSeries.prototype.
|
|
77
|
+
GeographicTileSeries.prototype.y5 = function (a, b) {
|
|
78
78
|
if (this.imageTilesReady != null) {
|
|
79
79
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
80
80
|
}
|
|
@@ -82,4 +82,3 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
GeographicTileSeries.$t = markType(GeographicTileSeries, 'GeographicTileSeries', GeographicShapeSeriesBase.$);
|
|
83
83
|
return GeographicTileSeries;
|
|
84
84
|
}(GeographicShapeSeriesBase));
|
|
85
|
-
export { GeographicTileSeries };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicXYTriangulatingSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicXYTriangulatingSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicXYTriangulatingSeriesBase, _super);
|
|
15
15
|
function GeographicXYTriangulatingSeriesBase() {
|
|
16
16
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -18,4 +18,3 @@ var GeographicXYTriangulatingSeriesBase = /** @class */ /*@__PURE__*/ (function
|
|
|
18
18
|
GeographicXYTriangulatingSeriesBase.$t = markType(GeographicXYTriangulatingSeriesBase, 'GeographicXYTriangulatingSeriesBase', GeographicMapSeriesHost.$);
|
|
19
19
|
return GeographicXYTriangulatingSeriesBase;
|
|
20
20
|
}(GeographicMapSeriesHost));
|
|
21
|
-
export { GeographicXYTriangulatingSeriesBase };
|
|
@@ -10,7 +10,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var GeographicXYTriangulatingSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var GeographicXYTriangulatingSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(GeographicXYTriangulatingSeriesBaseView, _super);
|
|
15
15
|
function GeographicXYTriangulatingSeriesBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
@@ -21,4 +21,3 @@ var GeographicXYTriangulatingSeriesBaseView = /** @class */ /*@__PURE__*/ (funct
|
|
|
21
21
|
GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
|
|
22
22
|
return GeographicXYTriangulatingSeriesBaseView;
|
|
23
23
|
}(HostSeriesView));
|
|
24
|
-
export { GeographicXYTriangulatingSeriesBaseView };
|
|
@@ -9,7 +9,7 @@ import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var ImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var ImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(ImageTilesReadyEventArgs, _super);
|
|
14
14
|
function ImageTilesReadyEventArgs() {
|
|
15
15
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -17,4 +17,3 @@ var ImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17
17
|
ImageTilesReadyEventArgs.$t = markType(ImageTilesReadyEventArgs, 'ImageTilesReadyEventArgs', EventArgs.$);
|
|
18
18
|
return ImageTilesReadyEventArgs;
|
|
19
19
|
}(EventArgs));
|
|
20
|
-
export { ImageTilesReadyEventArgs };
|
|
@@ -10,7 +10,7 @@ import { List$1 } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var ImageryMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var ImageryMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(ImageryMetadata, _super);
|
|
15
15
|
function ImageryMetadata() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
@@ -22,4 +22,3 @@ var ImageryMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
ImageryMetadata.$t = markType(ImageryMetadata, 'ImageryMetadata');
|
|
23
23
|
return ImageryMetadata;
|
|
24
24
|
}(Base));
|
|
25
|
-
export { ImageryMetadata };
|
|
@@ -9,7 +9,7 @@ import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var ImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var ImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(ImagesChangedEventArgs, _super);
|
|
14
14
|
function ImagesChangedEventArgs() {
|
|
15
15
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -17,4 +17,3 @@ var ImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17
17
|
ImagesChangedEventArgs.$t = markType(ImagesChangedEventArgs, 'ImagesChangedEventArgs', EventArgs.$);
|
|
18
18
|
return ImagesChangedEventArgs;
|
|
19
19
|
}(EventArgs));
|
|
20
|
-
export { ImagesChangedEventArgs };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var LevelOfDetailResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var LevelOfDetailResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(LevelOfDetailResponseModel, _super);
|
|
14
14
|
function LevelOfDetailResponseModel() {
|
|
15
15
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -51,4 +51,3 @@ var LevelOfDetailResponseModel = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
51
51
|
LevelOfDetailResponseModel.$t = markType(LevelOfDetailResponseModel, 'LevelOfDetailResponseModel');
|
|
52
52
|
return LevelOfDetailResponseModel;
|
|
53
53
|
}(Base));
|
|
54
|
-
export { LevelOfDetailResponseModel };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var MapServerResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var MapServerResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(MapServerResponseModel, _super);
|
|
14
14
|
function MapServerResponseModel() {
|
|
15
15
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -40,4 +40,3 @@ var MapServerResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
MapServerResponseModel.$t = markType(MapServerResponseModel, 'MapServerResponseModel');
|
|
41
41
|
return MapServerResponseModel;
|
|
42
42
|
}(Base));
|
|
43
|
-
export { MapServerResponseModel };
|
|
@@ -11,7 +11,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
14
|
-
var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
export var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
15
|
__extends(SphericalMercatorHorizontalScaler, _super);
|
|
16
16
|
function SphericalMercatorHorizontalScaler() {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
@@ -103,8 +103,8 @@ var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_
|
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
105
|
SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
|
|
106
|
-
d = a.
|
|
107
|
-
e = a.
|
|
106
|
+
d = a.q9;
|
|
107
|
+
e = a.q8;
|
|
108
108
|
return {
|
|
109
109
|
p3: d,
|
|
110
110
|
p4: e
|
|
@@ -134,4 +134,3 @@ var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_
|
|
|
134
134
|
SphericalMercatorHorizontalScaler.$t = markType(SphericalMercatorHorizontalScaler, 'SphericalMercatorHorizontalScaler', HorizontalLinearScaler.$);
|
|
135
135
|
return SphericalMercatorHorizontalScaler;
|
|
136
136
|
}(HorizontalLinearScaler));
|
|
137
|
-
export { SphericalMercatorHorizontalScaler };
|
|
@@ -11,7 +11,7 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
14
|
-
var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
export var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
15
|
__extends(SphericalMercatorVerticalScaler, _super);
|
|
16
16
|
function SphericalMercatorVerticalScaler() {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
@@ -125,8 +125,8 @@ var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
127
|
SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
|
|
128
|
-
d = this.ak(a.
|
|
129
|
-
e = this.ak(a.
|
|
128
|
+
d = this.ak(a.q9);
|
|
129
|
+
e = this.ak(a.q8);
|
|
130
130
|
return {
|
|
131
131
|
p3: d,
|
|
132
132
|
p4: e
|
|
@@ -199,4 +199,3 @@ var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
199
199
|
SphericalMercatorVerticalScaler.ah = -85.05112878;
|
|
200
200
|
return SphericalMercatorVerticalScaler;
|
|
201
201
|
}(VerticalLinearScaler));
|
|
202
|
-
export { SphericalMercatorVerticalScaler };
|
|
@@ -10,7 +10,7 @@ import { String_$type, markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var SubDomainsCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var SubDomainsCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(SubDomainsCollection, _super);
|
|
15
15
|
function SubDomainsCollection(a) {
|
|
16
16
|
var _rest = [];
|
|
@@ -37,4 +37,3 @@ var SubDomainsCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
SubDomainsCollection.$t = markType(SubDomainsCollection, 'SubDomainsCollection', ObservableCollection$1.$.specialize(String_$type));
|
|
38
38
|
return SubDomainsCollection;
|
|
39
39
|
}(ObservableCollection$1));
|
|
40
|
-
export { SubDomainsCollection };
|
|
@@ -15,7 +15,7 @@ import { stringReplace } from "igniteui-webcomponents-core";
|
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
18
|
-
var TileGeneratorMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
18
|
+
export var TileGeneratorMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
19
19
|
__extends(TileGeneratorMapImagery, _super);
|
|
20
20
|
function TileGeneratorMapImagery() {
|
|
21
21
|
var _this = _super.call(this, new TileGeneratorTileSource()) || this;
|
|
@@ -50,4 +50,3 @@ var TileGeneratorMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50
50
|
TileGeneratorMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, TileGeneratorMapImagery, 'ba', ['TileGenerator', [ITileGenerator_$type, null]]);
|
|
51
51
|
return TileGeneratorMapImagery;
|
|
52
52
|
}(GeographicMapImagery));
|
|
53
|
-
export { TileGeneratorMapImagery };
|
|
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
var TileInfoResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
|
+
export var TileInfoResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
13
|
__extends(TileInfoResponseModel, _super);
|
|
14
14
|
function TileInfoResponseModel() {
|
|
15
15
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -29,4 +29,3 @@ var TileInfoResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
TileInfoResponseModel.$t = markType(TileInfoResponseModel, 'TileInfoResponseModel');
|
|
30
30
|
return TileInfoResponseModel;
|
|
31
31
|
}(Base));
|
|
32
|
-
export { TileInfoResponseModel };
|