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
@@ -9,10 +9,7 @@ import { GeographicShapeSeries } from "./GeographicShapeSeries";
9
9
  import { getAllPropertyNames, toSpinal, ensureEnum, enumToString, brushToString, stringToBrush } from "igniteui-webcomponents-core";
10
10
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
11
11
  import { Style } from "igniteui-webcomponents-core";
12
- /**
13
- * Series class which renders polygons as Paths, in a geographic context, based on lists of points in the ItemsSource.
14
- */
15
- export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
12
+ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
16
13
  class IgcGeographicShapeSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
17
14
  createImplementation() {
18
15
  return new GeographicShapeSeries();
@@ -77,158 +74,158 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
77
74
  * Gets or sets the fill brush.
78
75
  */
79
76
  get shapeFill() {
80
- return this.i.z8 ? this.i.z8.fill : null;
77
+ return this.i.z9 ? this.i.z9.fill : null;
81
78
  }
82
79
  set shapeFill(v) {
83
80
  this.ensureShapeStyle();
84
- this.i.z8.fill = v;
81
+ this.i.z9.fill = v;
85
82
  }
86
83
  /**
87
84
  * Gets or sets the stroke brush.
88
85
  */
89
86
  get shapeStroke() {
90
- return this.i.z8 ? this.i.z8.stroke : null;
87
+ return this.i.z9 ? this.i.z9.stroke : null;
91
88
  }
92
89
  set shapeStroke(v) {
93
90
  this.ensureShapeStyle();
94
- this.i.z8.stroke = v;
91
+ this.i.z9.stroke = v;
95
92
  }
96
93
  /**
97
94
  * Gets or sets the stroke thickness.
98
95
  */
99
96
  get shapeStrokeThickness() {
100
- return this.i.z8 ? this.i.z8.strokeThickness : NaN;
97
+ return this.i.z9 ? this.i.z9.strokeThickness : NaN;
101
98
  }
102
99
  set shapeStrokeThickness(v) {
103
100
  this.ensureShapeStyle();
104
- this.i.z8.strokeThickness = +v;
105
- this._a("shapeStrokeThickness", this.i.z8.strokeThickness);
101
+ this.i.z9.strokeThickness = +v;
102
+ this._a("shapeStrokeThickness", this.i.z9.strokeThickness);
106
103
  }
107
104
  /**
108
105
  * Gets or sets the opacity.
109
106
  */
110
107
  get shapeOpacity() {
111
- return this.i.z8 ? this.i.z8.opacity : NaN;
108
+ return this.i.z9 ? this.i.z9.opacity : NaN;
112
109
  }
113
110
  set shapeOpacity(v) {
114
111
  this.ensureShapeStyle();
115
- this.i.z8.opacity = +v;
116
- this._a("shapeOpacity", this.i.z8.opacity);
112
+ this.i.z9.opacity = +v;
113
+ this._a("shapeOpacity", this.i.z9.opacity);
117
114
  }
118
115
  ensureShapeStyle() {
119
- if (this.i.z8) {
116
+ if (this.i.z9) {
120
117
  return;
121
118
  }
122
- this.i.z8 = new Style();
119
+ this.i.z9 = new Style();
123
120
  }
124
121
  /**
125
122
  * Gets or sets the marker type for the current series object.
126
123
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
127
124
  */
128
125
  get markerType() {
129
- return this.i.y2;
126
+ return this.i.y3;
130
127
  }
131
128
  set markerType(v) {
132
- this.i.y2 = ensureEnum(MarkerType_$type, v);
133
- this._a("markerType", enumToString(MarkerType_$type, this.i.y2));
129
+ this.i.y3 = ensureEnum(MarkerType_$type, v);
130
+ this._a("markerType", enumToString(MarkerType_$type, this.i.y3));
134
131
  }
135
132
  /**
136
133
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
137
134
  */
138
135
  get markerOutlineMode() {
139
- return this.i.y1;
136
+ return this.i.y2;
140
137
  }
141
138
  set markerOutlineMode(v) {
142
- this.i.y1 = ensureEnum(MarkerOutlineMode_$type, v);
143
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y1));
139
+ this.i.y2 = ensureEnum(MarkerOutlineMode_$type, v);
140
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y2));
144
141
  }
