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,604 @@
1
+ import * as tslib_1 from "tslib";
2
+ import { EventEmitter, Output, Component, forwardRef, Input, ChangeDetectionStrategy } from '@angular/core';
3
+ import { delegateCombine } from "igniteui-angular-core";
4
+ import { MarkerType, MarkerType_$type } from "igniteui-angular-charts";
5
+ import { MarkerOutlineMode, MarkerOutlineMode_$type } from "igniteui-angular-charts";
6
+ import { MarkerFillMode, MarkerFillMode_$type } from "igniteui-angular-charts";
7
+ import { IgxSizeScaleComponent } from "igniteui-angular-charts";
8
+ import { IgxBrushScaleComponent } from "igniteui-angular-charts";
9
+ import { ScatterItemSearchMode, ScatterItemSearchMode_$type } from "igniteui-angular-charts";
10
+ import { IgxAssigningScatterStyleEventArgs } from "igniteui-angular-charts";
11
+ import { IgxAssigningScatterMarkerStyleEventArgs } from "igniteui-angular-charts";
12
+ import { IgxGeographicMapSeriesHostComponent } from "./igx-geographic-map-series-host-component";
13
+ import { IgxSeriesComponent } from "igniteui-angular-charts";
14
+ import { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeries";
15
+ import { ensureEnum, brushToString, stringToBrush, ensureBool } from "igniteui-angular-core";
16
+ /**
17
+ * Series class for a geographic map with points marked at given locations.
18
+ * This is the geographic equivalent of a ScatterSeries.
19
+ */
20
+ export var IgxGeographicProportionalSymbolSeriesComponent_PROVIDERS = [{ provide: IgxGeographicMapSeriesHostComponent, useExisting: forwardRef(function () { return IgxGeographicProportionalSymbolSeriesComponent; }) }, { provide: IgxSeriesComponent, useExisting: forwardRef(function () { return IgxGeographicProportionalSymbolSeriesComponent; }) }];
21
+ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ (function (_super) {
22
+ tslib_1.__extends(IgxGeographicProportionalSymbolSeriesComponent, _super);
23
+ function IgxGeographicProportionalSymbolSeriesComponent() {
24
+ var _this = _super.call(this) || this;
25
+ _this._assigningScatterStyle = null;
26
+ _this._assigningScatterMarkerStyle = null;
27
+ return _this;
28
+ }
29
+ IgxGeographicProportionalSymbolSeriesComponent_1 = IgxGeographicProportionalSymbolSeriesComponent;
30
+ IgxGeographicProportionalSymbolSeriesComponent.prototype.createImplementation = function () {
31
+ return new GeographicProportionalSymbolSeries();
32
+ };
33
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "i", {
34
+ /**
35
+ * @hidden
36
+ */
37
+ get: function () {
38
+ return this._implementation;
39
+ },
40
+ enumerable: true,
41
+ configurable: true
42
+ });
43
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "latitudeMemberPath", {
44
+ /**
45
+ * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
46
+ */
47
+ get: function () {
48
+ return this.i.pf;
49
+ },
50
+ set: function (v) {
51
+ this.i.pf = v;
52
+ },
53
+ enumerable: true,
54
+ configurable: true
55
+ });
56
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "longitudeMemberPath", {
57
+ /**
58
+ * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
59
+ */
60
+ get: function () {
61
+ return this.i.ph;
62
+ },
63
+ set: function (v) {
64
+ this.i.ph = v;
65
+ },
66
+ enumerable: true,
67
+ configurable: true
68
+ });
69
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerType", {
70
+ /**
71
+ * Gets or sets the marker type for the current series object.
72
+ * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
73
+ */
74
+ get: function () {
75
+ return this.i.op;
76
+ },
77
+ set: function (v) {
78
+ this.i.op = ensureEnum(MarkerType_$type, v);
79
+ },
80
+ enumerable: true,
81
+ configurable: true
82
+ });
83
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutlineMode", {
84
+ /**
85
+ * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
86
+ */
87
+ get: function () {
88
+ return this.i.oo;
89
+ },
90
+ set: function (v) {
91
+ this.i.oo = ensureEnum(MarkerOutlineMode_$type, v);
92
+ },
93
+ enumerable: true,
94
+ configurable: true
95
+ });
96
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerFillMode", {
97
+ /**
98
+ * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
99
+ */
100
+ get: function () {
101
+ return this.i.on;
102
+ },
103
+ set: function (v) {
104
+ this.i.on = ensureEnum(MarkerFillMode_$type, v);
105
+ },
106
+ enumerable: true,
107
+ configurable: true
108
+ });
109
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerTemplate", {
110
+ /**
111
+ * Gets or sets the MarkerTemplate for the current series object.
112
+ */
113
+ get: function () {
114
+ return this.i.p0;
115
+ },
116
+ set: function (v) {
117
+ this.i.p0 = v;
118
+ },
119
+ enumerable: true,
120
+ configurable: true
121
+ });
122
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerBrush", {
123
+ /**
124
+ * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
125
+ */
126
+ get: function () {
127
+ return brushToString(this.i.qp);
128
+ },
129
+ set: function (v) {
130
+ this.i.qp = stringToBrush(v);
131
+ },
132
+ enumerable: true,
133
+ configurable: true
134
+ });
135
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutline", {
136
+ /**
137
+ * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
138
+ */
139
+ get: function () {
140
+ return brushToString(this.i.qq);
141
+ },
142
+ set: function (v) {
143
+ this.i.qq = stringToBrush(v);
144
+ },
145
+ enumerable: true,
146
+ configurable: true
147
+ });
148
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "maximumMarkers", {
149
+ /**
150
+ * Gets or sets the maximum number of markerItems displayed by the current series.
151
+ * If more than the specified number of markerItems are visible, the series will automatically
152
+ * choose a representative set.
153
+ */
154
+ get: function () {
155
+ return this.i.o4;
156
+ },
157
+ set: function (v) {
158
+ this.i.o4 = +v;
159
+ },
160
+ enumerable: true,
161
+ configurable: true
162
+ });
163
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "radiusMemberPath", {
164
+ /**
165
+ * Gets or sets the radius mapping property for the current series object.
166
+ */
167
+ get: function () {
168
+ return this.i.pu;
169
+ },
170
+ set: function (v) {
171
+ this.i.pu = v;
172
+ },
173
+ enumerable: true,
174
+ configurable: true
175
+ });
176
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "radiusScale", {
177
+ /**
178
+ * Gets or sets the radius size scale for the bubbles.
179
+ */
180
+ get: function () {
181
+ if (this.i.or == null) {
182
+ return null;
183
+ }
184
+ if (!this.i.or.externalObject) {
185
+ var e = IgxSizeScaleComponent._createFromInternal(this.i.or);
186
+ if (e) {
187
+ e._implementation = this.i.or;
188
+ }
189
+ this.i.or.externalObject = e;
190
+ }
191
+ return this.i.or.externalObject;
192
+ },
193
+ set: function (v) {
194
+ if (v != null && this._stylingContainer && v._styling)
195
+ v._styling(this._stylingContainer, this, this);
196
+ v == null ? this.i.or = null : this.i.or = v.i;
197
+ },
198
+ enumerable: true,
199
+ configurable: true
200
+ });
201
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "labelMemberPath", {
202
+ /**
203
+ * Gets or sets the Label mapping property for the current series object.
204
+ */
205
+ get: function () {
206
+ return this.i.pd;
207
+ },
208
+ set: function (v) {
209
+ this.i.pd = v;
210
+ },
211
+ enumerable: true,
212
+ configurable: true
213
+ });
214
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "fillMemberPath", {
215
+ /**
216
+ * Gets or sets the fill mapping property for the current series object.
217
+ */
218
+ get: function () {
219
+ return this.i.o5;
220
+ },
221
+ set: function (v) {
222
+ this.i.o5 = v;
223
+ },
224
+ enumerable: true,
225
+ configurable: true
226
+ });
227
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "fillScale", {
228
+ /**
229
+ * Gets or sets the brush scale for the marker brush.
230
+ */
231
+ get: function () {
232
+ if (this.i.ol == null) {
233
+ return null;
234
+ }
235
+ if (!this.i.ol.externalObject) {
236
+ var e = IgxBrushScaleComponent._createFromInternal(this.i.ol);
237
+ if (e) {
238
+ e._implementation = this.i.ol;
239
+ }
240
+ this.i.ol.externalObject = e;
241
+ }
242
+ return this.i.ol.externalObject;
243
+ },
244
+ set: function (v) {
245
+ if (v != null && this._stylingContainer && v._styling)
246
+ v._styling(this._stylingContainer, this, this);
247
+ v == null ? this.i.ol = null : this.i.ol = v.i;
248
+ },
249
+ enumerable: true,
250
+ configurable: true
251
+ });
252
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "fillScaleUseGlobalValues", {
253
+ /**
254
+ * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
255
+ * This setting applies only if multiple series are using the same FillScale.
256
+ */
257
+ get: function () {
258
+ return this.i.ov;
259
+ },
260
+ set: function (v) {
261
+ this.i.ov = ensureBool(v);
262
+ },
263
+ enumerable: true,
264
+ configurable: true
265
+ });
266
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutlineUsesFillScale", {
267
+ /**
268
+ * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
269
+ * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
270
+ */
271
+ get: function () {
272
+ return this.i.oy;
273
+ },
274
+ set: function (v) {
275
+ this.i.oy = ensureBool(v);
276
+ },
277
+ enumerable: true,
278
+ configurable: true
279
+ });
280
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutlineBrightness", {
281
+ /**
282
+ * Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
283
+ * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
284
+ */
285
+ get: function () {
286
+ return this.i.o1;
287
+ },
288
+ set: function (v) {
289
+ this.i.o1 = +v;
290
+ },
291
+ enumerable: true,
292
+ configurable: true
293
+ });
294
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerBrushBrightness", {
295
+ /**
296
+ * Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
297
+ * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
298
+ */
299
+ get: function () {
300
+ return this.i.o0;
301
+ },
302
+ set: function (v) {
303
+ this.i.o0 = +v;
304
+ },
305
+ enumerable: true,
306
+ configurable: true
307
+ });
308
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerThickness", {
309
+ /**
310
+ * Gets or sets thickness of the marker outline
311
+ */
312
+ get: function () {
313
+ return this.i.o2;
314
+ },
315
+ set: function (v) {
316
+ this.i.o2 = +v;
317
+ },
318
+ enumerable: true,
319
+ configurable: true
320
+ });
321
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "radiusScaleUseGlobalValues", {
322
+ /**
323
+ * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
324
+ * This setting applies only if multiple series are using the same RadiusScale.
325
+ */
326
+ get: function () {
327
+ return this.i.oz;
328
+ },
329
+ set: function (v) {
330
+ this.i.oz = ensureBool(v);
331
+ },
332
+ enumerable: true,
333
+ configurable: true
334
+ });
335
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "isCustomScatterStyleAllowed", {
336
+ /**
337
+ * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
338
+ */
339
+ get: function () {
340
+ return this.i.ox;
341
+ },
342
+ set: function (v) {
343
+ this.i.ox = ensureBool(v);
344
+ },
345
+ enumerable: true,
346
+ configurable: true
347
+ });
348
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "isCustomScatterMarkerStyleAllowed", {
349
+ /**
350
+ * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
351
+ */
352
+ get: function () {
353
+ return this.i.ow;
354
+ },
355
+ set: function (v) {
356
+ this.i.ow = ensureBool(v);
357
+ },
358
+ enumerable: true,
359
+ configurable: true
360
+ });
361
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "itemSearchMode", {
362
+ /**
363
+ * Gets or sets the mode the series will use to find the closest point to the cursor.
364
+ */
365
+ get: function () {
366
+ return this.i.oq;
367
+ },
368
+ set: function (v) {
369
+ this.i.oq = ensureEnum(ScatterItemSearchMode_$type, v);
370
+ },
371
+ enumerable: true,
372
+ configurable: true
373
+ });
374
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "itemSearchThreshold", {
375
+ /**
376
+ * Gets or sets the threshold to use when searching for items using ItemSearchMode.
377
+ */
378
+ get: function () {
379
+ return this.i.o3;
380
+ },
381
+ set: function (v) {
382
+ this.i.o3 = +v;
383
+ },
384
+ enumerable: true,
385
+ configurable: true
386
+ });
387
+ IgxGeographicProportionalSymbolSeriesComponent.prototype.findByName = function (name) {
388
+ var baseResult = _super.prototype.findByName.call(this, name);
389
+ if (baseResult) {
390
+ return baseResult;
391
+ }
392
+ if (this.radiusScale && this.radiusScale.name && this.radiusScale.name == name) {
393
+ return this.radiusScale;
394
+ }
395
+ if (this.fillScale && this.fillScale.name && this.fillScale.name == name) {
396
+ return this.fillScale;
397
+ }
398
+ return null;
399
+ };
400
+ IgxGeographicProportionalSymbolSeriesComponent.prototype._styling = function (container, component, parent) {
401
+ _super.prototype._styling.call(this, container, component, parent);
402
+ this._inStyling = true;
403
+ if (this.radiusScale && this.radiusScale._styling) {
404
+ this.radiusScale._styling(container, component, this);
405
+ }
406
+ if (this.fillScale && this.fillScale._styling) {
407
+ this.fillScale._styling(container, component, this);
408
+ }
409
+ this._inStyling = false;
410
+ };
411
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "assigningScatterStyle", {
412
+ /**
413
+ * Event raised when Assigning Category Style
414
+ */
415
+ get: function () {
416
+ var _this = this;
417
+ if (this._assigningScatterStyle == null) {
418
+ this._assigningScatterStyle = new EventEmitter();
419
+ this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, function (o, e) {
420
+ var outerArgs = new IgxAssigningScatterStyleEventArgs();
421
+ outerArgs._provideImplementation(e);
422
+ if (_this.beforeAssigningScatterStyle) {
423
+ _this.beforeAssigningScatterStyle(_this, outerArgs);
424
+ }
425
+ _this._assigningScatterStyle.emit({
426
+ sender: _this,
427
+ args: outerArgs
428
+ });
429
+ });
430
+ }
431
+ return this._assigningScatterStyle;
432
+ },
433
+ enumerable: true,
434
+ configurable: true
435
+ });
436
+ Object.defineProperty(IgxGeographicProportionalSymbolSeriesComponent.prototype, "assigningScatterMarkerStyle", {
437
+ /**
438
+ * Event raised when Assigning Scatter Marker Style
439
+ */
440
+ get: function () {
441
+ var _this = this;
442
+ if (this._assigningScatterMarkerStyle == null) {
443
+ this._assigningScatterMarkerStyle = new EventEmitter();
444
+ this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, function (o, e) {
445
+ var outerArgs = new IgxAssigningScatterMarkerStyleEventArgs();
446
+ outerArgs._provideImplementation(e);
447
+ if (_this.beforeAssigningScatterMarkerStyle) {
448
+ _this.beforeAssigningScatterMarkerStyle(_this, outerArgs);
449
+ }
450
+ _this._assigningScatterMarkerStyle.emit({
451
+ sender: _this,
452
+ args: outerArgs
453
+ });
454
+ });
455
+ }
456
+ return this._assigningScatterMarkerStyle;
457
+ },
458
+ enumerable: true,
459
+ configurable: true
460
+ });
461
+ var IgxGeographicProportionalSymbolSeriesComponent_1;
462
+ tslib_1.__decorate([
463
+ Input(),
464
+ tslib_1.__metadata("design:type", String),
465
+ tslib_1.__metadata("design:paramtypes", [String])
466
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "latitudeMemberPath", null);
467
+ tslib_1.__decorate([
468
+ Input(),
469
+ tslib_1.__metadata("design:type", String),
470
+ tslib_1.__metadata("design:paramtypes", [String])
471
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "longitudeMemberPath", null);
472
+ tslib_1.__decorate([
473
+ Input(),
474
+ tslib_1.__metadata("design:type", Number),
475
+ tslib_1.__metadata("design:paramtypes", [Number])
476
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerType", null);
477
+ tslib_1.__decorate([
478
+ Input(),
479
+ tslib_1.__metadata("design:type", Number),
480
+ tslib_1.__metadata("design:paramtypes", [Number])
481
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutlineMode", null);
482
+ tslib_1.__decorate([
483
+ Input(),
484
+ tslib_1.__metadata("design:type", Number),
485
+ tslib_1.__metadata("design:paramtypes", [Number])
486
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerFillMode", null);
487
+ tslib_1.__decorate([
488
+ Input(),
489
+ tslib_1.__metadata("design:type", Object),
490
+ tslib_1.__metadata("design:paramtypes", [Object])
491
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerTemplate", null);
492
+ tslib_1.__decorate([
493
+ Input(),
494
+ tslib_1.__metadata("design:type", String),
495
+ tslib_1.__metadata("design:paramtypes", [String])
496
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerBrush", null);
497
+ tslib_1.__decorate([
498
+ Input(),
499
+ tslib_1.__metadata("design:type", String),
500
+ tslib_1.__metadata("design:paramtypes", [String])
501
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutline", null);
502
+ tslib_1.__decorate([
503
+ Input(),
504
+ tslib_1.__metadata("design:type", Number),
505
+ tslib_1.__metadata("design:paramtypes", [Number])
506
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "maximumMarkers", null);
507
+ tslib_1.__decorate([
508
+ Input(),
509
+ tslib_1.__metadata("design:type", String),
510
+ tslib_1.__metadata("design:paramtypes", [String])
511
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "radiusMemberPath", null);
512
+ tslib_1.__decorate([
513
+ Input(),
514
+ tslib_1.__metadata("design:type", IgxSizeScaleComponent),
515
+ tslib_1.__metadata("design:paramtypes", [IgxSizeScaleComponent])
516
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "radiusScale", null);
517
+ tslib_1.__decorate([
518
+ Input(),
519
+ tslib_1.__metadata("design:type", String),
520
+ tslib_1.__metadata("design:paramtypes", [String])
521
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "labelMemberPath", null);
522
+ tslib_1.__decorate([
523
+ Input(),
524
+ tslib_1.__metadata("design:type", String),
525
+ tslib_1.__metadata("design:paramtypes", [String])
526
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "fillMemberPath", null);
527
+ tslib_1.__decorate([
528
+ Input(),
529
+ tslib_1.__metadata("design:type", IgxBrushScaleComponent),
530
+ tslib_1.__metadata("design:paramtypes", [IgxBrushScaleComponent])
531
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "fillScale", null);
532
+ tslib_1.__decorate([
533
+ Input(),
534
+ tslib_1.__metadata("design:type", Boolean),
535
+ tslib_1.__metadata("design:paramtypes", [Boolean])
536
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "fillScaleUseGlobalValues", null);
537
+ tslib_1.__decorate([
538
+ Input(),
539
+ tslib_1.__metadata("design:type", Boolean),
540
+ tslib_1.__metadata("design:paramtypes", [Boolean])
541
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutlineUsesFillScale", null);
542
+ tslib_1.__decorate([
543
+ Input(),
544
+ tslib_1.__metadata("design:type", Number),
545
+ tslib_1.__metadata("design:paramtypes", [Number])
546
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerOutlineBrightness", null);
547
+ tslib_1.__decorate([
548
+ Input(),
549
+ tslib_1.__metadata("design:type", Number),
550
+ tslib_1.__metadata("design:paramtypes", [Number])
551
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerBrushBrightness", null);
552
+ tslib_1.__decorate([
553
+ Input(),
554
+ tslib_1.__metadata("design:type", Number),
555
+ tslib_1.__metadata("design:paramtypes", [Number])
556
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "markerThickness", null);
557
+ tslib_1.__decorate([
558
+ Input(),
559
+ tslib_1.__metadata("design:type", Boolean),
560
+ tslib_1.__metadata("design:paramtypes", [Boolean])
561
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "radiusScaleUseGlobalValues", null);
562
+ tslib_1.__decorate([
563
+ Input(),
564
+ tslib_1.__metadata("design:type", Boolean),
565
+ tslib_1.__metadata("design:paramtypes", [Boolean])
566
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "isCustomScatterStyleAllowed", null);
567
+ tslib_1.__decorate([
568
+ Input(),
569
+ tslib_1.__metadata("design:type", Boolean),
570
+ tslib_1.__metadata("design:paramtypes", [Boolean])
571
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "isCustomScatterMarkerStyleAllowed", null);
572
+ tslib_1.__decorate([
573
+ Input(),
574
+ tslib_1.__metadata("design:type", Number),
575
+ tslib_1.__metadata("design:paramtypes", [Number])
576
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "itemSearchMode", null);
577
+ tslib_1.__decorate([
578
+ Input(),
579
+ tslib_1.__metadata("design:type", Number),
580
+ tslib_1.__metadata("design:paramtypes", [Number])
581
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "itemSearchThreshold", null);
582
+ tslib_1.__decorate([
583
+ Output(),
584
+ tslib_1.__metadata("design:type", EventEmitter),
585
+ tslib_1.__metadata("design:paramtypes", [])
586
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "assigningScatterStyle", null);
587
+ tslib_1.__decorate([
588
+ Output(),
589
+ tslib_1.__metadata("design:type", EventEmitter),
590
+ tslib_1.__metadata("design:paramtypes", [])
591
+ ], IgxGeographicProportionalSymbolSeriesComponent.prototype, "assigningScatterMarkerStyle", null);
592
+ IgxGeographicProportionalSymbolSeriesComponent = IgxGeographicProportionalSymbolSeriesComponent_1 = tslib_1.__decorate([
593
+ Component({
594
+ selector: 'igx-geographic-proportional-symbol-series',
595
+ template: "",
596
+ providers: [{ provide: IgxGeographicMapSeriesHostComponent, useExisting: forwardRef(function () { return IgxGeographicProportionalSymbolSeriesComponent_1; }) }, { provide: IgxSeriesComponent, useExisting: forwardRef(function () { return IgxGeographicProportionalSymbolSeriesComponent_1; }) }],
597
+ changeDetection: ChangeDetectionStrategy.OnPush
598
+ }),
599
+ tslib_1.__metadata("design:paramtypes", [])
600
+ ], IgxGeographicProportionalSymbolSeriesComponent);
601
+ return IgxGeographicProportionalSymbolSeriesComponent;
602
+ }(IgxGeographicMapSeriesHostComponent));
603
+ export { IgxGeographicProportionalSymbolSeriesComponent };
604
+ //# sourceMappingURL=igx-geographic-proportional-symbol-series-component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"igx-geographic-proportional-symbol-series-component.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/igx-geographic-proportional-symbol-series-component.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,31 @@
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 * as tslib_1 from "tslib";
8
+ import { NgModule } from '@angular/core';
9
+ import { CommonModule } from '@angular/common';
10
+ import { IgxGeographicProportionalSymbolSeriesModule } from './igx-geographic-proportional-symbol-series-module';
11
+ import { IgxGeographicProportionalSymbolSeriesComponent } from './igx-geographic-proportional-symbol-series-component';
12
+ import { GeographicProportionalSymbolSeries } from './GeographicProportionalSymbolSeries';
13
+ import { TypeRegistrar } from "igniteui-angular-core";
14
+ var IgxGeographicProportionalSymbolSeriesDynamicModule = /** @class */ (function () {
15
+ function IgxGeographicProportionalSymbolSeriesDynamicModule() {
16
+ TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent", IgxGeographicProportionalSymbolSeriesComponent);
17
+ TypeRegistrar.register("GeographicProportionalSymbolSeries", GeographicProportionalSymbolSeries.$type);
18
+ }
19
+ IgxGeographicProportionalSymbolSeriesDynamicModule = tslib_1.__decorate([
20
+ NgModule({
21
+ declarations: [],
22
+ imports: [CommonModule, IgxGeographicProportionalSymbolSeriesModule],
23
+ exports: [IgxGeographicProportionalSymbolSeriesModule],
24
+ entryComponents: [IgxGeographicProportionalSymbolSeriesComponent]
25
+ }),
26
+ tslib_1.__metadata("design:paramtypes", [])
27
+ ], IgxGeographicProportionalSymbolSeriesDynamicModule);
28
+ return IgxGeographicProportionalSymbolSeriesDynamicModule;
29
+ }());
30
+ export { IgxGeographicProportionalSymbolSeriesDynamicModule };
31
+ //# sourceMappingURL=igx-geographic-proportional-symbol-series-dynamic-module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"igx-geographic-proportional-symbol-series-dynamic-module.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/igx-geographic-proportional-symbol-series-dynamic-module.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;;AAEF,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,2CAA2C,EAAE,MAAM,oDAAoD,CAAC;AACjH,OAAO,EAAE,8CAA8C,EAAE,MAAM,uDAAuD,CAAC;AACvH,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAQtD;IACI;QACI,aAAa,CAAC,YAAY,CAAC,gDAAgD,EAAE,8CAA8C,CAAC,CAAC;QAC7H,aAAa,CAAC,QAAQ,CAAC,oCAAoC,EAAQ,kCAAmC,CAAC,KAAK,CAAC,CAAC;IAClH,CAAC;IAJQ,kDAAkD;QAN9D,QAAQ,CAAC;YACN,YAAY,EAAE,EAAE;YAChB,OAAO,EAAE,CAAC,YAAY,EAAE,2CAA2C,CAAC;YACpE,OAAO,EAAE,CAAC,2CAA2C,CAAC;YACtD,eAAe,EAAE,CAAC,8CAA8C,CAAC;SACpE,CAAC;;OACW,kDAAkD,CAK9D;IAAD,yDAAC;CAAA,AALD,IAKC;SALY,kDAAkD"}