igniteui-webcomponents-maps 5.0.0-beta.3 → 5.0.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 (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +972 -972
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +81 -81
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +13 -13
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +2 -2
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
  31. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +79 -79
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -13
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +2 -2
  53. package/fesm2015/igniteui-webcomponents-maps.js +981 -981
  54. package/fesm5/igniteui-webcomponents-maps.js +972 -972
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  58. package/lib/GeographicMarkerSeries.d.ts +14 -14
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +19 -19
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +3 -3
@@ -93,10 +93,10 @@ 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.yd;
96
+ return this.i.ye;
97
97
  },
98
98
  set: function (v) {
99
- this.i.yd = v;
99
+ this.i.ye = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ 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.yf;
109
+ return this.i.yg;
110
110
  },
111
111
  set: function (v) {
112
- this.i.yf = v;
112
+ this.i.yg = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,11 +119,11 @@ 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.xz;
122
+ return this.i.x0;
123
123
  },
124
124
  set: function (v) {
125
- this.i.xz = ensureEnum(CollisionAvoidanceType_$type, v);
126
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.xz));
125
+ this.i.x0 = ensureEnum(CollisionAvoidanceType_$type, v);
126
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x0));
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,11 +133,11 @@ 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.x6;
136
+ return this.i.x7;
137
137
  },
138
138
  set: function (v) {
139
- this.i.x6 = ensureBool(v);
140
- this._a("isCustomScatterStyleAllowed", this.i.x6);
139
+ this.i.x7 = ensureBool(v);
140
+ this._a("isCustomScatterStyleAllowed", this.i.x7);
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -147,11 +147,11 @@ 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.x5;
150
+ return this.i.x6;
151
151
  },
152
152
  set: function (v) {
153
- this.i.x5 = ensureBool(v);
154
- this._a("isCustomScatterMarkerStyleAllowed", this.i.x5);
153
+ this.i.x6 = ensureBool(v);
154
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.x6);
155
155
  },
156
156
  enumerable: false,
157
157
  configurable: true
@@ -161,11 +161,11 @@ 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.x0;
164
+ return this.i.x1;
165
165
  },
166
166
  set: function (v) {
167
- this.i.x0 = ensureEnum(ScatterItemSearchMode_$type, v);
168
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x0));
167
+ this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
168
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x1));
169
169
  },
170
170
  enumerable: false,
171
171
  configurable: true
@@ -175,11 +175,11 @@ 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.x8;
178
+ return this.i.x9;
179
179
  },
180
180
  set: function (v) {
181
- this.i.x8 = +v;
182
- this._a("itemSearchThreshold", this.i.x8);
181
+ this.i.x9 = +v;
182
+ this._a("itemSearchThreshold", this.i.x9);
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -87,14 +87,14 @@ 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.xz;
90
+ var r = this.i.x0;
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.xz = null : this.i.xz = v.i;
97
+ v == null ? this.i.x0 = null : this.i.x0 = v.i;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -114,7 +114,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
114
114
 
115
115
  */
116
116
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
117
- this.i.x3();
117
+ this.i.x4();
118
118
  };
119
119
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
120
120
  /**
@@ -62,10 +62,10 @@ 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.w3;
65
+ return this.i.w4;
66
66
  },
67
67
  set: function (v) {
68
- this.i.w3 = v;
68
+ this.i.w4 = v;
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
@@ -75,10 +75,10 @@ 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.w1;
78
+ return this.i.w2;
79
79
  },
80
80
  set: function (v) {
81
- this.i.w1 = v;
81
+ this.i.w2 = v;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -89,10 +89,10 @@ 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.w0;
92
+ return this.i.w1;
93
93
  },
94
94
  set: function (v) {
95
- this.i.w0 = v;
95
+ this.i.w1 = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,10 +102,10 @@ 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.w6;
105
+ return this.i.w7;
106
106
  },
107
107
  set: function (v) {
108
- this.i.w6 = v;
108
+ this.i.w7 = v;
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
@@ -115,10 +115,10 @@ 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.w8;
118
+ return this.i.w9;
119
119
  },
120
120
  set: function (v) {
121
- this.i.w8 = v;
121
+ this.i.w9 = v;
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,10 +128,10 @@ 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.xa;
131
+ return this.i.xb;
132
132
  },
133
133
  set: function (v) {
134
- this.i.xa = v;
134
+ this.i.xb = v;
135
135
  },
136
136
  enumerable: false,
137
137
  configurable: true
@@ -82,14 +82,14 @@ 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.zk;
85
+ var r = this.i.zl;
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.zk = null : this.i.zk = v.i;
92
+ v == null ? this.i.zl = null : this.i.zl = v.i;
93
93
  },
94
94
  enumerable: false,
95
95
  configurable: true