igniteui-angular-maps 12.1.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 (647) hide show
  1. package/License +27 -0
  2. package/README.md +22 -0
  3. package/bundles/igniteui-angular-maps.umd.js +10492 -0
  4. package/bundles/igniteui-angular-maps.umd.js.map +1 -0
  5. package/bundles/igniteui-angular-maps.umd.min.js +2 -0
  6. package/bundles/igniteui-angular-maps.umd.min.js.map +1 -0
  7. package/esm2015/igniteui-angular-maps.js +5 -0
  8. package/esm2015/igniteui-angular-maps.js.map +1 -0
  9. package/esm2015/lib/ArcGISOnlineMapImagery.js +218 -0
  10. package/esm2015/lib/ArcGISOnlineMapImagery.js.map +1 -0
  11. package/esm2015/lib/BingMapsImageryStyle.js +42 -0
  12. package/esm2015/lib/BingMapsImageryStyle.js.map +1 -0
  13. package/esm2015/lib/BingMapsMapImagery.js +8 -0
  14. package/esm2015/lib/BingMapsMapImagery.js.map +1 -0
  15. package/esm2015/lib/BingMapsMapImageryView.js +8 -0
  16. package/esm2015/lib/BingMapsMapImageryView.js.map +1 -0
  17. package/esm2015/lib/BingMapsMapImageryView_combined.js +267 -0
  18. package/esm2015/lib/BingMapsMapImageryView_combined.js.map +1 -0
  19. package/esm2015/lib/BingResourceSet.js +21 -0
  20. package/esm2015/lib/BingResourceSet.js.map +1 -0
  21. package/esm2015/lib/BingResponse.js +21 -0
  22. package/esm2015/lib/BingResponse.js.map +1 -0
  23. package/esm2015/lib/CustomMapImagery.js +28 -0
  24. package/esm2015/lib/CustomMapImagery.js.map +1 -0
  25. package/esm2015/lib/GeographicContourLineSeries.js +8 -0
  26. package/esm2015/lib/GeographicContourLineSeries.js.map +1 -0
  27. package/esm2015/lib/GeographicContourLineSeriesView.js +8 -0
  28. package/esm2015/lib/GeographicContourLineSeriesView.js.map +1 -0
  29. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +102 -0
  30. package/esm2015/lib/GeographicContourLineSeriesView_combined.js.map +1 -0
  31. package/esm2015/lib/GeographicHighDensityScatterSeries.js +8 -0
  32. package/esm2015/lib/GeographicHighDensityScatterSeries.js.map +1 -0
  33. package/esm2015/lib/GeographicHighDensityScatterSeriesView.js +8 -0
  34. package/esm2015/lib/GeographicHighDensityScatterSeriesView.js.map +1 -0
  35. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +182 -0
  36. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -0
  37. package/esm2015/lib/GeographicMapImagery.js +8 -0
  38. package/esm2015/lib/GeographicMapImagery.js.map +1 -0
  39. package/esm2015/lib/GeographicMapImageryView.js +8 -0
  40. package/esm2015/lib/GeographicMapImageryView.js.map +1 -0
  41. package/esm2015/lib/GeographicMapSeriesHost.js +8 -0
  42. package/esm2015/lib/GeographicMapSeriesHost.js.map +1 -0
  43. package/esm2015/lib/GeographicMapSeriesHost_combined.js +314 -0
  44. package/esm2015/lib/GeographicMapSeriesHost_combined.js.map +1 -0
  45. package/esm2015/lib/GeographicPolylineSeries.js +8 -0
  46. package/esm2015/lib/GeographicPolylineSeries.js.map +1 -0
  47. package/esm2015/lib/GeographicPolylineSeriesView.js +8 -0
  48. package/esm2015/lib/GeographicPolylineSeriesView.js.map +1 -0
  49. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +77 -0
  50. package/esm2015/lib/GeographicPolylineSeriesView_combined.js.map +1 -0
  51. package/esm2015/lib/GeographicProportionalSymbolSeries.js +8 -0
  52. package/esm2015/lib/GeographicProportionalSymbolSeries.js.map +1 -0
  53. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +15 -0
  54. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -0
  55. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +20 -0
  56. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -0
  57. package/esm2015/lib/GeographicProportionalSymbolSeriesView.js +8 -0
  58. package/esm2015/lib/GeographicProportionalSymbolSeriesView.js.map +1 -0
  59. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +280 -0
  60. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -0
  61. package/esm2015/lib/GeographicScatterAreaSeries.js +8 -0
  62. package/esm2015/lib/GeographicScatterAreaSeries.js.map +1 -0
  63. package/esm2015/lib/GeographicScatterAreaSeriesView.js +8 -0
  64. package/esm2015/lib/GeographicScatterAreaSeriesView.js.map +1 -0
  65. package/esm2015/lib/GeographicShapeSeries.js +8 -0
  66. package/esm2015/lib/GeographicShapeSeries.js.map +1 -0
  67. package/esm2015/lib/GeographicShapeSeriesBase.js +8 -0
  68. package/esm2015/lib/GeographicShapeSeriesBase.js.map +1 -0
  69. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +15 -0
  70. package/esm2015/lib/GeographicShapeSeriesBaseBase.js.map +1 -0
  71. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +20 -0
  72. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js.map +1 -0
  73. package/esm2015/lib/GeographicShapeSeriesBaseView.js +8 -0
  74. package/esm2015/lib/GeographicShapeSeriesBaseView.js.map +1 -0
  75. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +191 -0
  76. package/esm2015/lib/GeographicShapeSeriesBase_combined.js.map +1 -0
  77. package/esm2015/lib/GeographicShapeSeriesView.js +8 -0
  78. package/esm2015/lib/GeographicShapeSeriesView.js.map +1 -0
  79. package/esm2015/lib/GeographicShapeSeriesView_combined.js +141 -0
  80. package/esm2015/lib/GeographicShapeSeriesView_combined.js.map +1 -0
  81. package/esm2015/lib/GeographicSymbolSeries.js +8 -0
  82. package/esm2015/lib/GeographicSymbolSeries.js.map +1 -0
  83. package/esm2015/lib/GeographicSymbolSeriesBase.js +15 -0
  84. package/esm2015/lib/GeographicSymbolSeriesBase.js.map +1 -0
  85. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +20 -0
  86. package/esm2015/lib/GeographicSymbolSeriesBaseView.js.map +1 -0
  87. package/esm2015/lib/GeographicSymbolSeriesView.js +8 -0
  88. package/esm2015/lib/GeographicSymbolSeriesView.js.map +1 -0
  89. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +211 -0
  90. package/esm2015/lib/GeographicSymbolSeriesView_combined.js.map +1 -0
  91. package/esm2015/lib/GeographicTileSeries.js +71 -0
  92. package/esm2015/lib/GeographicTileSeries.js.map +1 -0
  93. package/esm2015/lib/GeographicXYTriangulatingSeries.js +8 -0
  94. package/esm2015/lib/GeographicXYTriangulatingSeries.js.map +1 -0
  95. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +15 -0
  96. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js.map +1 -0
  97. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +20 -0
  98. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js.map +1 -0
  99. package/esm2015/lib/GeographicXYTriangulatingSeriesView.js +8 -0
  100. package/esm2015/lib/GeographicXYTriangulatingSeriesView.js.map +1 -0
  101. package/esm2015/lib/HostSeriesView.js +8 -0
  102. package/esm2015/lib/HostSeriesView.js.map +1 -0
  103. package/esm2015/lib/ImageTilesReadyEventArgs.js +14 -0
  104. package/esm2015/lib/ImageTilesReadyEventArgs.js.map +1 -0
  105. package/esm2015/lib/ImageryMetadata.js +21 -0
  106. package/esm2015/lib/ImageryMetadata.js.map +1 -0
  107. package/esm2015/lib/ImagesChangedEventArgs.js +14 -0
  108. package/esm2015/lib/ImagesChangedEventArgs.js.map +1 -0
  109. package/esm2015/lib/LevelOfDetailResponseModel.js +38 -0
  110. package/esm2015/lib/LevelOfDetailResponseModel.js.map +1 -0
  111. package/esm2015/lib/MapBackgroundTilingMode.js +30 -0
  112. package/esm2015/lib/MapBackgroundTilingMode.js.map +1 -0
  113. package/esm2015/lib/MapResizeBehavior.js +30 -0
  114. package/esm2015/lib/MapResizeBehavior.js.map +1 -0
  115. package/esm2015/lib/MapServerResponseModel.js +31 -0
  116. package/esm2015/lib/MapServerResponseModel.js.map +1 -0
  117. package/esm2015/lib/OpenStreetMapImagery.js +8 -0
  118. package/esm2015/lib/OpenStreetMapImagery.js.map +1 -0
  119. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +133 -0
  120. package/esm2015/lib/SphericalMercatorHorizontalScaler.js.map +1 -0
  121. package/esm2015/lib/SphericalMercatorVerticalScaler.js +190 -0
  122. package/esm2015/lib/SphericalMercatorVerticalScaler.js.map +1 -0
  123. package/esm2015/lib/SubDomainsCollection.js +31 -0
  124. package/esm2015/lib/SubDomainsCollection.js.map +1 -0
  125. package/esm2015/lib/TileGeneratorMapImagery.js +48 -0
  126. package/esm2015/lib/TileGeneratorMapImagery.js.map +1 -0
  127. package/esm2015/lib/TileInfoResponseModel.js +24 -0
  128. package/esm2015/lib/TileInfoResponseModel.js.map +1 -0
  129. package/esm2015/lib/TileSeries.js +8 -0
  130. package/esm2015/lib/TileSeries.js.map +1 -0
  131. package/esm2015/lib/TileSeriesView.js +8 -0
  132. package/esm2015/lib/TileSeriesView.js.map +1 -0
  133. package/esm2015/lib/TileSeries_combined.js +313 -0
  134. package/esm2015/lib/TileSeries_combined.js.map +1 -0
  135. package/esm2015/lib/TokenResponseModel.js +38 -0
  136. package/esm2015/lib/TokenResponseModel.js.map +1 -0
  137. package/esm2015/lib/XamGeographicMap.js +8 -0
  138. package/esm2015/lib/XamGeographicMap.js.map +1 -0
  139. package/esm2015/lib/XamGeographicMapView.js +8 -0
  140. package/esm2015/lib/XamGeographicMapView.js.map +1 -0
  141. package/esm2015/lib/XamGeographicMap_combined.js +1435 -0
  142. package/esm2015/lib/XamGeographicMap_combined.js.map +1 -0
  143. package/esm2015/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +30 -0
  144. package/esm2015/lib/igx-arc-gis-online-map-imagery-dynamic-module.js.map +1 -0
  145. package/esm2015/lib/igx-arc-gis-online-map-imagery-module.js +21 -0
  146. package/esm2015/lib/igx-arc-gis-online-map-imagery-module.js.map +1 -0
  147. package/esm2015/lib/igx-arc-gis-online-map-imagery.js +101 -0
  148. package/esm2015/lib/igx-arc-gis-online-map-imagery.js.map +1 -0
  149. package/esm2015/lib/igx-bing-maps-map-imagery-dynamic-module.js +30 -0
  150. package/esm2015/lib/igx-bing-maps-map-imagery-dynamic-module.js.map +1 -0
  151. package/esm2015/lib/igx-bing-maps-map-imagery-module.js +21 -0
  152. package/esm2015/lib/igx-bing-maps-map-imagery-module.js.map +1 -0
  153. package/esm2015/lib/igx-bing-maps-map-imagery.js +181 -0
  154. package/esm2015/lib/igx-bing-maps-map-imagery.js.map +1 -0
  155. package/esm2015/lib/igx-custom-map-imagery-dynamic-module.js +30 -0
  156. package/esm2015/lib/igx-custom-map-imagery-dynamic-module.js.map +1 -0
  157. package/esm2015/lib/igx-custom-map-imagery-module.js +21 -0
  158. package/esm2015/lib/igx-custom-map-imagery-module.js.map +1 -0
  159. package/esm2015/lib/igx-custom-map-imagery.js +46 -0
  160. package/esm2015/lib/igx-custom-map-imagery.js.map +1 -0
  161. package/esm2015/lib/igx-geographic-contour-line-series-component.js +158 -0
  162. package/esm2015/lib/igx-geographic-contour-line-series-component.js.map +1 -0
  163. package/esm2015/lib/igx-geographic-contour-line-series-dynamic-module.js +30 -0
  164. package/esm2015/lib/igx-geographic-contour-line-series-dynamic-module.js.map +1 -0
  165. package/esm2015/lib/igx-geographic-contour-line-series-module.js +23 -0
  166. package/esm2015/lib/igx-geographic-contour-line-series-module.js.map +1 -0
  167. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +221 -0
  168. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js.map +1 -0
  169. package/esm2015/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +30 -0
  170. package/esm2015/lib/igx-geographic-high-density-scatter-series-dynamic-module.js.map +1 -0
  171. package/esm2015/lib/igx-geographic-high-density-scatter-series-module.js +23 -0
  172. package/esm2015/lib/igx-geographic-high-density-scatter-series-module.js.map +1 -0
  173. package/esm2015/lib/igx-geographic-map-component.js +688 -0
  174. package/esm2015/lib/igx-geographic-map-component.js.map +1 -0
  175. package/esm2015/lib/igx-geographic-map-core-dynamic-module.js +42 -0
  176. package/esm2015/lib/igx-geographic-map-core-dynamic-module.js.map +1 -0
  177. package/esm2015/lib/igx-geographic-map-core-module.js +38 -0
  178. package/esm2015/lib/igx-geographic-map-core-module.js.map +1 -0
  179. package/esm2015/lib/igx-geographic-map-dynamic-module.js +69 -0
  180. package/esm2015/lib/igx-geographic-map-dynamic-module.js.map +1 -0
  181. package/esm2015/lib/igx-geographic-map-imagery.js +227 -0
  182. package/esm2015/lib/igx-geographic-map-imagery.js.map +1 -0
  183. package/esm2015/lib/igx-geographic-map-module.js +66 -0
  184. package/esm2015/lib/igx-geographic-map-module.js.map +1 -0
  185. package/esm2015/lib/igx-geographic-map-series-host-component.js +154 -0
  186. package/esm2015/lib/igx-geographic-map-series-host-component.js.map +1 -0
  187. package/esm2015/lib/igx-geographic-polyline-series-component.js +130 -0
  188. package/esm2015/lib/igx-geographic-polyline-series-component.js.map +1 -0
  189. package/esm2015/lib/igx-geographic-polyline-series-dynamic-module.js +30 -0
  190. package/esm2015/lib/igx-geographic-polyline-series-dynamic-module.js.map +1 -0
  191. package/esm2015/lib/igx-geographic-polyline-series-module.js +23 -0
  192. package/esm2015/lib/igx-geographic-polyline-series-module.js.map +1 -0
  193. package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js +16 -0
  194. package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js.map +1 -0
  195. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +490 -0
  196. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js.map +1 -0
  197. package/esm2015/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +30 -0
  198. package/esm2015/lib/igx-geographic-proportional-symbol-series-dynamic-module.js.map +1 -0
  199. package/esm2015/lib/igx-geographic-proportional-symbol-series-module.js +23 -0
  200. package/esm2015/lib/igx-geographic-proportional-symbol-series-module.js.map +1 -0
  201. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +125 -0
  202. package/esm2015/lib/igx-geographic-scatter-area-series-component.js.map +1 -0
  203. package/esm2015/lib/igx-geographic-scatter-area-series-dynamic-module.js +30 -0
  204. package/esm2015/lib/igx-geographic-scatter-area-series-dynamic-module.js.map +1 -0
  205. package/esm2015/lib/igx-geographic-scatter-area-series-module.js +23 -0
  206. package/esm2015/lib/igx-geographic-scatter-area-series-module.js.map +1 -0
  207. package/esm2015/lib/igx-geographic-shape-series-base-base-component.js +16 -0
  208. package/esm2015/lib/igx-geographic-shape-series-base-base-component.js.map +1 -0
  209. package/esm2015/lib/igx-geographic-shape-series-base-component.js +276 -0
  210. package/esm2015/lib/igx-geographic-shape-series-base-component.js.map +1 -0
  211. package/esm2015/lib/igx-geographic-shape-series-component.js +248 -0
  212. package/esm2015/lib/igx-geographic-shape-series-component.js.map +1 -0
  213. package/esm2015/lib/igx-geographic-shape-series-dynamic-module.js +30 -0
  214. package/esm2015/lib/igx-geographic-shape-series-dynamic-module.js.map +1 -0
  215. package/esm2015/lib/igx-geographic-shape-series-module.js +23 -0
  216. package/esm2015/lib/igx-geographic-shape-series-module.js.map +1 -0
  217. package/esm2015/lib/igx-geographic-symbol-series-base-component.js +16 -0
  218. package/esm2015/lib/igx-geographic-symbol-series-base-component.js.map +1 -0
  219. package/esm2015/lib/igx-geographic-symbol-series-component.js +310 -0
  220. package/esm2015/lib/igx-geographic-symbol-series-component.js.map +1 -0
  221. package/esm2015/lib/igx-geographic-symbol-series-dynamic-module.js +30 -0
  222. package/esm2015/lib/igx-geographic-symbol-series-dynamic-module.js.map +1 -0
  223. package/esm2015/lib/igx-geographic-symbol-series-module.js +23 -0
  224. package/esm2015/lib/igx-geographic-symbol-series-module.js.map +1 -0
  225. package/esm2015/lib/igx-geographic-tile-series-component.js +101 -0
  226. package/esm2015/lib/igx-geographic-tile-series-component.js.map +1 -0
  227. package/esm2015/lib/igx-geographic-tile-series-dynamic-module.js +30 -0
  228. package/esm2015/lib/igx-geographic-tile-series-dynamic-module.js.map +1 -0
  229. package/esm2015/lib/igx-geographic-tile-series-module.js +23 -0
  230. package/esm2015/lib/igx-geographic-tile-series-module.js.map +1 -0
  231. package/esm2015/lib/igx-geographic-xy-triangulating-series-base-component.js +16 -0
  232. package/esm2015/lib/igx-geographic-xy-triangulating-series-base-component.js.map +1 -0
  233. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +130 -0
  234. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js.map +1 -0
  235. package/esm2015/lib/igx-image-tiles-ready-event-args.js +25 -0
  236. package/esm2015/lib/igx-image-tiles-ready-event-args.js.map +1 -0
  237. package/esm2015/lib/igx-images-changed-event-args.js +25 -0
  238. package/esm2015/lib/igx-images-changed-event-args.js.map +1 -0
  239. package/esm2015/lib/igx-open-street-map-imagery-dynamic-module.js +30 -0
  240. package/esm2015/lib/igx-open-street-map-imagery-dynamic-module.js.map +1 -0
  241. package/esm2015/lib/igx-open-street-map-imagery-module.js +21 -0
  242. package/esm2015/lib/igx-open-street-map-imagery-module.js.map +1 -0
  243. package/esm2015/lib/igx-open-street-map-imagery.js +29 -0
  244. package/esm2015/lib/igx-open-street-map-imagery.js.map +1 -0
  245. package/esm2015/lib/igx-sub-domains-collection.js +31 -0
  246. package/esm2015/lib/igx-sub-domains-collection.js.map +1 -0
  247. package/esm2015/lib/igx-tile-generator-map-imagery-dynamic-module.js +30 -0
  248. package/esm2015/lib/igx-tile-generator-map-imagery-dynamic-module.js.map +1 -0
  249. package/esm2015/lib/igx-tile-generator-map-imagery-module.js +21 -0
  250. package/esm2015/lib/igx-tile-generator-map-imagery-module.js.map +1 -0
  251. package/esm2015/lib/igx-tile-generator-map-imagery.js +29 -0
  252. package/esm2015/lib/igx-tile-generator-map-imagery.js.map +1 -0
  253. package/esm2015/lib/igx-tile-series-component.js +70 -0
  254. package/esm2015/lib/igx-tile-series-component.js.map +1 -0
  255. package/esm2015/lib/igx-tile-series-dynamic-module.js +30 -0
  256. package/esm2015/lib/igx-tile-series-dynamic-module.js.map +1 -0
  257. package/esm2015/lib/igx-tile-series-module.js +22 -0
  258. package/esm2015/lib/igx-tile-series-module.js.map +1 -0
  259. package/esm2015/public_api.js +115 -0
  260. package/esm2015/public_api.js.map +1 -0
  261. package/esm5/igniteui-angular-maps.js +5 -0
  262. package/esm5/igniteui-angular-maps.js.map +1 -0
  263. package/esm5/lib/ArcGISOnlineMapImagery.js +256 -0
  264. package/esm5/lib/ArcGISOnlineMapImagery.js.map +1 -0
  265. package/esm5/lib/BingMapsImageryStyle.js +42 -0
  266. package/esm5/lib/BingMapsImageryStyle.js.map +1 -0
  267. package/esm5/lib/BingMapsMapImagery.js +8 -0
  268. package/esm5/lib/BingMapsMapImagery.js.map +1 -0
  269. package/esm5/lib/BingMapsMapImageryView.js +8 -0
  270. package/esm5/lib/BingMapsMapImageryView.js.map +1 -0
  271. package/esm5/lib/BingMapsMapImageryView_combined.js +296 -0
  272. package/esm5/lib/BingMapsMapImageryView_combined.js.map +1 -0
  273. package/esm5/lib/BingResourceSet.js +26 -0
  274. package/esm5/lib/BingResourceSet.js.map +1 -0
  275. package/esm5/lib/BingResponse.js +26 -0
  276. package/esm5/lib/BingResponse.js.map +1 -0
  277. package/esm5/lib/CustomMapImagery.js +33 -0
  278. package/esm5/lib/CustomMapImagery.js.map +1 -0
  279. package/esm5/lib/GeographicContourLineSeries.js +8 -0
  280. package/esm5/lib/GeographicContourLineSeries.js.map +1 -0
  281. package/esm5/lib/GeographicContourLineSeriesView.js +8 -0
  282. package/esm5/lib/GeographicContourLineSeriesView.js.map +1 -0
  283. package/esm5/lib/GeographicContourLineSeriesView_combined.js +111 -0
  284. package/esm5/lib/GeographicContourLineSeriesView_combined.js.map +1 -0
  285. package/esm5/lib/GeographicHighDensityScatterSeries.js +8 -0
  286. package/esm5/lib/GeographicHighDensityScatterSeries.js.map +1 -0
  287. package/esm5/lib/GeographicHighDensityScatterSeriesView.js +8 -0
  288. package/esm5/lib/GeographicHighDensityScatterSeriesView.js.map +1 -0
  289. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +195 -0
  290. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -0
  291. package/esm5/lib/GeographicMapImagery.js +8 -0
  292. package/esm5/lib/GeographicMapImagery.js.map +1 -0
  293. package/esm5/lib/GeographicMapImageryView.js +8 -0
  294. package/esm5/lib/GeographicMapImageryView.js.map +1 -0
  295. package/esm5/lib/GeographicMapSeriesHost.js +8 -0
  296. package/esm5/lib/GeographicMapSeriesHost.js.map +1 -0
  297. package/esm5/lib/GeographicMapSeriesHost_combined.js +331 -0
  298. package/esm5/lib/GeographicMapSeriesHost_combined.js.map +1 -0
  299. package/esm5/lib/GeographicPolylineSeries.js +8 -0
  300. package/esm5/lib/GeographicPolylineSeries.js.map +1 -0
  301. package/esm5/lib/GeographicPolylineSeriesView.js +8 -0
  302. package/esm5/lib/GeographicPolylineSeriesView.js.map +1 -0
  303. package/esm5/lib/GeographicPolylineSeriesView_combined.js +86 -0
  304. package/esm5/lib/GeographicPolylineSeriesView_combined.js.map +1 -0
  305. package/esm5/lib/GeographicProportionalSymbolSeries.js +8 -0
  306. package/esm5/lib/GeographicProportionalSymbolSeries.js.map +1 -0
  307. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +22 -0
  308. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -0
  309. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +25 -0
  310. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -0
  311. package/esm5/lib/GeographicProportionalSymbolSeriesView.js +8 -0
  312. package/esm5/lib/GeographicProportionalSymbolSeriesView.js.map +1 -0
  313. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +289 -0
  314. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -0
  315. package/esm5/lib/GeographicScatterAreaSeries.js +8 -0
  316. package/esm5/lib/GeographicScatterAreaSeries.js.map +1 -0
  317. package/esm5/lib/GeographicScatterAreaSeriesView.js +8 -0
  318. package/esm5/lib/GeographicScatterAreaSeriesView.js.map +1 -0
  319. package/esm5/lib/GeographicShapeSeries.js +8 -0
  320. package/esm5/lib/GeographicShapeSeries.js.map +1 -0
  321. package/esm5/lib/GeographicShapeSeriesBase.js +8 -0
  322. package/esm5/lib/GeographicShapeSeriesBase.js.map +1 -0
  323. package/esm5/lib/GeographicShapeSeriesBaseBase.js +22 -0
  324. package/esm5/lib/GeographicShapeSeriesBaseBase.js.map +1 -0
  325. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +25 -0
  326. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js.map +1 -0
  327. package/esm5/lib/GeographicShapeSeriesBaseView.js +8 -0
  328. package/esm5/lib/GeographicShapeSeriesBaseView.js.map +1 -0
  329. package/esm5/lib/GeographicShapeSeriesBase_combined.js +204 -0
  330. package/esm5/lib/GeographicShapeSeriesBase_combined.js.map +1 -0
  331. package/esm5/lib/GeographicShapeSeriesView.js +8 -0
  332. package/esm5/lib/GeographicShapeSeriesView.js.map +1 -0
  333. package/esm5/lib/GeographicShapeSeriesView_combined.js +150 -0
  334. package/esm5/lib/GeographicShapeSeriesView_combined.js.map +1 -0
  335. package/esm5/lib/GeographicSymbolSeries.js +8 -0
  336. package/esm5/lib/GeographicSymbolSeries.js.map +1 -0
  337. package/esm5/lib/GeographicSymbolSeriesBase.js +22 -0
  338. package/esm5/lib/GeographicSymbolSeriesBase.js.map +1 -0
  339. package/esm5/lib/GeographicSymbolSeriesBaseView.js +25 -0
  340. package/esm5/lib/GeographicSymbolSeriesBaseView.js.map +1 -0
  341. package/esm5/lib/GeographicSymbolSeriesView.js +8 -0
  342. package/esm5/lib/GeographicSymbolSeriesView.js.map +1 -0
  343. package/esm5/lib/GeographicSymbolSeriesView_combined.js +220 -0
  344. package/esm5/lib/GeographicSymbolSeriesView_combined.js.map +1 -0
  345. package/esm5/lib/GeographicTileSeries.js +80 -0
  346. package/esm5/lib/GeographicTileSeries.js.map +1 -0
  347. package/esm5/lib/GeographicXYTriangulatingSeries.js +8 -0
  348. package/esm5/lib/GeographicXYTriangulatingSeries.js.map +1 -0
  349. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +22 -0
  350. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js.map +1 -0
  351. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +25 -0
  352. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js.map +1 -0
  353. package/esm5/lib/GeographicXYTriangulatingSeriesView.js +8 -0
  354. package/esm5/lib/GeographicXYTriangulatingSeriesView.js.map +1 -0
  355. package/esm5/lib/HostSeriesView.js +8 -0
  356. package/esm5/lib/HostSeriesView.js.map +1 -0
  357. package/esm5/lib/ImageTilesReadyEventArgs.js +21 -0
  358. package/esm5/lib/ImageTilesReadyEventArgs.js.map +1 -0
  359. package/esm5/lib/ImageryMetadata.js +26 -0
  360. package/esm5/lib/ImageryMetadata.js.map +1 -0
  361. package/esm5/lib/ImagesChangedEventArgs.js +21 -0
  362. package/esm5/lib/ImagesChangedEventArgs.js.map +1 -0
  363. package/esm5/lib/LevelOfDetailResponseModel.js +55 -0
  364. package/esm5/lib/LevelOfDetailResponseModel.js.map +1 -0
  365. package/esm5/lib/MapBackgroundTilingMode.js +30 -0
  366. package/esm5/lib/MapBackgroundTilingMode.js.map +1 -0
  367. package/esm5/lib/MapResizeBehavior.js +30 -0
  368. package/esm5/lib/MapResizeBehavior.js.map +1 -0
  369. package/esm5/lib/MapServerResponseModel.js +44 -0
  370. package/esm5/lib/MapServerResponseModel.js.map +1 -0
  371. package/esm5/lib/OpenStreetMapImagery.js +8 -0
  372. package/esm5/lib/OpenStreetMapImagery.js.map +1 -0
  373. package/esm5/lib/SphericalMercatorHorizontalScaler.js +138 -0
  374. package/esm5/lib/SphericalMercatorHorizontalScaler.js.map +1 -0
  375. package/esm5/lib/SphericalMercatorVerticalScaler.js +203 -0
  376. package/esm5/lib/SphericalMercatorVerticalScaler.js.map +1 -0
  377. package/esm5/lib/SubDomainsCollection.js +41 -0
  378. package/esm5/lib/SubDomainsCollection.js.map +1 -0
  379. package/esm5/lib/TileGeneratorMapImagery.js +54 -0
  380. package/esm5/lib/TileGeneratorMapImagery.js.map +1 -0
  381. package/esm5/lib/TileInfoResponseModel.js +33 -0
  382. package/esm5/lib/TileInfoResponseModel.js.map +1 -0
  383. package/esm5/lib/TileSeries.js +8 -0
  384. package/esm5/lib/TileSeries.js.map +1 -0
  385. package/esm5/lib/TileSeriesView.js +8 -0
  386. package/esm5/lib/TileSeriesView.js.map +1 -0
  387. package/esm5/lib/TileSeries_combined.js +330 -0
  388. package/esm5/lib/TileSeries_combined.js.map +1 -0
  389. package/esm5/lib/TokenResponseModel.js +55 -0
  390. package/esm5/lib/TokenResponseModel.js.map +1 -0
  391. package/esm5/lib/XamGeographicMap.js +8 -0
  392. package/esm5/lib/XamGeographicMap.js.map +1 -0
  393. package/esm5/lib/XamGeographicMapView.js +8 -0
  394. package/esm5/lib/XamGeographicMapView.js.map +1 -0
  395. package/esm5/lib/XamGeographicMap_combined.js +1555 -0
  396. package/esm5/lib/XamGeographicMap_combined.js.map +1 -0
  397. package/esm5/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +31 -0
  398. package/esm5/lib/igx-arc-gis-online-map-imagery-dynamic-module.js.map +1 -0
  399. package/esm5/lib/igx-arc-gis-online-map-imagery-module.js +24 -0
  400. package/esm5/lib/igx-arc-gis-online-map-imagery-module.js.map +1 -0
  401. package/esm5/lib/igx-arc-gis-online-map-imagery.js +141 -0
  402. package/esm5/lib/igx-arc-gis-online-map-imagery.js.map +1 -0
  403. package/esm5/lib/igx-bing-maps-map-imagery-dynamic-module.js +31 -0
  404. package/esm5/lib/igx-bing-maps-map-imagery-dynamic-module.js.map +1 -0
  405. package/esm5/lib/igx-bing-maps-map-imagery-module.js +24 -0
  406. package/esm5/lib/igx-bing-maps-map-imagery-module.js.map +1 -0
  407. package/esm5/lib/igx-bing-maps-map-imagery.js +234 -0
  408. package/esm5/lib/igx-bing-maps-map-imagery.js.map +1 -0
  409. package/esm5/lib/igx-custom-map-imagery-dynamic-module.js +31 -0
  410. package/esm5/lib/igx-custom-map-imagery-dynamic-module.js.map +1 -0
  411. package/esm5/lib/igx-custom-map-imagery-module.js +24 -0
  412. package/esm5/lib/igx-custom-map-imagery-module.js.map +1 -0
  413. package/esm5/lib/igx-custom-map-imagery.js +59 -0
  414. package/esm5/lib/igx-custom-map-imagery.js.map +1 -0
  415. package/esm5/lib/igx-geographic-contour-line-series-component.js +183 -0
  416. package/esm5/lib/igx-geographic-contour-line-series-component.js.map +1 -0
  417. package/esm5/lib/igx-geographic-contour-line-series-dynamic-module.js +31 -0
  418. package/esm5/lib/igx-geographic-contour-line-series-dynamic-module.js.map +1 -0
  419. package/esm5/lib/igx-geographic-contour-line-series-module.js +26 -0
  420. package/esm5/lib/igx-geographic-contour-line-series-module.js.map +1 -0
  421. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +278 -0
  422. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js.map +1 -0
  423. package/esm5/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +31 -0
  424. package/esm5/lib/igx-geographic-high-density-scatter-series-dynamic-module.js.map +1 -0
  425. package/esm5/lib/igx-geographic-high-density-scatter-series-module.js +26 -0
  426. package/esm5/lib/igx-geographic-high-density-scatter-series-module.js.map +1 -0
  427. package/esm5/lib/igx-geographic-map-component.js +780 -0
  428. package/esm5/lib/igx-geographic-map-component.js.map +1 -0
  429. package/esm5/lib/igx-geographic-map-core-dynamic-module.js +43 -0
  430. package/esm5/lib/igx-geographic-map-core-dynamic-module.js.map +1 -0
  431. package/esm5/lib/igx-geographic-map-core-module.js +39 -0
  432. package/esm5/lib/igx-geographic-map-core-module.js.map +1 -0
  433. package/esm5/lib/igx-geographic-map-dynamic-module.js +72 -0
  434. package/esm5/lib/igx-geographic-map-dynamic-module.js.map +1 -0
  435. package/esm5/lib/igx-geographic-map-imagery.js +281 -0
  436. package/esm5/lib/igx-geographic-map-imagery.js.map +1 -0
  437. package/esm5/lib/igx-geographic-map-module.js +69 -0
  438. package/esm5/lib/igx-geographic-map-module.js.map +1 -0
  439. package/esm5/lib/igx-geographic-map-series-host-component.js +177 -0
  440. package/esm5/lib/igx-geographic-map-series-host-component.js.map +1 -0
  441. package/esm5/lib/igx-geographic-polyline-series-component.js +159 -0
  442. package/esm5/lib/igx-geographic-polyline-series-component.js.map +1 -0
  443. package/esm5/lib/igx-geographic-polyline-series-dynamic-module.js +31 -0
  444. package/esm5/lib/igx-geographic-polyline-series-dynamic-module.js.map +1 -0
  445. package/esm5/lib/igx-geographic-polyline-series-module.js +26 -0
  446. package/esm5/lib/igx-geographic-polyline-series-module.js.map +1 -0
  447. package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js +24 -0
  448. package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js.map +1 -0
  449. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +604 -0
  450. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js.map +1 -0
  451. package/esm5/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +31 -0
  452. package/esm5/lib/igx-geographic-proportional-symbol-series-dynamic-module.js.map +1 -0
  453. package/esm5/lib/igx-geographic-proportional-symbol-series-module.js +26 -0
  454. package/esm5/lib/igx-geographic-proportional-symbol-series-module.js.map +1 -0
  455. package/esm5/lib/igx-geographic-scatter-area-series-component.js +146 -0
  456. package/esm5/lib/igx-geographic-scatter-area-series-component.js.map +1 -0
  457. package/esm5/lib/igx-geographic-scatter-area-series-dynamic-module.js +31 -0
  458. package/esm5/lib/igx-geographic-scatter-area-series-dynamic-module.js.map +1 -0
  459. package/esm5/lib/igx-geographic-scatter-area-series-module.js +26 -0
  460. package/esm5/lib/igx-geographic-scatter-area-series-module.js.map +1 -0
  461. package/esm5/lib/igx-geographic-shape-series-base-base-component.js +24 -0
  462. package/esm5/lib/igx-geographic-shape-series-base-base-component.js.map +1 -0
  463. package/esm5/lib/igx-geographic-shape-series-base-component.js +335 -0
  464. package/esm5/lib/igx-geographic-shape-series-base-component.js.map +1 -0
  465. package/esm5/lib/igx-geographic-shape-series-component.js +309 -0
  466. package/esm5/lib/igx-geographic-shape-series-component.js.map +1 -0
  467. package/esm5/lib/igx-geographic-shape-series-dynamic-module.js +31 -0
  468. package/esm5/lib/igx-geographic-shape-series-dynamic-module.js.map +1 -0
  469. package/esm5/lib/igx-geographic-shape-series-module.js +26 -0
  470. package/esm5/lib/igx-geographic-shape-series-module.js.map +1 -0
  471. package/esm5/lib/igx-geographic-symbol-series-base-component.js +24 -0
  472. package/esm5/lib/igx-geographic-symbol-series-base-component.js.map +1 -0
  473. package/esm5/lib/igx-geographic-symbol-series-component.js +388 -0
  474. package/esm5/lib/igx-geographic-symbol-series-component.js.map +1 -0
  475. package/esm5/lib/igx-geographic-symbol-series-dynamic-module.js +31 -0
  476. package/esm5/lib/igx-geographic-symbol-series-dynamic-module.js.map +1 -0
  477. package/esm5/lib/igx-geographic-symbol-series-module.js +26 -0
  478. package/esm5/lib/igx-geographic-symbol-series-module.js.map +1 -0
  479. package/esm5/lib/igx-geographic-tile-series-component.js +118 -0
  480. package/esm5/lib/igx-geographic-tile-series-component.js.map +1 -0
  481. package/esm5/lib/igx-geographic-tile-series-dynamic-module.js +31 -0
  482. package/esm5/lib/igx-geographic-tile-series-dynamic-module.js.map +1 -0
  483. package/esm5/lib/igx-geographic-tile-series-module.js +26 -0
  484. package/esm5/lib/igx-geographic-tile-series-module.js.map +1 -0
  485. package/esm5/lib/igx-geographic-xy-triangulating-series-base-component.js +24 -0
  486. package/esm5/lib/igx-geographic-xy-triangulating-series-base-component.js.map +1 -0
  487. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +165 -0
  488. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js.map +1 -0
  489. package/esm5/lib/igx-image-tiles-ready-event-args.js +31 -0
  490. package/esm5/lib/igx-image-tiles-ready-event-args.js.map +1 -0
  491. package/esm5/lib/igx-images-changed-event-args.js +31 -0
  492. package/esm5/lib/igx-images-changed-event-args.js.map +1 -0
  493. package/esm5/lib/igx-open-street-map-imagery-dynamic-module.js +31 -0
  494. package/esm5/lib/igx-open-street-map-imagery-dynamic-module.js.map +1 -0
  495. package/esm5/lib/igx-open-street-map-imagery-module.js +24 -0
  496. package/esm5/lib/igx-open-street-map-imagery-module.js.map +1 -0
  497. package/esm5/lib/igx-open-street-map-imagery.js +41 -0
  498. package/esm5/lib/igx-open-street-map-imagery.js.map +1 -0
  499. package/esm5/lib/igx-sub-domains-collection.js +36 -0
  500. package/esm5/lib/igx-sub-domains-collection.js.map +1 -0
  501. package/esm5/lib/igx-tile-generator-map-imagery-dynamic-module.js +31 -0
  502. package/esm5/lib/igx-tile-generator-map-imagery-dynamic-module.js.map +1 -0
  503. package/esm5/lib/igx-tile-generator-map-imagery-module.js +24 -0
  504. package/esm5/lib/igx-tile-generator-map-imagery-module.js.map +1 -0
  505. package/esm5/lib/igx-tile-generator-map-imagery.js +41 -0
  506. package/esm5/lib/igx-tile-generator-map-imagery.js.map +1 -0
  507. package/esm5/lib/igx-tile-series-component.js +81 -0
  508. package/esm5/lib/igx-tile-series-component.js.map +1 -0
  509. package/esm5/lib/igx-tile-series-dynamic-module.js +31 -0
  510. package/esm5/lib/igx-tile-series-dynamic-module.js.map +1 -0
  511. package/esm5/lib/igx-tile-series-module.js +25 -0
  512. package/esm5/lib/igx-tile-series-module.js.map +1 -0
  513. package/esm5/public_api.js +115 -0
  514. package/esm5/public_api.js.map +1 -0
  515. package/fesm2015/igniteui-angular-maps.js +9091 -0
  516. package/fesm2015/igniteui-angular-maps.js.map +1 -0
  517. package/fesm5/igniteui-angular-maps.js +10370 -0
  518. package/fesm5/igniteui-angular-maps.js.map +1 -0
  519. package/igniteui-angular-maps.d.ts +4 -0
  520. package/igniteui-angular-maps.metadata.json +1 -0
  521. package/lib/ArcGISOnlineMapImagery.d.ts +41 -0
  522. package/lib/BingMapsImageryStyle.d.ts +34 -0
  523. package/lib/BingMapsMapImagery.d.ts +1 -0
  524. package/lib/BingMapsMapImageryView.d.ts +1 -0
  525. package/lib/BingMapsMapImageryView_combined.d.ts +57 -0
  526. package/lib/BingResourceSet.d.ts +11 -0
  527. package/lib/BingResponse.d.ts +11 -0
  528. package/lib/CustomMapImagery.d.ts +14 -0
  529. package/lib/GeographicContourLineSeries.d.ts +1 -0
  530. package/lib/GeographicContourLineSeriesView.d.ts +1 -0
  531. package/lib/GeographicContourLineSeriesView_combined.d.ts +40 -0
  532. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -0
  533. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -0
  534. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +61 -0
  535. package/lib/GeographicMapImagery.d.ts +1 -0
  536. package/lib/GeographicMapImageryView.d.ts +1 -0
  537. package/lib/GeographicMapSeriesHost.d.ts +1 -0
  538. package/lib/GeographicMapSeriesHost_combined.d.ts +85 -0
  539. package/lib/GeographicPolylineSeries.d.ts +1 -0
  540. package/lib/GeographicPolylineSeriesView.d.ts +1 -0
  541. package/lib/GeographicPolylineSeriesView_combined.d.ts +36 -0
  542. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -0
  543. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -0
  544. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -0
  545. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -0
  546. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +93 -0
  547. package/lib/GeographicScatterAreaSeries.d.ts +1 -0
  548. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -0
  549. package/lib/GeographicShapeSeries.d.ts +1 -0
  550. package/lib/GeographicShapeSeriesBase.d.ts +1 -0
  551. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -0
  552. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -0
  553. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -0
  554. package/lib/GeographicShapeSeriesBase_combined.d.ts +56 -0
  555. package/lib/GeographicShapeSeriesView.d.ts +1 -0
  556. package/lib/GeographicShapeSeriesView_combined.d.ts +59 -0
  557. package/lib/GeographicSymbolSeries.d.ts +1 -0
  558. package/lib/GeographicSymbolSeriesBase.d.ts +10 -0
  559. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -0
  560. package/lib/GeographicSymbolSeriesView.d.ts +1 -0
  561. package/lib/GeographicSymbolSeriesView_combined.d.ts +75 -0
  562. package/lib/GeographicTileSeries.d.ts +21 -0
  563. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -0
  564. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -0
  565. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -0
  566. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -0
  567. package/lib/HostSeriesView.d.ts +1 -0
  568. package/lib/ImageTilesReadyEventArgs.d.ts +7 -0
  569. package/lib/ImageryMetadata.d.ts +11 -0
  570. package/lib/ImagesChangedEventArgs.d.ts +7 -0
  571. package/lib/LevelOfDetailResponseModel.d.ts +13 -0
  572. package/lib/MapBackgroundTilingMode.d.ts +22 -0
  573. package/lib/MapResizeBehavior.d.ts +22 -0
  574. package/lib/MapServerResponseModel.d.ts +12 -0
  575. package/lib/OpenStreetMapImagery.d.ts +1 -0
  576. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -0
  577. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -0
  578. package/lib/SubDomainsCollection.d.ts +11 -0
  579. package/lib/TileGeneratorMapImagery.d.ts +14 -0
  580. package/lib/TileInfoResponseModel.d.ts +10 -0
  581. package/lib/TileSeries.d.ts +1 -0
  582. package/lib/TileSeriesView.d.ts +1 -0
  583. package/lib/TileSeries_combined.d.ts +71 -0
  584. package/lib/TokenResponseModel.d.ts +13 -0
  585. package/lib/XamGeographicMap.d.ts +1 -0
  586. package/lib/XamGeographicMapView.d.ts +1 -0
  587. package/lib/XamGeographicMap_combined.d.ts +308 -0
  588. package/lib/igx-arc-gis-online-map-imagery-dynamic-module.d.ts +3 -0
  589. package/lib/igx-arc-gis-online-map-imagery-module.d.ts +2 -0
  590. package/lib/igx-arc-gis-online-map-imagery.d.ts +53 -0
  591. package/lib/igx-bing-maps-map-imagery-dynamic-module.d.ts +3 -0
  592. package/lib/igx-bing-maps-map-imagery-module.d.ts +2 -0
  593. package/lib/igx-bing-maps-map-imagery.d.ts +72 -0
  594. package/lib/igx-custom-map-imagery-dynamic-module.d.ts +3 -0
  595. package/lib/igx-custom-map-imagery-module.d.ts +2 -0
  596. package/lib/igx-custom-map-imagery.d.ts +22 -0
  597. package/lib/igx-geographic-contour-line-series-component.d.ts +48 -0
  598. package/lib/igx-geographic-contour-line-series-dynamic-module.d.ts +3 -0
  599. package/lib/igx-geographic-contour-line-series-module.d.ts +2 -0
  600. package/lib/igx-geographic-high-density-scatter-series-component.d.ts +83 -0
  601. package/lib/igx-geographic-high-density-scatter-series-dynamic-module.d.ts +3 -0
  602. package/lib/igx-geographic-high-density-scatter-series-module.d.ts +2 -0
  603. package/lib/igx-geographic-map-component.d.ts +231 -0
  604. package/lib/igx-geographic-map-core-dynamic-module.d.ts +3 -0
  605. package/lib/igx-geographic-map-core-module.d.ts +3 -0
  606. package/lib/igx-geographic-map-dynamic-module.d.ts +2 -0
  607. package/lib/igx-geographic-map-imagery.d.ts +92 -0
  608. package/lib/igx-geographic-map-module.d.ts +2 -0
  609. package/lib/igx-geographic-map-series-host-component.d.ts +83 -0
  610. package/lib/igx-geographic-polyline-series-component.d.ts +48 -0
  611. package/lib/igx-geographic-polyline-series-dynamic-module.d.ts +3 -0
  612. package/lib/igx-geographic-polyline-series-module.d.ts +2 -0
  613. package/lib/igx-geographic-proportional-symbol-series-base-component.d.ts +18 -0
  614. package/lib/igx-geographic-proportional-symbol-series-component.d.ts +168 -0
  615. package/lib/igx-geographic-proportional-symbol-series-dynamic-module.d.ts +3 -0
  616. package/lib/igx-geographic-proportional-symbol-series-module.d.ts +2 -0
  617. package/lib/igx-geographic-scatter-area-series-component.d.ts +43 -0
  618. package/lib/igx-geographic-scatter-area-series-dynamic-module.d.ts +3 -0
  619. package/lib/igx-geographic-scatter-area-series-module.d.ts +2 -0
  620. package/lib/igx-geographic-shape-series-base-base-component.d.ts +18 -0
  621. package/lib/igx-geographic-shape-series-base-component.d.ts +95 -0
  622. package/lib/igx-geographic-shape-series-component.d.ts +91 -0
  623. package/lib/igx-geographic-shape-series-dynamic-module.d.ts +3 -0
  624. package/lib/igx-geographic-shape-series-module.d.ts +2 -0
  625. package/lib/igx-geographic-symbol-series-base-component.d.ts +18 -0
  626. package/lib/igx-geographic-symbol-series-component.d.ts +120 -0
  627. package/lib/igx-geographic-symbol-series-dynamic-module.d.ts +3 -0
  628. package/lib/igx-geographic-symbol-series-module.d.ts +2 -0
  629. package/lib/igx-geographic-tile-series-component.d.ts +43 -0
  630. package/lib/igx-geographic-tile-series-dynamic-module.d.ts +3 -0
  631. package/lib/igx-geographic-tile-series-module.d.ts +2 -0
  632. package/lib/igx-geographic-xy-triangulating-series-base-component.d.ts +18 -0
  633. package/lib/igx-geographic-xy-triangulating-series-component.d.ts +51 -0
  634. package/lib/igx-image-tiles-ready-event-args.d.ts +12 -0
  635. package/lib/igx-images-changed-event-args.d.ts +12 -0
  636. package/lib/igx-open-street-map-imagery-dynamic-module.d.ts +3 -0
  637. package/lib/igx-open-street-map-imagery-module.d.ts +2 -0
  638. package/lib/igx-open-street-map-imagery.d.ts +17 -0
  639. package/lib/igx-sub-domains-collection.d.ts +6 -0
  640. package/lib/igx-tile-generator-map-imagery-dynamic-module.d.ts +3 -0
  641. package/lib/igx-tile-generator-map-imagery-module.d.ts +2 -0
  642. package/lib/igx-tile-generator-map-imagery.d.ts +18 -0
  643. package/lib/igx-tile-series-component.d.ts +33 -0
  644. package/lib/igx-tile-series-dynamic-module.d.ts +3 -0
  645. package/lib/igx-tile-series-module.d.ts +2 -0
  646. package/package.json +41 -0
  647. package/public_api.d.ts +114 -0
