igniteui-webcomponents-maps 6.3.0 → 6.3.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -16,81 +16,79 @@ import { MarkerSeries } from "igniteui-webcomponents-charts";
16
16
  import { Defaults } from "igniteui-webcomponents-charts";
17
17
  import { PropertyMetadata } from "igniteui-webcomponents-core";
18
18
  import { DeviceUtils } from "igniteui-webcomponents-core";
19
- /**
20
- * @hidden
21
- */
22
- export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
19
+ let GeographicMarkerSeries = /*@__PURE__*/ (() => {
23
20
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
24
21
  constructor() {
25
22
  super();
26
- let a = this.xk;
27
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x8));
23
+ let a = this.xl;
24
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x9));
28
25
  }
29
- tg() {
30
- return this.x9;
31
- }
32
- v4() {
33
- return this.ym;
26
+ th() {
27
+ return this.ya;
34
28
  }
35
29
  v5() {
36
30
  return this.yn;
37
31
  }
32
+ v6() {
33
+ return this.yo;
34
+ }
38
35
  iu() {
39
- return this.xv;
36
+ return this.xw;
40
37
  }
41
38
  ml() {
42
- let a = typeCast(MarkerSeries.$, this.xk);
39
+ let a = typeCast(MarkerSeries.$, this.xl);
43
40
  if (a == null) {
44
41
  return "Unknown";
45
42
  }
46
43
  return a.ml();
47
44
  }
48
- x8(a, b) {
49
- let c = typeCast(MarkerSeries.$, this.xk);
45
+ x9(a, b) {
46
+ let c = typeCast(MarkerSeries.$, this.xl);
50
47
  if (c == null) {
51
48
  return;
52
49
  }
53
50
  if (b.propertyName == "ActualMarkerTemplate") {
54
- this.x9 = c.yk;
51
+ this.ya = c.yl;
55
52
  }
56
53
  else if (b.propertyName == "ActualMarkerOutline") {
57
- this.yn = c.y2;
54
+ this.yo = c.y3;
58
55
  }
59
56
  else if (b.propertyName == "ActualMarkerBrush") {
60
- this.ym = c.y1;
57
+ this.yn = c.y2;
61
58
  }
62
59
  }
63
- rp(a, b, c, d) {
64
- super.rp(a, b, c, d);
60
+ rq(a, b, c, d) {
61
+ super.rq(a, b, c, d);
65
62
  switch (b) {
66
63
  case GeographicMarkerSeries.$$p[3]:
67
- this.xk.y3 = this.yo;
64
+ this.xl.y4 = this.yp;
68
65
  break;
69
66
  case GeographicMarkerSeries.$$p[6]:
70
- this.xk.y4 = this.yp;
67
+ this.xl.y5 = this.yq;
71
68
  break;
72
69
  case GeographicMarkerSeries.$$p[5]:
73
- this.xk.xo = this.xt;
70
+ this.xl.xp = this.xu;
74
71
  break;
75
72
  case GeographicMarkerSeries.$$p[4]:
76
- this.xk.xk = this.xs;
73
+ this.xl.xl = this.xt;
77
74
  break;
78
75
  case GeographicMarkerSeries.$$p[9]:
79
- this.xk.xu = this.xu;
76
+ this.xl.xv = this.xv;
80
77
  break;
81
78
  case GeographicMarkerSeries.$$p[7]:
82
- this.xk.ym = this.ya;
79
+ this.xl.yn = this.yb;
83
80
  break;
84
81
  case GeographicMarkerSeries.$$p[8]:
85
- this.xk.x3 = this.xv;
82
+ this.xl.x4 = this.xw;
86
83
  break;
87
84
  case GeographicMarkerSeries.$$p[10]:
88
- this.xk.aat = this.xw;
85
+ this.xl.aau = this.xx;
89
86
  break;
90
87
  }
91
88
  }
92
89
  }
93
90
  GeographicMarkerSeries.$t = /*@__PURE__*/ markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
94
- GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:ym:yb', [Brush.$], 'ActualMarkerOutline:yn:yc', [Brush.$], 'ActualMarkerTemplate:x9:yd', [DataTemplate.$, null], 'MarkerBrush:yo:ye', [Brush.$], 'MarkerFillMode:xs:yf', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xt:yg', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yp:yh', [Brush.$], 'MarkerTemplate:ya:yi', [DataTemplate.$, null], 'MarkerThickness:xv:yj', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:xu:yk', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xw:yl', [1, 400]]);
91
+ GeographicMarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
95
92
  return GeographicMarkerSeries;
96
93
  })();
