igniteui-webcomponents-maps 3.2.1 → 3.2.2
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 +997 -997
- package/bundles/igniteui-webcomponents-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/igc-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1006 -1006
- package/fesm5/igniteui-webcomponents-maps.js +997 -997
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
- package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
- 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 +14 -14
- 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 +7 -7
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +16 -16
- package/lib/XamGeographicMap_combined.d.ts +21 -21
- package/package.json +3 -3
|
@@ -65,183 +65,183 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
65
65
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
66
66
|
*/
|
|
67
67
|
get latitudeMemberPath() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.r3;
|
|
69
69
|
}
|
|
70
70
|
set latitudeMemberPath(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.r3 = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
75
75
|
*/
|
|
76
76
|
get longitudeMemberPath() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.r5;
|
|
78
78
|
}
|
|
79
79
|
set longitudeMemberPath(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.r5 = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the radius mapping property for the current series object.
|
|
84
84
|
*/
|
|
85
85
|
get radiusMemberPath() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.sa;
|
|
87
87
|
}
|
|
88
88
|
set radiusMemberPath(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.sa = v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets the radius size scale for the bubbles.
|
|
93
93
|
*/
|
|
94
94
|
get radiusScale() {
|
|
95
|
-
if (this.i.
|
|
95
|
+
if (this.i.rh == null) {
|
|
96
96
|
return null;
|
|
97
97
|
}
|
|
98
|
-
if (!this.i.
|
|
99
|
-
let e = IgcSizeScaleComponent._createFromInternal(this.i.
|
|
98
|
+
if (!this.i.rh.externalObject) {
|
|
99
|
+
let e = IgcSizeScaleComponent._createFromInternal(this.i.rh);
|
|
100
100
|
if (e) {
|
|
101
|
-
e._implementation = this.i.
|
|
101
|
+
e._implementation = this.i.rh;
|
|
102
102
|
}
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.rh.externalObject = e;
|
|
104
104
|
}
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.rh.externalObject;
|
|
106
106
|
}
|
|
107
107
|
set radiusScale(v) {
|
|
108
108
|
if (v != null && this._stylingContainer && v._styling)
|
|
109
109
|
v._styling(this._stylingContainer, this, this);
|
|
110
|
-
v == null ? this.i.
|
|
110
|
+
v == null ? this.i.rh = null : this.i.rh = v.i;
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* Gets or sets the Label mapping property for the current series object.
|
|
114
114
|
*/
|
|
115
115
|
get labelMemberPath() {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.r1;
|
|
117
117
|
}
|
|
118
118
|
set labelMemberPath(v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.r1 = v;
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the fill mapping property for the current series object.
|
|
123
123
|
*/
|
|
124
124
|
get fillMemberPath() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.rt;
|
|
126
126
|
}
|
|
127
127
|
set fillMemberPath(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.rt = v;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* Gets or sets the brush scale for the marker brush.
|
|
132
132
|
*/
|
|
133
133
|
get fillScale() {
|
|
134
|
-
if (this.i.
|
|
134
|
+
if (this.i.re == null) {
|
|
135
135
|
return null;
|
|
136
136
|
}
|
|
137
|
-
if (!this.i.
|
|
138
|
-
let e = IgcBrushScaleComponent._createFromInternal(this.i.
|
|
137
|
+
if (!this.i.re.externalObject) {
|
|
138
|
+
let e = IgcBrushScaleComponent._createFromInternal(this.i.re);
|
|
139
139
|
if (e) {
|
|
140
|
-
e._implementation = this.i.
|
|
140
|
+
e._implementation = this.i.re;
|
|
141
141
|
}
|
|
142
|
-
this.i.
|
|
142
|
+
this.i.re.externalObject = e;
|
|
143
143
|
}
|
|
144
|
-
return this.i.
|
|
144
|
+
return this.i.re.externalObject;
|
|
145
145
|
}
|
|
146
146
|
set fillScale(v) {
|
|
147
147
|
if (v != null && this._stylingContainer && v._styling)
|
|
148
148
|
v._styling(this._stylingContainer, this, this);
|
|
149
|
-
v == null ? this.i.
|
|
149
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
153
153
|
* This setting applies only if multiple series are using the same FillScale.
|
|
154
154
|
*/
|
|
155
155
|
get fillScaleUseGlobalValues() {
|
|
156
|
-
return this.i.
|
|
156
|
+
return this.i.rl;
|
|
157
157
|
}
|
|
158
158
|
set fillScaleUseGlobalValues(v) {
|
|
159
|
-
this.i.
|
|
160
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
159
|
+
this.i.rl = ensureBool(v);
|
|
160
|
+
this._a("fillScaleUseGlobalValues", this.i.rl);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
163
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
164
164
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
165
165
|
*/
|
|
166
166
|
get markerOutlineUsesFillScale() {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.ro;
|
|
168
168
|
}
|
|
169
169
|
set markerOutlineUsesFillScale(v) {
|
|
170
|
-
this.i.
|
|
171
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
170
|
+
this.i.ro = ensureBool(v);
|
|
171
|
+
this._a("markerOutlineUsesFillScale", this.i.ro);
|
|
172
172
|
}
|
|
173
173
|
/**
|
|
174
174
|
* Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
|
|
175
175
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
176
176
|
*/
|
|
177
177
|
get markerOutlineBrightness() {
|
|
178
|
-
return this.i.
|
|
178
|
+
return this.i.rr;
|
|
179
179
|
}
|
|
180
180
|
set markerOutlineBrightness(v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("markerOutlineBrightness", this.i.
|
|
181
|
+
this.i.rr = +v;
|
|
182
|
+
this._a("markerOutlineBrightness", this.i.rr);
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
|
|
186
186
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
187
187
|
*/
|
|
188
188
|
get markerBrushBrightness() {
|
|
189
|
-
return this.i.
|
|
189
|
+
return this.i.rq;
|
|
190
190
|
}
|
|
191
191
|
set markerBrushBrightness(v) {
|
|
192
|
-
this.i.
|
|
193
|
-
this._a("markerBrushBrightness", this.i.
|
|
192
|
+
this.i.rq = +v;
|
|
193
|
+
this._a("markerBrushBrightness", this.i.rq);
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
196
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
197
197
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
198
198
|
*/
|
|
199
199
|
get radiusScaleUseGlobalValues() {
|
|
200
|
-
return this.i.
|
|
200
|
+
return this.i.rp;
|
|
201
201
|
}
|
|
202
202
|
set radiusScaleUseGlobalValues(v) {
|
|
203
|
-
this.i.
|
|
204
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
203
|
+
this.i.rp = ensureBool(v);
|
|
204
|
+
this._a("radiusScaleUseGlobalValues", this.i.rp);
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
207
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
208
208
|
*/
|
|
209
209
|
get isCustomScatterStyleAllowed() {
|
|
210
|
-
return this.i.
|
|
210
|
+
return this.i.rn;
|
|
211
211
|
}
|
|
212
212
|
set isCustomScatterStyleAllowed(v) {
|
|
213
|
-
this.i.
|
|
214
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
213
|
+
this.i.rn = ensureBool(v);
|
|
214
|
+
this._a("isCustomScatterStyleAllowed", this.i.rn);
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
217
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
218
218
|
*/
|
|
219
219
|
get isCustomScatterMarkerStyleAllowed() {
|
|
220
|
-
return this.i.
|
|
220
|
+
return this.i.rm;
|
|
221
221
|
}
|
|
222
222
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
223
|
-
this.i.
|
|
224
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
223
|
+
this.i.rm = ensureBool(v);
|
|
224
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.rm);
|
|
225
225
|
}
|
|
226
226
|
/**
|
|
227
227
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
228
228
|
*/
|
|
229
229
|
get itemSearchMode() {
|
|
230
|
-
return this.i.
|
|
230
|
+
return this.i.rg;
|
|
231
231
|
}
|
|
232
232
|
set itemSearchMode(v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
233
|
+
this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
234
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rg));
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
237
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
238
238
|
*/
|
|
239
239
|
get itemSearchThreshold() {
|
|
240
|
-
return this.i.
|
|
240
|
+
return this.i.rs;
|
|
241
241
|
}
|
|
242
242
|
set itemSearchThreshold(v) {
|
|
243
|
-
this.i.
|
|
244
|
-
this._a("itemSearchThreshold", this.i.
|
|
243
|
+
this.i.rs = +v;
|
|
244
|
+
this._a("itemSearchThreshold", this.i.rs);
|
|
245
245
|
}
|
|
246
246
|
findByName(name) {
|
|
247
247
|
var baseResult = super.findByName(name);
|
|
@@ -59,52 +59,52 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
59
59
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
60
60
|
*/
|
|
61
61
|
get colorMemberPath() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.q4;
|
|
63
63
|
}
|
|
64
64
|
set colorMemberPath(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.q4 = v;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* The ColorScale used to resolve the color values of points in the series.
|
|
69
69
|
*/
|
|
70
70
|
get colorScale() {
|
|
71
|
-
if (this.i.
|
|
71
|
+
if (this.i.qz == null) {
|
|
72
72
|
return null;
|
|
73
73
|
}
|
|
74
|
-
if (!this.i.
|
|
75
|
-
let e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
74
|
+
if (!this.i.qz.externalObject) {
|
|
75
|
+
let e = IgcColorScaleComponent._createFromInternal(this.i.qz);
|
|
76
76
|
if (e) {
|
|
77
|
-
e._implementation = this.i.
|
|
77
|
+
e._implementation = this.i.qz;
|
|
78
78
|
}
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.qz.externalObject = e;
|
|
80
80
|
}
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.qz.externalObject;
|
|
82
82
|
}
|
|
83
83
|
set colorScale(v) {
|
|
84
84
|
if (v != null && this._stylingContainer && v._styling)
|
|
85
85
|
v._styling(this._stylingContainer, this, this);
|
|
86
|
-
v == null ? this.i.
|
|
86
|
+
v == null ? this.i.qz = null : this.i.qz = v.i;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
90
90
|
*/
|
|
91
91
|
get actualColorScale() {
|
|
92
|
-
if (this.i.
|
|
92
|
+
if (this.i.qy == null) {
|
|
93
93
|
return null;
|
|
94
94
|
}
|
|
95
|
-
if (!this.i.
|
|
96
|
-
let e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
95
|
+
if (!this.i.qy.externalObject) {
|
|
96
|
+
let e = IgcColorScaleComponent._createFromInternal(this.i.qy);
|
|
97
97
|
if (e) {
|
|
98
|
-
e._implementation = this.i.
|
|
98
|
+
e._implementation = this.i.qy;
|
|
99
99
|
}
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.qy.externalObject = e;
|
|
101
101
|
}
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.qy.externalObject;
|
|
103
103
|
}
|
|
104
104
|
set actualColorScale(v) {
|
|
105
105
|
if (v != null && this._stylingContainer && v._styling)
|
|
106
106
|
v._styling(this._stylingContainer, this, this);
|
|
107
|
-
v == null ? this.i.
|
|
107
|
+
v == null ? this.i.qy = null : this.i.qy = v.i;
|
|
108
108
|
}
|
|
109
109
|
findByName(name) {
|
|
110
110
|
var baseResult = super.findByName(name);
|
|
@@ -135,7 +135,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
135
135
|
|
|
136
136
|
*/
|
|
137
137
|
updateActualColorScale() {
|
|
138
|
-
this.i.
|
|
138
|
+
this.i.q9();
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -105,88 +105,88 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
105
105
|
* To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
|
|
106
106
|
*/
|
|
107
107
|
get shapeMemberPath() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.qz;
|
|
109
109
|
}
|
|
110
110
|
set shapeMemberPath(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.qz = v;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
115
115
|
*/
|
|
116
116
|
get isCustomShapeStyleAllowed() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.qo;
|
|
118
118
|
}
|
|
119
119
|
set isCustomShapeStyleAllowed(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
120
|
+
this.i.qo = ensureBool(v);
|
|
121
|
+
this._a("isCustomShapeStyleAllowed", this.i.qo);
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
125
125
|
*/
|
|
126
126
|
get isCustomShapeMarkerStyleAllowed() {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.qn;
|
|
128
128
|
}
|
|
129
129
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
130
|
+
this.i.qn = ensureBool(v);
|
|
131
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.qn);
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
134
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
135
135
|
*/
|
|
136
136
|
get itemSearchMode() {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.qg;
|
|
138
138
|
}
|
|
139
139
|
set itemSearchMode(v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
140
|
+
this.i.qg = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
141
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qg));
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
144
144
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
145
145
|
*/
|
|
146
146
|
get itemSearchThreshold() {
|
|
147
|
-
return this.i.
|
|
147
|
+
return this.i.qr;
|
|
148
148
|
}
|
|
149
149
|
set itemSearchThreshold(v) {
|
|
150
|
-
this.i.
|
|
151
|
-
this._a("itemSearchThreshold", this.i.
|
|
150
|
+
this.i.qr = +v;
|
|
151
|
+
this._a("itemSearchThreshold", this.i.qr);
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
154
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
155
155
|
*/
|
|
156
156
|
get itemSearchPointsThreshold() {
|
|
157
|
-
return this.i.
|
|
157
|
+
return this.i.qq;
|
|
158
158
|
}
|
|
159
159
|
set itemSearchPointsThreshold(v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
160
|
+
this.i.qq = +v;
|
|
161
|
+
this._a("itemSearchPointsThreshold", this.i.qq);
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
164
|
* Set a shapefile datasource to use with the series.
|
|
165
165
|
*/
|
|
166
166
|
get shapefileDataSource() {
|
|
167
|
-
if (this.i.
|
|
167
|
+
if (this.i.qj == null) {
|
|
168
168
|
return null;
|
|
169
169
|
}
|
|
170
|
-
if (!this.i.
|
|
170
|
+
if (!this.i.qj.externalObject) {
|
|
171
171
|
let e = new IgcShapeDataSource();
|
|
172
|
-
e._implementation = this.i.
|
|
173
|
-
this.i.
|
|
172
|
+
e._implementation = this.i.qj;
|
|
173
|
+
this.i.qj.externalObject = e;
|
|
174
174
|
}
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.qj.externalObject;
|
|
176
176
|
}
|
|
177
177
|
set shapefileDataSource(v) {
|
|
178
|
-
v == null ? this.i.
|
|
178
|
+
v == null ? this.i.qj = null : this.i.qj = v.i;
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
|
|
182
182
|
* In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
|
|
183
183
|
*/
|
|
184
184
|
get shapeFilterResolution() {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.qp;
|
|
186
186
|
}
|
|
187
187
|
set shapeFilterResolution(v) {
|
|
188
|
-
this.i.
|
|
189
|
-
this._a("shapeFilterResolution", this.i.
|
|
188
|
+
this.i.qp = +v;
|
|
189
|
+
this._a("shapeFilterResolution", this.i.qp);
|
|
190
190
|
}
|
|
191
191
|
findByName(name) {
|
|
192
192
|
var baseResult = super.findByName(name);
|
|
@@ -63,158 +63,158 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
* Gets or sets the fill brush.
|
|
64
64
|
*/
|
|
65
65
|
get shapeFill() {
|
|
66
|
-
return this.i.
|
|
66
|
+
return this.i.sl ? this.i.sl.fill : null;
|
|
67
67
|
}
|
|
68
68
|
set shapeFill(v) {
|
|
69
69
|
this.ensureShapeStyle();
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.sl.fill = v;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* Gets or sets the stroke brush.
|
|
74
74
|
*/
|
|
75
75
|
get shapeStroke() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.sl ? this.i.sl.stroke : null;
|
|
77
77
|
}
|
|
78
78
|
set shapeStroke(v) {
|
|
79
79
|
this.ensureShapeStyle();
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.sl.stroke = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the stroke thickness.
|
|
84
84
|
*/
|
|
85
85
|
get shapeStrokeThickness() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.sl ? this.i.sl.strokeThickness : NaN;
|
|
87
87
|
}
|
|
88
88
|
set shapeStrokeThickness(v) {
|
|
89
89
|
this.ensureShapeStyle();
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("shapeStrokeThickness", this.i.
|
|
90
|
+
this.i.sl.strokeThickness = +v;
|
|
91
|
+
this._a("shapeStrokeThickness", this.i.sl.strokeThickness);
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the opacity.
|
|
95
95
|
*/
|
|
96
96
|
get shapeOpacity() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.sl ? this.i.sl.opacity : NaN;
|
|
98
98
|
}
|
|
99
99
|
set shapeOpacity(v) {
|
|
100
100
|
this.ensureShapeStyle();
|
|
101
|
-
this.i.
|
|
102
|
-
this._a("shapeOpacity", this.i.
|
|
101
|
+
this.i.sl.opacity = +v;
|
|
102
|
+
this._a("shapeOpacity", this.i.sl.opacity);
|
|
103
103
|
}
|
|
104
104
|
ensureShapeStyle() {
|
|
105
|
-
if (this.i.
|
|
105
|
+
if (this.i.sl) {
|
|
106
106
|
return;
|
|
107
107
|
}
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.sl = new Style();
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Gets or sets the marker type for the current series object.
|
|
112
112
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
113
113
|
*/
|
|
114
114
|
get markerType() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.rf;
|
|
116
116
|
}
|
|
117
117
|
set markerType(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
118
|
+
this.i.rf = ensureEnum(MarkerType_$type, v);
|
|
119
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.rf));
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
123
123
|
*/
|
|
124
124
|
get markerOutlineMode() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.re;
|
|
126
126
|
}
|
|
127
127
|
set markerOutlineMode(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
128
|
+
this.i.re = ensureEnum(MarkerOutlineMode_$type, v);
|
|
129
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.re));
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
133
133
|
*/
|
|
134
134
|
get markerFillMode() {
|
|
135
|
-
return this.i.
|
|
135
|
+
return this.i.rd;
|
|
136
136
|
}
|
|
137
137
|
set markerFillMode(v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
138
|
+
this.i.rd = ensureEnum(MarkerFillMode_$type, v);
|
|
139
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rd));
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
143
143
|
*/
|
|
144
144
|
get markerTemplate() {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.r1;
|
|
146
146
|
}
|
|
147
147
|
set markerTemplate(v) {
|
|
148
|
-
this.i.
|
|
148
|
+
this.i.r1 = v;
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
151
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
152
152
|
*/
|
|
153
153
|
get markerBrush() {
|
|
154
|
-
return brushToString(this.i.
|
|
154
|
+
return brushToString(this.i.si);
|
|
155
155
|
}
|
|
156
156
|
set markerBrush(v) {
|
|
157
|
-
this.i.
|
|
158
|
-
this._a("markerBrush", brushToString(this.i.
|
|
157
|
+
this.i.si = stringToBrush(v);
|
|
158
|
+
this._a("markerBrush", brushToString(this.i.si));
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
162
162
|
*/
|
|
163
163
|
get markerOutline() {
|
|
164
|
-
return brushToString(this.i.
|
|
164
|
+
return brushToString(this.i.sj);
|
|
165
165
|
}
|
|
166
166
|
set markerOutline(v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("markerOutline", brushToString(this.i.
|
|
167
|
+
this.i.sj = stringToBrush(v);
|
|
168
|
+
this._a("markerOutline", brushToString(this.i.sj));
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* Gets or sets thickness of the marker outline
|
|
172
172
|
*/
|
|
173
173
|
get markerThickness() {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.ri;
|
|
175
175
|
}
|
|
176
176
|
set markerThickness(v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("markerThickness", this.i.
|
|
177
|
+
this.i.ri = +v;
|
|
178
|
+
this._a("markerThickness", this.i.ri);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
182
182
|
*/
|
|
183
183
|
get markerCollisionAvoidance() {
|
|
184
|
-
return this.i.
|
|
184
|
+
return this.i.rc;
|
|
185
185
|
}
|
|
186
186
|
set markerCollisionAvoidance(v) {
|
|
187
|
-
this.i.
|
|
188
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
187
|
+
this.i.rc = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
188
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rc));
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
191
|
* Gets the effective marker template for the current series object.
|
|
192
192
|
*/
|
|
193
193
|
get actualMarkerTemplate() {
|
|
194
|
-
return this.i.
|
|
194
|
+
return this.i.r0;
|
|
195
195
|
}
|
|
196
196
|
set actualMarkerTemplate(v) {
|
|
197
|
-
this.i.
|
|
197
|
+
this.i.r0 = v;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* Gets the effective marker brush for the current series object.
|
|
201
201
|
*/
|
|
202
202
|
get actualMarkerBrush() {
|
|
203
|
-
return brushToString(this.i.
|
|
203
|
+
return brushToString(this.i.sg);
|
|
204
204
|
}
|
|
205
205
|
set actualMarkerBrush(v) {
|
|
206
|
-
this.i.
|
|
207
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
206
|
+
this.i.sg = stringToBrush(v);
|
|
207
|
+
this._a("actualMarkerBrush", brushToString(this.i.sg));
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
210
|
* Gets the effective marker outline for the current series object.
|
|
211
211
|
*/
|
|
212
212
|
get actualMarkerOutline() {
|
|
213
|
-
return brushToString(this.i.
|
|
213
|
+
return brushToString(this.i.sh);
|
|
214
214
|
}
|
|
215
215
|
set actualMarkerOutline(v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
216
|
+
this.i.sh = stringToBrush(v);
|
|
217
|
+
this._a("actualMarkerOutline", brushToString(this.i.sh));
|
|
218
218
|
}
|
|
219
219
|
get styleShape() {
|
|
220
220
|
return this._styleShape;
|