igniteui-webcomponents-maps 1.3.1 → 1.4.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 (194) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +2371 -1887
  2. package/bundles/igniteui-webcomponents-maps.umd.js.map +1 -1
  3. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  4. package/bundles/igniteui-webcomponents-maps.umd.min.js.map +1 -1
  5. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +60 -39
  6. package/esm2015/lib/GeographicContourLineSeriesView_combined.js.map +1 -1
  7. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +111 -93
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -1
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +239 -147
  10. package/esm2015/lib/GeographicMapSeriesHost_combined.js.map +1 -1
  11. package/esm2015/lib/GeographicMarkerSeries.js +90 -0
  12. package/esm2015/lib/GeographicMarkerSeries.js.map +1 -0
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +18 -0
  14. package/esm2015/lib/GeographicMarkerSeriesBase.js.map +1 -0
  15. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +32 -22
  16. package/esm2015/lib/GeographicPolylineSeriesView_combined.js.map +1 -1
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +3 -3
  18. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -1
  19. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  20. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -1
  21. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +129 -159
  22. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -1
  23. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  24. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -92
  25. package/esm2015/lib/GeographicShapeSeriesBase_combined.js.map +1 -1
  26. package/esm2015/lib/GeographicShapeSeriesView_combined.js +99 -66
  27. package/esm2015/lib/GeographicShapeSeriesView_combined.js.map +1 -1
  28. package/esm2015/lib/GeographicSymbolSeriesBase.js +3 -3
  29. package/esm2015/lib/GeographicSymbolSeriesBase.js.map +1 -1
  30. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  31. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +82 -112
  32. package/esm2015/lib/GeographicSymbolSeriesView_combined.js.map +1 -1
  33. package/esm2015/lib/GeographicTileSeries.js +30 -27
  34. package/esm2015/lib/GeographicTileSeries.js.map +1 -1
  35. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  36. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  37. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  38. package/esm2015/lib/TileSeries_combined.js +106 -89
  39. package/esm2015/lib/TileSeries_combined.js.map +1 -1
  40. package/esm2015/lib/XamGeographicMap_combined.js +540 -527
  41. package/esm2015/lib/XamGeographicMap_combined.js.map +1 -1
  42. package/esm2015/lib/igc-geographic-contour-line-series-component.js +49 -16
  43. package/esm2015/lib/igc-geographic-contour-line-series-component.js.map +1 -1
  44. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +37 -31
  45. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js.map +1 -1
  46. package/esm2015/lib/igc-geographic-map-component.js +72 -60
  47. package/esm2015/lib/igc-geographic-map-component.js.map +1 -1
  48. package/esm2015/lib/igc-geographic-map-imagery.js.map +1 -1
  49. package/esm2015/lib/igc-geographic-map-series-host-component.js +31 -21
  50. package/esm2015/lib/igc-geographic-map-series-host-component.js.map +1 -1
  51. package/esm2015/lib/igc-geographic-marker-series-base-component.js +37 -0
  52. package/esm2015/lib/igc-geographic-marker-series-base-component.js.map +1 -0
  53. package/esm2015/lib/igc-geographic-marker-series-component.js +154 -0
  54. package/esm2015/lib/igc-geographic-marker-series-component.js.map +1 -0
  55. package/esm2015/lib/igc-geographic-polyline-series-component.js +18 -12
  56. package/esm2015/lib/igc-geographic-polyline-series-component.js.map +1 -1
  57. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -2
  58. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js.map +1 -1
  59. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +60 -139
  60. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js.map +1 -1
  61. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +49 -9
  62. package/esm2015/lib/igc-geographic-scatter-area-series-component.js.map +1 -1
  63. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  64. package/esm2015/lib/igc-geographic-shape-series-component.js +70 -35
  65. package/esm2015/lib/igc-geographic-shape-series-component.js.map +1 -1
  66. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -2
  67. package/esm2015/lib/igc-geographic-symbol-series-base-component.js.map +1 -1
  68. package/esm2015/lib/igc-geographic-symbol-series-component.js +28 -107
  69. package/esm2015/lib/igc-geographic-symbol-series-component.js.map +1 -1
  70. package/esm2015/lib/igc-geographic-tile-series-component.js +10 -4
  71. package/esm2015/lib/igc-geographic-tile-series-component.js.map +1 -1
  72. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  73. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js.map +1 -1
  74. package/esm2015/lib/igc-tile-generator-map-imagery.js.map +1 -1
  75. package/esm2015/lib/igc-tile-series-component.js +9 -3
  76. package/esm2015/lib/igc-tile-series-component.js.map +1 -1
  77. package/esm2015/public_api.js +4 -0
  78. package/esm2015/public_api.js.map +1 -1
  79. package/esm5/lib/GeographicContourLineSeriesView_combined.js +60 -39
  80. package/esm5/lib/GeographicContourLineSeriesView_combined.js.map +1 -1
  81. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +110 -92
  82. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -1
  83. package/esm5/lib/GeographicMapSeriesHost_combined.js +237 -145
  84. package/esm5/lib/GeographicMapSeriesHost_combined.js.map +1 -1
  85. package/esm5/lib/GeographicMarkerSeries.js +92 -0
  86. package/esm5/lib/GeographicMarkerSeries.js.map +1 -0
  87. package/esm5/lib/GeographicMarkerSeriesBase.js +22 -0
  88. package/esm5/lib/GeographicMarkerSeriesBase.js.map +1 -0
  89. package/esm5/lib/GeographicPolylineSeriesView_combined.js +32 -22
  90. package/esm5/lib/GeographicPolylineSeriesView_combined.js.map +1 -1
  91. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +3 -3
  92. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -1
  93. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  94. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -1
  95. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +129 -159
  96. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -1
  97. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  98. package/esm5/lib/GeographicShapeSeriesBase_combined.js +70 -90
  99. package/esm5/lib/GeographicShapeSeriesBase_combined.js.map +1 -1
  100. package/esm5/lib/GeographicShapeSeriesView_combined.js +99 -66
  101. package/esm5/lib/GeographicShapeSeriesView_combined.js.map +1 -1
  102. package/esm5/lib/GeographicSymbolSeriesBase.js +3 -3
  103. package/esm5/lib/GeographicSymbolSeriesBase.js.map +1 -1
  104. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  105. package/esm5/lib/GeographicSymbolSeriesView_combined.js +82 -112
  106. package/esm5/lib/GeographicSymbolSeriesView_combined.js.map +1 -1
  107. package/esm5/lib/GeographicTileSeries.js +29 -26
  108. package/esm5/lib/GeographicTileSeries.js.map +1 -1
  109. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  110. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  111. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  112. package/esm5/lib/TileSeries_combined.js +104 -87
  113. package/esm5/lib/TileSeries_combined.js.map +1 -1
  114. package/esm5/lib/XamGeographicMap_combined.js +553 -524
  115. package/esm5/lib/XamGeographicMap_combined.js.map +1 -1
  116. package/esm5/lib/igc-geographic-contour-line-series-component.js +57 -16
  117. package/esm5/lib/igc-geographic-contour-line-series-component.js.map +1 -1
  118. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +41 -31
  119. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js.map +1 -1
  120. package/esm5/lib/igc-geographic-map-component.js +72 -60
  121. package/esm5/lib/igc-geographic-map-component.js.map +1 -1
  122. package/esm5/lib/igc-geographic-map-imagery.js.map +1 -1
  123. package/esm5/lib/igc-geographic-map-series-host-component.js +31 -21
  124. package/esm5/lib/igc-geographic-map-series-host-component.js.map +1 -1
  125. package/esm5/lib/igc-geographic-marker-series-base-component.js +46 -0
  126. package/esm5/lib/igc-geographic-marker-series-base-component.js.map +1 -0
  127. package/esm5/lib/igc-geographic-marker-series-component.js +207 -0
  128. package/esm5/lib/igc-geographic-marker-series-component.js.map +1 -0
  129. package/esm5/lib/igc-geographic-polyline-series-component.js +22 -12
  130. package/esm5/lib/igc-geographic-polyline-series-component.js.map +1 -1
  131. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -2
  132. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js.map +1 -1
  133. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +61 -168
  134. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js.map +1 -1
  135. package/esm5/lib/igc-geographic-scatter-area-series-component.js +57 -9
  136. package/esm5/lib/igc-geographic-scatter-area-series-component.js.map +1 -1
  137. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  138. package/esm5/lib/igc-geographic-shape-series-component.js +86 -35
  139. package/esm5/lib/igc-geographic-shape-series-component.js.map +1 -1
  140. package/esm5/lib/igc-geographic-symbol-series-base-component.js +2 -2
  141. package/esm5/lib/igc-geographic-symbol-series-base-component.js.map +1 -1
  142. package/esm5/lib/igc-geographic-symbol-series-component.js +29 -136
  143. package/esm5/lib/igc-geographic-symbol-series-component.js.map +1 -1
  144. package/esm5/lib/igc-geographic-tile-series-component.js +14 -4
  145. package/esm5/lib/igc-geographic-tile-series-component.js.map +1 -1
  146. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  147. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js.map +1 -1
  148. package/esm5/lib/igc-tile-generator-map-imagery.js.map +1 -1
  149. package/esm5/lib/igc-tile-series-component.js +13 -3
  150. package/esm5/lib/igc-tile-series-component.js.map +1 -1
  151. package/esm5/public_api.js +4 -0
  152. package/esm5/public_api.js.map +1 -1
  153. package/fesm2015/igniteui-webcomponents-maps.js +2238 -1826
  154. package/fesm2015/igniteui-webcomponents-maps.js.map +1 -1
  155. package/fesm5/igniteui-webcomponents-maps.js +2370 -1890
  156. package/fesm5/igniteui-webcomponents-maps.js.map +1 -1
  157. package/lib/GeographicContourLineSeriesView_combined.d.ts +22 -17
  158. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +38 -36
  159. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -47
  160. package/lib/GeographicMarkerSeries.d.ts +32 -0
  161. package/lib/GeographicMarkerSeriesBase.d.ts +10 -0
  162. package/lib/GeographicPolylineSeriesView_combined.d.ts +16 -14
  163. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +3 -3
  164. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +3 -3
  165. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -63
  166. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  167. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  168. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -32
  169. package/lib/GeographicShapeSeriesView_combined.d.ts +42 -32
  170. package/lib/GeographicSymbolSeriesBase.d.ts +3 -3
  171. package/lib/GeographicSymbolSeriesBaseView.d.ts +3 -3
  172. package/lib/GeographicSymbolSeriesView_combined.d.ts +37 -50
  173. package/lib/GeographicTileSeries.d.ts +9 -8
  174. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  175. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  176. package/lib/TileSeries_combined.d.ts +23 -20
  177. package/lib/XamGeographicMap_combined.d.ts +126 -128
  178. package/lib/igc-geographic-contour-line-series-component.d.ts +8 -0
  179. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +4 -0
  180. package/lib/igc-geographic-map-component.d.ts +12 -0
  181. package/lib/igc-geographic-map-series-host-component.d.ts +8 -0
  182. package/lib/igc-geographic-marker-series-base-component.d.ts +12 -0
  183. package/lib/igc-geographic-marker-series-component.d.ts +66 -0
  184. package/lib/igc-geographic-polyline-series-component.d.ts +4 -0
  185. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +2 -2
  186. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +6 -41
  187. package/lib/igc-geographic-scatter-area-series-component.d.ts +13 -0
  188. package/lib/igc-geographic-shape-series-component.d.ts +16 -0
  189. package/lib/igc-geographic-symbol-series-base-component.d.ts +2 -2
  190. package/lib/igc-geographic-symbol-series-component.d.ts +6 -41
  191. package/lib/igc-geographic-tile-series-component.d.ts +4 -0
  192. package/lib/igc-tile-series-component.d.ts +4 -0
  193. package/package.json +3 -3
  194. package/public_api.d.ts +4 -0
