igniteui-webcomponents-maps 4.2.4-alpha → 4.3.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1838 -1835
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +42 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -86
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +185 -185
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +20 -20
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +94 -94
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -59
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -61
  12. package/esm2015/lib/GeographicTileSeries.js +30 -30
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +9 -9
  15. package/esm2015/lib/TileSeries_combined.js +94 -94
  16. package/esm2015/lib/XamGeographicMap_combined.js +450 -450
  17. package/esm2015/lib/igc-bing-maps-map-imagery.js +5 -5
  18. package/esm2015/lib/igc-custom-map-imagery.js +5 -5
  19. package/esm2015/lib/igc-geographic-contour-line-series-component.js +14 -14
  20. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +37 -37
  21. package/esm2015/lib/igc-geographic-map-component.js +110 -110
  22. package/esm2015/lib/igc-geographic-map-imagery.js +13 -13
  23. package/esm2015/lib/igc-geographic-map-series-host-component.js +25 -25
  24. package/esm2015/lib/igc-geographic-marker-series-base-component.js +3 -3
  25. package/esm2015/lib/igc-geographic-marker-series-component.js +34 -34
  26. package/esm2015/lib/igc-geographic-polyline-series-component.js +18 -18
  27. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +3 -3
  28. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +49 -49
  29. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +13 -13
  30. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +3 -3
  31. package/esm2015/lib/igc-geographic-shape-series-base-component.js +28 -28
  32. package/esm2015/lib/igc-geographic-shape-series-component.js +49 -49
  33. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +3 -3
  34. package/esm2015/lib/igc-geographic-symbol-series-component.js +27 -27
  35. package/esm2015/lib/igc-geographic-tile-series-component.js +9 -9
  36. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +3 -3
  37. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +15 -15
  38. package/esm2015/lib/igc-tile-series-component.js +6 -6
  39. package/esm5/lib/ArcGISOnlineMapImagery.js +10 -10
  40. package/esm5/lib/BingMapsMapImageryView_combined.js +8 -8
  41. package/esm5/lib/BingResourceSet.js +2 -2
  42. package/esm5/lib/BingResponse.js +2 -2
  43. package/esm5/lib/CustomMapImagery.js +2 -2
  44. package/esm5/lib/GeographicContourLineSeriesView_combined.js +43 -40
  45. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +85 -85
  46. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  47. package/esm5/lib/GeographicMarkerSeries.js +31 -31
  48. package/esm5/lib/GeographicMarkerSeriesBase.js +2 -2
  49. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -21
  50. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +2 -2
  51. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  52. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -95
  53. package/esm5/lib/GeographicShapeSeriesBaseBase.js +2 -2
  54. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  55. package/esm5/lib/GeographicShapeSeriesBase_combined.js +66 -66
  56. package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -60
  57. package/esm5/lib/GeographicSymbolSeriesBase.js +2 -2
  58. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  59. package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -62
  60. package/esm5/lib/GeographicTileSeries.js +30 -30
  61. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +2 -2
  62. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  63. package/esm5/lib/ImageTilesReadyEventArgs.js +2 -2
  64. package/esm5/lib/ImageryMetadata.js +2 -2
  65. package/esm5/lib/ImagesChangedEventArgs.js +2 -2
  66. package/esm5/lib/LevelOfDetailResponseModel.js +5 -5
  67. package/esm5/lib/MapServerResponseModel.js +4 -4
  68. package/esm5/lib/SphericalMercatorHorizontalScaler.js +4 -4
  69. package/esm5/lib/SphericalMercatorVerticalScaler.js +6 -6
  70. package/esm5/lib/SubDomainsCollection.js +2 -2
  71. package/esm5/lib/TileGeneratorMapImagery.js +2 -2
  72. package/esm5/lib/TileInfoResponseModel.js +3 -3
  73. package/esm5/lib/TileSeries_combined.js +95 -95
  74. package/esm5/lib/TokenResponseModel.js +5 -5
  75. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  76. package/esm5/lib/igc-arc-gis-online-map-imagery.js +11 -11
  77. package/esm5/lib/igc-bing-maps-map-imagery.js +14 -14
  78. package/esm5/lib/igc-custom-map-imagery.js +4 -4
  79. package/esm5/lib/igc-geographic-contour-line-series-component.js +19 -19
  80. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +49 -49
  81. package/esm5/lib/igc-geographic-map-component.js +75 -75
  82. package/esm5/lib/igc-geographic-map-imagery.js +12 -12
  83. package/esm5/lib/igc-geographic-map-series-host-component.js +30 -30
  84. package/esm5/lib/igc-geographic-marker-series-base-component.js +4 -4
  85. package/esm5/lib/igc-geographic-marker-series-component.js +46 -46
  86. package/esm5/lib/igc-geographic-polyline-series-component.js +23 -23
  87. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +4 -4
  88. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +65 -65
  89. package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
  90. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +4 -4
  91. package/esm5/lib/igc-geographic-shape-series-base-component.js +38 -38
  92. package/esm5/lib/igc-geographic-shape-series-component.js +65 -65
  93. package/esm5/lib/igc-geographic-symbol-series-base-component.js +4 -4
  94. package/esm5/lib/igc-geographic-symbol-series-component.js +34 -34
  95. package/esm5/lib/igc-geographic-tile-series-component.js +11 -11
  96. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +4 -4
  97. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +23 -23
  98. package/esm5/lib/igc-image-tiles-ready-event-args.js +1 -1
  99. package/esm5/lib/igc-images-changed-event-args.js +1 -1
  100. package/esm5/lib/igc-open-street-map-imagery.js +4 -4
  101. package/esm5/lib/igc-sub-domains-collection.js +2 -2
  102. package/esm5/lib/igc-tile-generator-map-imagery.js +4 -4
  103. package/esm5/lib/igc-tile-series-component.js +9 -9
  104. package/fesm2015/igniteui-webcomponents-maps.js +1698 -1695
  105. package/fesm5/igniteui-webcomponents-maps.js +1752 -1749
  106. package/lib/ArcGISOnlineMapImagery.d.ts +16 -8
  107. package/lib/BingMapsMapImageryView_combined.d.ts +10 -5
  108. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  109. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
  110. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -42
  111. package/lib/GeographicMarkerSeries.d.ts +18 -18
  112. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  113. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  114. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  115. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
  116. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  117. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -24
  118. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
  119. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  120. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  121. package/lib/GeographicTileSeries.d.ts +10 -9
  122. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  123. package/lib/LevelOfDetailResponseModel.d.ts +6 -3
  124. package/lib/MapServerResponseModel.d.ts +4 -2
  125. package/lib/SphericalMercatorVerticalScaler.d.ts +2 -2
  126. package/lib/TileInfoResponseModel.d.ts +2 -1
  127. package/lib/TileSeries_combined.d.ts +22 -20
  128. package/lib/TokenResponseModel.d.ts +6 -3
  129. package/lib/XamGeographicMap_combined.d.ts +113 -100
  130. package/lib/igc-arc-gis-online-map-imagery.d.ts +17 -9
  131. package/lib/igc-bing-maps-map-imagery.d.ts +23 -12
  132. package/lib/igc-custom-map-imagery.d.ts +3 -2
  133. package/lib/igc-geographic-contour-line-series-component.d.ts +13 -8
  134. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +27 -15
  135. package/lib/igc-geographic-map-component.d.ts +41 -23
  136. package/lib/igc-geographic-map-imagery.d.ts +23 -12
  137. package/lib/igc-geographic-map-series-host-component.d.ts +8 -6
  138. package/lib/igc-geographic-marker-series-base-component.d.ts +2 -2
  139. package/lib/igc-geographic-marker-series-component.d.ts +24 -13
  140. package/lib/igc-geographic-polyline-series-component.d.ts +13 -8
  141. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +2 -2
  142. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +39 -21
  143. package/lib/igc-geographic-scatter-area-series-component.d.ts +11 -7
  144. package/lib/igc-geographic-shape-series-base-base-component.d.ts +2 -2
  145. package/lib/igc-geographic-shape-series-base-component.d.ts +26 -14
  146. package/lib/igc-geographic-shape-series-component.d.ts +35 -19
  147. package/lib/igc-geographic-symbol-series-base-component.d.ts +2 -2
  148. package/lib/igc-geographic-symbol-series-component.d.ts +21 -12
  149. package/lib/igc-geographic-tile-series-component.d.ts +7 -5
  150. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +2 -2
  151. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +16 -9
  152. package/lib/igc-image-tiles-ready-event-args.d.ts +1 -1
  153. package/lib/igc-images-changed-event-args.d.ts +1 -1
  154. package/lib/igc-open-street-map-imagery.d.ts +3 -2
  155. package/lib/igc-tile-generator-map-imagery.d.ts +3 -2
  156. package/lib/igc-tile-series-component.d.ts +5 -4
  157. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