145
142
  /**
146
143
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
147
144
  */
148
145
  get markerFillMode() {
149
- return this.i.y0;
146
+ return this.i.y1;
150
147
  }
151
148
  set markerFillMode(v) {
152
- this.i.y0 = ensureEnum(MarkerFillMode_$type, v);
153
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y0));
149
+ this.i.y1 = ensureEnum(MarkerFillMode_$type, v);
150
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y1));
154
151
  }
155
152
  /**
156
153
  * Gets or sets the MarkerTemplate for the current series object.
157
154
  */
158
155
  get markerTemplate() {
159
- return this.i.zo;
156
+ return this.i.zp;
160
157
  }
161
158
  set markerTemplate(v) {
162
- this.i.zo = v;
159
+ this.i.zp = v;
163
160
  }
164
161
  /**
165
162
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
166
163
  */
167
164
  get markerBrush() {
168
- return brushToString(this.i.z5);
165
+ return brushToString(this.i.z6);
169
166
  }
170
167
  set markerBrush(v) {
171
- this.i.z5 = stringToBrush(v);
172
- this._a("markerBrush", brushToString(this.i.z5));
168
+ this.i.z6 = stringToBrush(v);
169
+ this._a("markerBrush", brushToString(this.i.z6));
173
170
  }
174
171
  /**
175
172
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
176
173
  */
177
174
  get markerOutline() {
178
- return brushToString(this.i.z6);
175
+ return brushToString(this.i.z7);
179
176
  }
180
177
  set markerOutline(v) {
181
- this.i.z6 = stringToBrush(v);
182
- this._a("markerOutline", brushToString(this.i.z6));
178
+ this.i.z7 = stringToBrush(v);
179
+ this._a("markerOutline", brushToString(this.i.z7));
183
180
  }
184
181
  /**
185
182
  * Gets or sets thickness of the marker outline
186
183
  */
187
184
  get markerThickness() {
188
- return this.i.y5;
185
+ return this.i.y6;
189
186
  }
190
187
  set markerThickness(v) {
191
- this.i.y5 = +v;
192
- this._a("markerThickness", this.i.y5);
188
+ this.i.y6 = +v;
189
+ this._a("markerThickness", this.i.y6);
193
190
  }
194
191
  /**
195
192
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
196
193
  */
197
194
  get markerCollisionAvoidance() {
198
- return this.i.yz;
195
+ return this.i.y0;
199
196
  }
200
197
  set markerCollisionAvoidance(v) {
201
- this.i.yz = ensureEnum(CollisionAvoidanceType_$type, v);
202
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yz));
198
+ this.i.y0 = ensureEnum(CollisionAvoidanceType_$type, v);
199
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.y0));
203
200
  }
204
201
  /**
205
202
  * Gets the effective marker template for the current series object.
206
203
  */
207
204
  get actualMarkerTemplate() {
208
- return this.i.zn;
205
+ return this.i.zo;
209
206
  }
210
207
  set actualMarkerTemplate(v) {
211
- this.i.zn = v;
208
+ this.i.zo = v;
212
209
  }
213
210
  /**
214
211
  * Gets the effective marker brush for the current series object.
215
212
  */
216
213
  get actualMarkerBrush() {
217
- return brushToString(this.i.z3);
214
+ return brushToString(this.i.z4);
218
215
  }
219
216
  set actualMarkerBrush(v) {
220
- this.i.z3 = stringToBrush(v);
221
- this._a("actualMarkerBrush", brushToString(this.i.z3));
217
+ this.i.z4 = stringToBrush(v);
218
+ this._a("actualMarkerBrush", brushToString(this.i.z4));
222
219
  }
223
220
  /**
224
221
  * Gets the effective marker outline for the current series object.
225
222
  */
226
223
  get actualMarkerOutline() {
227
- return brushToString(this.i.z4);
224
+ return brushToString(this.i.z5);
228
225
  }
229
226
  set actualMarkerOutline(v) {
230
- this.i.z4 = stringToBrush(v);
231
- this._a("actualMarkerOutline", brushToString(this.i.z4));
227
+ this.i.z5 = stringToBrush(v);
228
+ this._a("actualMarkerOutline", brushToString(this.i.z5));
232
229
  }