@@ -19,6 +19,10 @@ export declare class IgcGeographicContourLineSeriesComponent extends IgcGeograph
19
19
  static htmlTagName: string;
20
20
  protected static _isElementRegistered: boolean;
21
21
  static register(): void;
22
+ /**
23
+ * Gets whether the current series shows a line contour shape.
24
+ */
25
+ readonly isLineContour: boolean;
22
26
  /**
23
27
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
24
28
  */
@@ -27,6 +31,10 @@ export declare class IgcGeographicContourLineSeriesComponent extends IgcGeograph
27
31
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
28
32
  */
29
33
  fillScale: IgcValueBrushScaleComponent;
34
+ /**
35
+ * Gets actual fill scale that is set on the FillScale property or default FillScale
36
+ */
37
+ actualFillScale: IgcValueBrushScaleComponent;
30
38
  /**
31
39
  * The ContourValueResolver used to determine the numeric values of contours.
32
40
  */
@@ -18,6 +18,10 @@ export declare class IgcGeographicHighDensityScatterSeriesComponent extends IgcG
18
18
  static htmlTagName: string;
19
19
  protected static _isElementRegistered: boolean;
20
20
  static register(): void;
21
+ /**
22
+ * Gets whether the current series shows pixels.
23
+ */
24
+ readonly isPixel: boolean;
21
25
  /**
22
26
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
23
27
  */
