igniteui-webcomponents-maps 1.4.2 → 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 +1576 -1557
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +473 -473
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +60 -60
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +52 -52
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +18 -18
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +466 -466
- package/esm5/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +60 -60
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +52 -52
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +18 -18
- package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +4 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1590 -1571
- package/fesm5/igniteui-webcomponents-maps.js +1576 -1557
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +24 -24
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +108 -108
- package/package.json +4 -4
|
@@ -53,58 +53,58 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
53
53
|
* Gets whether the current series shows an area shape.
|
|
54
54
|
*/
|
|
55
55
|
get isArea() {
|
|
56
|
-
return this.i.
|
|
56
|
+
return this.i.dd;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
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);
|
|
@@ -57,164 +57,164 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
57
57
|
* Gets whether the current series shows a polygon shape.
|
|
58
58
|
*/
|
|
59
59
|
get isPolygon() {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.d7;
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
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;
|
|
@@ -58,75 +58,75 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
58
58
|
* Gets whether the series has only marker as visuals
|
|
59
59
|
*/
|
|
60
60
|
get hasOnlyMarkers() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.c4;
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
65
65
|
*/
|
|
66
66
|
get latitudeMemberPath() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.rs;
|
|
68
68
|
}
|
|
69
69
|
set latitudeMemberPath(v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.rs = v;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
74
74
|
*/
|
|
75
75
|
get longitudeMemberPath() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.ru;
|
|
77
77
|
}
|
|
78
78
|
set longitudeMemberPath(v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.ru = v;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
83
83
|
*/
|
|
84
84
|
get markerCollisionAvoidance() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.re;
|
|
86
86
|
}
|
|
87
87
|
set markerCollisionAvoidance(v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
88
|
+
this.i.re = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
89
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.re));
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
93
93
|
*/
|
|
94
94
|
get isCustomScatterStyleAllowed() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.rl;
|
|
96
96
|
}
|
|
97
97
|
set isCustomScatterStyleAllowed(v) {
|
|
98
|
-
this.i.
|
|
99
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
98
|
+
this.i.rl = ensureBool(v);
|
|
99
|
+
this._a("isCustomScatterStyleAllowed", this.i.rl);
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
103
103
|
*/
|
|
104
104
|
get isCustomScatterMarkerStyleAllowed() {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.rk;
|
|
106
106
|
}
|
|
107
107
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
108
|
+
this.i.rk = ensureBool(v);
|
|
109
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.rk);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
113
113
|
*/
|
|
114
114
|
get itemSearchMode() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.rf;
|
|
116
116
|
}
|
|
117
117
|
set itemSearchMode(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
118
|
+
this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
119
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rf));
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
123
123
|
*/
|
|
124
124
|
get itemSearchThreshold() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.rn;
|
|
126
126
|
}
|
|
127
127
|
set itemSearchThreshold(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("itemSearchThreshold", this.i.
|
|
128
|
+
this.i.rn = +v;
|
|
129
|
+
this._a("itemSearchThreshold", this.i.rn);
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* Event raised when Assigning Category Style
|
|
@@ -52,19 +52,19 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
52
52
|
* Gets whether the current series shows a tile imagery.
|
|
53
53
|
*/
|
|
54
54
|
get isTile() {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.ei;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* The MapImagery which is used to provide the tiles for display.
|
|
59
59
|
*/
|
|
60
60
|
get tileImagery() {
|
|
61
|
-
if (this.i.
|
|
61
|
+
if (this.i.re == null) {
|
|
62
62
|
return null;
|
|
63
63
|
}
|
|
64
|
-
return this.i.
|
|
64
|
+
return this.i.re.externalObject;
|
|
65
65
|
}
|
|
66
66
|
set tileImagery(v) {
|
|
67
|
-
v == null ? this.i.
|
|
67
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
68
68
|
}
|
|
69
69
|
findByName(name) {
|
|
70
70
|
var baseResult = super.findByName(name);
|
|
@@ -81,7 +81,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
81
81
|
|
|
82
82
|
*/
|
|
83
83
|
clearTileCache() {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.ri();
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -48,56 +48,56 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
48
48
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
49
49
|
*/
|
|
50
50
|
get longitudeMemberPath() {
|
|
51
|
-
return this.i.
|
|
51
|
+
return this.i.qi;
|
|
52
52
|
}
|
|
53
53
|
set longitudeMemberPath(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.qi = v;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
58
58
|
*/
|
|
59
59
|
get latitudeMemberPath() {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.qg;
|
|
61
61
|
}
|
|
62
62
|
set latitudeMemberPath(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.qg = v;
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* The source of triangulation data.
|
|
67
67
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
68
68
|
*/
|
|
69
69
|
get trianglesSource() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.qf;
|
|
71
71
|
}
|
|
72
72
|
set trianglesSource(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.qf = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
77
77
|
*/
|
|
78
78
|
get triangleVertexMemberPath1() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.ql;
|
|
80
80
|
}
|
|
81
81
|
set triangleVertexMemberPath1(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.ql = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
86
86
|
*/
|
|
87
87
|
get triangleVertexMemberPath2() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.qn;
|
|
89
89
|
}
|
|
90
90
|
set triangleVertexMemberPath2(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.qn = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
95
95
|
*/
|
|
96
96
|
get triangleVertexMemberPath3() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.qp;
|
|
98
98
|
}
|
|
99
99
|
set triangleVertexMemberPath3(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.qp = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -48,19 +48,19 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
48
48
|
* Gets whether the current series shows a tile imagery.
|
|
49
49
|
*/
|
|
50
50
|
get isTile() {
|
|
51
|
-
return this.i.
|
|
51
|
+
return this.i.ei;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
* The MapImagery which is used to provide the tiles for display.
|
|
55
55
|
*/
|
|
56
56
|
get tileImagery() {
|
|
57
|
-
if (this.i.
|
|
57
|
+
if (this.i.sv == null) {
|
|
58
58
|
return null;
|
|
59
59
|
}
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.sv.externalObject;
|
|
61
61
|
}
|
|
62
62
|
set tileImagery(v) {
|
|
63
|
-
v == null ? this.i.
|
|
63
|
+
v == null ? this.i.sv = null : this.i.sv = v.i;
|
|
64
64
|
}
|
|
65
65
|
findByName(name) {
|
|
66
66
|
var baseResult = super.findByName(name);
|