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.
- package/bundles/igniteui-webcomponents-maps.umd.js +972 -972
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
- package/esm2015/lib/GeographicMarkerSeries.js +27 -27
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-series-host-component.js +13 -13
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
- package/esm5/lib/GeographicMarkerSeries.js +27 -27
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -13
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +981 -981
- package/fesm5/igniteui-webcomponents-maps.js +972 -972
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +14 -14
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +3 -3
|
@@ -73,16 +73,16 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
73
73
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
74
74
|
*/
|
|
75
75
|
get colorMemberPath() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.xq;
|
|
77
77
|
}
|
|
78
78
|
set colorMemberPath(v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.xq = v;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* The ColorScale used to resolve the color values of points in the series.
|
|
83
83
|
*/
|
|
84
84
|
get colorScale() {
|
|
85
|
-
const r = this.i.
|
|
85
|
+
const r = this.i.xl;
|
|
86
86
|
if (r == null) {
|
|
87
87
|
return null;
|
|
88
88
|
}
|
|
@@ -98,13 +98,13 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
98
98
|
set colorScale(v) {
|
|
99
99
|
if (v != null && this._stylingContainer && v._styling)
|
|
100
100
|
v._styling(this._stylingContainer, this, this);
|
|
101
|
-
v == null ? this.i.
|
|
101
|
+
v == null ? this.i.xl = null : this.i.xl = v.i;
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
105
105
|
*/
|
|
106
106
|
get actualColorScale() {
|
|
107
|
-
const r = this.i.
|
|
107
|
+
const r = this.i.xk;
|
|
108
108
|
if (r == null) {
|
|
109
109
|
return null;
|
|
110
110
|
}
|
|
@@ -120,7 +120,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
120
120
|
set actualColorScale(v) {
|
|
121
121
|
if (v != null && this._stylingContainer && v._styling)
|
|
122
122
|
v._styling(this._stylingContainer, this, this);
|
|
123
|
-
v == null ? this.i.
|
|
123
|
+
v == null ? this.i.xk = null : this.i.xk = v.i;
|
|
124
124
|
}
|
|
125
125
|
findByName(name) {
|
|
126
126
|
var baseResult = super.findByName(name);
|
|
@@ -151,7 +151,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
151
151
|
|
|
152
152
|
*/
|
|
153
153
|
updateActualColorScale() {
|
|
154
|
-
this.i.
|
|
154
|
+
this.i.xv();
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -119,66 +119,66 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
119
119
|
* 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.
|
|
120
120
|
*/
|
|
121
121
|
get shapeMemberPath() {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.xl;
|
|
123
123
|
}
|
|
124
124
|
set shapeMemberPath(v) {
|
|
125
|
-
this.i.
|
|
125
|
+
this.i.xl = v;
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
128
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
129
129
|
*/
|
|
130
130
|
get isCustomShapeStyleAllowed() {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.xa;
|
|
132
132
|
}
|
|
133
133
|
set isCustomShapeStyleAllowed(v) {
|
|
134
|
-
this.i.
|
|
135
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
134
|
+
this.i.xa = ensureBool(v);
|
|
135
|
+
this._a("isCustomShapeStyleAllowed", this.i.xa);
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
139
139
|
*/
|
|
140
140
|
get isCustomShapeMarkerStyleAllowed() {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.w9;
|
|
142
142
|
}
|
|
143
143
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
144
|
+
this.i.w9 = ensureBool(v);
|
|
145
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.w9);
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
149
149
|
*/
|
|
150
150
|
get itemSearchMode() {
|
|
151
|
-
return this.i.
|
|
151
|
+
return this.i.w2;
|
|
152
152
|
}
|
|
153
153
|
set itemSearchMode(v) {
|
|
154
|
-
this.i.
|
|
155
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
154
|
+
this.i.w2 = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
155
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w2));
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
159
159
|
*/
|
|
160
160
|
get itemSearchThreshold() {
|
|
161
|
-
return this.i.
|
|
161
|
+
return this.i.xd;
|
|
162
162
|
}
|
|
163
163
|
set itemSearchThreshold(v) {
|
|
164
|
-
this.i.
|
|
165
|
-
this._a("itemSearchThreshold", this.i.
|
|
164
|
+
this.i.xd = +v;
|
|
165
|
+
this._a("itemSearchThreshold", this.i.xd);
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
169
169
|
*/
|
|
170
170
|
get itemSearchPointsThreshold() {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.xc;
|
|
172
172
|
}
|
|
173
173
|
set itemSearchPointsThreshold(v) {
|
|
174
|
-
this.i.
|
|
175
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
174
|
+
this.i.xc = +v;
|
|
175
|
+
this._a("itemSearchPointsThreshold", this.i.xc);
|
|
176
176
|
}
|
|
177
177
|
/**
|
|
178
178
|
* Set a shapefile datasource to use with the series.
|
|
179
179
|
*/
|
|
180
180
|
get shapefileDataSource() {
|
|
181
|
-
const r = this.i.
|
|
181
|
+
const r = this.i.w5;
|
|
182
182
|
if (r == null) {
|
|
183
183
|
return null;
|
|
184
184
|
}
|
|
@@ -197,18 +197,18 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
197
197
|
return r.externalObject;
|
|
198
198
|
}
|
|
199
199
|
set shapefileDataSource(v) {
|
|
200
|
-
v == null ? this.i.
|
|
200
|
+
v == null ? this.i.w5 = null : this.i.w5 = v.i;
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
203
|
* The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
|
|
204
204
|
* 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.
|
|
205
205
|
*/
|
|
206
206
|
get shapeFilterResolution() {
|
|
207
|
-
return this.i.
|
|
207
|
+
return this.i.xb;
|
|
208
208
|
}
|
|
209
209
|
set shapeFilterResolution(v) {
|
|
210
|
-
this.i.
|
|
211
|
-
this._a("shapeFilterResolution", this.i.
|
|
210
|
+
this.i.xb = +v;
|
|
211
|
+
this._a("shapeFilterResolution", this.i.xb);
|
|
212
212
|
}
|
|
213
213
|
findByName(name) {
|
|
214
214
|
var baseResult = super.findByName(name);
|
|
@@ -77,158 +77,158 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
77
77
|
* Gets or sets the fill brush.
|
|
78
78
|
*/
|
|
79
79
|
get shapeFill() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.y7 ? this.i.y7.fill : null;
|
|
81
81
|
}
|
|
82
82
|
set shapeFill(v) {
|
|
83
83
|
this.ensureShapeStyle();
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.y7.fill = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the stroke brush.
|
|
88
88
|
*/
|
|
89
89
|
get shapeStroke() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.y7 ? this.i.y7.stroke : null;
|
|
91
91
|
}
|
|
92
92
|
set shapeStroke(v) {
|
|
93
93
|
this.ensureShapeStyle();
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.y7.stroke = v;
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Gets or sets the stroke thickness.
|
|
98
98
|
*/
|
|
99
99
|
get shapeStrokeThickness() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.y7 ? this.i.y7.strokeThickness : NaN;
|
|
101
101
|
}
|
|
102
102
|
set shapeStrokeThickness(v) {
|
|
103
103
|
this.ensureShapeStyle();
|
|
104
|
-
this.i.
|
|
105
|
-
this._a("shapeStrokeThickness", this.i.
|
|
104
|
+
this.i.y7.strokeThickness = +v;
|
|
105
|
+
this._a("shapeStrokeThickness", this.i.y7.strokeThickness);
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
108
|
* Gets or sets the opacity.
|
|
109
109
|
*/
|
|
110
110
|
get shapeOpacity() {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.y7 ? this.i.y7.opacity : NaN;
|
|
112
112
|
}
|
|
113
113
|
set shapeOpacity(v) {
|
|
114
114
|
this.ensureShapeStyle();
|
|
115
|
-
this.i.
|
|
116
|
-
this._a("shapeOpacity", this.i.
|
|
115
|
+
this.i.y7.opacity = +v;
|
|
116
|
+
this._a("shapeOpacity", this.i.y7.opacity);
|
|
117
117
|
}
|
|
118
118
|
ensureShapeStyle() {
|
|
119
|
-
if (this.i.
|
|
119
|
+
if (this.i.y7) {
|
|
120
120
|
return;
|
|
121
121
|
}
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.y7 = new Style();
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Gets or sets the marker type for the current series object.
|
|
126
126
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
127
127
|
*/
|
|
128
128
|
get markerType() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.x1;
|
|
130
130
|
}
|
|
131
131
|
set markerType(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
132
|
+
this.i.x1 = ensureEnum(MarkerType_$type, v);
|
|
133
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.x1));
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
137
137
|
*/
|
|
138
138
|
get markerOutlineMode() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.x0;
|
|
140
140
|
}
|
|
141
141
|
set markerOutlineMode(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
142
|
+
this.i.x0 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
143
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.x0));
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
147
147
|
*/
|
|
148
148
|
get markerFillMode() {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.xz;
|
|
150
150
|
}
|
|
151
151
|
set markerFillMode(v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
152
|
+
this.i.xz = ensureEnum(MarkerFillMode_$type, v);
|
|
153
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xz));
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
157
157
|
*/
|
|
158
158
|
get markerTemplate() {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.yn;
|
|
160
160
|
}
|
|
161
161
|
set markerTemplate(v) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.yn = v;
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
165
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
166
166
|
*/
|
|
167
167
|
get markerBrush() {
|
|
168
|
-
return brushToString(this.i.
|
|
168
|
+
return brushToString(this.i.y4);
|
|
169
169
|
}
|
|
170
170
|
set markerBrush(v) {
|
|
171
|
-
this.i.
|
|
172
|
-
this._a("markerBrush", brushToString(this.i.
|
|
171
|
+
this.i.y4 = stringToBrush(v);
|
|
172
|
+
this._a("markerBrush", brushToString(this.i.y4));
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
176
176
|
*/
|
|
177
177
|
get markerOutline() {
|
|
178
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.y5);
|
|
179
179
|
}
|
|
180
180
|
set markerOutline(v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("markerOutline", brushToString(this.i.
|
|
181
|
+
this.i.y5 = stringToBrush(v);
|
|
182
|
+
this._a("markerOutline", brushToString(this.i.y5));
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* Gets or sets thickness of the marker outline
|
|
186
186
|
*/
|
|
187
187
|
get markerThickness() {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.x4;
|
|
189
189
|
}
|
|
190
190
|
set markerThickness(v) {
|
|
191
|
-
this.i.
|
|
192
|
-
this._a("markerThickness", this.i.
|
|
191
|
+
this.i.x4 = +v;
|
|
192
|
+
this._a("markerThickness", this.i.x4);
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
195
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
196
196
|
*/
|
|
197
197
|
get markerCollisionAvoidance() {
|
|
198
|
-
return this.i.
|
|
198
|
+
return this.i.xy;
|
|
199
199
|
}
|
|
200
200
|
set markerCollisionAvoidance(v) {
|
|
201
|
-
this.i.
|
|
202
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
201
|
+
this.i.xy = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
202
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.xy));
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
205
|
* Gets the effective marker template for the current series object.
|
|
206
206
|
*/
|
|
207
207
|
get actualMarkerTemplate() {
|
|
208
|
-
return this.i.
|
|
208
|
+
return this.i.ym;
|
|
209
209
|
}
|
|
210
210
|
set actualMarkerTemplate(v) {
|
|
211
|
-
this.i.
|
|
211
|
+
this.i.ym = v;
|
|
212
212
|
}
|
|
213
213
|
/**
|
|
214
214
|
* Gets the effective marker brush for the current series object.
|
|
215
215
|
*/
|
|
216
216
|
get actualMarkerBrush() {
|
|
217
|
-
return brushToString(this.i.
|
|
217
|
+
return brushToString(this.i.y2);
|
|
218
218
|
}
|
|
219
219
|
set actualMarkerBrush(v) {
|
|
220
|
-
this.i.
|
|
221
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
220
|
+
this.i.y2 = stringToBrush(v);
|
|
221
|
+
this._a("actualMarkerBrush", brushToString(this.i.y2));
|
|
222
222
|
}
|
|
223
223
|
/**
|
|
224
224
|
* Gets the effective marker outline for the current series object.
|
|
225
225
|
*/
|
|
226
226
|
get actualMarkerOutline() {
|
|
227
|
-
return brushToString(this.i.
|
|
227
|
+
return brushToString(this.i.y3);
|
|
228
228
|
}
|
|
229
229
|
set actualMarkerOutline(v) {
|
|
230
|
-
this.i.
|
|
231
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
230
|
+
this.i.y3 = stringToBrush(v);
|
|
231
|
+
this._a("actualMarkerOutline", brushToString(this.i.y3));
|
|
232
232
|
}
|
|
233
233
|
get styleShape() {
|
|
234
234
|
return this._styleShape;
|
|
@@ -78,69 +78,69 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
78
78
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
79
79
|
*/
|
|
80
80
|
get latitudeMemberPath() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.ye;
|
|
82
82
|
}
|
|
83
83
|
set latitudeMemberPath(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.ye = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
88
88
|
*/
|
|
89
89
|
get longitudeMemberPath() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.yg;
|
|
91
91
|
}
|
|
92
92
|
set longitudeMemberPath(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.yg = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
97
97
|
*/
|
|
98
98
|
get markerCollisionAvoidance() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.x0;
|
|
100
100
|
}
|
|
101
101
|
set markerCollisionAvoidance(v) {
|
|
102
|
-
this.i.
|
|
103
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
102
|
+
this.i.x0 = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
103
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x0));
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
107
107
|
*/
|
|
108
108
|
get isCustomScatterStyleAllowed() {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.x7;
|
|
110
110
|
}
|
|
111
111
|
set isCustomScatterStyleAllowed(v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
112
|
+
this.i.x7 = ensureBool(v);
|
|
113
|
+
this._a("isCustomScatterStyleAllowed", this.i.x7);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
117
117
|
*/
|
|
118
118
|
get isCustomScatterMarkerStyleAllowed() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.x6;
|
|
120
120
|
}
|
|
121
121
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
122
|
+
this.i.x6 = ensureBool(v);
|
|
123
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.x6);
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
126
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
127
127
|
*/
|
|
128
128
|
get itemSearchMode() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.x1;
|
|
130
130
|
}
|
|
131
131
|
set itemSearchMode(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
132
|
+
this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
133
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x1));
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
137
137
|
*/
|
|
138
138
|
get itemSearchThreshold() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.x9;
|
|
140
140
|
}
|
|
141
141
|
set itemSearchThreshold(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("itemSearchThreshold", this.i.
|
|
142
|
+
this.i.x9 = +v;
|
|
143
|
+
this._a("itemSearchThreshold", this.i.x9);
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Event raised when Assigning Category Style
|
|
@@ -72,14 +72,14 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
72
72
|
* The MapImagery which is used to provide the tiles for display.
|
|
73
73
|
*/
|
|
74
74
|
get tileImagery() {
|
|
75
|
-
const r = this.i.
|
|
75
|
+
const r = this.i.x0;
|
|
76
76
|
if (r == null) {
|
|
77
77
|
return null;
|
|
78
78
|
}
|
|
79
79
|
return r.externalObject;
|
|
80
80
|
}
|
|
81
81
|
set tileImagery(v) {
|
|
82
|
-
v == null ? this.i.
|
|
82
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
83
83
|
}
|
|
84
84
|
findByName(name) {
|
|
85
85
|
var baseResult = super.findByName(name);
|
|
@@ -96,7 +96,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
96
96
|
|
|
97
97
|
*/
|
|
98
98
|
clearTileCache() {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.x4();
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -48,56 +48,56 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
48
48
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
49
49
|
*/
|
|
50
50
|
get longitudeMemberPath() {
|
|
51
|
-
return this.i.
|
|
51
|
+
return this.i.w4;
|
|
52
52
|
}
|
|
53
53
|
set longitudeMemberPath(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.w4 = v;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
58
58
|
*/
|
|
59
59
|
get latitudeMemberPath() {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.w2;
|
|
61
61
|
}
|
|
62
62
|
set latitudeMemberPath(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.w2 = v;
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* The source of triangulation data.
|
|
67
67
|
* 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.
|
|
68
68
|
*/
|
|
69
69
|
get trianglesSource() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.w1;
|
|
71
71
|
}
|
|
72
72
|
set trianglesSource(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.w1 = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
77
77
|
*/
|
|
78
78
|
get triangleVertexMemberPath1() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.w7;
|
|
80
80
|
}
|
|
81
81
|
set triangleVertexMemberPath1(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.w7 = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
86
86
|
*/
|
|
87
87
|
get triangleVertexMemberPath2() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.w9;
|
|
89
89
|
}
|
|
90
90
|
set triangleVertexMemberPath2(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.w9 = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
95
95
|
*/
|
|
96
96
|
get triangleVertexMemberPath3() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.xb;
|
|
98
98
|
}
|
|
99
99
|
set triangleVertexMemberPath3(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.xb = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -68,14 +68,14 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
68
68
|
* The MapImagery which is used to provide the tiles for display.
|
|
69
69
|
*/
|
|
70
70
|
get tileImagery() {
|
|
71
|
-
const r = this.i.
|
|
71
|
+
const r = this.i.zl;
|
|
72
72
|
if (r == null) {
|
|
73
73
|
return null;
|
|
74
74
|
}
|
|
75
75
|
return r.externalObject;
|
|
76
76
|
}
|
|
77
77
|
set tileImagery(v) {
|
|
78
|
-
v == null ? this.i.
|
|
78
|
+
v == null ? this.i.zl = null : this.i.zl = v.i;
|
|
79
79
|
}
|
|
80
80
|
findByName(name) {
|
|
81
81
|
var baseResult = super.findByName(name);
|