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
|
@@ -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) {
|
|
@@ -79,10 +93,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
79
93
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
80
94
|
*/
|
|
81
95
|
get: function () {
|
|
82
|
-
return this.i.
|
|
96
|
+
return this.i.rw;
|
|
83
97
|
},
|
|
84
98
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
99
|
+
this.i.rw = v;
|
|
86
100
|
},
|
|
87
101
|
enumerable: true,
|
|
88
102
|
configurable: true
|
|
@@ -92,10 +106,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
92
106
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
93
107
|
*/
|
|
94
108
|
get: function () {
|
|
95
|
-
return this.i.
|
|
109
|
+
return this.i.ry;
|
|
96
110
|
},
|
|
97
111
|
set: function (v) {
|
|
98
|
-
this.i.
|
|
112
|
+
this.i.ry = v;
|
|
99
113
|
},
|
|
100
114
|
enumerable: true,
|
|
101
115
|
configurable: true
|
|
@@ -105,11 +119,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
119
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
106
120
|
*/
|
|
107
121
|
get: function () {
|
|
108
|
-
return this.i.
|
|
122
|
+
return this.i.ri;
|
|
109
123
|
},
|
|
110
124
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
125
|
+
this.i.ri = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
126
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ri));
|
|
113
127
|
},
|
|
114
128
|
enumerable: true,
|
|
115
129
|
configurable: true
|
|
@@ -119,11 +133,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
119
133
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
120
134
|
*/
|
|
121
135
|
get: function () {
|
|
122
|
-
return this.i.
|
|
136
|
+
return this.i.rp;
|
|
123
137
|
},
|
|
124
138
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
139
|
+
this.i.rp = ensureBool(v);
|
|
140
|
+
this._a("isCustomScatterStyleAllowed", this.i.rp);
|
|
127
141
|
},
|
|
128
142
|
enumerable: true,
|
|
129
143
|
configurable: true
|
|
@@ -133,11 +147,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
133
147
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
134
148
|
*/
|
|
135
149
|
get: function () {
|
|
136
|
-
return this.i.
|
|
150
|
+
return this.i.ro;
|
|
137
151
|
},
|
|
138
152
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
140
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
153
|
+
this.i.ro = ensureBool(v);
|
|
154
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.ro);
|
|
141
155
|
},
|
|
142
156
|
enumerable: true,
|
|
143
157
|
configurable: true
|
|
@@ -147,11 +161,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
147
161
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
148
162
|
*/
|
|
149
163
|
get: function () {
|
|
150
|
-
return this.i.
|
|
164
|
+
return this.i.rj;
|
|
151
165
|
},
|
|
152
166
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
167
|
+
this.i.rj = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
168
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rj));
|
|
155
169
|
},
|
|
156
170
|
enumerable: true,
|
|
157
171
|
configurable: true
|
|
@@ -161,11 +175,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
161
175
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
162
176
|
*/
|
|
163
177
|
get: function () {
|
|
164
|
-
return this.i.
|
|
178
|
+
return this.i.rr;
|
|
165
179
|
},
|
|
166
180
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("itemSearchThreshold", this.i.
|
|
181
|
+
this.i.rr = +v;
|
|
182
|
+
this._a("itemSearchThreshold", this.i.rr);
|
|
169
183
|
},
|
|
170
184
|
enumerable: true,
|
|
171
185
|
configurable: true
|
|
@@ -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) {
|
|
@@ -63,7 +77,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
63
77
|
* Gets whether the current series shows a tile imagery.
|
|
64
78
|
*/
|
|
65
79
|
get: function () {
|
|
66
|
-
return this.i.
|
|
80
|
+
return this.i.ej;
|
|
67
81
|
},
|
|
68
82
|
enumerable: true,
|
|
69
83
|
configurable: true
|
|
@@ -73,13 +87,14 @@ 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
|
-
v == null ? this.i.
|
|
97
|
+
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
83
98
|
},
|
|
84
99
|
enumerable: true,
|
|
85
100
|
configurable: true
|
|
@@ -99,7 +114,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
99
114
|
|
|
100
115
|
*/
|
|
101
116
|
IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
102
|
-
this.i.
|
|
117
|
+
this.i.rm();
|
|
103
118
|
};
|
|
104
119
|
Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
105
120
|
/**
|
|
@@ -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) {
|
|
@@ -62,10 +62,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
62
62
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
63
63
|
*/
|
|
64
64
|
get: function () {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.qm;
|
|
66
66
|
},
|
|
67
67
|
set: function (v) {
|
|
68
|
-
this.i.
|
|
68
|
+
this.i.qm = v;
|
|
69
69
|
},
|
|
70
70
|
enumerable: true,
|
|
71
71
|
configurable: true
|
|
@@ -75,10 +75,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
75
75
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.qk;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.qk = v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: true,
|
|
84
84
|
configurable: true
|
|
@@ -89,10 +89,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
89
89
|
* 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.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.qj;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.qj = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: true,
|
|
98
98
|
configurable: true
|
|
@@ -102,10 +102,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
102
102
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.qp;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.qp = v;
|
|
109
109
|
},
|
|
110
110
|
enumerable: true,
|
|
111
111
|
configurable: true
|
|
@@ -115,10 +115,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
115
115
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
116
116
|
*/
|
|
117
117
|
get: function () {
|
|
118
|
-
return this.i.
|
|
118
|
+
return this.i.qr;
|
|
119
119
|
},
|
|
120
120
|
set: function (v) {
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.qr = v;
|
|
122
122
|
},
|
|
123
123
|
enumerable: true,
|
|
124
124
|
configurable: true
|
|
@@ -128,10 +128,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
128
128
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
129
129
|
*/
|
|
130
130
|
get: function () {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.qt;
|
|
132
132
|
},
|
|
133
133
|
set: function (v) {
|
|
134
|
-
this.i.
|
|
134
|
+
this.i.qt = v;
|
|
135
135
|
},
|
|
136
136
|
enumerable: true,
|
|
137
137
|
configurable: true
|
|
@@ -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) {
|
|
@@ -58,7 +72,7 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
72
|
* Gets whether the current series shows a tile imagery.
|
|
59
73
|
*/
|
|
60
74
|
get: function () {
|
|
61
|
-
return this.i.
|
|
75
|
+
return this.i.ej;
|
|
62
76
|
},
|
|
63
77
|
enumerable: true,
|
|
64
78
|
configurable: true
|
|
@@ -68,13 +82,14 @@ 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
|
-
v == null ? this.i.
|
|
92
|
+
v == null ? this.i.sz = null : this.i.sz = v.i;
|
|
78
93
|
},
|
|
79
94
|
enumerable: true,
|
|
80
95
|
configurable: true
|