94
+ export { GeographicMarkerSeries };
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let GeographicMarkerSeriesBase = /*@__PURE__*/ (() => {
9
+ let GeographicMarkerSeriesBase = /*@__PURE__*/ (() => {
13
10
  class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
14
11
  }
15
12
  GeographicMarkerSeriesBase.$t = /*@__PURE__*/ markType(GeographicMarkerSeriesBase, 'GeographicMarkerSeriesBase', GeographicMarkerSeries.$);
16
13
  return GeographicMarkerSeriesBase;
17
14
  })();
15
+ export { GeographicMarkerSeriesBase };
@@ -13,10 +13,7 @@ import { StyleSelector } from "igniteui-webcomponents-charts";
13
13
  import { DependencyProperty } from "igniteui-webcomponents-core";
14
14
  import { Style } from "igniteui-webcomponents-core";
15
15
  import { PropertyMetadata } from "igniteui-webcomponents-core";
16
- /**
17
- * @hidden
18
- */
19
- export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
16
+ let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
20
17
  class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
21
18
  constructor(a) {
22
19
  super(a);
@@ -31,23 +28,21 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
31
28
  }
32
29
  ci() {
33
30
  super.ci();
34
- this.cy.xk.aas = this.cy.yz;
35
- this.cy.xk.aax = this.cy.y7;
31
+ this.cy.xl.aat = this.cy.y0;
32
+ this.cy.xl.aay = this.cy.y8;
36
33
  }
37
34
  cz() {
38
- this.cy.xk.aas = this.cy.yz;
35
+ this.cy.xl.aat = this.cy.y0;
39
36
  }
40
37
  c0() {
41
- this.cy.xk.aax = this.cy.y7;
38
+ this.cy.xl.aay = this.cy.y8;
42
39
  }
43
40
  }
44
41
  GeographicPolylineSeriesView.$t = /*@__PURE__*/ markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
45
42
  return GeographicPolylineSeriesView;
46
43
  })();