@@ -128,6 +128,10 @@ export declare class IgcGeographicMapComponent extends IgcSeriesViewerComponent
128
128
  readonly zoomIsReady: boolean;
129
129
  findByName(name: string): any;
130
130
  protected _styling(container: any, component: any, parent?: any): void;
131
+ /**
132
+ * Gets current world rect in geographic coordinates
133
+
134
+ */
131
135
  getCurrentActualWorldRect(): IgRect;
132
136
  /**
133
137
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -135,7 +139,15 @@ export declare class IgcGeographicMapComponent extends IgcSeriesViewerComponent
135
139
  * @param geographic * The geographic area.
136
140
  */
137
141
  getZoomRectFromGeoRect(geographic: IgRect): IgRect;
142
+ /**
143
+ * Updates zoom window using window coordinates
144
+
145
+ */
138
146
  updateZoomWindow(zoomWindow: IgRect): void;
147
+ /**
148
+ * Updates world rect in geographic coordinates
149
+
150
+ */
139
151
  updateWorldRect(worldRect: IgRect): void;
140
152
  /**
141
153
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -18,6 +18,9 @@ export declare abstract class IgcGeographicMapSeriesHostComponent extends IgcSer
18
18
  * Checks if this control is geographic coordinate system
19
19
  */
20
20
  readonly isGeographic: boolean;
