igniteui-webcomponents-maps 5.1.0 → 5.1.1-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.
- package/bundles/igniteui-webcomponents-maps.umd.js +1595 -1506
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +38 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +206 -191
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +454 -454
- 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 +23 -23
- 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 +76 -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 +38 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +204 -189
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
- package/esm5/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +447 -447
- 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 +23 -23
- 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 +88 -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 +1598 -1521
- package/fesm5/igniteui-webcomponents-maps.js +1596 -1507
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +48 -47
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +20 -20
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +107 -107
- package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
- package/package.json +3 -3
|
@@ -61,7 +61,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
61
61
|
* Checks if this control is geographic coordinate system
|
|
62
62
|
*/
|
|
63
63
|
get: function () {
|
|
64
|
-
return this.i.
|
|
64
|
+
return this.i.fc;
|
|
65
65
|
},
|
|
66
66
|
enumerable: false,
|
|
67
67
|
configurable: true
|
|
@@ -82,11 +82,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
82
82
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.w0;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("visibleFromScale", this.i.
|
|
88
|
+
this.i.w0 = +v;
|
|
89
|
+
this._a("visibleFromScale", this.i.w0);
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
@@ -111,10 +111,10 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
111
111
|
|
|
112
112
|
*/
|
|
113
113
|
IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.qe();
|
|
115
115
|
};
|
|
116
116
|
IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
117
|
-
var iv = this.i.
|
|
117
|
+
var iv = this.i.kq(item, memberPathName);
|
|
118
118
|
return (iv);
|
|
119
119
|
};
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
123
123
|
* @param memberPathName * The property name of a valid member path for the series
|
|
124
124
|
*/
|
|
125
125
|
IgcGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
|
|
126
|
-
var iv = this.i.
|
|
126
|
+
var iv = this.i.md(memberPathName);
|
|
127
127
|
return (iv);
|
|
128
128
|
};
|
|
129
129
|
/**
|
|
@@ -132,23 +132,23 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
132
132
|
* @param world * The world coordinates to use.
|
|
133
133
|
*/
|
|
134
134
|
IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
|
|
135
|
-
var iv = this.i.
|
|
135
|
+
var iv = this.i.kn(toPoint(world));
|
|
136
136
|
return (iv);
|
|
137
137
|
};
|
|
138
138
|
IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
139
|
-
var iv = this.i.
|
|
139
|
+
var iv = this.i.ka(toPoint(world), skipUnknowns);
|
|
140
140
|
return (iv);
|
|
141
141
|
};
|
|
142
142
|
IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
143
|
-
var iv = this.i.
|
|
143
|
+
var iv = this.i.j8(toPoint(world), skipUnknowns);
|
|
144
144
|
return (iv);
|
|
145
145
|
};
|
|
146
146
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
147
|
-
var iv = this.i.
|
|
147
|
+
var iv = this.i.i5(toPoint(world), useInterpolation, skipUnknowns);
|
|
148
148
|
return (iv);
|
|
149
149
|
};
|
|
150
150
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
151
|
-
var iv = this.i.
|
|
151
|
+
var iv = this.i.wa(toPoint(world), useInterpolation, skipUnknowns);
|
|
152
152
|
return fromPoint(iv);
|
|
153
153
|
};
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
157
157
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
158
158
|
*/
|
|
159
159
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
160
|
-
var iv = this.i.
|
|
160
|
+
var iv = this.i.wl(toPoint(world));
|
|
161
161
|
return fromRect(iv);
|
|
162
162
|
};
|
|
163
163
|
/**
|
|
@@ -166,31 +166,31 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
166
166
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
167
167
|
*/
|
|
168
168
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
169
|
-
var iv = this.i.
|
|
169
|
+
var iv = this.i.wn(toPoint(world));
|
|
170
170
|
return fromRect(iv);
|
|
171
171
|
};
|
|
172
172
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
173
|
-
var iv = this.i.
|
|
173
|
+
var iv = this.i.i1(toPoint(world), useInterpolation, skipUnknowns);
|
|
174
174
|
return (iv);
|
|
175
175
|
};
|
|
176
176
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
177
|
-
var iv = this.i.
|
|
177
|
+
var iv = this.i.v6(toPoint(world), useInterpolation, skipUnknowns);
|
|
178
178
|
return fromPoint(iv);
|
|
179
179
|
};
|
|
180
180
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
181
|
-
var iv = this.i.
|
|
181
|
+
var iv = this.i.i3(toPoint(world), useInterpolation, skipUnknowns);
|
|
182
182
|
return (iv);
|
|
183
183
|
};
|
|
184
184
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
185
|
-
var iv = this.i.
|
|
185
|
+
var iv = this.i.v8(toPoint(world), useInterpolation, skipUnknowns);
|
|
186
186
|
return fromPoint(iv);
|
|
187
187
|
};
|
|
188
188
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
189
|
-
var iv = this.i.
|
|
189
|
+
var iv = this.i.wb(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
190
190
|
return fromPoint(iv);
|
|
191
191
|
};
|
|
192
192
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
193
|
-
var iv = this.i.
|
|
193
|
+
var iv = this.i.i6(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
194
194
|
return (iv);
|
|
195
195
|
};
|
|
196
196
|
/**
|
|
@@ -198,7 +198,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
198
198
|
|
|
199
199
|
*/
|
|
200
200
|
IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
|
|
201
|
-
var iv = this.i.
|
|
201
|
+
var iv = this.i.iw();
|
|
202
202
|
return (iv);
|
|
203
203
|
};
|
|
204
204
|
/**
|
|
@@ -207,14 +207,14 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
207
207
|
* @param animate * True if the change should be animated.
|
|
208
208
|
*/
|
|
209
209
|
IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
210
|
-
this.i.
|
|
210
|
+
this.i.rp(animate);
|
|
211
211
|
};
|
|
212
212
|
/**
|
|
213
213
|
* Called when this series' Style is updated.
|
|
214
214
|
|
|
215
215
|
*/
|
|
216
216
|
IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
217
|
-
this.i.
|
|
217
|
+
this.i.sa();
|
|
218
218
|
};
|
|
219
219
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
220
220
|
return IgcGeographicMapSeriesHostComponent;
|
|
@@ -65,11 +65,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
65
65
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.w8;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
71
|
+
this.i.w8 = ensureEnum(MarkerType_$type, v);
|
|
72
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.w8));
|
|
73
73
|
},
|
|
74
74
|
enumerable: false,
|
|
75
75
|
configurable: true
|
|
@@ -79,11 +79,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
79
79
|
* Gets or sets thickness of the marker outline
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.w9;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("markerThickness", this.i.
|
|
85
|
+
this.i.w9 = +v;
|
|
86
|
+
this._a("markerThickness", this.i.w9);
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -93,11 +93,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
93
93
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.w7;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
99
|
+
this.i.w7 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
100
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.w7));
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,11 +107,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
107
107
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.w6;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
113
|
+
this.i.w6 = ensureEnum(MarkerFillMode_$type, v);
|
|
114
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.w6));
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
121
121
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.xo;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.xo = v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,11 +134,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
134
134
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return brushToString(this.i.
|
|
137
|
+
return brushToString(this.i.x2);
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("markerBrush", brushToString(this.i.
|
|
140
|
+
this.i.x2 = stringToBrush(v);
|
|
141
|
+
this._a("markerBrush", brushToString(this.i.x2));
|
|
142
142
|
},
|
|
143
143
|
enumerable: false,
|
|
144
144
|
configurable: true
|
|
@@ -148,11 +148,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
148
148
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
149
149
|
*/
|
|
150
150
|
get: function () {
|
|
151
|
-
return brushToString(this.i.
|
|
151
|
+
return brushToString(this.i.x3);
|
|
152
152
|
},
|
|
153
153
|
set: function (v) {
|
|
154
|
-
this.i.
|
|
155
|
-
this._a("markerOutline", brushToString(this.i.
|
|
154
|
+
this.i.x3 = stringToBrush(v);
|
|
155
|
+
this._a("markerOutline", brushToString(this.i.x3));
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
158
158
|
configurable: true
|
|
@@ -164,11 +164,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
164
164
|
* choose a representative set.
|
|
165
165
|
*/
|
|
166
166
|
get: function () {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.xa;
|
|
168
168
|
},
|
|
169
169
|
set: function (v) {
|
|
170
|
-
this.i.
|
|
171
|
-
this._a("maximumMarkers", this.i.
|
|
170
|
+
this.i.xa = +v;
|
|
171
|
+
this._a("maximumMarkers", this.i.xa);
|
|
172
172
|
},
|
|
173
173
|
enumerable: false,
|
|
174
174
|
configurable: true
|
|
@@ -178,10 +178,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
178
178
|
* Gets the effective marker template for the current series object.
|
|
179
179
|
*/
|
|
180
180
|
get: function () {
|
|
181
|
-
return this.i.
|
|
181
|
+
return this.i.xn;
|
|
182
182
|
},
|
|
183
183
|
set: function (v) {
|
|
184
|
-
this.i.
|
|
184
|
+
this.i.xn = v;
|
|
185
185
|
},
|
|
186
186
|
enumerable: false,
|
|
187
187
|
configurable: true
|
|
@@ -191,11 +191,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
191
191
|
* Gets the effective marker brush for the current series object.
|
|
192
192
|
*/
|
|
193
193
|
get: function () {
|
|
194
|
-
return brushToString(this.i.
|
|
194
|
+
return brushToString(this.i.x0);
|
|
195
195
|
},
|
|
196
196
|
set: function (v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
197
|
+
this.i.x0 = stringToBrush(v);
|
|
198
|
+
this._a("actualMarkerBrush", brushToString(this.i.x0));
|
|
199
199
|
},
|
|
200
200
|
enumerable: false,
|
|
201
201
|
configurable: true
|
|
@@ -205,11 +205,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
205
205
|
* Gets the effective marker outline for the current series object.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return brushToString(this.i.
|
|
208
|
+
return brushToString(this.i.x1);
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
212
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
211
|
+
this.i.x1 = stringToBrush(v);
|
|
212
|
+
this._a("actualMarkerOutline", brushToString(this.i.x1));
|
|
213
213
|
},
|
|
214
214
|
enumerable: false,
|
|
215
215
|
configurable: true
|
|
@@ -78,7 +78,7 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
78
78
|
* Gets whether the current series shows a polyline shape.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.fr;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
@@ -88,11 +88,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
88
88
|
* Gets or sets the fill brush.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.yl ? this.i.yl.fill : null;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
94
|
this.ensureShapeStyle();
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.yl.fill = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -102,11 +102,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
102
102
|
* Gets or sets the stroke brush.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.yl ? this.i.yl.stroke : null;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
108
|
this.ensureShapeStyle();
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.yl.stroke = v;
|
|
110
110
|
},
|
|
111
111
|
enumerable: false,
|
|
112
112
|
configurable: true
|
|
@@ -116,12 +116,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
116
116
|
* Gets or sets the stroke thickness.
|
|
117
117
|
*/
|
|
118
118
|
get: function () {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.yl ? this.i.yl.strokeThickness : NaN;
|
|
120
120
|
},
|
|
121
121
|
set: function (v) {
|
|
122
122
|
this.ensureShapeStyle();
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("shapeStrokeThickness", this.i.
|
|
123
|
+
this.i.yl.strokeThickness = +v;
|
|
124
|
+
this._a("shapeStrokeThickness", this.i.yl.strokeThickness);
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -131,21 +131,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
131
131
|
* Gets or sets the opacity.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.yl ? this.i.yl.opacity : NaN;
|
|
135
135
|
},
|
|
136
136
|
set: function (v) {
|
|
137
137
|
this.ensureShapeStyle();
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("shapeOpacity", this.i.
|
|
138
|
+
this.i.yl.opacity = +v;
|
|
139
|
+
this._a("shapeOpacity", this.i.yl.opacity);
|
|
140
140
|
},
|
|
141
141
|
enumerable: false,
|
|
142
142
|
configurable: true
|
|
143
143
|
});
|
|
144
144
|
IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
145
|
-
if (this.i.
|
|
145
|
+
if (this.i.yl) {
|
|
146
146
|
return;
|
|
147
147
|
}
|
|
148
|
-
this.i.
|
|
148
|
+
this.i.yl = new Style();
|
|
149
149
|
};
|
|
150
150
|
Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
151
151
|
get: function () {
|
|
@@ -84,7 +84,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
84
84
|
* Gets whether the series has only marker as visuals
|
|
85
85
|
*/
|
|
86
86
|
get: function () {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.ei;
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
90
90
|
configurable: true
|
|
@@ -94,10 +94,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
94
94
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.yv;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.yv = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
107
107
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.yx;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.yx = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,10 +120,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
120
120
|
* Gets or sets the radius mapping property for the current series object.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.y2;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.y2 = v;
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -133,7 +133,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
133
133
|
* Gets or sets the radius size scale for the bubbles.
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
var r = this.i.
|
|
136
|
+
var r = this.i.x9;
|
|
137
137
|
if (r == null) {
|
|
138
138
|
return null;
|
|
139
139
|
}
|
|
@@ -149,7 +149,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
149
149
|
set: function (v) {
|
|
150
150
|
if (v != null && this._stylingContainer && v._styling)
|
|
151
151
|
v._styling(this._stylingContainer, this, this);
|
|
152
|
-
v == null ? this.i.
|
|
152
|
+
v == null ? this.i.x9 = null : this.i.x9 = v.i;
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,10 +159,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
159
159
|
* Gets or sets the Label mapping property for the current series object.
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.yt;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.yt = v;
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
168
168
|
configurable: true
|
|
@@ -172,10 +172,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
172
172
|
* Gets or sets the fill mapping property for the current series object.
|
|
173
173
|
*/
|
|
174
174
|
get: function () {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.yl;
|
|
176
176
|
},
|
|
177
177
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.yl = v;
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,7 +185,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
185
185
|
* Gets or sets the brush scale for the marker brush.
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
var r = this.i.
|
|
188
|
+
var r = this.i.x6;
|
|
189
189
|
if (r == null) {
|
|
190
190
|
return null;
|
|
191
191
|
}
|
|
@@ -201,7 +201,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
201
201
|
set: function (v) {
|
|
202
202
|
if (v != null && this._stylingContainer && v._styling)
|
|
203
203
|
v._styling(this._stylingContainer, this, this);
|
|
204
|
-
v == null ? this.i.
|
|
204
|
+
v == null ? this.i.x6 = null : this.i.x6 = v.i;
|
|
205
205
|
},
|
|
206
206
|
enumerable: false,
|
|
207
207
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
212
212
|
* This setting applies only if multiple series are using the same FillScale.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return this.i.
|
|
215
|
+
return this.i.yd;
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
218
|
+
this.i.yd = ensureBool(v);
|
|
219
|
+
this._a("fillScaleUseGlobalValues", this.i.yd);
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -227,11 +227,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
227
227
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
228
228
|
*/
|
|
229
229
|
get: function () {
|
|
230
|
-
return this.i.
|
|
230
|
+
return this.i.yg;
|
|
231
231
|
},
|
|
232
232
|
set: function (v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
233
|
+
this.i.yg = ensureBool(v);
|
|
234
|
+
this._a("markerOutlineUsesFillScale", this.i.yg);
|
|
235
235
|
},
|
|
236
236
|
enumerable: false,
|
|
237
237
|
configurable: true
|
|
@@ -242,11 +242,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
242
242
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
243
243
|
*/
|
|
244
244
|
get: function () {
|
|
245
|
-
return this.i.
|
|
245
|
+
return this.i.yj;
|
|
246
246
|
},
|
|
247
247
|
set: function (v) {
|
|
248
|
-
this.i.
|
|
249
|
-
this._a("markerOutlineBrightness", this.i.
|
|
248
|
+
this.i.yj = +v;
|
|
249
|
+
this._a("markerOutlineBrightness", this.i.yj);
|
|
250
250
|
},
|
|
251
251
|
enumerable: false,
|
|
252
252
|
configurable: true
|
|
@@ -257,11 +257,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
257
257
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
258
258
|
*/
|
|
259
259
|
get: function () {
|
|
260
|
-
return this.i.
|
|
260
|
+
return this.i.yi;
|
|
261
261
|
},
|
|
262
262
|
set: function (v) {
|
|
263
|
-
this.i.
|
|
264
|
-
this._a("markerBrushBrightness", this.i.
|
|
263
|
+
this.i.yi = +v;
|
|
264
|
+
this._a("markerBrushBrightness", this.i.yi);
|
|
265
265
|
},
|
|
266
266
|
enumerable: false,
|
|
267
267
|
configurable: true
|
|
@@ -272,11 +272,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
272
272
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.yh;
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
278
|
+
this.i.yh = ensureBool(v);
|
|
279
|
+
this._a("radiusScaleUseGlobalValues", this.i.yh);
|
|
280
280
|
},
|
|
281
281
|
enumerable: false,
|
|
282
282
|
configurable: true
|
|
@@ -286,11 +286,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
286
286
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
287
287
|
*/
|
|
288
288
|
get: function () {
|
|
289
|
-
return this.i.
|
|
289
|
+
return this.i.yf;
|
|
290
290
|
},
|
|
291
291
|
set: function (v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
292
|
+
this.i.yf = ensureBool(v);
|
|
293
|
+
this._a("isCustomScatterStyleAllowed", this.i.yf);
|
|
294
294
|
},
|
|
295
295
|
enumerable: false,
|
|
296
296
|
configurable: true
|
|
@@ -300,11 +300,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
300
300
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
301
301
|
*/
|
|
302
302
|
get: function () {
|
|
303
|
-
return this.i.
|
|
303
|
+
return this.i.ye;
|
|
304
304
|
},
|
|
305
305
|
set: function (v) {
|
|
306
|
-
this.i.
|
|
307
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
306
|
+
this.i.ye = ensureBool(v);
|
|
307
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.ye);
|
|
308
308
|
},
|
|
309
309
|
enumerable: false,
|
|
310
310
|
configurable: true
|
|
@@ -314,11 +314,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
314
314
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
315
315
|
*/
|
|
316
316
|
get: function () {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.x8;
|
|
318
318
|
},
|
|
319
319
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
321
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
320
|
+
this.i.x8 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
321
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x8));
|
|
322
322
|
},
|
|
323
323
|
enumerable: false,
|
|
324
324
|
configurable: true
|
|
@@ -328,11 +328,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
328
328
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
329
329
|
*/
|
|
330
330
|
get: function () {
|
|
331
|
-
return this.i.
|
|
331
|
+
return this.i.yk;
|
|
332
332
|
},
|
|
333
333
|
set: function (v) {
|
|
334
|
-
this.i.
|
|
335
|
-
this._a("itemSearchThreshold", this.i.
|
|
334
|
+
this.i.yk = +v;
|
|
335
|
+
this._a("itemSearchThreshold", this.i.yk);
|
|
336
336
|
},
|
|
337
337
|
enumerable: false,
|
|
338
338
|
configurable: true
|