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,81 +16,79 @@ import { MarkerSeries } from "igniteui-webcomponents-charts";
|
|
|
16
16
|
import { Defaults } from "igniteui-webcomponents-charts";
|
|
17
17
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
18
18
|
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
19
|
-
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
19
|
+
let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
23
20
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
24
21
|
constructor() {
|
|
25
22
|
super();
|
|
26
|
-
let a = this.
|
|
27
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
23
|
+
let a = this.xl;
|
|
24
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x9));
|
|
28
25
|
}
|
|
29
|
-
|
|
30
|
-
return this.
|
|
31
|
-
}
|
|
32
|
-
v4() {
|
|
33
|
-
return this.ym;
|
|
26
|
+
th() {
|
|
27
|
+
return this.ya;
|
|
34
28
|
}
|
|
35
29
|
v5() {
|
|
36
30
|
return this.yn;
|
|
37
31
|
}
|
|
32
|
+
v6() {
|
|
33
|
+
return this.yo;
|
|
34
|
+
}
|
|
38
35
|
iu() {
|
|
39
|
-
return this.
|
|
36
|
+
return this.xw;
|
|
40
37
|
}
|
|
41
38
|
ml() {
|
|
42
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
39
|
+
let a = typeCast(MarkerSeries.$, this.xl);
|
|
43
40
|
if (a == null) {
|
|
44
41
|
return "Unknown";
|
|
45
42
|
}
|
|
46
43
|
return a.ml();
|
|
47
44
|
}
|
|
48
|
-
|
|
49
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
45
|
+
x9(a, b) {
|
|
46
|
+
let c = typeCast(MarkerSeries.$, this.xl);
|
|
50
47
|
if (c == null) {
|
|
51
48
|
return;
|
|
52
49
|
}
|
|
53
50
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
54
|
-
this.
|
|
51
|
+
this.ya = c.yl;
|
|
55
52
|
}
|
|
56
53
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
57
|
-
this.
|
|
54
|
+
this.yo = c.y3;
|
|
58
55
|
}
|
|
59
56
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
60
|
-
this.
|
|
57
|
+
this.yn = c.y2;
|
|
61
58
|
}
|
|
62
59
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
60
|
+
rq(a, b, c, d) {
|
|
61
|
+
super.rq(a, b, c, d);
|
|
65
62
|
switch (b) {
|
|
66
63
|
case GeographicMarkerSeries.$$p[3]:
|
|
67
|
-
this.
|
|
64
|
+
this.xl.y4 = this.yp;
|
|
68
65
|
break;
|
|
69
66
|
case GeographicMarkerSeries.$$p[6]:
|
|
70
|
-
this.
|
|
67
|
+
this.xl.y5 = this.yq;
|
|
71
68
|
break;
|
|
72
69
|
case GeographicMarkerSeries.$$p[5]:
|
|
73
|
-
this.
|
|
70
|
+
this.xl.xp = this.xu;
|
|
74
71
|
break;
|
|
75
72
|
case GeographicMarkerSeries.$$p[4]:
|
|
76
|
-
this.
|
|
73
|
+
this.xl.xl = this.xt;
|
|
77
74
|
break;
|
|
78
75
|
case GeographicMarkerSeries.$$p[9]:
|
|
79
|
-
this.
|
|
76
|
+
this.xl.xv = this.xv;
|
|
80
77
|
break;
|
|
81
78
|
case GeographicMarkerSeries.$$p[7]:
|
|
82
|
-
this.
|
|
79
|
+
this.xl.yn = this.yb;
|
|
83
80
|
break;
|
|
84
81
|
case GeographicMarkerSeries.$$p[8]:
|
|
85
|
-
this.
|
|
82
|
+
this.xl.x4 = this.xw;
|
|
86
83
|
break;
|
|
87
84
|
case GeographicMarkerSeries.$$p[10]:
|
|
88
|
-
this.
|
|
85
|
+
this.xl.aau = this.xx;
|
|
89
86
|
break;
|
|
90
87
|
}
|
|
91
88
|
}
|
|
92
89
|
}
|
|
93
90
|
GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
94
|
-
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
91
|
+
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
|
|
95
92
|
return GeographicMarkerSeries;
|
|
96
93
|
})();
|
|
94
|
+
export { GeographicMarkerSeries };
|
|
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let GeographicMarkerSeriesBase = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicMarkerSeriesBase = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
|
|
14
11
|
}
|
|
15
12
|
GeographicMarkerSeriesBase.$t = /*@__PURE__*/ markType(GeographicMarkerSeriesBase, 'GeographicMarkerSeriesBase', GeographicMarkerSeries.$);
|
|
16
13
|
return GeographicMarkerSeriesBase;
|
|
17
14
|
})();
|
|
15
|
+
export { GeographicMarkerSeriesBase };
|
|
@@ -13,10 +13,7 @@ import { StyleSelector } from "igniteui-webcomponents-charts";
|
|
|
13
13
|
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
14
14
|
import { Style } from "igniteui-webcomponents-core";
|
|
15
15
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
16
|
-
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
16
|
+
let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
20
17
|
class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
|
|
21
18
|
constructor(a) {
|
|
22
19
|
super(a);
|
|
@@ -31,23 +28,21 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
31
28
|
}
|
|
32
29
|
ci() {
|
|
33
30
|
super.ci();
|
|
34
|
-
this.cy.
|
|
35
|
-
this.cy.
|
|
31
|
+
this.cy.xl.aat = this.cy.y0;
|
|
32
|
+
this.cy.xl.aay = this.cy.y8;
|
|
36
33
|
}
|
|
37
34
|
cz() {
|
|
38
|
-
this.cy.
|
|
35
|
+
this.cy.xl.aat = this.cy.y0;
|
|
39
36
|
}
|
|
40
37
|
c0() {
|
|
41
|
-
this.cy.
|
|
38
|
+
this.cy.xl.aay = this.cy.y8;
|
|
42
39
|
}
|
|
43
40
|
}
|
|
44
41
|
GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
45
42
|
return GeographicPolylineSeriesView;
|
|
46
43
|
})();
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*/
|
|
50
|
-
export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
44
|
+
export { GeographicPolylineSeriesView };
|
|
45
|
+
let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
51
46
|
class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
52
47
|
bk() {
|
|
53
48
|
return new GeographicPolylineSeries();
|
|
@@ -63,33 +58,34 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
63
58
|
ct() {
|
|
64
59
|
return new GeographicPolylineSeriesView(this);
|
|
65
60
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
68
|
-
this.
|
|
61
|
+
rh(a) {
|
|
62
|
+
super.rh(a);
|
|
63
|
+
this.y1 = a;
|
|
69
64
|
}
|
|
70
|
-
|
|
65
|
+
xk() {
|
|
71
66
|
let a = new ScatterPolylineSeries();
|
|
72
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
67
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
|
|
73
68
|
return a;
|
|
74
69
|
}
|
|
75
|
-
|
|
70
|
+
y5(a, b) {
|
|
76
71
|
if (this.styleShape != null) {
|
|
77
72
|
this.styleShape(this, b);
|
|
78
73
|
}
|
|
79
74
|
}
|
|
80
|
-
|
|
81
|
-
super.
|
|
75
|
+
rq(a, b, c, d) {
|
|
76
|
+
super.rq(a, b, c, d);
|
|
82
77
|
switch (b) {
|
|
83
78
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
79
|
+
this.y1.cz();
|
|
85
80
|
break;
|
|
86
81
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
82
|
+
this.y1.c0();
|
|
88
83
|
break;
|
|
89
84
|
}
|
|
90
85
|
}
|
|
91
86
|
}
|
|
92
87
|
GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
93
|
-
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
88
|
+
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
|
|
94
89
|
return GeographicPolylineSeries;
|
|
95
90
|
})();
|
|
91
|
+
export { GeographicPolylineSeries };
|
|
@@ -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 GeographicProportionalSymbolSeriesBase = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicProportionalSymbolSeriesBase = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicProportionalSymbolSeriesBase extends GeographicMarkerSeriesBase {
|
|
14
11
|
}
|
|
15
12
|
GeographicProportionalSymbolSeriesBase.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesBase, 'GeographicProportionalSymbolSeriesBase', GeographicMarkerSeriesBase.$);
|
|
16
13
|
return GeographicProportionalSymbolSeriesBase;
|
|
17
14
|
})();
|
|
15
|
+
export { GeographicProportionalSymbolSeriesBase };
|
|
@@ -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 GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
|
|
14
11
|
constructor(a) {
|
|
15
12
|
super(a);
|
|
@@ -20,3 +17,4 @@ export let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
20
17
|
GeographicProportionalSymbolSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
|
|
21
18
|
return GeographicProportionalSymbolSeriesBaseView;
|
|
22
19
|
})();
|
|
20
|
+
export { GeographicProportionalSymbolSeriesBaseView };
|
|
@@ -13,10 +13,7 @@ import { SizeScale } from "igniteui-webcomponents-charts";
|
|
|
13
13
|
import { BrushScale } from "igniteui-webcomponents-charts";
|
|
14
14
|
import { ScatterItemSearchMode_$type } from "igniteui-webcomponents-charts";
|
|
15
15
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
16
|
-
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
16
|
+
let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
20
17
|
class GeographicProportionalSymbolSeriesView extends HostSeriesView {
|
|
21
18
|
constructor(a) {
|
|
22
19
|
super(a);
|
|
@@ -30,49 +27,49 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
27
|
}
|
|
31
28
|
ci() {
|
|
32
29
|
super.ci();
|
|
33
|
-
let a = this.cu.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
30
|
+
let a = this.cu.xl;
|
|
31
|
+
a.abe = this.cu.zk;
|
|
32
|
+
a.abm = this.cu.zi;
|
|
33
|
+
a.xv = this.cu.xv;
|
|
34
|
+
a.yn = this.cu.yb;
|
|
35
|
+
a.x4 = this.cu.xw;
|
|
36
|
+
a.ado = this.cu.y4;
|
|
37
|
+
a.aee = this.cu.zp;
|
|
38
|
+
a.add = this.cu.yw;
|
|
39
|
+
a.ad4 = this.cu.zg;
|
|
40
|
+
a.adz = this.cu.y8;
|
|
41
|
+
a.ada = this.cu.yt;
|
|
42
|
+
a.adm = this.cu.y0;
|
|
39
43
|
a.adn = this.cu.y3;
|
|
40
|
-
a.
|
|
41
|
-
a.adc = this.cu.yv;
|
|
42
|
-
a.ad3 = this.cu.zf;
|
|
43
|
-
a.ady = this.cu.y7;
|
|
44
|
-
a.ac9 = this.cu.ys;
|
|
45
|
-
a.adl = this.cu.yz;
|
|
46
|
-
a.adm = this.cu.y2;
|
|
44
|
+
a.adt = this.cu.y6;
|
|
47
45
|
a.ads = this.cu.y5;
|
|
48
|
-
a.adr = this.cu.y4;
|
|
49
46
|
}
|
|
50
47
|
c3() {
|
|
51
|
-
this.cu.
|
|
48
|
+
this.cu.xl.abe = this.cu.zk;
|
|
52
49
|
}
|
|
53
50
|
c2() {
|
|
54
|
-
this.cu.
|
|
51
|
+
this.cu.xl.abm = this.cu.zi;
|
|
55
52
|
}
|
|
56
53
|
c8() {
|
|
57
|
-
this.cu.
|
|
54
|
+
this.cu.xl.xv = this.cu.xv;
|
|
58
55
|
}
|
|
59
56
|
c6() {
|
|
60
|
-
this.cu.
|
|
57
|
+
this.cu.xl.yn = this.cu.yb;
|
|
61
58
|
}
|
|
62
59
|
c7() {
|
|
63
|
-
this.cu.
|
|
60
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
64
61
|
}
|
|
65
62
|
c9() {
|
|
66
|
-
this.cu.
|
|
63
|
+
this.cu.xl.aau = this.cu.xx;
|
|
67
64
|
}
|
|
68
65
|
db() {
|
|
69
|
-
this.cu.
|
|
66
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
70
67
|
}
|
|
71
68
|
dc() {
|
|
72
|
-
this.cu.
|
|
69
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
73
70
|
}
|
|
74
71
|
da() {
|
|
75
|
-
let a = this.cu.
|
|
72
|
+
let a = this.cu.xl;
|
|
76
73
|
if (this.cu.dc == null) {
|
|
77
74
|
a.xAxis = null;
|
|
78
75
|
a.yAxis = null;
|
|
@@ -82,54 +79,52 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
82
79
|
a.yAxis = this.cu.dc.zj;
|
|
83
80
|
}
|
|
84
81
|
c4() {
|
|
85
|
-
this.cu.
|
|
82
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
86
83
|
}
|
|
87
84
|
c5() {
|
|
88
|
-
this.cu.
|
|
85
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
89
86
|
}
|
|
90
87
|
dd() {
|
|
91
|
-
this.cu.
|
|
88
|
+
this.cu.xl.aee = this.cu.zp;
|
|
92
89
|
}
|
|
93
90
|
de() {
|
|
94
|
-
this.cu.
|
|
95
|
-
this.cu.
|
|
91
|
+
this.cu.xl.add = this.cu.yw;
|
|
92
|
+
this.cu.xl.ado = this.cu.y4;
|
|
96
93
|
}
|
|
97
94
|
cy() {
|
|
98
|
-
this.cu.
|
|
95
|
+
this.cu.xl.ad4 = this.cu.zg;
|
|
99
96
|
}
|
|
100
97
|
cw() {
|
|
101
|
-
this.cu.
|
|
102
|
-
this.cu.
|
|
103
|
-
this.cu.
|
|
104
|
-
this.cu.
|
|
105
|
-
this.cu.
|
|
98
|
+
this.cu.xl.ada = this.cu.yt;
|
|
99
|
+
this.cu.xl.adm = this.cu.y0;
|
|
100
|
+
this.cu.xl.adn = this.cu.y3;
|
|
101
|
+
this.cu.xl.adt = this.cu.y6;
|
|
102
|
+
this.cu.xl.ads = this.cu.y5;
|
|
106
103
|
}
|
|
107
104
|
cv() {
|
|
108
|
-
this.cu.
|
|
105
|
+
this.cu.xl.adz = this.cu.y8;
|
|
109
106
|
}
|
|
110
107
|
df() {
|
|
111
|
-
this.cu.
|
|
108
|
+
this.cu.xl.ado = this.cu.y4;
|
|
112
109
|
}
|
|
113
110
|
cx() {
|
|
114
|
-
this.cu.
|
|
111
|
+
this.cu.xl.adm = this.cu.y0;
|
|
115
112
|
}
|
|
116
113
|
c1() {
|
|
117
|
-
this.cu.
|
|
114
|
+
this.cu.xl.adn = this.cu.y3;
|
|
118
115
|
}
|
|
119
116
|
c0() {
|
|
120
|
-
this.cu.
|
|
117
|
+
this.cu.xl.adt = this.cu.y6;
|
|
121
118
|
}
|
|
122
119
|
cz() {
|
|
123
|
-
this.cu.
|
|
120
|
+
this.cu.xl.ads = this.cu.y5;
|
|
124
121
|
}
|
|
125
122
|
}
|
|
126
123
|
GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
127
124
|
return GeographicProportionalSymbolSeriesView;
|
|
128
125
|
})();
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
*/
|
|
132
|
-
export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
126
|
+
export { GeographicProportionalSymbolSeriesView };
|
|
127
|
+
let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
133
128
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
134
129
|
bk() {
|
|
135
130
|
return new GeographicProportionalSymbolSeries();
|
|
@@ -139,9 +134,9 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
139
134
|
}
|
|
140
135
|
constructor() {
|
|
141
136
|
super();
|
|
142
|
-
this.
|
|
137
|
+
this.yu = null;
|
|
138
|
+
this.yz = false;
|
|
143
139
|
this.yy = false;
|
|
144
|
-
this.yx = false;
|
|
145
140
|
this.assigningScatterStyle = null;
|
|
146
141
|
this.assigningScatterMarkerStyle = null;
|
|
147
142
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -149,111 +144,112 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
149
144
|
ct() {
|
|
150
145
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
146
|
}
|
|
152
|
-
|
|
153
|
-
super.
|
|
154
|
-
this.
|
|
147
|
+
rh(a) {
|
|
148
|
+
super.rh(a);
|
|
149
|
+
this.yx = a;
|
|
155
150
|
}
|
|
156
151
|
jt() {
|
|
157
152
|
return 0.7;
|
|
158
153
|
}
|
|
159
|
-
|
|
154
|
+
xk() {
|
|
160
155
|
return new BubbleSeries();
|
|
161
156
|
}
|
|
162
157
|
get_fh() {
|
|
163
158
|
return true;
|
|
164
159
|
}
|
|
165
|
-
|
|
166
|
-
super.
|
|
160
|
+
rq(a, b, c, d) {
|
|
161
|
+
super.rq(a, b, c, d);
|
|
167
162
|
switch (b) {
|
|
168
163
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
164
|
+
this.yx.da();
|
|
170
165
|
break;
|
|
171
166
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
167
|
+
this.yx.c3();
|
|
173
168
|
break;
|
|
174
169
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
170
|
+
this.yx.c2();
|
|
176
171
|
break;
|
|
177
172
|
case "XAxis":
|
|
178
|
-
this.
|
|
173
|
+
this.yx.db();
|
|
179
174
|
break;
|
|
180
175
|
case "YAxis":
|
|
181
|
-
this.
|
|
176
|
+
this.yx.dc();
|
|
182
177
|
break;
|
|
183
178
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
179
|
+
this.yx.dd();
|
|
185
180
|
break;
|
|
186
181
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
182
|
+
this.yx.de();
|
|
188
183
|
break;
|
|
189
184
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
185
|
+
this.yx.df();
|
|
191
186
|
break;
|
|
192
187
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
188
|
+
this.yx.cy();
|
|
194
189
|
break;
|
|
195
190
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
191
|
+
this.yx.cv();
|
|
197
192
|
break;
|
|
198
193
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
194
|
+
this.yx.cw();
|
|
200
195
|
break;
|
|
201
196
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
197
|
+
this.yx.cx();
|
|
203
198
|
break;
|
|
204
199
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
200
|
+
this.yx.c1();
|
|
206
201
|
break;
|
|
207
202
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
203
|
+
this.yx.c0();
|
|
209
204
|
break;
|
|
210
205
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
206
|
+
this.yx.cz();
|
|
212
207
|
break;
|
|
213
208
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
if (this.
|
|
217
|
-
let e = this.
|
|
218
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
209
|
+
this.xl.aaa = this.y2;
|
|
210
|
+
this.yz = this.y2;
|
|
211
|
+
if (this.y2) {
|
|
212
|
+
let e = this.xl;
|
|
213
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
|
|
219
214
|
}
|
|
220
215
|
else {
|
|
221
|
-
let f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
216
|
+
let f = this.xl;
|
|
217
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
|
|
223
218
|
}
|
|
224
219
|
break;
|
|
225
220
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
if (this.
|
|
229
|
-
let g = this.
|
|
230
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
221
|
+
this.xl.z9 = this.y1;
|
|
222
|
+
this.yy = this.y1;
|
|
223
|
+
if (this.y2) {
|
|
224
|
+
let g = this.xl;
|
|
225
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
231
226
|
}
|
|
232
227
|
else {
|
|
233
|
-
let h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
228
|
+
let h = this.xl;
|
|
229
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
235
230
|
}
|
|
236
231
|
break;
|
|
237
232
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
233
|
+
this.xl.zt = this.yv;
|
|
239
234
|
break;
|
|
240
235
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
236
|
+
this.xl.aat = this.y7;
|
|
242
237
|
break;
|
|
243
238
|
}
|
|
244
239
|
}
|
|
245
|
-
|
|
240
|
+
zu(a, b) {
|
|
246
241
|
if (this.assigningScatterStyle != null) {
|
|
247
242
|
this.assigningScatterStyle(this, b);
|
|
248
243
|
}
|
|
249
244
|
}
|
|
250
|
-
|
|
245
|
+
zt(a, b) {
|
|
251
246
|
if (this.assigningScatterMarkerStyle != null) {
|
|
252
247
|
this.assigningScatterMarkerStyle(this, b);
|
|
253
248
|
}
|
|
254
249
|
}
|
|
255
250
|
}
|
|
256
251
|
GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
257
|
-
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
252
|
+
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
|
|
258
253
|
return GeographicProportionalSymbolSeries;
|
|
259
254
|
})();
|
|
255
|
+
export { GeographicProportionalSymbolSeries };
|
|
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let GeographicShapeSeriesBaseBase = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicShapeSeriesBaseBase = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicShapeSeriesBaseBase extends GeographicMapSeriesHost {
|
|
14
11
|
}
|
|
15
12
|
GeographicShapeSeriesBaseBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseBase, 'GeographicShapeSeriesBaseBase', GeographicMapSeriesHost.$);
|
|
16
13
|
return GeographicShapeSeriesBaseBase;
|
|
17
14
|
})();
|
|
15
|
+
export { GeographicShapeSeriesBaseBase };
|
|
@@ -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 GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
|
|
14
11
|
constructor(a) {
|
|
15
12
|
super(a);
|
|
@@ -20,3 +17,4 @@ export let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
|
|
|
20
17
|
GeographicShapeSeriesBaseBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);
|
|
21
18
|
return GeographicShapeSeriesBaseBaseView;
|
|
22
19
|
})();
|
|
20
|
+
export { GeographicShapeSeriesBaseBaseView };
|