233
230
  get styleShape() {
234
231
  return this._styleShape;
@@ -259,3 +256,4 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
259
256
  IgcGeographicShapeSeriesComponent._isElementRegistered = false;
260
257
  return IgcGeographicShapeSeriesComponent;
261
258
  })();
259
+ export { IgcGeographicShapeSeriesComponent };
@@ -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 IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
3
+ let IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
4
4
  class IgcGeographicSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
5
5
  /**
6
6
  * @hidden
@@ -48,3 +48,4 @@ export let IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
48
48
  IgcGeographicSymbolSeriesBaseComponent._observedAttributesIgcGeographicSymbolSeriesBaseComponent = null;
49
49
  return IgcGeographicSymbolSeriesBaseComponent;
50
50
  })();
51
+ export { IgcGeographicSymbolSeriesBaseComponent };
@@ -7,11 +7,7 @@ import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-seri
7
7
  import { GeographicSymbolSeries } from "./GeographicSymbolSeries";
8
8
  import { getAllPropertyNames, toSpinal, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
9
9
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
10
- /**
11
- * Series class for a geographic map with points marked at given locations.
12
- * This is the geographic equivalent of a ScatterSeries.
13
- */
14
- export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
10
+ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
15
11
  class IgcGeographicSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
16
12
  createImplementation() {
17
13
  return new GeographicSymbolSeries();
@@ -78,69 +74,69 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
78
74
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
79
75
  */
80
76
  get latitudeMemberPath() {
81
- return this.i.y6;
77
+ return this.i.y7;
82
78
  }
83
79
  set latitudeMemberPath(v) {
84
- this.i.y6 = v;
80
+ this.i.y7 = v;
85
81
  }
86
82
  /**
87
83
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
88
84
  */
89
85
  get longitudeMemberPath() {
90
- return this.i.y8;
86
+ return this.i.y9;
91
87
  }
92
88
  set longitudeMemberPath(v) {
93
- this.i.y8 = v;
89
+ this.i.y9 = v;
94
90
  }
95
91
  /**
96
92
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
97
93
  */
98
94
  get markerCollisionAvoidance() {
99
- return this.i.ys;
95
+ return this.i.yt;
100
96
  }
101
97
  set markerCollisionAvoidance(v) {
102
- this.i.ys = ensureEnum(CollisionAvoidanceType_$type, v);
103
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ys));
98
+ this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
99
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yt));
104
100
  }
105
101
  /**
106
102
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
107
103
  */
108
104
  get isCustomScatterStyleAllowed() {
109
- return this.i.yz;
105
+ return this.i.y0;
110
106
  }
111
107
  set isCustomScatterStyleAllowed(v) {
112
- this.i.yz = ensureBool(v);
113
- this._a("isCustomScatterStyleAllowed", this.i.yz);
108
+ this.i.y0 = ensureBool(v);
109
+ this._a("isCustomScatterStyleAllowed", this.i.y0);
114
110
  }
115
111
  /**
116
112
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
117
113
  */
118
114
  get isCustomScatterMarkerStyleAllowed() {
119
- return this.i.yy;
115
+ return this.i.yz;
120
116
  }
121
117
  set isCustomScatterMarkerStyleAllowed(v) {
122
- this.i.yy = ensureBool(v);
123
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yy);
118
+ this.i.yz = ensureBool(v);
119
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yz);
124
120
  }
125
121
  /**
126
122
  * Gets or sets the mode the series will use to find the closest point to the cursor.
127
123
  */
128
124
  get itemSearchMode() {
129
- return this.i.yt;
125
+ return this.i.yu;
130
126
  }
131
127
  set itemSearchMode(v) {
132
- this.i.yt = ensureEnum(ScatterItemSearchMode_$type, v);
133
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yt));
128
+ this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
129
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yu));
134
130
  }
135
131
  /**
136
132
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
137
133
  */
138
134
  get itemSearchThreshold() {
139
- return this.i.y1;
135
+ return this.i.y2;
140
136
  }