3
3
  import { CollisionAvoidanceType_$type } from "igniteui-webcomponents-charts";
4
4
  import { ScatterItemSearchMode_$type } from "igniteui-webcomponents-charts";
@@ -13,7 +13,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
13
13
  * This is the geographic equivalent of a ScatterSeries.
14
14
  */
15
15
  var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
16
- tslib_1.__extends(IgcGeographicSymbolSeriesComponent, _super);
16
+ __extends(IgcGeographicSymbolSeriesComponent, _super);
17
17
  function IgcGeographicSymbolSeriesComponent() {
18
18
  var _this = _super.call(this) || this;
19
19
  _this._assigningScatterStyle = null;
@@ -32,7 +32,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
32
32
  get: function () {
33
33
  return this._implementation;
34
34
  },
35
- enumerable: true,
35
+ enumerable: false,
36
36
  configurable: true
37
37
  });
38
38
  IgcGeographicSymbolSeriesComponent.prototype.connectedCallback = function () {
@@ -69,7 +69,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
69
69
  }
70
70
  return IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent;
71
71
  },
72
- enumerable: true,
72
+ enumerable: false,
73
73
  configurable: true
74
74
  });
75
75
  IgcGeographicSymbolSeriesComponent.register = function () {
@@ -83,9 +83,9 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
83
83
  * Gets whether the series has only marker as visuals
84
84
  */
85
85
  get: function () {
86
- return this.i.c4;
86
+ return this.i.c5;
87
87
  },
88
- enumerable: true,
88
+ enumerable: false,
89
89
  configurable: true
90
90
  });
