igniteui-webcomponents-maps 5.3.0 → 5.4.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 +1752 -1752
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +104 -104
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +218 -218
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -75
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- 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 +29 -29
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +103 -103
- package/esm5/lib/GeographicMapSeriesHost_combined.js +216 -216
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +470 -470
- 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 +29 -29
- 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 +1760 -1760
- package/fesm5/igniteui-webcomponents-maps.js +1752 -1752
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +62 -62
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +45 -45
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +37 -37
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +124 -124
- package/package.json +3 -3
|
@@ -71,164 +71,164 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
71
71
|
* Gets whether the current series shows a polygon shape.
|
|
72
72
|
*/
|
|
73
73
|
get isPolygon() {
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.fq;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the fill brush.
|
|
78
78
|
*/
|
|
79
79
|
get shapeFill() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.zq ? this.i.zq.fill : null;
|
|
81
81
|
}
|
|
82
82
|
set shapeFill(v) {
|
|
83
83
|
this.ensureShapeStyle();
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.zq.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.zq ? this.i.zq.stroke : null;
|
|
91
91
|
}
|
|
92
92
|
set shapeStroke(v) {
|
|
93
93
|
this.ensureShapeStyle();
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.zq.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.zq ? this.i.zq.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.zq.strokeThickness = +v;
|
|
105
|
+
this._a("shapeStrokeThickness", this.i.zq.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.zq ? this.i.zq.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.zq.opacity = +v;
|
|
116
|
+
this._a("shapeOpacity", this.i.zq.opacity);
|
|
117
117
|
}
|
|
118
118
|
ensureShapeStyle() {
|
|
119
|
-
if (this.i.
|
|
119
|
+
if (this.i.zq) {
|
|
120
120
|
return;
|
|
121
121
|
}
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.zq = 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.yk;
|
|
130
130
|
}
|
|
131
131
|
set markerType(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
132
|
+
this.i.yk = ensureEnum(MarkerType_$type, v);
|
|
133
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.yk));
|
|
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.yj;
|
|
140
140
|
}
|
|
141
141
|
set markerOutlineMode(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
142
|
+
this.i.yj = ensureEnum(MarkerOutlineMode_$type, v);
|
|
143
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.yj));
|
|
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.yi;
|
|
150
150
|
}
|
|
151
151
|
set markerFillMode(v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
152
|
+
this.i.yi = ensureEnum(MarkerFillMode_$type, v);
|
|
153
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.yi));
|
|
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.y6;
|
|
160
160
|
}
|
|
161
161
|
set markerTemplate(v) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.y6 = 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.zn);
|
|
169
169
|
}
|
|
170
170
|
set markerBrush(v) {
|
|
171
|
-
this.i.
|
|
172
|
-
this._a("markerBrush", brushToString(this.i.
|
|
171
|
+
this.i.zn = stringToBrush(v);
|
|
172
|
+
this._a("markerBrush", brushToString(this.i.zn));
|
|
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.zo);
|
|
179
179
|
}
|
|
180
180
|
set markerOutline(v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("markerOutline", brushToString(this.i.
|
|
181
|
+
this.i.zo = stringToBrush(v);
|
|
182
|
+
this._a("markerOutline", brushToString(this.i.zo));
|
|
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.yn;
|
|
189
189
|
}
|
|
190
190
|
set markerThickness(v) {
|
|
191
|
-
this.i.
|
|
192
|
-
this._a("markerThickness", this.i.
|
|
191
|
+
this.i.yn = +v;
|
|
192
|
+
this._a("markerThickness", this.i.yn);
|
|
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.yh;
|
|
199
199
|
}
|
|
200
200
|
set markerCollisionAvoidance(v) {
|
|
201
|
-
this.i.
|
|
202
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
201
|
+
this.i.yh = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
202
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yh));
|
|
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.y5;
|
|
209
209
|
}
|
|
210
210
|
set actualMarkerTemplate(v) {
|
|
211
|
-
this.i.
|
|
211
|
+
this.i.y5 = 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.zl);
|
|
218
218
|
}
|
|
219
219
|
set actualMarkerBrush(v) {
|
|
220
|
-
this.i.
|
|
221
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
220
|
+
this.i.zl = stringToBrush(v);
|
|
221
|
+
this._a("actualMarkerBrush", brushToString(this.i.zl));
|
|
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.zm);
|
|
228
228
|
}
|
|
229
229
|
set actualMarkerOutline(v) {
|
|
230
|
-
this.i.
|
|
231
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
230
|
+
this.i.zm = stringToBrush(v);
|
|
231
|
+
this._a("actualMarkerOutline", brushToString(this.i.zm));
|
|
232
232
|
}
|
|
233
233
|
get styleShape() {
|
|
234
234
|
return this._styleShape;
|
|
@@ -72,75 +72,75 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
72
72
|
* Gets whether the series has only marker as visuals
|
|
73
73
|
*/
|
|
74
74
|
get hasOnlyMarkers() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.ej;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
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.yo;
|
|
82
82
|
}
|
|
83
83
|
set latitudeMemberPath(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.yo = 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.yq;
|
|
91
91
|
}
|
|
92
92
|
set longitudeMemberPath(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.yq = 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.ya;
|
|
100
100
|
}
|
|
101
101
|
set markerCollisionAvoidance(v) {
|
|
102
|
-
this.i.
|
|
103
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
102
|
+
this.i.ya = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
103
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ya));
|
|
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.yh;
|
|
110
110
|
}
|
|
111
111
|
set isCustomScatterStyleAllowed(v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
112
|
+
this.i.yh = ensureBool(v);
|
|
113
|
+
this._a("isCustomScatterStyleAllowed", this.i.yh);
|
|
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.yg;
|
|
120
120
|
}
|
|
121
121
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
122
|
+
this.i.yg = ensureBool(v);
|
|
123
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.yg);
|
|
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.yb;
|
|
130
130
|
}
|
|
131
131
|
set itemSearchMode(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
132
|
+
this.i.yb = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
133
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yb));
|
|
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.yj;
|
|
140
140
|
}
|
|
141
141
|
set itemSearchThreshold(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("itemSearchThreshold", this.i.
|
|
142
|
+
this.i.yj = +v;
|
|
143
|
+
this._a("itemSearchThreshold", this.i.yj);
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Event raised when Assigning Category Style
|
|
@@ -66,20 +66,20 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets whether the current series shows a tile imagery.
|
|
67
67
|
*/
|
|
68
68
|
get isTile() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.f3;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
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.yj;
|
|
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.yj = null : this.i.yj = 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.yn();
|
|
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.xe;
|
|
52
52
|
}
|
|
53
53
|
set longitudeMemberPath(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.xe = 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.xc;
|
|
61
61
|
}
|
|
62
62
|
set latitudeMemberPath(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.xc = 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.xb;
|
|
71
71
|
}
|
|
72
72
|
set trianglesSource(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.xb = 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.xh;
|
|
80
80
|
}
|
|
81
81
|
set triangleVertexMemberPath1(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.xh = 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.xj;
|
|
89
89
|
}
|
|
90
90
|
set triangleVertexMemberPath2(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.xj = 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.xl;
|
|
98
98
|
}
|
|
99
99
|
set triangleVertexMemberPath3(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.xl = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -62,20 +62,20 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
62
62
|
* Gets whether the current series shows a tile imagery.
|
|
63
63
|
*/
|
|
64
64
|
get isTile() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.f3;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
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.aad;
|
|
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.aad = null : this.i.aad = v.i;
|
|
79
79
|
}
|
|
80
80
|
findByName(name) {
|
|
81
81
|
var baseResult = super.findByName(name);
|
|
@@ -21,31 +21,31 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
21
21
|
__extends(GeographicContourLineSeriesView, _super);
|
|
22
22
|
function GeographicContourLineSeriesView(a) {
|
|
23
23
|
var _this = _super.call(this, a) || this;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
24
|
+
_this.ct = null;
|
|
25
|
+
_this.ct = a;
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
|
-
GeographicContourLineSeriesView.prototype.
|
|
29
|
-
_super.prototype.
|
|
30
|
-
if (!this.
|
|
31
|
-
this.
|
|
28
|
+
GeographicContourLineSeriesView.prototype.ax = function () {
|
|
29
|
+
_super.prototype.ax.call(this);
|
|
30
|
+
if (!this.r) {
|
|
31
|
+
this.ct.jp = Defaults.m;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
GeographicContourLineSeriesView.prototype.
|
|
35
|
-
_super.prototype.
|
|
36
|
-
if (this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
34
|
+
GeographicContourLineSeriesView.prototype.b9 = function () {
|
|
35
|
+
_super.prototype.b9.call(this);
|
|
36
|
+
if (this.ct.w2 != null) {
|
|
37
|
+
this.ct.xu.yx = this.ct.xx;
|
|
38
|
+
this.ct.xu.y7 = this.ct.x1;
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
|
-
GeographicContourLineSeriesView.prototype.
|
|
42
|
-
if (this.
|
|
43
|
-
this.
|
|
41
|
+
GeographicContourLineSeriesView.prototype.cu = function () {
|
|
42
|
+
if (this.ct.xu != null) {
|
|
43
|
+
this.ct.xu.yx = this.ct.xx;
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
GeographicContourLineSeriesView.prototype.
|
|
47
|
-
if (this.
|
|
48
|
-
this.
|
|
46
|
+
GeographicContourLineSeriesView.prototype.cv = function () {
|
|
47
|
+
if (this.ct.xu != null) {
|
|
48
|
+
this.ct.xu.y7 = this.ct.x1;
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -63,75 +63,75 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
63
63
|
_this.ab = GeographicContourLineSeries.$;
|
|
64
64
|
return _this;
|
|
65
65
|
}
|
|
66
|
-
GeographicContourLineSeries.prototype.
|
|
66
|
+
GeographicContourLineSeries.prototype.bk = function () {
|
|
67
67
|
return new GeographicContourLineSeries();
|
|
68
68
|
};
|
|
69
|
-
GeographicContourLineSeries.prototype.
|
|
69
|
+
GeographicContourLineSeries.prototype.get_fj = function () {
|
|
70
70
|
return true;
|
|
71
71
|
};
|
|
72
|
-
GeographicContourLineSeries.prototype.
|
|
73
|
-
_super.prototype.
|
|
72
|
+
GeographicContourLineSeries.prototype.w7 = function (a, b) {
|
|
73
|
+
_super.prototype.w7.call(this, a, b);
|
|
74
74
|
};
|
|
75
|
-
GeographicContourLineSeries.prototype.
|
|
76
|
-
this.
|
|
77
|
-
var a = this.
|
|
78
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
79
|
-
var b = this.
|
|
80
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
81
|
-
return this.
|
|
75
|
+
GeographicContourLineSeries.prototype.w1 = function () {
|
|
76
|
+
this.xu = new ScatterContourSeries();
|
|
77
|
+
var a = this.xu;
|
|
78
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x4));
|
|
79
|
+
var b = this.xu;
|
|
80
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.x5));
|
|
81
|
+
return this.xu;
|
|
82
82
|
};
|
|
83
|
-
GeographicContourLineSeries.prototype.
|
|
83
|
+
GeographicContourLineSeries.prototype.x4 = function (a, b) {
|
|
84
84
|
if (this.triangulationStatusChanged != null) {
|
|
85
85
|
this.triangulationStatusChanged(this, b);
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
|
-
GeographicContourLineSeries.prototype.
|
|
89
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
88
|
+
GeographicContourLineSeries.prototype.x5 = function (a, b) {
|
|
89
|
+
var c = typeCast(ScatterContourSeries.$, this.w2);
|
|
90
90
|
if (c == null) {
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
93
|
if (b.propertyName == "ActualFillScale") {
|
|
94
|
-
this.
|
|
94
|
+
this.xw = c.yw;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
|
-
GeographicContourLineSeries.prototype.
|
|
98
|
-
_super.prototype.
|
|
97
|
+
GeographicContourLineSeries.prototype.sj = function () {
|
|
98
|
+
_super.prototype.sj.call(this);
|
|
99
99
|
};
|
|
100
|
-
GeographicContourLineSeries.prototype.
|
|
100
|
+
GeographicContourLineSeries.prototype.ct = function () {
|
|
101
101
|
return new GeographicContourLineSeriesView(this);
|
|
102
102
|
};
|
|
103
|
-
GeographicContourLineSeries.prototype.
|
|
104
|
-
_super.prototype.
|
|
105
|
-
this.
|
|
103
|
+
GeographicContourLineSeries.prototype.q1 = function (a) {
|
|
104
|
+
_super.prototype.q1.call(this, a);
|
|
105
|
+
this.xy = a;
|
|
106
106
|
};
|
|
107
|
-
GeographicContourLineSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
107
|
+
GeographicContourLineSeries.prototype.ra = function (a, b, c, d) {
|
|
108
|
+
_super.prototype.ra.call(this, a, b, c, d);
|
|
109
109
|
switch (b) {
|
|
110
110
|
case GeographicContourLineSeries.$$p[1]:
|
|
111
|
-
this.
|
|
111
|
+
this.xy.cu();
|
|
112
112
|
break;
|
|
113
113
|
case GeographicContourLineSeries.$$p[2]:
|
|
114
|
-
this.
|
|
114
|
+
this.xy.cv();
|
|
115
115
|
break;
|
|
116
116
|
case GeographicContourLineSeries.$$p[3]:
|
|
117
|
-
this.
|
|
117
|
+
this.xu.yu = this.xt;
|
|
118
118
|
break;
|
|
119
119
|
case "DashArray":
|
|
120
|
-
this.
|
|
120
|
+
this.xu.v4 = this.v4;
|
|
121
121
|
break;
|
|
122
122
|
case "DashCap":
|
|
123
|
-
this.
|
|
123
|
+
this.xu.v5 = this.v5;
|
|
124
124
|
break;
|
|
125
125
|
case "MiterLimit":
|
|
126
|
-
this.
|
|
126
|
+
this.xu.jh = this.jh;
|
|
127
127
|
break;
|
|
128
128
|
case "LineJoin":
|
|
129
|
-
this.
|
|
129
|
+
this.xu.v7 = this.v7;
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
134
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
134
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xw:x6', [ValueBrushScale.$, null], 'FillScale:xx:x7', [ValueBrushScale.$, null], 'ValueMemberPath:x1:x8', [2, "value"], 'ValueResolver:xt:x9', [ContourValueResolver.$, null]]);
|
|
135
135
|
return GeographicContourLineSeries;
|
|
136
136
|
}(GeographicXYTriangulatingSeries));
|
|
137
137
|
export { GeographicContourLineSeries };
|