igniteui-angular-maps 14.0.0 → 14.1.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-angular-maps.umd.js +946 -946
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +954 -954
- package/fesm5/igniteui-angular-maps.js +946 -946
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -52,10 +52,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
52
52
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
53
53
|
*/
|
|
54
54
|
get: function () {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.r3;
|
|
56
56
|
},
|
|
57
57
|
set: function (v) {
|
|
58
|
-
this.i.
|
|
58
|
+
this.i.r3 = v;
|
|
59
59
|
},
|
|
60
60
|
enumerable: false,
|
|
61
61
|
configurable: true
|
|
@@ -65,10 +65,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
65
65
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.r5;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.r5 = v;
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
@@ -78,10 +78,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
78
78
|
* Gets or sets the radius mapping property for the current series object.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.sa;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.sa = v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,22 +91,22 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
91
91
|
* Gets or sets the radius size scale for the bubbles.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
if (this.i.
|
|
94
|
+
if (this.i.rh == null) {
|
|
95
95
|
return null;
|
|
96
96
|
}
|
|
97
|
-
if (!this.i.
|
|
98
|
-
var e = IgxSizeScaleComponent._createFromInternal(this.i.
|
|
97
|
+
if (!this.i.rh.externalObject) {
|
|
98
|
+
var e = IgxSizeScaleComponent._createFromInternal(this.i.rh);
|
|
99
99
|
if (e) {
|
|
100
|
-
e._implementation = this.i.
|
|
100
|
+
e._implementation = this.i.rh;
|
|
101
101
|
}
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.rh.externalObject = e;
|
|
103
103
|
}
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.rh.externalObject;
|
|
105
105
|
},
|
|
106
106
|
set: function (v) {
|
|
107
107
|
if (v != null && this._stylingContainer && v._styling)
|
|
108
108
|
v._styling(this._stylingContainer, this, this);
|
|
109
|
-
v == null ? this.i.
|
|
109
|
+
v == null ? this.i.rh = null : this.i.rh = v.i;
|
|
110
110
|
},
|
|
111
111
|
enumerable: false,
|
|
112
112
|
configurable: true
|
|
@@ -116,10 +116,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
116
116
|
* Gets or sets the Label mapping property for the current series object.
|
|
117
117
|
*/
|
|
118
118
|
get: function () {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.r1;
|
|
120
120
|
},
|
|
121
121
|
set: function (v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.r1 = v;
|
|
123
123
|
},
|
|
124
124
|
enumerable: false,
|
|
125
125
|
configurable: true
|
|
@@ -129,10 +129,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
129
129
|
* Gets or sets the fill mapping property for the current series object.
|
|
130
130
|
*/
|
|
131
131
|
get: function () {
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.rt;
|
|
133
133
|
},
|
|
134
134
|
set: function (v) {
|
|
135
|
-
this.i.
|
|
135
|
+
this.i.rt = v;
|
|
136
136
|
},
|
|
137
137
|
enumerable: false,
|
|
138
138
|
configurable: true
|
|
@@ -142,22 +142,22 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
142
142
|
* Gets or sets the brush scale for the marker brush.
|
|
143
143
|
*/
|
|
144
144
|
get: function () {
|
|
145
|
-
if (this.i.
|
|
145
|
+
if (this.i.re == null) {
|
|
146
146
|
return null;
|
|
147
147
|
}
|
|
148
|
-
if (!this.i.
|
|
149
|
-
var e = IgxBrushScaleComponent._createFromInternal(this.i.
|
|
148
|
+
if (!this.i.re.externalObject) {
|
|
149
|
+
var e = IgxBrushScaleComponent._createFromInternal(this.i.re);
|
|
150
150
|
if (e) {
|
|
151
|
-
e._implementation = this.i.
|
|
151
|
+
e._implementation = this.i.re;
|
|
152
152
|
}
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.re.externalObject = e;
|
|
154
154
|
}
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.re.externalObject;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
158
|
if (v != null && this._stylingContainer && v._styling)
|
|
159
159
|
v._styling(this._stylingContainer, this, this);
|
|
160
|
-
v == null ? this.i.
|
|
160
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
161
161
|
},
|
|
162
162
|
enumerable: false,
|
|
163
163
|
configurable: true
|
|
@@ -168,10 +168,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
168
168
|
* This setting applies only if multiple series are using the same FillScale.
|
|
169
169
|
*/
|
|
170
170
|
get: function () {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.rl;
|
|
172
172
|
},
|
|
173
173
|
set: function (v) {
|
|
174
|
-
this.i.
|
|
174
|
+
this.i.rl = ensureBool(v);
|
|
175
175
|
},
|
|
176
176
|
enumerable: false,
|
|
177
177
|
configurable: true
|
|
@@ -182,10 +182,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
182
182
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.ro;
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
188
|
+
this.i.ro = ensureBool(v);
|
|
189
189
|
},
|
|
190
190
|
enumerable: false,
|
|
191
191
|
configurable: true
|
|
@@ -196,10 +196,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
196
196
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
197
197
|
*/
|
|
198
198
|
get: function () {
|
|
199
|
-
return this.i.
|
|
199
|
+
return this.i.rr;
|
|
200
200
|
},
|
|
201
201
|
set: function (v) {
|
|
202
|
-
this.i.
|
|
202
|
+
this.i.rr = +v;
|
|
203
203
|
},
|
|
204
204
|
enumerable: false,
|
|
205
205
|
configurable: true
|
|
@@ -210,10 +210,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
210
210
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
211
211
|
*/
|
|
212
212
|
get: function () {
|
|
213
|
-
return this.i.
|
|
213
|
+
return this.i.rq;
|
|
214
214
|
},
|
|
215
215
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
216
|
+
this.i.rq = +v;
|
|
217
217
|
},
|
|
218
218
|
enumerable: false,
|
|
219
219
|
configurable: true
|
|
@@ -224,10 +224,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
224
224
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
225
225
|
*/
|
|
226
226
|
get: function () {
|
|
227
|
-
return this.i.
|
|
227
|
+
return this.i.rp;
|
|
228
228
|
},
|
|
229
229
|
set: function (v) {
|
|
230
|
-
this.i.
|
|
230
|
+
this.i.rp = ensureBool(v);
|
|
231
231
|
},
|
|
232
232
|
enumerable: false,
|
|
233
233
|
configurable: true
|
|
@@ -237,10 +237,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
237
237
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
238
238
|
*/
|
|
239
239
|
get: function () {
|
|
240
|
-
return this.i.
|
|
240
|
+
return this.i.rn;
|
|
241
241
|
},
|
|
242
242
|
set: function (v) {
|
|
243
|
-
this.i.
|
|
243
|
+
this.i.rn = ensureBool(v);
|
|
244
244
|
},
|
|
245
245
|
enumerable: false,
|
|
246
246
|
configurable: true
|
|
@@ -250,10 +250,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
250
250
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
251
251
|
*/
|
|
252
252
|
get: function () {
|
|
253
|
-
return this.i.
|
|
253
|
+
return this.i.rm;
|
|
254
254
|
},
|
|
255
255
|
set: function (v) {
|
|
256
|
-
this.i.
|
|
256
|
+
this.i.rm = ensureBool(v);
|
|
257
257
|
},
|
|
258
258
|
enumerable: false,
|
|
259
259
|
configurable: true
|
|
@@ -263,10 +263,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
263
263
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
264
264
|
*/
|
|
265
265
|
get: function () {
|
|
266
|
-
return this.i.
|
|
266
|
+
return this.i.rg;
|
|
267
267
|
},
|
|
268
268
|
set: function (v) {
|
|
269
|
-
this.i.
|
|
269
|
+
this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
270
270
|
},
|
|
271
271
|
enumerable: false,
|
|
272
272
|
configurable: true
|
|
@@ -276,10 +276,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
276
276
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
277
277
|
*/
|
|
278
278
|
get: function () {
|
|
279
|
-
return this.i.
|
|
279
|
+
return this.i.rs;
|
|
280
280
|
},
|
|
281
281
|
set: function (v) {
|
|
282
|
-
this.i.
|
|
282
|
+
this.i.rs = +v;
|
|
283
283
|
},
|
|
284
284
|
enumerable: false,
|
|
285
285
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
46
46
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.q4;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.q4 = v;
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,22 +59,22 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
59
59
|
* The ColorScale used to resolve the color values of points in the series.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
if (this.i.
|
|
62
|
+
if (this.i.qz == null) {
|
|
63
63
|
return null;
|
|
64
64
|
}
|
|
65
|
-
if (!this.i.
|
|
66
|
-
var e = IgxColorScaleComponent._createFromInternal(this.i.
|
|
65
|
+
if (!this.i.qz.externalObject) {
|
|
66
|
+
var e = IgxColorScaleComponent._createFromInternal(this.i.qz);
|
|
67
67
|
if (e) {
|
|
68
|
-
e._implementation = this.i.
|
|
68
|
+
e._implementation = this.i.qz;
|
|
69
69
|
}
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.qz.externalObject = e;
|
|
71
71
|
}
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.qz.externalObject;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
75
|
if (v != null && this._stylingContainer && v._styling)
|
|
76
76
|
v._styling(this._stylingContainer, this, this);
|
|
77
|
-
v == null ? this.i.
|
|
77
|
+
v == null ? this.i.qz = null : this.i.qz = v.i;
|
|
78
78
|
},
|
|
79
79
|
enumerable: false,
|
|
80
80
|
configurable: true
|
|
@@ -84,22 +84,22 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
84
84
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
85
85
|
*/
|
|
86
86
|
get: function () {
|
|
87
|
-
if (this.i.
|
|
87
|
+
if (this.i.qy == null) {
|
|
88
88
|
return null;
|
|
89
89
|
}
|
|
90
|
-
if (!this.i.
|
|
91
|
-
var e = IgxColorScaleComponent._createFromInternal(this.i.
|
|
90
|
+
if (!this.i.qy.externalObject) {
|
|
91
|
+
var e = IgxColorScaleComponent._createFromInternal(this.i.qy);
|
|
92
92
|
if (e) {
|
|
93
|
-
e._implementation = this.i.
|
|
93
|
+
e._implementation = this.i.qy;
|
|
94
94
|
}
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.qy.externalObject = e;
|
|
96
96
|
}
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.qy.externalObject;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
100
|
if (v != null && this._stylingContainer && v._styling)
|
|
101
101
|
v._styling(this._stylingContainer, this, this);
|
|
102
|
-
v == null ? this.i.
|
|
102
|
+
v == null ? this.i.qy = null : this.i.qy = v.i;
|
|
103
103
|
},
|
|
104
104
|
enumerable: false,
|
|
105
105
|
configurable: true
|
|
@@ -133,7 +133,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
133
133
|
|
|
134
134
|
*/
|
|
135
135
|
IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.q9();
|
|
137
137
|
};
|
|
138
138
|
Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
139
139
|
/**
|
|
@@ -100,10 +100,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
100
100
|
* 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.
|
|
101
101
|
*/
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.qz;
|
|
104
104
|
},
|
|
105
105
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.qz = v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|
|
@@ -113,10 +113,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
113
113
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
114
114
|
*/
|
|
115
115
|
get: function () {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.qo;
|
|
117
117
|
},
|
|
118
118
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.qo = ensureBool(v);
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
@@ -126,10 +126,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
126
126
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
127
127
|
*/
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.qn;
|
|
130
130
|
},
|
|
131
131
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
132
|
+
this.i.qn = ensureBool(v);
|
|
133
133
|
},
|
|
134
134
|
enumerable: false,
|
|
135
135
|
configurable: true
|
|
@@ -139,10 +139,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
139
139
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
140
140
|
*/
|
|
141
141
|
get: function () {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.qg;
|
|
143
143
|
},
|
|
144
144
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.qg = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -152,10 +152,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
152
152
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.qr;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.qr = +v;
|
|
159
159
|
},
|
|
160
160
|
enumerable: false,
|
|
161
161
|
configurable: true
|
|
@@ -165,10 +165,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
165
165
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
166
166
|
*/
|
|
167
167
|
get: function () {
|
|
168
|
-
return this.i.
|
|
168
|
+
return this.i.qq;
|
|
169
169
|
},
|
|
170
170
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
171
|
+
this.i.qq = +v;
|
|
172
172
|
},
|
|
173
173
|
enumerable: false,
|
|
174
174
|
configurable: true
|
|
@@ -178,18 +178,18 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
178
178
|
* Set a shapefile datasource to use with the series.
|
|
179
179
|
*/
|
|
180
180
|
get: function () {
|
|
181
|
-
if (this.i.
|
|
181
|
+
if (this.i.qj == null) {
|
|
182
182
|
return null;
|
|
183
183
|
}
|
|
184
|
-
if (!this.i.
|
|
184
|
+
if (!this.i.qj.externalObject) {
|
|
185
185
|
var e = new IgxShapeDataSource();
|
|
186
|
-
e._implementation = this.i.
|
|
187
|
-
this.i.
|
|
186
|
+
e._implementation = this.i.qj;
|
|
187
|
+
this.i.qj.externalObject = e;
|
|
188
188
|
}
|
|
189
|
-
return this.i.
|
|
189
|
+
return this.i.qj.externalObject;
|
|
190
190
|
},
|
|
191
191
|
set: function (v) {
|
|
192
|
-
v == null ? this.i.
|
|
192
|
+
v == null ? this.i.qj = null : this.i.qj = v.i;
|
|
193
193
|
},
|
|
194
194
|
enumerable: false,
|
|
195
195
|
configurable: true
|
|
@@ -200,10 +200,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
200
200
|
* 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.
|
|
201
201
|
*/
|
|
202
202
|
get: function () {
|
|
203
|
-
return this.i.
|
|
203
|
+
return this.i.qp;
|
|
204
204
|
},
|
|
205
205
|
set: function (v) {
|
|
206
|
-
this.i.
|
|
206
|
+
this.i.qp = +v;
|
|
207
207
|
},
|
|
208
208
|
enumerable: false,
|
|
209
209
|
configurable: true
|
|
@@ -51,11 +51,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
51
51
|
* Gets or sets the fill brush.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.sl ? this.i.sl.fill : null;
|
|
55
55
|
},
|
|
56
56
|
set: function (v) {
|
|
57
57
|
this.ensureShapeStyle();
|
|
58
|
-
this.i.
|
|
58
|
+
this.i.sl.fill = v;
|
|
59
59
|
},
|
|
60
60
|
enumerable: false,
|
|
61
61
|
configurable: true
|
|
@@ -65,11 +65,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
65
65
|
* Gets or sets the stroke brush.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.sl ? this.i.sl.stroke : null;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
71
|
this.ensureShapeStyle();
|
|
72
|
-
this.i.
|
|
72
|
+
this.i.sl.stroke = v;
|
|
73
73
|
},
|
|
74
74
|
enumerable: false,
|
|
75
75
|
configurable: true
|
|
@@ -79,11 +79,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
79
79
|
* Gets or sets the stroke thickness.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.sl ? this.i.sl.strokeThickness : NaN;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
85
|
this.ensureShapeStyle();
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.sl.strokeThickness = +v;
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -93,20 +93,20 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
93
93
|
* Gets or sets the opacity.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.sl ? this.i.sl.opacity : NaN;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
99
|
this.ensureShapeStyle();
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.sl.opacity = +v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
105
|
IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
106
|
-
if (this.i.
|
|
106
|
+
if (this.i.sl) {
|
|
107
107
|
return;
|
|
108
108
|
}
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.sl = new Style();
|
|
110
110
|
};
|
|
111
111
|
Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
112
112
|
/**
|
|
@@ -114,10 +114,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
114
114
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.rf;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.rf = ensureEnum(MarkerType_$type, v);
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
@@ -127,10 +127,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
127
127
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
128
128
|
*/
|
|
129
129
|
get: function () {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.re;
|
|
131
131
|
},
|
|
132
132
|
set: function (v) {
|
|
133
|
-
this.i.
|
|
133
|
+
this.i.re = ensureEnum(MarkerOutlineMode_$type, v);
|
|
134
134
|
},
|
|
135
135
|
enumerable: false,
|
|
136
136
|
configurable: true
|
|
@@ -140,10 +140,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
140
140
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
141
141
|
*/
|
|
142
142
|
get: function () {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.rd;
|
|
144
144
|
},
|
|
145
145
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.rd = ensureEnum(MarkerFillMode_$type, v);
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -153,10 +153,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
153
153
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
154
154
|
*/
|
|
155
155
|
get: function () {
|
|
156
|
-
return this.i.
|
|
156
|
+
return this.i.r1;
|
|
157
157
|
},
|
|
158
158
|
set: function (v) {
|
|
159
|
-
this.i.
|
|
159
|
+
this.i.r1 = v;
|
|
160
160
|
},
|
|
161
161
|
enumerable: false,
|
|
162
162
|
configurable: true
|
|
@@ -166,10 +166,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
166
166
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
167
167
|
*/
|
|
168
168
|
get: function () {
|
|
169
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.si);
|
|
170
170
|
},
|
|
171
171
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
172
|
+
this.i.si = stringToBrush(v);
|
|
173
173
|
},
|
|
174
174
|
enumerable: false,
|
|
175
175
|
configurable: true
|
|
@@ -179,10 +179,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
179
179
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
180
180
|
*/
|
|
181
181
|
get: function () {
|
|
182
|
-
return brushToString(this.i.
|
|
182
|
+
return brushToString(this.i.sj);
|
|
183
183
|
},
|
|
184
184
|
set: function (v) {
|
|
185
|
-
this.i.
|
|
185
|
+
this.i.sj = stringToBrush(v);
|
|
186
186
|
},
|
|
187
187
|
enumerable: false,
|
|
188
188
|
configurable: true
|
|
@@ -192,10 +192,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
192
192
|
* Gets or sets thickness of the marker outline
|
|
193
193
|
*/
|
|
194
194
|
get: function () {
|
|
195
|
-
return this.i.
|
|
195
|
+
return this.i.ri;
|
|
196
196
|
},
|
|
197
197
|
set: function (v) {
|
|
198
|
-
this.i.
|
|
198
|
+
this.i.ri = +v;
|
|
199
199
|
},
|
|
200
200
|
enumerable: false,
|
|
201
201
|
configurable: true
|
|
@@ -205,10 +205,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
205
205
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return this.i.
|
|
208
|
+
return this.i.rc;
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
211
|
+
this.i.rc = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
212
212
|
},
|
|
213
213
|
enumerable: false,
|
|
214
214
|
configurable: true
|
|
@@ -218,10 +218,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
218
218
|
* Gets the effective marker template for the current series object.
|
|
219
219
|
*/
|
|
220
220
|
get: function () {
|
|
221
|
-
return this.i.
|
|
221
|
+
return this.i.r0;
|
|
222
222
|
},
|
|
223
223
|
set: function (v) {
|
|
224
|
-
this.i.
|
|
224
|
+
this.i.r0 = v;
|
|
225
225
|
},
|
|
226
226
|
enumerable: false,
|
|
227
227
|
configurable: true
|
|
@@ -231,10 +231,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
231
231
|
* Gets the effective marker brush for the current series object.
|
|
232
232
|
*/
|
|
233
233
|
get: function () {
|
|
234
|
-
return brushToString(this.i.
|
|
234
|
+
return brushToString(this.i.sg);
|
|
235
235
|
},
|
|
236
236
|
set: function (v) {
|
|
237
|
-
this.i.
|
|
237
|
+
this.i.sg = stringToBrush(v);
|
|
238
238
|
},
|
|
239
239
|
enumerable: false,
|
|
240
240
|
configurable: true
|
|
@@ -244,10 +244,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
244
244
|
* Gets the effective marker outline for the current series object.
|
|
245
245
|
*/
|
|
246
246
|
get: function () {
|
|
247
|
-
return brushToString(this.i.
|
|
247
|
+
return brushToString(this.i.sh);
|
|
248
248
|
},
|
|
249
249
|
set: function (v) {
|
|
250
|
-
this.i.
|
|
250
|
+
this.i.sh = stringToBrush(v);
|
|
251
251
|
},
|
|
252
252
|
enumerable: false,
|
|
253
253
|
configurable: true
|