141
137
  set itemSearchThreshold(v) {
142
- this.i.y1 = +v;
143
- this._a("itemSearchThreshold", this.i.y1);
138
+ this.i.y2 = +v;
139
+ this._a("itemSearchThreshold", this.i.y2);
144
140
  }
145
141
  /**
146
142
  * Event raised when Assigning Category Style
@@ -200,3 +196,4 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
200
196
  IgcGeographicSymbolSeriesComponent._isElementRegistered = false;
201
197
  return IgcGeographicSymbolSeriesComponent;
202
198
  })();
199
+ export { IgcGeographicSymbolSeriesComponent };
@@ -4,10 +4,7 @@ import { IgcGeographicShapeSeriesBaseComponent } from "./igc-geographic-shape-se
4
4
  import { GeographicTileSeries } from "./GeographicTileSeries";
5
5
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
6
6
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
- /**
8
- * Series class used for displaying a tile set, and using shapes to define the areas that should be rendered.
9
- */
10
- export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
7
+ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
11
8
  class IgcGeographicTileSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
12
9
  createImplementation() {
13
10
  return new GeographicTileSeries();
@@ -72,14 +69,14 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
72
69
  * The MapImagery which is used to provide the tiles for display.
73
70
  */
74
71
  get tileImagery() {
75
- const r = this.i.y1;
72
+ const r = this.i.y2;
76
73
  if (r == null) {
77
74
  return null;
78
75
  }
79
76
  return r.externalObject;
80
77
  }
81
78
  set tileImagery(v) {
82
- v == null ? this.i.y1 = null : this.i.y1 = v.i;
79
+ v == null ? this.i.y2 = null : this.i.y2 = v.i;
83
80
  }
84
81
  findByName(name) {
85
82
  var baseResult = super.findByName(name);
@@ -96,7 +93,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
96
93
 
97
94
  */
98
95
  clearTileCache() {
99
- this.i.y5();
96
+ this.i.y6();
100
97
  }
101
98
  /**
102
99
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -130,3 +127,4 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
130
127
  IgcGeographicTileSeriesComponent._isElementRegistered = false;
131
128
  return IgcGeographicTileSeriesComponent;
132
129
  })();
130
+ export { IgcGeographicTileSeriesComponent };
@@ -1,6 +1,6 @@
1
1
  import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
2
2
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
3
- export let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() => {
3
+ let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() => {
4
4
  class IgcGeographicXYTriangulatingSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
5
5
  /**
6
6
  * @hidden
@@ -48,3 +48,4 @@ export let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() =
48
48
  IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent = null;
49
49
  return IgcGeographicXYTriangulatingSeriesBaseComponent;
50
50
  })();
51
+ export { IgcGeographicXYTriangulatingSeriesBaseComponent };
@@ -1,10 +1,7 @@
1
1
  import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
2
2
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
3
3
  import { IgcTriangulationDataSource } from "igniteui-webcomponents-core";
4
- /**
5
- * Base class for geographic series which triangulate XY data prior to rendering.
6
- */
7
- export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
4
+ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
8
5
  class IgcGeographicXYTriangulatingSeriesComponent extends IgcGeographicMapSeriesHostComponent {
9
6
  get i() {
10
7
  return this._implementation;
@@ -48,58 +45,59 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
48
45
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
49
46
  */
50
47
  get longitudeMemberPath() {
51
- return this.i.xw;
48
+ return this.i.xx;
52
49
  }
53
50
  set longitudeMemberPath(v) {
54
- this.i.xw = v;
51
+ this.i.xx = v;
55
52
  }
56
53
  /**
57
54
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
58
55
  */
59
56
  get latitudeMemberPath() {
60
- return this.i.xu;
57
+ return this.i.xv;
61
58
  }
62
59
  set latitudeMemberPath(v) {
63
- this.i.xu = v;
60
+ this.i.xv = v;
64
61
  }
65
62
  /**
66
63
  * The source of triangulation data.
67
64
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
68
65
  */
69
66
  get trianglesSource() {
70
- return this.i.xt;
67
+ return this.i.xu;
71
68
  }
72
69
  set trianglesSource(v) {
73
- this.i.xt = v;
70
+ this.i.xu = v;
74
71
  }
75
72
  /**
76
73
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
77
74
  */
78
75
  get triangleVertexMemberPath1() {
79
- return this.i.xz;
76
+ return this.i.x0;
80
77
  }
81
78
  set triangleVertexMemberPath1(v) {
82
- this.i.xz = v;
79
+ this.i.x0 = v;
83
80
  }
84
81
  /**
85
82
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
86
83
  */
87
84
  get triangleVertexMemberPath2() {
88
- return this.i.x1;
85
+ return this.i.x2;
89
86
  }
90
87
  set triangleVertexMemberPath2(v) {
91
- this.i.x1 = v;
88
+ this.i.x2 = v;
92
89
  }
93
90
  /**
94
91
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
95
92
  */
96
93
  get triangleVertexMemberPath3() {
97
- return this.i.x3;
94
+ return this.i.x4;
98
95
  }
99
96
  set triangleVertexMemberPath3(v) {
100
- this.i.x3 = v;
97
+ this.i.x4 = v;
101
98
  }
102
99
  }
103
100
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
104
101
  return IgcGeographicXYTriangulatingSeriesComponent;
105
102
  })();
103
+ export { IgcGeographicXYTriangulatingSeriesComponent };
@@ -2,10 +2,7 @@ import { IgcShapeSeriesBaseComponent } from "igniteui-webcomponents-charts";
2
2
  import { TileSeries } from "./TileSeries";
3
3
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
4
4
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
5
- /**
6
- * Represents a tile series class that can render imagery tiles
7
- */
8
- export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
5
+ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
9
6
  class IgcTileSeriesComponent extends IgcShapeSeriesBaseComponent {
10
7
  createImplementation() {
11
8
  return new TileSeries();
@@ -68,14 +65,14 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
68
65
  * The MapImagery which is used to provide the tiles for display.
69
66
  */
70
67
  get tileImagery() {
71
- const r = this.i.aav;
68
+ const r = this.i.aaw;
72
69
  if (r == null) {
73
70
  return null;
74
71
  }
75
72
  return r.externalObject;
76
73
  }
77
74
  set tileImagery(v) {
78
- v == null ? this.i.aav = null : this.i.aav = v.i;
75
+ v == null ? this.i.aaw = null : this.i.aaw = v.i;
79
76
  }
80
77
  findByName(name) {
81
78
  var baseResult = super.findByName(name);
@@ -100,3 +97,4 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
100
97
  IgcTileSeriesComponent._isElementRegistered = false;
101
98
  return IgcTileSeriesComponent;
102
99
  })();
100
+ export { IgcTileSeriesComponent };
@@ -17,7 +17,7 @@ import { stringFormat1, stringFormat } from "igniteui-webcomponents-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var ArcGISOnlineMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
20
+ export var ArcGISOnlineMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  __extends(ArcGISOnlineMapImagery, _super);
22
22
  function ArcGISOnlineMapImagery() {
23
23
  var _this = _super.call(this, new ArcGISOnlineTileSource()) || this;
@@ -252,4 +252,3 @@ var ArcGISOnlineMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
252
252
  ArcGISOnlineMapImagery.isMapPublicProperty = DependencyProperty.i("IsMapPublic", Boolean_$type, ArcGISOnlineMapImagery.$, new PropertyMetadata(2, true, ArcGISOnlineMapImagery.cc));
253
253
  return ArcGISOnlineMapImagery;
254
254
  }(GeographicMapImagery));
255
- export { ArcGISOnlineMapImagery };
@@ -17,7 +17,7 @@ import { dateMinValue } from "igniteui-webcomponents-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var AzureMapsImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
20
+ export var AzureMapsImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  __extends(AzureMapsImageryView, _super);
22
22
  function AzureMapsImageryView(a) {
23
23
  var _this = _super.call(this, a) || this;
@@ -53,11 +53,10 @@ var AzureMapsImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
53
53
  AzureMapsImageryView.$t = markType(AzureMapsImageryView, 'AzureMapsImageryView', GeographicMapImageryView.$);
54
54
  return AzureMapsImageryView;
55
55
  }(GeographicMapImageryView));
