igniteui-webcomponents-maps 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,10 +12,7 @@ import { DependencyProperty } from "igniteui-webcomponents-core";
12
12
  import { CollisionAvoidanceType_$type } from "igniteui-webcomponents-charts";
13
13
  import { ScatterItemSearchMode_$type } from "igniteui-webcomponents-charts";
14
14
  import { PropertyMetadata } from "igniteui-webcomponents-core";
15
- /**
16
- * @hidden
17
- */
18
- export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
15
+ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
19
16
  class GeographicSymbolSeriesView extends HostSeriesView {
20
17
  constructor(a) {
21
18
  super(a);
@@ -28,40 +25,40 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
25
  }
29
26
  }
30
27
  ci() {
31
- let a = this.cu.xk;
28
+ let a = this.cu.xl;
32
29
  super.ci();
33
- a.abd = this.cu.y8;
34
- a.abl = this.cu.y6;
35
- a.xu = this.cu.xu;
36
- a.ym = this.cu.ya;
37
- a.x3 = this.cu.xv;
30
+ a.abe = this.cu.y9;
31
+ a.abm = this.cu.y7;
32
+ a.xv = this.cu.xv;
33
+ a.yn = this.cu.yb;
34
+ a.x4 = this.cu.xw;
38
35
  }
39
36
  cw() {
40
- this.cu.xk.abd = this.cu.y8;
37
+ this.cu.xl.abe = this.cu.y9;
41
38
  }
42
39
  cv() {
43
- this.cu.xk.abl = this.cu.y6;
40
+ this.cu.xl.abm = this.cu.y7;
44
41
  }
45
42
  c2() {
46
- this.cu.xk.xu = this.cu.xu;
43
+ this.cu.xl.xv = this.cu.xv;
47
44
  }
48
45
  c0() {
49
- this.cu.xk.ym = this.cu.ya;
46
+ this.cu.xl.yn = this.cu.yb;
50
47
  }
51
48
  c1() {
52
- this.cu.xk.x3 = this.cu.xv;
49
+ this.cu.xl.x4 = this.cu.xw;
53
50
  }
54
51
  c3() {
55
- this.cu.xk.aat = this.cu.xw;
52
+ this.cu.xl.aau = this.cu.xx;
56
53
  }
57
54
  c5() {
58
- this.cu.xk.xAxis = this.cu.dc.zh;
55
+ this.cu.xl.xAxis = this.cu.dc.zh;
59
56
  }
60
57
  c6() {
61
- this.cu.xk.yAxis = this.cu.dc.zj;
58
+ this.cu.xl.yAxis = this.cu.dc.zj;
62
59
  }
63
60
  c4() {
64
- let a = this.cu.xk;
61
+ let a = this.cu.xl;
65
62
  if (this.cu.dc == null) {
66
63
  a.xAxis = null;
67
64
  a.yAxis = null;
@@ -71,22 +68,20 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
71
68
  a.yAxis = this.cu.dc.zj;
72
69
  }
73
70
  cy() {
74
- this.cu.xk.zd = this.cu.ys;
71
+ this.cu.xl.ze = this.cu.yt;
75
72
  }
76
73
  cx() {
77
- this.cu.xk.y3 = this.cu.yo;
74
+ this.cu.xl.y4 = this.cu.yp;
78
75
  }
79
76
  cz() {
80
- this.cu.xk.y4 = this.cu.yp;
77
+ this.cu.xl.y5 = this.cu.yq;
81
78
  }
82
79
  }
83
80
  GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
84
81
  return GeographicSymbolSeriesView;
85
82
  })();
