igniteui-webcomponents-maps 6.3.0 → 6.3.1-beta.0

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 (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -12,21 +12,18 @@ import { SeriesViewer } from "igniteui-webcomponents-charts";
12
12
  import { PropertyMetadata } from "igniteui-webcomponents-core";
13
13
  import { PlatformConstants } from "igniteui-webcomponents-core";
14
14
  import { isNaN_ } from "igniteui-webcomponents-core";
15
- /**
16
- * @hidden
17
- */
18
- export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
15
+ let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
19
16
  class GeographicMapSeriesHost extends Series {
20
- qu() {
21
- super.qu();
22
- if (this.xk != null) {
23
- this.xk.qu();
17
+ qv() {
18
+ super.qv();
19
+ if (this.xl != null) {
20
+ this.xl.qv();
24
21
  }
25
22
  }
26
23
  constructor() {
27
24
  super();
28
- this.xi = null;
29
- this.xk = this.xj();
25
+ this.xj = null;
26
+ this.xl = this.xk();
30
27
  }
31
28
  get_ff() {
32
29
  return true;
@@ -39,7 +36,7 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
39
36
  if (c == "LongitudeMemberPath") {
40
37
  c = "XMemberPath";
41
38
  }
42
- return this.xk.kz(a, c);
39
+ return this.xl.kz(a, c);
43
40
  }
44
41
  mo(a) {
45
42
  let b = this.no(a);
@@ -49,321 +46,319 @@ export let GeographicMapSeriesHost = /*@__PURE__*/ (() => {
49
46
  if (b == "LongitudeMemberPath") {
50
47
  b = "XMemberPath";
51
48
  }
52
- return this.xk.mo(b);
49
+ return this.xl.mo(b);
53
50
  }
54
51
  get_kr() {
55
- return this.k9(this.xk);
52
+ return this.k9(this.xl);
56
53
  }
57
54
  set_kr(a) {
58
- this.pb(this.xk, a);
55
+ this.pc(this.xl, a);
59
56
  }
60
57
  ed(a, b, c, d, e) {
61
- return this.xk.ed(a, b, c, d, e);
58
+ return this.xl.ed(a, b, c, d, e);
62
59
  }
63
60
  ai() {
64
- return this.xk.ai();
61
+ return this.xl.ai();
65
62
  }
66
63
  bp() {
67
- return this.xk;
64
+ return this.xl;
68
65
  }
69
- get xk() {
70
- return this.xi;
66
+ get xl() {
67
+ return this.xj;
71
68
  }
72
- set xk(a) {
73
- let b = this.xi;
74
- let c = this.xk != a;
69
+ set xl(a) {
70
+ let b = this.xj;
71
+ let c = this.xl != a;
75
72
  if (c) {
76
- this.xi = a;
77
- this.xp(b, this.xi);
73
+ this.xj = a;
74
+ this.xq(b, this.xj);
78
75
  }
79
76
  }
80
77
  get_hasMarkers() {
81
- return this.xk.hasMarkers;
78
+ return this.xl.hasMarkers;
82
79
  }
83
- xp(a, b) {
84
- if (this.xi != null) {
85
- let hostedSeries_ = this.xi;
80
+ xq(a, b) {
81
+ if (this.xj != null) {
82
+ let hostedSeries_ = this.xj;
86
83
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
87
84
  hostedSeries_.externalObject._implementation = hostedSeries_;
88
85
  }
89
- this.pr(this.xk);
90
- this.xl.ci();
86
+ this.ps(this.xl);
87
+ this.xm.ci();
91
88
  if (a != null) {
92
89
  let c = (a);
93
- this.si(c, null);
90
+ this.sj(c, null);
94
91
  }
95
92
  if (b != null) {
96
93
  let d = (b);
97
- this.si(d, this);
94
+ this.sj(d, this);
98
95
  }
99
96
  }
100
97
  dh(a, b, c) {
101
- return this.dj(this.xk, a, b, c);
98
+ return this.dj(this.xl, a, b, c);
102
99
  }
103
100
  di(a, b, c) {
104
- return this.dk(this.xk, a, b, c);
101
+ return this.dk(this.xl, a, b, c);
105
102
  }
106
103
  kw(a) {
107
- return this.k5(this.xk, a);
104
+ return this.k5(this.xl, a);
108
105
  }
109
106
  kj(a, b) {
110
- return this.xk.kj(a, b);
107
+ return this.xl.kj(a, b);
111
108
  }
112
109
  kh(a, b) {
113
- return this.xk.kh(a, b);
110
+ return this.xl.kh(a, b);
114
111
  }
115
112
  jd(a, b, c) {
116
- return this.xk.jd(a, b, c);
113
+ return this.xl.jd(a, b, c);
117
114
  }
118
- wv(a, b, c) {
119
- return this.xk.wv(a, b, c);
115
+ ww(a, b, c) {
116
+ return this.xl.ww(a, b, c);
120
117
  }
121
- w7(a) {
122
- return this.xk.w7(a);
118
+ w8(a) {
119
+ return this.xl.w8(a);
123
120
  }
124
121
  ao(a) {
125
- return this.xk.ao(a);
122
+ return this.xl.ao(a);
126
123
  }
127
- w8(a) {
128
- return this.xk.w8(a);
124
+ w9(a) {
125
+ return this.xl.w9(a);
129
126
  }
130
127
  ap(a) {
131
- return this.xk.ap(a);
132
- }
133
- w9(a) {
134
- return this.xk.w9(a);
128
+ return this.xl.ap(a);
135
129
  }
136
130
  xa(a) {
137
- return this.xk.xa(a);
131
+ return this.xl.xa(a);
132
+ }
133
+ xb(a) {
134
+ return this.xl.xb(a);
138
135
  }
139
136
  i9(a, b, c) {
140
- return this.xk.i9(a, b, c);
137
+ return this.xl.i9(a, b, c);
141
138
  }
142
- wr(a, b, c) {
143
- return this.xk.wr(a, b, c);
139
+ ws(a, b, c) {
140
+ return this.xl.ws(a, b, c);
144
141
  }
145
142
  jb(a, b, c) {
146
143
  return this.jd(a, b, c);
147
144
  }
148
- wt(a, b, c) {
149
- return this.xk.wt(a, b, c);
145
+ wu(a, b, c) {
146
+ return this.xl.wu(a, b, c);
150
147
  }
151
- ww(a, b, c) {
152
- return this.xk.ww(a, b, c);
148
+ wx(a, b, c) {
149
+ return this.xl.wx(a, b, c);
153
150
  }
154
151
  je(a, b, c) {
155
- return this.xk.je(a, b, c);
152
+ return this.xl.je(a, b, c);
156
153
  }
157
- ws(a, b, c) {
158
- return this.xk.ws(a, b, c);
154
+ wt(a, b, c) {
155
+ return this.xl.wt(a, b, c);
159
156
  }
160
157
  ja(a, b, c) {
161
- return this.xk.ja(a, b, c);
158
+ return this.xl.ja(a, b, c);
162
159
  }
163
- wu(a, b, c) {
164
- return this.xk.wu(a, b, c);
160
+ wv(a, b, c) {
161
+ return this.xl.wv(a, b, c);
165
162
  }
166
163
  jc(a, b, c) {
167
- return this.xk.jc(a, b, c);
164
+ return this.xl.jc(a, b, c);
168
165
  }
169
166
  kd(a) {
170
- return this.xk.kd(a);
167
+ return this.xl.kd(a);
171
168
  }
172
169
  i3() {
173
- return this.xk.i3();
170
+ return this.xl.i3();
174
171
  }
175
172
  iz(a) {
176
- return this.xk.iz(a);
173
+ return this.xl.iz(a);
177
174
  }
178
175
  kx(a) {
179
- return this.xk.kx(a);
176
+ return this.xl.kx(a);
180
177
  }
181
178
  ct() {
182
179
  return new HostSeriesView(this);
183
180
  }
184
- rg(a) {
185
- super.rg(a);
186
- this.xl = typeCast(HostSeriesView.$, a);
181
+ rh(a) {
182
+ super.rh(a);
183
+ this.xm = typeCast(HostSeriesView.$, a);
187
184
  }
188
- get xm() {
189
- return this.c(GeographicMapSeriesHost.xr);
185
+ get xn() {
186
+ return this.c(GeographicMapSeriesHost.xs);
190
187
  }
191
- set xm(a) {
192
- this.h(GeographicMapSeriesHost.xr, a);
188
+ set xn(a) {
189
+ this.h(GeographicMapSeriesHost.xs, a);
193
190
  }
194
- rp(a, b, c, d) {
195
- super.rp(a, b, c, d);
191
+ rq(a, b, c, d) {
192
+ super.rq(a, b, c, d);
196
193
  switch (b) {
197
194
  case "SeriesViewer":
198
- this.xk.dc = this.dc;
195
+ this.xl.dc = this.dc;
199
196
  if (c != null) {
200
- c.s9(this.xk);
197
+ c.s9(this.xl);
201
198
  }
202
199
  if (d != null) {
203
- this.dc.on(this.xk);
200
+ this.dc.on(this.xl);
204
201
  }
205
- this.xk.rs(this.xc);
206
- this.xk.index = this.index;
207
- this.qd(this.xk);
208
- this.kp = this.xk.kp;
202
+ this.xl.rt(this.xd);
203
+ this.xl.index = this.index;
204
+ this.qe(this.xl);
205
+ this.kp = this.xl.kp;
209
206
  let e = typeCast(SeriesViewer.$, c);
210
207
  if (e != null) {
211
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xq));
208
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xr));
212
209
  }
213
210
  if (this.dc != null) {
214
211
  let f = this.dc;
215
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xq));
212
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xr));
216
213
  }
217
- this.xo();
214
+ this.xp();
218
215
  break;
219
216
  case "SyncLink":
220
- this.xk.c4 = this.c4;
217
+ this.xl.c4 = this.c4;
221
218
  break;
222
219
  case "VisibleFromScale":
223
- this.xo();
220
+ this.xp();
224
221
  break;
225
222
  case "Index":
226
- this.xk.index = this.index;
223
+ this.xl.index = this.index;
227
224
  break;
228
225
  case "ItemsSource":
229
- this.xl.cj();
226
+ this.xm.cj();
230
227
  break;
231
228
  case "Resolution":
232
- this.xl.cq();
229
+ this.xm.cq();
233
230
  break;
234
231
  case "TransitionDuration":
235
- this.xl.ct();
232
+ this.xm.ct();
236
233
  break;
237
234
  case "Opacity":
238
- this.xl.cn();
235
+ this.xm.cn();
239
236
  break;
240
237
  case "Visibility":
241
- let hs_ = this.xk;
238
+ let hs_ = this.xl;
242
239
  let v_ = this._visibility;
243
240
  hs_.visibility = v_;
244
241
  break;
245
242
  case "MouseOverEnabled":
246
- this.xk.ge = this.ge;
243
+ this.xl.ge = this.ge;
247
244
  break;
248
245
  case "ExpectFunctions":
249
- this.xk.expectFunctions = this.expectFunctions;
246
+ this.xl.expectFunctions = this.expectFunctions;
250
247
  break;
251
248
  case "Thickness":
252
- this.xl.cs();
249
+ this.xm.cs();
253
250
  break;
254
251
  case "Brush":
255
- this.xl.ch();
252
+ this.xm.ch();
256
253
  break;
257
254
  case "Outline":
258
- this.xl.cp();
255
+ this.xm.cp();
259
256
  break;
260
257
  case "ActualBrush":
261
- this.xl.ce();
258
+ this.xm.ce();
262
259
  break;
263
260
  case "ActualOutline":
264
- this.xl.cf();
261
+ this.xm.cf();
265
262
  break;
266
263
  case "MarkerFillOpacity":
267
264
  if (!isNaN_(this.jo)) {
268
- this.xl.cm();
265
+ this.xm.cm();
269
266
  }
270
267
  break;
271
268
  case "AreaFillOpacity":
272
269
  if (!isNaN_(this.ir)) {
273
- this.xl.cg();
270
+ this.xm.cg();
274
271
  }
275
272
  break;
276
273
  case "OutlineMode":
277
- this.xl.co();
274
+ this.xm.co();
278
275
  break;
279
276
  case "ShowDefaultTooltip":
280
- this.xl.cr();
277
+ this.xm.cr();
281
278
  break;
282
279
  case "Title":
283
- this.xk.title = this.title;
280
+ this.xl.title = this.title;
284
281
  break;
285
282
  case "LegendItemBadgeMode":
286
- this.xl.ck();
283
+ this.xm.ck();
287
284
  break;
288
285
  case "LegendItemBadgeShape":
289
- this.xl.cl();
286
+ this.xm.cl();
290
287
  break;
291
288
  case "Legend":
292
- this.xk.legend = this.legend;
289
+ this.xl.legend = this.legend;
293
290
  this.cw.a5();
294
291
  break;
295
292
  }
296
293
  }
297
- xo() {
298
- if (this.dc == null || this.xk == null) {
294
+ xp() {
295
+ if (this.dc == null || this.xl == null) {
299
296
  return;
300
297
  }
301
- if (!isNaN_(this.xm)) {
302
- if (this.dc.yr.width > this.xm) {
303
- let hs_ = this.xk;
298
+ if (!isNaN_(this.xn)) {
299
+ if (this.dc.yr.width > this.xn) {
300
+ let hs_ = this.xl;
304
301
  let v_ = 1;
305
302
  hs_.visibility = v_;
306
303
  }
307
304
  else {
308
- let hs2_ = this.xk;
305
+ let hs2_ = this.xl;
309
306
  let v2_ = 0;
310
307
  hs2_.visibility = v2_;
311
308
  }
312
309
  }
313
310
  }
314
- xq(a, b) {
315
- this.xo();
311
+ xr(a, b) {
312
+ this.xp();
316
313
  }
317
- r7(a) {
318
- super.r7(a);
319
- if (this.xk != null) {
320
- this.xk.r7(a);
314
+ r8(a) {
315
+ super.r8(a);
316
+ if (this.xl != null) {
317
+ this.xl.r8(a);
321
318
  }
322
319
  }
323
- rk(a) {
324
- super.rk(a);
325
- if (this.xk != null) {
326
- this.xk.q1();
320
+ rl(a) {
321
+ super.rl(a);
322
+ if (this.xl != null) {
323
+ this.xl.q2();
327
324
  }
328
325
  }
329
- r6(a, b, c, d, e) {
330
- if (this.xk != null) {
331
- this.xk.r6(a, b, c, d, e);
326
+ r7(a, b, c, d, e) {
327
+ if (this.xl != null) {
328
+ this.xl.r7(a, b, c, d, e);
332
329
  }
333
330
  }
334
331
  a2(a, b) {
335
- return this.xk.a2(a, b);
332
+ return this.xl.a2(a, b);
336
333
  }
337
- st() {
338
- super.st();
339
- this.xk.st();
334
+ su() {
335
+ super.su();
336
+ this.xl.su();
340
337
  }
341
338
  get_coercionMethods() {
342
339
  return this._coercionMethods;
343
340
  }
344
341
  set_coercionMethods(a) {
345
342
  this._coercionMethods = a;
346
- this.xk.coercionMethods = a;
343
+ this.xl.coercionMethods = a;
347
344
  }
348
- qc(a) {
349
- super.qc(a);
350
- if (this.xk != null) {
351
- let b = this.xk.kv();
352
- this.pk(a, b);
345
+ qd(a) {
346
+ super.qd(a);
347
+ if (this.xl != null) {
348
+ let b = this.xl.kv();
349
+ this.pl(a, b);
353
350
  }
354
351
  }
355
352
  }
356
353
  GeographicMapSeriesHost.$t = /*@__PURE__*/ markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
357
- GeographicMapSeriesHost.xr = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
354
+ GeographicMapSeriesHost.xs = /*@__PURE__*/ DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, /*@__PURE__*/ new PropertyMetadata(2, 1, (a, b) => {
358
355
  let c = a;
359
356
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
360
357
  }));
361
358
  return GeographicMapSeriesHost;
362
359
  })();
363
- /**
364
- * @hidden
365
- */
366
- export let HostSeriesView = /*@__PURE__*/ (() => {
360
+ export { GeographicMapSeriesHost };
361
+ let HostSeriesView = /*@__PURE__*/ (() => {
367
362
  class HostSeriesView extends SeriesView {
368
363
  constructor(a) {
369
364
  super(a);
@@ -375,68 +370,69 @@ export let HostSeriesView = /*@__PURE__*/ (() => {
375
370
  }
376
371
  ci() {
377
372
  this.cd.legendItemVisibility = 1;
378
- this.cd.xk.legendItemVisibility = 0;
379
- this.cd.xk.itemsSource = this.cd.itemsSource;
380
- this.cd.xk.index = this.cd.index;
381
- this.cd.xk.vy = this.cd.vy;
382
- this.cd.xk.we = this.cd.vy;
383
- this.cd.xk.cj = this.cd.cj;
384
- this.cd.xk.jr = this.cd.jr;
385
- this.cd.xk.km = this.cd.km;
386
- this.cd.xk._opacity = this.cd._opacity;
387
- this.cd.xk.jy = this.cd.jy;
388
- this.cd.xk.ir = this.cd.ir;
389
- this.cd.xk.jo = this.cd.jo;
390
- this.cd.xk.gv = this.cd.gv;
391
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
392
- this.cd.xk.be = this.cd.be;
373
+ this.cd.xl.legendItemVisibility = 0;
374
+ this.cd.xl.itemsSource = this.cd.itemsSource;
375
+ this.cd.xl.index = this.cd.index;
376
+ this.cd.xl.vz = this.cd.vz;
377
+ this.cd.xl.wf = this.cd.vz;
378
+ this.cd.xl.cj = this.cd.cj;
379
+ this.cd.xl.jr = this.cd.jr;
380
+ this.cd.xl.km = this.cd.km;
381
+ this.cd.xl._opacity = this.cd._opacity;
382
+ this.cd.xl.jy = this.cd.jy;
383
+ this.cd.xl.ir = this.cd.ir;
384
+ this.cd.xl.jo = this.cd.jo;
385
+ this.cd.xl.gv = this.cd.gv;
386
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
387
+ this.cd.xl.be = this.cd.be;
393
388
  }
394
389
  cj() {
395
- this.cd.xk.itemsSource = this.cd.itemsSource;
390
+ this.cd.xl.itemsSource = this.cd.itemsSource;
396
391
  }
397
392
  cq() {
398
- this.cd.xk.jr = this.cd.jr;
393
+ this.cd.xl.jr = this.cd.jr;
399
394
  }
400
395
  ct() {
401
- this.cd.xk.km = this.cd.km;
396
+ this.cd.xl.km = this.cd.km;
402
397
  }
403
398
  cn() {
404
- this.cd.xk._opacity = this.cd._opacity;
399
+ this.cd.xl._opacity = this.cd._opacity;
405
400
  }
406
401
  cs() {
407
- this.cd.xk.jy = this.cd.jy;
402
+ this.cd.xl.jy = this.cd.jy;
408
403
  }
409
404
  ch() {
410
- this.cd.xk.vy = this.cd.vy;
405
+ this.cd.xl.vz = this.cd.vz;
411
406
  }
412
407
  cp() {
413
- this.cd.xk.we = this.cd.we;
408
+ this.cd.xl.wf = this.cd.wf;
414
409
  }
415
410
  ce() {
416
- this.cd.xk.vy = this.cd.vs;
411
+ this.cd.xl.vz = this.cd.vt;
417
412
  }
418
413
  cf() {
419
- this.cd.xk.we = this.cd.vw;
414
+ this.cd.xl.wf = this.cd.vx;
420
415
  }
421
416
  ck() {
422
- this.cd.xk.be = this.cd.be;
417
+ this.cd.xl.be = this.cd.be;
423
418
  }
424
419
  cl() {
425
- this.cd.xk.legendItemBadgeShape = this.cd.legendItemBadgeShape;
420
+ this.cd.xl.legendItemBadgeShape = this.cd.legendItemBadgeShape;
426
421
  }
427
422
  cg() {
428
- this.cd.xk.ir = this.cd.ir;
423
+ this.cd.xl.ir = this.cd.ir;
429
424
  }
430
425
  cm() {
431
- this.cd.xk.jo = this.cd.jo;
426
+ this.cd.xl.jo = this.cd.jo;
432
427
  }
433
428
  co() {
434
- this.cd.xk.cj = this.cd.cj;
429
+ this.cd.xl.cj = this.cd.cj;
435
430
  }
436
431
  cr() {
437
- this.cd.xk.gv = this.cd.gv;
432
+ this.cd.xl.gv = this.cd.gv;
438
433
  }
439
434
  }
440
435
  HostSeriesView.$t = /*@__PURE__*/ markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
441
436
  return HostSeriesView;
442
437
  })();
438
+ export { HostSeriesView };