igniteui-webcomponents-maps 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -6,10 +6,7 @@ import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy
6
6
  import { GeographicContourLineSeries } from "./GeographicContourLineSeries";
7
7
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
8
8
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
9
- /**
10
- * Represents a class for Geographic Contour Series displayed on a map.
11
- */
12
- export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
9
+ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
13
10
  class IgcGeographicContourLineSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
14
11
  createImplementation() {
15
12
  return new GeographicContourLineSeries();
@@ -74,16 +71,16 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
74
71
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
75
72
  */
76
73
  get valueMemberPath() {
77
- return this.i.yj;
74
+ return this.i.yk;
78
75
  }
79
76
  set valueMemberPath(v) {
80
- this.i.yj = v;
77
+ this.i.yk = v;
81
78
  }
82
79
  /**
83
80
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
84
81
  */
85
82
  get fillScale() {
86
- const r = this.i.yf;
83
+ const r = this.i.yg;
87
84
  if (r == null) {
88
85
  return null;
89
86
  }
@@ -99,13 +96,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
99
96
  set fillScale(v) {
100
97
  if (v != null && this._stylingContainer && v._styling)
101
98
  v._styling(this._stylingContainer, this, this);
102
- v == null ? this.i.yf = null : this.i.yf = v.i;
99
+ v == null ? this.i.yg = null : this.i.yg = v.i;
103
100
  }
104
101
  /**
105
102
  * Gets actual fill scale that is set on the FillScale property or default FillScale
106
103
  */
107
104
  get actualFillScale() {
108
- const r = this.i.ye;
105
+ const r = this.i.yf;
109
106
  if (r == null) {
110
107
  return null;
111
108
  }
@@ -121,13 +118,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
121
118
  set actualFillScale(v) {
122
119
  if (v != null && this._stylingContainer && v._styling)
123
120
  v._styling(this._stylingContainer, this, this);
124
- v == null ? this.i.ye = null : this.i.ye = v.i;
121
+ v == null ? this.i.yf = null : this.i.yf = v.i;
125
122
  }
126
123
  /**
127
124
  * The ContourValueResolver used to determine the numeric values of contours.
128
125
  */
129
126
  get valueResolver() {
130
- const r = this.i.yb;
127
+ const r = this.i.yc;
131
128
  if (r == null) {
132
129
  return null;
133
130
  }
@@ -143,7 +140,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
143
140
  set valueResolver(v) {
144
141
  if (v != null && this._stylingContainer && v._styling)
145
142
  v._styling(this._stylingContainer, this, this);
146
- v == null ? this.i.yb = null : this.i.yb = v.i;
143
+ v == null ? this.i.yc = null : this.i.yc = v.i;
147
144
  }
148
145
  findByName(name) {
149
146
  var baseResult = super.findByName(name);
@@ -207,3 +204,4 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
207
204
  IgcGeographicContourLineSeriesComponent._isElementRegistered = false;
208
205
  return IgcGeographicContourLineSeriesComponent;
209
206
  })();
207
+ export { IgcGeographicContourLineSeriesComponent };
@@ -4,11 +4,7 @@ import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series
4
4
  import { GeographicHighDensityScatterSeries } from "./GeographicHighDensityScatterSeries";
5
5
  import { getAllPropertyNames, toSpinal, ensureBool, colorToString, stringToColor } from "igniteui-webcomponents-core";
6
6
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
- /**
8
- * Series class for a geographic map with points marked at given locations.
9
- * This is the geographic equivalent of a HighDensityScatterSeries.
10
- */
11
- export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
7
+ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
12
8
  class IgcGeographicHighDensityScatterSeriesComponent extends IgcGeographicMapSeriesHostComponent {
13
9
  createImplementation() {
14
10
  return new GeographicHighDensityScatterSeries();
@@ -73,109 +69,109 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
73
69
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
74
70
  */
75
71
  get latitudeMemberPath() {
76
- return this.i.x7;
72
+ return this.i.x8;
77
73
  }
78
74
  set latitudeMemberPath(v) {
79
- this.i.x7 = v;
75
+ this.i.x8 = v;
80
76
  }
81
77
  /**
82
78
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
83
79
  */
84
80
  get longitudeMemberPath() {
85
- return this.i.x9;
81
+ return this.i.ya;
86
82
  }
87
83
  set longitudeMemberPath(v) {
88
- this.i.x9 = v;
84
+ this.i.ya = v;
89
85
  }
90
86
  /**
91
87
  * Gets or sets the whether to use use brute force mode.
92
88
  */
93
89
  get useBruteForce() {
94
- return this.i.xw;
90
+ return this.i.xx;
95
91
  }
96
92
  set useBruteForce(v) {
97
- this.i.xw = ensureBool(v);
98
- this._a("useBruteForce", this.i.xw);
93
+ this.i.xx = ensureBool(v);
94
+ this._a("useBruteForce", this.i.xx);
99
95
  }
100
96
  /**
101
97
  * Gets or sets the whether to progressively load the data into the chart.
102
98
  */
103
99
  get progressiveLoad() {
104
- return this.i.xv;
100
+ return this.i.xw;
105
101
  }
106
102
  set progressiveLoad(v) {
107
- this.i.xv = ensureBool(v);
108
- this._a("progressiveLoad", this.i.xv);
103
+ this.i.xw = ensureBool(v);
104
+ this._a("progressiveLoad", this.i.xw);
109
105
  }
110
106
  /**
111
107
  * Gets or sets the whether the chart reacts to mouse move events.
112
108
  */
113
109
  get mouseOverEnabled() {
114
- return this.i.xu;
110
+ return this.i.xv;
115
111
  }
116
112
  set mouseOverEnabled(v) {
117
- this.i.xu = ensureBool(v);
118
- this._a("mouseOverEnabled", this.i.xu);
113
+ this.i.xv = ensureBool(v);
114
+ this._a("mouseOverEnabled", this.i.xv);
119
115
  }
120
116
  /**
121
117
  * Gets or sets the density value that maps to the minimum heat color.
122
118
  */
123
119
  get heatMinimum() {
124
- return this.i.xy;
120
+ return this.i.xz;
125
121
  }
126
122
  set heatMinimum(v) {
127
- this.i.xy = +v;
128
- this._a("heatMinimum", this.i.xy);
123
+ this.i.xz = +v;
124
+ this._a("heatMinimum", this.i.xz);
129
125
  }
130
126
  /**
131
127
  * Gets or sets the value that maps to the maximum heat color.
132
128
  */
133
129
  get heatMaximum() {
134
- return this.i.xx;
130
+ return this.i.xy;
135
131
  }
136
132
  set heatMaximum(v) {
137
- this.i.xx = +v;
138
- this._a("heatMaximum", this.i.xx);
133
+ this.i.xy = +v;
134
+ this._a("heatMaximum", this.i.xy);
139
135
  }
140
136
  /**
141
137
  * Gets or sets the color to use for the minimum end of the scale.
142
138
  */
143
139
  get heatMinimumColor() {
144
- return colorToString(this.i.ys);
140
+ return colorToString(this.i.yt);
145
141
  }
146
142
  set heatMinimumColor(v) {
147
- this.i.ys = stringToColor(v);
148
- this._a("heatMinimumColor", colorToString(this.i.ys));
143
+ this.i.yt = stringToColor(v);
144
+ this._a("heatMinimumColor", colorToString(this.i.yt));
149
145
  }
150
146
  /**
151
147
  * Gets or sets the color to use for the maximum end of the scale.
152
148
  */
153
149
  get heatMaximumColor() {
154
- return colorToString(this.i.yr);
150
+ return colorToString(this.i.ys);
155
151
  }
156
152
  set heatMaximumColor(v) {
157
- this.i.yr = stringToColor(v);
158
- this._a("heatMaximumColor", colorToString(this.i.yr));
153
+ this.i.ys = stringToColor(v);
154
+ this._a("heatMaximumColor", colorToString(this.i.ys));
159
155
  }
160
156
  /**
161
157
  * Gets or sets the the pixel extent of the square data points that are rendered.
162
158
  */
163
159
  get pointExtent() {
164
- return this.i.x1;
160
+ return this.i.x2;
165
161
  }
166
162
  set pointExtent(v) {
167
- this.i.x1 = +v;
168
- this._a("pointExtent", this.i.x1);
163
+ this.i.x2 = +v;
164
+ this._a("pointExtent", this.i.x2);
169
165
  }
170
166
  /**
171
167
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
172
168
  */
173
169
  get progressiveStatus() {
174
- return this.i.x2;
170
+ return this.i.x3;
175
171
  }
176
172
  set progressiveStatus(v) {
177
- this.i.x2 = +v;
178
- this._a("progressiveStatus", this.i.x2);
173
+ this.i.x3 = +v;
174
+ this._a("progressiveStatus", this.i.x3);
179
175
  }
180
176
  /**
181
177
  * Raised when the progressive loading state of the series has changed.
@@ -209,3 +205,4 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
209
205
  IgcGeographicHighDensityScatterSeriesComponent._isElementRegistered = false;
210
206
  return IgcGeographicHighDensityScatterSeriesComponent;
211
207
  })();
208
+ export { IgcGeographicHighDensityScatterSeriesComponent };
@@ -21,7 +21,7 @@ import { IgcImageTilesReadyEventArgs } from './igc-image-tiles-ready-event-args'
21
21
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
22
22
  import { MapResizeBehavior_$type } from './MapResizeBehavior';
23
23
  import { MapBackgroundTilingMode_$type } from './MapBackgroundTilingMode';
24
- export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
24
+ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
25
25
  class IgcGeographicMapComponent extends IgcSeriesViewerComponent {
26
26
  set height(value) {
27
27
  this._height = value;
@@ -679,3 +679,4 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
679
679
  IgcGeographicMapComponent._isElementRegistered = false;
680
680
  return IgcGeographicMapComponent;
681
681
  })();
682
+ export { IgcGeographicMapComponent };
@@ -1,9 +1,6 @@
1
1
  import { IgcSeriesComponent } from "igniteui-webcomponents-charts";
2
2
  import { getAllPropertyNames, toSpinal, toPoint, fromPoint, fromRect } from "igniteui-webcomponents-core";
3
- /**
4
- * Base class for hosting chart series in a IgxGeographicMap.Component
5
- */
6
- export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
3
+ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
7
4
  class IgcGeographicMapSeriesHostComponent extends IgcSeriesComponent {
8
5
  /**
9
6
  * @hidden
@@ -64,11 +61,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
64
61
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
65
62
  */
66
63
  get visibleFromScale() {
67
- return this.i.xm;
64
+ return this.i.xn;
68
65
  }
69
66
  set visibleFromScale(v) {
70
- this.i.xm = +v;
71
- this._a("visibleFromScale", this.i.xm);
67
+ this.i.xn = +v;
68
+ this._a("visibleFromScale", this.i.xn);
72
69
  }
73
70
  /**
74
71
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -86,7 +83,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
86
83
 
87
84
  */
88
85
  notifyIndexedPropertiesChanged() {
89
- this.i.qu();
86
+ this.i.qv();
90
87
  }
91
88
  getItemValue(item, memberPathName) {
92
89
  let iv = this.i.kz(item, memberPathName);
@@ -123,7 +120,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
123
120
  return (iv);
124
121
  }
125
122
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
126
- let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
123
+ let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
127
124
  return fromPoint(iv);
128
125
  }
129
126
  /**
@@ -132,7 +129,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
132
129
  * @param world * The world coordinate for which to get a value bounding box for
133
130
  */
134
131
  getSeriesValueBoundingBox(world) {
135
- let iv = this.i.w7(toPoint(world));
132
+ let iv = this.i.w8(toPoint(world));
136
133
  return fromRect(iv);
137
134
  }
138
135
  /**
@@ -141,7 +138,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
138
  * @param world * The world coordinates for which to get a value marker bounding box for
142
139
  */
143
140
  getSeriesValueMarkerBoundingBox(world) {
144
- let iv = this.i.w9(toPoint(world));
141
+ let iv = this.i.xa(toPoint(world));
145
142
  return fromRect(iv);
146
143
  }
147
144
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
@@ -149,7 +146,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
149
146
  return (iv);
150
147
  }
151
148
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
152
- let iv = this.i.wr(toPoint(world), useInterpolation, skipUnknowns);
149
+ let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
153
150
  return fromPoint(iv);
154
151
  }
155
152
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
@@ -157,11 +154,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
157
154
  return (iv);
158
155
  }
159
156
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
160
- let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
157
+ let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
161
158
  return fromPoint(iv);
162
159
  }
163
160
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
164
- let iv = this.i.ww(toPoint(mouse), useInterpolation, skipUnknowns);
161
+ let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
165
162
  return fromPoint(iv);
166
163
  }