@@ -0,0 +1,314 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { Series } from "igniteui-angular-charts";
8
+ import { DependencyProperty } from "igniteui-angular-core";
9
+ import { typeCast, Number_$type, runOn, delegateRemove, delegateCombine, markType, TypeRegistrar } from "igniteui-angular-core";
10
+ import { SeriesView } from "igniteui-angular-charts";
11
+ import { SeriesViewer } from "igniteui-angular-charts";
12
+ import { PropertyMetadata } from "igniteui-angular-core";
13
+ import { PlatformConstants } from "igniteui-angular-core";
14
+ import { isNaN_ } from "igniteui-angular-core";
15
+ /**
16
+ * @hidden
17
+ */
18
+ export class GeographicMapSeriesHost extends Series {
19
+ constructor() {
20
+ super();
21
+ this.n9 = null;
22
+ this.ob = this.oa();
23
+ }
24
+ get_c8() {
25
+ return true;
26
+ }
27
+ gt(a, b) {
28
+ let c = this.ic(b);
29
+ if (c == "LatitudeMemberPath") {
30
+ c = "YMemberPath";
31
+ }
32
+ if (c == "LongitudeMemberPath") {
33
+ c = "XMemberPath";
34
+ }
35
+ return this.ob.gt(a, b);
36
+ }
37
+ ct(a, b, c) {
38
+ return this.ob.ct(a, b, c);
39
+ }
40
+ ag() {
41
+ return this.ob.ag();
42
+ }
43
+ a8() {
44
+ return this.ob;
45
+ }
46
+ get ob() {
47
+ return this.n9;
48
+ }
49
+ set ob(a) {
50
+ let b = this.ob != a;
51
+ if (b) {
52
+ this.n9 = a;
53
+ this.og();
54
+ }
55
+ }
56
+ get_hasMarkers() {
57
+ return this.ob.hasMarkers;
58
+ }
59
+ og() {
60
+ if (this.n9 != null) {
61
+ let hostedSeries_ = this.n9;
62
+ hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
63
+ hostedSeries_.externalObject._implementation = hostedSeries_;
64
+ }
65
+ this.jq(this.ob);
66
+ this.oc.by();
67
+ }
68
+ au(a, b, c) {
69
+ return this.aw(this.ob, a, b, c);
70
+ }
71
+ av(a, b, c) {
72
+ return this.ax(this.ob, a, b, c);
73
+ }
74
+ gq(a) {
75
+ return this.gv(this.ob, a);
76
+ }
77
+ gf(a, b) {
78
+ return this.ob.gf(a, b);
79
+ }
80
+ gd(a, b) {
81
+ return this.ob.gd(a, b);
82
+ }
83
+ fh(a, b, c) {
84
+ return this.ob.fh(a, b, c);
85
+ }
86
+ nt(a, b, c) {
87
+ return this.ob.nt(a, b, c);
88
+ }
89
+ n2(a) {
90
+ return this.ob.n2(a);
91
+ }
92
+ ak(a) {
93
+ return this.ob.ak(a);
94
+ }
95
+ n3(a) {
96
+ return this.ob.n3(a);
97
+ }
98
+ al(a) {
99
+ return this.ob.al(a);
100
+ }
101
+ n4(a) {
102
+ return this.ob.n4(a);
103
+ }
104
+ n5(a) {
105
+ return this.ob.n5(a);
106
+ }
107
+ fd(a, b, c) {
108
+ return this.ob.fd(a, b, c);
109
+ }
110
+ np(a, b, c) {
111
+ return this.ob.np(a, b, c);
112
+ }
113
+ ff(a, b, c) {
114
+ return this.fh(a, b, c);
115
+ }
116
+ nr(a, b, c) {
117
+ return this.ob.nr(a, b, c);
118
+ }
119
+ nu(a, b, c) {
120
+ return this.ob.nu(a, b, c);
121
+ }
122
+ fi(a, b, c) {
123
+ return this.ob.fi(a, b, c);
124
+ }
125
+ nq(a, b, c) {
126
+ return this.ob.nq(a, b, c);
127
+ }
128
+ fe(a, b, c) {
129
+ return this.ob.fe(a, b, c);
130
+ }
131
+ ns(a, b, c) {
132
+ return this.ob.ns(a, b, c);
133
+ }
134
+ fg(a, b, c) {
135
+ return this.ob.fg(a, b, c);
136
+ }
137
+ ga(a) {
138
+ return this.ob.ga(a);
139
+ }
140
+ e9() {
141
+ return this.ob.e9();
142
+ }
143
+ e5(a) {
144
+ return this.ob.e5(a);
145
+ }
146
+ gr(a) {
147
+ return this.ob.gr(a);
148
+ }
149
+ bp() {
150
+ return new HostSeriesView(this);
151
+ }
152
+ kk(a) {
153
+ super.kk(a);
154
+ this.oc = typeCast(HostSeriesView.$, a);
155
+ }
156
+ get od() {
157
+ return this.c(GeographicMapSeriesHost.oi);
158
+ }
159
+ set od(a) {
160
+ this.h(GeographicMapSeriesHost.oi, a);
161
+ }
162
+ kp(a, b, c, d) {
163
+ super.kp(a, b, c, d);
164
+ switch (b) {
165
+ case "SeriesViewer":
166
+ this.ob.b6 = this.b6;
167
+ if (c != null) {
168
+ c.ll(this.ob);
169
+ }
170
+ if (d != null) {
171
+ this.b6.io(this.ob);
172
+ }
173
+ this.ob.ks(this.n6);
174
+ this.ob.gi = this.gi;
175
+ this.jw(this.ob);
176
+ this.gl = this.ob.gl;
177
+ let e = typeCast(SeriesViewer.$, c);
178
+ if (e != null) {
179
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.oh));
180
+ }
181
+ if (this.b6 != null) {
182
+ let f = this.b6;
183
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.oh));
184
+ }
185
+ this.of();
186
+ break;
187
+ case "SyncLink":
188
+ this.ob.b1 = this.b1;
189
+ break;
190
+ case "VisibleFromScale":
191
+ this.of();
192
+ break;
193
+ case "Index":
194
+ this.ob.gi = this.gi;
195
+ break;
196
+ case "ItemsSource":
197
+ this.oc.bz();
198
+ break;
199
+ case "Resolution":
200
+ this.oc.b1();
201
+ break;
202
+ case "TransitionDuration":
203
+ this.oc.b2();
204
+ break;
205
+ case "Opacity":
206
+ this.oc.b0();
207
+ break;
208
+ case "Visibility":
209
+ let hs_ = this.ob;
210
+ let v_ = this._visibility;
211
+ hs_.visibility = v_;
212
+ break;
213
+ case "MouseOverEnabled":
214
+ this.ob.dn = this.dn;
215
+ break;
216
+ case "ExpectFunctions":
217
+ this.ob.expectFunctions = this.expectFunctions;
218
+ break;
219
+ }
220
+ }
221
+ of() {
222
+ if (this.b6 == null || this.ob == null) {
223
+ return;
224
+ }
225
+ if (!isNaN_(this.od)) {
226
+ if (this.b6.os.width > this.od) {
227
+ let hs_ = this.ob;
228
+ let v_ = 1;
229
+ hs_.visibility = v_;
230
+ }
231
+ else {
232
+ let hs2_ = this.ob;
233
+ let v2_ = 0;
234
+ hs2_.visibility = v2_;
235
+ }
236
+ }
237
+ }
238
+ oh(a, b) {
239
+ this.of();
240
+ }
241
+ k3(a) {
242
+ super.k3(a);
243
+ if (this.ob != null) {
244
+ this.ob.k3(a);
245
+ }
246
+ }
247
+ k2(a, b, c, d, e) {
248
+ if (this.ob != null) {
249
+ this.ob.k2(a, b, c, d, e);
250
+ }
251
+ }
252
+ as(a, b) {
253
+ return this.ob.as(a, b);
254
+ }
255
+ lc() {
256
+ super.lc();
257
+ this.ob.lc();
258
+ }
259
+ get_coercionMethods() {
260
+ return this._coercionMethods;
261
+ }
262
+ set_coercionMethods(a) {
263
+ this._coercionMethods = a;
264
+ this.ob.coercionMethods = a;
265
+ }
266
+ jv(a) {
267
+ super.jv(a);
268
+ if (this.ob != null) {
269
+ let b = this.ob.gp();
270
+ this.jn(a, b);
271
+ }
272
+ }
273
+ }
274
+ GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
275
+ GeographicMapSeriesHost.oi = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, (a, b) => {
276
+ let c = a;
277
+ c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
278
+ }));
279
+ /**
280
+ * @hidden
281
+ */
282
+ export class HostSeriesView extends SeriesView {
283
+ constructor(a) {
284
+ super(a);
285
+ this.bx = null;
286
+ this.bx = a;
287
+ }
288
+ ar(a, b) {
289
+ super.ar(a, b);
290
+ }
291
+ by() {
292
+ this.bx.ob.itemsSource = this.bx.itemsSource;
293
+ this.bx.ob.gi = this.bx.gi;
294
+ this.bx.ob.nb = this.bx.nb;
295
+ this.bx.ob.ng = this.bx.ng;
296
+ this.bx.ob.fq = this.bx.fq;
297
+ this.bx.ob.gj = this.bx.gj;
298
+ this.bx.ob._opacity = this.bx._opacity;
299
+ }
300
+ bz() {
301
+ this.bx.ob.itemsSource = this.bx.itemsSource;
302
+ }
303
+ b1() {
304
+ this.bx.ob.fq = this.bx.fq;
305
+ }
306
+ b2() {
307
+ this.bx.ob.gj = this.bx.gj;
308
+ }
309
+ b0() {
310
+ this.bx.ob._opacity = this.bx._opacity;
311
+ }
312
+ }
313
+ HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
314
+ //# sourceMappingURL=GeographicMapSeriesHost_combined.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicMapSeriesHost_combined.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicMapSeriesHost_combined.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ export { GeographicPolylineSeries } from "./GeographicPolylineSeriesView_combined";
8
+ //# sourceMappingURL=GeographicPolylineSeries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicPolylineSeries.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicPolylineSeries.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,wBAAwB,EAAC,MAAM,yCAAyC,CAAA"}
@@ -0,0 +1,8 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ export { GeographicPolylineSeriesView } from "./GeographicPolylineSeriesView_combined";
8
+ //# sourceMappingURL=GeographicPolylineSeriesView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicPolylineSeriesView.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicPolylineSeriesView.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,4BAA4B,EAAC,MAAM,yCAAyC,CAAA"}
@@ -0,0 +1,77 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { GeographicShapeSeriesBaseView } from "./GeographicShapeSeriesBaseView";
8
+ import { ScatterPolylineSeries } from "igniteui-angular-charts";
9
+ import { markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
10
+ import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
11
+ import { StyleSelector } from "igniteui-angular-charts";
12
+ import { DependencyProperty } from "igniteui-angular-core";
13
+ import { Style } from "igniteui-angular-core";
14
+ import { PropertyMetadata } from "igniteui-angular-core";
15
+ /**
16
+ * @hidden
17
+ */
18
+ export class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
19
+ constructor(a) {
20
+ super(a);
21
+ this.ca = null;
22
+ this.ca = a;
23
+ }
24
+ by() {
25
+ super.by();
26
+ this.ca.ob.qy = this.ca.ph;
27
+ this.ca.ob.q3 = this.ca.pp;
28
+ }
29
+ cb() {
30
+ this.ca.ob.qy = this.ca.ph;
31
+ }
32
+ cc() {
33
+ this.ca.ob.q3 = this.ca.pp;
34
+ }
35
+ }
36
+ GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
37
+ /**
38
+ * @hidden
39
+ */
40
+ export class GeographicPolylineSeries extends GeographicShapeSeriesBase {
41
+ constructor() {
42
+ super();
43
+ this.styleShape = null;
44
+ this.ab = GeographicPolylineSeries.$;
45
+ }
46
+ bp() {
47
+ return new GeographicPolylineSeriesView(this);
48
+ }
49
+ kk(a) {
50
+ super.kk(a);
51
+ this.pi = a;
52
+ }
53
+ oa() {
54
+ let a = new ScatterPolylineSeries();
55
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.pm));
56
+ return a;
57
+ }
58
+ pm(a, b) {
59
+ if (this.styleShape != null) {
60
+ this.styleShape(this, b);
61
+ }
62
+ }
63
+ kp(a, b, c, d) {
64
+ super.kp(a, b, c, d);
65
+ switch (b) {
66
+ case GeographicPolylineSeries.$$p[1]:
67
+ this.pi.cb();
68
+ break;
69
+ case GeographicPolylineSeries.$$p[0]:
70
+ this.pi.cc();
71
+ break;
72
+ }
73
+ }
74
+ }
75
+ GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
76
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:pp:pn', [Style.$, null], 'ShapeStyleSelector:ph:po', [StyleSelector.$, null]]);
77
+ //# sourceMappingURL=GeographicPolylineSeriesView_combined.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicPolylineSeriesView_combined.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicPolylineSeriesView_combined.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ export { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeriesView_combined";
8
+ //# sourceMappingURL=GeographicProportionalSymbolSeries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicProportionalSymbolSeries.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicProportionalSymbolSeries.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,kCAAkC,EAAC,MAAM,mDAAmD,CAAA"}
@@ -0,0 +1,15 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
8
+ import { markType } from "igniteui-angular-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export class GeographicProportionalSymbolSeriesBase extends GeographicMapSeriesHost {
13
+ }
14
+ GeographicProportionalSymbolSeriesBase.$t = markType(GeographicProportionalSymbolSeriesBase, 'GeographicProportionalSymbolSeriesBase', GeographicMapSeriesHost.$);
15
+ //# sourceMappingURL=GeographicProportionalSymbolSeriesBase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicProportionalSymbolSeriesBase.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicProportionalSymbolSeriesBase.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AAEF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,OAAO,EAAc,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE7D;;GAEG;AACH,MAAM,OAAgB,sCAAuC,SAAQ,uBAAuB;;AACpF,yCAAE,GAAS,QAAQ,CAAC,sCAAsC,EAAE,wCAAwC,EAAQ,uBAAwB,CAAC,CAAC,CAAC,CAAC"}
@@ -0,0 +1,20 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { HostSeriesView } from "./HostSeriesView";
8
+ import { markType } from "igniteui-angular-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
13
+ constructor(a) {
14
+ super(a);
15
+ this.b3 = null;
16
+ this.b3 = a;
17
+ }
18
+ }
19
+ GeographicProportionalSymbolSeriesBaseView.$t = markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
20
+ //# sourceMappingURL=GeographicProportionalSymbolSeriesBaseView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicProportionalSymbolSeriesBaseView.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicProportionalSymbolSeriesBaseView.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AAEF,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAc,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE7D;;GAEG;AACH,MAAM,OAAgB,0CAA2C,SAAQ,cAAc;IAEtF,YAAY,CAAyC;QACpD,KAAK,CAAC,CAAC,CAAC,CAAC;QAGF,OAAE,GAA2C,IAAI,CAAC;QAFzD,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;IACb,CAAC;;AAJM,6CAAE,GAAS,QAAQ,CAAC,0CAA0C,EAAE,4CAA4C,EAAQ,cAAe,CAAC,CAAC,CAAC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ export { GeographicProportionalSymbolSeriesView } from "./GeographicProportionalSymbolSeriesView_combined";
8
+ //# sourceMappingURL=GeographicProportionalSymbolSeriesView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeographicProportionalSymbolSeriesView.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/GeographicProportionalSymbolSeriesView.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,sCAAsC,EAAC,MAAM,mDAAmD,CAAA"}