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
@@ -8,11 +8,7 @@ import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-seri
8
8
  import { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeries";
9
9
  import { getAllPropertyNames, toSpinal, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
10
10
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
11
- /**
12
- * Series class for a geographic map with points marked at given locations.
13
- * This is the geographic equivalent of a ScatterSeries.
14
- */
15
- export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
11
+ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
16
12
  class IgcGeographicProportionalSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
17
13
  createImplementation() {
18
14
  return new GeographicProportionalSymbolSeries();
@@ -79,34 +75,34 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
79
75
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
80
76
  */
81
77
  get latitudeMemberPath() {
82
- return this.i.zh;
78
+ return this.i.zi;
83
79
  }
84
80
  set latitudeMemberPath(v) {
85
- this.i.zh = v;
81
+ this.i.zi = v;
86
82
  }
87
83
  /**
88
84
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
89
85
  */
90
86
  get longitudeMemberPath() {
91
- return this.i.zj;
87
+ return this.i.zk;
92
88
  }
93
89
  set longitudeMemberPath(v) {
94
- this.i.zj = v;
90
+ this.i.zk = v;
95
91
  }
96
92
  /**
97
93
  * Gets or sets the radius mapping property for the current series object.
98
94
  */
99
95
  get radiusMemberPath() {
100
- return this.i.zo;
96
+ return this.i.zp;
101
97
  }
102
98
  set radiusMemberPath(v) {
103
- this.i.zo = v;
99
+ this.i.zp = v;
104
100
  }
105
101
  /**
106
102
  * Gets or sets the radius size scale for the bubbles.
107
103
  */
108
104
  get radiusScale() {
109
- const r = this.i.yv;
105
+ const r = this.i.yw;
110
106
  if (r == null) {
111
107
  return null;
112
108
  }
@@ -122,31 +118,31 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
122
118
  set radiusScale(v) {
123
119
  if (v != null && this._stylingContainer && v._styling)
124
120
  v._styling(this._stylingContainer, this, this);
125
- v == null ? this.i.yv = null : this.i.yv = v.i;
121
+ v == null ? this.i.yw = null : this.i.yw = v.i;
126
122
  }
127
123
  /**
128
124
  * Gets or sets the Label mapping property for the current series object.
129
125
  */
130
126
  get labelMemberPath() {
131
- return this.i.zf;
127
+ return this.i.zg;
132
128
  }
133
129
  set labelMemberPath(v) {
134
- this.i.zf = v;
130
+ this.i.zg = v;
135
131
  }
136
132
  /**
137
133
  * Gets or sets the fill mapping property for the current series object.
138
134
  */
139
135
  get fillMemberPath() {
140
- return this.i.y7;
136
+ return this.i.y8;
141
137
  }
142
138
  set fillMemberPath(v) {
143
- this.i.y7 = v;
139
+ this.i.y8 = v;
144
140
  }
145
141
  /**
146
142
  * Gets or sets the brush scale for the marker brush.
147
143
  */
148
144
  get fillScale() {
149
- const r = this.i.ys;
145
+ const r = this.i.yt;
150
146
  if (r == null) {
151
147
  return null;
152
148
  }
@@ -162,102 +158,102 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
162
158
  set fillScale(v) {
163
159
  if (v != null && this._stylingContainer && v._styling)
164
160
  v._styling(this._stylingContainer, this, this);
165
- v == null ? this.i.ys = null : this.i.ys = v.i;
161
+ v == null ? this.i.yt = null : this.i.yt = v.i;
166
162
  }
167
163
  /**
168
164
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
169
165
  * This setting applies only if multiple series are using the same FillScale.
170
166
  */
171
167
  get fillScaleUseGlobalValues() {
172
- return this.i.yz;
168
+ return this.i.y0;
173
169
  }
174
170
  set fillScaleUseGlobalValues(v) {
175
- this.i.yz = ensureBool(v);
176
- this._a("fillScaleUseGlobalValues", this.i.yz);
171
+ this.i.y0 = ensureBool(v);
172
+ this._a("fillScaleUseGlobalValues", this.i.y0);
177
173
  }
178
174
  /**
179
175
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
180
176
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
181
177
  */
182
178
  get markerOutlineUsesFillScale() {
183
- return this.i.y2;
179
+ return this.i.y3;
184
180
  }
185
181
  set markerOutlineUsesFillScale(v) {
186
- this.i.y2 = ensureBool(v);
187
- this._a("markerOutlineUsesFillScale", this.i.y2);
182
+ this.i.y3 = ensureBool(v);
183
+ this._a("markerOutlineUsesFillScale", this.i.y3);
188
184
  }
189
185
  /**
190
186
  * Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
191
187
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
192
188
  */
193
189
  get markerOutlineBrightness() {
194
- return this.i.y5;
190
+ return this.i.y6;
195
191
  }
196
192
  set markerOutlineBrightness(v) {
197
- this.i.y5 = +v;
198
- this._a("markerOutlineBrightness", this.i.y5);
193
+ this.i.y6 = +v;
194
+ this._a("markerOutlineBrightness", this.i.y6);
199
195
  }
200
196
  /**
201
197
  * Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
202
198
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
203
199
  */
204
200
  get markerBrushBrightness() {
205
- return this.i.y4;
201
+ return this.i.y5;
206
202
  }
207
203
  set markerBrushBrightness(v) {
208
- this.i.y4 = +v;
209
- this._a("markerBrushBrightness", this.i.y4);
204
+ this.i.y5 = +v;
205
+ this._a("markerBrushBrightness", this.i.y5);
210
206
  }
211
207
  /**
212
208
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
213
209
  * This setting applies only if multiple series are using the same RadiusScale.
214
210
  */
215
211
  get radiusScaleUseGlobalValues() {
216
- return this.i.y3;
212
+ return this.i.y4;
217
213
  }
218
214
  set radiusScaleUseGlobalValues(v) {
219
- this.i.y3 = ensureBool(v);
220
- this._a("radiusScaleUseGlobalValues", this.i.y3);
215
+ this.i.y4 = ensureBool(v);
216
+ this._a("radiusScaleUseGlobalValues", this.i.y4);
221
217
  }
222
218
  /**
223
219
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
224
220
  */
225
221
  get isCustomScatterStyleAllowed() {
226
- return this.i.y1;
222
+ return this.i.y2;
227
223
  }
228
224
  set isCustomScatterStyleAllowed(v) {
229
- this.i.y1 = ensureBool(v);
230
- this._a("isCustomScatterStyleAllowed", this.i.y1);
225
+ this.i.y2 = ensureBool(v);
226
+ this._a("isCustomScatterStyleAllowed", this.i.y2);
231
227
  }
232
228
  /**
233
229
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
234
230
  */
235
231
  get isCustomScatterMarkerStyleAllowed() {
236
- return this.i.y0;
232
+ return this.i.y1;
237
233
  }
238
234
  set isCustomScatterMarkerStyleAllowed(v) {
239
- this.i.y0 = ensureBool(v);
240
- this._a("isCustomScatterMarkerStyleAllowed", this.i.y0);
235
+ this.i.y1 = ensureBool(v);
236
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
241
237
  }
242
238
  /**
243
239
  * Gets or sets the mode the series will use to find the closest point to the cursor.
244
240
  */
245
241
  get itemSearchMode() {
246
- return this.i.yu;
242
+ return this.i.yv;
247
243
  }
248
244
  set itemSearchMode(v) {
249
- this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
250
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yu));
245
+ this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
246
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
251
247
  }
252
248
  /**
253
249
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
254
250
  */
255
251
  get itemSearchThreshold() {
256
- return this.i.y6;
252
+ return this.i.y7;
257
253
  }
258
254
  set itemSearchThreshold(v) {
259
- this.i.y6 = +v;
260
- this._a("itemSearchThreshold", this.i.y6);
255
+ this.i.y7 = +v;
256
+ this._a("itemSearchThreshold", this.i.y7);
261
257
  }
262
258
  findByName(name) {
263
259
  var baseResult = super.findByName(name);
@@ -341,3 +337,4 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
341
337
  IgcGeographicProportionalSymbolSeriesComponent._isElementRegistered = false;
342
338
  return IgcGeographicProportionalSymbolSeriesComponent;
343
339
  })();
340
+ export { IgcGeographicProportionalSymbolSeriesComponent };
@@ -5,10 +5,7 @@ import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy
5
5
  import { GeographicScatterAreaSeries } from "./GeographicScatterAreaSeries";
6
6
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
7
7
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
- /**
9
- * Series class which draws a colored 2D surface, in a geographic context, based on a triangulation of XY data with numeric values assigned to each point.
10
- */
11
- export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
8
+ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
12
9
  class IgcGeographicScatterAreaSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
13
10
  createImplementation() {
14
11
  return new GeographicScatterAreaSeries();
@@ -73,16 +70,16 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
73
70
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
74
71
  */
75
72
  get colorMemberPath() {
76
- return this.i.yi;
73
+ return this.i.yj;
77
74
  }
78
75
  set colorMemberPath(v) {
79
- this.i.yi = v;
76
+ this.i.yj = v;
80
77
  }
81
78
  /**
82
79
  * The ColorScale used to resolve the color values of points in the series.
83
80
  */
84
81
  get colorScale() {
85
- const r = this.i.yd;
82
+ const r = this.i.ye;
86
83
  if (r == null) {
87
84
  return null;
88
85
  }
@@ -98,13 +95,13 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
98
95
  set colorScale(v) {
99
96
  if (v != null && this._stylingContainer && v._styling)
100
97
  v._styling(this._stylingContainer, this, this);
101
- v == null ? this.i.yd = null : this.i.yd = v.i;
98
+ v == null ? this.i.ye = null : this.i.ye = v.i;
102
99
  }
103
100
  /**
104
101
  * Gets actual color scale that is set on ColorScale property or default ColorScale
105
102
  */
106
103
  get actualColorScale() {
107
- const r = this.i.yc;
104
+ const r = this.i.yd;
108
105
  if (r == null) {
109
106
  return null;
110
107
  }
@@ -120,7 +117,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
120
117
  set actualColorScale(v) {
121
118
  if (v != null && this._stylingContainer && v._styling)
122
119
  v._styling(this._stylingContainer, this, this);
123
- v == null ? this.i.yc = null : this.i.yc = v.i;
120
+ v == null ? this.i.yd = null : this.i.yd = v.i;
124
121
  }
125
122
  findByName(name) {
126
123
  var baseResult = super.findByName(name);
@@ -151,7 +148,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
151
148
 
152
149
  */
153
150
  updateActualColorScale() {
154
- this.i.yn();
151
+ this.i.yo();
155
152
  }
156
153
  /**
157
154
  * Raised when the status of an ongoing Triangulation has changed.
@@ -185,3 +182,4 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
185
182
  IgcGeographicScatterAreaSeriesComponent._isElementRegistered = false;
186
183
  return IgcGeographicScatterAreaSeriesComponent;
187
184
  })();
185
+ export { IgcGeographicScatterAreaSeriesComponent };
@@ -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 IgcGeographicShapeSeriesBaseBaseComponent = /*@__PURE__*/ (() => {
3
+ let IgcGeographicShapeSeriesBaseBaseComponent = /*@__PURE__*/ (() => {
4
4
  class IgcGeographicShapeSeriesBaseBaseComponent extends IgcGeographicMapSeriesHostComponent {
5
5
  /**
6
6
  * @hidden
@@ -48,3 +48,4 @@ export let IgcGeographicShapeSeriesBaseBaseComponent = /*@__PURE__*/ (() => {
48
48
  IgcGeographicShapeSeriesBaseBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent = null;
49
49
  return IgcGeographicShapeSeriesBaseBaseComponent;
50
50
  })();
51
+ export { IgcGeographicShapeSeriesBaseBaseComponent };
@@ -6,10 +6,7 @@ import { IgcAssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
6
6
  import { IgcAssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
7
7
  import { ShapeItemSearchMode_$type } from "igniteui-webcomponents-charts";
8
8
  import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
9
- /**
10
- * Base class for series which render polygons on a map.
11
- */
12
- export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
9
+ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
13
10
  class IgcGeographicShapeSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
14
11
  /**
15
12
  * @hidden
@@ -120,65 +117,65 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
120
117
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
121
118
  */
122
119
  get shapeMemberPath() {
123
- return this.i.yj;
120
+ return this.i.yk;
124
121
  }
125
122
  set shapeMemberPath(v) {
126
- this.i.yj = v;
123
+ this.i.yk = v;
127
124
  }
128
125
  /**
129
126
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
130
127
  */
131
128
  get isCustomShapeStyleAllowed() {
132
- return this.i.x4;
129
+ return this.i.x5;
133
130
  }
134
131
  set isCustomShapeStyleAllowed(v) {
135
- this.i.x4 = ensureBool(v);
136
- this._a("isCustomShapeStyleAllowed", this.i.x4);
132
+ this.i.x5 = ensureBool(v);
133
+ this._a("isCustomShapeStyleAllowed", this.i.x5);
137
134
  }
138
135
  /**
139
136
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
140
137
  */
141
138
  get isCustomShapeMarkerStyleAllowed() {
142
- return this.i.x3;
139
+ return this.i.x4;
143
140
  }
144
141
  set isCustomShapeMarkerStyleAllowed(v) {
145
- this.i.x3 = ensureBool(v);
146
- this._a("isCustomShapeMarkerStyleAllowed", this.i.x3);
142
+ this.i.x4 = ensureBool(v);
143
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
147
144
  }
148
145
  /**
149
146
  * Gets or sets the mode the series will use to find the closest point to the cursor.
150
147
  */
151
148
  get itemSearchMode() {
152
- return this.i.xv;
149
+ return this.i.xw;
153
150
  }
154
151
  set itemSearchMode(v) {
155
- this.i.xv = ensureEnum(ShapeItemSearchMode_$type, v);
156
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xv));
152
+ this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
153
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
157
154
  }
158
155
  /**
159
156
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
160
157
  */
161
158
  get itemSearchThreshold() {
162
- return this.i.x7;
159
+ return this.i.x8;
163
160
  }
164
161
  set itemSearchThreshold(v) {
165
- this.i.x7 = +v;
166
- this._a("itemSearchThreshold", this.i.x7);
162
+ this.i.x8 = +v;
163
+ this._a("itemSearchThreshold", this.i.x8);
167
164
  }
168
165
  /**
169
166
  * Gets or sets the fill mapping property for the current series object.
170
167
  */
171
168
  get fillMemberPath() {
172
- return this.i.x8;
169
+ return this.i.x9;
173
170
  }
174
171
  set fillMemberPath(v) {
175
- this.i.x8 = v;
172
+ this.i.x9 = v;
176
173
  }
177
174
  /**
178
175
  * Gets or sets the brush scale for the fill brush of markers.
179
176
  */
180
177
  get fillScale() {
181
- const r = this.i.xu;
178
+ const r = this.i.xv;
182
179
  if (r == null) {
183
180
  return null;
184
181
  }
@@ -194,34 +191,34 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
194
191
  set fillScale(v) {
195
192
  if (v != null && this._stylingContainer && v._styling)
196
193
  v._styling(this._stylingContainer, this, this);
197
- v == null ? this.i.xu = null : this.i.xu = v.i;
194
+ v == null ? this.i.xv = null : this.i.xv = v.i;
198
195
  }
199
196
  /**
200
197
  * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
201
198
  * This setting applies only if multiple series are using the same FillScale.
202
199
  */
203
200
  get fillScaleUseGlobalValues() {
204
- return this.i.x2;
201
+ return this.i.x3;
205
202
  }
206
203
  set fillScaleUseGlobalValues(v) {
207
- this.i.x2 = ensureBool(v);
208
- this._a("fillScaleUseGlobalValues", this.i.x2);
204
+ this.i.x3 = ensureBool(v);
205
+ this._a("fillScaleUseGlobalValues", this.i.x3);
209
206
  }
210
207
  /**
211
208
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
212
209
  */
213
210
  get itemSearchPointsThreshold() {
214
- return this.i.x6;
211
+ return this.i.x7;
215
212
  }
216
213
  set itemSearchPointsThreshold(v) {
217
- this.i.x6 = +v;
218
- this._a("itemSearchPointsThreshold", this.i.x6);
214
+ this.i.x7 = +v;
215
+ this._a("itemSearchPointsThreshold", this.i.x7);
219
216
  }
220
217
  /**
221
218
  * Set a shapefile datasource to use with the series.
222
219
  */
223
220
  get shapefileDataSource() {
224
- const r = this.i.xy;
221
+ const r = this.i.xz;
225
222
  if (r == null) {
226
223
  return null;
227
224
  }
@@ -240,18 +237,18 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
240
237
  return r.externalObject;
241
238
  }
242
239
  set shapefileDataSource(v) {
243
- v == null ? this.i.xy = null : this.i.xy = v.i;
240
+ v == null ? this.i.xz = null : this.i.xz = v.i;
244
241
  }
245
242
  /**
246
243
  * The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
247
244
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
248
245
  */
249
246
  get shapeFilterResolution() {
250
- return this.i.x5;
247
+ return this.i.x6;
251
248
  }
252
249
  set shapeFilterResolution(v) {
253
- this.i.x5 = +v;
254
- this._a("shapeFilterResolution", this.i.x5);
250
+ this.i.x6 = +v;
251
+ this._a("shapeFilterResolution", this.i.x6);
255
252
  }
256
253
  findByName(name) {
257
254
  var baseResult = super.findByName(name);
@@ -330,3 +327,4 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
330
327
  IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent = null;
331
328
  return IgcGeographicShapeSeriesBaseComponent;
332
329
  })();
330
+ export { IgcGeographicShapeSeriesBaseComponent };