91
91
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "latitudeMemberPath", {
@@ -93,12 +93,12 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
93
93
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
94
94
  */
95
95
  get: function () {
96
- return this.i.rw;
96
+ return this.i.r0;
97
97
  },
98
98
  set: function (v) {
99
- this.i.rw = v;
99
+ this.i.r0 = v;
100
100
  },
101
- enumerable: true,
101
+ enumerable: false,
102
102
  configurable: true
103
103
  });
104
104
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "longitudeMemberPath", {
@@ -106,12 +106,12 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
106
106
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
107
107
  */
108
108
  get: function () {
109
- return this.i.ry;
109
+ return this.i.r2;
110
110
  },
111
111
  set: function (v) {
112
- this.i.ry = v;
112
+ this.i.r2 = v;
113
113
  },
114
- enumerable: true,
114
+ enumerable: false,
115
115
  configurable: true
116
116
  });
117
117
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "markerCollisionAvoidance", {
@@ -119,13 +119,13 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
119
119
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
120
120
  */
121
121
  get: function () {
122
- return this.i.ri;
122
+ return this.i.rm;
123
123
  },
124
124
  set: function (v) {
125
- this.i.ri = ensureEnum(CollisionAvoidanceType_$type, v);
126
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ri));
125
+ this.i.rm = ensureEnum(CollisionAvoidanceType_$type, v);
126
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rm));
127
127
  },
128
- enumerable: true,
128
+ enumerable: false,
129
129
  configurable: true
130
130
  });
131
131
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "isCustomScatterStyleAllowed", {
@@ -133,13 +133,13 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
133
133
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
134
134
  */
135
135
  get: function () {
136
- return this.i.rp;
136
+ return this.i.rt;
137
137
  },
138
138
  set: function (v) {
139
- this.i.rp = ensureBool(v);
140
- this._a("isCustomScatterStyleAllowed", this.i.rp);
139
+ this.i.rt = ensureBool(v);
140
+ this._a("isCustomScatterStyleAllowed", this.i.rt);
141
141
  },
142
- enumerable: true,
142
+ enumerable: false,
143
143
  configurable: true
144
144
  });
145
145
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "isCustomScatterMarkerStyleAllowed", {
@@ -147,13 +147,13 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
147
147
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
148
148
  */
149
149
  get: function () {
150
- return this.i.ro;
150
+ return this.i.rs;
151
151
  },
152
152
  set: function (v) {
153
- this.i.ro = ensureBool(v);
154
- this._a("isCustomScatterMarkerStyleAllowed", this.i.ro);
153
+ this.i.rs = ensureBool(v);
154
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rs);
155
155
  },