21
+ /**
22
+ * Gets whether this series supports markers
23
+ */
21
24
  readonly hasMarkers: boolean;
22
25
  /**
23
26
  * The minimum scale at which this series becomes visible.
@@ -30,6 +33,11 @@ export declare abstract class IgcGeographicMapSeriesHostComponent extends IgcSer
30
33
  * will not cause data to be reimported into the chart.
31
34
  */
32
35
  coercionMethods: any;
36
+ /**
37
+ * Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series
38
+
39
+ */
40
+ notifyIndexedPropertiesChanged(): void;
33
41
  getItemValue(item: any, memberPathName: string): any;
34
42
  /**
35
43
  * Gets the item that is the best match for the specified world coordinates.
@@ -0,0 +1,12 @@
1
+ import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
2
+ import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
3
+ export declare abstract class IgcGeographicMarkerSeriesBaseComponent extends IgcGeographicMarkerSeriesComponent {
4
+ /**
5
+ * @hidden
6
+ */
7
+ readonly i: GeographicMarkerSeriesBase;
8
+ constructor();
9
+ connectedCallback(): void;
10
+ private static _observedAttributesIgcGeographicMarkerSeriesBaseComponent;
11
+ static readonly observedAttributes: string[];
12
+ }
@@ -0,0 +1,66 @@
1
+ import { IgDataTemplate } from "igniteui-webcomponents-core";
2
+ import { MarkerType } from "igniteui-webcomponents-charts";
3
+ import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
4
+ import { MarkerFillMode } from "igniteui-webcomponents-charts";
5
+ import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
6
+ import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
7
+ /**
8
+ * Base class for creating marker series in a IgxGeographicMap.Component
9
+ */
10
+ export declare abstract class IgcGeographicMarkerSeriesComponent extends IgcGeographicMapSeriesHostComponent {
11
+ /**
12
+ * @hidden
13
+ */
14
+ readonly i: GeographicMarkerSeries;
15
+ constructor();
16
+ connectedCallback(): void;
17
+ private static _observedAttributesIgcGeographicMarkerSeriesComponent;
18
+ static readonly observedAttributes: string[];
19
+ /**
20
+ * Gets or sets the marker type for the current series object.
21
+ * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
22
+ */
23
+ markerType: MarkerType;
24
+ /**
25
+ * Gets or sets thickness of the marker outline
26
+ */
27
+ markerThickness: number;
28
+ /**
29
+ * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
30
+ */
31
+ markerOutlineMode: MarkerOutlineMode;
32
+ /**
33
+ * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
34
+ */
35
+ markerFillMode: MarkerFillMode;
36
+ /**
37
+ * Gets or sets the MarkerTemplate for the current series object.
38
+ */
39
+ markerTemplate: IgDataTemplate;
40
+ /**
41
+ * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
42
+ */
43
+ markerBrush: string;
44
+ /**
45
+ * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
46
+ */
47
+ markerOutline: string;
48
+ /**
49
+ * Gets or sets the maximum number of markerItems displayed by the current series.
50
+ * If more than the specified number of markerItems are visible, the series will automatically
51
+ * choose a representative set.
52
+ */
53
+ maximumMarkers: number;
54
+ /**
55
+ * Gets the effective marker template for the current series object.
56
+ */
57
+ actualMarkerTemplate: IgDataTemplate;
58
+ /**
59
+ * Gets the effective marker brush for the current series object.
60
+ */
61
+ actualMarkerBrush: string;
62
+ /**
63
+ * Gets the effective marker outline for the current series object.
64
+ */
65
+ actualMarkerOutline: string;
66
+ }
@@ -17,6 +17,10 @@ export declare class IgcGeographicPolylineSeriesComponent extends IgcGeographicS
17
17
  static htmlTagName: string;