167
164
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
@@ -182,16 +179,17 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
182
179
  * @param animate * True if the change should be animated.
183
180
  */
184
181
  renderSeries(animate) {
185
- this.i.r7(animate);
182
+ this.i.r8(animate);
186
183
  }
187
184
  /**
188
185
  * Called when this series' Style is updated.
189
186
 
190
187
  */
191
188
  styleUpdated() {
192
- this.i.st();
189
+ this.i.su();
193
190
  }
194
191
  }
195
192
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
196
193
  return IgcGeographicMapSeriesHostComponent;
197
194
  })();
195
+ export { IgcGeographicMapSeriesHostComponent };
@@ -1,6 +1,6 @@
1
1
  import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
2
2
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
3
- export let IgcGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
3
+ let IgcGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
4
4
  class IgcGeographicMarkerSeriesBaseComponent extends IgcGeographicMarkerSeriesComponent {
5
5
  /**
6
6
  * @hidden
@@ -48,3 +48,4 @@ export let IgcGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
48
48
  IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent = null;
49
49
  return IgcGeographicMarkerSeriesBaseComponent;
50
50
  })();
51
+ export { IgcGeographicMarkerSeriesBaseComponent };
@@ -3,10 +3,7 @@ import { MarkerOutlineMode_$type } from "igniteui-webcomponents-charts";
3
3
  import { MarkerFillMode_$type } from "igniteui-webcomponents-charts";
4
4
  import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
5
5
  import { getAllPropertyNames, toSpinal, ensureEnum, enumToString, brushToString, stringToBrush } from "igniteui-webcomponents-core";
6
- /**
7
- * Base class for creating marker series in a IgxGeographicMap.Component
8
- */
9
- export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
6
+ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
10
7
  class IgcGeographicMarkerSeriesComponent extends IgcGeographicMapSeriesHostComponent {
11
8
  /**
12
9
  * @hidden
@@ -55,70 +52,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
55
52
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
56
53
  */
57
54
  get markerType() {
58
- return this.i.xu;
55
+ return this.i.xv;
59
56
  }
60
57
  set markerType(v) {
61
- this.i.xu = ensureEnum(MarkerType_$type, v);
62
- this._a("markerType", enumToString(MarkerType_$type, this.i.xu));
58
+ this.i.xv = ensureEnum(MarkerType_$type, v);
59
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
63
60
  }
64
61
  /**
65
62
  * Gets or sets thickness of the marker outline
66
63
  */
67
64
  get markerThickness() {
68
- return this.i.xv;
65
+ return this.i.xw;
69
66
  }
70
67
  set markerThickness(v) {
71
- this.i.xv = +v;
72
- this._a("markerThickness", this.i.xv);
68
+ this.i.xw = +v;
69
+ this._a("markerThickness", this.i.xw);
73
70
  }
74
71
  /**
75
72
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
76
73
  */
77
74
  get markerOutlineMode() {
78
- return this.i.xt;
75
+ return this.i.xu;
79
76
  }
80
77
  set markerOutlineMode(v) {
81
- this.i.xt = ensureEnum(MarkerOutlineMode_$type, v);
82
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xt));
78
+ this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
79
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
83
80
  }