156
- enumerable: true,
156
+ enumerable: false,
157
157
  configurable: true
158
158
  });
159
159
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "itemSearchMode", {
@@ -161,13 +161,13 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
161
161
  * Gets or sets the mode the series will use to find the closest point to the cursor.
162
162
  */
163
163
  get: function () {
164
- return this.i.rj;
164
+ return this.i.rn;
165
165
  },
166
166
  set: function (v) {
167
- this.i.rj = ensureEnum(ScatterItemSearchMode_$type, v);
168
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rj));
167
+ this.i.rn = ensureEnum(ScatterItemSearchMode_$type, v);
168
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rn));
169
169
  },
170
- enumerable: true,
170
+ enumerable: false,
171
171
  configurable: true
172
172
  });
173
173
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "itemSearchThreshold", {
@@ -175,13 +175,13 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
175
175
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
176
176
  */
177
177
  get: function () {
178
- return this.i.rr;
178
+ return this.i.rv;
179
179
  },
180
180
  set: function (v) {
181
- this.i.rr = +v;
182
- this._a("itemSearchThreshold", this.i.rr);
181
+ this.i.rv = +v;
182
+ this._a("itemSearchThreshold", this.i.rv);
183
183
  },
184
- enumerable: true,
184
+ enumerable: false,
185
185
  configurable: true
186
186
  });
187
187
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "assigningScatterStyle", {
@@ -212,7 +212,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
212
212
  this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
213
213
  ;
214
214
  },
215
- enumerable: true,
215
+ enumerable: false,
216
216
  configurable: true
217
217
  });
218
218
  Object.defineProperty(IgcGeographicSymbolSeriesComponent.prototype, "assigningScatterMarkerStyle", {
@@ -243,7 +243,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
243
243
  this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
244
244
  ;
245
245
  },
246
- enumerable: true,
246
+ enumerable: false,
247
247
  configurable: true
248
248
  });
249
249
  IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent = null;
@@ -1,4 +1,4 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
3
3
  import { IgcImageTilesReadyEventArgs } from "./igc-image-tiles-ready-event-args";
4
4
  import { IgcGeographicShapeSeriesBaseComponent } from "./igc-geographic-shape-series-base-component";
@@ -9,7 +9,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
9
9
  * Series class used for displaying a tile set, and using shapes to define the areas that should be rendered.
10
10
  */
11
11
  var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
12
- tslib_1.__extends(IgcGeographicTileSeriesComponent, _super);
12
+ __extends(IgcGeographicTileSeriesComponent, _super);
13
13
  function IgcGeographicTileSeriesComponent() {
14
14
  var _this = _super.call(this) || this;
15
15
  _this._imageTilesReady = null;
@@ -26,7 +26,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
26
26
  get: function () {
27
27
  return this._implementation;
28
28
  },
29
- enumerable: true,
29
+ enumerable: false,
30
30
  configurable: true
31
31
  });
32
32
  IgcGeographicTileSeriesComponent.prototype.connectedCallback = function () {
@@ -63,7 +63,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
63
63
  }
64
64
  return IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent;
65
65
  },
66
- enumerable: true,
66
+ enumerable: false,
67
67
  configurable: true
68
68
  });
69
69
  IgcGeographicTileSeriesComponent.register = function () {
@@ -77,9 +77,9 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
77
77
  * Gets whether the current series shows a tile imagery.
78
78
  */
79
79
  get: function () {
80
- return this.i.ej;
80
+ return this.i.el;
81
81
  },
82
- enumerable: true,
82
+ enumerable: false,
83
83
  configurable: true
84
84
  });
85
85
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "tileImagery", {
@@ -87,16 +87,16 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
87
87
  * The MapImagery which is used to provide the tiles for display.
88
88
  */
89
89
  get: function () {
90
- var r = this.i.ri;
90
+ var r = this.i.rm;
91
91
  if (r == null) {
92
92
  return null;
93
93
  }
94
94
  return r.externalObject;
95
95
  },
96
96
  set: function (v) {
97
- v == null ? this.i.ri = null : this.i.ri = v.i;
97
+ v == null ? this.i.rm = null : this.i.rm = v.i;
98
98
  },
99
- enumerable: true,
99
+ enumerable: false,
100
100
  configurable: true
101
101
  });
