igniteui-angular-maps 20.0.2-beta.2 → 20.0.2-beta.3

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.
Files changed (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -4,4 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- export { AzureMapsMapImagery } from "./AzureMapsMapImageryView_combined";
7
+ export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
@@ -10,23 +10,23 @@ import { markEnum } from "igniteui-angular-core";
10
10
  */
11
11
  export var AzureMapsImageryStyle = /*@__PURE__*/ (function (AzureMapsImageryStyle) {
12
12
  AzureMapsImageryStyle[AzureMapsImageryStyle["Road"] = 0] = "Road";
13
- AzureMapsImageryStyle[AzureMapsImageryStyle["Terra"] = 1] = "Terra";
13
+ AzureMapsImageryStyle[AzureMapsImageryStyle["Satellite"] = 1] = "Satellite";
14
14
  AzureMapsImageryStyle[AzureMapsImageryStyle["DarkGrey"] = 2] = "DarkGrey";
15
- AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsRoad"] = 3] = "LabelsRoad";
16
- AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsDarkGrey"] = 4] = "LabelsDarkGrey";
17
- AzureMapsImageryStyle[AzureMapsImageryStyle["HybridRoad"] = 5] = "HybridRoad";
18
- AzureMapsImageryStyle[AzureMapsImageryStyle["HybridDarkGrey"] = 6] = "HybridDarkGrey";
19
- AzureMapsImageryStyle[AzureMapsImageryStyle["Imagery"] = 7] = "Imagery";
20
- AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherRadar"] = 8] = "WeatherRadar";
21
- AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherInfrared"] = 9] = "WeatherInfrared";
22
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficAbsolute"] = 10] = "TrafficAbsolute";
23
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelative"] = 11] = "TrafficRelative";
24
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelativeDark"] = 12] = "TrafficRelativeDark";
25
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficDelay"] = 13] = "TrafficDelay";
26
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficReduced"] = 14] = "TrafficReduced";
15
+ AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsRoadOverlay"] = 3] = "LabelsRoadOverlay";
16
+ AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsDarkGreyOverlay"] = 4] = "LabelsDarkGreyOverlay";
17
+ AzureMapsImageryStyle[AzureMapsImageryStyle["HybridRoadOverlay"] = 5] = "HybridRoadOverlay";
18
+ AzureMapsImageryStyle[AzureMapsImageryStyle["HybridDarkGreyOverlay"] = 6] = "HybridDarkGreyOverlay";
19
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TerraOverlay"] = 7] = "TerraOverlay";
20
+ AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherRadarOverlay"] = 8] = "WeatherRadarOverlay";
21
+ AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherInfraredOverlay"] = 9] = "WeatherInfraredOverlay";
22
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficAbsoluteOverlay"] = 10] = "TrafficAbsoluteOverlay";
23
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelativeOverlay"] = 11] = "TrafficRelativeOverlay";
24
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelativeDarkOverlay"] = 12] = "TrafficRelativeDarkOverlay";
25
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficDelayOverlay"] = 13] = "TrafficDelayOverlay";
26
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficReducedOverlay"] = 14] = "TrafficReducedOverlay";
27
27
  return AzureMapsImageryStyle;
28
28
  })({});
29
29
  /**
30
30
  * @hidden
31
31
  */
32
- export let AzureMapsImageryStyle_$type = markEnum('AzureMapsImageryStyle', 'Road,0|Terra,1|DarkGrey,2|LabelsRoad,3|LabelsDarkGrey,4|HybridRoad,5|HybridDarkGrey,6|Imagery,7|WeatherRadar,8|WeatherInfrared,9|TrafficAbsolute,10|TrafficRelative,11|TrafficRelativeDark,12|TrafficDelay,13|TrafficReduced,14');
32
+ export let AzureMapsImageryStyle_$type = markEnum('AzureMapsImageryStyle', 'Road,0|Satellite,1|DarkGrey,2|LabelsRoadOverlay,3|LabelsDarkGreyOverlay,4|HybridRoadOverlay,5|HybridDarkGreyOverlay,6|TerraOverlay,7|WeatherRadarOverlay,8|WeatherInfraredOverlay,9|TrafficAbsoluteOverlay,10|TrafficRelativeOverlay,11|TrafficRelativeDarkOverlay,12|TrafficDelayOverlay,13|TrafficReducedOverlay,14');
@@ -4,4 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  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.
6
6
  */
7
- export { AzureMapsMapImagery } from "./AzureMapsMapImageryView_combined";
7
+ export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";
@@ -16,8 +16,8 @@ import { dateMinValue } from "igniteui-angular-core";
16
16
  /**
17
17
  * @hidden
18
18
  */
19
- export let AzureMapsMapImageryView = /*@__PURE__*/ (() => {
20
- class AzureMapsMapImageryView extends GeographicMapImageryView {
19
+ export let AzureMapsImageryView = /*@__PURE__*/ (() => {
20
+ class AzureMapsImageryView extends GeographicMapImageryView {
21
21
  constructor(a) {
22
22
  super(a);
23
23
  this.k = a;
@@ -49,20 +49,20 @@ export let AzureMapsMapImageryView = /*@__PURE__*/ (() => {
49
49
  this.a.ap.timestamp = this.k.timestamp;
50
50
  }
51
51
  }
52
- AzureMapsMapImageryView.$t = markType(AzureMapsMapImageryView, 'AzureMapsMapImageryView', GeographicMapImageryView.$);
53
- return AzureMapsMapImageryView;
52
+ AzureMapsImageryView.$t = markType(AzureMapsImageryView, 'AzureMapsImageryView', GeographicMapImageryView.$);
53
+ return AzureMapsImageryView;
54
54
  })();
55
55
  /**
56
56
  * @hidden
57
57
  */
58
- export let AzureMapsMapImagery = /*@__PURE__*/ (() => {
59
- class AzureMapsMapImagery extends GeographicMapImagery {
58
+ export let AzureMapsImagery = /*@__PURE__*/ (() => {
59
+ class AzureMapsImagery extends GeographicMapImagery {
60
60
  constructor() {
61
61
  super(new AzureMapsTileSource());
62
62
  this.bp.p();
63
63
  }
64
64
  ai() {
65
- return new AzureMapsMapImageryView(this);
65
+ return new AzureMapsImageryView(this);
66
66
  }
67
67
  bb(a) {
68
68
  super.bb(a);
@@ -70,23 +70,23 @@ export let AzureMapsMapImagery = /*@__PURE__*/ (() => {
70
70
  }
71
71
  b4(a, b, c) {
72
72
  switch (a) {
73
- case AzureMapsMapImagery.$$p[3]:
73
+ case AzureMapsImagery.$$p[3]:
74
74
  this.b1 = this.bx();
75
75
  this.bp.o();
76
76
  break;
77
- case AzureMapsMapImagery.$$p[0]:
77
+ case AzureMapsImagery.$$p[0]:
78
78
  this.bp.l();
79
79
  break;
80
- case AzureMapsMapImagery.$$p[2]:
80
+ case AzureMapsImagery.$$p[2]:
81
81
  this.bp.n();
82
82
  break;
83
- case AzureMapsMapImagery.$$p[1]:
83
+ case AzureMapsImagery.$$p[1]:
84
84
  this.bp.m();
85
85
  break;
86
- case AzureMapsMapImagery.$$p[4]:
86
+ case AzureMapsImagery.$$p[4]:
87
87
  this.bp.q();
88
88
  break;
89
- case AzureMapsMapImagery.$$p[6]:
89
+ case AzureMapsImagery.$$p[6]:
90
90
  this.bp.r();
91
91
  break;
92
92
  }
@@ -95,13 +95,13 @@ export let AzureMapsMapImagery = /*@__PURE__*/ (() => {
95
95
  bx() {
96
96
  switch (this.imageryStyle) {
97
97
  case 0: return "microsoft.base.road";
98
- case 1: return "microsoft.terra.main";
98
+ case 7: return "microsoft.terra.main";
99
99
  case 2: return "microsoft.base.darkgrey";
100
100
  case 3: return "microsoft.base.labels.road";
101
101
  case 4: return "microsoft.base.labels.darkgrey";
102
102
  case 5: return "microsoft.base.hybrid.road";
103
103
  case 6: return "microsoft.base.hybrid.darkgrey";
104
- case 7: return "microsoft.imagery";
104
+ case 1: return "microsoft.imagery";
105
105
  case 8: return "microsoft.weather.radar.main";
106
106
  case 9: return "microsoft.weather.infrared.main";
107
107
  case 10: return "microsoft.traffic.absolute.main";
@@ -113,7 +113,7 @@ export let AzureMapsMapImagery = /*@__PURE__*/ (() => {
113
113
  }
114
114
  }
115
115
  }
116
- AzureMapsMapImagery.$t = markType(AzureMapsMapImagery, 'AzureMapsMapImagery', GeographicMapImagery.$);
117
- AzureMapsMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, AzureMapsMapImagery, 'b4', ['ApiKey', [2, stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, dateMinValue()]]);
118
- return AzureMapsMapImagery;
116
+ AzureMapsImagery.$t = markType(AzureMapsImagery, 'AzureMapsImagery', GeographicMapImagery.$);
117
+ AzureMapsImagery.$$p = markDep(DependencyProperty, PropertyMetadata, AzureMapsImagery, 'b4', ['ApiKey', [2, stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, dateMinValue()]]);
118
+ return AzureMapsImagery;
119
119
  })();
@@ -31,19 +31,19 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
31
31
  }
32
32
  ci() {
33
33
  super.ci();
34
- if (this.c2.xa != null) {
35
- this.c2.x2.y5 = this.c2.x5;
36
- this.c2.x2.zf = this.c2.x9;
34
+ if (this.c2.xb != null) {
35
+ this.c2.x3.y6 = this.c2.x6;
36
+ this.c2.x3.zg = this.c2.ya;
37
37
  }
38
38
  }
39
39
  c3() {
40
- if (this.c2.x2 != null) {
41
- this.c2.x2.y5 = this.c2.x5;
40
+ if (this.c2.x3 != null) {
41
+ this.c2.x3.y6 = this.c2.x6;
42
42
  }
43
43
  }
44
44
  c4() {
45
- if (this.c2.x2 != null) {
46
- this.c2.x2.zf = this.c2.x9;
45
+ if (this.c2.x3 != null) {
46
+ this.c2.x3.zg = this.c2.ya;
47
47
  }
48
48
  }
49
49
  }
@@ -66,69 +66,69 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
66
66
  get_fk() {
67
67
  return true;
68
68
  }
69
- xf(a, b) {
70
- super.xf(a, b);
69
+ xg(a, b) {
70
+ super.xg(a, b);
71
71
  }
72
- w9() {
73
- this.x2 = new ScatterContourSeries();
74
- let a = this.x2;
75
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yc));
76
- let b = this.x2;
77
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yd));
78
- return this.x2;
72
+ xa() {
73
+ this.x3 = new ScatterContourSeries();
74
+ let a = this.x3;
75
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yd));
76
+ let b = this.x3;
77
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.ye));
78
+ return this.x3;
79
79
  }
80
- yc(a, b) {
80
+ yd(a, b) {
81
81
  if (this.triangulationStatusChanged != null) {
82
82
  this.triangulationStatusChanged(this, b);
83
83
  }
84
84
  }
85
- yd(a, b) {
86
- let c = typeCast(ScatterContourSeries.$, this.xa);
85
+ ye(a, b) {
86
+ let c = typeCast(ScatterContourSeries.$, this.xb);
87
87
  if (c == null) {
88
88
  return;
89
89
  }
90
90
  if (b.propertyName == "ActualFillScale") {
91
- this.x4 = c.y4;
91
+ this.x5 = c.y5;
92
92
  }
93
93
  }
94
- sp() {
95
- super.sp();
94
+ sq() {
95
+ super.sq();
96
96
  }
97
97
  ct() {
98
98
  return new GeographicContourLineSeriesView(this);
99
99
  }
100
- q7(a) {
101
- super.q7(a);
102
- this.x6 = a;
100
+ q8(a) {
101
+ super.q8(a);
102
+ this.x7 = a;
103
103
  }
104
- rg(a, b, c, d) {
105
- super.rg(a, b, c, d);
104
+ rh(a, b, c, d) {
105
+ super.rh(a, b, c, d);
106
106
  switch (b) {
107
107
  case GeographicContourLineSeries.$$p[1]:
108
- this.x6.c3();
108
+ this.x7.c3();
109
109
  break;
110
110
  case GeographicContourLineSeries.$$p[2]:
111
- this.x6.c4();
111
+ this.x7.c4();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[3]:
114
- this.x2.y2 = this.x1;
114
+ this.x3.y3 = this.x2;
115
115
  break;
116
116
  case "DashArray":
117
- this.x2.wc = this.wc;
117
+ this.x3.wd = this.wd;
118
118
  break;
119
119
  case "DashCap":
120
- this.x2.wd = this.wd;
120
+ this.x3.we = this.we;
121
121
  break;
122
122
  case "MiterLimit":
123
- this.x2.jk = this.jk;
123
+ this.x3.jk = this.jk;
124
124
  break;
125
125
  case "LineJoin":
126
- this.x2.wf = this.wf;
126
+ this.x3.wg = this.wg;
127
127
  break;
128
128
  }
129
129
  }
130
130
  }
131
131
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
132
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:x4:ye', [ValueBrushScale.$, null], 'FillScale:x5:yf', [ValueBrushScale.$, null], 'ValueMemberPath:x9:yg', [2, "value"], 'ValueResolver:x1:yh', [ContourValueResolver.$, null]]);
132
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:x5:yf', [ValueBrushScale.$, null], 'FillScale:x6:yg', [ValueBrushScale.$, null], 'ValueMemberPath:ya:yh', [2, "value"], 'ValueResolver:x2:yi', [ContourValueResolver.$, null]]);
133
133
  return GeographicContourLineSeries;
134
134
  })();
@@ -25,71 +25,71 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
25
25
  }
26
26
  ci() {
27
27
  super.ci();
28
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xa);
29
- a.zj = this.cu.xz;
30
- a.zr = this.cu.xx;
28
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xb);
29
+ a.zk = this.cu.x0;
30
+ a.zs = this.cu.xy;
31
+ a.xx = this.cu.xn;
31
32
  a.xw = this.cu.xm;
32
- a.xv = this.cu.xl;
33
- a.f9 = this.cu.xk;
33
+ a.f9 = this.cu.xl;
34
+ a.ys = this.cu.xp;
34
35
  a.yr = this.cu.xo;
35
- a.yq = this.cu.xn;
36
+ a.aaq = this.cu.yj;
36
37
  a.aap = this.cu.yi;
37
- a.aao = this.cu.yh;
38
- a.y3 = this.cu.xr;
38
+ a.y4 = this.cu.xs;
39
39
  }
40
40
  c0() {
41
- this.cu.xa.zj = this.cu.xz;
41
+ this.cu.xb.zk = this.cu.x0;
42
42
  }
43
43
  cz() {
44
- this.cu.xa.zr = this.cu.xx;
44
+ this.cu.xb.zs = this.cu.xy;
45
45
  }
46
46
  c5() {
47
- this.cu.xa.xw = this.cu.xm;
47
+ this.cu.xb.xx = this.cu.xn;
48
48
  }
49
49
  c3() {
50
- this.cu.xa.xv = this.cu.xl;
50
+ this.cu.xb.xw = this.cu.xm;
51
51
  }
52
52
  c1() {
53
- this.cu.xa.f9 = this.cu.xk;
53
+ this.cu.xb.f9 = this.cu.xl;
54
54
  }
55
55
  cy() {
56
- this.cu.xa.yr = this.cu.xo;
56
+ this.cu.xb.ys = this.cu.xp;
57
57
  }
58
58
  cw() {
59
- this.cu.xa.yq = this.cu.xn;
59
+ this.cu.xb.yr = this.cu.xo;
60
60
  }
61
61
  c4() {
62
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xa);
62
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xb);
63
63
  if (this.cu.dc == null) {
64
- a.xf = null;
65
- a.xh = null;
64
+ a.xg = null;
65
+ a.xi = null;
66
66
  return;
67
67
  }
68
- a.xf = this.cu.dc.yc;
69
- a.xh = this.cu.dc.ye;
68
+ a.xg = this.cu.dc.yd;
69
+ a.xi = this.cu.dc.yf;
70
70
  }
71
71
  c6() {
72
- this.cu.xa.xf = this.cu.dc.yc;
72
+ this.cu.xb.xg = this.cu.dc.yd;
73
73
  }
74
74
  c7() {
75
- this.cu.xa.xh = this.cu.dc.ye;
75
+ this.cu.xb.xi = this.cu.dc.yf;
76
76
  }
77
77
  cx() {
78
- this.cu.xa.aap = this.cu.yi;
78
+ this.cu.xb.aaq = this.cu.yj;
79
79
  }
80
80
  cv() {
81
- this.cu.xa.aao = this.cu.yh;
81
+ this.cu.xb.aap = this.cu.yi;
82
82
  }
83
83
  c2() {
84
- this.cu.xa.y3 = this.cu.xr;
84
+ this.cu.xb.y4 = this.cu.xs;
85
85
  }
86
86
  a4() {
87
87
  super.a4();
88
88
  if (!this.t) {
89
- this.cu.yi = Defaults.bf;
90
- this.cu.yh = Defaults.be;
91
- this.cu.vp = Defaults.ba;
92
- this.cu.v5 = Defaults.a9;
89
+ this.cu.yj = Defaults.bf;
90
+ this.cu.yi = Defaults.be;
91
+ this.cu.vq = Defaults.ba;
92
+ this.cu.v6 = Defaults.a9;
93
93
  }
94
94
  }
95
95
  }
@@ -103,9 +103,9 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
103
103
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
104
104
  constructor() {
105
105
  super();
106
- this.xi = null;
106
+ this.xj = null;
107
107
  this.progressiveLoadStatusChanged = null;
108
- this.xq = 0;
108
+ this.xr = 0;
109
109
  this.ab = GeographicHighDensityScatterSeries.$;
110
110
  }
111
111
  bk() {
@@ -123,81 +123,81 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
123
123
  ct() {
124
124
  return new GeographicHighDensityScatterSeriesView(this);
125
125
  }
126
- q7(a) {
127
- super.q7(a);
128
- this.xj = a;
126
+ q8(a) {
127
+ super.q8(a);
128
+ this.xk = a;
129
129
  }
130
- w9() {
131
- this.xi = new HighDensityScatterSeries();
132
- return this.xi;
130
+ xa() {
131
+ this.xj = new HighDensityScatterSeries();
132
+ return this.xj;
133
133
  }
134
- get xs() {
135
- return this.xq;
134
+ get xt() {
135
+ return this.xr;
136
136
  }
137
- set xs(a) {
138
- let b = this.xq;
139
- this.xq = a;
140
- this.raisePropertyChanged("ProgressiveStatus", b, this.xq);
137
+ set xt(a) {
138
+ let b = this.xr;
139
+ this.xr = a;
140
+ this.raisePropertyChanged("ProgressiveStatus", b, this.xr);
141
141
  }
142
- xf(a, b) {
143
- super.xf(a, b);
144
- let c = this.xa;
145
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.x6));
146
- let d = this.xa;
147
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.x5));
142
+ xg(a, b) {
143
+ super.xg(a, b);
144
+ let c = this.xb;
145
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.x7));
146
+ let d = this.xb;
147
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.x6));
148
148
  }
149
- x6(a, b) {
150
- this.xs = b.currentStatus;
149
+ x7(a, b) {
150
+ this.xt = b.currentStatus;
151
151
  if (this.progressiveLoadStatusChanged != null) {
152
152
  this.progressiveLoadStatusChanged(this, b);
153
153
  }
154
154
  }
155
- x5(a, b) {
156
- if (this.xi == null) {
155
+ x6(a, b) {
156
+ if (this.xj == null) {
157
157
  return;
158
158
  }
159
159
  }
160
- rg(a, b, c, d) {
161
- super.rg(a, b, c, d);
160
+ rh(a, b, c, d) {
161
+ super.rh(a, b, c, d);
162
162
  switch (b) {
163
163
  case "SeriesViewer":
164
- this.xj.c4();
164
+ this.xk.c4();
165
165
  break;
166
166
  case GeographicHighDensityScatterSeries.$$p[5]:
167
- this.xj.c0();
167
+ this.xk.c0();
168
168
  break;
169
169
  case GeographicHighDensityScatterSeries.$$p[4]:
170
- this.xj.cz();
170
+ this.xk.cz();
171
171
  break;
172
172
  case GeographicHighDensityScatterSeries.$$p[9]:
173
- this.xj.c5();
173
+ this.xk.c5();
174
174
  break;
175
175
  case GeographicHighDensityScatterSeries.$$p[8]:
176
- this.xj.c3();
176
+ this.xk.c3();
177
177
  break;
178
178
  case GeographicHighDensityScatterSeries.$$p[6]:
179
- this.xj.c1();
179
+ this.xk.c1();
180
180
  break;
181
181
  case "XAxis":
182
- this.xj.c6();
182
+ this.xk.c6();
183
183
  break;
184
184
  case "YAxis":
185
- this.xj.c7();
185
+ this.xk.c7();
186
186
  break;
187
187
  case GeographicHighDensityScatterSeries.$$p[3]:
188
- this.xj.cy();
188
+ this.xk.cy();
189
189
  break;
190
190
  case GeographicHighDensityScatterSeries.$$p[1]:
191
- this.xj.cw();
191
+ this.xk.cw();
192
192
  break;
193
193
  case GeographicHighDensityScatterSeries.$$p[2]:
194
- this.xj.cx();
194
+ this.xk.cx();
195
195
  break;
196
196
  case GeographicHighDensityScatterSeries.$$p[0]:
197
- this.xj.cv();
197
+ this.xk.cv();
198
198
  break;
199
199
  case GeographicHighDensityScatterSeries.$$p[7]:
200
- this.xj.c2();
200
+ this.xk.c2();
201
201
  break;
202
202
  }
203
203
  }
@@ -209,6 +209,6 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
209
209
  }
210
210
  }
211
211
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
212
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yh:x7', [Color.$, Defaults.be], 'HeatMaximum:xn:x8', [1, 50], 'HeatMinimumColor:yi:x9', [Color.$, Defaults.bf], 'HeatMinimum:xo:ya', [1, 0], 'LatitudeMemberPath:xx:yb', [2, null], 'LongitudeMemberPath:xz:yc', [2, null], 'MouseOverEnabled:xk:yd', [0, false], 'PointExtent:xr:ye', [1, 1], 'ProgressiveLoad:xl:yf', [0, true], 'UseBruteForce:xm:yg', [0, false]]);
212
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yi:x8', [Color.$, Defaults.be], 'HeatMaximum:xo:x9', [1, 50], 'HeatMinimumColor:yj:ya', [Color.$, Defaults.bf], 'HeatMinimum:xp:yb', [1, 0], 'LatitudeMemberPath:xy:yc', [2, null], 'LongitudeMemberPath:x0:yd', [2, null], 'MouseOverEnabled:xl:ye', [0, false], 'PointExtent:xs:yf', [1, 1], 'ProgressiveLoad:xm:yg', [0, true], 'UseBruteForce:xn:yh', [0, false]]);
213
213
  return GeographicHighDensityScatterSeries;
214
214
  })();