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