86
- /**
87
- * @hidden
88
- */
89
- export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
83
+ export { GeographicSymbolSeriesView };
84
+ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
90
85
  class GeographicSymbolSeries extends GeographicMarkerSeries {
91
86
  bk() {
92
87
  return new GeographicSymbolSeries();
@@ -96,9 +91,9 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
96
91
  }
97
92
  constructor() {
98
93
  super();
99
- this.yu = null;
94
+ this.yv = null;
95
+ this.yy = false;
100
96
  this.yx = false;
101
- this.yw = false;
102
97
  this.assigningScatterStyle = null;
103
98
  this.assigningScatterMarkerStyle = null;
104
99
  this.ab = GeographicSymbolSeries.$;
@@ -106,84 +101,85 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
106
101
  ct() {
107
102
  return new GeographicSymbolSeriesView(this);
108
103
  }
109
- rg(a) {
110
- super.rg(a);
111
- this.yv = a;
104
+ rh(a) {
105
+ super.rh(a);
106
+ this.yw = a;
112
107
  }
113
108
  jt() {
114
109
  return 0.7;
115
110
  }
116
- xj() {
111
+ xk() {
117
112
  return new ScatterSeries();
118
113
  }
119
114
  get_fh() {
120
115
  return true;
121
116
  }
122
- rp(a, b, c, d) {
123
- super.rp(a, b, c, d);
117
+ rq(a, b, c, d) {
118
+ super.rq(a, b, c, d);
124
119
  switch (b) {
125
120
  case "SeriesViewer":
126
- this.yv.c4();
121
+ this.yw.c4();
127
122
  break;
128
123
  case GeographicSymbolSeries.$$p[5]:
129
- this.yv.cw();
124
+ this.yw.cw();
130
125
  break;
131
126
  case GeographicSymbolSeries.$$p[4]:
132
- this.yv.cv();
127
+ this.yw.cv();
133
128
  break;
134
129
  case GeographicSymbolSeries.$$p[6]:
135
- this.yv.cy();
130
+ this.yw.cy();
136
131
  break;
137
132
  case "XAxis":
138
- this.yv.c5();
133
+ this.yw.c5();
139
134
  break;
140
135
  case "YAxis":
141
- this.yv.c6();
136
+ this.yw.c6();
142
137
  break;
143
138
  case GeographicSymbolSeries.$$p[1]:
144
- this.xk.z9 = this.yz;
145
- this.yx = this.yz;
146
- if (this.yz) {
147
- let e = this.xk;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zd));
139
+ this.xl.aaa = this.y0;
140
+ this.yy = this.y0;
141
+ if (this.y0) {
142
+ let e = this.xl;
143
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
149
144
  }
150
145
  else {
151
- let f = this.xk;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zd));
146
+ let f = this.xl;
147
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
153
148
  }
154
149
  break;
155
150
  case GeographicSymbolSeries.$$p[0]:
156
- this.xk.z8 = this.yy;
157
- this.yw = this.yy;
158
- if (this.yz) {
159
- let g = this.xk;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zc));
151
+ this.xl.z9 = this.yz;
152
+ this.yx = this.yz;
153
+ if (this.y0) {
154
+ let g = this.xl;
155
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
161
156
  }
162
157
  else {
163
- let h = this.xk;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zc));
158
+ let h = this.xl;
159
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
165
160
  }
166
161
  break;
167
162
  case GeographicSymbolSeries.$$p[2]:
168
- this.xk.zs = this.yt;
163
+ this.xl.zt = this.yu;
169
164
  break;
170
165
  case GeographicSymbolSeries.$$p[3]:
171
- this.xk.aas = this.y1;
166
+ this.xl.aat = this.y2;
172
167
  break;
173
168
  }
174
169
  }
175
- zd(a, b) {
170
+ ze(a, b) {
176
171
  if (this.assigningScatterStyle != null) {
177
172
  this.assigningScatterStyle(this, b);
178
173
  }
179
174
  }
180
- zc(a, b) {
175
+ zd(a, b) {
181
176
  if (this.assigningScatterMarkerStyle != null) {
182
177
  this.assigningScatterMarkerStyle(this, b);
183
178
  }
184
179
  }
185
180
  }
186
181
  GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
187
- GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yy:ze', [0, false], 'IsCustomScatterStyleAllowed:yz:zf', [0, false], 'ItemSearchMode:yt:zg', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y1:zh', [1, 10000], 'LatitudeMemberPath:y6:zi', [2, null], 'LongitudeMemberPath:y8:zj', [2, null], 'MarkerCollisionAvoidance:ys:zk', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y0:zl', [0, false]]);
182
+ GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
188
183
  return GeographicSymbolSeries;
189
184
  })();
185
+ export { GeographicSymbolSeries };
@@ -8,10 +8,7 @@ import { TileSeries } from "./TileSeries";
8
8
  import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
