igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.3
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 +1442 -1442
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +437 -437
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +47 -47
- 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 +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- 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 +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +431 -431
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +47 -47
- 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 +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- 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 +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
- package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- 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 +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +3 -3
|
@@ -52,70 +52,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
52
52
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
53
53
|
*/
|
|
54
54
|
get markerType() {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.xx;
|
|
56
56
|
}
|
|
57
57
|
set markerType(v) {
|
|
58
|
-
this.i.
|
|
59
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
58
|
+
this.i.xx = ensureEnum(MarkerType_$type, v);
|
|
59
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.xx));
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* Gets or sets thickness of the marker outline
|
|
63
63
|
*/
|
|
64
64
|
get markerThickness() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.xy;
|
|
66
66
|
}
|
|
67
67
|
set markerThickness(v) {
|
|
68
|
-
this.i.
|
|
69
|
-
this._a("markerThickness", this.i.
|
|
68
|
+
this.i.xy = +v;
|
|
69
|
+
this._a("markerThickness", this.i.xy);
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
73
73
|
*/
|
|
74
74
|
get markerOutlineMode() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.xw;
|
|
76
76
|
}
|
|
77
77
|
set markerOutlineMode(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
78
|
+
this.i.xw = ensureEnum(MarkerOutlineMode_$type, v);
|
|
79
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xw));
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
83
83
|
*/
|
|
84
84
|
get markerFillMode() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.xv;
|
|
86
86
|
}
|
|
87
87
|
set markerFillMode(v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
88
|
+
this.i.xv = ensureEnum(MarkerFillMode_$type, v);
|
|
89
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xv));
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
93
93
|
*/
|
|
94
94
|
get markerTemplate() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.yd;
|
|
96
96
|
}
|
|
97
97
|
set markerTemplate(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.yd = v;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
102
102
|
*/
|
|
103
103
|
get markerBrush() {
|
|
104
|
-
return brushToString(this.i.
|
|
104
|
+
return brushToString(this.i.yr);
|
|
105
105
|
}
|
|
106
106
|
set markerBrush(v) {
|
|
107
|
-
this.i.
|
|
108
|
-
this._a("markerBrush", brushToString(this.i.
|
|
107
|
+
this.i.yr = stringToBrush(v);
|
|
108
|
+
this._a("markerBrush", brushToString(this.i.yr));
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
112
112
|
*/
|
|
113
113
|
get markerOutline() {
|
|
114
|
-
return brushToString(this.i.
|
|
114
|
+
return brushToString(this.i.ys);
|
|
115
115
|
}
|
|
116
116
|
set markerOutline(v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("markerOutline", brushToString(this.i.
|
|
117
|
+
this.i.ys = stringToBrush(v);
|
|
118
|
+
this._a("markerOutline", brushToString(this.i.ys));
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -123,40 +123,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
123
123
|
* choose a representative set.
|
|
124
124
|
*/
|
|
125
125
|
get maximumMarkers() {
|
|
126
|
-
return this.i.
|
|
126
|
+
return this.i.xz;
|
|
127
127
|
}
|
|
128
128
|
set maximumMarkers(v) {
|
|
129
|
-
this.i.
|
|
130
|
-
this._a("maximumMarkers", this.i.
|
|
129
|
+
this.i.xz = +v;
|
|
130
|
+
this._a("maximumMarkers", this.i.xz);
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
133
|
* Gets the effective marker template for the current series object.
|
|
134
134
|
*/
|
|
135
135
|
get actualMarkerTemplate() {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.yc;
|
|
137
137
|
}
|
|
138
138
|
set actualMarkerTemplate(v) {
|
|
139
|
-
this.i.
|
|
139
|
+
this.i.yc = v;
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Gets the effective marker brush for the current series object.
|
|
143
143
|
*/
|
|
144
144
|
get actualMarkerBrush() {
|
|
145
|
-
return brushToString(this.i.
|
|
145
|
+
return brushToString(this.i.yp);
|
|
146
146
|
}
|
|
147
147
|
set actualMarkerBrush(v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
148
|
+
this.i.yp = stringToBrush(v);
|
|
149
|
+
this._a("actualMarkerBrush", brushToString(this.i.yp));
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets the effective marker outline for the current series object.
|
|
153
153
|
*/
|
|
154
154
|
get actualMarkerOutline() {
|
|
155
|
-
return brushToString(this.i.
|
|
155
|
+
return brushToString(this.i.yq);
|
|
156
156
|
}
|
|
157
157
|
set actualMarkerOutline(v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
158
|
+
this.i.yq = stringToBrush(v);
|
|
159
|
+
this._a("actualMarkerOutline", brushToString(this.i.yq));
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -70,49 +70,49 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
70
70
|
* Gets or sets the fill brush.
|
|
71
71
|
*/
|
|
72
72
|
get shapeFill() {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.za ? this.i.za.fill : null;
|
|
74
74
|
}
|
|
75
75
|
set shapeFill(v) {
|
|
76
76
|
this.ensureShapeStyle();
|
|
77
|
-
this.i.
|
|
77
|
+
this.i.za.fill = v;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* Gets or sets the stroke brush.
|
|
81
81
|
*/
|
|
82
82
|
get shapeStroke() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.za ? this.i.za.stroke : null;
|
|
84
84
|
}
|
|
85
85
|
set shapeStroke(v) {
|
|
86
86
|
this.ensureShapeStyle();
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.za.stroke = v;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the stroke thickness.
|
|
91
91
|
*/
|
|
92
92
|
get shapeStrokeThickness() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.za ? this.i.za.strokeThickness : NaN;
|
|
94
94
|
}
|
|
95
95
|
set shapeStrokeThickness(v) {
|
|
96
96
|
this.ensureShapeStyle();
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("shapeStrokeThickness", this.i.
|
|
97
|
+
this.i.za.strokeThickness = +v;
|
|
98
|
+
this._a("shapeStrokeThickness", this.i.za.strokeThickness);
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the opacity.
|
|
102
102
|
*/
|
|
103
103
|
get shapeOpacity() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.za ? this.i.za.opacity : NaN;
|
|
105
105
|
}
|
|
106
106
|
set shapeOpacity(v) {
|
|
107
107
|
this.ensureShapeStyle();
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("shapeOpacity", this.i.
|
|
108
|
+
this.i.za.opacity = +v;
|
|
109
|
+
this._a("shapeOpacity", this.i.za.opacity);
|
|
110
110
|
}
|
|
111
111
|
ensureShapeStyle() {
|
|
112
|
-
if (this.i.
|
|
112
|
+
if (this.i.za) {
|
|
113
113
|
return;
|
|
114
114
|
}
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.za = new Style();
|
|
116
116
|
}
|
|
117
117
|
get styleShape() {
|
|
118
118
|
return this._styleShape;
|
|
@@ -75,34 +75,34 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
75
75
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
76
76
|
*/
|
|
77
77
|
get latitudeMemberPath() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.zk;
|
|
79
79
|
}
|
|
80
80
|
set latitudeMemberPath(v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.zk = v;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
85
85
|
*/
|
|
86
86
|
get longitudeMemberPath() {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.zm;
|
|
88
88
|
}
|
|
89
89
|
set longitudeMemberPath(v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.zm = v;
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets or sets the radius mapping property for the current series object.
|
|
94
94
|
*/
|
|
95
95
|
get radiusMemberPath() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.zr;
|
|
97
97
|
}
|
|
98
98
|
set radiusMemberPath(v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.zr = v;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets or sets the radius size scale for the bubbles.
|
|
103
103
|
*/
|
|
104
104
|
get radiusScale() {
|
|
105
|
-
const r = this.i.
|
|
105
|
+
const r = this.i.yy;
|
|
106
106
|
if (r == null) {
|
|
107
107
|
return null;
|
|
108
108
|
}
|
|
@@ -118,31 +118,31 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
118
118
|
set radiusScale(v) {
|
|
119
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
120
120
|
v._styling(this._stylingContainer, this, this);
|
|
121
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.yy = null : this.i.yy = v.i;
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Gets or sets the Label mapping property for the current series object.
|
|
125
125
|
*/
|
|
126
126
|
get labelMemberPath() {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.zi;
|
|
128
128
|
}
|
|
129
129
|
set labelMemberPath(v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.zi = v;
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
133
|
* Gets or sets the fill mapping property for the current series object.
|
|
134
134
|
*/
|
|
135
135
|
get fillMemberPath() {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.za;
|
|
137
137
|
}
|
|
138
138
|
set fillMemberPath(v) {
|
|
139
|
-
this.i.
|
|
139
|
+
this.i.za = v;
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Gets or sets the brush scale for the marker brush.
|
|
143
143
|
*/
|
|
144
144
|
get fillScale() {
|
|
145
|
-
const r = this.i.
|
|
145
|
+
const r = this.i.yv;
|
|
146
146
|
if (r == null) {
|
|
147
147
|
return null;
|
|
148
148
|
}
|
|
@@ -158,102 +158,102 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
158
158
|
set fillScale(v) {
|
|
159
159
|
if (v != null && this._stylingContainer && v._styling)
|
|
160
160
|
v._styling(this._stylingContainer, this, this);
|
|
161
|
-
v == null ? this.i.
|
|
161
|
+
v == null ? this.i.yv = null : this.i.yv = v.i;
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
164
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
165
165
|
* This setting applies only if multiple series are using the same FillScale.
|
|
166
166
|
*/
|
|
167
167
|
get fillScaleUseGlobalValues() {
|
|
168
|
-
return this.i.
|
|
168
|
+
return this.i.y2;
|
|
169
169
|
}
|
|
170
170
|
set fillScaleUseGlobalValues(v) {
|
|
171
|
-
this.i.
|
|
172
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
171
|
+
this.i.y2 = ensureBool(v);
|
|
172
|
+
this._a("fillScaleUseGlobalValues", this.i.y2);
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
176
176
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
177
177
|
*/
|
|
178
178
|
get markerOutlineUsesFillScale() {
|
|
179
|
-
return this.i.
|
|
179
|
+
return this.i.y5;
|
|
180
180
|
}
|
|
181
181
|
set markerOutlineUsesFillScale(v) {
|
|
182
|
-
this.i.
|
|
183
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
182
|
+
this.i.y5 = ensureBool(v);
|
|
183
|
+
this._a("markerOutlineUsesFillScale", this.i.y5);
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* 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
|
|
187
187
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
188
188
|
*/
|
|
189
189
|
get markerOutlineBrightness() {
|
|
190
|
-
return this.i.
|
|
190
|
+
return this.i.y8;
|
|
191
191
|
}
|
|
192
192
|
set markerOutlineBrightness(v) {
|
|
193
|
-
this.i.
|
|
194
|
-
this._a("markerOutlineBrightness", this.i.
|
|
193
|
+
this.i.y8 = +v;
|
|
194
|
+
this._a("markerOutlineBrightness", this.i.y8);
|
|
195
195
|
}
|
|
196
196
|
/**
|
|
197
197
|
* 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
|
|
198
198
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
199
199
|
*/
|
|
200
200
|
get markerBrushBrightness() {
|
|
201
|
-
return this.i.
|
|
201
|
+
return this.i.y7;
|
|
202
202
|
}
|
|
203
203
|
set markerBrushBrightness(v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("markerBrushBrightness", this.i.
|
|
204
|
+
this.i.y7 = +v;
|
|
205
|
+
this._a("markerBrushBrightness", this.i.y7);
|
|
206
206
|
}
|
|
207
207
|
/**
|
|
208
208
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
209
209
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
210
210
|
*/
|
|
211
211
|
get radiusScaleUseGlobalValues() {
|
|
212
|
-
return this.i.
|
|
212
|
+
return this.i.y6;
|
|
213
213
|
}
|
|
214
214
|
set radiusScaleUseGlobalValues(v) {
|
|
215
|
-
this.i.
|
|
216
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
215
|
+
this.i.y6 = ensureBool(v);
|
|
216
|
+
this._a("radiusScaleUseGlobalValues", this.i.y6);
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
220
220
|
*/
|
|
221
221
|
get isCustomScatterStyleAllowed() {
|
|
222
|
-
return this.i.
|
|
222
|
+
return this.i.y4;
|
|
223
223
|
}
|
|
224
224
|
set isCustomScatterStyleAllowed(v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
225
|
+
this.i.y4 = ensureBool(v);
|
|
226
|
+
this._a("isCustomScatterStyleAllowed", this.i.y4);
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
229
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
230
230
|
*/
|
|
231
231
|
get isCustomScatterMarkerStyleAllowed() {
|
|
232
|
-
return this.i.
|
|
232
|
+
return this.i.y3;
|
|
233
233
|
}
|
|
234
234
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
235
|
-
this.i.
|
|
236
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
235
|
+
this.i.y3 = ensureBool(v);
|
|
236
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.y3);
|
|
237
237
|
}
|
|
238
238
|
/**
|
|
239
239
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
240
240
|
*/
|
|
241
241
|
get itemSearchMode() {
|
|
242
|
-
return this.i.
|
|
242
|
+
return this.i.yx;
|
|
243
243
|
}
|
|
244
244
|
set itemSearchMode(v) {
|
|
245
|
-
this.i.
|
|
246
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
245
|
+
this.i.yx = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
246
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yx));
|
|
247
247
|
}
|
|
248
248
|
/**
|
|
249
249
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
250
250
|
*/
|
|
251
251
|
get itemSearchThreshold() {
|
|
252
|
-
return this.i.
|
|
252
|
+
return this.i.y9;
|
|
253
253
|
}
|
|
254
254
|
set itemSearchThreshold(v) {
|
|
255
|
-
this.i.
|
|
256
|
-
this._a("itemSearchThreshold", this.i.
|
|
255
|
+
this.i.y9 = +v;
|
|
256
|
+
this._a("itemSearchThreshold", this.i.y9);
|
|
257
257
|
}
|
|
258
258
|
findByName(name) {
|
|
259
259
|
var baseResult = super.findByName(name);
|
|
@@ -70,16 +70,16 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
70
70
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
71
71
|
*/
|
|
72
72
|
get colorMemberPath() {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.yl;
|
|
74
74
|
}
|
|
75
75
|
set colorMemberPath(v) {
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.yl = v;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* The ColorScale used to resolve the color values of points in the series.
|
|
80
80
|
*/
|
|
81
81
|
get colorScale() {
|
|
82
|
-
const r = this.i.
|
|
82
|
+
const r = this.i.yg;
|
|
83
83
|
if (r == null) {
|
|
84
84
|
return null;
|
|
85
85
|
}
|
|
@@ -95,13 +95,13 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
95
95
|
set colorScale(v) {
|
|
96
96
|
if (v != null && this._stylingContainer && v._styling)
|
|
97
97
|
v._styling(this._stylingContainer, this, this);
|
|
98
|
-
v == null ? this.i.
|
|
98
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
102
102
|
*/
|
|
103
103
|
get actualColorScale() {
|
|
104
|
-
const r = this.i.
|
|
104
|
+
const r = this.i.yf;
|
|
105
105
|
if (r == null) {
|
|
106
106
|
return null;
|
|
107
107
|
}
|
|
@@ -117,7 +117,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
117
117
|
set actualColorScale(v) {
|
|
118
118
|
if (v != null && this._stylingContainer && v._styling)
|
|
119
119
|
v._styling(this._stylingContainer, this, this);
|
|
120
|
-
v == null ? this.i.
|
|
120
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
121
121
|
}
|
|
122
122
|
findByName(name) {
|
|
123
123
|
var baseResult = super.findByName(name);
|
|
@@ -148,7 +148,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
148
148
|
|
|
149
149
|
*/
|
|
150
150
|
updateActualColorScale() {
|
|
151
|
-
this.i.
|
|
151
|
+
this.i.yq();
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
154
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -117,65 +117,65 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
117
117
|
* 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.
|
|
118
118
|
*/
|
|
119
119
|
get shapeMemberPath() {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.ym;
|
|
121
121
|
}
|
|
122
122
|
set shapeMemberPath(v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.ym = v;
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
126
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
127
127
|
*/
|
|
128
128
|
get isCustomShapeStyleAllowed() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.x7;
|
|
130
130
|
}
|
|
131
131
|
set isCustomShapeStyleAllowed(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
132
|
+
this.i.x7 = ensureBool(v);
|
|
133
|
+
this._a("isCustomShapeStyleAllowed", this.i.x7);
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
137
137
|
*/
|
|
138
138
|
get isCustomShapeMarkerStyleAllowed() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.x6;
|
|
140
140
|
}
|
|
141
141
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
142
|
+
this.i.x6 = ensureBool(v);
|
|
143
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.x6);
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
147
147
|
*/
|
|
148
148
|
get itemSearchMode() {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.xy;
|
|
150
150
|
}
|
|
151
151
|
set itemSearchMode(v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
152
|
+
this.i.xy = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
153
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xy));
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
157
157
|
*/
|
|
158
158
|
get itemSearchThreshold() {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.ya;
|
|
160
160
|
}
|
|
161
161
|
set itemSearchThreshold(v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("itemSearchThreshold", this.i.
|
|
162
|
+
this.i.ya = +v;
|
|
163
|
+
this._a("itemSearchThreshold", this.i.ya);
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* Gets or sets the fill mapping property for the current series object.
|
|
167
167
|
*/
|
|
168
168
|
get fillMemberPath() {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.yb;
|
|
170
170
|
}
|
|
171
171
|
set fillMemberPath(v) {
|
|
172
|
-
this.i.
|
|
172
|
+
this.i.yb = v;
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* Gets or sets the brush scale for the fill brush of markers.
|
|
176
176
|
*/
|
|
177
177
|
get fillScale() {
|
|
178
|
-
const r = this.i.
|
|
178
|
+
const r = this.i.xx;
|
|
179
179
|
if (r == null) {
|
|
180
180
|
return null;
|
|
181
181
|
}
|
|
@@ -191,34 +191,34 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
191
191
|
set fillScale(v) {
|
|
192
192
|
if (v != null && this._stylingContainer && v._styling)
|
|
193
193
|
v._styling(this._stylingContainer, this, this);
|
|
194
|
-
v == null ? this.i.
|
|
194
|
+
v == null ? this.i.xx = null : this.i.xx = v.i;
|
|
195
195
|
}
|
|
196
196
|
/**
|
|
197
197
|
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
198
198
|
* This setting applies only if multiple series are using the same FillScale.
|
|
199
199
|
*/
|
|
200
200
|
get fillScaleUseGlobalValues() {
|
|
201
|
-
return this.i.
|
|
201
|
+
return this.i.x5;
|
|
202
202
|
}
|
|
203
203
|
set fillScaleUseGlobalValues(v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
204
|
+
this.i.x5 = ensureBool(v);
|
|
205
|
+
this._a("fillScaleUseGlobalValues", this.i.x5);
|
|
206
206
|
}
|
|
207
207
|
/**
|
|
208
208
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
209
209
|
*/
|
|
210
210
|
get itemSearchPointsThreshold() {
|
|
211
|
-
return this.i.
|
|
211
|
+
return this.i.x9;
|
|
212
212
|
}
|
|
213
213
|
set itemSearchPointsThreshold(v) {
|
|
214
|
-
this.i.
|
|
215
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
214
|
+
this.i.x9 = +v;
|
|
215
|
+
this._a("itemSearchPointsThreshold", this.i.x9);
|
|
216
216
|
}
|
|
217
217
|
/**
|
|
218
218
|
* Set a shapefile datasource to use with the series.
|
|
219
219
|
*/
|
|
220
220
|
get shapefileDataSource() {
|
|
221
|
-
const r = this.i.
|
|
221
|
+
const r = this.i.x1;
|
|
222
222
|
if (r == null) {
|
|
223
223
|
return null;
|
|
224
224
|
}
|
|
@@ -237,18 +237,18 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
237
237
|
return r.externalObject;
|
|
238
238
|
}
|
|
239
239
|
set shapefileDataSource(v) {
|
|
240
|
-
v == null ? this.i.
|
|
240
|
+
v == null ? this.i.x1 = null : this.i.x1 = v.i;
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* 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.
|
|
244
244
|
* 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.
|
|
245
245
|
*/
|
|
246
246
|
get shapeFilterResolution() {
|
|
247
|
-
return this.i.
|
|
247
|
+
return this.i.x8;
|
|
248
248
|
}
|
|
249
249
|
set shapeFilterResolution(v) {
|
|
250
|
-
this.i.
|
|
251
|
-
this._a("shapeFilterResolution", this.i.
|
|
250
|
+
this.i.x8 = +v;
|
|
251
|
+
this._a("shapeFilterResolution", this.i.x8);
|
|
252
252
|
}
|
|
253
253
|
findByName(name) {
|
|
254
254
|
var baseResult = super.findByName(name);
|