47
- /**
48
- * @hidden
49
- */
50
- export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
44
+ export { GeographicPolylineSeriesView };
45
+ let GeographicPolylineSeries = /*@__PURE__*/ (() => {
51
46
  class GeographicPolylineSeries extends GeographicShapeSeriesBase {
52
47
  bk() {
53
48
  return new GeographicPolylineSeries();
@@ -63,33 +58,34 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
63
58
  ct() {
64
59
  return new GeographicPolylineSeriesView(this);
65
60
  }
66
- rg(a) {
67
- super.rg(a);
68
- this.y0 = a;
61
+ rh(a) {
62
+ super.rh(a);
63
+ this.y1 = a;
69
64
  }
70
- xj() {
65
+ xk() {
71
66
  let a = new ScatterPolylineSeries();
72
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y4));
67
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
73
68
  return a;
74
69
  }
75
- y4(a, b) {
70
+ y5(a, b) {
76
71
  if (this.styleShape != null) {
77
72
  this.styleShape(this, b);
78
73
  }
79
74
  }
80
- rp(a, b, c, d) {
81
- super.rp(a, b, c, d);
75
+ rq(a, b, c, d) {
76
+ super.rq(a, b, c, d);
82
77
  switch (b) {
83
78
  case GeographicPolylineSeries.$$p[1]:
84
- this.y0.cz();
79
+ this.y1.cz();
85
80
  break;
86
81
  case GeographicPolylineSeries.$$p[0]:
87
- this.y0.c0();
82
+ this.y1.c0();
88
83
  break;
89
84
  }
90
85
  }
91
86
  }
92
87
  GeographicPolylineSeries.$t = /*@__PURE__*/ markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
93
- GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y7:y5', [Style.$, null], 'ShapeStyleSelector:yz:y6', [StyleSelector.$, null]]);
88
+ GeographicPolylineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
94
89
  return GeographicPolylineSeries;
95
90
  })();
91
+ export { GeographicPolylineSeries };
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let GeographicProportionalSymbolSeriesBase = /*@__PURE__*/ (() => {
9
+ let GeographicProportionalSymbolSeriesBase = /*@__PURE__*/ (() => {
13
10
  class GeographicProportionalSymbolSeriesBase extends GeographicMarkerSeriesBase {
14
11
  }
15
12
  GeographicProportionalSymbolSeriesBase.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesBase, 'GeographicProportionalSymbolSeriesBase', GeographicMarkerSeriesBase.$);
16
13
  return GeographicProportionalSymbolSeriesBase;
17
14
  })();
15
+ export { GeographicProportionalSymbolSeriesBase };
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { HostSeriesView } from "./HostSeriesView";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
9
+ let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
13
10
  class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
14
11
  constructor(a) {
15
12
  super(a);
@@ -20,3 +17,4 @@ export let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
20
17
  GeographicProportionalSymbolSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
21
18
  return GeographicProportionalSymbolSeriesBaseView;
22
19
  })();
20
+ export { GeographicProportionalSymbolSeriesBaseView };
@@ -13,10 +13,7 @@ import { SizeScale } from "igniteui-webcomponents-charts";
13
13
  import { BrushScale } from "igniteui-webcomponents-charts";
14
14
  import { ScatterItemSearchMode_$type } from "igniteui-webcomponents-charts";
15
15
  import { PropertyMetadata } from "igniteui-webcomponents-core";
16
- /**
17
- * @hidden
18
- */
19
- export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
16
+ let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
20
17
  class GeographicProportionalSymbolSeriesView extends HostSeriesView {
21
18
  constructor(a) {
22
19
  super(a);
@@ -30,49 +27,49 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
30
27
  }
31
28
  ci() {
32
29
  super.ci();
33
- let a = this.cu.xk;
34
- a.abd = this.cu.zj;
35
- a.abl = this.cu.zh;
36
- a.xu = this.cu.xu;
37
- a.ym = this.cu.ya;
38
- a.x3 = this.cu.xv;
30
+ let a = this.cu.xl;
31
+ a.abe = this.cu.zk;
32
+ a.abm = this.cu.zi;
33
+ a.xv = this.cu.xv;
34
+ a.yn = this.cu.yb;
35
+ a.x4 = this.cu.xw;
36
+ a.ado = this.cu.y4;
37
+ a.aee = this.cu.zp;
38
+ a.add = this.cu.yw;
39
+ a.ad4 = this.cu.zg;
40
+ a.adz = this.cu.y8;
41
+ a.ada = this.cu.yt;
42
+ a.adm = this.cu.y0;
39
43
  a.adn = this.cu.y3;
40
- a.aed = this.cu.zo;
41
- a.adc = this.cu.yv;
42
- a.ad3 = this.cu.zf;
43
- a.ady = this.cu.y7;
44
- a.ac9 = this.cu.ys;
45
- a.adl = this.cu.yz;
46
- a.adm = this.cu.y2;
44
+ a.adt = this.cu.y6;
47
45
  a.ads = this.cu.y5;
48
- a.adr = this.cu.y4;
49
46
  }
50
47
  c3() {
51
- this.cu.xk.abd = this.cu.zj;
48
+ this.cu.xl.abe = this.cu.zk;
52
49
  }
53
50
  c2() {
54
- this.cu.xk.abl = this.cu.zh;
51
+ this.cu.xl.abm = this.cu.zi;
55
52
  }
56
53
  c8() {
57
- this.cu.xk.xu = this.cu.xu;
54
+ this.cu.xl.xv = this.cu.xv;
58
55
  }
59
56
  c6() {
60
- this.cu.xk.ym = this.cu.ya;
57
+ this.cu.xl.yn = this.cu.yb;
61
58
  }
62
59
  c7() {
63
- this.cu.xk.x3 = this.cu.xv;
60
+ this.cu.xl.x4 = this.cu.xw;
64
61
  }
65
62
  c9() {
66
- this.cu.xk.aat = this.cu.xw;
63
+ this.cu.xl.aau = this.cu.xx;
67
64
  }
68
65
  db() {
69
- this.cu.xk.xAxis = this.cu.dc.zh;
66
+ this.cu.xl.xAxis = this.cu.dc.zh;
70
67
  }
71
68
  dc() {
72
- this.cu.xk.yAxis = this.cu.dc.zj;
69
+ this.cu.xl.yAxis = this.cu.dc.zj;
73
70
  }
74
71
  da() {
75
- let a = this.cu.xk;
72
+ let a = this.cu.xl;
76
73
  if (this.cu.dc == null) {
77
74
  a.xAxis = null;
78
75
  a.yAxis = null;
@@ -82,54 +79,52 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
82
79
  a.yAxis = this.cu.dc.zj;
83
80
  }
84
81
  c4() {
85
- this.cu.xk.y3 = this.cu.yo;
82
+ this.cu.xl.y4 = this.cu.yp;
86
83
  }
87
84
  c5() {
88
- this.cu.xk.y4 = this.cu.yp;
85
+ this.cu.xl.y5 = this.cu.yq;
89
86
  }
90
87
  dd() {
91
- this.cu.xk.aed = this.cu.zo;
88
+ this.cu.xl.aee = this.cu.zp;
92
89
  }
93
90
  de() {
94
- this.cu.xk.adc = this.cu.yv;
95
- this.cu.xk.adn = this.cu.y3;
91
+ this.cu.xl.add = this.cu.yw;
92
+ this.cu.xl.ado = this.cu.y4;
96
93
  }
97
94
  cy() {
98
- this.cu.xk.ad3 = this.cu.zf;
95
+ this.cu.xl.ad4 = this.cu.zg;
99
96
  }
100
97
  cw() {
101
- this.cu.xk.ac9 = this.cu.ys;
102
- this.cu.xk.adl = this.cu.yz;
103
- this.cu.xk.adm = this.cu.y2;
104
- this.cu.xk.ads = this.cu.y5;
105
- this.cu.xk.adr = this.cu.y4;
98
+ this.cu.xl.ada = this.cu.yt;
99
+ this.cu.xl.adm = this.cu.y0;
100
+ this.cu.xl.adn = this.cu.y3;
101
+ this.cu.xl.adt = this.cu.y6;
102
+ this.cu.xl.ads = this.cu.y5;
106
103
  }
107
104
  cv() {
108
- this.cu.xk.ady = this.cu.y7;
105
+ this.cu.xl.adz = this.cu.y8;
109
106
  }
110
107
  df() {
111
- this.cu.xk.adn = this.cu.y3;
108
+ this.cu.xl.ado = this.cu.y4;
112
109
  }
113
110
  cx() {
114
- this.cu.xk.adl = this.cu.yz;
111
+ this.cu.xl.adm = this.cu.y0;
115
112
  }
116
113
  c1() {
117
- this.cu.xk.adm = this.cu.y2;
114
+ this.cu.xl.adn = this.cu.y3;
118
115
  }
119
116
  c0() {
120
- this.cu.xk.ads = this.cu.y5;
117
+ this.cu.xl.adt = this.cu.y6;
121
118
  }
122
119
  cz() {
123
- this.cu.xk.adr = this.cu.y4;
120
+ this.cu.xl.ads = this.cu.y5;
124
121
  }
125
122
  }
126
123
  GeographicProportionalSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
127
124
  return GeographicProportionalSymbolSeriesView;
128
125
  })();
129
- /**
130
- * @hidden
131
- */
132
- export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
126
+ export { GeographicProportionalSymbolSeriesView };
127
+ let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
133
128
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
134
129
  bk() {
135
130
  return new GeographicProportionalSymbolSeries();
@@ -139,9 +134,9 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
139
134
  }
140
135
  constructor() {
141
136
  super();
142
- this.yt = null;
137
+ this.yu = null;
138
+ this.yz = false;
143
139
  this.yy = false;
144
- this.yx = false;
145
140
  this.assigningScatterStyle = null;
146
141
  this.assigningScatterMarkerStyle = null;
147
142
  this.ab = GeographicProportionalSymbolSeries.$;
@@ -149,111 +144,112 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
149
144
  ct() {
150
145
  return new GeographicProportionalSymbolSeriesView(this);
151
146
  }
152
- rg(a) {
153
- super.rg(a);
154
- this.yw = a;
147
+ rh(a) {
148
+ super.rh(a);
149
+ this.yx = a;
155
150
  }
156
151
  jt() {
157
152
  return 0.7;
158
153
  }
159
- xj() {
154
+ xk() {
160
155
  return new BubbleSeries();
161
156
  }
162
157
  get_fh() {
163
158
  return true;
164
159
  }
165
- rp(a, b, c, d) {
166
- super.rp(a, b, c, d);
160
+ rq(a, b, c, d) {
161
+ super.rq(a, b, c, d);
167
162
  switch (b) {
168
163
  case "SeriesViewer":
169
- this.yw.da();
164
+ this.yx.da();
170
165
  break;
171
166
  case GeographicProportionalSymbolSeries.$$p[9]:
172
- this.yw.c3();
167
+ this.yx.c3();
173
168
  break;
174
169
  case GeographicProportionalSymbolSeries.$$p[8]:
175
- this.yw.c2();
170
+ this.yx.c2();
176
171
  break;
177
172
  case "XAxis":
178
- this.yw.db();
173
+ this.yx.db();
179
174
  break;
180
175
  case "YAxis":
181
- this.yw.dc();
176
+ this.yx.dc();
182
177
  break;
183
178
  case GeographicProportionalSymbolSeries.$$p[13]:
184
- this.yw.dd();
179
+ this.yx.dd();
185
180
  break;
186
181
  case GeographicProportionalSymbolSeries.$$p[14]:
187
- this.yw.de();
182
+ this.yx.de();
188
183
  break;
189
184
  case GeographicProportionalSymbolSeries.$$p[15]:
190
- this.yw.df();
185
+ this.yx.df();
191
186
  break;
192
187
  case GeographicProportionalSymbolSeries.$$p[7]:
193
- this.yw.cy();
188
+ this.yx.cy();
194
189
  break;
195
190
  case GeographicProportionalSymbolSeries.$$p[0]:
196
- this.yw.cv();
191
+ this.yx.cv();
197
192
  break;
198
193
  case GeographicProportionalSymbolSeries.$$p[1]:
199
- this.yw.cw();
194
+ this.yx.cw();
200
195
  break;
201
196
  case GeographicProportionalSymbolSeries.$$p[2]:
202
- this.yw.cx();
197
+ this.yx.cx();
203
198
  break;
204
199
  case GeographicProportionalSymbolSeries.$$p[12]:
205
- this.yw.c1();
200
+ this.yx.c1();
206
201
  break;
207
202
  case GeographicProportionalSymbolSeries.$$p[11]:
208
- this.yw.c0();
203
+ this.yx.c0();
209
204
  break;
210
205
  case GeographicProportionalSymbolSeries.$$p[10]:
211
- this.yw.cz();
206
+ this.yx.cz();
212
207
  break;
213
208
  case GeographicProportionalSymbolSeries.$$p[4]:
214
- this.xk.z9 = this.y1;
215
- this.yy = this.y1;
216
- if (this.y1) {
217
- let e = this.xk;
218
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zt));
209
+ this.xl.aaa = this.y2;
210
+ this.yz = this.y2;
211
+ if (this.y2) {
212
+ let e = this.xl;
213
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
219
214
  }
220
215
  else {
221
- let f = this.xk;
222
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zt));
216
+ let f = this.xl;
217
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
223
218
  }
224
219
  break;
225
220
  case GeographicProportionalSymbolSeries.$$p[3]:
226
- this.xk.z8 = this.y0;
227
- this.yx = this.y0;
228
- if (this.y1) {
229
- let g = this.xk;
230
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zs));
221
+ this.xl.z9 = this.y1;
222
+ this.yy = this.y1;
223
+ if (this.y2) {
224
+ let g = this.xl;
225
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
231
226
  }
232
227
  else {
233
- let h = this.xk;
234
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zs));
228
+ let h = this.xl;
229
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
235
230
  }
236
231
  break;
237
232
  case GeographicProportionalSymbolSeries.$$p[5]:
238
- this.xk.zs = this.yu;
233
+ this.xl.zt = this.yv;
239
234
  break;
240
235
  case GeographicProportionalSymbolSeries.$$p[6]:
241
- this.xk.aas = this.y6;
236
+ this.xl.aat = this.y7;
242
237
  break;
243
238
  }
244
239
  }