102
102
  IgcGeographicTileSeriesComponent.prototype.findByName = function (name) {
@@ -114,7 +114,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
114
114
 
115
115
  */
116
116
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
117
- this.i.rm();
117
+ this.i.rq();
118
118
  };
119
119
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
120
120
  /**
@@ -144,7 +144,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
144
144
  this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
145
145
  ;
146
146
  },
147
- enumerable: true,
147
+ enumerable: false,
148
148
  configurable: true
149
149
  });
150
150
  IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent = null;
@@ -1,8 +1,8 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
3
3
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
4
4
  var IgcGeographicXYTriangulatingSeriesBaseComponent = /** @class */ /*@__PURE__*/ (function (_super) {
5
- tslib_1.__extends(IgcGeographicXYTriangulatingSeriesBaseComponent, _super);
5
+ __extends(IgcGeographicXYTriangulatingSeriesBaseComponent, _super);
6
6
  function IgcGeographicXYTriangulatingSeriesBaseComponent() {
7
7
  return _super.call(this) || this;
8
8
  }
@@ -13,7 +13,7 @@ var IgcGeographicXYTriangulatingSeriesBaseComponent = /** @class */ /*@__PURE__*
13
13
  get: function () {
14
14
  return this._implementation;
15
15
  },
16
- enumerable: true,
16
+ enumerable: false,
17
17
  configurable: true
18
18
  });
19
19
  IgcGeographicXYTriangulatingSeriesBaseComponent.prototype.connectedCallback = function () {
@@ -50,7 +50,7 @@ var IgcGeographicXYTriangulatingSeriesBaseComponent = /** @class */ /*@__PURE__*
50
50
  }
51
51
  return IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent;
52
52
  },
53
- enumerable: true,
53
+ enumerable: false,
54
54
  configurable: true
55
55
  });
56
56
  IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent = null;
@@ -1,4 +1,4 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
3
3
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
4
4
  import { IgcTriangulationDataSource } from "igniteui-webcomponents-core";
@@ -6,7 +6,7 @@ import { IgcTriangulationDataSource } from "igniteui-webcomponents-core";
6
6
  * Base class for geographic series which triangulate XY data prior to rendering.
7
7
  */
8
8
  var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
9
- tslib_1.__extends(IgcGeographicXYTriangulatingSeriesComponent, _super);
9
+ __extends(IgcGeographicXYTriangulatingSeriesComponent, _super);
10
10
  function IgcGeographicXYTriangulatingSeriesComponent() {
11
11
  return _super.call(this) || this;
12
12
  }
@@ -14,7 +14,7 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
14
14
  get: function () {
15
15
  return this._implementation;
16
16
  },
17
- enumerable: true,
17
+ enumerable: false,
18
18
  configurable: true
19
19
  });
20
20
  Object.defineProperty(IgcGeographicXYTriangulatingSeriesComponent, "observedAttributes", {
@@ -28,7 +28,7 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
28
28
  }
29
29
  return IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent;
30
30
  },
31
- enumerable: true,
31
+ enumerable: false,
32
32
  configurable: true
33
33
  });
34
34
  Object.defineProperty(IgcGeographicXYTriangulatingSeriesComponent.prototype, "triangulationDataSource", {
@@ -42,7 +42,7 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
42
42
  this._triangulationDataSource = value;
43
43
  this.updateTriangulationDataSource();
44
44
  },
45
- enumerable: true,
45
+ enumerable: false,
46
46
  configurable: true
47
47
  });
48
48
  IgcGeographicXYTriangulatingSeriesComponent.prototype.updateTriangulationDataSource = function () {
@@ -62,12 +62,12 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
62
62
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
63
63
  */
64
64
  get: function () {
65
- return this.i.qm;
65
+ return this.i.qq;
66
66
  },
67
67
  set: function (v) {
68
- this.i.qm = v;
68
+ this.i.qq = v;
69
69
  },
70
- enumerable: true,
70
+ enumerable: false,
71
71
  configurable: true
72
72
  });
73
73
  Object.defineProperty(IgcGeographicXYTriangulatingSeriesComponent.prototype, "latitudeMemberPath", {
@@ -75,12 +75,12 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
75
75
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
76
76
  */
77
77
  get: function () {
78
- return this.i.qk;
78
+ return this.i.qo;
79
79
  },
80
80
  set: function (v) {
81
- this.i.qk = v;
81
+ this.i.qo = v;
82
82
  },
83
- enumerable: true,
83
+ enumerable: false,
84
84
  configurable: true
85
85
  });