84
81
  /**
85
82
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
86
83
  */
87
84
  get markerFillMode() {
88
- return this.i.xs;
85
+ return this.i.xt;
89
86
  }
90
87
  set markerFillMode(v) {
91
- this.i.xs = ensureEnum(MarkerFillMode_$type, v);
92
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xs));
88
+ this.i.xt = ensureEnum(MarkerFillMode_$type, v);
89
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
93
90
  }
94
91
  /**
95
92
  * Gets or sets the MarkerTemplate for the current series object.
96
93
  */
97
94
  get markerTemplate() {
98
- return this.i.ya;
95
+ return this.i.yb;
99
96
  }
100
97
  set markerTemplate(v) {
101
- this.i.ya = v;
98
+ this.i.yb = v;
102
99
  }
103
100
  /**
104
101
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
105
102
  */
106
103
  get markerBrush() {
107
- return brushToString(this.i.yo);
104
+ return brushToString(this.i.yp);
108
105
  }
109
106
  set markerBrush(v) {
110
- this.i.yo = stringToBrush(v);
111
- this._a("markerBrush", brushToString(this.i.yo));
107
+ this.i.yp = stringToBrush(v);
108
+ this._a("markerBrush", brushToString(this.i.yp));
112
109
  }
113
110
  /**
114
111
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
115
112
  */
