igniteui-webcomponents-maps 4.8.0 → 4.8.1-alpha.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.
- package/bundles/igniteui-webcomponents-maps.umd.js +1532 -1513
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +194 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +31 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +192 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +31 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1546 -1527
- package/fesm5/igniteui-webcomponents-maps.js +1532 -1513
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igc-geographic-map-series-host-component.d.ts +6 -0
- package/package.json +3 -3
|
@@ -78,7 +78,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
78
78
|
* Gets whether the current series shows an area shape.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.ef;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
@@ -88,10 +88,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
88
88
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.wd;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.wd = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
@@ -101,7 +101,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
101
101
|
* The ColorScale used to resolve the color values of points in the series.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
var r = this.i.
|
|
104
|
+
var r = this.i.v8;
|
|
105
105
|
if (r == null) {
|
|
106
106
|
return null;
|
|
107
107
|
}
|
|
@@ -117,7 +117,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
117
117
|
set: function (v) {
|
|
118
118
|
if (v != null && this._stylingContainer && v._styling)
|
|
119
119
|
v._styling(this._stylingContainer, this, this);
|
|
120
|
-
v == null ? this.i.
|
|
120
|
+
v == null ? this.i.v8 = null : this.i.v8 = v.i;
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
@@ -127,7 +127,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
127
127
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
128
128
|
*/
|
|
129
129
|
get: function () {
|
|
130
|
-
var r = this.i.
|
|
130
|
+
var r = this.i.v7;
|
|
131
131
|
if (r == null) {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
@@ -143,7 +143,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
143
143
|
set: function (v) {
|
|
144
144
|
if (v != null && this._stylingContainer && v._styling)
|
|
145
145
|
v._styling(this._stylingContainer, this, this);
|
|
146
|
-
v == null ? this.i.
|
|
146
|
+
v == null ? this.i.v7 = null : this.i.v7 = v.i;
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -177,7 +177,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
177
177
|
|
|
178
178
|
*/
|
|
179
179
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
180
|
-
this.i.
|
|
180
|
+
this.i.wi();
|
|
181
181
|
};
|
|
182
182
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
183
183
|
/**
|
|
@@ -139,10 +139,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
139
139
|
* 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.
|
|
140
140
|
*/
|
|
141
141
|
get: function () {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.v8;
|
|
143
143
|
},
|
|
144
144
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.v8 = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -152,11 +152,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
152
152
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.vx;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
158
|
+
this.i.vx = ensureBool(v);
|
|
159
|
+
this._a("isCustomShapeStyleAllowed", this.i.vx);
|
|
160
160
|
},
|
|
161
161
|
enumerable: false,
|
|
162
162
|
configurable: true
|
|
@@ -166,11 +166,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
166
166
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
167
167
|
*/
|
|
168
168
|
get: function () {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.vw;
|
|
170
170
|
},
|
|
171
171
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
172
|
+
this.i.vw = ensureBool(v);
|
|
173
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.vw);
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
176
176
|
configurable: true
|
|
@@ -180,11 +180,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
180
180
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
181
181
|
*/
|
|
182
182
|
get: function () {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.vp;
|
|
184
184
|
},
|
|
185
185
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
186
|
+
this.i.vp = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
187
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.vp));
|
|
188
188
|
},
|
|
189
189
|
enumerable: false,
|
|
190
190
|
configurable: true
|
|
@@ -194,11 +194,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
194
194
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
195
195
|
*/
|
|
196
196
|
get: function () {
|
|
197
|
-
return this.i.
|
|
197
|
+
return this.i.v0;
|
|
198
198
|
},
|
|
199
199
|
set: function (v) {
|
|
200
|
-
this.i.
|
|
201
|
-
this._a("itemSearchThreshold", this.i.
|
|
200
|
+
this.i.v0 = +v;
|
|
201
|
+
this._a("itemSearchThreshold", this.i.v0);
|
|
202
202
|
},
|
|
203
203
|
enumerable: false,
|
|
204
204
|
configurable: true
|
|
@@ -208,11 +208,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
208
208
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
209
209
|
*/
|
|
210
210
|
get: function () {
|
|
211
|
-
return this.i.
|
|
211
|
+
return this.i.vz;
|
|
212
212
|
},
|
|
213
213
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
215
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
214
|
+
this.i.vz = +v;
|
|
215
|
+
this._a("itemSearchPointsThreshold", this.i.vz);
|
|
216
216
|
},
|
|
217
217
|
enumerable: false,
|
|
218
218
|
configurable: true
|
|
@@ -222,7 +222,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
222
222
|
* Set a shapefile datasource to use with the series.
|
|
223
223
|
*/
|
|
224
224
|
get: function () {
|
|
225
|
-
var r = this.i.
|
|
225
|
+
var r = this.i.vs;
|
|
226
226
|
if (r == null) {
|
|
227
227
|
return null;
|
|
228
228
|
}
|
|
@@ -241,7 +241,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
241
241
|
return r.externalObject;
|
|
242
242
|
},
|
|
243
243
|
set: function (v) {
|
|
244
|
-
v == null ? this.i.
|
|
244
|
+
v == null ? this.i.vs = null : this.i.vs = v.i;
|
|
245
245
|
},
|
|
246
246
|
enumerable: false,
|
|
247
247
|
configurable: true
|
|
@@ -252,11 +252,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
252
252
|
* 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.
|
|
253
253
|
*/
|
|
254
254
|
get: function () {
|
|
255
|
-
return this.i.
|
|
255
|
+
return this.i.vy;
|
|
256
256
|
},
|
|
257
257
|
set: function (v) {
|
|
258
|
-
this.i.
|
|
259
|
-
this._a("shapeFilterResolution", this.i.
|
|
258
|
+
this.i.vy = +v;
|
|
259
|
+
this._a("shapeFilterResolution", this.i.vy);
|
|
260
260
|
},
|
|
261
261
|
enumerable: false,
|
|
262
262
|
configurable: true
|
|
@@ -82,7 +82,7 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
82
82
|
* Gets whether the current series shows a polygon shape.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.fb;
|
|
86
86
|
},
|
|
87
87
|
enumerable: false,
|
|
88
88
|
configurable: true
|
|
@@ -92,11 +92,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
92
92
|
* Gets or sets the fill brush.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.xu ? this.i.xu.fill : null;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
98
|
this.ensureShapeStyle();
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.xu.fill = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: false,
|
|
102
102
|
configurable: true
|
|
@@ -106,11 +106,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
106
106
|
* Gets or sets the stroke brush.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.xu ? this.i.xu.stroke : null;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
112
|
this.ensureShapeStyle();
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.xu.stroke = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,12 +120,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
120
120
|
* Gets or sets the stroke thickness.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.xu ? this.i.xu.strokeThickness : NaN;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
126
|
this.ensureShapeStyle();
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("shapeStrokeThickness", this.i.
|
|
127
|
+
this.i.xu.strokeThickness = +v;
|
|
128
|
+
this._a("shapeStrokeThickness", this.i.xu.strokeThickness);
|
|
129
129
|
},
|
|
130
130
|
enumerable: false,
|
|
131
131
|
configurable: true
|
|
@@ -135,21 +135,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
135
135
|
* Gets or sets the opacity.
|
|
136
136
|
*/
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.xu ? this.i.xu.opacity : NaN;
|
|
139
139
|
},
|
|
140
140
|
set: function (v) {
|
|
141
141
|
this.ensureShapeStyle();
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("shapeOpacity", this.i.
|
|
142
|
+
this.i.xu.opacity = +v;
|
|
143
|
+
this._a("shapeOpacity", this.i.xu.opacity);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
147
147
|
});
|
|
148
148
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
149
|
-
if (this.i.
|
|
149
|
+
if (this.i.xu) {
|
|
150
150
|
return;
|
|
151
151
|
}
|
|
152
|
-
this.i.
|
|
152
|
+
this.i.xu = new Style();
|
|
153
153
|
};
|
|
154
154
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
155
155
|
/**
|
|
@@ -157,11 +157,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
157
157
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.wo;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
163
|
+
this.i.wo = ensureEnum(MarkerType_$type, v);
|
|
164
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.wo));
|
|
165
165
|
},
|
|
166
166
|
enumerable: false,
|
|
167
167
|
configurable: true
|
|
@@ -171,11 +171,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
171
171
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
172
172
|
*/
|
|
173
173
|
get: function () {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.wn;
|
|
175
175
|
},
|
|
176
176
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
177
|
+
this.i.wn = ensureEnum(MarkerOutlineMode_$type, v);
|
|
178
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.wn));
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,11 +185,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
185
185
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.wm;
|
|
189
189
|
},
|
|
190
190
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
192
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
191
|
+
this.i.wm = ensureEnum(MarkerFillMode_$type, v);
|
|
192
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.wm));
|
|
193
193
|
},
|
|
194
194
|
enumerable: false,
|
|
195
195
|
configurable: true
|
|
@@ -199,10 +199,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
199
199
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
200
200
|
*/
|
|
201
201
|
get: function () {
|
|
202
|
-
return this.i.
|
|
202
|
+
return this.i.xa;
|
|
203
203
|
},
|
|
204
204
|
set: function (v) {
|
|
205
|
-
this.i.
|
|
205
|
+
this.i.xa = v;
|
|
206
206
|
},
|
|
207
207
|
enumerable: false,
|
|
208
208
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
212
212
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return brushToString(this.i.
|
|
215
|
+
return brushToString(this.i.xr);
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("markerBrush", brushToString(this.i.
|
|
218
|
+
this.i.xr = stringToBrush(v);
|
|
219
|
+
this._a("markerBrush", brushToString(this.i.xr));
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
226
226
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.xs);
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("markerOutline", brushToString(this.i.
|
|
232
|
+
this.i.xs = stringToBrush(v);
|
|
233
|
+
this._a("markerOutline", brushToString(this.i.xs));
|
|
234
234
|
},
|
|
235
235
|
enumerable: false,
|
|
236
236
|
configurable: true
|
|
@@ -240,11 +240,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
240
240
|
* Gets or sets thickness of the marker outline
|
|
241
241
|
*/
|
|
242
242
|
get: function () {
|
|
243
|
-
return this.i.
|
|
243
|
+
return this.i.wr;
|
|
244
244
|
},
|
|
245
245
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("markerThickness", this.i.
|
|
246
|
+
this.i.wr = +v;
|
|
247
|
+
this._a("markerThickness", this.i.wr);
|
|
248
248
|
},
|
|
249
249
|
enumerable: false,
|
|
250
250
|
configurable: true
|
|
@@ -254,11 +254,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
254
254
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
255
255
|
*/
|
|
256
256
|
get: function () {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.wl;
|
|
258
258
|
},
|
|
259
259
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
260
|
+
this.i.wl = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
261
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.wl));
|
|
262
262
|
},
|
|
263
263
|
enumerable: false,
|
|
264
264
|
configurable: true
|
|
@@ -268,10 +268,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
268
268
|
* Gets the effective marker template for the current series object.
|
|
269
269
|
*/
|
|
270
270
|
get: function () {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.w9;
|
|
272
272
|
},
|
|
273
273
|
set: function (v) {
|
|
274
|
-
this.i.
|
|
274
|
+
this.i.w9 = v;
|
|
275
275
|
},
|
|
276
276
|
enumerable: false,
|
|
277
277
|
configurable: true
|
|
@@ -281,11 +281,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
281
281
|
* Gets the effective marker brush for the current series object.
|
|
282
282
|
*/
|
|
283
283
|
get: function () {
|
|
284
|
-
return brushToString(this.i.
|
|
284
|
+
return brushToString(this.i.xp);
|
|
285
285
|
},
|
|
286
286
|
set: function (v) {
|
|
287
|
-
this.i.
|
|
288
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
287
|
+
this.i.xp = stringToBrush(v);
|
|
288
|
+
this._a("actualMarkerBrush", brushToString(this.i.xp));
|
|
289
289
|
},
|
|
290
290
|
enumerable: false,
|
|
291
291
|
configurable: true
|
|
@@ -295,11 +295,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
295
295
|
* Gets the effective marker outline for the current series object.
|
|
296
296
|
*/
|
|
297
297
|
get: function () {
|
|
298
|
-
return brushToString(this.i.
|
|
298
|
+
return brushToString(this.i.xq);
|
|
299
299
|
},
|
|
300
300
|
set: function (v) {
|
|
301
|
-
this.i.
|
|
302
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
301
|
+
this.i.xq = stringToBrush(v);
|
|
302
|
+
this._a("actualMarkerOutline", brushToString(this.i.xq));
|
|
303
303
|
},
|
|
304
304
|
enumerable: false,
|
|
305
305
|
configurable: true
|
|
@@ -83,7 +83,7 @@ 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.
|
|
86
|
+
return this.i.d4;
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -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.
|
|
96
|
+
return this.i.w1;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.w1 = 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.
|
|
109
|
+
return this.i.w3;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.w3 = 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.
|
|
122
|
+
return this.i.wn;
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
125
|
+
this.i.wn = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
126
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.wn));
|
|
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.
|
|
136
|
+
return this.i.wu;
|
|
137
137
|
},
|
|
138
138
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
140
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
139
|
+
this.i.wu = ensureBool(v);
|
|
140
|
+
this._a("isCustomScatterStyleAllowed", this.i.wu);
|
|
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.
|
|
150
|
+
return this.i.wt;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
153
|
+
this.i.wt = ensureBool(v);
|
|
154
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.wt);
|
|
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.
|
|
164
|
+
return this.i.wo;
|
|
165
165
|
},
|
|
166
166
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
167
|
+
this.i.wo = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
168
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.wo));
|
|
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.
|
|
178
|
+
return this.i.ww;
|
|
179
179
|
},
|
|
180
180
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("itemSearchThreshold", this.i.
|
|
181
|
+
this.i.ww = +v;
|
|
182
|
+
this._a("itemSearchThreshold", this.i.ww);
|
|
183
183
|
},
|
|
184
184
|
enumerable: false,
|
|
185
185
|
configurable: true
|
|
@@ -77,7 +77,7 @@ 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.
|
|
80
|
+
return this.i.fo;
|
|
81
81
|
},
|
|
82
82
|
enumerable: false,
|
|
83
83
|
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.
|
|
90
|
+
var r = this.i.wn;
|
|
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.
|
|
97
|
+
v == null ? this.i.wn = null : this.i.wn = 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.
|
|
117
|
+
this.i.wr();
|
|
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.
|
|
65
|
+
return this.i.vr;
|
|
66
66
|
},
|
|
67
67
|
set: function (v) {
|
|
68
|
-
this.i.
|
|
68
|
+
this.i.vr = 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.
|
|
78
|
+
return this.i.vp;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.vp = 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.
|
|
92
|
+
return this.i.vo;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.vo = 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.
|
|
105
|
+
return this.i.vu;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.vu = 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.
|
|
118
|
+
return this.i.vw;
|
|
119
119
|
},
|
|
120
120
|
set: function (v) {
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.vw = 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.
|
|
131
|
+
return this.i.vy;
|
|
132
132
|
},
|
|
133
133
|
set: function (v) {
|
|
134
|
-
this.i.
|
|
134
|
+
this.i.vy = v;
|
|
135
135
|
},
|
|
136
136
|
enumerable: false,
|
|
137
137
|
configurable: true
|
|
@@ -72,7 +72,7 @@ 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.
|
|
75
|
+
return this.i.fo;
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
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.
|
|
85
|
+
var r = this.i.x8;
|
|
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.
|
|
92
|
+
v == null ? this.i.x8 = null : this.i.x8 = v.i;
|
|
93
93
|
},
|
|
94
94
|
enumerable: false,
|
|
95
95
|
configurable: true
|