18
18
  protected static _isElementRegistered: boolean;
19
19
  static register(): void;
20
+ /**
21
+ * Gets whether the current series shows a polyline shape.
22
+ */
23
+ readonly isPolyline: boolean;
20
24
  /**
21
25
  * Gets or sets the fill brush.
22
26
  */
@@ -1,6 +1,6 @@
1
- import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
1
+ import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
2
2
  import { GeographicProportionalSymbolSeriesBase } from "./GeographicProportionalSymbolSeriesBase";
3
- export declare abstract class IgcGeographicProportionalSymbolSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
3
+ export declare abstract class IgcGeographicProportionalSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
4
4
  /**
5
5
  * @hidden
6
6
  */
@@ -1,19 +1,15 @@
1
- import { IgDataTemplate } from "igniteui-webcomponents-core";
2
- import { MarkerType } from "igniteui-webcomponents-charts";
3
- import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
4
- import { MarkerFillMode } from "igniteui-webcomponents-charts";
5
1
  import { IgcSizeScaleComponent } from "igniteui-webcomponents-charts";
6
2
  import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
7
3
  import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
8
4
  import { IgcAssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
9
5
  import { IgcAssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
10
- import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
6
+ import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
11
7
  import { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeries";
12
8
  /**
13
9
  * Series class for a geographic map with points marked at given locations.
14
10
  * This is the geographic equivalent of a ScatterSeries.
15
11
  */
16
- export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcGeographicMapSeriesHostComponent {
12
+ export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
17
13
  protected createImplementation(): GeographicProportionalSymbolSeries;
18
14
  /**
19
15
  * @hidden
@@ -26,6 +22,10 @@ export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcG
26
22
  static htmlTagName: string;
27
23
  protected static _isElementRegistered: boolean;
28
24
  static register(): void;
25
+ /**
26
+ * Gets whether the series has only marker as visuals
27
+ */
28
+ readonly hasOnlyMarkers: boolean;
29
29
  /**
30
30
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
31
31
  */
@@ -34,37 +34,6 @@ export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcG
34
34
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
35
35
  */
36
36
  longitudeMemberPath: string;
37
- /**
38
- * Gets or sets the marker type for the current series object.
39
- * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
40
- */
41
- markerType: MarkerType;
42
- /**
43
- * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
44
- */
45
- markerOutlineMode: MarkerOutlineMode;
46
- /**
47
- * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
48
- */
49
- markerFillMode: MarkerFillMode;
50
- /**
51
- * Gets or sets the MarkerTemplate for the current series object.
52
- */
53
- markerTemplate: IgDataTemplate;
54
- /**
55
- * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
56
- */
57
- markerBrush: string;
58
- /**
59
- * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
60
- */
61
- markerOutline: string;
62
- /**
63
- * Gets or sets the maximum number of markerItems displayed by the current series.
64
- * If more than the specified number of markerItems are visible, the series will automatically
65
- * choose a representative set.
66
- */
67
- maximumMarkers: number;
68
37
  /**
69
38
  * Gets or sets the radius mapping property for the current series object.
70
39
  */
@@ -105,10 +74,6 @@ export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcG
105
74
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
106
75
  */
107
76
  markerBrushBrightness: number;
108
- /**
109
- * Gets or sets thickness of the marker outline
110
- */
111
- markerThickness: number;
112
77
  /**
113
78
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
114
79
  * This setting applies only if multiple series are using the same RadiusScale.
@@ -18,6 +18,10 @@ export declare class IgcGeographicScatterAreaSeriesComponent extends IgcGeograph
18
18
  static htmlTagName: string;
19
19
  protected static _isElementRegistered: boolean;
20
20
  static register(): void;
21
+ /**
22
+ * Gets whether the current series shows an area shape.
23
+ */
24
+ readonly isArea: boolean;
21
25
  /**
22
26
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
23
27
  */
@@ -26,8 +30,17 @@ export declare class IgcGeographicScatterAreaSeriesComponent extends IgcGeograph
26
30
  * The ColorScale used to resolve the color values of points in the series.
27
31
  */
28
32
  colorScale: IgcColorScaleComponent;
33
+ /**
34
+ * Gets actual color scale that is set on ColorScale property or default ColorScale
35
+ */
36
+ actualColorScale: IgcColorScaleComponent;
29
37
  findByName(name: string): any;
30
38
  protected _styling(container: any, component: any, parent?: any): void;
39
+ /**
40
+ * Updates ActualColorScale properties using HostedSeries's ColorScale properties
41
+
42
+ */
43
+ updateActualColorScale(): void;
31
44
  private _triangulationStatusChanged;
32
45
  private _triangulationStatusChanged_wrapped;
33
46
  /**
@@ -22,6 +22,10 @@ export declare class IgcGeographicShapeSeriesComponent extends IgcGeographicShap
22
22
  static htmlTagName: string;
23
23
  protected static _isElementRegistered: boolean;
24
24
  static register(): void;
25
+ /**
26
+ * Gets whether the current series shows a polygon shape.
27
+ */
28
+ readonly isPolygon: boolean;
25
29
  /**
26
30
  * Gets or sets the fill brush.
27
31
  */
@@ -72,6 +76,18 @@ export declare class IgcGeographicShapeSeriesComponent extends IgcGeographicShap
72
76
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
73
77
  */
74
78
  markerCollisionAvoidance: CollisionAvoidanceType;
79
+ /**
80
+ * Gets the effective marker template for the current series object.
81
+ */
82
+ actualMarkerTemplate: IgDataTemplate;
83
+ /**
84
+ * Gets the effective marker brush for the current series object.
85
+ */
86
+ actualMarkerBrush: string;
87
+ /**
88
+ * Gets the effective marker outline for the current series object.
89
+ */
90
+ actualMarkerOutline: string;
75
91
  private _styleShape;
76
92
  private _styleShape_wrapped;
77
93
  styleShape: (s: IgcGeographicShapeSeriesComponent, e: IgcStyleShapeEventArgs) => void;
@@ -1,6 +1,6 @@
1
- import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
1
+ import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
2
2
  import { GeographicSymbolSeriesBase } from "./GeographicSymbolSeriesBase";
3
- export declare abstract class IgcGeographicSymbolSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
3
+ export declare abstract class IgcGeographicSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
4
4
  /**
5
5
  * @hidden
6
6
  */
@@ -1,18 +1,14 @@
1
- import { IgDataTemplate } from "igniteui-webcomponents-core";
2
- import { MarkerType } from "igniteui-webcomponents-charts";
3
1
  import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
4
- import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
5
- import { MarkerFillMode } from "igniteui-webcomponents-charts";
6
2
  import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
7
3
  import { IgcAssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
8
4
  import { IgcAssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
9
- import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
5
+ import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
10
6
  import { GeographicSymbolSeries } from "./GeographicSymbolSeries";
11
7
  /**
12
8
  * Series class for a geographic map with points marked at given locations.
13
9
  * This is the geographic equivalent of a ScatterSeries.
14
10
  */
15
- export declare class IgcGeographicSymbolSeriesComponent extends IgcGeographicMapSeriesHostComponent {
11
+ export declare class IgcGeographicSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
16
12
  protected createImplementation(): GeographicSymbolSeries;
17
13
  /**
18
14
  * @hidden
@@ -25,6 +21,10 @@ export declare class IgcGeographicSymbolSeriesComponent extends IgcGeographicMap
25
21
  static htmlTagName: string;
26
22
  protected static _isElementRegistered: boolean;
27
23
  static register(): void;
24
+ /**
25
+ * Gets whether the series has only marker as visuals
26
+ */
27
+ readonly hasOnlyMarkers: boolean;
28
28
  /**
29
29
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
30
30
  */
@@ -33,45 +33,10 @@ export declare class IgcGeographicSymbolSeriesComponent extends IgcGeographicMap
33
33
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
34
34
  */
35
35
  longitudeMemberPath: string;
36
- /**
37
- * Gets or sets the marker type for the current series object.
38
- * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
39
- */
40
- markerType: MarkerType;
41
36
  /**
42
37
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
43
38
  */
44
39
  markerCollisionAvoidance: CollisionAvoidanceType;
45
- /**
46
- * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
47
- */
48
- markerOutlineMode: MarkerOutlineMode;
49
- /**
50
- * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
51
- */
52
- markerFillMode: MarkerFillMode;
53
- /**
54
- * Gets or sets the MarkerTemplate for the current series object.
55
- */
56
- markerTemplate: IgDataTemplate;
57
- /**
58
- * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
59
- */
60
- markerBrush: string;
61
- /**
62
- * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
63
- */
64
- markerOutline: string;
65
- /**
66
- * Gets or sets the maximum number of markerItems displayed by the current series.
67
- * If more than the specified number of markerItems are visible, the series will automatically
68
- * choose a representative set.
69
- */
70
- maximumMarkers: number;
71
- /**
72
- * Gets or sets thickness of the marker outline
73
- */
74
- markerThickness: number;
75
40
  /**
76
41
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
77
42
  */
@@ -18,6 +18,10 @@ export declare class IgcGeographicTileSeriesComponent extends IgcGeographicShape
18
18
  static htmlTagName: string;
19
19
  protected static _isElementRegistered: boolean;
20
20
  static register(): void;
21
+ /**
22
+ * Gets whether the current series shows a tile imagery.
23
+ */
24
+ readonly isTile: boolean;
21
25
  /**
22
26
  * The MapImagery which is used to provide the tiles for display.
23
27
  */
@@ -17,6 +17,10 @@ export declare class IgcTileSeriesComponent extends IgcShapeSeriesBaseComponent
17
17
  static htmlTagName: string;
18
18
  protected static _isElementRegistered: boolean;
19
19
  static register(): void;
20
+ /**
21
+ * Gets whether the current series shows a tile imagery.
22
+ */
23
+ readonly isTile: boolean;
20
24
  /**
21
25
  * The MapImagery which is used to provide the tiles for display.
22
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-maps",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "description": "Ignite UI Web Components map components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-maps",
6
6
  "keywords": [
@@ -16,8 +16,8 @@
16
16
  "tslib": "^1.7.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "igniteui-webcomponents-core": "1.3.1",
20
- "igniteui-webcomponents-charts": "1.3.1"
19
+ "igniteui-webcomponents-core": "1.4.1",
20
+ "igniteui-webcomponents-charts": "1.4.1"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "typings": "igniteui-webcomponents-maps.d.ts",
package/public_api.d.ts CHANGED
@@ -56,6 +56,8 @@ export * from './lib/igc-open-street-map-imagery-module';
56
56
  export * from './lib/GeographicHighDensityScatterSeries';
57
57
  export * from './lib/igc-geographic-high-density-scatter-series-component';
58
58
  export * from './lib/igc-geographic-high-density-scatter-series-module';
59
+ export * from './lib/GeographicMarkerSeries';
60
+ export * from './lib/igc-geographic-marker-series-component';
59
61
  export * from './lib/GeographicPolylineSeries';
60
62
  export * from './lib/igc-geographic-polyline-series-component';
61
63
  export * from './lib/igc-geographic-polyline-series-module';
@@ -72,6 +74,8 @@ export * from './lib/GeographicShapeSeriesBaseBase';
72
74
  export * from './lib/igc-geographic-shape-series-base-base-component';
73
75
  export * from './lib/GeographicSymbolSeriesBase';
74
76
  export * from './lib/igc-geographic-symbol-series-base-component';
77
+ export * from './lib/GeographicMarkerSeriesBase';
78
+ export * from './lib/igc-geographic-marker-series-base-component';
75
79
  export * from './lib/GeographicXYTriangulatingSeries';
76
80
  export * from './lib/GeographicXYTriangulatingSeriesBase';
77
81
  export * from './lib/igc-geographic-xy-triangulating-series-base-component';