116
113
  get markerOutline() {
117
- return brushToString(this.i.yp);
114
+ return brushToString(this.i.yq);
118
115
  }
119
116
  set markerOutline(v) {
120
- this.i.yp = stringToBrush(v);
121
- this._a("markerOutline", brushToString(this.i.yp));
117
+ this.i.yq = stringToBrush(v);
118
+ this._a("markerOutline", brushToString(this.i.yq));
122
119
  }
123
120
  /**
124
121
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -126,42 +123,43 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
126
123
  * choose a representative set.
127
124
  */
128
125
  get maximumMarkers() {
129
- return this.i.xw;
126
+ return this.i.xx;
130
127
  }
131
128
  set maximumMarkers(v) {
132
- this.i.xw = +v;
133
- this._a("maximumMarkers", this.i.xw);
129
+ this.i.xx = +v;
130
+ this._a("maximumMarkers", this.i.xx);
134
131
  }
135
132
  /**
136
133
  * Gets the effective marker template for the current series object.
137
134
  */
138
135
  get actualMarkerTemplate() {
139
- return this.i.x9;
136
+ return this.i.ya;
140
137
  }
141
138
  set actualMarkerTemplate(v) {
142
- this.i.x9 = v;
139
+ this.i.ya = v;
143
140
  }
