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
|
@@ -72,9 +72,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
72
72
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
73
73
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
74
74
|
*/
|
|
75
|
-
/**
|
|
76
|
-
* @hidden
|
|
77
|
-
*/
|
|
78
75
|
let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
|
|
79
76
|
class SphericalMercatorVerticalScaler extends VerticalLinearScaler {
|
|
80
77
|
q(a, b) {
|
|
@@ -181,8 +178,8 @@ let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
|
|
|
181
178
|
}
|
|
182
179
|
}
|
|
183
180
|
t(a, b, c, d, e) {
|
|
184
|
-
d = this.ak(a.
|
|
185
|
-
e = this.ak(a.
|
|
181
|
+
d = this.ak(a.q9);
|
|
182
|
+
e = this.ak(a.q8);
|
|
186
183
|
return {
|
|
187
184
|
p3: d,
|
|
188
185
|
p4: e
|
|
@@ -262,9 +259,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
262
259
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
263
260
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
264
261
|
*/
|
|
265
|
-
/**
|
|
266
|
-
* @hidden
|
|
267
|
-
*/
|
|
268
262
|
let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
|
|
269
263
|
class SphericalMercatorHorizontalScaler extends HorizontalLinearScaler {
|
|
270
264
|
constructor() {
|
|
@@ -356,8 +350,8 @@ let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
|
|
|
356
350
|
}
|
|
357
351
|
}
|
|
358
352
|
t(a, b, c, d, e) {
|
|
359
|
-
d = a.
|
|
360
|
-
e = a.
|
|
353
|
+
d = a.q9;
|
|
354
|
+
e = a.q8;
|
|
361
355
|
return {
|
|
362
356
|
p3: d,
|
|
363
357
|
p4: e
|
|
@@ -395,9 +389,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
395
389
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
396
390
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
397
391
|
*/
|
|
398
|
-
/**
|
|
399
|
-
* @hidden
|
|
400
|
-
*/
|
|
401
392
|
let ImageTilesReadyEventArgs = /*@__PURE__*/ (() => {
|
|
402
393
|
class ImageTilesReadyEventArgs extends EventArgs {
|
|
403
394
|
}
|
|
@@ -411,9 +402,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
411
402
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
412
403
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
413
404
|
*/
|
|
414
|
-
/**
|
|
415
|
-
* @hidden
|
|
416
|
-
*/
|
|
417
405
|
let ImagesChangedEventArgs = /*@__PURE__*/ (() => {
|
|
418
406
|
class ImagesChangedEventArgs extends EventArgs {
|
|
419
407
|
}
|
|
@@ -427,21 +415,18 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
427
415
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
428
416
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
429
417
|
*/
|
|
430
|
-
/**
|
|
431
|
-
* @hidden
|
|
432
|
-
*/
|
|
433
418
|
let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
434
419
|
class GeographicMapSeriesHost extends Series {
|
|
435
|
-
|
|
436
|
-
super.
|
|
437
|
-
if (this.
|
|
438
|
-
this.
|
|
420
|
+
qv() {
|
|
421
|
+
super.qv();
|
|
422
|
+
if (this.xl != null) {
|
|
423
|
+
this.xl.qv();
|
|
439
424
|
}
|
|
440
425
|
}
|
|
441
426
|
constructor() {
|
|
442
427
|
super();
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
428
|
+
this.xj = null;
|
|
429
|
+
this.xl = this.xk();
|
|
445
430
|
}
|
|
446
431
|
get_ff() {
|
|
447
432
|
return true;
|
|
@@ -454,7 +439,7 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
454
439
|
if (c == "LongitudeMemberPath") {
|
|
455
440
|
c = "XMemberPath";
|
|
456
441
|
}
|
|
457
|
-
return this.
|
|
442
|
+
return this.xl.kz(a, c);
|
|
458
443
|
}
|
|
459
444
|
mo(a) {
|
|
460
445
|
let b = this.no(a);
|
|
@@ -464,320 +449,317 @@ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
|
|
|
464
449
|
if (b == "LongitudeMemberPath") {
|
|
465
450
|
b = "XMemberPath";
|
|
466
451
|
}
|
|
467
|
-
return this.
|
|
452
|
+
return this.xl.mo(b);
|
|
468
453
|
}
|
|
469
454
|
get_kr() {
|
|
470
|
-
return this.k9(this.
|
|
455
|
+
return this.k9(this.xl);
|
|
471
456
|
}
|
|
472
457
|
set_kr(a) {
|
|
473
|
-
this.
|
|
458
|
+
this.pc(this.xl, a);
|
|
474
459
|
}
|
|
475
460
|
ed(a, b, c, d, e) {
|
|
476
|
-
return this.
|
|
461
|
+
return this.xl.ed(a, b, c, d, e);
|
|
477
462
|
}
|
|
478
463
|
ai() {
|
|
479
|
-
return this.
|
|
464
|
+
return this.xl.ai();
|
|
480
465
|
}
|
|
481
466
|
bp() {
|
|
482
|
-
return this.
|
|
467
|
+
return this.xl;
|
|
483
468
|
}
|
|
484
|
-
get
|
|
485
|
-
return this.
|
|
469
|
+
get xl() {
|
|
470
|
+
return this.xj;
|
|
486
471
|
}
|
|
487
|
-
set
|
|
488
|
-
let b = this.
|
|
489
|
-
let c = this.
|
|
472
|
+
set xl(a) {
|
|
473
|
+
let b = this.xj;
|
|
474
|
+
let c = this.xl != a;
|
|
490
475
|
if (c) {
|
|
491
|
-
this.
|
|
492
|
-
this.
|
|
476
|
+
this.xj = a;
|
|
477
|
+
this.xq(b, this.xj);
|
|
493
478
|
}
|
|
494
479
|
}
|
|
495
480
|
get_hasMarkers() {
|
|
496
|
-
return this.
|
|
481
|
+
return this.xl.hasMarkers;
|
|
497
482
|
}
|
|
498
|
-
|
|
499
|
-
if (this.
|
|
500
|
-
let hostedSeries_ = this.
|
|
483
|
+
xq(a, b) {
|
|
484
|
+
if (this.xj != null) {
|
|
485
|
+
let hostedSeries_ = this.xj;
|
|
501
486
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
502
487
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
503
488
|
}
|
|
504
|
-
this.
|
|
505
|
-
this.
|
|
489
|
+
this.ps(this.xl);
|
|
490
|
+
this.xm.ci();
|
|
506
491
|
if (a != null) {
|
|
507
492
|
let c = (a);
|
|
508
|
-
this.
|
|
493
|
+
this.sj(c, null);
|
|
509
494
|
}
|
|
510
495
|
if (b != null) {
|
|
511
496
|
let d = (b);
|
|
512
|
-
this.
|
|
497
|
+
this.sj(d, this);
|
|
513
498
|
}
|
|
514
499
|
}
|
|
515
500
|
dh(a, b, c) {
|
|
516
|
-
return this.dj(this.
|
|
501
|
+
return this.dj(this.xl, a, b, c);
|
|
517
502
|
}
|
|
518
503
|
di(a, b, c) {
|
|
519
|
-
return this.dk(this.
|
|
504
|
+
return this.dk(this.xl, a, b, c);
|
|
520
505
|
}
|
|
521
506
|
kw(a) {
|
|
522
|
-
return this.k5(this.
|
|
507
|
+
return this.k5(this.xl, a);
|
|
523
508
|
}
|
|
524
509
|
kj(a, b) {
|
|
525
|
-
return this.
|
|
510
|
+
return this.xl.kj(a, b);
|
|
526
511
|
}
|
|
527
512
|
kh(a, b) {
|
|
528
|
-
return this.
|
|
513
|
+
return this.xl.kh(a, b);
|
|
529
514
|
}
|
|
530
515
|
jd(a, b, c) {
|
|
531
|
-
return this.
|
|
516
|
+
return this.xl.jd(a, b, c);
|
|
532
517
|
}
|
|
533
|
-
|
|
534
|
-
return this.
|
|
518
|
+
ww(a, b, c) {
|
|
519
|
+
return this.xl.ww(a, b, c);
|
|
535
520
|
}
|
|
536
|
-
|
|
537
|
-
return this.
|
|
521
|
+
w8(a) {
|
|
522
|
+
return this.xl.w8(a);
|
|
538
523
|
}
|
|
539
524
|
ao(a) {
|
|
540
|
-
return this.
|
|
525
|
+
return this.xl.ao(a);
|
|
541
526
|
}
|
|
542
|
-
|
|
543
|
-
return this.
|
|
527
|
+
w9(a) {
|
|
528
|
+
return this.xl.w9(a);
|
|
544
529
|
}
|
|
545
530
|
ap(a) {
|
|
546
|
-
return this.
|
|
547
|
-
}
|
|
548
|
-
w9(a) {
|
|
549
|
-
return this.xk.w9(a);
|
|
531
|
+
return this.xl.ap(a);
|
|
550
532
|
}
|
|
551
533
|
xa(a) {
|
|
552
|
-
return this.
|
|
534
|
+
return this.xl.xa(a);
|
|
535
|
+
}
|
|
536
|
+
xb(a) {
|
|
537
|
+
return this.xl.xb(a);
|
|
553
538
|
}
|
|
554
539
|
i9(a, b, c) {
|
|
555
|
-
return this.
|
|
540
|
+
return this.xl.i9(a, b, c);
|
|
556
541
|
}
|
|
557
|
-
|
|
558
|
-
return this.
|
|
542
|
+
ws(a, b, c) {
|
|
543
|
+
return this.xl.ws(a, b, c);
|
|
559
544
|
}
|
|
560
545
|
jb(a, b, c) {
|
|
561
546
|
return this.jd(a, b, c);
|
|
562
547
|
}
|
|
563
|
-
|
|
564
|
-
return this.
|
|
548
|
+
wu(a, b, c) {
|
|
549
|
+
return this.xl.wu(a, b, c);
|
|
565
550
|
}
|
|
566
|
-
|
|
567
|
-
return this.
|
|
551
|
+
wx(a, b, c) {
|
|
552
|
+
return this.xl.wx(a, b, c);
|
|
568
553
|
}
|
|
569
554
|
je(a, b, c) {
|
|
570
|
-
return this.
|
|
555
|
+
return this.xl.je(a, b, c);
|
|
571
556
|
}
|
|
572
|
-
|
|
573
|
-
return this.
|
|
557
|
+
wt(a, b, c) {
|
|
558
|
+
return this.xl.wt(a, b, c);
|
|
574
559
|
}
|
|
575
560
|
ja(a, b, c) {
|
|
576
|
-
return this.
|
|
561
|
+
return this.xl.ja(a, b, c);
|
|
577
562
|
}
|
|
578
|
-
|
|
579
|
-
return this.
|
|
563
|
+
wv(a, b, c) {
|
|
564
|
+
return this.xl.wv(a, b, c);
|
|
580
565
|
}
|
|
581
566
|
jc(a, b, c) {
|
|
582
|
-
return this.
|
|
567
|
+
return this.xl.jc(a, b, c);
|
|
583
568
|
}
|
|
584
569
|
kd(a) {
|
|
585
|
-
return this.
|
|
570
|
+
return this.xl.kd(a);
|
|
586
571
|
}
|
|
587
572
|
i3() {
|
|
588
|
-
return this.
|
|
573
|
+
return this.xl.i3();
|
|
589
574
|
}
|
|
590
575
|
iz(a) {
|
|
591
|
-
return this.
|
|
576
|
+
return this.xl.iz(a);
|
|
592
577
|
}
|
|
593
578
|
kx(a) {
|
|
594
|
-
return this.
|
|
579
|
+
return this.xl.kx(a);
|
|
595
580
|
}
|
|
596
581
|
ct() {
|
|
597
582
|
return new HostSeriesView(this);
|
|
598
583
|
}
|
|
599
|
-
|
|
600
|
-
super.
|
|
601
|
-
this.
|
|
584
|
+
rh(a) {
|
|
585
|
+
super.rh(a);
|
|
586
|
+
this.xm = typeCast(HostSeriesView.$, a);
|
|
602
587
|
}
|
|
603
|
-
get
|
|
604
|
-
return this.c(GeographicMapSeriesHost.
|
|
588
|
+
get xn() {
|
|
589
|
+
return this.c(GeographicMapSeriesHost.xs);
|
|
605
590
|
}
|
|
606
|
-
set
|
|
607
|
-
this.h(GeographicMapSeriesHost.
|
|
591
|
+
set xn(a) {
|
|
592
|
+
this.h(GeographicMapSeriesHost.xs, a);
|
|
608
593
|
}
|
|
609
|
-
|
|
610
|
-
super.
|
|
594
|
+
rq(a, b, c, d) {
|
|
595
|
+
super.rq(a, b, c, d);
|
|
611
596
|
switch (b) {
|
|
612
597
|
case "SeriesViewer":
|
|
613
|
-
this.
|
|
598
|
+
this.xl.dc = this.dc;
|
|
614
599
|
if (c != null) {
|
|
615
|
-
c.s9(this.
|
|
600
|
+
c.s9(this.xl);
|
|
616
601
|
}
|
|
617
602
|
if (d != null) {
|
|
618
|
-
this.dc.on(this.
|
|
603
|
+
this.dc.on(this.xl);
|
|
619
604
|
}
|
|
620
|
-
this.
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
623
|
-
this.kp = this.
|
|
605
|
+
this.xl.rt(this.xd);
|
|
606
|
+
this.xl.index = this.index;
|
|
607
|
+
this.qe(this.xl);
|
|
608
|
+
this.kp = this.xl.kp;
|
|
624
609
|
let e = typeCast(SeriesViewer.$, c);
|
|
625
610
|
if (e != null) {
|
|
626
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
611
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xr));
|
|
627
612
|
}
|
|
628
613
|
if (this.dc != null) {
|
|
629
614
|
let f = this.dc;
|
|
630
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
615
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
|
|
631
616
|
}
|
|
632
|
-
this.
|
|
617
|
+
this.xp();
|
|
633
618
|
break;
|
|
634
619
|
case "SyncLink":
|
|
635
|
-
this.
|
|
620
|
+
this.xl.c4 = this.c4;
|
|
636
621
|
break;
|
|
637
622
|
case "VisibleFromScale":
|
|
638
|
-
this.
|
|
623
|
+
this.xp();
|
|
639
624
|
break;
|
|
640
625
|
case "Index":
|
|
641
|
-
this.
|
|
626
|
+
this.xl.index = this.index;
|
|
642
627
|
break;
|
|
643
628
|
case "ItemsSource":
|
|
644
|
-
this.
|
|
629
|
+
this.xm.cj();
|
|
645
630
|
break;
|
|
646
631
|
case "Resolution":
|
|
647
|
-
this.
|
|
632
|
+
this.xm.cq();
|
|
648
633
|
break;
|
|
649
634
|
case "TransitionDuration":
|
|
650
|
-
this.
|
|
635
|
+
this.xm.ct();
|
|
651
636
|
break;
|
|
652
637
|
case "Opacity":
|
|
653
|
-
this.
|
|
638
|
+
this.xm.cn();
|
|
654
639
|
break;
|
|
655
640
|
case "Visibility":
|
|
656
|
-
let hs_ = this.
|
|
641
|
+
let hs_ = this.xl;
|
|
657
642
|
let v_ = this._visibility;
|
|
658
643
|
hs_.visibility = v_;
|
|
659
644
|
break;
|
|
660
645
|
case "MouseOverEnabled":
|
|
661
|
-
this.
|
|
646
|
+
this.xl.ge = this.ge;
|
|
662
647
|
break;
|
|
663
648
|
case "ExpectFunctions":
|
|
664
|
-
this.
|
|
649
|
+
this.xl.expectFunctions = this.expectFunctions;
|
|
665
650
|
break;
|
|
666
651
|
case "Thickness":
|
|
667
|
-
this.
|
|
652
|
+
this.xm.cs();
|
|
668
653
|
break;
|
|
669
654
|
case "Brush":
|
|
670
|
-
this.
|
|
655
|
+
this.xm.ch();
|
|
671
656
|
break;
|
|
672
657
|
case "Outline":
|
|
673
|
-
this.
|
|
658
|
+
this.xm.cp();
|
|
674
659
|
break;
|
|
675
660
|
case "ActualBrush":
|
|
676
|
-
this.
|
|
661
|
+
this.xm.ce();
|
|
677
662
|
break;
|
|
678
663
|
case "ActualOutline":
|
|
679
|
-
this.
|
|
664
|
+
this.xm.cf();
|
|
680
665
|
break;
|
|
681
666
|
case "MarkerFillOpacity":
|
|
682
667
|
if (!isNaN_(this.jo)) {
|
|
683
|
-
this.
|
|
668
|
+
this.xm.cm();
|
|
684
669
|
}
|
|
685
670
|
break;
|
|
686
671
|
case "AreaFillOpacity":
|
|
687
672
|
if (!isNaN_(this.ir)) {
|
|
688
|
-
this.
|
|
673
|
+
this.xm.cg();
|
|
689
674
|
}
|
|
690
675
|
break;
|
|
691
676
|
case "OutlineMode":
|
|
692
|
-
this.
|
|
677
|
+
this.xm.co();
|
|
693
678
|
break;
|
|
694
679
|
case "ShowDefaultTooltip":
|
|
695
|
-
this.
|
|
680
|
+
this.xm.cr();
|
|
696
681
|
break;
|
|
697
682
|
case "Title":
|
|
698
|
-
this.
|
|
683
|
+
this.xl.title = this.title;
|
|
699
684
|
break;
|
|
700
685
|
case "LegendItemBadgeMode":
|
|
701
|
-
this.
|
|
686
|
+
this.xm.ck();
|
|
702
687
|
break;
|
|
703
688
|
case "LegendItemBadgeShape":
|
|
704
|
-
this.
|
|
689
|
+
this.xm.cl();
|
|
705
690
|
break;
|
|
706
691
|
case "Legend":
|
|
707
|
-
this.
|
|
692
|
+
this.xl.legend = this.legend;
|
|
708
693
|
this.cw.a5();
|
|
709
694
|
break;
|
|
710
695
|
}
|
|
711
696
|
}
|
|
712
|
-
|
|
713
|
-
if (this.dc == null || this.
|
|
697
|
+
xp() {
|
|
698
|
+
if (this.dc == null || this.xl == null) {
|
|
714
699
|
return;
|
|
715
700
|
}
|
|
716
|
-
if (!isNaN_(this.
|
|
717
|
-
if (this.dc.yr.width > this.
|
|
718
|
-
let hs_ = this.
|
|
701
|
+
if (!isNaN_(this.xn)) {
|
|
702
|
+
if (this.dc.yr.width > this.xn) {
|
|
703
|
+
let hs_ = this.xl;
|
|
719
704
|
let v_ = 1;
|
|
720
705
|
hs_.visibility = v_;
|
|
721
706
|
}
|
|
722
707
|
else {
|
|
723
|
-
let hs2_ = this.
|
|
708
|
+
let hs2_ = this.xl;
|
|
724
709
|
let v2_ = 0;
|
|
725
710
|
hs2_.visibility = v2_;
|
|
726
711
|
}
|
|
727
712
|
}
|
|
728
713
|
}
|
|
729
|
-
|
|
730
|
-
this.
|
|
714
|
+
xr(a, b) {
|
|
715
|
+
this.xp();
|
|
731
716
|
}
|
|
732
|
-
|
|
733
|
-
super.
|
|
734
|
-
if (this.
|
|
735
|
-
this.
|
|
717
|
+
r8(a) {
|
|
718
|
+
super.r8(a);
|
|
719
|
+
if (this.xl != null) {
|
|
720
|
+
this.xl.r8(a);
|
|
736
721
|
}
|
|
737
722
|
}
|
|
738
|
-
|
|
739
|
-
super.
|
|
740
|
-
if (this.
|
|
741
|
-
this.
|
|
723
|
+
rl(a) {
|
|
724
|
+
super.rl(a);
|
|
725
|
+
if (this.xl != null) {
|
|
726
|
+
this.xl.q2();
|
|
742
727
|
}
|
|
743
728
|
}
|
|
744
|
-
|
|
745
|
-
if (this.
|
|
746
|
-
this.
|
|
729
|
+
r7(a, b, c, d, e) {
|
|
730
|
+
if (this.xl != null) {
|
|
731
|
+
this.xl.r7(a, b, c, d, e);
|
|
747
732
|
}
|
|
748
733
|
}
|
|
749
734
|
a2(a, b) {
|
|
750
|
-
return this.
|
|
735
|
+
return this.xl.a2(a, b);
|
|
751
736
|
}
|
|
752
|
-
|
|
753
|
-
super.
|
|
754
|
-
this.
|
|
737
|
+
su() {
|
|
738
|
+
super.su();
|
|
739
|
+
this.xl.su();
|
|
755
740
|
}
|
|
756
741
|
get_coercionMethods() {
|
|
757
742
|
return this._coercionMethods;
|
|
758
743
|
}
|
|
759
744
|
set_coercionMethods(a) {
|
|
760
745
|
this._coercionMethods = a;
|
|
761
|
-
this.
|
|
746
|
+
this.xl.coercionMethods = a;
|
|
762
747
|
}
|
|
763
|
-
|
|
764
|
-
super.
|
|
765
|
-
if (this.
|
|
766
|
-
let b = this.
|
|
767
|
-
this.
|
|
748
|
+
qd(a) {
|
|
749
|
+
super.qd(a);
|
|
750
|
+
if (this.xl != null) {
|
|
751
|
+
let b = this.xl.kv();
|
|
752
|
+
this.pl(a, b);
|
|
768
753
|
}
|
|
769
754
|
}
|
|
770
755
|
}
|
|
771
756
|
GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
772
|
-
GeographicMapSeriesHost.
|
|
757
|
+
GeographicMapSeriesHost.xs = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
|
|
773
758
|
let c = a;
|
|
774
759
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
775
760
|
}));
|
|
776
761
|
return GeographicMapSeriesHost;
|
|
777
762
|
})();
|
|
778
|
-
/**
|
|
779
|
-
* @hidden
|
|
780
|
-
*/
|
|
781
763
|
let HostSeriesView = /*@__PURE__*/ (() => {
|
|
782
764
|
class HostSeriesView extends SeriesView {
|
|
783
765
|
constructor(a) {
|
|
@@ -790,66 +772,66 @@ let HostSeriesView = /*@__PURE__*/ (() => {
|
|
|
790
772
|
}
|
|
791
773
|
ci() {
|
|
792
774
|
this.cd.legendItemVisibility = 1;
|
|
793
|
-
this.cd.
|
|
794
|
-
this.cd.
|
|
795
|
-
this.cd.
|
|
796
|
-
this.cd.
|
|
797
|
-
this.cd.
|
|
798
|
-
this.cd.
|
|
799
|
-
this.cd.
|
|
800
|
-
this.cd.
|
|
801
|
-
this.cd.
|
|
802
|
-
this.cd.
|
|
803
|
-
this.cd.
|
|
804
|
-
this.cd.
|
|
805
|
-
this.cd.
|
|
806
|
-
this.cd.
|
|
807
|
-
this.cd.
|
|
775
|
+
this.cd.xl.legendItemVisibility = 0;
|
|
776
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
777
|
+
this.cd.xl.index = this.cd.index;
|
|
778
|
+
this.cd.xl.vz = this.cd.vz;
|
|
779
|
+
this.cd.xl.wf = this.cd.vz;
|
|
780
|
+
this.cd.xl.cj = this.cd.cj;
|
|
781
|
+
this.cd.xl.jr = this.cd.jr;
|
|
782
|
+
this.cd.xl.km = this.cd.km;
|
|
783
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
784
|
+
this.cd.xl.jy = this.cd.jy;
|
|
785
|
+
this.cd.xl.ir = this.cd.ir;
|
|
786
|
+
this.cd.xl.jo = this.cd.jo;
|
|
787
|
+
this.cd.xl.gv = this.cd.gv;
|
|
788
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
789
|
+
this.cd.xl.be = this.cd.be;
|
|
808
790
|
}
|
|
809
791
|
cj() {
|
|
810
|
-
this.cd.
|
|
792
|
+
this.cd.xl.itemsSource = this.cd.itemsSource;
|
|
811
793
|
}
|
|
812
794
|
cq() {
|
|
813
|
-
this.cd.
|
|
795
|
+
this.cd.xl.jr = this.cd.jr;
|
|
814
796
|
}
|
|
815
797
|
ct() {
|
|
816
|
-
this.cd.
|
|
798
|
+
this.cd.xl.km = this.cd.km;
|
|
817
799
|
}
|
|
818
800
|
cn() {
|
|
819
|
-
this.cd.
|
|
801
|
+
this.cd.xl._opacity = this.cd._opacity;
|
|
820
802
|
}
|
|
821
803
|
cs() {
|
|
822
|
-
this.cd.
|
|
804
|
+
this.cd.xl.jy = this.cd.jy;
|
|
823
805
|
}
|
|
824
806
|
ch() {
|
|
825
|
-
this.cd.
|
|
807
|
+
this.cd.xl.vz = this.cd.vz;
|
|
826
808
|
}
|
|
827
809
|
cp() {
|
|
828
|
-
this.cd.
|
|
810
|
+
this.cd.xl.wf = this.cd.wf;
|
|
829
811
|
}
|
|
830
812
|
ce() {
|
|
831
|
-
this.cd.
|
|
813
|
+
this.cd.xl.vz = this.cd.vt;
|
|
832
814
|
}
|
|
833
815
|
cf() {
|
|
834
|
-
this.cd.
|
|
816
|
+
this.cd.xl.wf = this.cd.vx;
|
|
835
817
|
}
|
|
836
818
|
ck() {
|
|
837
|
-
this.cd.
|
|
819
|
+
this.cd.xl.be = this.cd.be;
|
|
838
820
|
}
|
|
839
821
|
cl() {
|
|
840
|
-
this.cd.
|
|
822
|
+
this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
841
823
|
}
|
|
842
824
|
cg() {
|
|
843
|
-
this.cd.
|
|
825
|
+
this.cd.xl.ir = this.cd.ir;
|
|
844
826
|
}
|
|
845
827
|
cm() {
|
|
846
|
-
this.cd.
|
|
828
|
+
this.cd.xl.jo = this.cd.jo;
|
|
847
829
|
}
|
|
848
830
|
co() {
|
|
849
|
-
this.cd.
|
|
831
|
+
this.cd.xl.cj = this.cd.cj;
|
|
850
832
|
}
|
|
851
833
|
cr() {
|
|
852
|
-
this.cd.
|
|
834
|
+
this.cd.xl.gv = this.cd.gv;
|
|
853
835
|
}
|
|
854
836
|
}
|
|
855
837
|
HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
@@ -876,9 +858,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
876
858
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
877
859
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
878
860
|
*/
|
|
879
|
-
/**
|
|
880
|
-
* @hidden
|
|
881
|
-
*/
|
|
882
861
|
let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
883
862
|
class XamGeographicMap extends SeriesViewer {
|
|
884
863
|
constructor() {
|
|
@@ -903,20 +882,20 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
903
882
|
this.backgroundContent = new OpenStreetMapImagery();
|
|
904
883
|
let a = ((() => {
|
|
905
884
|
let $ret = new NumericXAxis();
|
|
906
|
-
$ret.
|
|
885
|
+
$ret.b7 = this;
|
|
907
886
|
return $ret;
|
|
908
887
|
})());
|
|
909
888
|
a.dk = true;
|
|
910
889
|
this.zh = a;
|
|
911
|
-
this.zh.
|
|
890
|
+
this.zh.td = new SphericalMercatorHorizontalScaler();
|
|
912
891
|
let b = ((() => {
|
|
913
892
|
let $ret = new NumericYAxis();
|
|
914
|
-
$ret.
|
|
893
|
+
$ret.b7 = this;
|
|
915
894
|
return $ret;
|
|
916
895
|
})());
|
|
917
896
|
b.dk = true;
|
|
918
897
|
this.zj = b;
|
|
919
|
-
this.zj.
|
|
898
|
+
this.zj.td = new SphericalMercatorVerticalScaler();
|
|
920
899
|
this.aao();
|
|
921
900
|
this.aav();
|
|
922
901
|
this.po();
|
|
@@ -1075,10 +1054,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1075
1054
|
g.c = this.yv;
|
|
1076
1055
|
let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
1077
1056
|
h.c = this.yv;
|
|
1078
|
-
let i = this.zh.
|
|
1079
|
-
let j = this.zh.
|
|
1080
|
-
let k = this.zj.
|
|
1081
|
-
let l = this.zj.
|
|
1057
|
+
let i = this.zh.f6(d.left, g);
|
|
1058
|
+
let j = this.zh.f6(d.right, g);
|
|
1059
|
+
let k = this.zj.f6(d.top, h);
|
|
1060
|
+
let l = this.zj.f6(d.bottom, h);
|
|
1082
1061
|
let m = (i - c) / this.y9.width;
|
|
1083
1062
|
let n = (l - c) / this.y9.height;
|
|
1084
1063
|
let o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -1111,10 +1090,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1111
1090
|
let e = new ScalerParams(1, a, this.y9, c.dn);
|
|
1112
1091
|
e.c = this.yv;
|
|
1113
1092
|
let f = this.yu;
|
|
1114
|
-
let g = b.
|
|
1115
|
-
let h = c.
|
|
1116
|
-
let i = b.
|
|
1117
|
-
let j = c.
|
|
1093
|
+
let g = b.f9(f.left, d);
|
|
1094
|
+
let h = c.f9(f.top, e);
|
|
1095
|
+
let i = b.f9(f.right, d);
|
|
1096
|
+
let j = c.f9(f.bottom, e);
|
|
1118
1097
|
let k = i - g;
|
|
1119
1098
|
let l = h - j;
|
|
1120
1099
|
let m = new Rect(0, g, j, k, l);
|
|
@@ -1127,13 +1106,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1127
1106
|
return m;
|
|
1128
1107
|
}
|
|
1129
1108
|
aba(a) {
|
|
1130
|
-
let b = this.zh.
|
|
1131
|
-
let c = this.zj.
|
|
1109
|
+
let b = this.zh.rc(a.x);
|
|
1110
|
+
let c = this.zj.rc(a.y);
|
|
1132
1111
|
return { $type: Point_$type, x: b, y: c };
|
|
1133
1112
|
}
|
|
1134
1113
|
abb(a) {
|
|
1135
|
-
let b = this.zh.
|
|
1136
|
-
let c = this.zj.
|
|
1114
|
+
let b = this.zh.gt(a.x);
|
|
1115
|
+
let c = this.zj.gt(a.y);
|
|
1137
1116
|
return { $type: Point_$type, x: b, y: c };
|
|
1138
1117
|
}
|
|
1139
1118
|
abc(a) {
|
|
@@ -1153,21 +1132,21 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1153
1132
|
aat() {
|
|
1154
1133
|
this.zt.eh();
|
|
1155
1134
|
for (let a of fromEnum(this.b9)) {
|
|
1156
|
-
a.
|
|
1135
|
+
a.su();
|
|
1157
1136
|
}
|
|
1158
1137
|
}
|
|
1159
1138
|
aaw() {
|
|
1160
1139
|
if (this.zs == 2) {
|
|
1161
1140
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1162
|
-
let a = this.zh.
|
|
1163
|
-
let b = this.zj.
|
|
1141
|
+
let a = this.zh.rc(this.y9.left + (this.y9.width / 2));
|
|
1142
|
+
let b = this.zj.rc(this.y9.top + (this.y9.height / 2));
|
|
1164
1143
|
this.aa9 = { $type: Point_$type, x: a, y: b };
|
|
1165
1144
|
}
|
|
1166
1145
|
}
|
|
1167
1146
|
else {
|
|
1168
1147
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
1169
|
-
let c = this.zh.
|
|
1170
|
-
let d = this.zj.
|
|
1148
|
+
let c = this.zh.rc(this.y9.left);
|
|
1149
|
+
let d = this.zj.rc(this.y9.top);
|
|
1171
1150
|
this.aa9 = { $type: Point_$type, x: c, y: d };
|
|
1172
1151
|
}
|
|
1173
1152
|
}
|
|
@@ -1188,7 +1167,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1188
1167
|
else {
|
|
1189
1168
|
let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
1190
1169
|
g.c = this.yv;
|
|
1191
|
-
let h = this.zh.
|
|
1170
|
+
let h = this.zh.f6(a, g);
|
|
1192
1171
|
if (this.zs == 2) {
|
|
1193
1172
|
let i = h / this.y9.width;
|
|
1194
1173
|
c = i - (e / 2);
|
|
@@ -1208,7 +1187,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1208
1187
|
else {
|
|
1209
1188
|
let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1210
1189
|
j.c = this.yv;
|
|
1211
|
-
let k = this.zj.
|
|
1190
|
+
let k = this.zj.f6(b, j);
|
|
1212
1191
|
if (this.zs == 2) {
|
|
1213
1192
|
let l = k / this.y9.height;
|
|
1214
1193
|
d = l - (f / 2);
|
|
@@ -1339,13 +1318,13 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1339
1318
|
}
|
|
1340
1319
|
if (c) {
|
|
1341
1320
|
if (d) {
|
|
1342
|
-
let i = this.zg.
|
|
1343
|
-
let j = this.zg.
|
|
1321
|
+
let i = this.zg.f6(-180, b);
|
|
1322
|
+
let j = this.zg.f6(180, b);
|
|
1344
1323
|
e = j - i;
|
|
1345
1324
|
}
|
|
1346
1325
|
else {
|
|
1347
|
-
let k = this.zg.
|
|
1348
|
-
let l = this.zg.
|
|
1326
|
+
let k = this.zg.f6(-180, b);
|
|
1327
|
+
let l = this.zg.f6(180, b);
|
|
1349
1328
|
e = k - l;
|
|
1350
1329
|
}
|
|
1351
1330
|
}
|
|
@@ -1356,10 +1335,10 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1356
1335
|
a.c = this.yv;
|
|
1357
1336
|
let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
1358
1337
|
b.c = this.yv;
|
|
1359
|
-
let c = this.zh.
|
|
1360
|
-
let d = this.zh.
|
|
1361
|
-
let e = this.zj.
|
|
1362
|
-
let f = this.zj.
|
|
1338
|
+
let c = this.zh.f6(XamGeographicMap.abe.left, a);
|
|
1339
|
+
let d = this.zh.f6(XamGeographicMap.abe.right, a);
|
|
1340
|
+
let e = this.zj.f6(XamGeographicMap.abe.top, b);
|
|
1341
|
+
let f = this.zj.f6(XamGeographicMap.abe.bottom, b);
|
|
1363
1342
|
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
1364
1343
|
return this.abg;
|
|
1365
1344
|
}
|
|
@@ -1434,7 +1413,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1434
1413
|
}
|
|
1435
1414
|
aan(a) {
|
|
1436
1415
|
if (a != null) {
|
|
1437
|
-
a.
|
|
1416
|
+
a.b7 = this;
|
|
1438
1417
|
}
|
|
1439
1418
|
}
|
|
1440
1419
|
rw(a) {
|
|
@@ -1549,7 +1528,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1549
1528
|
break;
|
|
1550
1529
|
case "ActualWorldRect":
|
|
1551
1530
|
for (let g of fromEnum(this.b9)) {
|
|
1552
|
-
g.
|
|
1531
|
+
g.r8(false);
|
|
1553
1532
|
}
|
|
1554
1533
|
break;
|
|
1555
1534
|
case XamGeographicMap.$$p[5]:
|
|
@@ -1580,7 +1559,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1580
1559
|
break;
|
|
1581
1560
|
case "MarkerAutomaticBehavior":
|
|
1582
1561
|
for (let i of fromEnum(this.b9)) {
|
|
1583
|
-
i.
|
|
1562
|
+
i.qv();
|
|
1584
1563
|
}
|
|
1585
1564
|
break;
|
|
1586
1565
|
}
|
|
@@ -1592,20 +1571,20 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1592
1571
|
}
|
|
1593
1572
|
aau(a) {
|
|
1594
1573
|
if (a != null) {
|
|
1595
|
-
a.
|
|
1574
|
+
a.b7 = null;
|
|
1596
1575
|
}
|
|
1597
1576
|
}
|
|
1598
1577
|
aav() {
|
|
1599
1578
|
if (this.zh != null) {
|
|
1600
|
-
this.zh.
|
|
1601
|
-
this.zh.
|
|
1579
|
+
this.zh.q9 = this.abi.left;
|
|
1580
|
+
this.zh.q8 = this.abi.right;
|
|
1602
1581
|
}
|
|
1603
1582
|
if (this.zj != null) {
|
|
1604
|
-
this.zj.
|
|
1605
|
-
this.zj.
|
|
1583
|
+
this.zj.q9 = this.abi.top;
|
|
1584
|
+
this.zj.q8 = this.abi.bottom;
|
|
1606
1585
|
}
|
|
1607
|
-
this.zh.
|
|
1608
|
-
this.zj.
|
|
1586
|
+
this.zh.ee(true);
|
|
1587
|
+
this.zj.ee(true);
|
|
1609
1588
|
}
|
|
1610
1589
|
getFontInfo() {
|
|
1611
1590
|
this.zu = this.zt.fr;
|
|
@@ -1622,7 +1601,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1622
1601
|
let c = b;
|
|
1623
1602
|
let d = a;
|
|
1624
1603
|
d.itemsSource = c.triangulationSource.points;
|
|
1625
|
-
d.
|
|
1604
|
+
d.xu = c.triangulationSource.triangles;
|
|
1626
1605
|
}
|
|
1627
1606
|
else {
|
|
1628
1607
|
super.tk(a, b);
|
|
@@ -1650,8 +1629,8 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1650
1629
|
}
|
|
1651
1630
|
z7() {
|
|
1652
1631
|
let a = new ChartVisualData();
|
|
1653
|
-
let b = this.zh.
|
|
1654
|
-
let c = this.zj.
|
|
1632
|
+
let b = this.zh.hs();
|
|
1633
|
+
let c = this.zj.hs();
|
|
1655
1634
|
a.axes.add1(b);
|
|
1656
1635
|
a.axes.add1(c);
|
|
1657
1636
|
for (let d = 0; d < this.b9.count; d++) {
|
|
@@ -1697,9 +1676,6 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
1697
1676
|
XamGeographicMap.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'sr', ['BackgroundTilingMode:zo:aa1', [MapBackgroundTilingMode_$type, /*@__PURE__*/ enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zw:aa2', [0, false], 'ResizeBehavior:zs:aa3', [MapResizeBehavior_$type, /*@__PURE__*/ enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zr)], 'SuppressZoomResetOnWorldRectChange:zx:aa4', [0, false], 'UseWorldRectForZoomBounds:zy:aa5', [0, false], 'WindowScale:z4:aa6', [1, NaN], 'WorldRect:abu:aa7', [Rect.$, XamGeographicMap.abe], 'Zoomable:zz:aa8', [0, true]]);
|
|
1698
1677
|
return XamGeographicMap;
|
|
1699
1678
|
})();
|
|
1700
|
-
/**
|
|
1701
|
-
* @hidden
|
|
1702
|
-
*/
|
|
1703
1679
|
let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
1704
1680
|
class GeographicMapImagery extends Control {
|
|
1705
1681
|
constructor(a) {
|
|
@@ -1836,8 +1812,8 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
1836
1812
|
j.c = c;
|
|
1837
1813
|
let k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
1838
1814
|
k.c = c;
|
|
1839
|
-
let l = h.
|
|
1840
|
-
let m = i.
|
|
1815
|
+
let l = h.f6(d.left, j);
|
|
1816
|
+
let m = i.f6(d.bottom, k);
|
|
1841
1817
|
let n = (-l / b.width) * this.ao.a5;
|
|
1842
1818
|
let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1843
1819
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1873,9 +1849,6 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
1873
1849
|
GeographicMapImagery.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMapImagery, 'ba', ['IsHorizontalWrappingEnabled', [0, false], 'Referer', [2, null], 'UserAgent', [2, null], 'WindowRect', [Rect.$, Rect.empty]]);
|
|
1874
1850
|
return GeographicMapImagery;
|
|
1875
1851
|
})();
|
|
1876
|
-
/**
|
|
1877
|
-
* @hidden
|
|
1878
|
-
*/
|
|
1879
1852
|
let GeographicMapImageryView = /*@__PURE__*/ (() => {
|
|
1880
1853
|
class GeographicMapImageryView extends Base {
|
|
1881
1854
|
constructor(a) {
|
|
@@ -1919,9 +1892,6 @@ let GeographicMapImageryView = /*@__PURE__*/ (() => {
|
|
|
1919
1892
|
GeographicMapImageryView.$t = /*@__PURE__*/ markType(GeographicMapImageryView, 'GeographicMapImageryView');
|
|
1920
1893
|
return GeographicMapImageryView;
|
|
1921
1894
|
})();
|
|
1922
|
-
/**
|
|
1923
|
-
* @hidden
|
|
1924
|
-
*/
|
|
1925
1895
|
let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
1926
1896
|
class GeographicXYTriangulatingSeriesView extends HostSeriesView {
|
|
1927
1897
|
constructor(a) {
|
|
@@ -1931,49 +1901,46 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1931
1901
|
}
|
|
1932
1902
|
ci() {
|
|
1933
1903
|
super.ci();
|
|
1934
|
-
let a = this.cu.
|
|
1935
|
-
a.
|
|
1936
|
-
a.
|
|
1937
|
-
a.trianglesSource = this.cu.
|
|
1938
|
-
a.
|
|
1939
|
-
a.
|
|
1940
|
-
a.
|
|
1904
|
+
let a = this.cu.xl;
|
|
1905
|
+
a.yl = this.cu.xx;
|
|
1906
|
+
a.yt = this.cu.xv;
|
|
1907
|
+
a.trianglesSource = this.cu.xu;
|
|
1908
|
+
a.x9 = this.cu.x0;
|
|
1909
|
+
a.yb = this.cu.x2;
|
|
1910
|
+
a.yd = this.cu.x4;
|
|
1941
1911
|
}
|
|
1942
1912
|
cx() {
|
|
1943
|
-
let a = this.cu.
|
|
1913
|
+
let a = this.cu.xl;
|
|
1944
1914
|
if (this.cu.dc == null) {
|
|
1945
|
-
a.xi = null;
|
|
1946
1915
|
a.xj = null;
|
|
1916
|
+
a.xk = null;
|
|
1947
1917
|
return;
|
|
1948
1918
|
}
|
|
1949
|
-
a.
|
|
1950
|
-
a.
|
|
1919
|
+
a.xj = this.cu.dc.zh;
|
|
1920
|
+
a.xk = this.cu.dc.zj;
|
|
1951
1921
|
}
|
|
1952
1922
|
cw() {
|
|
1953
|
-
this.cu.
|
|
1923
|
+
this.cu.xl.yl = this.cu.xx;
|
|
1954
1924
|
}
|
|
1955
1925
|
cv() {
|
|
1956
|
-
this.cu.
|
|
1926
|
+
this.cu.xl.yt = this.cu.xv;
|
|
1957
1927
|
}
|
|
1958
1928
|
cy() {
|
|
1959
|
-
this.cu.
|
|
1929
|
+
this.cu.xl.trianglesSource = this.cu.xu;
|
|
1960
1930
|
}
|
|
1961
1931
|
cz() {
|
|
1962
|
-
this.cu.
|
|
1932
|
+
this.cu.xl.x9 = this.cu.x0;
|
|
1963
1933
|
}
|
|
1964
1934
|
c0() {
|
|
1965
|
-
this.cu.
|
|
1935
|
+
this.cu.xl.yb = this.cu.x2;
|
|
1966
1936
|
}
|
|
1967
1937
|
c1() {
|
|
1968
|
-
this.cu.
|
|
1938
|
+
this.cu.xl.yd = this.cu.x4;
|
|
1969
1939
|
}
|
|
1970
1940
|
}
|
|
1971
1941
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1972
1942
|
return GeographicXYTriangulatingSeriesView;
|
|
1973
1943
|
})();
|
|
1974
|
-
/**
|
|
1975
|
-
* @hidden
|
|
1976
|
-
*/
|
|
1977
1944
|
let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
1978
1945
|
class GeographicScatterAreaSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
1979
1946
|
constructor(a) {
|
|
@@ -1988,28 +1955,25 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1988
1955
|
}
|
|
1989
1956
|
ci() {
|
|
1990
1957
|
super.ci();
|
|
1991
|
-
if (this.c2.
|
|
1992
|
-
this.c2.
|
|
1993
|
-
this.c2.
|
|
1958
|
+
if (this.c2.yf != null) {
|
|
1959
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1960
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1994
1961
|
}
|
|
1995
1962
|
}
|
|
1996
1963
|
c3() {
|
|
1997
|
-
if (this.c2.
|
|
1998
|
-
this.c2.
|
|
1964
|
+
if (this.c2.yf != null) {
|
|
1965
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1999
1966
|
}
|
|
2000
1967
|
}
|
|
2001
1968
|
c4() {
|
|
2002
|
-
if (this.c2.
|
|
2003
|
-
this.c2.
|
|
1969
|
+
if (this.c2.yf != null) {
|
|
1970
|
+
this.c2.yf.zg = this.c2.ye;
|
|
2004
1971
|
}
|
|
2005
1972
|
}
|
|
2006
1973
|
}
|
|
2007
1974
|
GeographicScatterAreaSeriesView.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
2008
1975
|
return GeographicScatterAreaSeriesView;
|
|
2009
1976
|
})();
|
|
2010
|
-
/**
|
|
2011
|
-
* @hidden
|
|
2012
|
-
*/
|
|
2013
1977
|
let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
2014
1978
|
class XamGeographicMapView extends SeriesViewerView {
|
|
2015
1979
|
constructor(a) {
|
|
@@ -2159,9 +2123,6 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
2159
2123
|
XamGeographicMapView.$t = /*@__PURE__*/ markType(XamGeographicMapView, 'XamGeographicMapView', SeriesViewerView.$);
|
|
2160
2124
|
return XamGeographicMapView;
|
|
2161
2125
|
})();
|
|
2162
|
-
/**
|
|
2163
|
-
* @hidden
|
|
2164
|
-
*/
|
|
2165
2126
|
let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
2166
2127
|
class OpenStreetMapImagery extends GeographicMapImagery {
|
|
2167
2128
|
constructor() {
|
|
@@ -2190,52 +2151,46 @@ let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
|
2190
2151
|
OpenStreetMapImagery.tilePathProperty = /*@__PURE__*/ DependencyProperty.i("TilePath", String_$type, OpenStreetMapImagery.$, /*@__PURE__*/ new PropertyMetadata(2, null, OpenStreetMapImagery.br));
|
|
2191
2152
|
return OpenStreetMapImagery;
|
|
2192
2153
|
})();
|
|
2193
|
-
/**
|
|
2194
|
-
* @hidden
|
|
2195
|
-
*/
|
|
2196
2154
|
let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
2197
2155
|
class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
2198
2156
|
ct() {
|
|
2199
2157
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2200
2158
|
}
|
|
2201
|
-
|
|
2202
|
-
super.
|
|
2203
|
-
this.
|
|
2159
|
+
rh(a) {
|
|
2160
|
+
super.rh(a);
|
|
2161
|
+
this.xt = a;
|
|
2204
2162
|
}
|
|
2205
|
-
|
|
2206
|
-
super.
|
|
2163
|
+
rq(a, b, c, d) {
|
|
2164
|
+
super.rq(a, b, c, d);
|
|
2207
2165
|
switch (b) {
|
|
2208
2166
|
case "SeriesViewer":
|
|
2209
|
-
this.
|
|
2167
|
+
this.xt.cx();
|
|
2210
2168
|
break;
|
|
2211
2169
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2212
|
-
this.
|
|
2170
|
+
this.xt.cw();
|
|
2213
2171
|
break;
|
|
2214
2172
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2215
|
-
this.
|
|
2173
|
+
this.xt.cv();
|
|
2216
2174
|
break;
|
|
2217
2175
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2218
|
-
this.
|
|
2176
|
+
this.xt.cy();
|
|
2219
2177
|
break;
|
|
2220
2178
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2221
|
-
this.
|
|
2179
|
+
this.xt.cz();
|
|
2222
2180
|
break;
|
|
2223
2181
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2224
|
-
this.
|
|
2182
|
+
this.xt.c0();
|
|
2225
2183
|
break;
|
|
2226
2184
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2227
|
-
this.
|
|
2185
|
+
this.xt.c1();
|
|
2228
2186
|
break;
|
|
2229
2187
|
}
|
|
2230
2188
|
}
|
|
2231
2189
|
}
|
|
2232
2190
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2233
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2191
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [IEnumerable_$type, null]]);
|
|
2234
2192
|
return GeographicXYTriangulatingSeries;
|
|
2235
2193
|
})();
|
|
2236
|
-
/**
|
|
2237
|
-
* @hidden
|
|
2238
|
-
*/
|
|
2239
2194
|
let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
2240
2195
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
2241
2196
|
bk() {
|
|
@@ -2246,53 +2201,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2246
2201
|
}
|
|
2247
2202
|
constructor() {
|
|
2248
2203
|
super();
|
|
2249
|
-
this.
|
|
2204
|
+
this.yc = null;
|
|
2250
2205
|
this.triangulationStatusChanged = null;
|
|
2251
2206
|
this.ab = GeographicScatterAreaSeries.$;
|
|
2252
2207
|
}
|
|
2253
|
-
get
|
|
2254
|
-
return this.
|
|
2208
|
+
get ye() {
|
|
2209
|
+
return this.yc;
|
|
2255
2210
|
}
|
|
2256
|
-
set
|
|
2257
|
-
let b = this.
|
|
2211
|
+
set ye(a) {
|
|
2212
|
+
let b = this.yc != a;
|
|
2258
2213
|
if (b) {
|
|
2259
|
-
let c = this.
|
|
2260
|
-
if (this.
|
|
2261
|
-
let d = this.
|
|
2262
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2214
|
+
let c = this.yc;
|
|
2215
|
+
if (this.yc != null) {
|
|
2216
|
+
let d = this.yc;
|
|
2217
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
|
|
2263
2218
|
}
|
|
2264
|
-
this.
|
|
2265
|
-
if (this.
|
|
2266
|
-
let e = this.
|
|
2267
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2219
|
+
this.yc = a;
|
|
2220
|
+
if (this.yc != null) {
|
|
2221
|
+
let e = this.yc;
|
|
2222
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
|
|
2268
2223
|
}
|
|
2269
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2270
|
-
if (this.
|
|
2271
|
-
this.
|
|
2224
|
+
this.raisePropertyChanged("ColorScale", c, this.yc);
|
|
2225
|
+
if (this.yf != null) {
|
|
2226
|
+
this.yf.zg = a;
|
|
2272
2227
|
}
|
|
2273
2228
|
}
|
|
2274
2229
|
}
|
|
2275
|
-
|
|
2276
|
-
this.
|
|
2277
|
-
this.
|
|
2278
|
-
this.
|
|
2230
|
+
ym(a, b) {
|
|
2231
|
+
this.yh.c4();
|
|
2232
|
+
this.yo();
|
|
2233
|
+
this.r8(false);
|
|
2279
2234
|
}
|
|
2280
|
-
|
|
2281
|
-
if (this.
|
|
2282
|
-
this.
|
|
2235
|
+
yo() {
|
|
2236
|
+
if (this.yf != null) {
|
|
2237
|
+
this.yd = this.yf.zf;
|
|
2283
2238
|
}
|
|
2284
2239
|
}
|
|
2285
|
-
|
|
2286
|
-
super.
|
|
2287
|
-
this.
|
|
2240
|
+
sz() {
|
|
2241
|
+
super.sz();
|
|
2242
|
+
this.yo();
|
|
2288
2243
|
}
|
|
2289
|
-
|
|
2290
|
-
this.
|
|
2291
|
-
let a = this.
|
|
2292
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2293
|
-
return this.
|
|
2244
|
+
xk() {
|
|
2245
|
+
this.yf = new ScatterAreaSeries();
|
|
2246
|
+
let a = this.yf;
|
|
2247
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
|
|
2248
|
+
return this.yf;
|
|
2294
2249
|
}
|
|
2295
|
-
|
|
2250
|
+
yn(a, b) {
|
|
2296
2251
|
if (this.triangulationStatusChanged != null) {
|
|
2297
2252
|
this.triangulationStatusChanged(this, b);
|
|
2298
2253
|
}
|
|
@@ -2300,19 +2255,19 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2300
2255
|
ct() {
|
|
2301
2256
|
return new GeographicScatterAreaSeriesView(this);
|
|
2302
2257
|
}
|
|
2303
|
-
|
|
2304
|
-
super.
|
|
2305
|
-
this.
|
|
2258
|
+
rh(a) {
|
|
2259
|
+
super.rh(a);
|
|
2260
|
+
this.yh = a;
|
|
2306
2261
|
}
|
|
2307
|
-
|
|
2308
|
-
super.
|
|
2262
|
+
rq(a, b, c, d) {
|
|
2263
|
+
super.rq(a, b, c, d);
|
|
2309
2264
|
switch (b) {
|
|
2310
2265
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2311
|
-
this.
|
|
2266
|
+
this.yh.c3();
|
|
2312
2267
|
break;
|
|
2313
2268
|
case "ColorScale":
|
|
2314
|
-
this.
|
|
2315
|
-
this.
|
|
2269
|
+
this.yh.c4();
|
|
2270
|
+
this.yo();
|
|
2316
2271
|
break;
|
|
2317
2272
|
}
|
|
2318
2273
|
}
|
|
@@ -2324,7 +2279,7 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
2324
2279
|
}
|
|
2325
2280
|
}
|
|
2326
2281
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2327
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2282
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
|
|
2328
2283
|
return GeographicScatterAreaSeries;
|
|
2329
2284
|
})();
|
|
2330
2285
|
|
|
@@ -3383,9 +3338,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
3383
3338
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
3384
3339
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
3385
3340
|
*/
|
|
3386
|
-
/**
|
|
3387
|
-
* @hidden
|
|
3388
|
-
*/
|
|
3389
3341
|
let SubDomainsCollection = /*@__PURE__*/ (() => {
|
|
3390
3342
|
class SubDomainsCollection extends ObservableCollection$1 {
|
|
3391
3343
|
constructor(a, ..._rest) {
|
|
@@ -3422,9 +3374,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
3422
3374
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
3423
3375
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
3424
3376
|
*/
|
|
3425
|
-
/**
|
|
3426
|
-
* @hidden
|
|
3427
|
-
*/
|
|
3428
3377
|
let BingMapsMapImageryView = /*@__PURE__*/ (() => {
|
|
3429
3378
|
class BingMapsMapImageryView extends GeographicMapImageryView {
|
|
3430
3379
|
constructor(a) {
|
|
@@ -3452,9 +3401,6 @@ let BingMapsMapImageryView = /*@__PURE__*/ (() => {
|
|
|
3452
3401
|
BingMapsMapImageryView.$t = /*@__PURE__*/ markType(BingMapsMapImageryView, 'BingMapsMapImageryView', GeographicMapImageryView.$);
|
|
3453
3402
|
return BingMapsMapImageryView;
|
|
3454
3403
|
})();
|
|
3455
|
-
/**
|
|
3456
|
-
* @hidden
|
|
3457
|
-
*/
|
|
3458
3404
|
let BingMapsMapImagery = /*@__PURE__*/ (() => {
|
|
3459
3405
|
class BingMapsMapImagery extends GeographicMapImagery {
|
|
3460
3406
|
constructor() {
|
|
@@ -3967,9 +3913,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
3967
3913
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
3968
3914
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
3969
3915
|
*/
|
|
3970
|
-
/**
|
|
3971
|
-
* @hidden
|
|
3972
|
-
*/
|
|
3973
3916
|
let CustomMapImagery = /*@__PURE__*/ (() => {
|
|
3974
3917
|
class CustomMapImagery extends GeographicMapImagery {
|
|
3975
3918
|
constructor(a) {
|
|
@@ -4009,9 +3952,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4009
3952
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
4010
3953
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
4011
3954
|
*/
|
|
4012
|
-
/**
|
|
4013
|
-
* @hidden
|
|
4014
|
-
*/
|
|
4015
3955
|
let ArcGISOnlineMapImagery = /*@__PURE__*/ (() => {
|
|
4016
3956
|
class ArcGISOnlineMapImagery extends GeographicMapImagery {
|
|
4017
3957
|
constructor() {
|
|
@@ -4343,9 +4283,6 @@ class IgcGeographicMapCoreModule {
|
|
|
4343
4283
|
}
|
|
4344
4284
|
}
|
|
4345
4285
|
|
|
4346
|
-
/**
|
|
4347
|
-
* Base class for hosting chart series in a IgxGeographicMap.Component
|
|
4348
|
-
*/
|
|
4349
4286
|
let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
4350
4287
|
class IgcGeographicMapSeriesHostComponent extends IgcSeriesComponent {
|
|
4351
4288
|
/**
|
|
@@ -4407,11 +4344,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4407
4344
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
4408
4345
|
*/
|
|
4409
4346
|
get visibleFromScale() {
|
|
4410
|
-
return this.i.
|
|
4347
|
+
return this.i.xn;
|
|
4411
4348
|
}
|
|
4412
4349
|
set visibleFromScale(v) {
|
|
4413
|
-
this.i.
|
|
4414
|
-
this._a("visibleFromScale", this.i.
|
|
4350
|
+
this.i.xn = +v;
|
|
4351
|
+
this._a("visibleFromScale", this.i.xn);
|
|
4415
4352
|
}
|
|
4416
4353
|
/**
|
|
4417
4354
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -4429,7 +4366,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4429
4366
|
|
|
4430
4367
|
*/
|
|
4431
4368
|
notifyIndexedPropertiesChanged() {
|
|
4432
|
-
this.i.
|
|
4369
|
+
this.i.qv();
|
|
4433
4370
|
}
|
|
4434
4371
|
getItemValue(item, memberPathName) {
|
|
4435
4372
|
let iv = this.i.kz(item, memberPathName);
|
|
@@ -4466,7 +4403,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4466
4403
|
return (iv);
|
|
4467
4404
|
}
|
|
4468
4405
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4469
|
-
let iv = this.i.
|
|
4406
|
+
let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
|
|
4470
4407
|
return fromPoint(iv);
|
|
4471
4408
|
}
|
|
4472
4409
|
/**
|
|
@@ -4475,7 +4412,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4475
4412
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4476
4413
|
*/
|
|
4477
4414
|
getSeriesValueBoundingBox(world) {
|
|
4478
|
-
let iv = this.i.
|
|
4415
|
+
let iv = this.i.w8(toPoint(world));
|
|
4479
4416
|
return fromRect(iv);
|
|
4480
4417
|
}
|
|
4481
4418
|
/**
|
|
@@ -4484,7 +4421,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4484
4421
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4485
4422
|
*/
|
|
4486
4423
|
getSeriesValueMarkerBoundingBox(world) {
|
|
4487
|
-
let iv = this.i.
|
|
4424
|
+
let iv = this.i.xa(toPoint(world));
|
|
4488
4425
|
return fromRect(iv);
|
|
4489
4426
|
}
|
|
4490
4427
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -4492,7 +4429,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4492
4429
|
return (iv);
|
|
4493
4430
|
}
|
|
4494
4431
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4495
|
-
let iv = this.i.
|
|
4432
|
+
let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
|
|
4496
4433
|
return fromPoint(iv);
|
|
4497
4434
|
}
|
|
4498
4435
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -4500,11 +4437,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4500
4437
|
return (iv);
|
|
4501
4438
|
}
|
|
4502
4439
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
4503
|
-
let iv = this.i.
|
|
4440
|
+
let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
|
|
4504
4441
|
return fromPoint(iv);
|
|
4505
4442
|
}
|
|
4506
4443
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
4507
|
-
let iv = this.i.
|
|
4444
|
+
let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4508
4445
|
return fromPoint(iv);
|
|
4509
4446
|
}
|
|
4510
4447
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
@@ -4525,23 +4462,20 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4525
4462
|
* @param animate * True if the change should be animated.
|
|
4526
4463
|
*/
|
|
4527
4464
|
renderSeries(animate) {
|
|
4528
|
-
this.i.
|
|
4465
|
+
this.i.r8(animate);
|
|
4529
4466
|
}
|
|
4530
4467
|
/**
|
|
4531
4468
|
* Called when this series' Style is updated.
|
|
4532
4469
|
|
|
4533
4470
|
*/
|
|
4534
4471
|
styleUpdated() {
|
|
4535
|
-
this.i.
|
|
4472
|
+
this.i.su();
|
|
4536
4473
|
}
|
|
4537
4474
|
}
|
|
4538
4475
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
4539
4476
|
return IgcGeographicMapSeriesHostComponent;
|
|
4540
4477
|
})();
|
|
4541
4478
|
|
|
4542
|
-
/**
|
|
4543
|
-
* Base class for series which render polygons on a map.
|
|
4544
|
-
*/
|
|
4545
4479
|
let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
4546
4480
|
class IgcGeographicShapeSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
4547
4481
|
/**
|
|
@@ -4653,65 +4587,65 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4653
4587
|
* To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
|
|
4654
4588
|
*/
|
|
4655
4589
|
get shapeMemberPath() {
|
|
4656
|
-
return this.i.
|
|
4590
|
+
return this.i.yk;
|
|
4657
4591
|
}
|
|
4658
4592
|
set shapeMemberPath(v) {
|
|
4659
|
-
this.i.
|
|
4593
|
+
this.i.yk = v;
|
|
4660
4594
|
}
|
|
4661
4595
|
/**
|
|
4662
4596
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
4663
4597
|
*/
|
|
4664
4598
|
get isCustomShapeStyleAllowed() {
|
|
4665
|
-
return this.i.
|
|
4599
|
+
return this.i.x5;
|
|
4666
4600
|
}
|
|
4667
4601
|
set isCustomShapeStyleAllowed(v) {
|
|
4668
|
-
this.i.
|
|
4669
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
4602
|
+
this.i.x5 = ensureBool(v);
|
|
4603
|
+
this._a("isCustomShapeStyleAllowed", this.i.x5);
|
|
4670
4604
|
}
|
|
4671
4605
|
/**
|
|
4672
4606
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
4673
4607
|
*/
|
|
4674
4608
|
get isCustomShapeMarkerStyleAllowed() {
|
|
4675
|
-
return this.i.
|
|
4609
|
+
return this.i.x4;
|
|
4676
4610
|
}
|
|
4677
4611
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
4678
|
-
this.i.
|
|
4679
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
4612
|
+
this.i.x4 = ensureBool(v);
|
|
4613
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
|
|
4680
4614
|
}
|
|
4681
4615
|
/**
|
|
4682
4616
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
4683
4617
|
*/
|
|
4684
4618
|
get itemSearchMode() {
|
|
4685
|
-
return this.i.
|
|
4619
|
+
return this.i.xw;
|
|
4686
4620
|
}
|
|
4687
4621
|
set itemSearchMode(v) {
|
|
4688
|
-
this.i.
|
|
4689
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
4622
|
+
this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
4623
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
|
|
4690
4624
|
}
|
|
4691
4625
|
/**
|
|
4692
4626
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
4693
4627
|
*/
|
|
4694
4628
|
get itemSearchThreshold() {
|
|
4695
|
-
return this.i.
|
|
4629
|
+
return this.i.x8;
|
|
4696
4630
|
}
|
|
4697
4631
|
set itemSearchThreshold(v) {
|
|
4698
|
-
this.i.
|
|
4699
|
-
this._a("itemSearchThreshold", this.i.
|
|
4632
|
+
this.i.x8 = +v;
|
|
4633
|
+
this._a("itemSearchThreshold", this.i.x8);
|
|
4700
4634
|
}
|
|
4701
4635
|
/**
|
|
4702
4636
|
* Gets or sets the fill mapping property for the current series object.
|
|
4703
4637
|
*/
|
|
4704
4638
|
get fillMemberPath() {
|
|
4705
|
-
return this.i.
|
|
4639
|
+
return this.i.x9;
|
|
4706
4640
|
}
|
|
4707
4641
|
set fillMemberPath(v) {
|
|
4708
|
-
this.i.
|
|
4642
|
+
this.i.x9 = v;
|
|
4709
4643
|
}
|
|
4710
4644
|
/**
|
|
4711
4645
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
4712
4646
|
*/
|
|
4713
4647
|
get fillScale() {
|
|
4714
|
-
const r = this.i.
|
|
4648
|
+
const r = this.i.xv;
|
|
4715
4649
|
if (r == null) {
|
|
4716
4650
|
return null;
|
|
4717
4651
|
}
|
|
@@ -4727,34 +4661,34 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4727
4661
|
set fillScale(v) {
|
|
4728
4662
|
if (v != null && this._stylingContainer && v._styling)
|
|
4729
4663
|
v._styling(this._stylingContainer, this, this);
|
|
4730
|
-
v == null ? this.i.
|
|
4664
|
+
v == null ? this.i.xv = null : this.i.xv = v.i;
|
|
4731
4665
|
}
|
|
4732
4666
|
/**
|
|
4733
4667
|
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
4734
4668
|
* This setting applies only if multiple series are using the same FillScale.
|
|
4735
4669
|
*/
|
|
4736
4670
|
get fillScaleUseGlobalValues() {
|
|
4737
|
-
return this.i.
|
|
4671
|
+
return this.i.x3;
|
|
4738
4672
|
}
|
|
4739
4673
|
set fillScaleUseGlobalValues(v) {
|
|
4740
|
-
this.i.
|
|
4741
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
4674
|
+
this.i.x3 = ensureBool(v);
|
|
4675
|
+
this._a("fillScaleUseGlobalValues", this.i.x3);
|
|
4742
4676
|
}
|
|
4743
4677
|
/**
|
|
4744
4678
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
4745
4679
|
*/
|
|
4746
4680
|
get itemSearchPointsThreshold() {
|
|
4747
|
-
return this.i.
|
|
4681
|
+
return this.i.x7;
|
|
4748
4682
|
}
|
|
4749
4683
|
set itemSearchPointsThreshold(v) {
|
|
4750
|
-
this.i.
|
|
4751
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
4684
|
+
this.i.x7 = +v;
|
|
4685
|
+
this._a("itemSearchPointsThreshold", this.i.x7);
|
|
4752
4686
|
}
|
|
4753
4687
|
/**
|
|
4754
4688
|
* Set a shapefile datasource to use with the series.
|
|
4755
4689
|
*/
|
|
4756
4690
|
get shapefileDataSource() {
|
|
4757
|
-
const r = this.i.
|
|
4691
|
+
const r = this.i.xz;
|
|
4758
4692
|
if (r == null) {
|
|
4759
4693
|
return null;
|
|
4760
4694
|
}
|
|
@@ -4773,18 +4707,18 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4773
4707
|
return r.externalObject;
|
|
4774
4708
|
}
|
|
4775
4709
|
set shapefileDataSource(v) {
|
|
4776
|
-
v == null ? this.i.
|
|
4710
|
+
v == null ? this.i.xz = null : this.i.xz = v.i;
|
|
4777
4711
|
}
|
|
4778
4712
|
/**
|
|
4779
4713
|
* The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
|
|
4780
4714
|
* In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
|
|
4781
4715
|
*/
|
|
4782
4716
|
get shapeFilterResolution() {
|
|
4783
|
-
return this.i.
|
|
4717
|
+
return this.i.x6;
|
|
4784
4718
|
}
|
|
4785
4719
|
set shapeFilterResolution(v) {
|
|
4786
|
-
this.i.
|
|
4787
|
-
this._a("shapeFilterResolution", this.i.
|
|
4720
|
+
this.i.x6 = +v;
|
|
4721
|
+
this._a("shapeFilterResolution", this.i.x6);
|
|
4788
4722
|
}
|
|
4789
4723
|
findByName(name) {
|
|
4790
4724
|
var baseResult = super.findByName(name);
|
|
@@ -4870,26 +4804,23 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4870
4804
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
4871
4805
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
4872
4806
|
*/
|
|
4873
|
-
/**
|
|
4874
|
-
* @hidden
|
|
4875
|
-
*/
|
|
4876
4807
|
let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
4877
4808
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
4878
4809
|
constructor() {
|
|
4879
4810
|
super(...arguments);
|
|
4811
|
+
this.x2 = false;
|
|
4880
4812
|
this.x1 = false;
|
|
4881
|
-
this.x0 = false;
|
|
4882
4813
|
this.assigningShapeStyle = null;
|
|
4883
4814
|
this.assigningShapeMarkerStyle = null;
|
|
4884
|
-
this.
|
|
4885
|
-
this.
|
|
4815
|
+
this.xy = null;
|
|
4816
|
+
this.x0 = false;
|
|
4886
4817
|
}
|
|
4887
4818
|
ct() {
|
|
4888
4819
|
return new GeographicShapeSeriesBaseView(this);
|
|
4889
4820
|
}
|
|
4890
|
-
|
|
4891
|
-
super.
|
|
4892
|
-
this.
|
|
4821
|
+
rh(a) {
|
|
4822
|
+
super.rh(a);
|
|
4823
|
+
this.xx = a;
|
|
4893
4824
|
}
|
|
4894
4825
|
get_fh() {
|
|
4895
4826
|
return true;
|
|
@@ -4897,105 +4828,105 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
4897
4828
|
get_ef() {
|
|
4898
4829
|
return true;
|
|
4899
4830
|
}
|
|
4900
|
-
|
|
4901
|
-
super.
|
|
4831
|
+
rq(a, b, c, d) {
|
|
4832
|
+
super.rq(a, b, c, d);
|
|
4902
4833
|
switch (b) {
|
|
4903
4834
|
case "SeriesViewer":
|
|
4904
|
-
this.
|
|
4835
|
+
this.xx.cv();
|
|
4905
4836
|
break;
|
|
4906
4837
|
case "ShapeMemberPath":
|
|
4907
|
-
this.
|
|
4838
|
+
this.xx.cx();
|
|
4908
4839
|
break;
|
|
4909
4840
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
4910
|
-
this.
|
|
4841
|
+
this.xx.cw();
|
|
4911
4842
|
break;
|
|
4912
4843
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
4913
|
-
this.
|
|
4914
|
-
this.
|
|
4915
|
-
if (this.
|
|
4916
|
-
let e = this.
|
|
4917
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
4844
|
+
this.xl.yt = this.x5;
|
|
4845
|
+
this.x2 = this.x5;
|
|
4846
|
+
if (this.x5) {
|
|
4847
|
+
let e = this.xl;
|
|
4848
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
|
|
4918
4849
|
}
|
|
4919
4850
|
else {
|
|
4920
|
-
let f = this.
|
|
4921
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
4851
|
+
let f = this.xl;
|
|
4852
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
|
|
4922
4853
|
}
|
|
4923
4854
|
break;
|
|
4924
4855
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
4925
|
-
this.
|
|
4926
|
-
this.
|
|
4927
|
-
if (this.
|
|
4928
|
-
let g = this.
|
|
4929
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
4856
|
+
this.xl.ys = this.x4;
|
|
4857
|
+
this.x1 = this.x4;
|
|
4858
|
+
if (this.x5) {
|
|
4859
|
+
let g = this.xl;
|
|
4860
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
4930
4861
|
}
|
|
4931
4862
|
else {
|
|
4932
|
-
let h = this.
|
|
4933
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
4863
|
+
let h = this.xl;
|
|
4864
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
4934
4865
|
}
|
|
4935
4866
|
break;
|
|
4936
4867
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
4937
|
-
this.
|
|
4868
|
+
this.xl.x5 = this.xw;
|
|
4938
4869
|
break;
|
|
4939
4870
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
4940
|
-
this.
|
|
4871
|
+
this.xl.za = this.x7;
|
|
4941
4872
|
break;
|
|
4942
4873
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
4943
|
-
this.
|
|
4874
|
+
this.xl.zb = this.x8;
|
|
4944
4875
|
break;
|
|
4945
4876
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
4946
|
-
this.
|
|
4877
|
+
this.xl.zf = this.x9;
|
|
4947
4878
|
break;
|
|
4948
4879
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
4949
|
-
this.
|
|
4880
|
+
this.xl.xv = this.xv;
|
|
4950
4881
|
break;
|
|
4951
4882
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
4952
|
-
this.
|
|
4883
|
+
this.xl.yo = this.x3;
|
|
4953
4884
|
break;
|
|
4954
4885
|
case "ShapefileDataSource":
|
|
4955
4886
|
if (c != null) {
|
|
4956
4887
|
let i = c;
|
|
4957
|
-
if (this.
|
|
4958
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
4888
|
+
if (this.x0) {
|
|
4889
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
|
|
4959
4890
|
}
|
|
4960
4891
|
}
|
|
4961
4892
|
if (d != null) {
|
|
4962
4893
|
let j = d;
|
|
4963
4894
|
if (j.count > 0) {
|
|
4964
|
-
this.
|
|
4895
|
+
this.yp();
|
|
4965
4896
|
break;
|
|
4966
4897
|
}
|
|
4967
|
-
this.
|
|
4968
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
4898
|
+
this.x0 = true;
|
|
4899
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
|
|
4969
4900
|
}
|
|
4970
4901
|
break;
|
|
4971
4902
|
}
|
|
4972
4903
|
}
|
|
4973
|
-
|
|
4904
|
+
yn(a, b) {
|
|
4974
4905
|
if (this.assigningShapeStyle != null) {
|
|
4975
4906
|
this.assigningShapeStyle(this, b);
|
|
4976
4907
|
}
|
|
4977
4908
|
}
|
|
4978
|
-
|
|
4909
|
+
ym(a, b) {
|
|
4979
4910
|
if (this.assigningShapeMarkerStyle != null) {
|
|
4980
4911
|
this.assigningShapeMarkerStyle(this, b);
|
|
4981
4912
|
}
|
|
4982
4913
|
}
|
|
4983
|
-
|
|
4984
|
-
this.
|
|
4914
|
+
yo(a, b) {
|
|
4915
|
+
this.yp();
|
|
4985
4916
|
}
|
|
4986
|
-
|
|
4987
|
-
let sds_ = this.
|
|
4917
|
+
yp() {
|
|
4918
|
+
let sds_ = this.xz;
|
|
4988
4919
|
let ext_ = sds_.externalObject;
|
|
4989
4920
|
this.itemsSource = (ext_.getPointData());
|
|
4990
4921
|
}
|
|
4991
|
-
get
|
|
4992
|
-
return this.
|
|
4922
|
+
get xz() {
|
|
4923
|
+
return this.xy;
|
|
4993
4924
|
}
|
|
4994
|
-
set
|
|
4995
|
-
let b = this.
|
|
4996
|
-
this.
|
|
4997
|
-
if (b != this.
|
|
4998
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
4925
|
+
set xz(a) {
|
|
4926
|
+
let b = this.xy;
|
|
4927
|
+
this.xy = a;
|
|
4928
|
+
if (b != this.xy) {
|
|
4929
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
|
|
4999
4930
|
}
|
|
5000
4931
|
}
|
|
5001
4932
|
get_hd() {
|
|
@@ -5006,12 +4937,9 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
5006
4937
|
}
|
|
5007
4938
|
}
|
|
5008
4939
|
GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5009
|
-
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
4940
|
+
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"]]);
|
|
5010
4941
|
return GeographicShapeSeriesBase;
|
|
5011
4942
|
})();
|
|
5012
|
-
/**
|
|
5013
|
-
* @hidden
|
|
5014
|
-
*/
|
|
5015
4943
|
let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
5016
4944
|
class GeographicShapeSeriesBaseView extends HostSeriesView {
|
|
5017
4945
|
constructor(a) {
|
|
@@ -5021,23 +4949,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
5021
4949
|
}
|
|
5022
4950
|
ci() {
|
|
5023
4951
|
super.ci();
|
|
5024
|
-
this.cu.
|
|
4952
|
+
this.cu.xl.zs = this.cu.yk;
|
|
5025
4953
|
}
|
|
5026
4954
|
cv() {
|
|
5027
|
-
let a = this.cu.
|
|
4955
|
+
let a = this.cu.xl;
|
|
5028
4956
|
if (this.cu.dc == null) {
|
|
5029
|
-
a.
|
|
5030
|
-
a.
|
|
4957
|
+
a.xz = null;
|
|
4958
|
+
a.x1 = null;
|
|
5031
4959
|
return;
|
|
5032
4960
|
}
|
|
5033
|
-
a.
|
|
5034
|
-
a.
|
|
4961
|
+
a.xz = this.cu.dc.zh;
|
|
4962
|
+
a.x1 = this.cu.dc.zj;
|
|
5035
4963
|
}
|
|
5036
4964
|
cx() {
|
|
5037
|
-
this.cu.
|
|
4965
|
+
this.cu.xl.zs = this.cu.yk;
|
|
5038
4966
|
}
|
|
5039
4967
|
cw() {
|
|
5040
|
-
this.cu.
|
|
4968
|
+
this.cu.xl.y7 = this.cu.x6;
|
|
5041
4969
|
}
|
|
5042
4970
|
}
|
|
5043
4971
|
GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -5064,9 +4992,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
5064
4992
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5065
4993
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
5066
4994
|
*/
|
|
5067
|
-
/**
|
|
5068
|
-
* @hidden
|
|
5069
|
-
*/
|
|
5070
4995
|
let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
5071
4996
|
class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
|
|
5072
4997
|
constructor(a) {
|
|
@@ -5074,61 +4999,58 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
5074
4999
|
this.cy = null;
|
|
5075
5000
|
this.cy = a;
|
|
5076
5001
|
if (!this.t) {
|
|
5077
|
-
this.cy.
|
|
5002
|
+
this.cy.yk = "points";
|
|
5078
5003
|
}
|
|
5079
5004
|
}
|
|
5080
5005
|
a4() {
|
|
5081
5006
|
super.a4();
|
|
5082
5007
|
if (!this.t) {
|
|
5083
|
-
this.cy.
|
|
5008
|
+
this.cy.z7 = Defaults.a8;
|
|
5084
5009
|
this.cy.jy = Defaults.ac;
|
|
5085
|
-
this.cy.
|
|
5086
|
-
this.cy.
|
|
5087
|
-
this.cy.
|
|
5010
|
+
this.cy.y6 = Defaults.ab;
|
|
5011
|
+
this.cy.y3 = Defaults.d;
|
|
5012
|
+
this.cy.y1 = Defaults.a;
|
|
5088
5013
|
}
|
|
5089
5014
|
}
|
|
5090
5015
|
ci() {
|
|
5091
5016
|
super.ci();
|
|
5092
|
-
this.cy.
|
|
5093
|
-
this.cy.
|
|
5094
|
-
this.cy.
|
|
5095
|
-
this.cy.
|
|
5096
|
-
this.cy.
|
|
5017
|
+
this.cy.xl.acf = this.cy.z9;
|
|
5018
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
5019
|
+
this.cy.xl.abu = this.cy.zp;
|
|
5020
|
+
this.cy.xl.abb = this.cy.y6;
|
|
5021
|
+
this.cy.xl.aat = this.cy.y0;
|
|
5097
5022
|
}
|
|
5098
5023
|
c3() {
|
|
5099
|
-
this.cy.
|
|
5024
|
+
this.cy.xl.abu = this.cy.zp;
|
|
5100
5025
|
}
|
|
5101
5026
|
c5() {
|
|
5102
|
-
this.cy.
|
|
5027
|
+
this.cy.xl.abb = this.cy.y6;
|
|
5103
5028
|
}
|
|
5104
5029
|
c0() {
|
|
5105
|
-
this.cy.
|
|
5030
|
+
this.cy.xl.aat = this.cy.y0;
|
|
5106
5031
|
}
|
|
5107
5032
|
c4() {
|
|
5108
|
-
this.cy.
|
|
5033
|
+
this.cy.xl.aa2 = this.cy.y3;
|
|
5109
5034
|
}
|
|
5110
5035
|
cz() {
|
|
5111
|
-
this.cy.
|
|
5036
|
+
this.cy.xl.acb = this.cy.z6;
|
|
5112
5037
|
}
|
|
5113
5038
|
c1() {
|
|
5114
|
-
this.cy.
|
|
5039
|
+
this.cy.xl.acc = this.cy.z7;
|
|
5115
5040
|
}
|
|
5116
5041
|
c2() {
|
|
5117
|
-
this.cy.
|
|
5042
|
+
this.cy.xl.ace = this.cy.z8;
|
|
5118
5043
|
}
|
|
5119
5044
|
c6() {
|
|
5120
|
-
this.cy.
|
|
5045
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
5121
5046
|
}
|
|
5122
5047
|
c7() {
|
|
5123
|
-
this.cy.
|
|
5048
|
+
this.cy.xl.acf = this.cy.z9;
|
|
5124
5049
|
}
|
|
5125
5050
|
}
|
|
5126
5051
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5127
5052
|
return GeographicShapeSeriesView;
|
|
5128
5053
|
})();
|
|
5129
|
-
/**
|
|
5130
|
-
* @hidden
|
|
5131
|
-
*/
|
|
5132
5054
|
let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
5133
5055
|
class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
5134
5056
|
bk() {
|
|
@@ -5145,81 +5067,81 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5145
5067
|
ct() {
|
|
5146
5068
|
return new GeographicShapeSeriesView(this);
|
|
5147
5069
|
}
|
|
5148
|
-
|
|
5149
|
-
super.
|
|
5150
|
-
this.
|
|
5070
|
+
rh(a) {
|
|
5071
|
+
super.rh(a);
|
|
5072
|
+
this.y5 = a;
|
|
5151
5073
|
}
|
|
5152
|
-
|
|
5074
|
+
xk() {
|
|
5153
5075
|
let a = new ScatterPolygonSeries();
|
|
5154
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5155
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5076
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
|
|
5077
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
|
|
5156
5078
|
return a;
|
|
5157
5079
|
}
|
|
5158
|
-
|
|
5080
|
+
zm(a, b) {
|
|
5159
5081
|
if (this.styleShape != null) {
|
|
5160
5082
|
this.styleShape(this, b);
|
|
5161
5083
|
}
|
|
5162
5084
|
}
|
|
5163
|
-
|
|
5164
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
5085
|
+
zn(a, b) {
|
|
5086
|
+
let c = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
5165
5087
|
if (c == null) {
|
|
5166
5088
|
return;
|
|
5167
5089
|
}
|
|
5168
5090
|
}
|
|
5169
5091
|
iu() {
|
|
5170
|
-
return this.
|
|
5171
|
-
}
|
|
5172
|
-
v4() {
|
|
5173
|
-
return this.z3;
|
|
5092
|
+
return this.y6;
|
|
5174
5093
|
}
|
|
5175
5094
|
v5() {
|
|
5176
5095
|
return this.z4;
|
|
5177
5096
|
}
|
|
5178
|
-
|
|
5179
|
-
return this.
|
|
5097
|
+
v6() {
|
|
5098
|
+
return this.z5;
|
|
5099
|
+
}
|
|
5100
|
+
th() {
|
|
5101
|
+
return this.zo;
|
|
5180
5102
|
}
|
|
5181
5103
|
ml() {
|
|
5182
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
5104
|
+
let a = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
5183
5105
|
if (a == null) {
|
|
5184
5106
|
return "Unknown";
|
|
5185
5107
|
}
|
|
5186
5108
|
return a.ml();
|
|
5187
5109
|
}
|
|
5188
|
-
|
|
5189
|
-
super.
|
|
5110
|
+
rq(a, b, c, d) {
|
|
5111
|
+
super.rq(a, b, c, d);
|
|
5190
5112
|
switch (b) {
|
|
5191
5113
|
case GeographicShapeSeries.$$p[6]:
|
|
5192
|
-
this.
|
|
5114
|
+
this.xl.aa0 = this.y2;
|
|
5193
5115
|
break;
|
|
5194
5116
|
case GeographicShapeSeries.$$p[5]:
|
|
5195
|
-
this.
|
|
5117
|
+
this.xl.aaw = this.y1;
|
|
5196
5118
|
break;
|
|
5197
5119
|
case GeographicShapeSeries.$$p[9]:
|
|
5198
|
-
this.
|
|
5120
|
+
this.y5.c3();
|
|
5199
5121
|
break;
|
|
5200
5122
|
case GeographicShapeSeries.$$p[10]:
|
|
5201
|
-
this.
|
|
5123
|
+
this.y5.c5();
|
|
5202
5124
|
break;
|
|
5203
5125
|
case GeographicShapeSeries.$$p[4]:
|
|
5204
|
-
this.
|
|
5126
|
+
this.y5.c0();
|
|
5205
5127
|
break;
|
|
5206
5128
|
case GeographicShapeSeries.$$p[11]:
|
|
5207
|
-
this.
|
|
5129
|
+
this.y5.c4();
|
|
5208
5130
|
break;
|
|
5209
5131
|
case GeographicShapeSeries.$$p[3]:
|
|
5210
|
-
this.
|
|
5132
|
+
this.y5.cz();
|
|
5211
5133
|
break;
|
|
5212
5134
|
case GeographicShapeSeries.$$p[7]:
|
|
5213
|
-
this.
|
|
5135
|
+
this.y5.c1();
|
|
5214
5136
|
break;
|
|
5215
5137
|
case GeographicShapeSeries.$$p[8]:
|
|
5216
|
-
this.
|
|
5138
|
+
this.y5.c2();
|
|
5217
5139
|
break;
|
|
5218
5140
|
case GeographicShapeSeries.$$p[13]:
|
|
5219
|
-
this.
|
|
5141
|
+
this.y5.c6();
|
|
5220
5142
|
break;
|
|
5221
5143
|
case GeographicShapeSeries.$$p[12]:
|
|
5222
|
-
this.
|
|
5144
|
+
this.y5.c7();
|
|
5223
5145
|
break;
|
|
5224
5146
|
}
|
|
5225
5147
|
}
|
|
@@ -5228,7 +5150,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
5228
5150
|
}
|
|
5229
5151
|
}
|
|
5230
5152
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5231
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5153
|
+
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]]);
|
|
5232
5154
|
return GeographicShapeSeries;
|
|
5233
5155
|
})();
|
|
5234
5156
|
|
|
@@ -5239,9 +5161,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5239
5161
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
5240
5162
|
*/
|
|
5241
5163
|
|
|
5242
|
-
/**
|
|
5243
|
-
* Series class which renders polygons as Paths, in a geographic context, based on lists of points in the ItemsSource.
|
|
5244
|
-
*/
|
|
5245
5164
|
let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
5246
5165
|
class IgcGeographicShapeSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
5247
5166
|
createImplementation() {
|
|
@@ -5307,158 +5226,158 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5307
5226
|
* Gets or sets the fill brush.
|
|
5308
5227
|
*/
|
|
5309
5228
|
get shapeFill() {
|
|
5310
|
-
return this.i.
|
|
5229
|
+
return this.i.z9 ? this.i.z9.fill : null;
|
|
5311
5230
|
}
|
|
5312
5231
|
set shapeFill(v) {
|
|
5313
5232
|
this.ensureShapeStyle();
|
|
5314
|
-
this.i.
|
|
5233
|
+
this.i.z9.fill = v;
|
|
5315
5234
|
}
|
|
5316
5235
|
/**
|
|
5317
5236
|
* Gets or sets the stroke brush.
|
|
5318
5237
|
*/
|
|
5319
5238
|
get shapeStroke() {
|
|
5320
|
-
return this.i.
|
|
5239
|
+
return this.i.z9 ? this.i.z9.stroke : null;
|
|
5321
5240
|
}
|
|
5322
5241
|
set shapeStroke(v) {
|
|
5323
5242
|
this.ensureShapeStyle();
|
|
5324
|
-
this.i.
|
|
5243
|
+
this.i.z9.stroke = v;
|
|
5325
5244
|
}
|
|
5326
5245
|
/**
|
|
5327
5246
|
* Gets or sets the stroke thickness.
|
|
5328
5247
|
*/
|
|
5329
5248
|
get shapeStrokeThickness() {
|
|
5330
|
-
return this.i.
|
|
5249
|
+
return this.i.z9 ? this.i.z9.strokeThickness : NaN;
|
|
5331
5250
|
}
|
|
5332
5251
|
set shapeStrokeThickness(v) {
|
|
5333
5252
|
this.ensureShapeStyle();
|
|
5334
|
-
this.i.
|
|
5335
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5253
|
+
this.i.z9.strokeThickness = +v;
|
|
5254
|
+
this._a("shapeStrokeThickness", this.i.z9.strokeThickness);
|
|
5336
5255
|
}
|
|
5337
5256
|
/**
|
|
5338
5257
|
* Gets or sets the opacity.
|
|
5339
5258
|
*/
|
|
5340
5259
|
get shapeOpacity() {
|
|
5341
|
-
return this.i.
|
|
5260
|
+
return this.i.z9 ? this.i.z9.opacity : NaN;
|
|
5342
5261
|
}
|
|
5343
5262
|
set shapeOpacity(v) {
|
|
5344
5263
|
this.ensureShapeStyle();
|
|
5345
|
-
this.i.
|
|
5346
|
-
this._a("shapeOpacity", this.i.
|
|
5264
|
+
this.i.z9.opacity = +v;
|
|
5265
|
+
this._a("shapeOpacity", this.i.z9.opacity);
|
|
5347
5266
|
}
|
|
5348
5267
|
ensureShapeStyle() {
|
|
5349
|
-
if (this.i.
|
|
5268
|
+
if (this.i.z9) {
|
|
5350
5269
|
return;
|
|
5351
5270
|
}
|
|
5352
|
-
this.i.
|
|
5271
|
+
this.i.z9 = new Style();
|
|
5353
5272
|
}
|
|
5354
5273
|
/**
|
|
5355
5274
|
* Gets or sets the marker type for the current series object.
|
|
5356
5275
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5357
5276
|
*/
|
|
5358
5277
|
get markerType() {
|
|
5359
|
-
return this.i.
|
|
5278
|
+
return this.i.y3;
|
|
5360
5279
|
}
|
|
5361
5280
|
set markerType(v) {
|
|
5362
|
-
this.i.
|
|
5363
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
5281
|
+
this.i.y3 = ensureEnum(MarkerType_$type, v);
|
|
5282
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.y3));
|
|
5364
5283
|
}
|
|
5365
5284
|
/**
|
|
5366
5285
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5367
5286
|
*/
|
|
5368
5287
|
get markerOutlineMode() {
|
|
5369
|
-
return this.i.
|
|
5288
|
+
return this.i.y2;
|
|
5370
5289
|
}
|
|
5371
5290
|
set markerOutlineMode(v) {
|
|
5372
|
-
this.i.
|
|
5373
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
5291
|
+
this.i.y2 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5292
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y2));
|
|
5374
5293
|
}
|
|
5375
5294
|
/**
|
|
5376
5295
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5377
5296
|
*/
|
|
5378
5297
|
get markerFillMode() {
|
|
5379
|
-
return this.i.
|
|
5298
|
+
return this.i.y1;
|
|
5380
5299
|
}
|
|
5381
5300
|
set markerFillMode(v) {
|
|
5382
|
-
this.i.
|
|
5383
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
5301
|
+
this.i.y1 = ensureEnum(MarkerFillMode_$type, v);
|
|
5302
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y1));
|
|
5384
5303
|
}
|
|
5385
5304
|
/**
|
|
5386
5305
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5387
5306
|
*/
|
|
5388
5307
|
get markerTemplate() {
|
|
5389
|
-
return this.i.
|
|
5308
|
+
return this.i.zp;
|
|
5390
5309
|
}
|
|
5391
5310
|
set markerTemplate(v) {
|
|
5392
|
-
this.i.
|
|
5311
|
+
this.i.zp = v;
|
|
5393
5312
|
}
|
|
5394
5313
|
/**
|
|
5395
5314
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5396
5315
|
*/
|
|
5397
5316
|
get markerBrush() {
|
|
5398
|
-
return brushToString(this.i.
|
|
5317
|
+
return brushToString(this.i.z6);
|
|
5399
5318
|
}
|
|
5400
5319
|
set markerBrush(v) {
|
|
5401
|
-
this.i.
|
|
5402
|
-
this._a("markerBrush", brushToString(this.i.
|
|
5320
|
+
this.i.z6 = stringToBrush(v);
|
|
5321
|
+
this._a("markerBrush", brushToString(this.i.z6));
|
|
5403
5322
|
}
|
|
5404
5323
|
/**
|
|
5405
5324
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5406
5325
|
*/
|
|
5407
5326
|
get markerOutline() {
|
|
5408
|
-
return brushToString(this.i.
|
|
5327
|
+
return brushToString(this.i.z7);
|
|
5409
5328
|
}
|
|
5410
5329
|
set markerOutline(v) {
|
|
5411
|
-
this.i.
|
|
5412
|
-
this._a("markerOutline", brushToString(this.i.
|
|
5330
|
+
this.i.z7 = stringToBrush(v);
|
|
5331
|
+
this._a("markerOutline", brushToString(this.i.z7));
|
|
5413
5332
|
}
|
|
5414
5333
|
/**
|
|
5415
5334
|
* Gets or sets thickness of the marker outline
|
|
5416
5335
|
*/
|
|
5417
5336
|
get markerThickness() {
|
|
5418
|
-
return this.i.
|
|
5337
|
+
return this.i.y6;
|
|
5419
5338
|
}
|
|
5420
5339
|
set markerThickness(v) {
|
|
5421
|
-
this.i.
|
|
5422
|
-
this._a("markerThickness", this.i.
|
|
5340
|
+
this.i.y6 = +v;
|
|
5341
|
+
this._a("markerThickness", this.i.y6);
|
|
5423
5342
|
}
|
|
5424
5343
|
/**
|
|
5425
5344
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5426
5345
|
*/
|
|
5427
5346
|
get markerCollisionAvoidance() {
|
|
5428
|
-
return this.i.
|
|
5347
|
+
return this.i.y0;
|
|
5429
5348
|
}
|
|
5430
5349
|
set markerCollisionAvoidance(v) {
|
|
5431
|
-
this.i.
|
|
5432
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
5350
|
+
this.i.y0 = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5351
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.y0));
|
|
5433
5352
|
}
|
|
5434
5353
|
/**
|
|
5435
5354
|
* Gets the effective marker template for the current series object.
|
|
5436
5355
|
*/
|
|
5437
5356
|
get actualMarkerTemplate() {
|
|
5438
|
-
return this.i.
|
|
5357
|
+
return this.i.zo;
|
|
5439
5358
|
}
|
|
5440
5359
|
set actualMarkerTemplate(v) {
|
|
5441
|
-
this.i.
|
|
5360
|
+
this.i.zo = v;
|
|
5442
5361
|
}
|
|
5443
5362
|
/**
|
|
5444
5363
|
* Gets the effective marker brush for the current series object.
|
|
5445
5364
|
*/
|
|
5446
5365
|
get actualMarkerBrush() {
|
|
5447
|
-
return brushToString(this.i.
|
|
5366
|
+
return brushToString(this.i.z4);
|
|
5448
5367
|
}
|
|
5449
5368
|
set actualMarkerBrush(v) {
|
|
5450
|
-
this.i.
|
|
5451
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
5369
|
+
this.i.z4 = stringToBrush(v);
|
|
5370
|
+
this._a("actualMarkerBrush", brushToString(this.i.z4));
|
|
5452
5371
|
}
|
|
5453
5372
|
/**
|
|
5454
5373
|
* Gets the effective marker outline for the current series object.
|
|
5455
5374
|
*/
|
|
5456
5375
|
get actualMarkerOutline() {
|
|
5457
|
-
return brushToString(this.i.
|
|
5376
|
+
return brushToString(this.i.z5);
|
|
5458
5377
|
}
|
|
5459
5378
|
set actualMarkerOutline(v) {
|
|
5460
|
-
this.i.
|
|
5461
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
5379
|
+
this.i.z5 = stringToBrush(v);
|
|
5380
|
+
this._a("actualMarkerOutline", brushToString(this.i.z5));
|
|
5462
5381
|
}
|
|
5463
5382
|
get styleShape() {
|
|
5464
5383
|
return this._styleShape;
|
|
@@ -5511,9 +5430,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
5511
5430
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5512
5431
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
5513
5432
|
*/
|
|
5514
|
-
/**
|
|
5515
|
-
* @hidden
|
|
5516
|
-
*/
|
|
5517
5433
|
let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
5518
5434
|
class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
|
|
5519
5435
|
constructor(a) {
|
|
@@ -5529,22 +5445,19 @@ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
|
|
|
5529
5445
|
}
|
|
5530
5446
|
ci() {
|
|
5531
5447
|
super.ci();
|
|
5532
|
-
this.cy.
|
|
5533
|
-
this.cy.
|
|
5448
|
+
this.cy.xl.aat = this.cy.y0;
|
|
5449
|
+
this.cy.xl.aay = this.cy.y8;
|
|
5534
5450
|
}
|
|
5535
5451
|
cz() {
|
|
5536
|
-
this.cy.
|
|
5452
|
+
this.cy.xl.aat = this.cy.y0;
|
|
5537
5453
|
}
|
|
5538
5454
|
c0() {
|
|
5539
|
-
this.cy.
|
|
5455
|
+
this.cy.xl.aay = this.cy.y8;
|
|
5540
5456
|
}
|
|
5541
5457
|
}
|
|
5542
5458
|
GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5543
5459
|
return GeographicPolylineSeriesView;
|
|
5544
5460
|
})();
|
|
5545
|
-
/**
|
|
5546
|
-
* @hidden
|
|
5547
|
-
*/
|
|
5548
5461
|
let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
5549
5462
|
class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
5550
5463
|
bk() {
|
|
@@ -5561,34 +5474,34 @@ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
|
|
|
5561
5474
|
ct() {
|
|
5562
5475
|
return new GeographicPolylineSeriesView(this);
|
|
5563
5476
|
}
|
|
5564
|
-
|
|
5565
|
-
super.
|
|
5566
|
-
this.
|
|
5477
|
+
rh(a) {
|
|
5478
|
+
super.rh(a);
|
|
5479
|
+
this.y1 = a;
|
|
5567
5480
|
}
|
|
5568
|
-
|
|
5481
|
+
xk() {
|
|
5569
5482
|
let a = new ScatterPolylineSeries();
|
|
5570
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5483
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
|
|
5571
5484
|
return a;
|
|
5572
5485
|
}
|
|
5573
|
-
|
|
5486
|
+
y5(a, b) {
|
|
5574
5487
|
if (this.styleShape != null) {
|
|
5575
5488
|
this.styleShape(this, b);
|
|
5576
5489
|
}
|
|
5577
5490
|
}
|
|
5578
|
-
|
|
5579
|
-
super.
|
|
5491
|
+
rq(a, b, c, d) {
|
|
5492
|
+
super.rq(a, b, c, d);
|
|
5580
5493
|
switch (b) {
|
|
5581
5494
|
case GeographicPolylineSeries.$$p[1]:
|
|
5582
|
-
this.
|
|
5495
|
+
this.y1.cz();
|
|
5583
5496
|
break;
|
|
5584
5497
|
case GeographicPolylineSeries.$$p[0]:
|
|
5585
|
-
this.
|
|
5498
|
+
this.y1.c0();
|
|
5586
5499
|
break;
|
|
5587
5500
|
}
|
|
5588
5501
|
}
|
|
5589
5502
|
}
|
|
5590
5503
|
GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
5591
|
-
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
5504
|
+
GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
|
|
5592
5505
|
return GeographicPolylineSeries;
|
|
5593
5506
|
})();
|
|
5594
5507
|
|
|
@@ -5599,9 +5512,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5599
5512
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
5600
5513
|
*/
|
|
5601
5514
|
|
|
5602
|
-
/**
|
|
5603
|
-
* Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points.
|
|
5604
|
-
*/
|
|
5605
5515
|
let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
5606
5516
|
class IgcGeographicPolylineSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
5607
5517
|
createImplementation() {
|
|
@@ -5667,49 +5577,49 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5667
5577
|
* Gets or sets the fill brush.
|
|
5668
5578
|
*/
|
|
5669
5579
|
get shapeFill() {
|
|
5670
|
-
return this.i.
|
|
5580
|
+
return this.i.y8 ? this.i.y8.fill : null;
|
|
5671
5581
|
}
|
|
5672
5582
|
set shapeFill(v) {
|
|
5673
5583
|
this.ensureShapeStyle();
|
|
5674
|
-
this.i.
|
|
5584
|
+
this.i.y8.fill = v;
|
|
5675
5585
|
}
|
|
5676
5586
|
/**
|
|
5677
5587
|
* Gets or sets the stroke brush.
|
|
5678
5588
|
*/
|
|
5679
5589
|
get shapeStroke() {
|
|
5680
|
-
return this.i.
|
|
5590
|
+
return this.i.y8 ? this.i.y8.stroke : null;
|
|
5681
5591
|
}
|
|
5682
5592
|
set shapeStroke(v) {
|
|
5683
5593
|
this.ensureShapeStyle();
|
|
5684
|
-
this.i.
|
|
5594
|
+
this.i.y8.stroke = v;
|
|
5685
5595
|
}
|
|
5686
5596
|
/**
|
|
5687
5597
|
* Gets or sets the stroke thickness.
|
|
5688
5598
|
*/
|
|
5689
5599
|
get shapeStrokeThickness() {
|
|
5690
|
-
return this.i.
|
|
5600
|
+
return this.i.y8 ? this.i.y8.strokeThickness : NaN;
|
|
5691
5601
|
}
|
|
5692
5602
|
set shapeStrokeThickness(v) {
|
|
5693
5603
|
this.ensureShapeStyle();
|
|
5694
|
-
this.i.
|
|
5695
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5604
|
+
this.i.y8.strokeThickness = +v;
|
|
5605
|
+
this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
|
|
5696
5606
|
}
|
|
5697
5607
|
/**
|
|
5698
5608
|
* Gets or sets the opacity.
|
|
5699
5609
|
*/
|
|
5700
5610
|
get shapeOpacity() {
|
|
5701
|
-
return this.i.
|
|
5611
|
+
return this.i.y8 ? this.i.y8.opacity : NaN;
|
|
5702
5612
|
}
|
|
5703
5613
|
set shapeOpacity(v) {
|
|
5704
5614
|
this.ensureShapeStyle();
|
|
5705
|
-
this.i.
|
|
5706
|
-
this._a("shapeOpacity", this.i.
|
|
5615
|
+
this.i.y8.opacity = +v;
|
|
5616
|
+
this._a("shapeOpacity", this.i.y8.opacity);
|
|
5707
5617
|
}
|
|
5708
5618
|
ensureShapeStyle() {
|
|
5709
|
-
if (this.i.
|
|
5619
|
+
if (this.i.y8) {
|
|
5710
5620
|
return;
|
|
5711
5621
|
}
|
|
5712
|
-
this.i.
|
|
5622
|
+
this.i.y8 = new Style();
|
|
5713
5623
|
}
|
|
5714
5624
|
get styleShape() {
|
|
5715
5625
|
return this._styleShape;
|
|
@@ -5762,9 +5672,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
5762
5672
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5763
5673
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
5764
5674
|
*/
|
|
5765
|
-
/**
|
|
5766
|
-
* @hidden
|
|
5767
|
-
*/
|
|
5768
5675
|
let TileGeneratorMapImagery = /*@__PURE__*/ (() => {
|
|
5769
5676
|
class TileGeneratorMapImagery extends GeographicMapImagery {
|
|
5770
5677
|
constructor() {
|
|
@@ -5846,9 +5753,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
5846
5753
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5847
5754
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
5848
5755
|
*/
|
|
5849
|
-
/**
|
|
5850
|
-
* @hidden
|
|
5851
|
-
*/
|
|
5852
5756
|
let TileSeries = /*@__PURE__*/ (() => {
|
|
5853
5757
|
class TileSeries extends ShapeSeriesBase {
|
|
5854
5758
|
bk() {
|
|
@@ -5859,44 +5763,44 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5859
5763
|
}
|
|
5860
5764
|
constructor() {
|
|
5861
5765
|
super();
|
|
5766
|
+
this.aau = null;
|
|
5862
5767
|
this.aat = null;
|
|
5863
|
-
this.aas = null;
|
|
5864
5768
|
this.imageTilesReady = null;
|
|
5865
|
-
this.
|
|
5866
|
-
this.
|
|
5769
|
+
this.aax = null;
|
|
5770
|
+
this.aay = false;
|
|
5867
5771
|
this.ab = TileSeries.$;
|
|
5868
5772
|
}
|
|
5869
5773
|
ct() {
|
|
5870
5774
|
return new TileSeriesView(this);
|
|
5871
5775
|
}
|
|
5872
|
-
|
|
5873
|
-
super.
|
|
5874
|
-
this.
|
|
5776
|
+
rh(a) {
|
|
5777
|
+
super.rh(a);
|
|
5778
|
+
this.aas = a;
|
|
5875
5779
|
}
|
|
5876
|
-
|
|
5780
|
+
get_yv() {
|
|
5877
5781
|
return false;
|
|
5878
5782
|
}
|
|
5879
|
-
get
|
|
5880
|
-
return this.
|
|
5783
|
+
get aaw() {
|
|
5784
|
+
return this.aau;
|
|
5881
5785
|
}
|
|
5882
|
-
set
|
|
5883
|
-
let b = a != this.
|
|
5786
|
+
set aaw(a) {
|
|
5787
|
+
let b = a != this.aaw;
|
|
5884
5788
|
if (b) {
|
|
5885
|
-
let c = this.
|
|
5886
|
-
this.
|
|
5789
|
+
let c = this.aaw;
|
|
5790
|
+
this.aau = a;
|
|
5887
5791
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
5888
5792
|
}
|
|
5889
5793
|
}
|
|
5890
|
-
get
|
|
5891
|
-
return this.
|
|
5794
|
+
get aav() {
|
|
5795
|
+
return this.aat;
|
|
5892
5796
|
}
|
|
5893
|
-
set
|
|
5894
|
-
let b = this.
|
|
5895
|
-
this.
|
|
5896
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
5797
|
+
set aav(a) {
|
|
5798
|
+
let b = this.aat;
|
|
5799
|
+
this.aat = a;
|
|
5800
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aat);
|
|
5897
5801
|
}
|
|
5898
|
-
|
|
5899
|
-
super.
|
|
5802
|
+
rq(a, b, c, d) {
|
|
5803
|
+
super.rq(a, b, c, d);
|
|
5900
5804
|
let e;
|
|
5901
5805
|
let f;
|
|
5902
5806
|
switch (b) {
|
|
@@ -5904,78 +5808,78 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5904
5808
|
e = c;
|
|
5905
5809
|
f = d;
|
|
5906
5810
|
if (e != null) {
|
|
5907
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
5811
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa1));
|
|
5908
5812
|
}
|
|
5909
5813
|
if (f != null) {
|
|
5910
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
5814
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa1));
|
|
5911
5815
|
}
|
|
5912
|
-
this.
|
|
5913
|
-
this.
|
|
5914
|
-
this.
|
|
5816
|
+
this.aas.dv(e, f);
|
|
5817
|
+
this.r8(false);
|
|
5818
|
+
this.q0();
|
|
5915
5819
|
break;
|
|
5916
5820
|
case "ActualTileImagery":
|
|
5917
5821
|
e = c;
|
|
5918
5822
|
f = d;
|
|
5919
5823
|
if (e != null) {
|
|
5920
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
5824
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa2));
|
|
5921
5825
|
e.deferralHandler = null;
|
|
5922
5826
|
}
|
|
5923
5827
|
if (f != null) {
|
|
5924
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
5828
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa2));
|
|
5925
5829
|
f.deferralHandler = this;
|
|
5926
5830
|
}
|
|
5927
|
-
this.
|
|
5831
|
+
this.aas.du(e, f);
|
|
5928
5832
|
if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
5929
5833
|
f.geographicMap = this.dc;
|
|
5930
|
-
this.
|
|
5931
|
-
this.
|
|
5834
|
+
this.aa4(this.cw);
|
|
5835
|
+
this.aas.dr(this.dc.yr);
|
|
5932
5836
|
}
|
|
5933
|
-
this.
|
|
5837
|
+
this.q0();
|
|
5934
5838
|
break;
|
|
5935
5839
|
case "ActualWindowRect":
|
|
5936
|
-
this.
|
|
5840
|
+
this.aas.dr(d);
|
|
5937
5841
|
break;
|
|
5938
5842
|
case "WorldRect":
|
|
5939
|
-
this.
|
|
5843
|
+
this.aas.dy(d);
|
|
5940
5844
|
break;
|
|
5941
5845
|
case "SeriesViewer":
|
|
5942
5846
|
let g = c;
|
|
5943
5847
|
let h = d;
|
|
5944
|
-
if (g != null && this.
|
|
5945
|
-
this.
|
|
5848
|
+
if (g != null && this.aav != null) {
|
|
5849
|
+
this.aav.be(null);
|
|
5946
5850
|
}
|
|
5947
|
-
if (h != null && this.
|
|
5948
|
-
this.
|
|
5851
|
+
if (h != null && this.aav != null) {
|
|
5852
|
+
this.aav.be(this.cw.ae);
|
|
5949
5853
|
}
|
|
5950
5854
|
break;
|
|
5951
5855
|
case "ActualBrush":
|
|
5952
5856
|
case "ActualOutline":
|
|
5953
5857
|
case "ActualThickness":
|
|
5954
|
-
this.
|
|
5858
|
+
this.q2();
|
|
5955
5859
|
break;
|
|
5956
5860
|
}
|
|
5957
5861
|
}
|
|
5958
|
-
|
|
5862
|
+
aa1(a, b) {
|
|
5959
5863
|
if (b.propertyName == "MultiScaleImage") {
|
|
5960
|
-
this.
|
|
5864
|
+
this.aa4(this.cw);
|
|
5961
5865
|
}
|
|
5962
5866
|
}
|
|
5963
|
-
|
|
5867
|
+
aa2(a, b) {
|
|
5964
5868
|
if (this.imageTilesReady != null) {
|
|
5965
5869
|
this.imageTilesReady(this, new EventArgs());
|
|
5966
5870
|
}
|
|
5967
|
-
if (!this.
|
|
5968
|
-
this.
|
|
5871
|
+
if (!this.aay) {
|
|
5872
|
+
this.aas.dw();
|
|
5969
5873
|
}
|
|
5970
5874
|
}
|
|
5971
5875
|
register(a, b) {
|
|
5972
|
-
this.
|
|
5876
|
+
this.aax = b;
|
|
5973
5877
|
}
|
|
5974
5878
|
unRegister(a) {
|
|
5975
|
-
this.
|
|
5879
|
+
this.aax = null;
|
|
5976
5880
|
}
|
|
5977
5881
|
deferredRefresh() {
|
|
5978
|
-
this.
|
|
5882
|
+
this.r8(false);
|
|
5979
5883
|
}
|
|
5980
5884
|
deferAction(a) {
|
|
5981
5885
|
if (this.j8 != null) {
|
|
@@ -5985,69 +5889,66 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
5985
5889
|
window.setTimeout(a, 0);
|
|
5986
5890
|
}
|
|
5987
5891
|
}
|
|
5988
|
-
|
|
5989
|
-
this.
|
|
5990
|
-
super.
|
|
5892
|
+
s8(a, b) {
|
|
5893
|
+
this.aas.dx();
|
|
5894
|
+
super.s8(a, b);
|
|
5991
5895
|
}
|
|
5992
|
-
|
|
5993
|
-
super.
|
|
5994
|
-
this.
|
|
5896
|
+
r9(a) {
|
|
5897
|
+
super.r9(a);
|
|
5898
|
+
this.aa3(a, this.cw);
|
|
5995
5899
|
}
|
|
5996
|
-
|
|
5900
|
+
aa3(a, b) {
|
|
5997
5901
|
let c;
|
|
5998
5902
|
let d;
|
|
5999
5903
|
let e = b;
|
|
6000
5904
|
let f = b.getViewInfo(c, d);
|
|
6001
5905
|
c = f.p0;
|
|
6002
5906
|
d = f.p1;
|
|
6003
|
-
this.
|
|
6004
|
-
if (this.
|
|
6005
|
-
this.
|
|
6006
|
-
this.
|
|
6007
|
-
this.
|
|
5907
|
+
this.aa4(b);
|
|
5908
|
+
if (this.aax != null) {
|
|
5909
|
+
this.aay = true;
|
|
5910
|
+
this.aax(a);
|
|
5911
|
+
this.aay = false;
|
|
6008
5912
|
}
|
|
6009
5913
|
e.dw();
|
|
6010
5914
|
}
|
|
6011
|
-
|
|
6012
|
-
super.
|
|
5915
|
+
r7(a, b, c, d, e) {
|
|
5916
|
+
super.r7(a, b, c, d, e);
|
|
6013
5917
|
let f = this.ht.item(d);
|
|
6014
5918
|
f.bd(c);
|
|
6015
5919
|
if (this.d7(f)) {
|
|
6016
5920
|
return;
|
|
6017
5921
|
}
|
|
6018
|
-
this.
|
|
5922
|
+
this.z8(f);
|
|
6019
5923
|
}
|
|
6020
|
-
|
|
5924
|
+
aa4(a) {
|
|
6021
5925
|
let b;
|
|
6022
5926
|
let c;
|
|
6023
5927
|
let d = a.getViewInfo(b, c);
|
|
6024
5928
|
b = d.p0;
|
|
6025
5929
|
c = d.p1;
|
|
6026
|
-
if (this.
|
|
6027
|
-
if (this.
|
|
6028
|
-
this.
|
|
5930
|
+
if (this.aaw != null && this.aaw.ao != null) {
|
|
5931
|
+
if (this.aaw != this.aav) {
|
|
5932
|
+
this.aav = this.aaw;
|
|
6029
5933
|
}
|
|
6030
|
-
if (this.
|
|
6031
|
-
if (this.
|
|
6032
|
-
this.
|
|
5934
|
+
if (this.aav != null && !b.isEmpty) {
|
|
5935
|
+
if (this.aav.width != b.width) {
|
|
5936
|
+
this.aav.width = b.width;
|
|
6033
5937
|
}
|
|
6034
|
-
if (this.
|
|
6035
|
-
this.
|
|
5938
|
+
if (this.aav.height != b.height) {
|
|
5939
|
+
this.aav.height = b.height;
|
|
6036
5940
|
}
|
|
6037
5941
|
}
|
|
6038
5942
|
}
|
|
6039
5943
|
}
|
|
6040
|
-
|
|
6041
|
-
super.
|
|
5944
|
+
pi(a, b) {
|
|
5945
|
+
super.pi(a, b);
|
|
6042
5946
|
b.ds();
|
|
6043
5947
|
}
|
|
6044
5948
|
}
|
|
6045
5949
|
TileSeries.$t = /*@__PURE__*/ markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
6046
5950
|
return TileSeries;
|
|
6047
5951
|
})();
|
|
6048
|
-
/**
|
|
6049
|
-
* @hidden
|
|
6050
|
-
*/
|
|
6051
5952
|
let TileSeriesView = /*@__PURE__*/ (() => {
|
|
6052
5953
|
class TileSeriesView extends ShapeSeriesViewBase {
|
|
6053
5954
|
constructor(a) {
|
|
@@ -6061,8 +5962,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6061
5962
|
a4() {
|
|
6062
5963
|
super.a4();
|
|
6063
5964
|
if (!this.t) {
|
|
6064
|
-
this.dn.
|
|
6065
|
-
this.dn.
|
|
5965
|
+
this.dn.wf = Defaults.tileSeries_Outline;
|
|
5966
|
+
this.dn.vz = Defaults.tileSeries_Brush;
|
|
6066
5967
|
}
|
|
6067
5968
|
}
|
|
6068
5969
|
cx(a, b) {
|
|
@@ -6089,8 +5990,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6089
5990
|
this.a2();
|
|
6090
5991
|
}
|
|
6091
5992
|
dr(a) {
|
|
6092
|
-
if (this.dn.
|
|
6093
|
-
this.dn.
|
|
5993
|
+
if (this.dn.aaw != null) {
|
|
5994
|
+
this.dn.aaw.windowRect = a;
|
|
6094
5995
|
}
|
|
6095
5996
|
}
|
|
6096
5997
|
du(a, b) {
|
|
@@ -6125,8 +6026,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6125
6026
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
6126
6027
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
6127
6028
|
}
|
|
6128
|
-
if (this.dn.
|
|
6129
|
-
this.dn.
|
|
6029
|
+
if (this.dn.aaw != null) {
|
|
6030
|
+
this.dn.aaw.bf(this.b9);
|
|
6130
6031
|
}
|
|
6131
6032
|
}
|
|
6132
6033
|
bj(a, b) {
|
|
@@ -6160,8 +6061,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6160
6061
|
ds() {
|
|
6161
6062
|
}
|
|
6162
6063
|
dy(a) {
|
|
6163
|
-
if (this.dn.
|
|
6164
|
-
this.dn.
|
|
6064
|
+
if (this.dn.aaw != null) {
|
|
6065
|
+
this.dn.aaw.a6();
|
|
6165
6066
|
}
|
|
6166
6067
|
}
|
|
6167
6068
|
}
|
|
@@ -6176,9 +6077,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
6176
6077
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6177
6078
|
*/
|
|
6178
6079
|
|
|
6179
|
-
/**
|
|
6180
|
-
* Represents a tile series class that can render imagery tiles
|
|
6181
|
-
*/
|
|
6182
6080
|
let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
6183
6081
|
class IgcTileSeriesComponent extends IgcShapeSeriesBaseComponent {
|
|
6184
6082
|
createImplementation() {
|
|
@@ -6242,14 +6140,14 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6242
6140
|
* The MapImagery which is used to provide the tiles for display.
|
|
6243
6141
|
*/
|
|
6244
6142
|
get tileImagery() {
|
|
6245
|
-
const r = this.i.
|
|
6143
|
+
const r = this.i.aaw;
|
|
6246
6144
|
if (r == null) {
|
|
6247
6145
|
return null;
|
|
6248
6146
|
}
|
|
6249
6147
|
return r.externalObject;
|
|
6250
6148
|
}
|
|
6251
6149
|
set tileImagery(v) {
|
|
6252
|
-
v == null ? this.i.
|
|
6150
|
+
v == null ? this.i.aaw = null : this.i.aaw = v.i;
|
|
6253
6151
|
}
|
|
6254
6152
|
findByName(name) {
|
|
6255
6153
|
var baseResult = super.findByName(name);
|
|
@@ -6295,9 +6193,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
6295
6193
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
6296
6194
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6297
6195
|
*/
|
|
6298
|
-
/**
|
|
6299
|
-
* @hidden
|
|
6300
|
-
*/
|
|
6301
6196
|
let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
6302
6197
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
6303
6198
|
bk() {
|
|
@@ -6308,54 +6203,54 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
6308
6203
|
}
|
|
6309
6204
|
constructor() {
|
|
6310
6205
|
super();
|
|
6206
|
+
this.y1 = null;
|
|
6311
6207
|
this.y0 = null;
|
|
6312
|
-
this.yz = null;
|
|
6313
6208
|
this.imageTilesReady = null;
|
|
6314
6209
|
this.ab = GeographicTileSeries.$;
|
|
6315
6210
|
}
|
|
6316
|
-
get
|
|
6317
|
-
return this.
|
|
6211
|
+
get y2() {
|
|
6212
|
+
return this.y1;
|
|
6318
6213
|
}
|
|
6319
|
-
set
|
|
6320
|
-
let b = a != this.
|
|
6214
|
+
set y2(a) {
|
|
6215
|
+
let b = a != this.y2;
|
|
6321
6216
|
if (b) {
|
|
6322
|
-
let c = this.
|
|
6323
|
-
this.
|
|
6217
|
+
let c = this.y2;
|
|
6218
|
+
this.y1 = a;
|
|
6324
6219
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6325
6220
|
}
|
|
6326
6221
|
}
|
|
6327
|
-
|
|
6328
|
-
if (this.
|
|
6329
|
-
this.
|
|
6222
|
+
y6() {
|
|
6223
|
+
if (this.y2 != null) {
|
|
6224
|
+
this.y2.clearTileCache();
|
|
6330
6225
|
}
|
|
6331
6226
|
}
|
|
6332
|
-
|
|
6333
|
-
super.
|
|
6227
|
+
rq(a, b, c, d) {
|
|
6228
|
+
super.rq(a, b, c, d);
|
|
6334
6229
|
switch (b) {
|
|
6335
6230
|
case "TileImagery":
|
|
6336
|
-
if (this.
|
|
6337
|
-
this.
|
|
6231
|
+
if (this.xl != null) {
|
|
6232
|
+
this.xl.aaw = this.y2;
|
|
6338
6233
|
}
|
|
6339
6234
|
break;
|
|
6340
6235
|
}
|
|
6341
6236
|
}
|
|
6342
|
-
|
|
6343
|
-
super.
|
|
6344
|
-
this.
|
|
6345
|
-
if (this.
|
|
6346
|
-
let c = this.
|
|
6347
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
6237
|
+
xq(a, b) {
|
|
6238
|
+
super.xq(a, b);
|
|
6239
|
+
this.xl.aaw = this.y2;
|
|
6240
|
+
if (this.y0 != null) {
|
|
6241
|
+
let c = this.y0;
|
|
6242
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
|
|
6348
6243
|
}
|
|
6349
|
-
this.
|
|
6350
|
-
if (this.
|
|
6351
|
-
let d = this.
|
|
6352
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
6244
|
+
this.y0 = this.xl;
|
|
6245
|
+
if (this.y0 != null) {
|
|
6246
|
+
let d = this.y0;
|
|
6247
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
|
|
6353
6248
|
}
|
|
6354
6249
|
}
|
|
6355
|
-
|
|
6250
|
+
xk() {
|
|
6356
6251
|
return new TileSeries();
|
|
6357
6252
|
}
|
|
6358
|
-
|
|
6253
|
+
y5(a, b) {
|
|
6359
6254
|
if (this.imageTilesReady != null) {
|
|
6360
6255
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6361
6256
|
}
|
|
@@ -6365,9 +6260,6 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
6365
6260
|
return GeographicTileSeries;
|
|
6366
6261
|
})();
|
|
6367
6262
|
|
|
6368
|
-
/**
|
|
6369
|
-
* Series class used for displaying a tile set, and using shapes to define the areas that should be rendered.
|
|
6370
|
-
*/
|
|
6371
6263
|
let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
6372
6264
|
class IgcGeographicTileSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
6373
6265
|
createImplementation() {
|
|
@@ -6433,14 +6325,14 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6433
6325
|
* The MapImagery which is used to provide the tiles for display.
|
|
6434
6326
|
*/
|
|
6435
6327
|
get tileImagery() {
|
|
6436
|
-
const r = this.i.
|
|
6328
|
+
const r = this.i.y2;
|
|
6437
6329
|
if (r == null) {
|
|
6438
6330
|
return null;
|
|
6439
6331
|
}
|
|
6440
6332
|
return r.externalObject;
|
|
6441
6333
|
}
|
|
6442
6334
|
set tileImagery(v) {
|
|
6443
|
-
v == null ? this.i.
|
|
6335
|
+
v == null ? this.i.y2 = null : this.i.y2 = v.i;
|
|
6444
6336
|
}
|
|
6445
6337
|
findByName(name) {
|
|
6446
6338
|
var baseResult = super.findByName(name);
|
|
@@ -6457,7 +6349,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6457
6349
|
|
|
6458
6350
|
*/
|
|
6459
6351
|
clearTileCache() {
|
|
6460
|
-
this.i.
|
|
6352
|
+
this.i.y6();
|
|
6461
6353
|
}
|
|
6462
6354
|
/**
|
|
6463
6355
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -6507,9 +6399,6 @@ class IgcGeographicTileSeriesModule {
|
|
|
6507
6399
|
}
|
|
6508
6400
|
}
|
|
6509
6401
|
|
|
6510
|
-
/**
|
|
6511
|
-
* Base class for creating marker series in a IgxGeographicMap.Component
|
|
6512
|
-
*/
|
|
6513
6402
|
let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
6514
6403
|
class IgcGeographicMarkerSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
6515
6404
|
/**
|
|
@@ -6559,70 +6448,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6559
6448
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
6560
6449
|
*/
|
|
6561
6450
|
get markerType() {
|
|
6562
|
-
return this.i.
|
|
6451
|
+
return this.i.xv;
|
|
6563
6452
|
}
|
|
6564
6453
|
set markerType(v) {
|
|
6565
|
-
this.i.
|
|
6566
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
6454
|
+
this.i.xv = ensureEnum(MarkerType_$type, v);
|
|
6455
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
|
|
6567
6456
|
}
|
|
6568
6457
|
/**
|
|
6569
6458
|
* Gets or sets thickness of the marker outline
|
|
6570
6459
|
*/
|
|
6571
6460
|
get markerThickness() {
|
|
6572
|
-
return this.i.
|
|
6461
|
+
return this.i.xw;
|
|
6573
6462
|
}
|
|
6574
6463
|
set markerThickness(v) {
|
|
6575
|
-
this.i.
|
|
6576
|
-
this._a("markerThickness", this.i.
|
|
6464
|
+
this.i.xw = +v;
|
|
6465
|
+
this._a("markerThickness", this.i.xw);
|
|
6577
6466
|
}
|
|
6578
6467
|
/**
|
|
6579
6468
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
6580
6469
|
*/
|
|
6581
6470
|
get markerOutlineMode() {
|
|
6582
|
-
return this.i.
|
|
6471
|
+
return this.i.xu;
|
|
6583
6472
|
}
|
|
6584
6473
|
set markerOutlineMode(v) {
|
|
6585
|
-
this.i.
|
|
6586
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
6474
|
+
this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
|
|
6475
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
|
|
6587
6476
|
}
|
|
6588
6477
|
/**
|
|
6589
6478
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
6590
6479
|
*/
|
|
6591
6480
|
get markerFillMode() {
|
|
6592
|
-
return this.i.
|
|
6481
|
+
return this.i.xt;
|
|
6593
6482
|
}
|
|
6594
6483
|
set markerFillMode(v) {
|
|
6595
|
-
this.i.
|
|
6596
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
6484
|
+
this.i.xt = ensureEnum(MarkerFillMode_$type, v);
|
|
6485
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
|
|
6597
6486
|
}
|
|
6598
6487
|
/**
|
|
6599
6488
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
6600
6489
|
*/
|
|
6601
6490
|
get markerTemplate() {
|
|
6602
|
-
return this.i.
|
|
6491
|
+
return this.i.yb;
|
|
6603
6492
|
}
|
|
6604
6493
|
set markerTemplate(v) {
|
|
6605
|
-
this.i.
|
|
6494
|
+
this.i.yb = v;
|
|
6606
6495
|
}
|
|
6607
6496
|
/**
|
|
6608
6497
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
6609
6498
|
*/
|
|
6610
6499
|
get markerBrush() {
|
|
6611
|
-
return brushToString(this.i.
|
|
6500
|
+
return brushToString(this.i.yp);
|
|
6612
6501
|
}
|
|
6613
6502
|
set markerBrush(v) {
|
|
6614
|
-
this.i.
|
|
6615
|
-
this._a("markerBrush", brushToString(this.i.
|
|
6503
|
+
this.i.yp = stringToBrush(v);
|
|
6504
|
+
this._a("markerBrush", brushToString(this.i.yp));
|
|
6616
6505
|
}
|
|
6617
6506
|
/**
|
|
6618
6507
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
6619
6508
|
*/
|
|
6620
6509
|
get markerOutline() {
|
|
6621
|
-
return brushToString(this.i.
|
|
6510
|
+
return brushToString(this.i.yq);
|
|
6622
6511
|
}
|
|
6623
6512
|
set markerOutline(v) {
|
|
6624
|
-
this.i.
|
|
6625
|
-
this._a("markerOutline", brushToString(this.i.
|
|
6513
|
+
this.i.yq = stringToBrush(v);
|
|
6514
|
+
this._a("markerOutline", brushToString(this.i.yq));
|
|
6626
6515
|
}
|
|
6627
6516
|
/**
|
|
6628
6517
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -6630,40 +6519,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6630
6519
|
* choose a representative set.
|
|
6631
6520
|
*/
|
|
6632
6521
|
get maximumMarkers() {
|
|
6633
|
-
return this.i.
|
|
6522
|
+
return this.i.xx;
|
|
6634
6523
|
}
|
|
6635
6524
|
set maximumMarkers(v) {
|
|
6636
|
-
this.i.
|
|
6637
|
-
this._a("maximumMarkers", this.i.
|
|
6525
|
+
this.i.xx = +v;
|
|
6526
|
+
this._a("maximumMarkers", this.i.xx);
|
|
6638
6527
|
}
|
|
6639
6528
|
/**
|
|
6640
6529
|
* Gets the effective marker template for the current series object.
|
|
6641
6530
|
*/
|
|
6642
6531
|
get actualMarkerTemplate() {
|
|
6643
|
-
return this.i.
|
|
6532
|
+
return this.i.ya;
|
|
6644
6533
|
}
|
|
6645
6534
|
set actualMarkerTemplate(v) {
|
|
6646
|
-
this.i.
|
|
6535
|
+
this.i.ya = v;
|
|
6647
6536
|
}
|
|
6648
6537
|
/**
|
|
6649
6538
|
* Gets the effective marker brush for the current series object.
|
|
6650
6539
|
*/
|
|
6651
6540
|
get actualMarkerBrush() {
|
|
6652
|
-
return brushToString(this.i.
|
|
6541
|
+
return brushToString(this.i.yn);
|
|
6653
6542
|
}
|
|
6654
6543
|
set actualMarkerBrush(v) {
|
|
6655
|
-
this.i.
|
|
6656
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
6544
|
+
this.i.yn = stringToBrush(v);
|
|
6545
|
+
this._a("actualMarkerBrush", brushToString(this.i.yn));
|
|
6657
6546
|
}
|
|
6658
6547
|
/**
|
|
6659
6548
|
* Gets the effective marker outline for the current series object.
|
|
6660
6549
|
*/
|
|
6661
6550
|
get actualMarkerOutline() {
|
|
6662
|
-
return brushToString(this.i.
|
|
6551
|
+
return brushToString(this.i.yo);
|
|
6663
6552
|
}
|
|
6664
6553
|
set actualMarkerOutline(v) {
|
|
6665
|
-
this.i.
|
|
6666
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
6554
|
+
this.i.yo = stringToBrush(v);
|
|
6555
|
+
this._a("actualMarkerOutline", brushToString(this.i.yo));
|
|
6667
6556
|
}
|
|
6668
6557
|
}
|
|
6669
6558
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -6676,82 +6565,79 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
6676
6565
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
6677
6566
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6678
6567
|
*/
|
|
6679
|
-
/**
|
|
6680
|
-
* @hidden
|
|
6681
|
-
*/
|
|
6682
6568
|
let GeographicMarkerSeries = /*@__PURE__*/ (() => {
|
|
6683
6569
|
class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
6684
6570
|
constructor() {
|
|
6685
6571
|
super();
|
|
6686
|
-
let a = this.
|
|
6687
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
6572
|
+
let a = this.xl;
|
|
6573
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x9));
|
|
6688
6574
|
}
|
|
6689
|
-
|
|
6690
|
-
return this.
|
|
6691
|
-
}
|
|
6692
|
-
v4() {
|
|
6693
|
-
return this.ym;
|
|
6575
|
+
th() {
|
|
6576
|
+
return this.ya;
|
|
6694
6577
|
}
|
|
6695
6578
|
v5() {
|
|
6696
6579
|
return this.yn;
|
|
6697
6580
|
}
|
|
6581
|
+
v6() {
|
|
6582
|
+
return this.yo;
|
|
6583
|
+
}
|
|
6698
6584
|
iu() {
|
|
6699
|
-
return this.
|
|
6585
|
+
return this.xw;
|
|
6700
6586
|
}
|
|
6701
6587
|
ml() {
|
|
6702
|
-
let a = typeCast(MarkerSeries.$, this.
|
|
6588
|
+
let a = typeCast(MarkerSeries.$, this.xl);
|
|
6703
6589
|
if (a == null) {
|
|
6704
6590
|
return "Unknown";
|
|
6705
6591
|
}
|
|
6706
6592
|
return a.ml();
|
|
6707
6593
|
}
|
|
6708
|
-
|
|
6709
|
-
let c = typeCast(MarkerSeries.$, this.
|
|
6594
|
+
x9(a, b) {
|
|
6595
|
+
let c = typeCast(MarkerSeries.$, this.xl);
|
|
6710
6596
|
if (c == null) {
|
|
6711
6597
|
return;
|
|
6712
6598
|
}
|
|
6713
6599
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
6714
|
-
this.
|
|
6600
|
+
this.ya = c.yl;
|
|
6715
6601
|
}
|
|
6716
6602
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
6717
|
-
this.
|
|
6603
|
+
this.yo = c.y3;
|
|
6718
6604
|
}
|
|
6719
6605
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
6720
|
-
this.
|
|
6606
|
+
this.yn = c.y2;
|
|
6721
6607
|
}
|
|
6722
6608
|
}
|
|
6723
|
-
|
|
6724
|
-
super.
|
|
6609
|
+
rq(a, b, c, d) {
|
|
6610
|
+
super.rq(a, b, c, d);
|
|
6725
6611
|
switch (b) {
|
|
6726
6612
|
case GeographicMarkerSeries.$$p[3]:
|
|
6727
|
-
this.
|
|
6613
|
+
this.xl.y4 = this.yp;
|
|
6728
6614
|
break;
|
|
6729
6615
|
case GeographicMarkerSeries.$$p[6]:
|
|
6730
|
-
this.
|
|
6616
|
+
this.xl.y5 = this.yq;
|
|
6731
6617
|
break;
|
|
6732
6618
|
case GeographicMarkerSeries.$$p[5]:
|
|
6733
|
-
this.
|
|
6619
|
+
this.xl.xp = this.xu;
|
|
6734
6620
|
break;
|
|
6735
6621
|
case GeographicMarkerSeries.$$p[4]:
|
|
6736
|
-
this.
|
|
6622
|
+
this.xl.xl = this.xt;
|
|
6737
6623
|
break;
|
|
6738
6624
|
case GeographicMarkerSeries.$$p[9]:
|
|
6739
|
-
this.
|
|
6625
|
+
this.xl.xv = this.xv;
|
|
6740
6626
|
break;
|
|
6741
6627
|
case GeographicMarkerSeries.$$p[7]:
|
|
6742
|
-
this.
|
|
6628
|
+
this.xl.yn = this.yb;
|
|
6743
6629
|
break;
|
|
6744
6630
|
case GeographicMarkerSeries.$$p[8]:
|
|
6745
|
-
this.
|
|
6631
|
+
this.xl.x4 = this.xw;
|
|
6746
6632
|
break;
|
|
6747
6633
|
case GeographicMarkerSeries.$$p[10]:
|
|
6748
|
-
this.
|
|
6634
|
+
this.xl.aau = this.xx;
|
|
6749
6635
|
break;
|
|
6750
6636
|
}
|
|
6751
6637
|
}
|
|
6752
6638
|
}
|
|
6753
6639
|
GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
6754
|
-
GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
6640
|
+
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]]);
|
|
6755
6641
|
return GeographicMarkerSeries;
|
|
6756
6642
|
})();
|
|
6757
6643
|
|
|
@@ -6761,9 +6647,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
6761
6647
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
6762
6648
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6763
6649
|
*/
|
|
6764
|
-
/**
|
|
6765
|
-
* @hidden
|
|
6766
|
-
*/
|
|
6767
6650
|
let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
6768
6651
|
class GeographicProportionalSymbolSeriesView extends HostSeriesView {
|
|
6769
6652
|
constructor(a) {
|
|
@@ -6778,49 +6661,49 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6778
6661
|
}
|
|
6779
6662
|
ci() {
|
|
6780
6663
|
super.ci();
|
|
6781
|
-
let a = this.cu.
|
|
6782
|
-
a.
|
|
6783
|
-
a.
|
|
6784
|
-
a.
|
|
6785
|
-
a.
|
|
6786
|
-
a.
|
|
6664
|
+
let a = this.cu.xl;
|
|
6665
|
+
a.abe = this.cu.zk;
|
|
6666
|
+
a.abm = this.cu.zi;
|
|
6667
|
+
a.xv = this.cu.xv;
|
|
6668
|
+
a.yn = this.cu.yb;
|
|
6669
|
+
a.x4 = this.cu.xw;
|
|
6670
|
+
a.ado = this.cu.y4;
|
|
6671
|
+
a.aee = this.cu.zp;
|
|
6672
|
+
a.add = this.cu.yw;
|
|
6673
|
+
a.ad4 = this.cu.zg;
|
|
6674
|
+
a.adz = this.cu.y8;
|
|
6675
|
+
a.ada = this.cu.yt;
|
|
6676
|
+
a.adm = this.cu.y0;
|
|
6787
6677
|
a.adn = this.cu.y3;
|
|
6788
|
-
a.
|
|
6789
|
-
a.adc = this.cu.yv;
|
|
6790
|
-
a.ad3 = this.cu.zf;
|
|
6791
|
-
a.ady = this.cu.y7;
|
|
6792
|
-
a.ac9 = this.cu.ys;
|
|
6793
|
-
a.adl = this.cu.yz;
|
|
6794
|
-
a.adm = this.cu.y2;
|
|
6678
|
+
a.adt = this.cu.y6;
|
|
6795
6679
|
a.ads = this.cu.y5;
|
|
6796
|
-
a.adr = this.cu.y4;
|
|
6797
6680
|
}
|
|
6798
6681
|
c3() {
|
|
6799
|
-
this.cu.
|
|
6682
|
+
this.cu.xl.abe = this.cu.zk;
|
|
6800
6683
|
}
|
|
6801
6684
|
c2() {
|
|
6802
|
-
this.cu.
|
|
6685
|
+
this.cu.xl.abm = this.cu.zi;
|
|
6803
6686
|
}
|
|
6804
6687
|
c8() {
|
|
6805
|
-
this.cu.
|
|
6688
|
+
this.cu.xl.xv = this.cu.xv;
|
|
6806
6689
|
}
|
|
6807
6690
|
c6() {
|
|
6808
|
-
this.cu.
|
|
6691
|
+
this.cu.xl.yn = this.cu.yb;
|
|
6809
6692
|
}
|
|
6810
6693
|
c7() {
|
|
6811
|
-
this.cu.
|
|
6694
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
6812
6695
|
}
|
|
6813
6696
|
c9() {
|
|
6814
|
-
this.cu.
|
|
6697
|
+
this.cu.xl.aau = this.cu.xx;
|
|
6815
6698
|
}
|
|
6816
6699
|
db() {
|
|
6817
|
-
this.cu.
|
|
6700
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
6818
6701
|
}
|
|
6819
6702
|
dc() {
|
|
6820
|
-
this.cu.
|
|
6703
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
6821
6704
|
}
|
|
6822
6705
|
da() {
|
|
6823
|
-
let a = this.cu.
|
|
6706
|
+
let a = this.cu.xl;
|
|
6824
6707
|
if (this.cu.dc == null) {
|
|
6825
6708
|
a.xAxis = null;
|
|
6826
6709
|
a.yAxis = null;
|
|
@@ -6830,53 +6713,50 @@ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
6830
6713
|
a.yAxis = this.cu.dc.zj;
|
|
6831
6714
|
}
|
|
6832
6715
|
c4() {
|
|
6833
|
-
this.cu.
|
|
6716
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
6834
6717
|
}
|
|
6835
6718
|
c5() {
|
|
6836
|
-
this.cu.
|
|
6719
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
6837
6720
|
}
|
|
6838
6721
|
dd() {
|
|
6839
|
-
this.cu.
|
|
6722
|
+
this.cu.xl.aee = this.cu.zp;
|
|
6840
6723
|
}
|
|
6841
6724
|
de() {
|
|
6842
|
-
this.cu.
|
|
6843
|
-
this.cu.
|
|
6725
|
+
this.cu.xl.add = this.cu.yw;
|
|
6726
|
+
this.cu.xl.ado = this.cu.y4;
|
|
6844
6727
|
}
|
|
6845
6728
|
cy() {
|
|
6846
|
-
this.cu.
|
|
6729
|
+
this.cu.xl.ad4 = this.cu.zg;
|
|
6847
6730
|
}
|
|
6848
6731
|
cw() {
|
|
6849
|
-
this.cu.
|
|
6850
|
-
this.cu.
|
|
6851
|
-
this.cu.
|
|
6852
|
-
this.cu.
|
|
6853
|
-
this.cu.
|
|
6732
|
+
this.cu.xl.ada = this.cu.yt;
|
|
6733
|
+
this.cu.xl.adm = this.cu.y0;
|
|
6734
|
+
this.cu.xl.adn = this.cu.y3;
|
|
6735
|
+
this.cu.xl.adt = this.cu.y6;
|
|
6736
|
+
this.cu.xl.ads = this.cu.y5;
|
|
6854
6737
|
}
|
|
6855
6738
|
cv() {
|
|
6856
|
-
this.cu.
|
|
6739
|
+
this.cu.xl.adz = this.cu.y8;
|
|
6857
6740
|
}
|
|
6858
6741
|
df() {
|
|
6859
|
-
this.cu.
|
|
6742
|
+
this.cu.xl.ado = this.cu.y4;
|
|
6860
6743
|
}
|
|
6861
6744
|
cx() {
|
|
6862
|
-
this.cu.
|
|
6745
|
+
this.cu.xl.adm = this.cu.y0;
|
|
6863
6746
|
}
|
|
6864
6747
|
c1() {
|
|
6865
|
-
this.cu.
|
|
6748
|
+
this.cu.xl.adn = this.cu.y3;
|
|
6866
6749
|
}
|
|
6867
6750
|
c0() {
|
|
6868
|
-
this.cu.
|
|
6751
|
+
this.cu.xl.adt = this.cu.y6;
|
|
6869
6752
|
}
|
|
6870
6753
|
cz() {
|
|
6871
|
-
this.cu.
|
|
6754
|
+
this.cu.xl.ads = this.cu.y5;
|
|
6872
6755
|
}
|
|
6873
6756
|
}
|
|
6874
6757
|
GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
6875
6758
|
return GeographicProportionalSymbolSeriesView;
|
|
6876
6759
|
})();
|
|
6877
|
-
/**
|
|
6878
|
-
* @hidden
|
|
6879
|
-
*/
|
|
6880
6760
|
let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
6881
6761
|
class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
6882
6762
|
bk() {
|
|
@@ -6887,9 +6767,9 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6887
6767
|
}
|
|
6888
6768
|
constructor() {
|
|
6889
6769
|
super();
|
|
6890
|
-
this.
|
|
6770
|
+
this.yu = null;
|
|
6771
|
+
this.yz = false;
|
|
6891
6772
|
this.yy = false;
|
|
6892
|
-
this.yx = false;
|
|
6893
6773
|
this.assigningScatterStyle = null;
|
|
6894
6774
|
this.assigningScatterMarkerStyle = null;
|
|
6895
6775
|
this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -6897,112 +6777,112 @@ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
6897
6777
|
ct() {
|
|
6898
6778
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
6899
6779
|
}
|
|
6900
|
-
|
|
6901
|
-
super.
|
|
6902
|
-
this.
|
|
6780
|
+
rh(a) {
|
|
6781
|
+
super.rh(a);
|
|
6782
|
+
this.yx = a;
|
|
6903
6783
|
}
|
|
6904
6784
|
jt() {
|
|
6905
6785
|
return 0.7;
|
|
6906
6786
|
}
|
|
6907
|
-
|
|
6787
|
+
xk() {
|
|
6908
6788
|
return new BubbleSeries();
|
|
6909
6789
|
}
|
|
6910
6790
|
get_fh() {
|
|
6911
6791
|
return true;
|
|
6912
6792
|
}
|
|
6913
|
-
|
|
6914
|
-
super.
|
|
6793
|
+
rq(a, b, c, d) {
|
|
6794
|
+
super.rq(a, b, c, d);
|
|
6915
6795
|
switch (b) {
|
|
6916
6796
|
case "SeriesViewer":
|
|
6917
|
-
this.
|
|
6797
|
+
this.yx.da();
|
|
6918
6798
|
break;
|
|
6919
6799
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
6920
|
-
this.
|
|
6800
|
+
this.yx.c3();
|
|
6921
6801
|
break;
|
|
6922
6802
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
6923
|
-
this.
|
|
6803
|
+
this.yx.c2();
|
|
6924
6804
|
break;
|
|
6925
6805
|
case "XAxis":
|
|
6926
|
-
this.
|
|
6806
|
+
this.yx.db();
|
|
6927
6807
|
break;
|
|
6928
6808
|
case "YAxis":
|
|
6929
|
-
this.
|
|
6809
|
+
this.yx.dc();
|
|
6930
6810
|
break;
|
|
6931
6811
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
6932
|
-
this.
|
|
6812
|
+
this.yx.dd();
|
|
6933
6813
|
break;
|
|
6934
6814
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
6935
|
-
this.
|
|
6815
|
+
this.yx.de();
|
|
6936
6816
|
break;
|
|
6937
6817
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
6938
|
-
this.
|
|
6818
|
+
this.yx.df();
|
|
6939
6819
|
break;
|
|
6940
6820
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
6941
|
-
this.
|
|
6821
|
+
this.yx.cy();
|
|
6942
6822
|
break;
|
|
6943
6823
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
6944
|
-
this.
|
|
6824
|
+
this.yx.cv();
|
|
6945
6825
|
break;
|
|
6946
6826
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
6947
|
-
this.
|
|
6827
|
+
this.yx.cw();
|
|
6948
6828
|
break;
|
|
6949
6829
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
6950
|
-
this.
|
|
6830
|
+
this.yx.cx();
|
|
6951
6831
|
break;
|
|
6952
6832
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
6953
|
-
this.
|
|
6833
|
+
this.yx.c1();
|
|
6954
6834
|
break;
|
|
6955
6835
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
6956
|
-
this.
|
|
6836
|
+
this.yx.c0();
|
|
6957
6837
|
break;
|
|
6958
6838
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
6959
|
-
this.
|
|
6839
|
+
this.yx.cz();
|
|
6960
6840
|
break;
|
|
6961
6841
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
6962
|
-
this.
|
|
6963
|
-
this.
|
|
6964
|
-
if (this.
|
|
6965
|
-
let e = this.
|
|
6966
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
6842
|
+
this.xl.aaa = this.y2;
|
|
6843
|
+
this.yz = this.y2;
|
|
6844
|
+
if (this.y2) {
|
|
6845
|
+
let e = this.xl;
|
|
6846
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
|
|
6967
6847
|
}
|
|
6968
6848
|
else {
|
|
6969
|
-
let f = this.
|
|
6970
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
6849
|
+
let f = this.xl;
|
|
6850
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
|
|
6971
6851
|
}
|
|
6972
6852
|
break;
|
|
6973
6853
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
6974
|
-
this.
|
|
6975
|
-
this.
|
|
6976
|
-
if (this.
|
|
6977
|
-
let g = this.
|
|
6978
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
6854
|
+
this.xl.z9 = this.y1;
|
|
6855
|
+
this.yy = this.y1;
|
|
6856
|
+
if (this.y2) {
|
|
6857
|
+
let g = this.xl;
|
|
6858
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
6979
6859
|
}
|
|
6980
6860
|
else {
|
|
6981
|
-
let h = this.
|
|
6982
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
6861
|
+
let h = this.xl;
|
|
6862
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
|
|
6983
6863
|
}
|
|
6984
6864
|
break;
|
|
6985
6865
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
6986
|
-
this.
|
|
6866
|
+
this.xl.zt = this.yv;
|
|
6987
6867
|
break;
|
|
6988
6868
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
6989
|
-
this.
|
|
6869
|
+
this.xl.aat = this.y7;
|
|
6990
6870
|
break;
|
|
6991
6871
|
}
|
|
6992
6872
|
}
|
|
6993
|
-
|
|
6873
|
+
zu(a, b) {
|
|
6994
6874
|
if (this.assigningScatterStyle != null) {
|
|
6995
6875
|
this.assigningScatterStyle(this, b);
|
|
6996
6876
|
}
|
|
6997
6877
|
}
|
|
6998
|
-
|
|
6878
|
+
zt(a, b) {
|
|
6999
6879
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7000
6880
|
this.assigningScatterMarkerStyle(this, b);
|
|
7001
6881
|
}
|
|
7002
6882
|
}
|
|
7003
6883
|
}
|
|
7004
6884
|
GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7005
|
-
GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
6885
|
+
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]]);
|
|
7006
6886
|
return GeographicProportionalSymbolSeries;
|
|
7007
6887
|
})();
|
|
7008
6888
|
|
|
@@ -7013,10 +6893,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
7013
6893
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
7014
6894
|
*/
|
|
7015
6895
|
|
|
7016
|
-
/**
|
|
7017
|
-
* Series class for a geographic map with points marked at given locations.
|
|
7018
|
-
* This is the geographic equivalent of a ScatterSeries.
|
|
7019
|
-
*/
|
|
7020
6896
|
let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
7021
6897
|
class IgcGeographicProportionalSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
7022
6898
|
createImplementation() {
|
|
@@ -7084,34 +6960,34 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7084
6960
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7085
6961
|
*/
|
|
7086
6962
|
get latitudeMemberPath() {
|
|
7087
|
-
return this.i.
|
|
6963
|
+
return this.i.zi;
|
|
7088
6964
|
}
|
|
7089
6965
|
set latitudeMemberPath(v) {
|
|
7090
|
-
this.i.
|
|
6966
|
+
this.i.zi = v;
|
|
7091
6967
|
}
|
|
7092
6968
|
/**
|
|
7093
6969
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7094
6970
|
*/
|
|
7095
6971
|
get longitudeMemberPath() {
|
|
7096
|
-
return this.i.
|
|
6972
|
+
return this.i.zk;
|
|
7097
6973
|
}
|
|
7098
6974
|
set longitudeMemberPath(v) {
|
|
7099
|
-
this.i.
|
|
6975
|
+
this.i.zk = v;
|
|
7100
6976
|
}
|
|
7101
6977
|
/**
|
|
7102
6978
|
* Gets or sets the radius mapping property for the current series object.
|
|
7103
6979
|
*/
|
|
7104
6980
|
get radiusMemberPath() {
|
|
7105
|
-
return this.i.
|
|
6981
|
+
return this.i.zp;
|
|
7106
6982
|
}
|
|
7107
6983
|
set radiusMemberPath(v) {
|
|
7108
|
-
this.i.
|
|
6984
|
+
this.i.zp = v;
|
|
7109
6985
|
}
|
|
7110
6986
|
/**
|
|
7111
6987
|
* Gets or sets the radius size scale for the bubbles.
|
|
7112
6988
|
*/
|
|
7113
6989
|
get radiusScale() {
|
|
7114
|
-
const r = this.i.
|
|
6990
|
+
const r = this.i.yw;
|
|
7115
6991
|
if (r == null) {
|
|
7116
6992
|
return null;
|
|
7117
6993
|
}
|
|
@@ -7127,31 +7003,31 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7127
7003
|
set radiusScale(v) {
|
|
7128
7004
|
if (v != null && this._stylingContainer && v._styling)
|
|
7129
7005
|
v._styling(this._stylingContainer, this, this);
|
|
7130
|
-
v == null ? this.i.
|
|
7006
|
+
v == null ? this.i.yw = null : this.i.yw = v.i;
|
|
7131
7007
|
}
|
|
7132
7008
|
/**
|
|
7133
7009
|
* Gets or sets the Label mapping property for the current series object.
|
|
7134
7010
|
*/
|
|
7135
7011
|
get labelMemberPath() {
|
|
7136
|
-
return this.i.
|
|
7012
|
+
return this.i.zg;
|
|
7137
7013
|
}
|
|
7138
7014
|
set labelMemberPath(v) {
|
|
7139
|
-
this.i.
|
|
7015
|
+
this.i.zg = v;
|
|
7140
7016
|
}
|
|
7141
7017
|
/**
|
|
7142
7018
|
* Gets or sets the fill mapping property for the current series object.
|
|
7143
7019
|
*/
|
|
7144
7020
|
get fillMemberPath() {
|
|
7145
|
-
return this.i.
|
|
7021
|
+
return this.i.y8;
|
|
7146
7022
|
}
|
|
7147
7023
|
set fillMemberPath(v) {
|
|
7148
|
-
this.i.
|
|
7024
|
+
this.i.y8 = v;
|
|
7149
7025
|
}
|
|
7150
7026
|
/**
|
|
7151
7027
|
* Gets or sets the brush scale for the marker brush.
|
|
7152
7028
|
*/
|
|
7153
7029
|
get fillScale() {
|
|
7154
|
-
const r = this.i.
|
|
7030
|
+
const r = this.i.yt;
|
|
7155
7031
|
if (r == null) {
|
|
7156
7032
|
return null;
|
|
7157
7033
|
}
|
|
@@ -7167,102 +7043,102 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7167
7043
|
set fillScale(v) {
|
|
7168
7044
|
if (v != null && this._stylingContainer && v._styling)
|
|
7169
7045
|
v._styling(this._stylingContainer, this, this);
|
|
7170
|
-
v == null ? this.i.
|
|
7046
|
+
v == null ? this.i.yt = null : this.i.yt = v.i;
|
|
7171
7047
|
}
|
|
7172
7048
|
/**
|
|
7173
7049
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
7174
7050
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7175
7051
|
*/
|
|
7176
7052
|
get fillScaleUseGlobalValues() {
|
|
7177
|
-
return this.i.
|
|
7053
|
+
return this.i.y0;
|
|
7178
7054
|
}
|
|
7179
7055
|
set fillScaleUseGlobalValues(v) {
|
|
7180
|
-
this.i.
|
|
7181
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
7056
|
+
this.i.y0 = ensureBool(v);
|
|
7057
|
+
this._a("fillScaleUseGlobalValues", this.i.y0);
|
|
7182
7058
|
}
|
|
7183
7059
|
/**
|
|
7184
7060
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
7185
7061
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7186
7062
|
*/
|
|
7187
7063
|
get markerOutlineUsesFillScale() {
|
|
7188
|
-
return this.i.
|
|
7064
|
+
return this.i.y3;
|
|
7189
7065
|
}
|
|
7190
7066
|
set markerOutlineUsesFillScale(v) {
|
|
7191
|
-
this.i.
|
|
7192
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
7067
|
+
this.i.y3 = ensureBool(v);
|
|
7068
|
+
this._a("markerOutlineUsesFillScale", this.i.y3);
|
|
7193
7069
|
}
|
|
7194
7070
|
/**
|
|
7195
7071
|
* Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
|
|
7196
7072
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7197
7073
|
*/
|
|
7198
7074
|
get markerOutlineBrightness() {
|
|
7199
|
-
return this.i.
|
|
7075
|
+
return this.i.y6;
|
|
7200
7076
|
}
|
|
7201
7077
|
set markerOutlineBrightness(v) {
|
|
7202
|
-
this.i.
|
|
7203
|
-
this._a("markerOutlineBrightness", this.i.
|
|
7078
|
+
this.i.y6 = +v;
|
|
7079
|
+
this._a("markerOutlineBrightness", this.i.y6);
|
|
7204
7080
|
}
|
|
7205
7081
|
/**
|
|
7206
7082
|
* Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
|
|
7207
7083
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7208
7084
|
*/
|
|
7209
7085
|
get markerBrushBrightness() {
|
|
7210
|
-
return this.i.
|
|
7086
|
+
return this.i.y5;
|
|
7211
7087
|
}
|
|
7212
7088
|
set markerBrushBrightness(v) {
|
|
7213
|
-
this.i.
|
|
7214
|
-
this._a("markerBrushBrightness", this.i.
|
|
7089
|
+
this.i.y5 = +v;
|
|
7090
|
+
this._a("markerBrushBrightness", this.i.y5);
|
|
7215
7091
|
}
|
|
7216
7092
|
/**
|
|
7217
7093
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
7218
7094
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7219
7095
|
*/
|
|
7220
7096
|
get radiusScaleUseGlobalValues() {
|
|
7221
|
-
return this.i.
|
|
7097
|
+
return this.i.y4;
|
|
7222
7098
|
}
|
|
7223
7099
|
set radiusScaleUseGlobalValues(v) {
|
|
7224
|
-
this.i.
|
|
7225
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
7100
|
+
this.i.y4 = ensureBool(v);
|
|
7101
|
+
this._a("radiusScaleUseGlobalValues", this.i.y4);
|
|
7226
7102
|
}
|
|
7227
7103
|
/**
|
|
7228
7104
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7229
7105
|
*/
|
|
7230
7106
|
get isCustomScatterStyleAllowed() {
|
|
7231
|
-
return this.i.
|
|
7107
|
+
return this.i.y2;
|
|
7232
7108
|
}
|
|
7233
7109
|
set isCustomScatterStyleAllowed(v) {
|
|
7234
|
-
this.i.
|
|
7235
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7110
|
+
this.i.y2 = ensureBool(v);
|
|
7111
|
+
this._a("isCustomScatterStyleAllowed", this.i.y2);
|
|
7236
7112
|
}
|
|
7237
7113
|
/**
|
|
7238
7114
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7239
7115
|
*/
|
|
7240
7116
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7241
|
-
return this.i.
|
|
7117
|
+
return this.i.y1;
|
|
7242
7118
|
}
|
|
7243
7119
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7244
|
-
this.i.
|
|
7245
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7120
|
+
this.i.y1 = ensureBool(v);
|
|
7121
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
|
|
7246
7122
|
}
|
|
7247
7123
|
/**
|
|
7248
7124
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7249
7125
|
*/
|
|
7250
7126
|
get itemSearchMode() {
|
|
7251
|
-
return this.i.
|
|
7127
|
+
return this.i.yv;
|
|
7252
7128
|
}
|
|
7253
7129
|
set itemSearchMode(v) {
|
|
7254
|
-
this.i.
|
|
7255
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7130
|
+
this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7131
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
|
|
7256
7132
|
}
|
|
7257
7133
|
/**
|
|
7258
7134
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7259
7135
|
*/
|
|
7260
7136
|
get itemSearchThreshold() {
|
|
7261
|
-
return this.i.
|
|
7137
|
+
return this.i.y7;
|
|
7262
7138
|
}
|
|
7263
7139
|
set itemSearchThreshold(v) {
|
|
7264
|
-
this.i.
|
|
7265
|
-
this._a("itemSearchThreshold", this.i.
|
|
7140
|
+
this.i.y7 = +v;
|
|
7141
|
+
this._a("itemSearchThreshold", this.i.y7);
|
|
7266
7142
|
}
|
|
7267
7143
|
findByName(name) {
|
|
7268
7144
|
var baseResult = super.findByName(name);
|
|
@@ -7368,9 +7244,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
7368
7244
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
7369
7245
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
7370
7246
|
*/
|
|
7371
|
-
/**
|
|
7372
|
-
* @hidden
|
|
7373
|
-
*/
|
|
7374
7247
|
let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
7375
7248
|
class GeographicSymbolSeriesView extends HostSeriesView {
|
|
7376
7249
|
constructor(a) {
|
|
@@ -7384,40 +7257,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7384
7257
|
}
|
|
7385
7258
|
}
|
|
7386
7259
|
ci() {
|
|
7387
|
-
let a = this.cu.
|
|
7260
|
+
let a = this.cu.xl;
|
|
7388
7261
|
super.ci();
|
|
7389
|
-
a.
|
|
7390
|
-
a.
|
|
7391
|
-
a.
|
|
7392
|
-
a.
|
|
7393
|
-
a.
|
|
7262
|
+
a.abe = this.cu.y9;
|
|
7263
|
+
a.abm = this.cu.y7;
|
|
7264
|
+
a.xv = this.cu.xv;
|
|
7265
|
+
a.yn = this.cu.yb;
|
|
7266
|
+
a.x4 = this.cu.xw;
|
|
7394
7267
|
}
|
|
7395
7268
|
cw() {
|
|
7396
|
-
this.cu.
|
|
7269
|
+
this.cu.xl.abe = this.cu.y9;
|
|
7397
7270
|
}
|
|
7398
7271
|
cv() {
|
|
7399
|
-
this.cu.
|
|
7272
|
+
this.cu.xl.abm = this.cu.y7;
|
|
7400
7273
|
}
|
|
7401
7274
|
c2() {
|
|
7402
|
-
this.cu.
|
|
7275
|
+
this.cu.xl.xv = this.cu.xv;
|
|
7403
7276
|
}
|
|
7404
7277
|
c0() {
|
|
7405
|
-
this.cu.
|
|
7278
|
+
this.cu.xl.yn = this.cu.yb;
|
|
7406
7279
|
}
|
|
7407
7280
|
c1() {
|
|
7408
|
-
this.cu.
|
|
7281
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
7409
7282
|
}
|
|
7410
7283
|
c3() {
|
|
7411
|
-
this.cu.
|
|
7284
|
+
this.cu.xl.aau = this.cu.xx;
|
|
7412
7285
|
}
|
|
7413
7286
|
c5() {
|
|
7414
|
-
this.cu.
|
|
7287
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
7415
7288
|
}
|
|
7416
7289
|
c6() {
|
|
7417
|
-
this.cu.
|
|
7290
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
7418
7291
|
}
|
|
7419
7292
|
c4() {
|
|
7420
|
-
let a = this.cu.
|
|
7293
|
+
let a = this.cu.xl;
|
|
7421
7294
|
if (this.cu.dc == null) {
|
|
7422
7295
|
a.xAxis = null;
|
|
7423
7296
|
a.yAxis = null;
|
|
@@ -7427,21 +7300,18 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
7427
7300
|
a.yAxis = this.cu.dc.zj;
|
|
7428
7301
|
}
|
|
7429
7302
|
cy() {
|
|
7430
|
-
this.cu.
|
|
7303
|
+
this.cu.xl.ze = this.cu.yt;
|
|
7431
7304
|
}
|
|
7432
7305
|
cx() {
|
|
7433
|
-
this.cu.
|
|
7306
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
7434
7307
|
}
|
|
7435
7308
|
cz() {
|
|
7436
|
-
this.cu.
|
|
7309
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
7437
7310
|
}
|
|
7438
7311
|
}
|
|
7439
7312
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
7440
7313
|
return GeographicSymbolSeriesView;
|
|
7441
7314
|
})();
|
|
7442
|
-
/**
|
|
7443
|
-
* @hidden
|
|
7444
|
-
*/
|
|
7445
7315
|
let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
7446
7316
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
7447
7317
|
bk() {
|
|
@@ -7452,9 +7322,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7452
7322
|
}
|
|
7453
7323
|
constructor() {
|
|
7454
7324
|
super();
|
|
7455
|
-
this.
|
|
7325
|
+
this.yv = null;
|
|
7326
|
+
this.yy = false;
|
|
7456
7327
|
this.yx = false;
|
|
7457
|
-
this.yw = false;
|
|
7458
7328
|
this.assigningScatterStyle = null;
|
|
7459
7329
|
this.assigningScatterMarkerStyle = null;
|
|
7460
7330
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -7462,85 +7332,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
7462
7332
|
ct() {
|
|
7463
7333
|
return new GeographicSymbolSeriesView(this);
|
|
7464
7334
|
}
|
|
7465
|
-
|
|
7466
|
-
super.
|
|
7467
|
-
this.
|
|
7335
|
+
rh(a) {
|
|
7336
|
+
super.rh(a);
|
|
7337
|
+
this.yw = a;
|
|
7468
7338
|
}
|
|
7469
7339
|
jt() {
|
|
7470
7340
|
return 0.7;
|
|
7471
7341
|
}
|
|
7472
|
-
|
|
7342
|
+
xk() {
|
|
7473
7343
|
return new ScatterSeries();
|
|
7474
7344
|
}
|
|
7475
7345
|
get_fh() {
|
|
7476
7346
|
return true;
|
|
7477
7347
|
}
|
|
7478
|
-
|
|
7479
|
-
super.
|
|
7348
|
+
rq(a, b, c, d) {
|
|
7349
|
+
super.rq(a, b, c, d);
|
|
7480
7350
|
switch (b) {
|
|
7481
7351
|
case "SeriesViewer":
|
|
7482
|
-
this.
|
|
7352
|
+
this.yw.c4();
|
|
7483
7353
|
break;
|
|
7484
7354
|
case GeographicSymbolSeries.$$p[5]:
|
|
7485
|
-
this.
|
|
7355
|
+
this.yw.cw();
|
|
7486
7356
|
break;
|
|
7487
7357
|
case GeographicSymbolSeries.$$p[4]:
|
|
7488
|
-
this.
|
|
7358
|
+
this.yw.cv();
|
|
7489
7359
|
break;
|
|
7490
7360
|
case GeographicSymbolSeries.$$p[6]:
|
|
7491
|
-
this.
|
|
7361
|
+
this.yw.cy();
|
|
7492
7362
|
break;
|
|
7493
7363
|
case "XAxis":
|
|
7494
|
-
this.
|
|
7364
|
+
this.yw.c5();
|
|
7495
7365
|
break;
|
|
7496
7366
|
case "YAxis":
|
|
7497
|
-
this.
|
|
7367
|
+
this.yw.c6();
|
|
7498
7368
|
break;
|
|
7499
7369
|
case GeographicSymbolSeries.$$p[1]:
|
|
7500
|
-
this.
|
|
7501
|
-
this.
|
|
7502
|
-
if (this.
|
|
7503
|
-
let e = this.
|
|
7504
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7370
|
+
this.xl.aaa = this.y0;
|
|
7371
|
+
this.yy = this.y0;
|
|
7372
|
+
if (this.y0) {
|
|
7373
|
+
let e = this.xl;
|
|
7374
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
|
|
7505
7375
|
}
|
|
7506
7376
|
else {
|
|
7507
|
-
let f = this.
|
|
7508
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7377
|
+
let f = this.xl;
|
|
7378
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
|
|
7509
7379
|
}
|
|
7510
7380
|
break;
|
|
7511
7381
|
case GeographicSymbolSeries.$$p[0]:
|
|
7512
|
-
this.
|
|
7513
|
-
this.
|
|
7514
|
-
if (this.
|
|
7515
|
-
let g = this.
|
|
7516
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7382
|
+
this.xl.z9 = this.yz;
|
|
7383
|
+
this.yx = this.yz;
|
|
7384
|
+
if (this.y0) {
|
|
7385
|
+
let g = this.xl;
|
|
7386
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
7517
7387
|
}
|
|
7518
7388
|
else {
|
|
7519
|
-
let h = this.
|
|
7520
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7389
|
+
let h = this.xl;
|
|
7390
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
7521
7391
|
}
|
|
7522
7392
|
break;
|
|
7523
7393
|
case GeographicSymbolSeries.$$p[2]:
|
|
7524
|
-
this.
|
|
7394
|
+
this.xl.zt = this.yu;
|
|
7525
7395
|
break;
|
|
7526
7396
|
case GeographicSymbolSeries.$$p[3]:
|
|
7527
|
-
this.
|
|
7397
|
+
this.xl.aat = this.y2;
|
|
7528
7398
|
break;
|
|
7529
7399
|
}
|
|
7530
7400
|
}
|
|
7531
|
-
|
|
7401
|
+
ze(a, b) {
|
|
7532
7402
|
if (this.assigningScatterStyle != null) {
|
|
7533
7403
|
this.assigningScatterStyle(this, b);
|
|
7534
7404
|
}
|
|
7535
7405
|
}
|
|
7536
|
-
|
|
7406
|
+
zd(a, b) {
|
|
7537
7407
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7538
7408
|
this.assigningScatterMarkerStyle(this, b);
|
|
7539
7409
|
}
|
|
7540
7410
|
}
|
|
7541
7411
|
}
|
|
7542
7412
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
7543
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
7413
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
|
|
7544
7414
|
return GeographicSymbolSeries;
|
|
7545
7415
|
})();
|
|
7546
7416
|
|
|
@@ -7551,10 +7421,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
7551
7421
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
7552
7422
|
*/
|
|
7553
7423
|
|
|
7554
|
-
/**
|
|
7555
|
-
* Series class for a geographic map with points marked at given locations.
|
|
7556
|
-
* This is the geographic equivalent of a ScatterSeries.
|
|
7557
|
-
*/
|
|
7558
7424
|
let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
7559
7425
|
class IgcGeographicSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
7560
7426
|
createImplementation() {
|
|
@@ -7622,69 +7488,69 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7622
7488
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7623
7489
|
*/
|
|
7624
7490
|
get latitudeMemberPath() {
|
|
7625
|
-
return this.i.
|
|
7491
|
+
return this.i.y7;
|
|
7626
7492
|
}
|
|
7627
7493
|
set latitudeMemberPath(v) {
|
|
7628
|
-
this.i.
|
|
7494
|
+
this.i.y7 = v;
|
|
7629
7495
|
}
|
|
7630
7496
|
/**
|
|
7631
7497
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7632
7498
|
*/
|
|
7633
7499
|
get longitudeMemberPath() {
|
|
7634
|
-
return this.i.
|
|
7500
|
+
return this.i.y9;
|
|
7635
7501
|
}
|
|
7636
7502
|
set longitudeMemberPath(v) {
|
|
7637
|
-
this.i.
|
|
7503
|
+
this.i.y9 = v;
|
|
7638
7504
|
}
|
|
7639
7505
|
/**
|
|
7640
7506
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
7641
7507
|
*/
|
|
7642
7508
|
get markerCollisionAvoidance() {
|
|
7643
|
-
return this.i.
|
|
7509
|
+
return this.i.yt;
|
|
7644
7510
|
}
|
|
7645
7511
|
set markerCollisionAvoidance(v) {
|
|
7646
|
-
this.i.
|
|
7647
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
7512
|
+
this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
7513
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yt));
|
|
7648
7514
|
}
|
|
7649
7515
|
/**
|
|
7650
7516
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7651
7517
|
*/
|
|
7652
7518
|
get isCustomScatterStyleAllowed() {
|
|
7653
|
-
return this.i.
|
|
7519
|
+
return this.i.y0;
|
|
7654
7520
|
}
|
|
7655
7521
|
set isCustomScatterStyleAllowed(v) {
|
|
7656
|
-
this.i.
|
|
7657
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7522
|
+
this.i.y0 = ensureBool(v);
|
|
7523
|
+
this._a("isCustomScatterStyleAllowed", this.i.y0);
|
|
7658
7524
|
}
|
|
7659
7525
|
/**
|
|
7660
7526
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7661
7527
|
*/
|
|
7662
7528
|
get isCustomScatterMarkerStyleAllowed() {
|
|
7663
|
-
return this.i.
|
|
7529
|
+
return this.i.yz;
|
|
7664
7530
|
}
|
|
7665
7531
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
7666
|
-
this.i.
|
|
7667
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7532
|
+
this.i.yz = ensureBool(v);
|
|
7533
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.yz);
|
|
7668
7534
|
}
|
|
7669
7535
|
/**
|
|
7670
7536
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7671
7537
|
*/
|
|
7672
7538
|
get itemSearchMode() {
|
|
7673
|
-
return this.i.
|
|
7539
|
+
return this.i.yu;
|
|
7674
7540
|
}
|
|
7675
7541
|
set itemSearchMode(v) {
|
|
7676
|
-
this.i.
|
|
7677
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7542
|
+
this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7543
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yu));
|
|
7678
7544
|
}
|
|
7679
7545
|
/**
|
|
7680
7546
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7681
7547
|
*/
|
|
7682
7548
|
get itemSearchThreshold() {
|
|
7683
|
-
return this.i.
|
|
7549
|
+
return this.i.y2;
|
|
7684
7550
|
}
|
|
7685
7551
|
set itemSearchThreshold(v) {
|
|
7686
|
-
this.i.
|
|
7687
|
-
this._a("itemSearchThreshold", this.i.
|
|
7552
|
+
this.i.y2 = +v;
|
|
7553
|
+
this._a("itemSearchThreshold", this.i.y2);
|
|
7688
7554
|
}
|
|
7689
7555
|
/**
|
|
7690
7556
|
* Event raised when Assigning Category Style
|
|
@@ -7760,9 +7626,6 @@ class IgcGeographicSymbolSeriesModule {
|
|
|
7760
7626
|
}
|
|
7761
7627
|
}
|
|
7762
7628
|
|
|
7763
|
-
/**
|
|
7764
|
-
* Base class for geographic series which triangulate XY data prior to rendering.
|
|
7765
|
-
*/
|
|
7766
7629
|
let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
7767
7630
|
class IgcGeographicXYTriangulatingSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
7768
7631
|
get i() {
|
|
@@ -7807,56 +7670,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7807
7670
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
7808
7671
|
*/
|
|
7809
7672
|
get longitudeMemberPath() {
|
|
7810
|
-
return this.i.
|
|
7673
|
+
return this.i.xx;
|
|
7811
7674
|
}
|
|
7812
7675
|
set longitudeMemberPath(v) {
|
|
7813
|
-
this.i.
|
|
7676
|
+
this.i.xx = v;
|
|
7814
7677
|
}
|
|
7815
7678
|
/**
|
|
7816
7679
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
7817
7680
|
*/
|
|
7818
7681
|
get latitudeMemberPath() {
|
|
7819
|
-
return this.i.
|
|
7682
|
+
return this.i.xv;
|
|
7820
7683
|
}
|
|
7821
7684
|
set latitudeMemberPath(v) {
|
|
7822
|
-
this.i.
|
|
7685
|
+
this.i.xv = v;
|
|
7823
7686
|
}
|
|
7824
7687
|
/**
|
|
7825
7688
|
* The source of triangulation data.
|
|
7826
7689
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
7827
7690
|
*/
|
|
7828
7691
|
get trianglesSource() {
|
|
7829
|
-
return this.i.
|
|
7692
|
+
return this.i.xu;
|
|
7830
7693
|
}
|
|
7831
7694
|
set trianglesSource(v) {
|
|
7832
|
-
this.i.
|
|
7695
|
+
this.i.xu = v;
|
|
7833
7696
|
}
|
|
7834
7697
|
/**
|
|
7835
7698
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
7836
7699
|
*/
|
|
7837
7700
|
get triangleVertexMemberPath1() {
|
|
7838
|
-
return this.i.
|
|
7701
|
+
return this.i.x0;
|
|
7839
7702
|
}
|
|
7840
7703
|
set triangleVertexMemberPath1(v) {
|
|
7841
|
-
this.i.
|
|
7704
|
+
this.i.x0 = v;
|
|
7842
7705
|
}
|
|
7843
7706
|
/**
|
|
7844
7707
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
7845
7708
|
*/
|
|
7846
7709
|
get triangleVertexMemberPath2() {
|
|
7847
|
-
return this.i.
|
|
7710
|
+
return this.i.x2;
|
|
7848
7711
|
}
|
|
7849
7712
|
set triangleVertexMemberPath2(v) {
|
|
7850
|
-
this.i.
|
|
7713
|
+
this.i.x2 = v;
|
|
7851
7714
|
}
|
|
7852
7715
|
/**
|
|
7853
7716
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
7854
7717
|
*/
|
|
7855
7718
|
get triangleVertexMemberPath3() {
|
|
7856
|
-
return this.i.
|
|
7719
|
+
return this.i.x4;
|
|
7857
7720
|
}
|
|
7858
7721
|
set triangleVertexMemberPath3(v) {
|
|
7859
|
-
this.i.
|
|
7722
|
+
this.i.x4 = v;
|
|
7860
7723
|
}
|
|
7861
7724
|
}
|
|
7862
7725
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -7870,9 +7733,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
7870
7733
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
7871
7734
|
*/
|
|
7872
7735
|
|
|
7873
|
-
/**
|
|
7874
|
-
* Series class which draws a colored 2D surface, in a geographic context, based on a triangulation of XY data with numeric values assigned to each point.
|
|
7875
|
-
*/
|
|
7876
7736
|
let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
7877
7737
|
class IgcGeographicScatterAreaSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
7878
7738
|
createImplementation() {
|
|
@@ -7938,16 +7798,16 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7938
7798
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
7939
7799
|
*/
|
|
7940
7800
|
get colorMemberPath() {
|
|
7941
|
-
return this.i.
|
|
7801
|
+
return this.i.yj;
|
|
7942
7802
|
}
|
|
7943
7803
|
set colorMemberPath(v) {
|
|
7944
|
-
this.i.
|
|
7804
|
+
this.i.yj = v;
|
|
7945
7805
|
}
|
|
7946
7806
|
/**
|
|
7947
7807
|
* The ColorScale used to resolve the color values of points in the series.
|
|
7948
7808
|
*/
|
|
7949
7809
|
get colorScale() {
|
|
7950
|
-
const r = this.i.
|
|
7810
|
+
const r = this.i.ye;
|
|
7951
7811
|
if (r == null) {
|
|
7952
7812
|
return null;
|
|
7953
7813
|
}
|
|
@@ -7963,13 +7823,13 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7963
7823
|
set colorScale(v) {
|
|
7964
7824
|
if (v != null && this._stylingContainer && v._styling)
|
|
7965
7825
|
v._styling(this._stylingContainer, this, this);
|
|
7966
|
-
v == null ? this.i.
|
|
7826
|
+
v == null ? this.i.ye = null : this.i.ye = v.i;
|
|
7967
7827
|
}
|
|
7968
7828
|
/**
|
|
7969
7829
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
7970
7830
|
*/
|
|
7971
7831
|
get actualColorScale() {
|
|
7972
|
-
const r = this.i.
|
|
7832
|
+
const r = this.i.yd;
|
|
7973
7833
|
if (r == null) {
|
|
7974
7834
|
return null;
|
|
7975
7835
|
}
|
|
@@ -7985,7 +7845,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7985
7845
|
set actualColorScale(v) {
|
|
7986
7846
|
if (v != null && this._stylingContainer && v._styling)
|
|
7987
7847
|
v._styling(this._stylingContainer, this, this);
|
|
7988
|
-
v == null ? this.i.
|
|
7848
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
7989
7849
|
}
|
|
7990
7850
|
findByName(name) {
|
|
7991
7851
|
var baseResult = super.findByName(name);
|
|
@@ -8016,7 +7876,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8016
7876
|
|
|
8017
7877
|
*/
|
|
8018
7878
|
updateActualColorScale() {
|
|
8019
|
-
this.i.
|
|
7879
|
+
this.i.yo();
|
|
8020
7880
|
}
|
|
8021
7881
|
/**
|
|
8022
7882
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -8072,9 +7932,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
8072
7932
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8073
7933
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8074
7934
|
*/
|
|
8075
|
-
/**
|
|
8076
|
-
* @hidden
|
|
8077
|
-
*/
|
|
8078
7935
|
let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
8079
7936
|
class GeographicHighDensityScatterSeriesView extends HostSeriesView {
|
|
8080
7937
|
constructor(a) {
|
|
@@ -8084,80 +7941,77 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
8084
7941
|
}
|
|
8085
7942
|
ci() {
|
|
8086
7943
|
super.ci();
|
|
8087
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
8088
|
-
a.
|
|
8089
|
-
a.
|
|
7944
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
|
|
7945
|
+
a.zu = this.cu.ya;
|
|
7946
|
+
a.z2 = this.cu.x8;
|
|
7947
|
+
a.x7 = this.cu.xx;
|
|
8090
7948
|
a.x6 = this.cu.xw;
|
|
8091
|
-
a.
|
|
8092
|
-
a.
|
|
7949
|
+
a.ge = this.cu.xv;
|
|
7950
|
+
a.y2 = this.cu.xz;
|
|
8093
7951
|
a.y1 = this.cu.xy;
|
|
8094
|
-
a.
|
|
7952
|
+
a.aa0 = this.cu.yt;
|
|
8095
7953
|
a.aaz = this.cu.ys;
|
|
8096
|
-
a.
|
|
8097
|
-
a.zd = this.cu.x1;
|
|
7954
|
+
a.ze = this.cu.x2;
|
|
8098
7955
|
}
|
|
8099
7956
|
c0() {
|
|
8100
|
-
this.cu.
|
|
7957
|
+
this.cu.xl.zu = this.cu.ya;
|
|
8101
7958
|
}
|
|
8102
7959
|
cz() {
|
|
8103
|
-
this.cu.
|
|
7960
|
+
this.cu.xl.z2 = this.cu.x8;
|
|
8104
7961
|
}
|
|
8105
7962
|
c5() {
|
|
8106
|
-
this.cu.
|
|
7963
|
+
this.cu.xl.x7 = this.cu.xx;
|
|
8107
7964
|
}
|
|
8108
7965
|
c3() {
|
|
8109
|
-
this.cu.
|
|
7966
|
+
this.cu.xl.x6 = this.cu.xw;
|
|
8110
7967
|
}
|
|
8111
7968
|
c1() {
|
|
8112
|
-
this.cu.
|
|
7969
|
+
this.cu.xl.ge = this.cu.xv;
|
|
8113
7970
|
}
|
|
8114
7971
|
cy() {
|
|
8115
|
-
this.cu.
|
|
7972
|
+
this.cu.xl.y2 = this.cu.xz;
|
|
8116
7973
|
}
|
|
8117
7974
|
cw() {
|
|
8118
|
-
this.cu.
|
|
7975
|
+
this.cu.xl.y1 = this.cu.xy;
|
|
8119
7976
|
}
|
|
8120
7977
|
c4() {
|
|
8121
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
7978
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
|
|
8122
7979
|
if (this.cu.dc == null) {
|
|
8123
|
-
a.
|
|
8124
|
-
a.
|
|
7980
|
+
a.xq = null;
|
|
7981
|
+
a.xs = null;
|
|
8125
7982
|
return;
|
|
8126
7983
|
}
|
|
8127
|
-
a.
|
|
8128
|
-
a.
|
|
7984
|
+
a.xq = this.cu.dc.zh;
|
|
7985
|
+
a.xs = this.cu.dc.zj;
|
|
8129
7986
|
}
|
|
8130
7987
|
c6() {
|
|
8131
|
-
this.cu.
|
|
7988
|
+
this.cu.xl.xq = this.cu.dc.zh;
|
|
8132
7989
|
}
|
|
8133
7990
|
c7() {
|
|
8134
|
-
this.cu.
|
|
7991
|
+
this.cu.xl.xs = this.cu.dc.zj;
|
|
8135
7992
|
}
|
|
8136
7993
|
cx() {
|
|
8137
|
-
this.cu.
|
|
7994
|
+
this.cu.xl.aa0 = this.cu.yt;
|
|
8138
7995
|
}
|
|
8139
7996
|
cv() {
|
|
8140
|
-
this.cu.
|
|
7997
|
+
this.cu.xl.aaz = this.cu.ys;
|
|
8141
7998
|
}
|
|
8142
7999
|
c2() {
|
|
8143
|
-
this.cu.
|
|
8000
|
+
this.cu.xl.ze = this.cu.x2;
|
|
8144
8001
|
}
|
|
8145
8002
|
a4() {
|
|
8146
8003
|
super.a4();
|
|
8147
8004
|
if (!this.t) {
|
|
8148
|
-
this.cu.
|
|
8149
|
-
this.cu.
|
|
8150
|
-
this.cu.
|
|
8151
|
-
this.cu.
|
|
8005
|
+
this.cu.yt = Defaults.bf;
|
|
8006
|
+
this.cu.ys = Defaults.be;
|
|
8007
|
+
this.cu.vz = Defaults.ba;
|
|
8008
|
+
this.cu.wf = Defaults.a9;
|
|
8152
8009
|
}
|
|
8153
8010
|
}
|
|
8154
8011
|
}
|
|
8155
8012
|
GeographicHighDensityScatterSeriesView.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
8156
8013
|
return GeographicHighDensityScatterSeriesView;
|
|
8157
8014
|
})();
|
|
8158
|
-
/**
|
|
8159
|
-
* @hidden
|
|
8160
|
-
*/
|
|
8161
8015
|
let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
8162
8016
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
8163
8017
|
bk() {
|
|
@@ -8174,89 +8028,89 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8174
8028
|
}
|
|
8175
8029
|
constructor() {
|
|
8176
8030
|
super();
|
|
8177
|
-
this.
|
|
8031
|
+
this.xt = null;
|
|
8178
8032
|
this.progressiveLoadStatusChanged = null;
|
|
8179
|
-
this.
|
|
8033
|
+
this.x1 = 0;
|
|
8180
8034
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
8181
8035
|
}
|
|
8182
8036
|
ct() {
|
|
8183
8037
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8184
8038
|
}
|
|
8185
|
-
|
|
8186
|
-
super.
|
|
8187
|
-
this.
|
|
8188
|
-
}
|
|
8189
|
-
xj() {
|
|
8190
|
-
this.xs = new HighDensityScatterSeries();
|
|
8191
|
-
return this.xs;
|
|
8039
|
+
rh(a) {
|
|
8040
|
+
super.rh(a);
|
|
8041
|
+
this.xu = a;
|
|
8192
8042
|
}
|
|
8193
|
-
|
|
8194
|
-
|
|
8043
|
+
xk() {
|
|
8044
|
+
this.xt = new HighDensityScatterSeries();
|
|
8045
|
+
return this.xt;
|
|
8195
8046
|
}
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
this.x0 = a;
|
|
8199
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.x0);
|
|
8047
|
+
get x3() {
|
|
8048
|
+
return this.x1;
|
|
8200
8049
|
}
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
let d = this.xk;
|
|
8206
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yf));
|
|
8050
|
+
set x3(a) {
|
|
8051
|
+
let b = this.x1;
|
|
8052
|
+
this.x1 = a;
|
|
8053
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
|
|
8207
8054
|
}
|
|
8208
|
-
|
|
8209
|
-
|
|
8055
|
+
xq(a, b) {
|
|
8056
|
+
super.xq(a, b);
|
|
8057
|
+
let c = this.xl;
|
|
8058
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
|
|
8059
|
+
let d = this.xl;
|
|
8060
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
|
|
8061
|
+
}
|
|
8062
|
+
yh(a, b) {
|
|
8063
|
+
this.x3 = b.currentStatus;
|
|
8210
8064
|
if (this.progressiveLoadStatusChanged != null) {
|
|
8211
8065
|
this.progressiveLoadStatusChanged(this, b);
|
|
8212
8066
|
}
|
|
8213
8067
|
}
|
|
8214
|
-
|
|
8215
|
-
if (this.
|
|
8068
|
+
yg(a, b) {
|
|
8069
|
+
if (this.xt == null) {
|
|
8216
8070
|
return;
|
|
8217
8071
|
}
|
|
8218
8072
|
}
|
|
8219
|
-
|
|
8220
|
-
super.
|
|
8073
|
+
rq(a, b, c, d) {
|
|
8074
|
+
super.rq(a, b, c, d);
|
|
8221
8075
|
switch (b) {
|
|
8222
8076
|
case "SeriesViewer":
|
|
8223
|
-
this.
|
|
8077
|
+
this.xu.c4();
|
|
8224
8078
|
break;
|
|
8225
8079
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
8226
|
-
this.
|
|
8080
|
+
this.xu.c0();
|
|
8227
8081
|
break;
|
|
8228
8082
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
8229
|
-
this.
|
|
8083
|
+
this.xu.cz();
|
|
8230
8084
|
break;
|
|
8231
8085
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
8232
|
-
this.
|
|
8086
|
+
this.xu.c5();
|
|
8233
8087
|
break;
|
|
8234
8088
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
8235
|
-
this.
|
|
8089
|
+
this.xu.c3();
|
|
8236
8090
|
break;
|
|
8237
8091
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
8238
|
-
this.
|
|
8092
|
+
this.xu.c1();
|
|
8239
8093
|
break;
|
|
8240
8094
|
case "XAxis":
|
|
8241
|
-
this.
|
|
8095
|
+
this.xu.c6();
|
|
8242
8096
|
break;
|
|
8243
8097
|
case "YAxis":
|
|
8244
|
-
this.
|
|
8098
|
+
this.xu.c7();
|
|
8245
8099
|
break;
|
|
8246
8100
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
8247
|
-
this.
|
|
8101
|
+
this.xu.cy();
|
|
8248
8102
|
break;
|
|
8249
8103
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
8250
|
-
this.
|
|
8104
|
+
this.xu.cw();
|
|
8251
8105
|
break;
|
|
8252
8106
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
8253
|
-
this.
|
|
8107
|
+
this.xu.cx();
|
|
8254
8108
|
break;
|
|
8255
8109
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
8256
|
-
this.
|
|
8110
|
+
this.xu.cv();
|
|
8257
8111
|
break;
|
|
8258
8112
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
8259
|
-
this.
|
|
8113
|
+
this.xu.c2();
|
|
8260
8114
|
break;
|
|
8261
8115
|
}
|
|
8262
8116
|
}
|
|
@@ -8268,7 +8122,7 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
8268
8122
|
}
|
|
8269
8123
|
}
|
|
8270
8124
|
GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
8271
|
-
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
8125
|
+
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [Color.$, Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [Color.$, Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
|
|
8272
8126
|
return GeographicHighDensityScatterSeries;
|
|
8273
8127
|
})();
|
|
8274
8128
|
|
|
@@ -8279,10 +8133,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
8279
8133
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8280
8134
|
*/
|
|
8281
8135
|
|
|
8282
|
-
/**
|
|
8283
|
-
* Series class for a geographic map with points marked at given locations.
|
|
8284
|
-
* This is the geographic equivalent of a HighDensityScatterSeries.
|
|
8285
|
-
*/
|
|
8286
8136
|
let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
8287
8137
|
class IgcGeographicHighDensityScatterSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
8288
8138
|
createImplementation() {
|
|
@@ -8348,109 +8198,109 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8348
8198
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8349
8199
|
*/
|
|
8350
8200
|
get latitudeMemberPath() {
|
|
8351
|
-
return this.i.
|
|
8201
|
+
return this.i.x8;
|
|
8352
8202
|
}
|
|
8353
8203
|
set latitudeMemberPath(v) {
|
|
8354
|
-
this.i.
|
|
8204
|
+
this.i.x8 = v;
|
|
8355
8205
|
}
|
|
8356
8206
|
/**
|
|
8357
8207
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8358
8208
|
*/
|
|
8359
8209
|
get longitudeMemberPath() {
|
|
8360
|
-
return this.i.
|
|
8210
|
+
return this.i.ya;
|
|
8361
8211
|
}
|
|
8362
8212
|
set longitudeMemberPath(v) {
|
|
8363
|
-
this.i.
|
|
8213
|
+
this.i.ya = v;
|
|
8364
8214
|
}
|
|
8365
8215
|
/**
|
|
8366
8216
|
* Gets or sets the whether to use use brute force mode.
|
|
8367
8217
|
*/
|
|
8368
8218
|
get useBruteForce() {
|
|
8369
|
-
return this.i.
|
|
8219
|
+
return this.i.xx;
|
|
8370
8220
|
}
|
|
8371
8221
|
set useBruteForce(v) {
|
|
8372
|
-
this.i.
|
|
8373
|
-
this._a("useBruteForce", this.i.
|
|
8222
|
+
this.i.xx = ensureBool(v);
|
|
8223
|
+
this._a("useBruteForce", this.i.xx);
|
|
8374
8224
|
}
|
|
8375
8225
|
/**
|
|
8376
8226
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
8377
8227
|
*/
|
|
8378
8228
|
get progressiveLoad() {
|
|
8379
|
-
return this.i.
|
|
8229
|
+
return this.i.xw;
|
|
8380
8230
|
}
|
|
8381
8231
|
set progressiveLoad(v) {
|
|
8382
|
-
this.i.
|
|
8383
|
-
this._a("progressiveLoad", this.i.
|
|
8232
|
+
this.i.xw = ensureBool(v);
|
|
8233
|
+
this._a("progressiveLoad", this.i.xw);
|
|
8384
8234
|
}
|
|
8385
8235
|
/**
|
|
8386
8236
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
8387
8237
|
*/
|
|
8388
8238
|
get mouseOverEnabled() {
|
|
8389
|
-
return this.i.
|
|
8239
|
+
return this.i.xv;
|
|
8390
8240
|
}
|
|
8391
8241
|
set mouseOverEnabled(v) {
|
|
8392
|
-
this.i.
|
|
8393
|
-
this._a("mouseOverEnabled", this.i.
|
|
8242
|
+
this.i.xv = ensureBool(v);
|
|
8243
|
+
this._a("mouseOverEnabled", this.i.xv);
|
|
8394
8244
|
}
|
|
8395
8245
|
/**
|
|
8396
8246
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
8397
8247
|
*/
|
|
8398
8248
|
get heatMinimum() {
|
|
8399
|
-
return this.i.
|
|
8249
|
+
return this.i.xz;
|
|
8400
8250
|
}
|
|
8401
8251
|
set heatMinimum(v) {
|
|
8402
|
-
this.i.
|
|
8403
|
-
this._a("heatMinimum", this.i.
|
|
8252
|
+
this.i.xz = +v;
|
|
8253
|
+
this._a("heatMinimum", this.i.xz);
|
|
8404
8254
|
}
|
|
8405
8255
|
/**
|
|
8406
8256
|
* Gets or sets the value that maps to the maximum heat color.
|
|
8407
8257
|
*/
|
|
8408
8258
|
get heatMaximum() {
|
|
8409
|
-
return this.i.
|
|
8259
|
+
return this.i.xy;
|
|
8410
8260
|
}
|
|
8411
8261
|
set heatMaximum(v) {
|
|
8412
|
-
this.i.
|
|
8413
|
-
this._a("heatMaximum", this.i.
|
|
8262
|
+
this.i.xy = +v;
|
|
8263
|
+
this._a("heatMaximum", this.i.xy);
|
|
8414
8264
|
}
|
|
8415
8265
|
/**
|
|
8416
8266
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
8417
8267
|
*/
|
|
8418
8268
|
get heatMinimumColor() {
|
|
8419
|
-
return colorToString(this.i.
|
|
8269
|
+
return colorToString(this.i.yt);
|
|
8420
8270
|
}
|
|
8421
8271
|
set heatMinimumColor(v) {
|
|
8422
|
-
this.i.
|
|
8423
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
8272
|
+
this.i.yt = stringToColor(v);
|
|
8273
|
+
this._a("heatMinimumColor", colorToString(this.i.yt));
|
|
8424
8274
|
}
|
|
8425
8275
|
/**
|
|
8426
8276
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
8427
8277
|
*/
|
|
8428
8278
|
get heatMaximumColor() {
|
|
8429
|
-
return colorToString(this.i.
|
|
8279
|
+
return colorToString(this.i.ys);
|
|
8430
8280
|
}
|
|
8431
8281
|
set heatMaximumColor(v) {
|
|
8432
|
-
this.i.
|
|
8433
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
8282
|
+
this.i.ys = stringToColor(v);
|
|
8283
|
+
this._a("heatMaximumColor", colorToString(this.i.ys));
|
|
8434
8284
|
}
|
|
8435
8285
|
/**
|
|
8436
8286
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
8437
8287
|
*/
|
|
8438
8288
|
get pointExtent() {
|
|
8439
|
-
return this.i.
|
|
8289
|
+
return this.i.x2;
|
|
8440
8290
|
}
|
|
8441
8291
|
set pointExtent(v) {
|
|
8442
|
-
this.i.
|
|
8443
|
-
this._a("pointExtent", this.i.
|
|
8292
|
+
this.i.x2 = +v;
|
|
8293
|
+
this._a("pointExtent", this.i.x2);
|
|
8444
8294
|
}
|
|
8445
8295
|
/**
|
|
8446
8296
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
8447
8297
|
*/
|
|
8448
8298
|
get progressiveStatus() {
|
|
8449
|
-
return this.i.
|
|
8299
|
+
return this.i.x3;
|
|
8450
8300
|
}
|
|
8451
8301
|
set progressiveStatus(v) {
|
|
8452
|
-
this.i.
|
|
8453
|
-
this._a("progressiveStatus", this.i.
|
|
8302
|
+
this.i.x3 = +v;
|
|
8303
|
+
this._a("progressiveStatus", this.i.x3);
|
|
8454
8304
|
}
|
|
8455
8305
|
/**
|
|
8456
8306
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -8520,9 +8370,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
8520
8370
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8521
8371
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8522
8372
|
*/
|
|
8523
|
-
/**
|
|
8524
|
-
* @hidden
|
|
8525
|
-
*/
|
|
8526
8373
|
let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
8527
8374
|
class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
8528
8375
|
constructor(a) {
|
|
@@ -8538,28 +8385,25 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
8538
8385
|
}
|
|
8539
8386
|
ci() {
|
|
8540
8387
|
super.ci();
|
|
8541
|
-
if (this.c2.
|
|
8542
|
-
this.c2.
|
|
8543
|
-
this.c2.
|
|
8388
|
+
if (this.c2.xl != null) {
|
|
8389
|
+
this.c2.yd.zg = this.c2.yg;
|
|
8390
|
+
this.c2.yd.zq = this.c2.yk;
|
|
8544
8391
|
}
|
|
8545
8392
|
}
|
|
8546
8393
|
c3() {
|
|
8547
|
-
if (this.c2.
|
|
8548
|
-
this.c2.
|
|
8394
|
+
if (this.c2.yd != null) {
|
|
8395
|
+
this.c2.yd.zg = this.c2.yg;
|
|
8549
8396
|
}
|
|
8550
8397
|
}
|
|
8551
8398
|
c4() {
|
|
8552
|
-
if (this.c2.
|
|
8553
|
-
this.c2.
|
|
8399
|
+
if (this.c2.yd != null) {
|
|
8400
|
+
this.c2.yd.zq = this.c2.yk;
|
|
8554
8401
|
}
|
|
8555
8402
|
}
|
|
8556
8403
|
}
|
|
8557
8404
|
GeographicContourLineSeriesView.$t = /*@__PURE__*/ markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
8558
8405
|
return GeographicContourLineSeriesView;
|
|
8559
8406
|
})();
|
|
8560
|
-
/**
|
|
8561
|
-
* @hidden
|
|
8562
|
-
*/
|
|
8563
8407
|
let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
8564
8408
|
class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
8565
8409
|
bk() {
|
|
@@ -8573,70 +8417,70 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
8573
8417
|
this.triangulationStatusChanged = null;
|
|
8574
8418
|
this.ab = GeographicContourLineSeries.$;
|
|
8575
8419
|
}
|
|
8576
|
-
|
|
8577
|
-
super.
|
|
8420
|
+
xq(a, b) {
|
|
8421
|
+
super.xq(a, b);
|
|
8578
8422
|
}
|
|
8579
|
-
|
|
8580
|
-
this.
|
|
8581
|
-
let a = this.
|
|
8582
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
8583
|
-
let b = this.
|
|
8584
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
8585
|
-
return this.
|
|
8423
|
+
xk() {
|
|
8424
|
+
this.yd = new ScatterContourSeries();
|
|
8425
|
+
let a = this.yd;
|
|
8426
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
|
|
8427
|
+
let b = this.yd;
|
|
8428
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
|
|
8429
|
+
return this.yd;
|
|
8586
8430
|
}
|
|
8587
|
-
|
|
8431
|
+
yn(a, b) {
|
|
8588
8432
|
if (this.triangulationStatusChanged != null) {
|
|
8589
8433
|
this.triangulationStatusChanged(this, b);
|
|
8590
8434
|
}
|
|
8591
8435
|
}
|
|
8592
|
-
|
|
8593
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
8436
|
+
yo(a, b) {
|
|
8437
|
+
let c = typeCast(ScatterContourSeries.$, this.xl);
|
|
8594
8438
|
if (c == null) {
|
|
8595
8439
|
return;
|
|
8596
8440
|
}
|
|
8597
8441
|
if (b.propertyName == "ActualFillScale") {
|
|
8598
|
-
this.
|
|
8442
|
+
this.yf = c.zf;
|
|
8599
8443
|
}
|
|
8600
8444
|
}
|
|
8601
|
-
|
|
8602
|
-
super.
|
|
8445
|
+
sz() {
|
|
8446
|
+
super.sz();
|
|
8603
8447
|
}
|
|
8604
8448
|
ct() {
|
|
8605
8449
|
return new GeographicContourLineSeriesView(this);
|
|
8606
8450
|
}
|
|
8607
|
-
|
|
8608
|
-
super.
|
|
8609
|
-
this.
|
|
8451
|
+
rh(a) {
|
|
8452
|
+
super.rh(a);
|
|
8453
|
+
this.yh = a;
|
|
8610
8454
|
}
|
|
8611
|
-
|
|
8612
|
-
super.
|
|
8455
|
+
rq(a, b, c, d) {
|
|
8456
|
+
super.rq(a, b, c, d);
|
|
8613
8457
|
switch (b) {
|
|
8614
8458
|
case GeographicContourLineSeries.$$p[1]:
|
|
8615
|
-
this.
|
|
8459
|
+
this.yh.c3();
|
|
8616
8460
|
break;
|
|
8617
8461
|
case GeographicContourLineSeries.$$p[2]:
|
|
8618
|
-
this.
|
|
8462
|
+
this.yh.c4();
|
|
8619
8463
|
break;
|
|
8620
8464
|
case GeographicContourLineSeries.$$p[3]:
|
|
8621
|
-
this.
|
|
8465
|
+
this.yd.zd = this.yc;
|
|
8622
8466
|
break;
|
|
8623
8467
|
case "DashArray":
|
|
8624
|
-
this.
|
|
8468
|
+
this.yd.wm = this.wm;
|
|
8625
8469
|
break;
|
|
8626
8470
|
case "DashCap":
|
|
8627
|
-
this.
|
|
8471
|
+
this.yd.wn = this.wn;
|
|
8628
8472
|
break;
|
|
8629
8473
|
case "MiterLimit":
|
|
8630
|
-
this.
|
|
8474
|
+
this.yd.jp = this.jp;
|
|
8631
8475
|
break;
|
|
8632
8476
|
case "LineJoin":
|
|
8633
|
-
this.
|
|
8477
|
+
this.yd.wp = this.wp;
|
|
8634
8478
|
break;
|
|
8635
8479
|
}
|
|
8636
8480
|
}
|
|
8637
8481
|
}
|
|
8638
8482
|
GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
8639
|
-
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
8483
|
+
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
|
|
8640
8484
|
return GeographicContourLineSeries;
|
|
8641
8485
|
})();
|
|
8642
8486
|
|
|
@@ -8647,9 +8491,6 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
8647
8491
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8648
8492
|
*/
|
|
8649
8493
|
|
|
8650
|
-
/**
|
|
8651
|
-
* Represents a class for Geographic Contour Series displayed on a map.
|
|
8652
|
-
*/
|
|
8653
8494
|
let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
8654
8495
|
class IgcGeographicContourLineSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
8655
8496
|
createImplementation() {
|
|
@@ -8715,16 +8556,16 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8715
8556
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
8716
8557
|
*/
|
|
8717
8558
|
get valueMemberPath() {
|
|
8718
|
-
return this.i.
|
|
8559
|
+
return this.i.yk;
|
|
8719
8560
|
}
|
|
8720
8561
|
set valueMemberPath(v) {
|
|
8721
|
-
this.i.
|
|
8562
|
+
this.i.yk = v;
|
|
8722
8563
|
}
|
|
8723
8564
|
/**
|
|
8724
8565
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
8725
8566
|
*/
|
|
8726
8567
|
get fillScale() {
|
|
8727
|
-
const r = this.i.
|
|
8568
|
+
const r = this.i.yg;
|
|
8728
8569
|
if (r == null) {
|
|
8729
8570
|
return null;
|
|
8730
8571
|
}
|
|
@@ -8740,13 +8581,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8740
8581
|
set fillScale(v) {
|
|
8741
8582
|
if (v != null && this._stylingContainer && v._styling)
|
|
8742
8583
|
v._styling(this._stylingContainer, this, this);
|
|
8743
|
-
v == null ? this.i.
|
|
8584
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
8744
8585
|
}
|
|
8745
8586
|
/**
|
|
8746
8587
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
8747
8588
|
*/
|
|
8748
8589
|
get actualFillScale() {
|
|
8749
|
-
const r = this.i.
|
|
8590
|
+
const r = this.i.yf;
|
|
8750
8591
|
if (r == null) {
|
|
8751
8592
|
return null;
|
|
8752
8593
|
}
|
|
@@ -8762,13 +8603,13 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8762
8603
|
set actualFillScale(v) {
|
|
8763
8604
|
if (v != null && this._stylingContainer && v._styling)
|
|
8764
8605
|
v._styling(this._stylingContainer, this, this);
|
|
8765
|
-
v == null ? this.i.
|
|
8606
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
8766
8607
|
}
|
|
8767
8608
|
/**
|
|
8768
8609
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
8769
8610
|
*/
|
|
8770
8611
|
get valueResolver() {
|
|
8771
|
-
const r = this.i.
|
|
8612
|
+
const r = this.i.yc;
|
|
8772
8613
|
if (r == null) {
|
|
8773
8614
|
return null;
|
|
8774
8615
|
}
|
|
@@ -8784,7 +8625,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8784
8625
|
set valueResolver(v) {
|
|
8785
8626
|
if (v != null && this._stylingContainer && v._styling)
|
|
8786
8627
|
v._styling(this._stylingContainer, this, this);
|
|
8787
|
-
v == null ? this.i.
|
|
8628
|
+
v == null ? this.i.yc = null : this.i.yc = v.i;
|
|
8788
8629
|
}
|
|
8789
8630
|
findByName(name) {
|
|
8790
8631
|
var baseResult = super.findByName(name);
|
|
@@ -8896,9 +8737,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
8896
8737
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8897
8738
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8898
8739
|
*/
|
|
8899
|
-
/**
|
|
8900
|
-
* @hidden
|
|
8901
|
-
*/
|
|
8902
8740
|
let TokenResponseModel = /*@__PURE__*/ (() => {
|
|
8903
8741
|
class TokenResponseModel extends Base {
|
|
8904
8742
|
constructor() {
|
|
@@ -8936,9 +8774,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
8936
8774
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8937
8775
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8938
8776
|
*/
|
|
8939
|
-
/**
|
|
8940
|
-
* @hidden
|
|
8941
|
-
*/
|
|
8942
8777
|
let MapServerResponseModel = /*@__PURE__*/ (() => {
|
|
8943
8778
|
class MapServerResponseModel extends Base {
|
|
8944
8779
|
constructor() {
|
|
@@ -8969,9 +8804,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
8969
8804
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8970
8805
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8971
8806
|
*/
|
|
8972
|
-
/**
|
|
8973
|
-
* @hidden
|
|
8974
|
-
*/
|
|
8975
8807
|
let TileInfoResponseModel = /*@__PURE__*/ (() => {
|
|
8976
8808
|
class TileInfoResponseModel extends Base {
|
|
8977
8809
|
constructor() {
|
|
@@ -8995,9 +8827,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
8995
8827
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8996
8828
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8997
8829
|
*/
|
|
8998
|
-
/**
|
|
8999
|
-
* @hidden
|
|
9000
|
-
*/
|
|
9001
8830
|
let LevelOfDetailResponseModel = /*@__PURE__*/ (() => {
|
|
9002
8831
|
class LevelOfDetailResponseModel extends Base {
|
|
9003
8832
|
constructor() {
|
|
@@ -9067,9 +8896,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9067
8896
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9068
8897
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9069
8898
|
*/
|
|
9070
|
-
/**
|
|
9071
|
-
* @hidden
|
|
9072
|
-
*/
|
|
9073
8899
|
let AzureMapsImageryView = /*@__PURE__*/ (() => {
|
|
9074
8900
|
class AzureMapsImageryView extends GeographicMapImageryView {
|
|
9075
8901
|
constructor(a) {
|
|
@@ -9106,9 +8932,6 @@ let AzureMapsImageryView = /*@__PURE__*/ (() => {
|
|
|
9106
8932
|
AzureMapsImageryView.$t = /*@__PURE__*/ markType(AzureMapsImageryView, 'AzureMapsImageryView', GeographicMapImageryView.$);
|
|
9107
8933
|
return AzureMapsImageryView;
|
|
9108
8934
|
})();
|
|
9109
|
-
/**
|
|
9110
|
-
* @hidden
|
|
9111
|
-
*/
|
|
9112
8935
|
let AzureMapsImagery = /*@__PURE__*/ (() => {
|
|
9113
8936
|
class AzureMapsImagery extends GeographicMapImagery {
|
|
9114
8937
|
constructor() {
|
|
@@ -9199,9 +9022,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9199
9022
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9200
9023
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9201
9024
|
*/
|
|
9202
|
-
/**
|
|
9203
|
-
* @hidden
|
|
9204
|
-
*/
|
|
9205
9025
|
let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
9206
9026
|
class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
|
|
9207
9027
|
constructor(a) {
|
|
@@ -9248,9 +9068,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9248
9068
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9249
9069
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9250
9070
|
*/
|
|
9251
|
-
/**
|
|
9252
|
-
* @hidden
|
|
9253
|
-
*/
|
|
9254
9071
|
let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
|
|
9255
9072
|
class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
|
|
9256
9073
|
constructor(a) {
|
|
@@ -9276,9 +9093,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9276
9093
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9277
9094
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9278
9095
|
*/
|
|
9279
|
-
/**
|
|
9280
|
-
* @hidden
|
|
9281
|
-
*/
|
|
9282
9096
|
let GeographicSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
9283
9097
|
class GeographicSymbolSeriesBaseView extends HostSeriesView {
|
|
9284
9098
|
constructor(a) {
|
|
@@ -9304,9 +9118,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9304
9118
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9305
9119
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9306
9120
|
*/
|
|
9307
|
-
/**
|
|
9308
|
-
* @hidden
|
|
9309
|
-
*/
|
|
9310
9121
|
let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
|
|
9311
9122
|
class GeographicXYTriangulatingSeriesBaseView extends HostSeriesView {
|
|
9312
9123
|
constructor(a) {
|
|
@@ -9430,9 +9241,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9430
9241
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9431
9242
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9432
9243
|
*/
|
|
9433
|
-
/**
|
|
9434
|
-
* @hidden
|
|
9435
|
-
*/
|
|
9436
9244
|
let ImageryMetadata = /*@__PURE__*/ (() => {
|
|
9437
9245
|
class ImageryMetadata extends Base {
|
|
9438
9246
|
constructor() {
|
|
@@ -9452,9 +9260,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9452
9260
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9453
9261
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9454
9262
|
*/
|
|
9455
|
-
/**
|
|
9456
|
-
* @hidden
|
|
9457
|
-
*/
|
|
9458
9263
|
let BingResourceSet = /*@__PURE__*/ (() => {
|
|
9459
9264
|
class BingResourceSet extends Base {
|
|
9460
9265
|
constructor() {
|
|
@@ -9473,9 +9278,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9473
9278
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9474
9279
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9475
9280
|
*/
|
|
9476
|
-
/**
|
|
9477
|
-
* @hidden
|
|
9478
|
-
*/
|
|
9479
9281
|
let BingResponse = /*@__PURE__*/ (() => {
|
|
9480
9282
|
class BingResponse extends Base {
|
|
9481
9283
|
constructor() {
|
|
@@ -9494,9 +9296,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9494
9296
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9495
9297
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9496
9298
|
*/
|
|
9497
|
-
/**
|
|
9498
|
-
* @hidden
|
|
9499
|
-
*/
|
|
9500
9299
|
let GeographicMarkerSeriesBase = /*@__PURE__*/ (() => {
|
|
9501
9300
|
class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
|
|
9502
9301
|
}
|
|
@@ -9510,9 +9309,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9510
9309
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9511
9310
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9512
9311
|
*/
|
|
9513
|
-
/**
|
|
9514
|
-
* @hidden
|
|
9515
|
-
*/
|
|
9516
9312
|
let GeographicProportionalSymbolSeriesBase = /*@__PURE__*/ (() => {
|
|
9517
9313
|
class GeographicProportionalSymbolSeriesBase extends GeographicMarkerSeriesBase {
|
|
9518
9314
|
}
|
|
@@ -9624,9 +9420,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9624
9420
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9625
9421
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9626
9422
|
*/
|
|
9627
|
-
/**
|
|
9628
|
-
* @hidden
|
|
9629
|
-
*/
|
|
9630
9423
|
let GeographicShapeSeriesBaseBase = /*@__PURE__*/ (() => {
|
|
9631
9424
|
class GeographicShapeSeriesBaseBase extends GeographicMapSeriesHost {
|
|
9632
9425
|
}
|
|
@@ -9689,9 +9482,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9689
9482
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9690
9483
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9691
9484
|
*/
|
|
9692
|
-
/**
|
|
9693
|
-
* @hidden
|
|
9694
|
-
*/
|
|
9695
9485
|
let GeographicSymbolSeriesBase = /*@__PURE__*/ (() => {
|
|
9696
9486
|
class GeographicSymbolSeriesBase extends GeographicMarkerSeriesBase {
|
|
9697
9487
|
}
|
|
@@ -9754,9 +9544,6 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
9754
9544
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
9755
9545
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
9756
9546
|
*/
|
|
9757
|
-
/**
|
|
9758
|
-
* @hidden
|
|
9759
|
-
*/
|
|
9760
9547
|
let GeographicXYTriangulatingSeriesBase = /*@__PURE__*/ (() => {
|
|
9761
9548
|
class GeographicXYTriangulatingSeriesBase extends GeographicMapSeriesHost {
|
|
9762
9549
|
}
|