245
- zt(a, b) {
240
+ zu(a, b) {
246
241
  if (this.assigningScatterStyle != null) {
247
242
  this.assigningScatterStyle(this, b);
248
243
  }
249
244
  }
250
- zs(a, b) {
245
+ zt(a, b) {
251
246
  if (this.assigningScatterMarkerStyle != null) {
252
247
  this.assigningScatterMarkerStyle(this, b);
253
248
  }
254
249
  }
255
250
  }
256
251
  GeographicProportionalSymbolSeries.$t = /*@__PURE__*/ markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
257
- GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y7:zu', [2], 'FillScale:ys:zv', [BrushScale.$], 'FillScaleUseGlobalValues:yz:zw', [0, false], 'IsCustomScatterMarkerStyleAllowed:y0:zx', [0, false], 'IsCustomScatterStyleAllowed:y1:zy', [0, false], 'ItemSearchMode:yu:zz', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y6:z0', [1, 10000], 'LabelMemberPath:zf:z1', [2], 'LatitudeMemberPath:zh:z2', [2, null], 'LongitudeMemberPath:zj:z3', [2, null], 'MarkerBrushBrightness:y4:z4', [1, NaN], 'MarkerOutlineBrightness:y5:z5', [1, NaN], 'MarkerOutlineUsesFillScale:y2:z6', [0, false], 'RadiusMemberPath:zo:z7', [2, null], 'RadiusScale:yv:z8', [SizeScale.$], 'RadiusScaleUseGlobalValues:y3:z9', [0, false]]);
252
+ GeographicProportionalSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
258
253
  return GeographicProportionalSymbolSeries;
259
254
  })();
255
+ export { GeographicProportionalSymbolSeries };
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let GeographicShapeSeriesBaseBase = /*@__PURE__*/ (() => {
9
+ let GeographicShapeSeriesBaseBase = /*@__PURE__*/ (() => {
13
10
  class GeographicShapeSeriesBaseBase extends GeographicMapSeriesHost {
14
11
  }
15
12
  GeographicShapeSeriesBaseBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseBase, 'GeographicShapeSeriesBaseBase', GeographicMapSeriesHost.$);
16
13
  return GeographicShapeSeriesBaseBase;
17
14
  })();
15
+ export { GeographicShapeSeriesBaseBase };
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { HostSeriesView } from "./HostSeriesView";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- export let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
9
+ let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
13
10
  class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
14
11
  constructor(a) {
15
12
  super(a);
@@ -20,3 +17,4 @@ export let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
20
17
  GeographicShapeSeriesBaseBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);
21
18
  return GeographicShapeSeriesBaseBaseView;
22
19
  })();
20
+ export { GeographicShapeSeriesBaseBaseView };