igniteui-webcomponents-maps 3.2.3 → 3.5.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 +1829 -1522
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm2015/lib/igc-geographic-map-component.js +63 -60
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +19 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm5/lib/igc-geographic-map-component.js +63 -60
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +19 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
- package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-geographic-map-imagery.d.ts +4 -1
- package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-component.d.ts +1 -0
- package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-tile-series-component.d.ts +1 -0
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
- package/lib/igc-tile-series-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -32,11 +32,25 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
32
32
|
if (super["connectedCallback"]) {
|
|
33
33
|
super["connectedCallback"]();
|
|
34
34
|
}
|
|
35
|
+
if (this.i.connectedCallback) {
|
|
36
|
+
this.i.connectedCallback();
|
|
37
|
+
}
|
|
35
38
|
if (!this._attached) {
|
|
36
39
|
this._attached = true;
|
|
37
40
|
this._flushQueuedAttributes();
|
|
38
41
|
}
|
|
39
42
|
}
|
|
43
|
+
disconnectedCallback() {
|
|
44
|
+
if (super["disconnectedCallback"]) {
|
|
45
|
+
super["disconnectedCallback"]();
|
|
46
|
+
}
|
|
47
|
+
if (this.i.disconnectedCallback) {
|
|
48
|
+
this.i.disconnectedCallback();
|
|
49
|
+
}
|
|
50
|
+
if (this._attached) {
|
|
51
|
+
this._attached = false;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
40
54
|
static get observedAttributes() {
|
|
41
55
|
if (IgcGeographicShapeSeriesComponent._observedAttributesIgcGeographicShapeSeriesComponent == null) {
|
|
42
56
|
let names = getAllPropertyNames(IgcGeographicShapeSeriesComponent);
|
|
@@ -57,164 +71,164 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
57
71
|
* Gets whether the current series shows a polygon shape.
|
|
58
72
|
*/
|
|
59
73
|
get isPolygon() {
|
|
60
|
-
return this.i.
|
|
74
|
+
return this.i.d8;
|
|
61
75
|
}
|
|
62
76
|
/**
|
|
63
77
|
* Gets or sets the fill brush.
|
|
64
78
|
*/
|
|
65
79
|
get shapeFill() {
|
|
66
|
-
return this.i.
|
|
80
|
+
return this.i.sp ? this.i.sp.fill : null;
|
|
67
81
|
}
|
|
68
82
|
set shapeFill(v) {
|
|
69
83
|
this.ensureShapeStyle();
|
|
70
|
-
this.i.
|
|
84
|
+
this.i.sp.fill = v;
|
|
71
85
|
}
|
|
72
86
|
/**
|
|
73
87
|
* Gets or sets the stroke brush.
|
|
74
88
|
*/
|
|
75
89
|
get shapeStroke() {
|
|
76
|
-
return this.i.
|
|
90
|
+
return this.i.sp ? this.i.sp.stroke : null;
|
|
77
91
|
}
|
|
78
92
|
set shapeStroke(v) {
|
|
79
93
|
this.ensureShapeStyle();
|
|
80
|
-
this.i.
|
|
94
|
+
this.i.sp.stroke = v;
|
|
81
95
|
}
|
|
82
96
|
/**
|
|
83
97
|
* Gets or sets the stroke thickness.
|
|
84
98
|
*/
|
|
85
99
|
get shapeStrokeThickness() {
|
|
86
|
-
return this.i.
|
|
100
|
+
return this.i.sp ? this.i.sp.strokeThickness : NaN;
|
|
87
101
|
}
|
|
88
102
|
set shapeStrokeThickness(v) {
|
|
89
103
|
this.ensureShapeStyle();
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("shapeStrokeThickness", this.i.
|
|
104
|
+
this.i.sp.strokeThickness = +v;
|
|
105
|
+
this._a("shapeStrokeThickness", this.i.sp.strokeThickness);
|
|
92
106
|
}
|
|
93
107
|
/**
|
|
94
108
|
* Gets or sets the opacity.
|
|
95
109
|
*/
|
|
96
110
|
get shapeOpacity() {
|
|
97
|
-
return this.i.
|
|
111
|
+
return this.i.sp ? this.i.sp.opacity : NaN;
|
|
98
112
|
}
|
|
99
113
|
set shapeOpacity(v) {
|
|
100
114
|
this.ensureShapeStyle();
|
|
101
|
-
this.i.
|
|
102
|
-
this._a("shapeOpacity", this.i.
|
|
115
|
+
this.i.sp.opacity = +v;
|
|
116
|
+
this._a("shapeOpacity", this.i.sp.opacity);
|
|
103
117
|
}
|
|
104
118
|
ensureShapeStyle() {
|
|
105
|
-
if (this.i.
|
|
119
|
+
if (this.i.sp) {
|
|
106
120
|
return;
|
|
107
121
|
}
|
|
108
|
-
this.i.
|
|
122
|
+
this.i.sp = new Style();
|
|
109
123
|
}
|
|
110
124
|
/**
|
|
111
125
|
* Gets or sets the marker type for the current series object.
|
|
112
126
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
113
127
|
*/
|
|
114
128
|
get markerType() {
|
|
115
|
-
return this.i.
|
|
129
|
+
return this.i.rj;
|
|
116
130
|
}
|
|
117
131
|
set markerType(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
132
|
+
this.i.rj = ensureEnum(MarkerType_$type, v);
|
|
133
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.rj));
|
|
120
134
|
}
|
|
121
135
|
/**
|
|
122
136
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
123
137
|
*/
|
|
124
138
|
get markerOutlineMode() {
|
|
125
|
-
return this.i.
|
|
139
|
+
return this.i.ri;
|
|
126
140
|
}
|
|
127
141
|
set markerOutlineMode(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
142
|
+
this.i.ri = ensureEnum(MarkerOutlineMode_$type, v);
|
|
143
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ri));
|
|
130
144
|
}
|
|
131
145
|
/**
|
|
132
146
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
133
147
|
*/
|
|
134
148
|
get markerFillMode() {
|
|
135
|
-
return this.i.
|
|
149
|
+
return this.i.rh;
|
|
136
150
|
}
|
|
137
151
|
set markerFillMode(v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
152
|
+
this.i.rh = ensureEnum(MarkerFillMode_$type, v);
|
|
153
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rh));
|
|
140
154
|
}
|
|
141
155
|
/**
|
|
142
156
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
143
157
|
*/
|
|
144
158
|
get markerTemplate() {
|
|
145
|
-
return this.i.
|
|
159
|
+
return this.i.r5;
|
|
146
160
|
}
|
|
147
161
|
set markerTemplate(v) {
|
|
148
|
-
this.i.
|
|
162
|
+
this.i.r5 = v;
|
|
149
163
|
}
|
|
150
164
|
/**
|
|
151
165
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
152
166
|
*/
|
|
153
167
|
get markerBrush() {
|
|
154
|
-
return brushToString(this.i.
|
|
168
|
+
return brushToString(this.i.sm);
|
|
155
169
|
}
|
|
156
170
|
set markerBrush(v) {
|
|
157
|
-
this.i.
|
|
158
|
-
this._a("markerBrush", brushToString(this.i.
|
|
171
|
+
this.i.sm = stringToBrush(v);
|
|
172
|
+
this._a("markerBrush", brushToString(this.i.sm));
|
|
159
173
|
}
|
|
160
174
|
/**
|
|
161
175
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
162
176
|
*/
|
|
163
177
|
get markerOutline() {
|
|
164
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.sn);
|
|
165
179
|
}
|
|
166
180
|
set markerOutline(v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("markerOutline", brushToString(this.i.
|
|
181
|
+
this.i.sn = stringToBrush(v);
|
|
182
|
+
this._a("markerOutline", brushToString(this.i.sn));
|
|
169
183
|
}
|
|
170
184
|
/**
|
|
171
185
|
* Gets or sets thickness of the marker outline
|
|
172
186
|
*/
|
|
173
187
|
get markerThickness() {
|
|
174
|
-
return this.i.
|
|
188
|
+
return this.i.rm;
|
|
175
189
|
}
|
|
176
190
|
set markerThickness(v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("markerThickness", this.i.
|
|
191
|
+
this.i.rm = +v;
|
|
192
|
+
this._a("markerThickness", this.i.rm);
|
|
179
193
|
}
|
|
180
194
|
/**
|
|
181
195
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
182
196
|
*/
|
|
183
197
|
get markerCollisionAvoidance() {
|
|
184
|
-
return this.i.
|
|
198
|
+
return this.i.rg;
|
|
185
199
|
}
|
|
186
200
|
set markerCollisionAvoidance(v) {
|
|
187
|
-
this.i.
|
|
188
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
201
|
+
this.i.rg = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
202
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rg));
|
|
189
203
|
}
|
|
190
204
|
/**
|
|
191
205
|
* Gets the effective marker template for the current series object.
|
|
192
206
|
*/
|
|
193
207
|
get actualMarkerTemplate() {
|
|
194
|
-
return this.i.
|
|
208
|
+
return this.i.r4;
|
|
195
209
|
}
|
|
196
210
|
set actualMarkerTemplate(v) {
|
|
197
|
-
this.i.
|
|
211
|
+
this.i.r4 = v;
|
|
198
212
|
}
|
|
199
213
|
/**
|
|
200
214
|
* Gets the effective marker brush for the current series object.
|
|
201
215
|
*/
|
|
202
216
|
get actualMarkerBrush() {
|
|
203
|
-
return brushToString(this.i.
|
|
217
|
+
return brushToString(this.i.sk);
|
|
204
218
|
}
|
|
205
219
|
set actualMarkerBrush(v) {
|
|
206
|
-
this.i.
|
|
207
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
220
|
+
this.i.sk = stringToBrush(v);
|
|
221
|
+
this._a("actualMarkerBrush", brushToString(this.i.sk));
|
|
208
222
|
}
|
|
209
223
|
/**
|
|
210
224
|
* Gets the effective marker outline for the current series object.
|
|
211
225
|
*/
|
|
212
226
|
get actualMarkerOutline() {
|
|
213
|
-
return brushToString(this.i.
|
|
227
|
+
return brushToString(this.i.sl);
|
|
214
228
|
}
|
|
215
229
|
set actualMarkerOutline(v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
230
|
+
this.i.sl = stringToBrush(v);
|
|
231
|
+
this._a("actualMarkerOutline", brushToString(this.i.sl));
|
|
218
232
|
}
|
|
219
233
|
get styleShape() {
|
|
220
234
|
return this._styleShape;
|
|
@@ -237,6 +251,7 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
237
251
|
}
|
|
238
252
|
};
|
|
239
253
|
this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
|
|
254
|
+
;
|
|
240
255
|
}
|
|
241
256
|
}
|
|
242
257
|
IgcGeographicShapeSeriesComponent._observedAttributesIgcGeographicShapeSeriesComponent = null;
|
|
@@ -15,11 +15,25 @@ export let IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
15
15
|
if (super["connectedCallback"]) {
|
|
16
16
|
super["connectedCallback"]();
|
|
17
17
|
}
|
|
18
|
+
if (this.i.connectedCallback) {
|
|
19
|
+
this.i.connectedCallback();
|
|
20
|
+
}
|
|
18
21
|
if (!this._attached) {
|
|
19
22
|
this._attached = true;
|
|
20
23
|
this._flushQueuedAttributes();
|
|
21
24
|
}
|
|
22
25
|
}
|
|
26
|
+
disconnectedCallback() {
|
|
27
|
+
if (super["disconnectedCallback"]) {
|
|
28
|
+
super["disconnectedCallback"]();
|
|
29
|
+
}
|
|
30
|
+
if (this.i.disconnectedCallback) {
|
|
31
|
+
this.i.disconnectedCallback();
|
|
32
|
+
}
|
|
33
|
+
if (this._attached) {
|
|
34
|
+
this._attached = false;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
23
37
|
static get observedAttributes() {
|
|
24
38
|
if (IgcGeographicSymbolSeriesBaseComponent._observedAttributesIgcGeographicSymbolSeriesBaseComponent == null) {
|
|
25
39
|
let names = getAllPropertyNames(IgcGeographicSymbolSeriesBaseComponent);
|
|
@@ -33,11 +33,25 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
33
33
|
if (super["connectedCallback"]) {
|
|
34
34
|
super["connectedCallback"]();
|
|
35
35
|
}
|
|
36
|
+
if (this.i.connectedCallback) {
|
|
37
|
+
this.i.connectedCallback();
|
|
38
|
+
}
|
|
36
39
|
if (!this._attached) {
|
|
37
40
|
this._attached = true;
|
|
38
41
|
this._flushQueuedAttributes();
|
|
39
42
|
}
|
|
40
43
|
}
|
|
44
|
+
disconnectedCallback() {
|
|
45
|
+
if (super["disconnectedCallback"]) {
|
|
46
|
+
super["disconnectedCallback"]();
|
|
47
|
+
}
|
|
48
|
+
if (this.i.disconnectedCallback) {
|
|
49
|
+
this.i.disconnectedCallback();
|
|
50
|
+
}
|
|
51
|
+
if (this._attached) {
|
|
52
|
+
this._attached = false;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
41
55
|
static get observedAttributes() {
|
|
42
56
|
if (IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent == null) {
|
|
43
57
|
let names = getAllPropertyNames(IgcGeographicSymbolSeriesComponent);
|
|
@@ -64,69 +78,69 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
64
78
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
65
79
|
*/
|
|
66
80
|
get latitudeMemberPath() {
|
|
67
|
-
return this.i.
|
|
81
|
+
return this.i.rw;
|
|
68
82
|
}
|
|
69
83
|
set latitudeMemberPath(v) {
|
|
70
|
-
this.i.
|
|
84
|
+
this.i.rw = v;
|
|
71
85
|
}
|
|
72
86
|
/**
|
|
73
87
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
74
88
|
*/
|
|
75
89
|
get longitudeMemberPath() {
|
|
76
|
-
return this.i.
|
|
90
|
+
return this.i.ry;
|
|
77
91
|
}
|
|
78
92
|
set longitudeMemberPath(v) {
|
|
79
|
-
this.i.
|
|
93
|
+
this.i.ry = v;
|
|
80
94
|
}
|
|
81
95
|
/**
|
|
82
96
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
83
97
|
*/
|
|
84
98
|
get markerCollisionAvoidance() {
|
|
85
|
-
return this.i.
|
|
99
|
+
return this.i.ri;
|
|
86
100
|
}
|
|
87
101
|
set markerCollisionAvoidance(v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
102
|
+
this.i.ri = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
103
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ri));
|
|
90
104
|
}
|
|
91
105
|
/**
|
|
92
106
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
93
107
|
*/
|
|
94
108
|
get isCustomScatterStyleAllowed() {
|
|
95
|
-
return this.i.
|
|
109
|
+
return this.i.rp;
|
|
96
110
|
}
|
|
97
111
|
set isCustomScatterStyleAllowed(v) {
|
|
98
|
-
this.i.
|
|
99
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
112
|
+
this.i.rp = ensureBool(v);
|
|
113
|
+
this._a("isCustomScatterStyleAllowed", this.i.rp);
|
|
100
114
|
}
|
|
101
115
|
/**
|
|
102
116
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
103
117
|
*/
|
|
104
118
|
get isCustomScatterMarkerStyleAllowed() {
|
|
105
|
-
return this.i.
|
|
119
|
+
return this.i.ro;
|
|
106
120
|
}
|
|
107
121
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
122
|
+
this.i.ro = ensureBool(v);
|
|
123
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.ro);
|
|
110
124
|
}
|
|
111
125
|
/**
|
|
112
126
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
113
127
|
*/
|
|
114
128
|
get itemSearchMode() {
|
|
115
|
-
return this.i.
|
|
129
|
+
return this.i.rj;
|
|
116
130
|
}
|
|
117
131
|
set itemSearchMode(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
132
|
+
this.i.rj = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
133
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rj));
|
|
120
134
|
}
|
|
121
135
|
/**
|
|
122
136
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
123
137
|
*/
|
|
124
138
|
get itemSearchThreshold() {
|
|
125
|
-
return this.i.
|
|
139
|
+
return this.i.rr;
|
|
126
140
|
}
|
|
127
141
|
set itemSearchThreshold(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("itemSearchThreshold", this.i.
|
|
142
|
+
this.i.rr = +v;
|
|
143
|
+
this._a("itemSearchThreshold", this.i.rr);
|
|
130
144
|
}
|
|
131
145
|
/**
|
|
132
146
|
* Event raised when Assigning Category Style
|
|
@@ -152,6 +166,7 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
152
166
|
}
|
|
153
167
|
};
|
|
154
168
|
this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
|
|
169
|
+
;
|
|
155
170
|
}
|
|
156
171
|
/**
|
|
157
172
|
* Event raised when Assigning Scatter Marker Style
|
|
@@ -177,6 +192,7 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
177
192
|
}
|
|
178
193
|
};
|
|
179
194
|
this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
|
|
195
|
+
;
|
|
180
196
|
}
|
|
181
197
|
}
|
|
182
198
|
IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent = null;
|
|
@@ -27,11 +27,25 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
27
27
|
if (super["connectedCallback"]) {
|
|
28
28
|
super["connectedCallback"]();
|
|
29
29
|
}
|
|
30
|
+
if (this.i.connectedCallback) {
|
|
31
|
+
this.i.connectedCallback();
|
|
32
|
+
}
|
|
30
33
|
if (!this._attached) {
|
|
31
34
|
this._attached = true;
|
|
32
35
|
this._flushQueuedAttributes();
|
|
33
36
|
}
|
|
34
37
|
}
|
|
38
|
+
disconnectedCallback() {
|
|
39
|
+
if (super["disconnectedCallback"]) {
|
|
40
|
+
super["disconnectedCallback"]();
|
|
41
|
+
}
|
|
42
|
+
if (this.i.disconnectedCallback) {
|
|
43
|
+
this.i.disconnectedCallback();
|
|
44
|
+
}
|
|
45
|
+
if (this._attached) {
|
|
46
|
+
this._attached = false;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
35
49
|
static get observedAttributes() {
|
|
36
50
|
if (IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent == null) {
|
|
37
51
|
let names = getAllPropertyNames(IgcGeographicTileSeriesComponent);
|
|
@@ -52,19 +66,20 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
52
66
|
* Gets whether the current series shows a tile imagery.
|
|
53
67
|
*/
|
|
54
68
|
get isTile() {
|
|
55
|
-
return this.i.
|
|
69
|
+
return this.i.ej;
|
|
56
70
|
}
|
|
57
71
|
/**
|
|
58
72
|
* The MapImagery which is used to provide the tiles for display.
|
|
59
73
|
*/
|
|
60
74
|
get tileImagery() {
|
|
61
|
-
|
|
75
|
+
const r = this.i.ri;
|
|
76
|
+
if (r == null) {
|
|
62
77
|
return null;
|
|
63
78
|
}
|
|
64
|
-
return
|
|
79
|
+
return r.externalObject;
|
|
65
80
|
}
|
|
66
81
|
set tileImagery(v) {
|
|
67
|
-
v == null ? this.i.
|
|
82
|
+
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
68
83
|
}
|
|
69
84
|
findByName(name) {
|
|
70
85
|
var baseResult = super.findByName(name);
|
|
@@ -81,7 +96,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
81
96
|
|
|
82
97
|
*/
|
|
83
98
|
clearTileCache() {
|
|
84
|
-
this.i.
|
|
99
|
+
this.i.rm();
|
|
85
100
|
}
|
|
86
101
|
/**
|
|
87
102
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -107,6 +122,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
107
122
|
}
|
|
108
123
|
};
|
|
109
124
|
this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
|
|
125
|
+
;
|
|
110
126
|
}
|
|
111
127
|
}
|
|
112
128
|
IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent = null;
|
|
@@ -15,11 +15,25 @@ export let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() =
|
|
|
15
15
|
if (super["connectedCallback"]) {
|
|
16
16
|
super["connectedCallback"]();
|
|
17
17
|
}
|
|
18
|
+
if (this.i.connectedCallback) {
|
|
19
|
+
this.i.connectedCallback();
|
|
20
|
+
}
|
|
18
21
|
if (!this._attached) {
|
|
19
22
|
this._attached = true;
|
|
20
23
|
this._flushQueuedAttributes();
|
|
21
24
|
}
|
|
22
25
|
}
|
|
26
|
+
disconnectedCallback() {
|
|
27
|
+
if (super["disconnectedCallback"]) {
|
|
28
|
+
super["disconnectedCallback"]();
|
|
29
|
+
}
|
|
30
|
+
if (this.i.disconnectedCallback) {
|
|
31
|
+
this.i.disconnectedCallback();
|
|
32
|
+
}
|
|
33
|
+
if (this._attached) {
|
|
34
|
+
this._attached = false;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
23
37
|
static get observedAttributes() {
|
|
24
38
|
if (IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent == null) {
|
|
25
39
|
let names = getAllPropertyNames(IgcGeographicXYTriangulatingSeriesBaseComponent);
|
|
@@ -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.qm;
|
|
52
52
|
}
|
|
53
53
|
set longitudeMemberPath(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.qm = 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.qk;
|
|
61
61
|
}
|
|
62
62
|
set latitudeMemberPath(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.qk = 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.qj;
|
|
71
71
|
}
|
|
72
72
|
set trianglesSource(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.qj = 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.qp;
|
|
80
80
|
}
|
|
81
81
|
set triangleVertexMemberPath1(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.qp = 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.qr;
|
|
89
89
|
}
|
|
90
90
|
set triangleVertexMemberPath2(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.qr = 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.qt;
|
|
98
98
|
}
|
|
99
99
|
set triangleVertexMemberPath3(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.qt = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -23,11 +23,25 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
23
23
|
if (super["connectedCallback"]) {
|
|
24
24
|
super["connectedCallback"]();
|
|
25
25
|
}
|
|
26
|
+
if (this.i.connectedCallback) {
|
|
27
|
+
this.i.connectedCallback();
|
|
28
|
+
}
|
|
26
29
|
if (!this._attached) {
|
|
27
30
|
this._attached = true;
|
|
28
31
|
this._flushQueuedAttributes();
|
|
29
32
|
}
|
|
30
33
|
}
|
|
34
|
+
disconnectedCallback() {
|
|
35
|
+
if (super["disconnectedCallback"]) {
|
|
36
|
+
super["disconnectedCallback"]();
|
|
37
|
+
}
|
|
38
|
+
if (this.i.disconnectedCallback) {
|
|
39
|
+
this.i.disconnectedCallback();
|
|
40
|
+
}
|
|
41
|
+
if (this._attached) {
|
|
42
|
+
this._attached = false;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
31
45
|
static get observedAttributes() {
|
|
32
46
|
if (IgcTileSeriesComponent._observedAttributesIgcTileSeriesComponent == null) {
|
|
33
47
|
let names = getAllPropertyNames(IgcTileSeriesComponent);
|
|
@@ -48,19 +62,20 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
48
62
|
* Gets whether the current series shows a tile imagery.
|
|
49
63
|
*/
|
|
50
64
|
get isTile() {
|
|
51
|
-
return this.i.
|
|
65
|
+
return this.i.ej;
|
|
52
66
|
}
|
|
53
67
|
/**
|
|
54
68
|
* The MapImagery which is used to provide the tiles for display.
|
|
55
69
|
*/
|
|
56
70
|
get tileImagery() {
|
|
57
|
-
|
|
71
|
+
const r = this.i.sz;
|
|
72
|
+
if (r == null) {
|
|
58
73
|
return null;
|
|
59
74
|
}
|
|
60
|
-
return
|
|
75
|
+
return r.externalObject;
|
|
61
76
|
}
|
|
62
77
|
set tileImagery(v) {
|
|
63
|
-
v == null ? this.i.
|
|
78
|
+
v == null ? this.i.sz = null : this.i.sz = v.i;
|
|
64
79
|
}
|
|
65
80
|
findByName(name) {
|
|
66
81
|
var baseResult = super.findByName(name);
|