86
86
  Object.defineProperty(IgcGeographicXYTriangulatingSeriesComponent.prototype, "trianglesSource", {
@@ -89,12 +89,12 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
89
89
  * 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.
90
90
  */
91
91
  get: function () {
92
- return this.i.qj;
92
+ return this.i.qn;
93
93
  },
94
94
  set: function (v) {
95
- this.i.qj = v;
95
+ this.i.qn = v;
96
96
  },
97
- enumerable: true,
97
+ enumerable: false,
98
98
  configurable: true
99
99
  });
100
100
  Object.defineProperty(IgcGeographicXYTriangulatingSeriesComponent.prototype, "triangleVertexMemberPath1", {
@@ -102,12 +102,12 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
102
102
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
103
103
  */
104
104
  get: function () {
105
- return this.i.qp;
105
+ return this.i.qt;
106
106
  },
107
107
  set: function (v) {
108
- this.i.qp = v;
108
+ this.i.qt = v;
109
109
  },
110
- enumerable: true,
110
+ enumerable: false,
111
111
  configurable: true
112
112
  });
113
113
  Object.defineProperty(IgcGeographicXYTriangulatingSeriesComponent.prototype, "triangleVertexMemberPath2", {
@@ -115,12 +115,12 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
115
115
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
116
116
  */
117
117
  get: function () {
118
- return this.i.qr;
118
+ return this.i.qv;
119
119
  },
120
120
  set: function (v) {
121
- this.i.qr = v;
121
+ this.i.qv = v;
122
122
  },
123
- enumerable: true,
123
+ enumerable: false,
124
124
  configurable: true
125
125
  });
126
126
  Object.defineProperty(IgcGeographicXYTriangulatingSeriesComponent.prototype, "triangleVertexMemberPath3", {
@@ -128,12 +128,12 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
128
128
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
129
129
  */
130
130
  get: function () {
131
- return this.i.qt;
131
+ return this.i.qx;
132
132
  },
133
133
  set: function (v) {
134
- this.i.qt = v;
134
+ this.i.qx = v;
135
135
  },
136
- enumerable: true,
136
+ enumerable: false,
137
137
  configurable: true
138
138
  });
139
139
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -15,7 +15,7 @@ var IgcImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function () {
15
15
  get: function () {
16
16
  return this._implementation;
17
17
  },
18
- enumerable: true,
18
+ enumerable: false,
19
19
  configurable: true
20
20
  });
21
21
  IgcImageTilesReadyEventArgs.prototype.onImplementationCreated = function () {
@@ -15,7 +15,7 @@ var IgcImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
15
15
  get: function () {
16
16
  return this._implementation;
17
17
  },
18
- enumerable: true,
18
+ enumerable: false,
19
19
  configurable: true
20
20
  });
21
21
  IgcImagesChangedEventArgs.prototype.onImplementationCreated = function () {
@@ -1,11 +1,11 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
3
3
  import { OpenStreetMapImagery as OpenStreetMapImagery_internal } from "./OpenStreetMapImagery";
4
4
  /**
5
5
  * UI element class used to display OpenStreetMap imagery in the IgxGeographicMap.Component
6
6
  */
7
7
  var IgcOpenStreetMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
8
- tslib_1.__extends(IgcOpenStreetMapImagery, _super);
8
+ __extends(IgcOpenStreetMapImagery, _super);
9
9
  function IgcOpenStreetMapImagery() {
10
10
  return _super.call(this) || this;
11
11
  }
@@ -19,7 +19,7 @@ var IgcOpenStreetMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
19
19
  get: function () {
20
20
  return this._implementation;
21
21
  },
22
- enumerable: true,
22
+ enumerable: false,
23
23
  configurable: true
24
24
  });
25
25
  Object.defineProperty(IgcOpenStreetMapImagery.prototype, "tilePath", {
@@ -32,7 +32,7 @@ var IgcOpenStreetMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
32
32
  set: function (v) {
33
33
  this.i.tilePath = v;
34
34
  },
35
- enumerable: true,
35
+ enumerable: false,
36
36
  configurable: true
37
37
  });
38
38
  return IgcOpenStreetMapImagery;
@@ -1,9 +1,9 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { IgCollection } from "igniteui-webcomponents-core";
3
3
  import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