9
9
  import { runOn, delegateRemove, delegateCombine, markType } from "igniteui-webcomponents-core";
10
10
  import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
11
- /**
12
- * @hidden
13
- */
14
- export let GeographicTileSeries = /*@__PURE__*/ (() => {
11
+ let GeographicTileSeries = /*@__PURE__*/ (() => {
15
12
  class GeographicTileSeries extends GeographicShapeSeriesBase {
16
13
  bk() {
17
14
  return new GeographicTileSeries();
@@ -21,54 +18,54 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
21
18
  }
22
19
  constructor() {
23
20
  super();
21
+ this.y1 = null;
24
22
  this.y0 = null;
25
- this.yz = null;
26
23
  this.imageTilesReady = null;
27
24
  this.ab = GeographicTileSeries.$;
28
25
  }
29
- get y1() {
30
- return this.y0;
26
+ get y2() {
27
+ return this.y1;
31
28
  }
32
- set y1(a) {
33
- let b = a != this.y1;
29
+ set y2(a) {
30
+ let b = a != this.y2;
34
31
  if (b) {
35
- let c = this.y1;
36
- this.y0 = a;
32
+ let c = this.y2;
33
+ this.y1 = a;
37
34
  this.raisePropertyChanged("TileImagery", c, a);
38
35
  }
39
36
  }
40
- y5() {
41
- if (this.y1 != null) {
42
- this.y1.clearTileCache();
37
+ y6() {
38
+ if (this.y2 != null) {
39
+ this.y2.clearTileCache();
43
40
  }
44
41
  }
45
- rp(a, b, c, d) {
46
- super.rp(a, b, c, d);
42
+ rq(a, b, c, d) {
43
+ super.rq(a, b, c, d);
47
44
  switch (b) {
48
45
  case "TileImagery":
49
- if (this.xk != null) {
50
- this.xk.aav = this.y1;
46
+ if (this.xl != null) {
47
+ this.xl.aaw = this.y2;
51
48
  }
52
49
  break;
53
50
  }
54
51
  }
55
- xp(a, b) {
56
- super.xp(a, b);
57
- this.xk.aav = this.y1;
58
- if (this.yz != null) {
59
- let c = this.yz;
60
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y4));
52
+ xq(a, b) {
53
+ super.xq(a, b);
54
+ this.xl.aaw = this.y2;
55
+ if (this.y0 != null) {
56
+ let c = this.y0;
57
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
61
58
  }
62
- this.yz = this.xk;
63
- if (this.yz != null) {
64
- let d = this.yz;
65
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y4));
59
+ this.y0 = this.xl;
60
+ if (this.y0 != null) {
61
+ let d = this.y0;
62
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
66
63
  }
67
64
  }
68
- xj() {
65
+ xk() {
69
66
  return new TileSeries();
70
67
  }
71
- y4(a, b) {
68
+ y5(a, b) {
72
69
  if (this.imageTilesReady != null) {
73
70
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
74
71
  }
@@ -77,3 +74,4 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
77
74
  GeographicTileSeries.$t = /*@__PURE__*/ markType(GeographicTileSeries, 'GeographicTileSeries', GeographicShapeSeriesBase.$);
78
75
  return GeographicTileSeries;
79
76
  })();
77
+ export { GeographicTileSeries };
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let GeographicXYTriangulatingSeriesBase = /*@__PURE__*/ (() => {
9
+ let GeographicXYTriangulatingSeriesBase = /*@__PURE__*/ (() => {
13
10
  class GeographicXYTriangulatingSeriesBase extends GeographicMapSeriesHost {
14
11
  }
15
12
  GeographicXYTriangulatingSeriesBase.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesBase, 'GeographicXYTriangulatingSeriesBase', GeographicMapSeriesHost.$);
16
13
  return GeographicXYTriangulatingSeriesBase;
17
14
  })();
15
+ export { GeographicXYTriangulatingSeriesBase };
@@ -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 GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
9
+ let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
13
10
  class GeographicXYTriangulatingSeriesBaseView extends HostSeriesView {
14
11
  constructor(a) {
15
12
  super(a);
@@ -20,3 +17,4 @@ export let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
20
17
  GeographicXYTriangulatingSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
21
18
  return GeographicXYTriangulatingSeriesBaseView;
22
19
  })();
20
+ export { GeographicXYTriangulatingSeriesBaseView };
@@ -5,12 +5,10 @@ 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
7
  import { EventArgs, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let ImageTilesReadyEventArgs = /*@__PURE__*/ (() => {
8
+ let ImageTilesReadyEventArgs = /*@__PURE__*/ (() => {
12
9
  class ImageTilesReadyEventArgs extends EventArgs {
13
10
  }
14
11
  ImageTilesReadyEventArgs.$t = /*@__PURE__*/ markType(ImageTilesReadyEventArgs, 'ImageTilesReadyEventArgs', EventArgs.$);
15
12
  return ImageTilesReadyEventArgs;
16
13
  })();
14
+ export { ImageTilesReadyEventArgs };
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { Base, String_$type, markType } from "igniteui-webcomponents-core";
8
8
  import { List$1 } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let ImageryMetadata = /*@__PURE__*/ (() => {
9
+ let ImageryMetadata = /*@__PURE__*/ (() => {
13
10
  class ImageryMetadata extends Base {
14
11
  constructor() {
15
12
  super();
@@ -21,3 +18,4 @@ export let ImageryMetadata = /*@__PURE__*/ (() => {
21
18
  ImageryMetadata.$t = /*@__PURE__*/ markType(ImageryMetadata, 'ImageryMetadata');
22
19
  return ImageryMetadata;
23
20
  })();
21
+ export { ImageryMetadata };
@@ -5,12 +5,10 @@ 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
7
  import { EventArgs, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let ImagesChangedEventArgs = /*@__PURE__*/ (() => {
8
+ let ImagesChangedEventArgs = /*@__PURE__*/ (() => {
12
9
  class ImagesChangedEventArgs extends EventArgs {
13
10
  }
14
11
  ImagesChangedEventArgs.$t = /*@__PURE__*/ markType(ImagesChangedEventArgs, 'ImagesChangedEventArgs', EventArgs.$);
15
12
  return ImagesChangedEventArgs;
16
13
  })();
14
+ export { ImagesChangedEventArgs };
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let LevelOfDetailResponseModel = /*@__PURE__*/ (() => {
8
+ let LevelOfDetailResponseModel = /*@__PURE__*/ (() => {
12
9
  class LevelOfDetailResponseModel extends Base {
13
10
  constructor() {
14
11
  super(...arguments);
@@ -38,3 +35,4 @@ export let LevelOfDetailResponseModel = /*@__PURE__*/ (() => {
38
35
  LevelOfDetailResponseModel.$t = /*@__PURE__*/ markType(LevelOfDetailResponseModel, 'LevelOfDetailResponseModel');
39
36
  return LevelOfDetailResponseModel;
40
37
  })();
38
+ export { LevelOfDetailResponseModel };
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let MapServerResponseModel = /*@__PURE__*/ (() => {
8
+ let MapServerResponseModel = /*@__PURE__*/ (() => {
12
9
  class MapServerResponseModel extends Base {
13
10
  constructor() {
14
11
  super(...arguments);
@@ -31,3 +28,4 @@ export let MapServerResponseModel = /*@__PURE__*/ (() => {
31
28
  MapServerResponseModel.$t = /*@__PURE__*/ markType(MapServerResponseModel, 'MapServerResponseModel');
32
29
  return MapServerResponseModel;
33
30
  })();
31
+ export { MapServerResponseModel };
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { HorizontalLinearScaler } from "igniteui-webcomponents-charts";
8
8
  import { Rect } from "igniteui-webcomponents-core";
9
9
  import { markType } from "igniteui-webcomponents-core";
10
- /**
11
- * @hidden
12
- */
13
- export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
10
+ let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
14
11
  class SphericalMercatorHorizontalScaler extends HorizontalLinearScaler {
15
12
  constructor() {
16
13
  super();
@@ -101,8 +98,8 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
101
98
  }
102
99
  }
103
100
  t(a, b, c, d, e) {
104
- d = a.q5;
105
- e = a.q4;
101
+ d = a.q9;
102
+ e = a.q8;
106
103
  return {
107
104
  p3: d,
108
105
  p4: e
@@ -133,3 +130,4 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
133
130
  SphericalMercatorHorizontalScaler.$t = /*@__PURE__*/ markType(SphericalMercatorHorizontalScaler, 'SphericalMercatorHorizontalScaler', HorizontalLinearScaler.$);
134
131
  return SphericalMercatorHorizontalScaler;
135
132
  })();
133
+ export { SphericalMercatorHorizontalScaler };
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { VerticalLinearScaler } from "igniteui-webcomponents-charts";
8
8
  import { Rect } from "igniteui-webcomponents-core";
9
9
  import { markType } from "igniteui-webcomponents-core";
10
- /**
11
- * @hidden
12
- */
13
- export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
10
+ let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
14
11
  class SphericalMercatorVerticalScaler extends VerticalLinearScaler {
15
12
  q(a, b) {
16
13
  if (!b.c.isEmpty) {
@@ -116,8 +113,8 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
116
113
  }
117
114
  }
118
115
  t(a, b, c, d, e) {
119
- d = this.ak(a.q5);
120
- e = this.ak(a.q4);
116
+ d = this.ak(a.q9);
117
+ e = this.ak(a.q8);
121
118
  return {
122
119
  p3: d,
123
120
  p4: e
@@ -190,3 +187,4 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
190
187
  SphericalMercatorVerticalScaler.ah = -85.05112878;
191
188
  return SphericalMercatorVerticalScaler;
192
189
  })();
190
+ export { SphericalMercatorVerticalScaler };
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { ObservableCollection$1 } from "igniteui-webcomponents-core";
8
8
  import { String_$type, markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let SubDomainsCollection = /*@__PURE__*/ (() => {
9
+ let SubDomainsCollection = /*@__PURE__*/ (() => {
13
10
  class SubDomainsCollection extends ObservableCollection$1 {
14
11
  constructor(a, ..._rest) {
15
12
  a = (a == void 0) ? 0 : a;
@@ -31,3 +28,4 @@ export let SubDomainsCollection = /*@__PURE__*/ (() => {
31
28
  SubDomainsCollection.$t = /*@__PURE__*/ markType(SubDomainsCollection, 'SubDomainsCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(String_$type));
32
29
  return SubDomainsCollection;
33
30
  })();
31
+ export { SubDomainsCollection };
@@ -11,10 +11,7 @@ import { TileGeneratorTileSource } from "igniteui-webcomponents-core";
11
11
  import { runOn, delegateCombine, markType, markDep } from "igniteui-webcomponents-core";
12
12
  import { PropertyMetadata } from "igniteui-webcomponents-core";
13
13
  import { stringReplace } from "igniteui-webcomponents-core";
14
- /**
15
- * @hidden
16
- */
17
- export let TileGeneratorMapImagery = /*@__PURE__*/ (() => {
14
+ let TileGeneratorMapImagery = /*@__PURE__*/ (() => {
18
15
  class TileGeneratorMapImagery extends GeographicMapImagery {
19
16
  constructor() {
20
17
  super(new TileGeneratorTileSource());
@@ -48,3 +45,4 @@ export let TileGeneratorMapImagery = /*@__PURE__*/ (() => {
48
45
  TileGeneratorMapImagery.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, TileGeneratorMapImagery, 'ba', ['TileGenerator', [ITileGenerator_$type, null]]);
49
46
  return TileGeneratorMapImagery;
50
47
  })();
48
+ export { TileGeneratorMapImagery };
@@ -5,10 +5,7 @@ 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
7
  import { Base, markType } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let TileInfoResponseModel = /*@__PURE__*/ (() => {
8
+ let TileInfoResponseModel = /*@__PURE__*/ (() => {
12
9
  class TileInfoResponseModel extends Base {
13
10
  constructor() {
14
11
  super(...arguments);
@@ -24,3 +21,4 @@ export let TileInfoResponseModel = /*@__PURE__*/ (() => {
24
21
  TileInfoResponseModel.$t = /*@__PURE__*/ markType(TileInfoResponseModel, 'TileInfoResponseModel');
25
22
  return TileInfoResponseModel;
26
23
  })();
24
+ export { TileInfoResponseModel };