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
|
@@ -34,11 +34,25 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
34
34
|
if (super["connectedCallback"]) {
|
|
35
35
|
super["connectedCallback"]();
|
|
36
36
|
}
|
|
37
|
+
if (this.i.connectedCallback) {
|
|
38
|
+
this.i.connectedCallback();
|
|
39
|
+
}
|
|
37
40
|
if (!this._attached) {
|
|
38
41
|
this._attached = true;
|
|
39
42
|
this._flushQueuedAttributes();
|
|
40
43
|
}
|
|
41
44
|
}
|
|
45
|
+
disconnectedCallback() {
|
|
46
|
+
if (super["disconnectedCallback"]) {
|
|
47
|
+
super["disconnectedCallback"]();
|
|
48
|
+
}
|
|
49
|
+
if (this.i.disconnectedCallback) {
|
|
50
|
+
this.i.disconnectedCallback();
|
|
51
|
+
}
|
|
52
|
+
if (this._attached) {
|
|
53
|
+
this._attached = false;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
42
56
|
static get observedAttributes() {
|
|
43
57
|
if (IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent == null) {
|
|
44
58
|
let names = getAllPropertyNames(IgcGeographicProportionalSymbolSeriesComponent);
|
|
@@ -65,183 +79,185 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
65
79
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
66
80
|
*/
|
|
67
81
|
get latitudeMemberPath() {
|
|
68
|
-
return this.i.
|
|
82
|
+
return this.i.r7;
|
|
69
83
|
}
|
|
70
84
|
set latitudeMemberPath(v) {
|
|
71
|
-
this.i.
|
|
85
|
+
this.i.r7 = v;
|
|
72
86
|
}
|
|
73
87
|
/**
|
|
74
88
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
75
89
|
*/
|
|
76
90
|
get longitudeMemberPath() {
|
|
77
|
-
return this.i.
|
|
91
|
+
return this.i.r9;
|
|
78
92
|
}
|
|
79
93
|
set longitudeMemberPath(v) {
|
|
80
|
-
this.i.
|
|
94
|
+
this.i.r9 = v;
|
|
81
95
|
}
|
|
82
96
|
/**
|
|
83
97
|
* Gets or sets the radius mapping property for the current series object.
|
|
84
98
|
*/
|
|
85
99
|
get radiusMemberPath() {
|
|
86
|
-
return this.i.
|
|
100
|
+
return this.i.se;
|
|
87
101
|
}
|
|
88
102
|
set radiusMemberPath(v) {
|
|
89
|
-
this.i.
|
|
103
|
+
this.i.se = v;
|
|
90
104
|
}
|
|
91
105
|
/**
|
|
92
106
|
* Gets or sets the radius size scale for the bubbles.
|
|
93
107
|
*/
|
|
94
108
|
get radiusScale() {
|
|
95
|
-
|
|
109
|
+
const r = this.i.rl;
|
|
110
|
+
if (r == null) {
|
|
96
111
|
return null;
|
|
97
112
|
}
|
|
98
|
-
if (!
|
|
99
|
-
let e = IgcSizeScaleComponent._createFromInternal(
|
|
113
|
+
if (!r.externalObject) {
|
|
114
|
+
let e = IgcSizeScaleComponent._createFromInternal(r);
|
|
100
115
|
if (e) {
|
|
101
|
-
e._implementation =
|
|
116
|
+
e._implementation = r;
|
|
102
117
|
}
|
|
103
|
-
|
|
118
|
+
r.externalObject = e;
|
|
104
119
|
}
|
|
105
|
-
return
|
|
120
|
+
return r.externalObject;
|
|
106
121
|
}
|
|
107
122
|
set radiusScale(v) {
|
|
108
123
|
if (v != null && this._stylingContainer && v._styling)
|
|
109
124
|
v._styling(this._stylingContainer, this, this);
|
|
110
|
-
v == null ? this.i.
|
|
125
|
+
v == null ? this.i.rl = null : this.i.rl = v.i;
|
|
111
126
|
}
|
|
112
127
|
/**
|
|
113
128
|
* Gets or sets the Label mapping property for the current series object.
|
|
114
129
|
*/
|
|
115
130
|
get labelMemberPath() {
|
|
116
|
-
return this.i.
|
|
131
|
+
return this.i.r5;
|
|
117
132
|
}
|
|
118
133
|
set labelMemberPath(v) {
|
|
119
|
-
this.i.
|
|
134
|
+
this.i.r5 = v;
|
|
120
135
|
}
|
|
121
136
|
/**
|
|
122
137
|
* Gets or sets the fill mapping property for the current series object.
|
|
123
138
|
*/
|
|
124
139
|
get fillMemberPath() {
|
|
125
|
-
return this.i.
|
|
140
|
+
return this.i.rx;
|
|
126
141
|
}
|
|
127
142
|
set fillMemberPath(v) {
|
|
128
|
-
this.i.
|
|
143
|
+
this.i.rx = v;
|
|
129
144
|
}
|
|
130
145
|
/**
|
|
131
146
|
* Gets or sets the brush scale for the marker brush.
|
|
132
147
|
*/
|
|
133
148
|
get fillScale() {
|
|
134
|
-
|
|
149
|
+
const r = this.i.ri;
|
|
150
|
+
if (r == null) {
|
|
135
151
|
return null;
|
|
136
152
|
}
|
|
137
|
-
if (!
|
|
138
|
-
let e = IgcBrushScaleComponent._createFromInternal(
|
|
153
|
+
if (!r.externalObject) {
|
|
154
|
+
let e = IgcBrushScaleComponent._createFromInternal(r);
|
|
139
155
|
if (e) {
|
|
140
|
-
e._implementation =
|
|
156
|
+
e._implementation = r;
|
|
141
157
|
}
|
|
142
|
-
|
|
158
|
+
r.externalObject = e;
|
|
143
159
|
}
|
|
144
|
-
return
|
|
160
|
+
return r.externalObject;
|
|
145
161
|
}
|
|
146
162
|
set fillScale(v) {
|
|
147
163
|
if (v != null && this._stylingContainer && v._styling)
|
|
148
164
|
v._styling(this._stylingContainer, this, this);
|
|
149
|
-
v == null ? this.i.
|
|
165
|
+
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
150
166
|
}
|
|
151
167
|
/**
|
|
152
168
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
153
169
|
* This setting applies only if multiple series are using the same FillScale.
|
|
154
170
|
*/
|
|
155
171
|
get fillScaleUseGlobalValues() {
|
|
156
|
-
return this.i.
|
|
172
|
+
return this.i.rp;
|
|
157
173
|
}
|
|
158
174
|
set fillScaleUseGlobalValues(v) {
|
|
159
|
-
this.i.
|
|
160
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
175
|
+
this.i.rp = ensureBool(v);
|
|
176
|
+
this._a("fillScaleUseGlobalValues", this.i.rp);
|
|
161
177
|
}
|
|
162
178
|
/**
|
|
163
179
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
164
180
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
165
181
|
*/
|
|
166
182
|
get markerOutlineUsesFillScale() {
|
|
167
|
-
return this.i.
|
|
183
|
+
return this.i.rs;
|
|
168
184
|
}
|
|
169
185
|
set markerOutlineUsesFillScale(v) {
|
|
170
|
-
this.i.
|
|
171
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
186
|
+
this.i.rs = ensureBool(v);
|
|
187
|
+
this._a("markerOutlineUsesFillScale", this.i.rs);
|
|
172
188
|
}
|
|
173
189
|
/**
|
|
174
190
|
* Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
|
|
175
191
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
176
192
|
*/
|
|
177
193
|
get markerOutlineBrightness() {
|
|
178
|
-
return this.i.
|
|
194
|
+
return this.i.rv;
|
|
179
195
|
}
|
|
180
196
|
set markerOutlineBrightness(v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("markerOutlineBrightness", this.i.
|
|
197
|
+
this.i.rv = +v;
|
|
198
|
+
this._a("markerOutlineBrightness", this.i.rv);
|
|
183
199
|
}
|
|
184
200
|
/**
|
|
185
201
|
* Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
|
|
186
202
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
187
203
|
*/
|
|
188
204
|
get markerBrushBrightness() {
|
|
189
|
-
return this.i.
|
|
205
|
+
return this.i.ru;
|
|
190
206
|
}
|
|
191
207
|
set markerBrushBrightness(v) {
|
|
192
|
-
this.i.
|
|
193
|
-
this._a("markerBrushBrightness", this.i.
|
|
208
|
+
this.i.ru = +v;
|
|
209
|
+
this._a("markerBrushBrightness", this.i.ru);
|
|
194
210
|
}
|
|
195
211
|
/**
|
|
196
212
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
197
213
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
198
214
|
*/
|
|
199
215
|
get radiusScaleUseGlobalValues() {
|
|
200
|
-
return this.i.
|
|
216
|
+
return this.i.rt;
|
|
201
217
|
}
|
|
202
218
|
set radiusScaleUseGlobalValues(v) {
|
|
203
|
-
this.i.
|
|
204
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
219
|
+
this.i.rt = ensureBool(v);
|
|
220
|
+
this._a("radiusScaleUseGlobalValues", this.i.rt);
|
|
205
221
|
}
|
|
206
222
|
/**
|
|
207
223
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
208
224
|
*/
|
|
209
225
|
get isCustomScatterStyleAllowed() {
|
|
210
|
-
return this.i.
|
|
226
|
+
return this.i.rr;
|
|
211
227
|
}
|
|
212
228
|
set isCustomScatterStyleAllowed(v) {
|
|
213
|
-
this.i.
|
|
214
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
229
|
+
this.i.rr = ensureBool(v);
|
|
230
|
+
this._a("isCustomScatterStyleAllowed", this.i.rr);
|
|
215
231
|
}
|
|
216
232
|
/**
|
|
217
233
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
218
234
|
*/
|
|
219
235
|
get isCustomScatterMarkerStyleAllowed() {
|
|
220
|
-
return this.i.
|
|
236
|
+
return this.i.rq;
|
|
221
237
|
}
|
|
222
238
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
223
|
-
this.i.
|
|
224
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
239
|
+
this.i.rq = ensureBool(v);
|
|
240
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.rq);
|
|
225
241
|
}
|
|
226
242
|
/**
|
|
227
243
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
228
244
|
*/
|
|
229
245
|
get itemSearchMode() {
|
|
230
|
-
return this.i.
|
|
246
|
+
return this.i.rk;
|
|
231
247
|
}
|
|
232
248
|
set itemSearchMode(v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
249
|
+
this.i.rk = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
250
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rk));
|
|
235
251
|
}
|
|
236
252
|
/**
|
|
237
253
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
238
254
|
*/
|
|
239
255
|
get itemSearchThreshold() {
|
|
240
|
-
return this.i.
|
|
256
|
+
return this.i.rw;
|
|
241
257
|
}
|
|
242
258
|
set itemSearchThreshold(v) {
|
|
243
|
-
this.i.
|
|
244
|
-
this._a("itemSearchThreshold", this.i.
|
|
259
|
+
this.i.rw = +v;
|
|
260
|
+
this._a("itemSearchThreshold", this.i.rw);
|
|
245
261
|
}
|
|
246
262
|
findByName(name) {
|
|
247
263
|
var baseResult = super.findByName(name);
|
|
@@ -291,6 +307,7 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
291
307
|
}
|
|
292
308
|
};
|
|
293
309
|
this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
|
|
310
|
+
;
|
|
294
311
|
}
|
|
295
312
|
/**
|
|
296
313
|
* Event raised when Assigning Scatter Marker Style
|
|
@@ -316,6 +333,7 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
316
333
|
}
|
|
317
334
|
};
|
|
318
335
|
this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
|
|
336
|
+
;
|
|
319
337
|
}
|
|
320
338
|
}
|
|
321
339
|
IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent = null;
|
|
@@ -28,11 +28,25 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
28
28
|
if (super["connectedCallback"]) {
|
|
29
29
|
super["connectedCallback"]();
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
if (super["disconnectedCallback"]) {
|
|
41
|
+
super["disconnectedCallback"]();
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
36
50
|
static get observedAttributes() {
|
|
37
51
|
if (IgcGeographicScatterAreaSeriesComponent._observedAttributesIgcGeographicScatterAreaSeriesComponent == null) {
|
|
38
52
|
let names = getAllPropertyNames(IgcGeographicScatterAreaSeriesComponent);
|
|
@@ -59,52 +73,54 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
59
73
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
60
74
|
*/
|
|
61
75
|
get colorMemberPath() {
|
|
62
|
-
return this.i.
|
|
76
|
+
return this.i.q8;
|
|
63
77
|
}
|
|
64
78
|
set colorMemberPath(v) {
|
|
65
|
-
this.i.
|
|
79
|
+
this.i.q8 = v;
|
|
66
80
|
}
|
|
67
81
|
/**
|
|
68
82
|
* The ColorScale used to resolve the color values of points in the series.
|
|
69
83
|
*/
|
|
70
84
|
get colorScale() {
|
|
71
|
-
|
|
85
|
+
const r = this.i.q3;
|
|
86
|
+
if (r == null) {
|
|
72
87
|
return null;
|
|
73
88
|
}
|
|
74
|
-
if (!
|
|
75
|
-
let e = IgcColorScaleComponent._createFromInternal(
|
|
89
|
+
if (!r.externalObject) {
|
|
90
|
+
let e = IgcColorScaleComponent._createFromInternal(r);
|
|
76
91
|
if (e) {
|
|
77
|
-
e._implementation =
|
|
92
|
+
e._implementation = r;
|
|
78
93
|
}
|
|
79
|
-
|
|
94
|
+
r.externalObject = e;
|
|
80
95
|
}
|
|
81
|
-
return
|
|
96
|
+
return r.externalObject;
|
|
82
97
|
}
|
|
83
98
|
set colorScale(v) {
|
|
84
99
|
if (v != null && this._stylingContainer && v._styling)
|
|
85
100
|
v._styling(this._stylingContainer, this, this);
|
|
86
|
-
v == null ? this.i.
|
|
101
|
+
v == null ? this.i.q3 = null : this.i.q3 = v.i;
|
|
87
102
|
}
|
|
88
103
|
/**
|
|
89
104
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
90
105
|
*/
|
|
91
106
|
get actualColorScale() {
|
|
92
|
-
|
|
107
|
+
const r = this.i.q2;
|
|
108
|
+
if (r == null) {
|
|
93
109
|
return null;
|
|
94
110
|
}
|
|
95
|
-
if (!
|
|
96
|
-
let e = IgcColorScaleComponent._createFromInternal(
|
|
111
|
+
if (!r.externalObject) {
|
|
112
|
+
let e = IgcColorScaleComponent._createFromInternal(r);
|
|
97
113
|
if (e) {
|
|
98
|
-
e._implementation =
|
|
114
|
+
e._implementation = r;
|
|
99
115
|
}
|
|
100
|
-
|
|
116
|
+
r.externalObject = e;
|
|
101
117
|
}
|
|
102
|
-
return
|
|
118
|
+
return r.externalObject;
|
|
103
119
|
}
|
|
104
120
|
set actualColorScale(v) {
|
|
105
121
|
if (v != null && this._stylingContainer && v._styling)
|
|
106
122
|
v._styling(this._stylingContainer, this, this);
|
|
107
|
-
v == null ? this.i.
|
|
123
|
+
v == null ? this.i.q2 = null : this.i.q2 = v.i;
|
|
108
124
|
}
|
|
109
125
|
findByName(name) {
|
|
110
126
|
var baseResult = super.findByName(name);
|
|
@@ -135,7 +151,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
135
151
|
|
|
136
152
|
*/
|
|
137
153
|
updateActualColorScale() {
|
|
138
|
-
this.i.
|
|
154
|
+
this.i.rd();
|
|
139
155
|
}
|
|
140
156
|
/**
|
|
141
157
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -161,6 +177,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
161
177
|
}
|
|
162
178
|
};
|
|
163
179
|
this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
|
|
180
|
+
;
|
|
164
181
|
}
|
|
165
182
|
}
|
|
166
183
|
IgcGeographicScatterAreaSeriesComponent._observedAttributesIgcGeographicScatterAreaSeriesComponent = null;
|
|
@@ -15,11 +15,25 @@ export let IgcGeographicShapeSeriesBaseBaseComponent = /*@__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 (IgcGeographicShapeSeriesBaseBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent == null) {
|
|
25
39
|
let names = getAllPropertyNames(IgcGeographicShapeSeriesBaseBaseComponent);
|
|
@@ -29,11 +29,25 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
29
29
|
if (super["connectedCallback"]) {
|
|
30
30
|
super["connectedCallback"]();
|
|
31
31
|
}
|
|
32
|
+
if (this.i.connectedCallback) {
|
|
33
|
+
this.i.connectedCallback();
|
|
34
|
+
}
|
|
32
35
|
if (!this._attached) {
|
|
33
36
|
this._attached = true;
|
|
34
37
|
this._flushQueuedAttributes();
|
|
35
38
|
}
|
|
36
39
|
}
|
|
40
|
+
disconnectedCallback() {
|
|
41
|
+
if (super["disconnectedCallback"]) {
|
|
42
|
+
super["disconnectedCallback"]();
|
|
43
|
+
}
|
|
44
|
+
if (this.i.disconnectedCallback) {
|
|
45
|
+
this.i.disconnectedCallback();
|
|
46
|
+
}
|
|
47
|
+
if (this._attached) {
|
|
48
|
+
this._attached = false;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
37
51
|
static get observedAttributes() {
|
|
38
52
|
if (IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent == null) {
|
|
39
53
|
let names = getAllPropertyNames(IgcGeographicShapeSeriesBaseComponent);
|
|
@@ -105,88 +119,94 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
105
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.
|
|
106
120
|
*/
|
|
107
121
|
get shapeMemberPath() {
|
|
108
|
-
return this.i.
|
|
122
|
+
return this.i.q3;
|
|
109
123
|
}
|
|
110
124
|
set shapeMemberPath(v) {
|
|
111
|
-
this.i.
|
|
125
|
+
this.i.q3 = v;
|
|
112
126
|
}
|
|
113
127
|
/**
|
|
114
128
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
115
129
|
*/
|
|
116
130
|
get isCustomShapeStyleAllowed() {
|
|
117
|
-
return this.i.
|
|
131
|
+
return this.i.qs;
|
|
118
132
|
}
|
|
119
133
|
set isCustomShapeStyleAllowed(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
134
|
+
this.i.qs = ensureBool(v);
|
|
135
|
+
this._a("isCustomShapeStyleAllowed", this.i.qs);
|
|
122
136
|
}
|
|
123
137
|
/**
|
|
124
138
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
125
139
|
*/
|
|
126
140
|
get isCustomShapeMarkerStyleAllowed() {
|
|
127
|
-
return this.i.
|
|
141
|
+
return this.i.qr;
|
|
128
142
|
}
|
|
129
143
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
144
|
+
this.i.qr = ensureBool(v);
|
|
145
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.qr);
|
|
132
146
|
}
|
|
133
147
|
/**
|
|
134
148
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
135
149
|
*/
|
|
136
150
|
get itemSearchMode() {
|
|
137
|
-
return this.i.
|
|
151
|
+
return this.i.qk;
|
|
138
152
|
}
|
|
139
153
|
set itemSearchMode(v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
154
|
+
this.i.qk = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
155
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qk));
|
|
142
156
|
}
|
|
143
157
|
/**
|
|
144
158
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
145
159
|
*/
|
|
146
160
|
get itemSearchThreshold() {
|
|
147
|
-
return this.i.
|
|
161
|
+
return this.i.qv;
|
|
148
162
|
}
|
|
149
163
|
set itemSearchThreshold(v) {
|
|
150
|
-
this.i.
|
|
151
|
-
this._a("itemSearchThreshold", this.i.
|
|
164
|
+
this.i.qv = +v;
|
|
165
|
+
this._a("itemSearchThreshold", this.i.qv);
|
|
152
166
|
}
|
|
153
167
|
/**
|
|
154
168
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
155
169
|
*/
|
|
156
170
|
get itemSearchPointsThreshold() {
|
|
157
|
-
return this.i.
|
|
171
|
+
return this.i.qu;
|
|
158
172
|
}
|
|
159
173
|
set itemSearchPointsThreshold(v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
174
|
+
this.i.qu = +v;
|
|
175
|
+
this._a("itemSearchPointsThreshold", this.i.qu);
|
|
162
176
|
}
|
|
163
177
|
/**
|
|
164
178
|
* Set a shapefile datasource to use with the series.
|
|
165
179
|
*/
|
|
166
180
|
get shapefileDataSource() {
|
|
167
|
-
|
|
181
|
+
const r = this.i.qn;
|
|
182
|
+
if (r == null) {
|
|
168
183
|
return null;
|
|
169
184
|
}
|
|
170
|
-
if (!
|
|
185
|
+
if (!r.externalObject) {
|
|
171
186
|
let e = new IgcShapeDataSource();
|
|
172
|
-
e.
|
|
173
|
-
|
|
187
|
+
if (e.i.setNativeElement) {
|
|
188
|
+
e.i.setNativeElement(r);
|
|
189
|
+
}
|
|
190
|
+
else {
|
|
191
|
+
e._implementation = r;
|
|
192
|
+
}
|
|
193
|
+
r.externalObject = e;
|
|
174
194
|
}
|
|
175
|
-
return
|
|
195
|
+
return r.externalObject;
|
|
176
196
|
}
|
|
177
197
|
set shapefileDataSource(v) {
|
|
178
|
-
v == null ? this.i.
|
|
198
|
+
v == null ? this.i.qn = null : this.i.qn = v.i;
|
|
179
199
|
}
|
|
180
200
|
/**
|
|
181
201
|
* 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.
|
|
182
202
|
* 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.
|
|
183
203
|
*/
|
|
184
204
|
get shapeFilterResolution() {
|
|
185
|
-
return this.i.
|
|
205
|
+
return this.i.qt;
|
|
186
206
|
}
|
|
187
207
|
set shapeFilterResolution(v) {
|
|
188
|
-
this.i.
|
|
189
|
-
this._a("shapeFilterResolution", this.i.
|
|
208
|
+
this.i.qt = +v;
|
|
209
|
+
this._a("shapeFilterResolution", this.i.qt);
|
|
190
210
|
}
|
|
191
211
|
findByName(name) {
|
|
192
212
|
var baseResult = super.findByName(name);
|
|
@@ -222,6 +242,7 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
222
242
|
}
|
|
223
243
|
};
|
|
224
244
|
this.i.assigningShapeStyle = delegateCombine(this.i.assigningShapeStyle, this._assigningShapeStyle_wrapped);
|
|
245
|
+
;
|
|
225
246
|
}
|
|
226
247
|
/**
|
|
227
248
|
* Event raised when Assigning Shape Marker Style
|
|
@@ -247,6 +268,7 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
247
268
|
}
|
|
248
269
|
};
|
|
249
270
|
this.i.assigningShapeMarkerStyle = delegateCombine(this.i.assigningShapeMarkerStyle, this._assigningShapeMarkerStyle_wrapped);
|
|
271
|
+
;
|
|
250
272
|
}
|
|
251
273
|
}
|
|
252
274
|
IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent = null;
|