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 @@ 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) {
|
|
@@ -74,10 +88,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
74
88
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
75
89
|
*/
|
|
76
90
|
get: function () {
|
|
77
|
-
return this.i.
|
|
91
|
+
return this.i.q8;
|
|
78
92
|
},
|
|
79
93
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
94
|
+
this.i.q8 = v;
|
|
81
95
|
},
|
|
82
96
|
enumerable: true,
|
|
83
97
|
configurable: true
|
|
@@ -87,22 +101,23 @@ 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)
|
|
104
119
|
v._styling(this._stylingContainer, this, this);
|
|
105
|
-
v == null ? this.i.
|
|
120
|
+
v == null ? this.i.q3 = null : this.i.q3 = v.i;
|
|
106
121
|
},
|
|
107
122
|
enumerable: true,
|
|
108
123
|
configurable: true
|
|
@@ -112,22 +127,23 @@ 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)
|
|
129
145
|
v._styling(this._stylingContainer, this, this);
|
|
130
|
-
v == null ? this.i.
|
|
146
|
+
v == null ? this.i.q2 = null : this.i.q2 = v.i;
|
|
131
147
|
},
|
|
132
148
|
enumerable: true,
|
|
133
149
|
configurable: true
|
|
@@ -161,7 +177,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
161
177
|
|
|
162
178
|
*/
|
|
163
179
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
164
|
-
this.i.
|
|
180
|
+
this.i.rd();
|
|
165
181
|
};
|
|
166
182
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
167
183
|
/**
|
|
@@ -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) {
|
|
@@ -125,10 +139,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
125
139
|
* 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.
|
|
126
140
|
*/
|
|
127
141
|
get: function () {
|
|
128
|
-
return this.i.
|
|
142
|
+
return this.i.q3;
|
|
129
143
|
},
|
|
130
144
|
set: function (v) {
|
|
131
|
-
this.i.
|
|
145
|
+
this.i.q3 = v;
|
|
132
146
|
},
|
|
133
147
|
enumerable: true,
|
|
134
148
|
configurable: true
|
|
@@ -138,11 +152,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
138
152
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
139
153
|
*/
|
|
140
154
|
get: function () {
|
|
141
|
-
return this.i.
|
|
155
|
+
return this.i.qs;
|
|
142
156
|
},
|
|
143
157
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
158
|
+
this.i.qs = ensureBool(v);
|
|
159
|
+
this._a("isCustomShapeStyleAllowed", this.i.qs);
|
|
146
160
|
},
|
|
147
161
|
enumerable: true,
|
|
148
162
|
configurable: true
|
|
@@ -152,11 +166,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
152
166
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
153
167
|
*/
|
|
154
168
|
get: function () {
|
|
155
|
-
return this.i.
|
|
169
|
+
return this.i.qr;
|
|
156
170
|
},
|
|
157
171
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
172
|
+
this.i.qr = ensureBool(v);
|
|
173
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.qr);
|
|
160
174
|
},
|
|
161
175
|
enumerable: true,
|
|
162
176
|
configurable: true
|
|
@@ -166,11 +180,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
166
180
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
167
181
|
*/
|
|
168
182
|
get: function () {
|
|
169
|
-
return this.i.
|
|
183
|
+
return this.i.qk;
|
|
170
184
|
},
|
|
171
185
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
186
|
+
this.i.qk = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
187
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qk));
|
|
174
188
|
},
|
|
175
189
|
enumerable: true,
|
|
176
190
|
configurable: true
|
|
@@ -180,11 +194,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
180
194
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
181
195
|
*/
|
|
182
196
|
get: function () {
|
|
183
|
-
return this.i.
|
|
197
|
+
return this.i.qv;
|
|
184
198
|
},
|
|
185
199
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("itemSearchThreshold", this.i.
|
|
200
|
+
this.i.qv = +v;
|
|
201
|
+
this._a("itemSearchThreshold", this.i.qv);
|
|
188
202
|
},
|
|
189
203
|
enumerable: true,
|
|
190
204
|
configurable: true
|
|
@@ -194,11 +208,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
194
208
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
195
209
|
*/
|
|
196
210
|
get: function () {
|
|
197
|
-
return this.i.
|
|
211
|
+
return this.i.qu;
|
|
198
212
|
},
|
|
199
213
|
set: function (v) {
|
|
200
|
-
this.i.
|
|
201
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
214
|
+
this.i.qu = +v;
|
|
215
|
+
this._a("itemSearchPointsThreshold", this.i.qu);
|
|
202
216
|
},
|
|
203
217
|
enumerable: true,
|
|
204
218
|
configurable: true
|
|
@@ -208,18 +222,24 @@ 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
|
-
v == null ? this.i.
|
|
242
|
+
v == null ? this.i.qn = null : this.i.qn = v.i;
|
|
223
243
|
},
|
|
224
244
|
enumerable: true,
|
|
225
245
|
configurable: true
|
|
@@ -230,11 +250,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
230
250
|
* 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.
|
|
231
251
|
*/
|
|
232
252
|
get: function () {
|
|
233
|
-
return this.i.
|
|
253
|
+
return this.i.qt;
|
|
234
254
|
},
|
|
235
255
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("shapeFilterResolution", this.i.
|
|
256
|
+
this.i.qt = +v;
|
|
257
|
+
this._a("shapeFilterResolution", this.i.qt);
|
|
238
258
|
},
|
|
239
259
|
enumerable: true,
|
|
240
260
|
configurable: true
|
|
@@ -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) {
|
|
@@ -68,7 +82,7 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
68
82
|
* Gets whether the current series shows a polygon shape.
|
|
69
83
|
*/
|
|
70
84
|
get: function () {
|
|
71
|
-
return this.i.
|
|
85
|
+
return this.i.d8;
|
|
72
86
|
},
|
|
73
87
|
enumerable: true,
|
|
74
88
|
configurable: true
|
|
@@ -78,11 +92,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
78
92
|
* Gets or sets the fill brush.
|
|
79
93
|
*/
|
|
80
94
|
get: function () {
|
|
81
|
-
return this.i.
|
|
95
|
+
return this.i.sp ? this.i.sp.fill : null;
|
|
82
96
|
},
|
|
83
97
|
set: function (v) {
|
|
84
98
|
this.ensureShapeStyle();
|
|
85
|
-
this.i.
|
|
99
|
+
this.i.sp.fill = v;
|
|
86
100
|
},
|
|
87
101
|
enumerable: true,
|
|
88
102
|
configurable: true
|
|
@@ -92,11 +106,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
92
106
|
* Gets or sets the stroke brush.
|
|
93
107
|
*/
|
|
94
108
|
get: function () {
|
|
95
|
-
return this.i.
|
|
109
|
+
return this.i.sp ? this.i.sp.stroke : null;
|
|
96
110
|
},
|
|
97
111
|
set: function (v) {
|
|
98
112
|
this.ensureShapeStyle();
|
|
99
|
-
this.i.
|
|
113
|
+
this.i.sp.stroke = v;
|
|
100
114
|
},
|
|
101
115
|
enumerable: true,
|
|
102
116
|
configurable: true
|
|
@@ -106,12 +120,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
106
120
|
* Gets or sets the stroke thickness.
|
|
107
121
|
*/
|
|
108
122
|
get: function () {
|
|
109
|
-
return this.i.
|
|
123
|
+
return this.i.sp ? this.i.sp.strokeThickness : NaN;
|
|
110
124
|
},
|
|
111
125
|
set: function (v) {
|
|
112
126
|
this.ensureShapeStyle();
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("shapeStrokeThickness", this.i.
|
|
127
|
+
this.i.sp.strokeThickness = +v;
|
|
128
|
+
this._a("shapeStrokeThickness", this.i.sp.strokeThickness);
|
|
115
129
|
},
|
|
116
130
|
enumerable: true,
|
|
117
131
|
configurable: true
|
|
@@ -121,21 +135,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
121
135
|
* Gets or sets the opacity.
|
|
122
136
|
*/
|
|
123
137
|
get: function () {
|
|
124
|
-
return this.i.
|
|
138
|
+
return this.i.sp ? this.i.sp.opacity : NaN;
|
|
125
139
|
},
|
|
126
140
|
set: function (v) {
|
|
127
141
|
this.ensureShapeStyle();
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("shapeOpacity", this.i.
|
|
142
|
+
this.i.sp.opacity = +v;
|
|
143
|
+
this._a("shapeOpacity", this.i.sp.opacity);
|
|
130
144
|
},
|
|
131
145
|
enumerable: true,
|
|
132
146
|
configurable: true
|
|
133
147
|
});
|
|
134
148
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
135
|
-
if (this.i.
|
|
149
|
+
if (this.i.sp) {
|
|
136
150
|
return;
|
|
137
151
|
}
|
|
138
|
-
this.i.
|
|
152
|
+
this.i.sp = new Style();
|
|
139
153
|
};
|
|
140
154
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
141
155
|
/**
|
|
@@ -143,11 +157,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
143
157
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
144
158
|
*/
|
|
145
159
|
get: function () {
|
|
146
|
-
return this.i.
|
|
160
|
+
return this.i.rj;
|
|
147
161
|
},
|
|
148
162
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
150
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
163
|
+
this.i.rj = ensureEnum(MarkerType_$type, v);
|
|
164
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.rj));
|
|
151
165
|
},
|
|
152
166
|
enumerable: true,
|
|
153
167
|
configurable: true
|
|
@@ -157,11 +171,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
157
171
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
158
172
|
*/
|
|
159
173
|
get: function () {
|
|
160
|
-
return this.i.
|
|
174
|
+
return this.i.ri;
|
|
161
175
|
},
|
|
162
176
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
177
|
+
this.i.ri = ensureEnum(MarkerOutlineMode_$type, v);
|
|
178
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ri));
|
|
165
179
|
},
|
|
166
180
|
enumerable: true,
|
|
167
181
|
configurable: true
|
|
@@ -171,11 +185,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
171
185
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
172
186
|
*/
|
|
173
187
|
get: function () {
|
|
174
|
-
return this.i.
|
|
188
|
+
return this.i.rh;
|
|
175
189
|
},
|
|
176
190
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
191
|
+
this.i.rh = ensureEnum(MarkerFillMode_$type, v);
|
|
192
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rh));
|
|
179
193
|
},
|
|
180
194
|
enumerable: true,
|
|
181
195
|
configurable: true
|
|
@@ -185,10 +199,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
185
199
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
186
200
|
*/
|
|
187
201
|
get: function () {
|
|
188
|
-
return this.i.
|
|
202
|
+
return this.i.r5;
|
|
189
203
|
},
|
|
190
204
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
205
|
+
this.i.r5 = v;
|
|
192
206
|
},
|
|
193
207
|
enumerable: true,
|
|
194
208
|
configurable: true
|
|
@@ -198,11 +212,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
198
212
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
199
213
|
*/
|
|
200
214
|
get: function () {
|
|
201
|
-
return brushToString(this.i.
|
|
215
|
+
return brushToString(this.i.sm);
|
|
202
216
|
},
|
|
203
217
|
set: function (v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("markerBrush", brushToString(this.i.
|
|
218
|
+
this.i.sm = stringToBrush(v);
|
|
219
|
+
this._a("markerBrush", brushToString(this.i.sm));
|
|
206
220
|
},
|
|
207
221
|
enumerable: true,
|
|
208
222
|
configurable: true
|
|
@@ -212,11 +226,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
212
226
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
213
227
|
*/
|
|
214
228
|
get: function () {
|
|
215
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.sn);
|
|
216
230
|
},
|
|
217
231
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("markerOutline", brushToString(this.i.
|
|
232
|
+
this.i.sn = stringToBrush(v);
|
|
233
|
+
this._a("markerOutline", brushToString(this.i.sn));
|
|
220
234
|
},
|
|
221
235
|
enumerable: true,
|
|
222
236
|
configurable: true
|
|
@@ -226,11 +240,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
226
240
|
* Gets or sets thickness of the marker outline
|
|
227
241
|
*/
|
|
228
242
|
get: function () {
|
|
229
|
-
return this.i.
|
|
243
|
+
return this.i.rm;
|
|
230
244
|
},
|
|
231
245
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("markerThickness", this.i.
|
|
246
|
+
this.i.rm = +v;
|
|
247
|
+
this._a("markerThickness", this.i.rm);
|
|
234
248
|
},
|
|
235
249
|
enumerable: true,
|
|
236
250
|
configurable: true
|
|
@@ -240,11 +254,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
240
254
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
241
255
|
*/
|
|
242
256
|
get: function () {
|
|
243
|
-
return this.i.
|
|
257
|
+
return this.i.rg;
|
|
244
258
|
},
|
|
245
259
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
260
|
+
this.i.rg = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
261
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rg));
|
|
248
262
|
},
|
|
249
263
|
enumerable: true,
|
|
250
264
|
configurable: true
|
|
@@ -254,10 +268,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
254
268
|
* Gets the effective marker template for the current series object.
|
|
255
269
|
*/
|
|
256
270
|
get: function () {
|
|
257
|
-
return this.i.
|
|
271
|
+
return this.i.r4;
|
|
258
272
|
},
|
|
259
273
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
274
|
+
this.i.r4 = v;
|
|
261
275
|
},
|
|
262
276
|
enumerable: true,
|
|
263
277
|
configurable: true
|
|
@@ -267,11 +281,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
267
281
|
* Gets the effective marker brush for the current series object.
|
|
268
282
|
*/
|
|
269
283
|
get: function () {
|
|
270
|
-
return brushToString(this.i.
|
|
284
|
+
return brushToString(this.i.sk);
|
|
271
285
|
},
|
|
272
286
|
set: function (v) {
|
|
273
|
-
this.i.
|
|
274
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
287
|
+
this.i.sk = stringToBrush(v);
|
|
288
|
+
this._a("actualMarkerBrush", brushToString(this.i.sk));
|
|
275
289
|
},
|
|
276
290
|
enumerable: true,
|
|
277
291
|
configurable: true
|
|
@@ -281,11 +295,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
281
295
|
* Gets the effective marker outline for the current series object.
|
|
282
296
|
*/
|
|
283
297
|
get: function () {
|
|
284
|
-
return brushToString(this.i.
|
|
298
|
+
return brushToString(this.i.sl);
|
|
285
299
|
},
|
|
286
300
|
set: function (v) {
|
|
287
|
-
this.i.
|
|
288
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
301
|
+
this.i.sl = stringToBrush(v);
|
|
302
|
+
this._a("actualMarkerOutline", brushToString(this.i.sl));
|
|
289
303
|
},
|
|
290
304
|
enumerable: true,
|
|
291
305
|
configurable: true
|
|
@@ -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) {
|