4
4
  import { String_$type } from "igniteui-webcomponents-core";
5
5
  var IgcSubDomainsCollection = /** @class */ /*@__PURE__*/ (function (_super) {
6
- tslib_1.__extends(IgcSubDomainsCollection, _super);
6
+ __extends(IgcSubDomainsCollection, _super);
7
7
  function IgcSubDomainsCollection(list) {
8
8
  var _this = _super.call(this) || this;
9
9
  if (list) {
@@ -1,11 +1,11 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
3
3
  import { TileGeneratorMapImagery as TileGeneratorMapImagery_internal } from "./TileGeneratorMapImagery";
4
4
  /**
5
5
  * Represents a CustomMapImagery MapImagery
6
6
  */
7
7
  var IgcTileGeneratorMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
8
- tslib_1.__extends(IgcTileGeneratorMapImagery, _super);
8
+ __extends(IgcTileGeneratorMapImagery, _super);
9
9
  function IgcTileGeneratorMapImagery() {
10
10
  return _super.call(this) || this;
11
11
  }
@@ -19,7 +19,7 @@ var IgcTileGeneratorMapImagery = /** @class */ /*@__PURE__*/ (function (_super)
19
19
  get: function () {
20
20
  return this._implementation;
21
21
  },
22
- enumerable: true,
22
+ enumerable: false,
23
23
  configurable: true
24
24
  });
25
25
  Object.defineProperty(IgcTileGeneratorMapImagery.prototype, "tileGenerator", {
@@ -32,7 +32,7 @@ var IgcTileGeneratorMapImagery = /** @class */ /*@__PURE__*/ (function (_super)
32
32
  set: function (v) {
33
33
  this.i.tileGenerator = v;
34
34
  },
35
- enumerable: true,
35
+ enumerable: false,
36
36
  configurable: true
37
37
  });
38
38
  return IgcTileGeneratorMapImagery;
@@ -1,4 +1,4 @@
1
- import * as tslib_1 from "tslib";
1
+ import { __extends } from "tslib";
2
2
  import { IgcShapeSeriesBaseComponent } from "igniteui-webcomponents-charts";
3
3
  import { TileSeries } from "./TileSeries";
4
4
  import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
@@ -7,7 +7,7 @@ import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
7
  * Represents a tile series class that can render imagery tiles
8
8
  */
9
9
  var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10
- tslib_1.__extends(IgcTileSeriesComponent, _super);
10
+ __extends(IgcTileSeriesComponent, _super);
11
11
  function IgcTileSeriesComponent() {
12
12
  return _super.call(this) || this;
13
13
  }
@@ -21,7 +21,7 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
21
21
  get: function () {
22
22
  return this._implementation;
23
23
  },
24
- enumerable: true,
24
+ enumerable: false,
25
25
  configurable: true
26
26
  });
27
27
  IgcTileSeriesComponent.prototype.connectedCallback = function () {
@@ -58,7 +58,7 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
58
58
  }
59
59
  return IgcTileSeriesComponent._observedAttributesIgcTileSeriesComponent;
60
60
  },
61
- enumerable: true,
61
+ enumerable: false,
62
62
  configurable: true
63
63
  });
64
64
  IgcTileSeriesComponent.register = function () {
@@ -72,9 +72,9 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  * Gets whether the current series shows a tile imagery.
73
73
  */
74
74
  get: function () {
75
- return this.i.ej;
75
+ return this.i.el;
76
76
  },
77
- enumerable: true,
77
+ enumerable: false,
78
78
  configurable: true
79
79
  });
80
80
  Object.defineProperty(IgcTileSeriesComponent.prototype, "tileImagery", {
@@ -82,16 +82,16 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  * The MapImagery which is used to provide the tiles for display.
83
83
  */
84
84
  get: function () {
85
- var r = this.i.sz;
85
+ var r = this.i.s3;
86
86
  if (r == null) {
87
87
  return null;
88
88
  }
89
89
  return r.externalObject;
90
90
  },
91
91
  set: function (v) {
92
- v == null ? this.i.sz = null : this.i.sz = v.i;
92
+ v == null ? this.i.s3 = null : this.i.s3 = v.i;
93
93
  },
94
- enumerable: true,
94
+ enumerable: false,
95
95
  configurable: true
96
96
  });
97
97
  IgcTileSeriesComponent.prototype.findByName = function (name) {