igniteui-webcomponents-maps 3.2.4 → 4.0.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 +361 -66
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +36 -18
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +15 -0
- package/esm2015/lib/igc-geographic-map-component.js +15 -12
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +14 -0
- package/esm2015/lib/igc-geographic-polyline-series-component.js +15 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +30 -12
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +29 -12
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +27 -5
- package/esm2015/lib/igc-geographic-shape-series-component.js +15 -0
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +16 -0
- package/esm2015/lib/igc-geographic-tile-series-component.js +18 -2
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-tile-series-component.js +17 -2
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +36 -18
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +15 -0
- package/esm5/lib/igc-geographic-map-component.js +15 -12
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +14 -0
- package/esm5/lib/igc-geographic-polyline-series-component.js +15 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +30 -12
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +29 -12
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +27 -5
- package/esm5/lib/igc-geographic-shape-series-component.js +15 -0
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +16 -0
- package/esm5/lib/igc-geographic-tile-series-component.js +18 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-tile-series-component.js +17 -2
- package/fesm2015/igniteui-webcomponents-maps.js +360 -65
- package/fesm5/igniteui-webcomponents-maps.js +361 -66
- 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 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
34
34
|
if (_super.prototype["connectedCallback"]) {
|
|
35
35
|
_super.prototype["connectedCallback"].call(this);
|
|
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
|
+
IgcGeographicPolylineSeriesComponent.prototype.disconnectedCallback = function () {
|
|
46
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
47
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
48
|
+
}
|
|
49
|
+
if (this.i.disconnectedCallback) {
|
|
50
|
+
this.i.disconnectedCallback();
|
|
51
|
+
}
|
|
52
|
+
if (this._attached) {
|
|
53
|
+
this._attached = false;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
42
56
|
Object.defineProperty(IgcGeographicPolylineSeriesComponent, "observedAttributes", {
|
|
43
57
|
get: function () {
|
|
44
58
|
if (IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent == null) {
|
|
@@ -156,6 +170,7 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
156
170
|
}
|
|
157
171
|
};
|
|
158
172
|
this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
|
|
173
|
+
;
|
|
159
174
|
},
|
|
160
175
|
enumerable: true,
|
|
161
176
|
configurable: true
|
|
@@ -20,11 +20,25 @@ var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE
|
|
|
20
20
|
if (_super.prototype["connectedCallback"]) {
|
|
21
21
|
_super.prototype["connectedCallback"].call(this);
|
|
22
22
|
}
|
|
23
|
+
if (this.i.connectedCallback) {
|
|
24
|
+
this.i.connectedCallback();
|
|
25
|
+
}
|
|
23
26
|
if (!this._attached) {
|
|
24
27
|
this._attached = true;
|
|
25
28
|
this._flushQueuedAttributes();
|
|
26
29
|
}
|
|
27
30
|
};
|
|
31
|
+
IgcGeographicProportionalSymbolSeriesBaseComponent.prototype.disconnectedCallback = function () {
|
|
32
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
33
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
34
|
+
}
|
|
35
|
+
if (this.i.disconnectedCallback) {
|
|
36
|
+
this.i.disconnectedCallback();
|
|
37
|
+
}
|
|
38
|
+
if (this._attached) {
|
|
39
|
+
this._attached = false;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
28
42
|
Object.defineProperty(IgcGeographicProportionalSymbolSeriesBaseComponent, "observedAttributes", {
|
|
29
43
|
get: function () {
|
|
30
44
|
if (IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent == null) {
|
|
@@ -40,11 +40,25 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
40
40
|
if (_super.prototype["connectedCallback"]) {
|
|
41
41
|
_super.prototype["connectedCallback"].call(this);
|
|
42
42
|
}
|
|
43
|
+
if (this.i.connectedCallback) {
|
|
44
|
+
this.i.connectedCallback();
|
|
45
|
+
}
|
|
43
46
|
if (!this._attached) {
|
|
44
47
|
this._attached = true;
|
|
45
48
|
this._flushQueuedAttributes();
|
|
46
49
|
}
|
|
47
50
|
};
|
|
51
|
+
IgcGeographicProportionalSymbolSeriesComponent.prototype.disconnectedCallback = function () {
|
|
52
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
53
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
54
|
+
}
|
|
55
|
+
if (this.i.disconnectedCallback) {
|
|
56
|
+
this.i.disconnectedCallback();
|
|
57
|
+
}
|
|
58
|
+
if (this._attached) {
|
|
59
|
+
this._attached = false;
|
|
60
|
+
}
|
|
61
|
+
};
|
|
48
62
|
Object.defineProperty(IgcGeographicProportionalSymbolSeriesComponent, "observedAttributes", {
|
|
49
63
|
get: function () {
|
|
50
64
|
if (IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent == null) {
|
|
@@ -119,17 +133,18 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
119
133
|
* Gets or sets the radius size scale for the bubbles.
|
|
120
134
|
*/
|
|
121
135
|
get: function () {
|
|
122
|
-
|
|
136
|
+
var r = this.i.rl;
|
|
137
|
+
if (r == null) {
|
|
123
138
|
return null;
|
|
124
139
|
}
|
|
125
|
-
if (!
|
|
126
|
-
var e = IgcSizeScaleComponent._createFromInternal(
|
|
140
|
+
if (!r.externalObject) {
|
|
141
|
+
var e = IgcSizeScaleComponent._createFromInternal(r);
|
|
127
142
|
if (e) {
|
|
128
|
-
e._implementation =
|
|
143
|
+
e._implementation = r;
|
|
129
144
|
}
|
|
130
|
-
|
|
145
|
+
r.externalObject = e;
|
|
131
146
|
}
|
|
132
|
-
return
|
|
147
|
+
return r.externalObject;
|
|
133
148
|
},
|
|
134
149
|
set: function (v) {
|
|
135
150
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -170,17 +185,18 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
170
185
|
* Gets or sets the brush scale for the marker brush.
|
|
171
186
|
*/
|
|
172
187
|
get: function () {
|
|
173
|
-
|
|
188
|
+
var r = this.i.ri;
|
|
189
|
+
if (r == null) {
|
|
174
190
|
return null;
|
|
175
191
|
}
|
|
176
|
-
if (!
|
|
177
|
-
var e = IgcBrushScaleComponent._createFromInternal(
|
|
192
|
+
if (!r.externalObject) {
|
|
193
|
+
var e = IgcBrushScaleComponent._createFromInternal(r);
|
|
178
194
|
if (e) {
|
|
179
|
-
e._implementation =
|
|
195
|
+
e._implementation = r;
|
|
180
196
|
}
|
|
181
|
-
|
|
197
|
+
r.externalObject = e;
|
|
182
198
|
}
|
|
183
|
-
return
|
|
199
|
+
return r.externalObject;
|
|
184
200
|
},
|
|
185
201
|
set: function (v) {
|
|
186
202
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -371,6 +387,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
371
387
|
}
|
|
372
388
|
};
|
|
373
389
|
this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
|
|
390
|
+
;
|
|
374
391
|
},
|
|
375
392
|
enumerable: true,
|
|
376
393
|
configurable: true
|
|
@@ -401,6 +418,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
401
418
|
}
|
|
402
419
|
};
|
|
403
420
|
this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
|
|
421
|
+
;
|
|
404
422
|
},
|
|
405
423
|
enumerable: true,
|
|
406
424
|
configurable: true
|
|
@@ -34,11 +34,25 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
34
34
|
if (_super.prototype["connectedCallback"]) {
|
|
35
35
|
_super.prototype["connectedCallback"].call(this);
|
|
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
|
+
IgcGeographicScatterAreaSeriesComponent.prototype.disconnectedCallback = function () {
|
|
46
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
47
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
48
|
+
}
|
|
49
|
+
if (this.i.disconnectedCallback) {
|
|
50
|
+
this.i.disconnectedCallback();
|
|
51
|
+
}
|
|
52
|
+
if (this._attached) {
|
|
53
|
+
this._attached = false;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
42
56
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent, "observedAttributes", {
|
|
43
57
|
get: function () {
|
|
44
58
|
if (IgcGeographicScatterAreaSeriesComponent._observedAttributesIgcGeographicScatterAreaSeriesComponent == null) {
|
|
@@ -87,17 +101,18 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
87
101
|
* The ColorScale used to resolve the color values of points in the series.
|
|
88
102
|
*/
|
|
89
103
|
get: function () {
|
|
90
|
-
|
|
104
|
+
var r = this.i.q3;
|
|
105
|
+
if (r == null) {
|
|
91
106
|
return null;
|
|
92
107
|
}
|
|
93
|
-
if (!
|
|
94
|
-
var e = IgcColorScaleComponent._createFromInternal(
|
|
108
|
+
if (!r.externalObject) {
|
|
109
|
+
var e = IgcColorScaleComponent._createFromInternal(r);
|
|
95
110
|
if (e) {
|
|
96
|
-
e._implementation =
|
|
111
|
+
e._implementation = r;
|
|
97
112
|
}
|
|
98
|
-
|
|
113
|
+
r.externalObject = e;
|
|
99
114
|
}
|
|
100
|
-
return
|
|
115
|
+
return r.externalObject;
|
|
101
116
|
},
|
|
102
117
|
set: function (v) {
|
|
103
118
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -112,17 +127,18 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
112
127
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
113
128
|
*/
|
|
114
129
|
get: function () {
|
|
115
|
-
|
|
130
|
+
var r = this.i.q2;
|
|
131
|
+
if (r == null) {
|
|
116
132
|
return null;
|
|
117
133
|
}
|
|
118
|
-
if (!
|
|
119
|
-
var e = IgcColorScaleComponent._createFromInternal(
|
|
134
|
+
if (!r.externalObject) {
|
|
135
|
+
var e = IgcColorScaleComponent._createFromInternal(r);
|
|
120
136
|
if (e) {
|
|
121
|
-
e._implementation =
|
|
137
|
+
e._implementation = r;
|
|
122
138
|
}
|
|
123
|
-
|
|
139
|
+
r.externalObject = e;
|
|
124
140
|
}
|
|
125
|
-
return
|
|
141
|
+
return r.externalObject;
|
|
126
142
|
},
|
|
127
143
|
set: function (v) {
|
|
128
144
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -189,6 +205,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
189
205
|
}
|
|
190
206
|
};
|
|
191
207
|
this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
|
|
208
|
+
;
|
|
192
209
|
},
|
|
193
210
|
enumerable: true,
|
|
194
211
|
configurable: true
|
|
@@ -20,11 +20,25 @@ var IgcGeographicShapeSeriesBaseBaseComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
20
20
|
if (_super.prototype["connectedCallback"]) {
|
|
21
21
|
_super.prototype["connectedCallback"].call(this);
|
|
22
22
|
}
|
|
23
|
+
if (this.i.connectedCallback) {
|
|
24
|
+
this.i.connectedCallback();
|
|
25
|
+
}
|
|
23
26
|
if (!this._attached) {
|
|
24
27
|
this._attached = true;
|
|
25
28
|
this._flushQueuedAttributes();
|
|
26
29
|
}
|
|
27
30
|
};
|
|
31
|
+
IgcGeographicShapeSeriesBaseBaseComponent.prototype.disconnectedCallback = function () {
|
|
32
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
33
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
34
|
+
}
|
|
35
|
+
if (this.i.disconnectedCallback) {
|
|
36
|
+
this.i.disconnectedCallback();
|
|
37
|
+
}
|
|
38
|
+
if (this._attached) {
|
|
39
|
+
this._attached = false;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
28
42
|
Object.defineProperty(IgcGeographicShapeSeriesBaseBaseComponent, "observedAttributes", {
|
|
29
43
|
get: function () {
|
|
30
44
|
if (IgcGeographicShapeSeriesBaseBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent == null) {
|
|
@@ -35,11 +35,25 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
35
35
|
if (_super.prototype["connectedCallback"]) {
|
|
36
36
|
_super.prototype["connectedCallback"].call(this);
|
|
37
37
|
}
|
|
38
|
+
if (this.i.connectedCallback) {
|
|
39
|
+
this.i.connectedCallback();
|
|
40
|
+
}
|
|
38
41
|
if (!this._attached) {
|
|
39
42
|
this._attached = true;
|
|
40
43
|
this._flushQueuedAttributes();
|
|
41
44
|
}
|
|
42
45
|
};
|
|
46
|
+
IgcGeographicShapeSeriesBaseComponent.prototype.disconnectedCallback = function () {
|
|
47
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
48
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
49
|
+
}
|
|
50
|
+
if (this.i.disconnectedCallback) {
|
|
51
|
+
this.i.disconnectedCallback();
|
|
52
|
+
}
|
|
53
|
+
if (this._attached) {
|
|
54
|
+
this._attached = false;
|
|
55
|
+
}
|
|
56
|
+
};
|
|
43
57
|
Object.defineProperty(IgcGeographicShapeSeriesBaseComponent, "observedAttributes", {
|
|
44
58
|
get: function () {
|
|
45
59
|
if (IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent == null) {
|
|
@@ -208,15 +222,21 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
208
222
|
* Set a shapefile datasource to use with the series.
|
|
209
223
|
*/
|
|
210
224
|
get: function () {
|
|
211
|
-
|
|
225
|
+
var r = this.i.qn;
|
|
226
|
+
if (r == null) {
|
|
212
227
|
return null;
|
|
213
228
|
}
|
|
214
|
-
if (!
|
|
229
|
+
if (!r.externalObject) {
|
|
215
230
|
var e = new IgcShapeDataSource();
|
|
216
|
-
e.
|
|
217
|
-
|
|
231
|
+
if (e.i.setNativeElement) {
|
|
232
|
+
e.i.setNativeElement(r);
|
|
233
|
+
}
|
|
234
|
+
else {
|
|
235
|
+
e._implementation = r;
|
|
236
|
+
}
|
|
237
|
+
r.externalObject = e;
|
|
218
238
|
}
|
|
219
|
-
return
|
|
239
|
+
return r.externalObject;
|
|
220
240
|
},
|
|
221
241
|
set: function (v) {
|
|
222
242
|
v == null ? this.i.qn = null : this.i.qn = v.i;
|
|
@@ -275,6 +295,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
275
295
|
}
|
|
276
296
|
};
|
|
277
297
|
this.i.assigningShapeStyle = delegateCombine(this.i.assigningShapeStyle, this._assigningShapeStyle_wrapped);
|
|
298
|
+
;
|
|
278
299
|
},
|
|
279
300
|
enumerable: true,
|
|
280
301
|
configurable: true
|
|
@@ -305,6 +326,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
305
326
|
}
|
|
306
327
|
};
|
|
307
328
|
this.i.assigningShapeMarkerStyle = delegateCombine(this.i.assigningShapeMarkerStyle, this._assigningShapeMarkerStyle_wrapped);
|
|
329
|
+
;
|
|
308
330
|
},
|
|
309
331
|
enumerable: true,
|
|
310
332
|
configurable: true
|
|
@@ -38,11 +38,25 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
38
38
|
if (_super.prototype["connectedCallback"]) {
|
|
39
39
|
_super.prototype["connectedCallback"].call(this);
|
|
40
40
|
}
|
|
41
|
+
if (this.i.connectedCallback) {
|
|
42
|
+
this.i.connectedCallback();
|
|
43
|
+
}
|
|
41
44
|
if (!this._attached) {
|
|
42
45
|
this._attached = true;
|
|
43
46
|
this._flushQueuedAttributes();
|
|
44
47
|
}
|
|
45
48
|
};
|
|
49
|
+
IgcGeographicShapeSeriesComponent.prototype.disconnectedCallback = function () {
|
|
50
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
51
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
52
|
+
}
|
|
53
|
+
if (this.i.disconnectedCallback) {
|
|
54
|
+
this.i.disconnectedCallback();
|
|
55
|
+
}
|
|
56
|
+
if (this._attached) {
|
|
57
|
+
this._attached = false;
|
|
58
|
+
}
|
|
59
|
+
};
|
|
46
60
|
Object.defineProperty(IgcGeographicShapeSeriesComponent, "observedAttributes", {
|
|
47
61
|
get: function () {
|
|
48
62
|
if (IgcGeographicShapeSeriesComponent._observedAttributesIgcGeographicShapeSeriesComponent == null) {
|
|
@@ -313,6 +327,7 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
313
327
|
}
|
|
314
328
|
};
|
|
315
329
|
this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
|
|
330
|
+
;
|
|
316
331
|
},
|
|
317
332
|
enumerable: true,
|
|
318
333
|
configurable: true
|
|
@@ -20,11 +20,25 @@ var IgcGeographicSymbolSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
20
20
|
if (_super.prototype["connectedCallback"]) {
|
|
21
21
|
_super.prototype["connectedCallback"].call(this);
|
|
22
22
|
}
|
|
23
|
+
if (this.i.connectedCallback) {
|
|
24
|
+
this.i.connectedCallback();
|
|
25
|
+
}
|
|
23
26
|
if (!this._attached) {
|
|
24
27
|
this._attached = true;
|
|
25
28
|
this._flushQueuedAttributes();
|
|
26
29
|
}
|
|
27
30
|
};
|
|
31
|
+
IgcGeographicSymbolSeriesBaseComponent.prototype.disconnectedCallback = function () {
|
|
32
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
33
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
34
|
+
}
|
|
35
|
+
if (this.i.disconnectedCallback) {
|
|
36
|
+
this.i.disconnectedCallback();
|
|
37
|
+
}
|
|
38
|
+
if (this._attached) {
|
|
39
|
+
this._attached = false;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
28
42
|
Object.defineProperty(IgcGeographicSymbolSeriesBaseComponent, "observedAttributes", {
|
|
29
43
|
get: function () {
|
|
30
44
|
if (IgcGeographicSymbolSeriesBaseComponent._observedAttributesIgcGeographicSymbolSeriesBaseComponent == null) {
|
|
@@ -39,11 +39,25 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
39
39
|
if (_super.prototype["connectedCallback"]) {
|
|
40
40
|
_super.prototype["connectedCallback"].call(this);
|
|
41
41
|
}
|
|
42
|
+
if (this.i.connectedCallback) {
|
|
43
|
+
this.i.connectedCallback();
|
|
44
|
+
}
|
|
42
45
|
if (!this._attached) {
|
|
43
46
|
this._attached = true;
|
|
44
47
|
this._flushQueuedAttributes();
|
|
45
48
|
}
|
|
46
49
|
};
|
|
50
|
+
IgcGeographicSymbolSeriesComponent.prototype.disconnectedCallback = function () {
|
|
51
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
52
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
53
|
+
}
|
|
54
|
+
if (this.i.disconnectedCallback) {
|
|
55
|
+
this.i.disconnectedCallback();
|
|
56
|
+
}
|
|
57
|
+
if (this._attached) {
|
|
58
|
+
this._attached = false;
|
|
59
|
+
}
|
|
60
|
+
};
|
|
47
61
|
Object.defineProperty(IgcGeographicSymbolSeriesComponent, "observedAttributes", {
|
|
48
62
|
get: function () {
|
|
49
63
|
if (IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent == null) {
|
|
@@ -196,6 +210,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
196
210
|
}
|
|
197
211
|
};
|
|
198
212
|
this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
|
|
213
|
+
;
|
|
199
214
|
},
|
|
200
215
|
enumerable: true,
|
|
201
216
|
configurable: true
|
|
@@ -226,6 +241,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
226
241
|
}
|
|
227
242
|
};
|
|
228
243
|
this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
|
|
244
|
+
;
|
|
229
245
|
},
|
|
230
246
|
enumerable: true,
|
|
231
247
|
configurable: true
|
|
@@ -33,11 +33,25 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
33
33
|
if (_super.prototype["connectedCallback"]) {
|
|
34
34
|
_super.prototype["connectedCallback"].call(this);
|
|
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
|
+
IgcGeographicTileSeriesComponent.prototype.disconnectedCallback = function () {
|
|
45
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
46
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
47
|
+
}
|
|
48
|
+
if (this.i.disconnectedCallback) {
|
|
49
|
+
this.i.disconnectedCallback();
|
|
50
|
+
}
|
|
51
|
+
if (this._attached) {
|
|
52
|
+
this._attached = false;
|
|
53
|
+
}
|
|
54
|
+
};
|
|
41
55
|
Object.defineProperty(IgcGeographicTileSeriesComponent, "observedAttributes", {
|
|
42
56
|
get: function () {
|
|
43
57
|
if (IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent == null) {
|
|
@@ -73,10 +87,11 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
73
87
|
* The MapImagery which is used to provide the tiles for display.
|
|
74
88
|
*/
|
|
75
89
|
get: function () {
|
|
76
|
-
|
|
90
|
+
var r = this.i.ri;
|
|
91
|
+
if (r == null) {
|
|
77
92
|
return null;
|
|
78
93
|
}
|
|
79
|
-
return
|
|
94
|
+
return r.externalObject;
|
|
80
95
|
},
|
|
81
96
|
set: function (v) {
|
|
82
97
|
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
@@ -127,6 +142,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
127
142
|
}
|
|
128
143
|
};
|
|
129
144
|
this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
|
|
145
|
+
;
|
|
130
146
|
},
|
|
131
147
|
enumerable: true,
|
|
132
148
|
configurable: true
|
|
@@ -20,11 +20,25 @@ var IgcGeographicXYTriangulatingSeriesBaseComponent = /** @class */ /*@__PURE__*
|
|
|
20
20
|
if (_super.prototype["connectedCallback"]) {
|
|
21
21
|
_super.prototype["connectedCallback"].call(this);
|
|
22
22
|
}
|
|
23
|
+
if (this.i.connectedCallback) {
|
|
24
|
+
this.i.connectedCallback();
|
|
25
|
+
}
|
|
23
26
|
if (!this._attached) {
|
|
24
27
|
this._attached = true;
|
|
25
28
|
this._flushQueuedAttributes();
|
|
26
29
|
}
|
|
27
30
|
};
|
|
31
|
+
IgcGeographicXYTriangulatingSeriesBaseComponent.prototype.disconnectedCallback = function () {
|
|
32
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
33
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
34
|
+
}
|
|
35
|
+
if (this.i.disconnectedCallback) {
|
|
36
|
+
this.i.disconnectedCallback();
|
|
37
|
+
}
|
|
38
|
+
if (this._attached) {
|
|
39
|
+
this._attached = false;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
28
42
|
Object.defineProperty(IgcGeographicXYTriangulatingSeriesBaseComponent, "observedAttributes", {
|
|
29
43
|
get: function () {
|
|
30
44
|
if (IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent == null) {
|
|
@@ -28,11 +28,25 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
if (_super.prototype["connectedCallback"]) {
|
|
29
29
|
_super.prototype["connectedCallback"].call(this);
|
|
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
|
+
IgcTileSeriesComponent.prototype.disconnectedCallback = function () {
|
|
40
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
41
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
};
|
|
36
50
|
Object.defineProperty(IgcTileSeriesComponent, "observedAttributes", {
|
|
37
51
|
get: function () {
|
|
38
52
|
if (IgcTileSeriesComponent._observedAttributesIgcTileSeriesComponent == null) {
|
|
@@ -68,10 +82,11 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
82
|
* The MapImagery which is used to provide the tiles for display.
|
|
69
83
|
*/
|
|
70
84
|
get: function () {
|
|
71
|
-
|
|
85
|
+
var r = this.i.sz;
|
|
86
|
+
if (r == null) {
|
|
72
87
|
return null;
|
|
73
88
|
}
|
|
74
|
-
return
|
|
89
|
+
return r.externalObject;
|
|
75
90
|
},
|
|
76
91
|
set: function (v) {
|
|
77
92
|
v == null ? this.i.sz = null : this.i.sz = v.i;
|