56
- export { AzureMapsImageryView };
57
56
  /**
58
57
  * @hidden
59
58
  */
60
- var AzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
59
+ export var AzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
61
60
  __extends(AzureMapsImagery, _super);
62
61
  function AzureMapsImagery() {
63
62
  var _this = _super.call(this, new AzureMapsTileSource()) || this;
@@ -119,4 +118,3 @@ var AzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
119
118
  AzureMapsImagery.$$p = markDep(DependencyProperty, PropertyMetadata, AzureMapsImagery, 'b4', ['ApiKey', [2, stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, dateMinValue()]]);
120
119
  return AzureMapsImagery;
121
120
  }(GeographicMapImagery));
122
- export { AzureMapsImagery };
@@ -20,7 +20,7 @@ import { stringEmpty, stringIsNullOrEmpty } from "igniteui-webcomponents-core";
20
20
  /**
21
21
  * @hidden
22
22
  */
23
- var BingMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
23
+ export var BingMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
24
24
  __extends(BingMapsMapImageryView, _super);
25
25
  function BingMapsMapImageryView(a) {
26
26
  var _this = _super.call(this, a) || this;
@@ -47,11 +47,10 @@ var BingMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
47
47
  BingMapsMapImageryView.$t = markType(BingMapsMapImageryView, 'BingMapsMapImageryView', GeographicMapImageryView.$);
48
48
  return BingMapsMapImageryView;
49
49
  }(GeographicMapImageryView));