144
141
  /**
145
142
  * Gets the effective marker brush for the current series object.
146
143
  */
147
144
  get actualMarkerBrush() {
148
- return brushToString(this.i.ym);
145
+ return brushToString(this.i.yn);
149
146
  }
150
147
  set actualMarkerBrush(v) {
151
- this.i.ym = stringToBrush(v);
152
- this._a("actualMarkerBrush", brushToString(this.i.ym));
148
+ this.i.yn = stringToBrush(v);
149
+ this._a("actualMarkerBrush", brushToString(this.i.yn));
153
150
  }
154
151
  /**
155
152
  * Gets the effective marker outline for the current series object.
156
153
  */
157
154
  get actualMarkerOutline() {
158
- return brushToString(this.i.yn);
155
+ return brushToString(this.i.yo);
159
156
  }
160
157
  set actualMarkerOutline(v) {
161
- this.i.yn = stringToBrush(v);
162
- this._a("actualMarkerOutline", brushToString(this.i.yn));
158
+ this.i.yo = stringToBrush(v);
159
+ this._a("actualMarkerOutline", brushToString(this.i.yo));
163
160
  }
164
161
  }
165
162
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
166
163
  return IgcGeographicMarkerSeriesComponent;
167
164
  })();
165
+ export { IgcGeographicMarkerSeriesComponent };
@@ -5,10 +5,7 @@ import { GeographicPolylineSeries } from "./GeographicPolylineSeries";
5
5
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
6
6
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
7
  import { Style } from "igniteui-webcomponents-core";
