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
|
@@ -11,26 +11,23 @@ import { BrushScale } from "igniteui-webcomponents-charts";
|
|
|
11
11
|
import { enumGetBox, runOn, delegateCombine, delegateRemove, markType, markDep } from "igniteui-webcomponents-core";
|
|
12
12
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
13
13
|
import { HostSeriesView } from "./HostSeriesView";
|
|
14
|
-
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
14
|
+
let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
18
15
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
19
16
|
constructor() {
|
|
20
17
|
super(...arguments);
|
|
18
|
+
this.x2 = false;
|
|
21
19
|
this.x1 = false;
|
|
22
|
-
this.x0 = false;
|
|
23
20
|
this.assigningShapeStyle = null;
|
|
24
21
|
this.assigningShapeMarkerStyle = null;
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
22
|
+
this.xy = null;
|
|
23
|
+
this.x0 = false;
|
|
27
24
|
}
|
|
28
25
|
ct() {
|
|
29
26
|
return new GeographicShapeSeriesBaseView(this);
|
|
30
27
|
}
|
|
31
|
-
|
|
32
|
-
super.
|
|
33
|
-
this.
|
|
28
|
+
rh(a) {
|
|
29
|
+
super.rh(a);
|
|
30
|
+
this.xx = a;
|
|
34
31
|
}
|
|
35
32
|
get_fh() {
|
|
36
33
|
return true;
|
|
@@ -38,105 +35,105 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
38
35
|
get_ef() {
|
|
39
36
|
return true;
|
|
40
37
|
}
|
|
41
|
-
|
|
42
|
-
super.
|
|
38
|
+
rq(a, b, c, d) {
|
|
39
|
+
super.rq(a, b, c, d);
|
|
43
40
|
switch (b) {
|
|
44
41
|
case "SeriesViewer":
|
|
45
|
-
this.
|
|
42
|
+
this.xx.cv();
|
|
46
43
|
break;
|
|
47
44
|
case "ShapeMemberPath":
|
|
48
|
-
this.
|
|
45
|
+
this.xx.cx();
|
|
49
46
|
break;
|
|
50
47
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
51
|
-
this.
|
|
48
|
+
this.xx.cw();
|
|
52
49
|
break;
|
|
53
50
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
if (this.
|
|
57
|
-
let e = this.
|
|
58
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
51
|
+
this.xl.yt = this.x5;
|
|
52
|
+
this.x2 = this.x5;
|
|
53
|
+
if (this.x5) {
|
|
54
|
+
let e = this.xl;
|
|
55
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
|
|
59
56
|
}
|
|
60
57
|
else {
|
|
61
|
-
let f = this.
|
|
62
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
58
|
+
let f = this.xl;
|
|
59
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
|
|
63
60
|
}
|
|
64
61
|
break;
|
|
65
62
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
if (this.
|
|
69
|
-
let g = this.
|
|
70
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
63
|
+
this.xl.ys = this.x4;
|
|
64
|
+
this.x1 = this.x4;
|
|
65
|
+
if (this.x5) {
|
|
66
|
+
let g = this.xl;
|
|
67
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
71
68
|
}
|
|
72
69
|
else {
|
|
73
|
-
let h = this.
|
|
74
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
70
|
+
let h = this.xl;
|
|
71
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
75
72
|
}
|
|
76
73
|
break;
|
|
77
74
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
78
|
-
this.
|
|
75
|
+
this.xl.x5 = this.xw;
|
|
79
76
|
break;
|
|
80
77
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
81
|
-
this.
|
|
78
|
+
this.xl.za = this.x7;
|
|
82
79
|
break;
|
|
83
80
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
84
|
-
this.
|
|
81
|
+
this.xl.zb = this.x8;
|
|
85
82
|
break;
|
|
86
83
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
87
|
-
this.
|
|
84
|
+
this.xl.zf = this.x9;
|
|
88
85
|
break;
|
|
89
86
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
90
|
-
this.
|
|
87
|
+
this.xl.xv = this.xv;
|
|
91
88
|
break;
|
|
92
89
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
93
|
-
this.
|
|
90
|
+
this.xl.yo = this.x3;
|
|
94
91
|
break;
|
|
95
92
|
case "ShapefileDataSource":
|
|
96
93
|
if (c != null) {
|
|
97
94
|
let i = c;
|
|
98
|
-
if (this.
|
|
99
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
95
|
+
if (this.x0) {
|
|
96
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
|
|
100
97
|
}
|
|
101
98
|
}
|
|
102
99
|
if (d != null) {
|
|
103
100
|
let j = d;
|
|
104
101
|
if (j.count > 0) {
|
|
105
|
-
this.
|
|
102
|
+
this.yp();
|
|
106
103
|
break;
|
|
107
104
|
}
|
|
108
|
-
this.
|
|
109
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
105
|
+
this.x0 = true;
|
|
106
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
|
|
110
107
|
}
|
|
111
108
|
break;
|
|
112
109
|
}
|
|
113
110
|
}
|
|
114
|
-
|
|
111
|
+
yn(a, b) {
|
|
115
112
|
if (this.assigningShapeStyle != null) {
|
|
116
113
|
this.assigningShapeStyle(this, b);
|
|
117
114
|
}
|
|
118
115
|
}
|
|
119
|
-
|
|
116
|
+
ym(a, b) {
|
|
120
117
|
if (this.assigningShapeMarkerStyle != null) {
|
|
121
118
|
this.assigningShapeMarkerStyle(this, b);
|
|
122
119
|
}
|
|
123
120
|
}
|
|
124
|
-
|
|
125
|
-
this.
|
|
121
|
+
yo(a, b) {
|
|
122
|
+
this.yp();
|
|
126
123
|
}
|
|
127
|
-
|
|
128
|
-
let sds_ = this.
|
|
124
|
+
yp() {
|
|
125
|
+
let sds_ = this.xz;
|
|
129
126
|
let ext_ = sds_.externalObject;
|
|
130
127
|
this.itemsSource = (ext_.getPointData());
|
|
131
128
|
}
|
|
132
|
-
get
|
|
133
|
-
return this.
|
|
129
|
+
get xz() {
|
|
130
|
+
return this.xy;
|
|
134
131
|
}
|
|
135
|
-
set
|
|
136
|
-
let b = this.
|
|
137
|
-
this.
|
|
138
|
-
if (b != this.
|
|
139
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
132
|
+
set xz(a) {
|
|
133
|
+
let b = this.xy;
|
|
134
|
+
this.xy = a;
|
|
135
|
+
if (b != this.xy) {
|
|
136
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
|
|
140
137
|
}
|
|
141
138
|
}
|
|
142
139
|
get_hd() {
|
|
@@ -147,13 +144,11 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
147
144
|
}
|
|
148
145
|
}
|
|
149
146
|
GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
150
|
-
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
147
|
+
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
|
|
151
148
|
return GeographicShapeSeriesBase;
|
|
152
149
|
})();
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
*/
|
|
156
|
-
export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
150
|
+
export { GeographicShapeSeriesBase };
|
|
151
|
+
let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
157
152
|
class GeographicShapeSeriesBaseView extends HostSeriesView {
|
|
158
153
|
constructor(a) {
|
|
159
154
|
super(a);
|
|
@@ -162,25 +157,26 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
162
157
|
}
|
|
163
158
|
ci() {
|
|
164
159
|
super.ci();
|
|
165
|
-
this.cu.
|
|
160
|
+
this.cu.xl.zs = this.cu.yk;
|
|
166
161
|
}
|
|
167
162
|
cv() {
|
|
168
|
-
let a = this.cu.
|
|
163
|
+
let a = this.cu.xl;
|
|
169
164
|
if (this.cu.dc == null) {
|
|
170
|
-
a.
|
|
171
|
-
a.
|
|
165
|
+
a.xz = null;
|
|
166
|
+
a.x1 = null;
|
|
172
167
|
return;
|
|
173
168
|
}
|
|
174
|
-
a.
|
|
175
|
-
a.
|
|
169
|
+
a.xz = this.cu.dc.zh;
|
|
170
|
+
a.x1 = this.cu.dc.zj;
|
|
176
171
|
}
|
|
177
172
|
cx() {
|
|
178
|
-
this.cu.
|
|
173
|
+
this.cu.xl.zs = this.cu.yk;
|
|
179
174
|
}
|
|
180
175
|
cw() {
|
|
181
|
-
this.cu.
|
|
176
|
+
this.cu.xl.y7 = this.cu.x6;
|
|
182
177
|
}
|
|
183
178
|
}
|
|
184
179
|
GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
185
180
|
return GeographicShapeSeriesBaseView;
|
|
186
181
|
})();
|
|
182
|
+
export { GeographicShapeSeriesBaseView };
|
|
@@ -20,72 +20,67 @@ import { DataTemplate } from "igniteui-webcomponents-core";
|
|
|
20
20
|
import { CollisionAvoidanceType_$type } from "igniteui-webcomponents-charts";
|
|
21
21
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
22
22
|
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
23
|
-
|
|
24
|
-
* @hidden
|
|
25
|
-
*/
|
|
26
|
-
export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
23
|
+
let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
27
24
|
class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
|
|
28
25
|
constructor(a) {
|
|
29
26
|
super(a);
|
|
30
27
|
this.cy = null;
|
|
31
28
|
this.cy = a;
|
|
32
29
|
if (!this.t) {
|
|
33
|
-
this.cy.
|
|
30
|
+
this.cy.yk = "points";
|
|
34
31
|
}
|
|
35
32
|
}
|
|
36
33
|
a4() {
|
|
37
34
|
super.a4();
|
|
38
35
|
if (!this.t) {
|
|
39
|
-
this.cy.
|
|
36
|
+
this.cy.z7 = Defaults.a8;
|
|
40
37
|
this.cy.jy = Defaults.ac;
|
|
41
|
-
this.cy.
|
|
42
|
-
this.cy.
|
|
43
|
-
this.cy.
|
|
38
|
+
this.cy.y6 = Defaults.ab;
|
|
39
|
+
this.cy.y3 = Defaults.d;
|
|
40
|
+
this.cy.y1 = Defaults.a;
|
|
44
41
|
}
|
|
45
42
|
}
|
|
46
43
|
ci() {
|
|
47
44
|
super.ci();
|
|
48
|
-
this.cy.
|
|
49
|
-
this.cy.
|
|
50
|
-
this.cy.
|
|
51
|
-
this.cy.
|
|
52
|
-
this.cy.
|
|
45
|
+
this.cy.xl.acf = this.cy.z9;
|
|
46
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
47
|
+
this.cy.xl.abu = this.cy.zp;
|
|
48
|
+
this.cy.xl.abb = this.cy.y6;
|
|
49
|
+
this.cy.xl.aat = this.cy.y0;
|
|
53
50
|
}
|
|
54
51
|
c3() {
|
|
55
|
-
this.cy.
|
|
52
|
+
this.cy.xl.abu = this.cy.zp;
|
|
56
53
|
}
|
|
57
54
|
c5() {
|
|
58
|
-
this.cy.
|
|
55
|
+
this.cy.xl.abb = this.cy.y6;
|
|
59
56
|
}
|
|
60
57
|
c0() {
|
|
61
|
-
this.cy.
|
|
58
|
+
this.cy.xl.aat = this.cy.y0;
|
|
62
59
|
}
|
|
63
60
|
c4() {
|
|
64
|
-
this.cy.
|
|
61
|
+
this.cy.xl.aa2 = this.cy.y3;
|
|
65
62
|
}
|
|
66
63
|
cz() {
|
|
67
|
-
this.cy.
|
|
64
|
+
this.cy.xl.acb = this.cy.z6;
|
|
68
65
|
}
|
|
69
66
|
c1() {
|
|
70
|
-
this.cy.
|
|
67
|
+
this.cy.xl.acc = this.cy.z7;
|
|
71
68
|
}
|
|
72
69
|
c2() {
|
|
73
|
-
this.cy.
|
|
70
|
+
this.cy.xl.ace = this.cy.z8;
|
|
74
71
|
}
|
|
75
72
|
c6() {
|
|
76
|
-
this.cy.
|
|
73
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
77
74
|
}
|
|
78
75
|
c7() {
|
|
79
|
-
this.cy.
|
|
76
|
+
this.cy.xl.acf = this.cy.z9;
|
|
80
77
|
}
|
|
81
78
|
}
|
|
82
79
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
83
80
|
return GeographicShapeSeriesView;
|
|
84
81
|
})();
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
*/
|
|
88
|
-
export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
82
|
+
export { GeographicShapeSeriesView };
|
|
83
|
+
let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
89
84
|
class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
90
85
|
bk() {
|
|
91
86
|
return new GeographicShapeSeries();
|
|
@@ -101,81 +96,81 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
101
96
|
ct() {
|
|
102
97
|
return new GeographicShapeSeriesView(this);
|
|
103
98
|
}
|
|
104
|
-
|
|
105
|
-
super.
|
|
106
|
-
this.
|
|
99
|
+
rh(a) {
|
|
100
|
+
super.rh(a);
|
|
101
|
+
this.y5 = a;
|
|
107
102
|
}
|
|
108
|
-
|
|
103
|
+
xk() {
|
|
109
104
|
let a = new ScatterPolygonSeries();
|
|
110
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
111
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
105
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
|
|
106
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
|
|
112
107
|
return a;
|
|
113
108
|
}
|
|
114
|
-
|
|
109
|
+
zm(a, b) {
|
|
115
110
|
if (this.styleShape != null) {
|
|
116
111
|
this.styleShape(this, b);
|
|
117
112
|
}
|
|
118
113
|
}
|
|
119
|
-
|
|
120
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
114
|
+
zn(a, b) {
|
|
115
|
+
let c = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
121
116
|
if (c == null) {
|
|
122
117
|
return;
|
|
123
118
|
}
|
|
124
119
|
}
|
|
125
120
|
iu() {
|
|
126
|
-
return this.
|
|
127
|
-
}
|
|
128
|
-
v4() {
|
|
129
|
-
return this.z3;
|
|
121
|
+
return this.y6;
|
|
130
122
|
}
|
|
131
123
|
v5() {
|
|
132
124
|
return this.z4;
|
|
133
125
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
126
|
+
v6() {
|
|
127
|
+
return this.z5;
|
|
128
|
+
}
|
|
129
|
+
th() {
|
|
130
|
+
return this.zo;
|
|
136
131
|
}
|
|
137
132
|
ml() {
|
|
138
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
133
|
+
let a = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
139
134
|
if (a == null) {
|
|
140
135
|
return "Unknown";
|
|
141
136
|
}
|
|
142
137
|
return a.ml();
|
|
143
138
|
}
|
|
144
|
-
|
|
145
|
-
super.
|
|
139
|
+
rq(a, b, c, d) {
|
|
140
|
+
super.rq(a, b, c, d);
|
|
146
141
|
switch (b) {
|
|
147
142
|
case GeographicShapeSeries.$$p[6]:
|
|
148
|
-
this.
|
|
143
|
+
this.xl.aa0 = this.y2;
|
|
149
144
|
break;
|
|
150
145
|
case GeographicShapeSeries.$$p[5]:
|
|
151
|
-
this.
|
|
146
|
+
this.xl.aaw = this.y1;
|
|
152
147
|
break;
|
|
153
148
|
case GeographicShapeSeries.$$p[9]:
|
|
154
|
-
this.
|
|
149
|
+
this.y5.c3();
|
|
155
150
|
break;
|
|
156
151
|
case GeographicShapeSeries.$$p[10]:
|
|
157
|
-
this.
|
|
152
|
+
this.y5.c5();
|
|
158
153
|
break;
|
|
159
154
|
case GeographicShapeSeries.$$p[4]:
|
|
160
|
-
this.
|
|
155
|
+
this.y5.c0();
|
|
161
156
|
break;
|
|
162
157
|
case GeographicShapeSeries.$$p[11]:
|
|
163
|
-
this.
|
|
158
|
+
this.y5.c4();
|
|
164
159
|
break;
|
|
165
160
|
case GeographicShapeSeries.$$p[3]:
|
|
166
|
-
this.
|
|
161
|
+
this.y5.cz();
|
|
167
162
|
break;
|
|
168
163
|
case GeographicShapeSeries.$$p[7]:
|
|
169
|
-
this.
|
|
164
|
+
this.y5.c1();
|
|
170
165
|
break;
|
|
171
166
|
case GeographicShapeSeries.$$p[8]:
|
|
172
|
-
this.
|
|
167
|
+
this.y5.c2();
|
|
173
168
|
break;
|
|
174
169
|
case GeographicShapeSeries.$$p[13]:
|
|
175
|
-
this.
|
|
170
|
+
this.y5.c6();
|
|
176
171
|
break;
|
|
177
172
|
case GeographicShapeSeries.$$p[12]:
|
|
178
|
-
this.
|
|
173
|
+
this.y5.c7();
|
|
179
174
|
break;
|
|
180
175
|
}
|
|
181
176
|
}
|
|
@@ -184,6 +179,7 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
184
179
|
}
|
|
185
180
|
}
|
|
186
181
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
187
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
182
|
+
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
|
|
188
183
|
return GeographicShapeSeries;
|
|
189
184
|
})();
|
|
185
|
+
export { GeographicShapeSeries };
|
|
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let GeographicSymbolSeriesBase = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicSymbolSeriesBase = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicSymbolSeriesBase extends GeographicMarkerSeriesBase {
|
|
14
11
|
}
|
|
15
12
|
GeographicSymbolSeriesBase.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesBase, 'GeographicSymbolSeriesBase', GeographicMarkerSeriesBase.$);
|
|
16
13
|
return GeographicSymbolSeriesBase;
|
|
17
14
|
})();
|
|
15
|
+
export { GeographicSymbolSeriesBase };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { HostSeriesView } from "./HostSeriesView";
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let GeographicSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicSymbolSeriesBaseView extends HostSeriesView {
|
|
14
11
|
constructor(a) {
|
|
15
12
|
super(a);
|
|
@@ -20,3 +17,4 @@ export let GeographicSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
20
17
|
GeographicSymbolSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);
|
|
21
18
|
return GeographicSymbolSeriesBaseView;
|
|
22
19
|
})();
|
|
20
|
+
export { GeographicSymbolSeriesBaseView };
|