50
- export { BingMapsMapImageryView };
51
50
  /**
52
51
  * @hidden
53
52
  */
54
- var BingMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
53
+ export var BingMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
55
54
  __extends(BingMapsMapImagery, _super);
56
55
  function BingMapsMapImagery() {
57
56
  var _this = _super.call(this, new BingMapsTileSource(0)) || this;
@@ -292,4 +291,3 @@ var BingMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
292
291
  BingMapsMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, BingMapsMapImagery, 'cm', ['ApiKey', [2, stringEmpty()], 'CultureName', [2, "en-US"], 'ImageryStyle', [BingMapsImageryStyle_$type, enumGetBox(BingMapsImageryStyle_$type, 1)], 'IsDeferredLoad', [0, false], 'SubDomains', [SubDomainsCollection.$, null], 'TilePath', [2, null]]);
293
292
  return BingMapsMapImagery;
294
293
  }(GeographicMapImagery));
295
- export { BingMapsMapImagery };
@@ -11,7 +11,7 @@ import { ImageryMetadata } from "./ImageryMetadata";
11
11
  /**
12
12
  * @hidden
13
13
  */
14
- var BingResourceSet = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ export var BingResourceSet = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(BingResourceSet, _super);
16
16
  function BingResourceSet() {
17
17
  var _this = _super.call(this) || this;
@@ -22,4 +22,3 @@ var BingResourceSet = /** @class */ /*@__PURE__*/ (function (_super) {
22
22
  BingResourceSet.$t = markType(BingResourceSet, 'BingResourceSet');
23
23
  return BingResourceSet;
24
24
  }(Base));
25
- export { BingResourceSet };
@@ -11,7 +11,7 @@ import { BingResourceSet } from "./BingResourceSet";
11
11
  /**
12
12
  * @hidden
13
13
  */
14
- var BingResponse = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ export var BingResponse = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(BingResponse, _super);
16
16
  function BingResponse() {
17
17
  var _this = _super.call(this) || this;
@@ -22,4 +22,3 @@ var BingResponse = /** @class */ /*@__PURE__*/ (function (_super) {
22
22
  BingResponse.$t = markType(BingResponse, 'BingResponse');
23
23
  return BingResponse;
24
24
  }(Base));
25
- export { BingResponse };
@@ -10,7 +10,7 @@ import { runOn, delegateCombine, markType } from "igniteui-webcomponents-core";
10
10
  /**
11
11
  * @hidden
12
12
  */
13
- var CustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ export var CustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CustomMapImagery, _super);
15
15
  function CustomMapImagery(a) {
16
16
  var _this = _super.call(this, a) || this;
@@ -29,4 +29,3 @@ var CustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  CustomMapImagery.$t = markType(CustomMapImagery, 'CustomMapImagery', GeographicMapImagery.$);
30
30
  return CustomMapImagery;
31
31
  }(GeographicMapImagery));
32
- export { CustomMapImagery };