8
- /**
9
- * Series class used for displaying multiple polylines, in a geographic context, for datasources which contain multiple lists of points.
10
- */
11
- export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
8
+ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
12
9
  class IgcGeographicPolylineSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
13
10
  createImplementation() {
14
11
  return new GeographicPolylineSeries();
@@ -73,49 +70,49 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
73
70
  * Gets or sets the fill brush.
74
71
  */
75
72
  get shapeFill() {
76
- return this.i.y7 ? this.i.y7.fill : null;
73
+ return this.i.y8 ? this.i.y8.fill : null;
77
74
  }
78
75
  set shapeFill(v) {
79
76
  this.ensureShapeStyle();
80
- this.i.y7.fill = v;
77
+ this.i.y8.fill = v;
81
78
  }
82
79
  /**
83
80
  * Gets or sets the stroke brush.
84
81
  */
85
82
  get shapeStroke() {
86
- return this.i.y7 ? this.i.y7.stroke : null;
83
+ return this.i.y8 ? this.i.y8.stroke : null;
87
84
  }
88
85
  set shapeStroke(v) {
89
86
  this.ensureShapeStyle();
90
- this.i.y7.stroke = v;
87
+ this.i.y8.stroke = v;
91
88
  }
92
89
  /**
93
90
  * Gets or sets the stroke thickness.
94
91
  */
95
92
  get shapeStrokeThickness() {
96
- return this.i.y7 ? this.i.y7.strokeThickness : NaN;
93
+ return this.i.y8 ? this.i.y8.strokeThickness : NaN;
97
94
  }
98
95
  set shapeStrokeThickness(v) {
99
96
  this.ensureShapeStyle();
100
- this.i.y7.strokeThickness = +v;
101
- this._a("shapeStrokeThickness", this.i.y7.strokeThickness);
97
+ this.i.y8.strokeThickness = +v;
98
+ this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
102
99
  }
103
100
  /**
104
101
  * Gets or sets the opacity.
105
102
  */
106
103
  get shapeOpacity() {
107
- return this.i.y7 ? this.i.y7.opacity : NaN;
104
+ return this.i.y8 ? this.i.y8.opacity : NaN;
108
105
  }
109
106
  set shapeOpacity(v) {
110
107
  this.ensureShapeStyle();
111
- this.i.y7.opacity = +v;
112
- this._a("shapeOpacity", this.i.y7.opacity);
108
+ this.i.y8.opacity = +v;
109
+ this._a("shapeOpacity", this.i.y8.opacity);
113
110
  }
114
111
  ensureShapeStyle() {
115
- if (this.i.y7) {
112
+ if (this.i.y8) {
116
113
  return;
117
114
  }
118
- this.i.y7 = new Style();
115
+ this.i.y8 = new Style();
119
116
  }
120
117
  get styleShape() {
121
118
  return this._styleShape;
@@ -146,3 +143,4 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
146
143
  IgcGeographicPolylineSeriesComponent._isElementRegistered = false;
147
144
  return IgcGeographicPolylineSeriesComponent;
148
145
  })();
146
+ export { IgcGeographicPolylineSeriesComponent };
@@ -1,6 +1,6 @@
1
1
  import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
2
2
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
3
- export let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
3
+ let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
4
4
  class IgcGeographicProportionalSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
5
5
  /**
6
6
  * @hidden
@@ -48,3 +48,4 @@ export let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__PURE__*/ ((
48
48
  IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent = null;
49
49
  return IgcGeographicProportionalSymbolSeriesBaseComponent;
50
50
  })();
51
+ export { IgcGeographicProportionalSymbolSeriesBaseComponent };