igniteui-webcomponents-maps 4.8.0 → 4.8.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1532 -1513
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +194 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +31 -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 +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- 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 +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 +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +192 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +31 -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 +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- 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 +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 +1546 -1527
- package/fesm5/igniteui-webcomponents-maps.js +1532 -1513
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igc-geographic-map-series-host-component.d.ts +6 -0
- package/package.json +3 -3
|
@@ -55,70 +55,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
55
55
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
56
56
|
*/
|
|
57
57
|
get markerType() {
|
|
58
|
-
return this.i.
|
|
58
|
+
return this.i.vp;
|
|
59
59
|
}
|
|
60
60
|
set markerType(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
61
|
+
this.i.vp = ensureEnum(MarkerType_$type, v);
|
|
62
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.vp));
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets thickness of the marker outline
|
|
66
66
|
*/
|
|
67
67
|
get markerThickness() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.vq;
|
|
69
69
|
}
|
|
70
70
|
set markerThickness(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("markerThickness", this.i.
|
|
71
|
+
this.i.vq = +v;
|
|
72
|
+
this._a("markerThickness", this.i.vq);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
76
76
|
*/
|
|
77
77
|
get markerOutlineMode() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.vo;
|
|
79
79
|
}
|
|
80
80
|
set markerOutlineMode(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
81
|
+
this.i.vo = ensureEnum(MarkerOutlineMode_$type, v);
|
|
82
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.vo));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
86
86
|
*/
|
|
87
87
|
get markerFillMode() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.vn;
|
|
89
89
|
}
|
|
90
90
|
set markerFillMode(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
91
|
+
this.i.vn = ensureEnum(MarkerFillMode_$type, v);
|
|
92
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.vn));
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
96
96
|
*/
|
|
97
97
|
get markerTemplate() {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.v5;
|
|
99
99
|
}
|
|
100
100
|
set markerTemplate(v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.v5 = v;
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
105
105
|
*/
|
|
106
106
|
get markerBrush() {
|
|
107
|
-
return brushToString(this.i.
|
|
107
|
+
return brushToString(this.i.wj);
|
|
108
108
|
}
|
|
109
109
|
set markerBrush(v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("markerBrush", brushToString(this.i.
|
|
110
|
+
this.i.wj = stringToBrush(v);
|
|
111
|
+
this._a("markerBrush", brushToString(this.i.wj));
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
115
115
|
*/
|
|
116
116
|
get markerOutline() {
|
|
117
|
-
return brushToString(this.i.
|
|
117
|
+
return brushToString(this.i.wk);
|
|
118
118
|
}
|
|
119
119
|
set markerOutline(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("markerOutline", brushToString(this.i.
|
|
120
|
+
this.i.wk = stringToBrush(v);
|
|
121
|
+
this._a("markerOutline", brushToString(this.i.wk));
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -126,40 +126,40 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
126
126
|
* choose a representative set.
|
|
127
127
|
*/
|
|
128
128
|
get maximumMarkers() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.vr;
|
|
130
130
|
}
|
|
131
131
|
set maximumMarkers(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("maximumMarkers", this.i.
|
|
132
|
+
this.i.vr = +v;
|
|
133
|
+
this._a("maximumMarkers", this.i.vr);
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets the effective marker template for the current series object.
|
|
137
137
|
*/
|
|
138
138
|
get actualMarkerTemplate() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.v4;
|
|
140
140
|
}
|
|
141
141
|
set actualMarkerTemplate(v) {
|
|
142
|
-
this.i.
|
|
142
|
+
this.i.v4 = v;
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
145
|
* Gets the effective marker brush for the current series object.
|
|
146
146
|
*/
|
|
147
147
|
get actualMarkerBrush() {
|
|
148
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.wh);
|
|
149
149
|
}
|
|
150
150
|
set actualMarkerBrush(v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
151
|
+
this.i.wh = stringToBrush(v);
|
|
152
|
+
this._a("actualMarkerBrush", brushToString(this.i.wh));
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
155
|
* Gets the effective marker outline for the current series object.
|
|
156
156
|
*/
|
|
157
157
|
get actualMarkerOutline() {
|
|
158
|
-
return brushToString(this.i.
|
|
158
|
+
return brushToString(this.i.wi);
|
|
159
159
|
}
|
|
160
160
|
set actualMarkerOutline(v) {
|
|
161
|
-
this.i.
|
|
162
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
161
|
+
this.i.wi = stringToBrush(v);
|
|
162
|
+
this._a("actualMarkerOutline", brushToString(this.i.wi));
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -67,55 +67,55 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* Gets whether the current series shows a polyline shape.
|
|
68
68
|
*/
|
|
69
69
|
get isPolyline() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.fc;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* Gets or sets the fill brush.
|
|
74
74
|
*/
|
|
75
75
|
get shapeFill() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.wt ? this.i.wt.fill : null;
|
|
77
77
|
}
|
|
78
78
|
set shapeFill(v) {
|
|
79
79
|
this.ensureShapeStyle();
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.wt.fill = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the stroke brush.
|
|
84
84
|
*/
|
|
85
85
|
get shapeStroke() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.wt ? this.i.wt.stroke : null;
|
|
87
87
|
}
|
|
88
88
|
set shapeStroke(v) {
|
|
89
89
|
this.ensureShapeStyle();
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.wt.stroke = v;
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets or sets the stroke thickness.
|
|
94
94
|
*/
|
|
95
95
|
get shapeStrokeThickness() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.wt ? this.i.wt.strokeThickness : NaN;
|
|
97
97
|
}
|
|
98
98
|
set shapeStrokeThickness(v) {
|
|
99
99
|
this.ensureShapeStyle();
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("shapeStrokeThickness", this.i.
|
|
100
|
+
this.i.wt.strokeThickness = +v;
|
|
101
|
+
this._a("shapeStrokeThickness", this.i.wt.strokeThickness);
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* Gets or sets the opacity.
|
|
105
105
|
*/
|
|
106
106
|
get shapeOpacity() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.wt ? this.i.wt.opacity : NaN;
|
|
108
108
|
}
|
|
109
109
|
set shapeOpacity(v) {
|
|
110
110
|
this.ensureShapeStyle();
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("shapeOpacity", this.i.
|
|
111
|
+
this.i.wt.opacity = +v;
|
|
112
|
+
this._a("shapeOpacity", this.i.wt.opacity);
|
|
113
113
|
}
|
|
114
114
|
ensureShapeStyle() {
|
|
115
|
-
if (this.i.
|
|
115
|
+
if (this.i.wt) {
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.wt = new Style();
|
|
119
119
|
}
|
|
120
120
|
get styleShape() {
|
|
121
121
|
return this._styleShape;
|
|
@@ -73,40 +73,40 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
73
73
|
* Gets whether the series has only marker as visuals
|
|
74
74
|
*/
|
|
75
75
|
get hasOnlyMarkers() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.d4;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
80
80
|
*/
|
|
81
81
|
get latitudeMemberPath() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.xc;
|
|
83
83
|
}
|
|
84
84
|
set latitudeMemberPath(v) {
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.xc = v;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
89
89
|
*/
|
|
90
90
|
get longitudeMemberPath() {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.xe;
|
|
92
92
|
}
|
|
93
93
|
set longitudeMemberPath(v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.xe = v;
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Gets or sets the radius mapping property for the current series object.
|
|
98
98
|
*/
|
|
99
99
|
get radiusMemberPath() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.xj;
|
|
101
101
|
}
|
|
102
102
|
set radiusMemberPath(v) {
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.xj = v;
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* Gets or sets the radius size scale for the bubbles.
|
|
107
107
|
*/
|
|
108
108
|
get radiusScale() {
|
|
109
|
-
const r = this.i.
|
|
109
|
+
const r = this.i.wq;
|
|
110
110
|
if (r == null) {
|
|
111
111
|
return null;
|
|
112
112
|
}
|
|
@@ -122,31 +122,31 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
122
122
|
set radiusScale(v) {
|
|
123
123
|
if (v != null && this._stylingContainer && v._styling)
|
|
124
124
|
v._styling(this._stylingContainer, this, this);
|
|
125
|
-
v == null ? this.i.
|
|
125
|
+
v == null ? this.i.wq = null : this.i.wq = v.i;
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
128
|
* Gets or sets the Label mapping property for the current series object.
|
|
129
129
|
*/
|
|
130
130
|
get labelMemberPath() {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.xa;
|
|
132
132
|
}
|
|
133
133
|
set labelMemberPath(v) {
|
|
134
|
-
this.i.
|
|
134
|
+
this.i.xa = v;
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
137
|
* Gets or sets the fill mapping property for the current series object.
|
|
138
138
|
*/
|
|
139
139
|
get fillMemberPath() {
|
|
140
|
-
return this.i.
|
|
140
|
+
return this.i.w2;
|
|
141
141
|
}
|
|
142
142
|
set fillMemberPath(v) {
|
|
143
|
-
this.i.
|
|
143
|
+
this.i.w2 = v;
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Gets or sets the brush scale for the marker brush.
|
|
147
147
|
*/
|
|
148
148
|
get fillScale() {
|
|
149
|
-
const r = this.i.
|
|
149
|
+
const r = this.i.wn;
|
|
150
150
|
if (r == null) {
|
|
151
151
|
return null;
|
|
152
152
|
}
|
|
@@ -162,102 +162,102 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
162
162
|
set fillScale(v) {
|
|
163
163
|
if (v != null && this._stylingContainer && v._styling)
|
|
164
164
|
v._styling(this._stylingContainer, this, this);
|
|
165
|
-
v == null ? this.i.
|
|
165
|
+
v == null ? this.i.wn = null : this.i.wn = v.i;
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
|
|
169
169
|
* This setting applies only if multiple series are using the same FillScale.
|
|
170
170
|
*/
|
|
171
171
|
get fillScaleUseGlobalValues() {
|
|
172
|
-
return this.i.
|
|
172
|
+
return this.i.wu;
|
|
173
173
|
}
|
|
174
174
|
set fillScaleUseGlobalValues(v) {
|
|
175
|
-
this.i.
|
|
176
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
175
|
+
this.i.wu = ensureBool(v);
|
|
176
|
+
this._a("fillScaleUseGlobalValues", this.i.wu);
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
179
|
* Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
|
|
180
180
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
181
181
|
*/
|
|
182
182
|
get markerOutlineUsesFillScale() {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.wx;
|
|
184
184
|
}
|
|
185
185
|
set markerOutlineUsesFillScale(v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
186
|
+
this.i.wx = ensureBool(v);
|
|
187
|
+
this._a("markerOutlineUsesFillScale", this.i.wx);
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
190
|
* 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
|
|
191
191
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
192
192
|
*/
|
|
193
193
|
get markerOutlineBrightness() {
|
|
194
|
-
return this.i.
|
|
194
|
+
return this.i.w0;
|
|
195
195
|
}
|
|
196
196
|
set markerOutlineBrightness(v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("markerOutlineBrightness", this.i.
|
|
197
|
+
this.i.w0 = +v;
|
|
198
|
+
this._a("markerOutlineBrightness", this.i.w0);
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
201
|
* 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
|
|
202
202
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
203
203
|
*/
|
|
204
204
|
get markerBrushBrightness() {
|
|
205
|
-
return this.i.
|
|
205
|
+
return this.i.wz;
|
|
206
206
|
}
|
|
207
207
|
set markerBrushBrightness(v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("markerBrushBrightness", this.i.
|
|
208
|
+
this.i.wz = +v;
|
|
209
|
+
this._a("markerBrushBrightness", this.i.wz);
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
212
212
|
* Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
|
|
213
213
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
214
214
|
*/
|
|
215
215
|
get radiusScaleUseGlobalValues() {
|
|
216
|
-
return this.i.
|
|
216
|
+
return this.i.wy;
|
|
217
217
|
}
|
|
218
218
|
set radiusScaleUseGlobalValues(v) {
|
|
219
|
-
this.i.
|
|
220
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
219
|
+
this.i.wy = ensureBool(v);
|
|
220
|
+
this._a("radiusScaleUseGlobalValues", this.i.wy);
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
223
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
224
224
|
*/
|
|
225
225
|
get isCustomScatterStyleAllowed() {
|
|
226
|
-
return this.i.
|
|
226
|
+
return this.i.ww;
|
|
227
227
|
}
|
|
228
228
|
set isCustomScatterStyleAllowed(v) {
|
|
229
|
-
this.i.
|
|
230
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
229
|
+
this.i.ww = ensureBool(v);
|
|
230
|
+
this._a("isCustomScatterStyleAllowed", this.i.ww);
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
234
234
|
*/
|
|
235
235
|
get isCustomScatterMarkerStyleAllowed() {
|
|
236
|
-
return this.i.
|
|
236
|
+
return this.i.wv;
|
|
237
237
|
}
|
|
238
238
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
239
|
-
this.i.
|
|
240
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
239
|
+
this.i.wv = ensureBool(v);
|
|
240
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.wv);
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
244
244
|
*/
|
|
245
245
|
get itemSearchMode() {
|
|
246
|
-
return this.i.
|
|
246
|
+
return this.i.wp;
|
|
247
247
|
}
|
|
248
248
|
set itemSearchMode(v) {
|
|
249
|
-
this.i.
|
|
250
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
249
|
+
this.i.wp = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
250
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.wp));
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
253
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
254
254
|
*/
|
|
255
255
|
get itemSearchThreshold() {
|
|
256
|
-
return this.i.
|
|
256
|
+
return this.i.w1;
|
|
257
257
|
}
|
|
258
258
|
set itemSearchThreshold(v) {
|
|
259
|
-
this.i.
|
|
260
|
-
this._a("itemSearchThreshold", this.i.
|
|
259
|
+
this.i.w1 = +v;
|
|
260
|
+
this._a("itemSearchThreshold", this.i.w1);
|
|
261
261
|
}
|
|
262
262
|
findByName(name) {
|
|
263
263
|
var baseResult = super.findByName(name);
|
|
@@ -67,22 +67,22 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* Gets whether the current series shows an area shape.
|
|
68
68
|
*/
|
|
69
69
|
get isArea() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.ef;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
74
74
|
*/
|
|
75
75
|
get colorMemberPath() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.wd;
|
|
77
77
|
}
|
|
78
78
|
set colorMemberPath(v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.wd = v;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* The ColorScale used to resolve the color values of points in the series.
|
|
83
83
|
*/
|
|
84
84
|
get colorScale() {
|
|
85
|
-
const r = this.i.
|
|
85
|
+
const r = this.i.v8;
|
|
86
86
|
if (r == null) {
|
|
87
87
|
return null;
|
|
88
88
|
}
|
|
@@ -98,13 +98,13 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
98
98
|
set colorScale(v) {
|
|
99
99
|
if (v != null && this._stylingContainer && v._styling)
|
|
100
100
|
v._styling(this._stylingContainer, this, this);
|
|
101
|
-
v == null ? this.i.
|
|
101
|
+
v == null ? this.i.v8 = null : this.i.v8 = v.i;
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
105
105
|
*/
|
|
106
106
|
get actualColorScale() {
|
|
107
|
-
const r = this.i.
|
|
107
|
+
const r = this.i.v7;
|
|
108
108
|
if (r == null) {
|
|
109
109
|
return null;
|
|
110
110
|
}
|
|
@@ -120,7 +120,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
120
120
|
set actualColorScale(v) {
|
|
121
121
|
if (v != null && this._stylingContainer && v._styling)
|
|
122
122
|
v._styling(this._stylingContainer, this, this);
|
|
123
|
-
v == null ? this.i.
|
|
123
|
+
v == null ? this.i.v7 = null : this.i.v7 = v.i;
|
|
124
124
|
}
|
|
125
125
|
findByName(name) {
|
|
126
126
|
var baseResult = super.findByName(name);
|
|
@@ -151,7 +151,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
151
151
|
|
|
152
152
|
*/
|
|
153
153
|
updateActualColorScale() {
|
|
154
|
-
this.i.
|
|
154
|
+
this.i.wi();
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* Raised when the status of an ongoing Triangulation has changed.
|
|
@@ -119,66 +119,66 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
119
119
|
* 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.
|
|
120
120
|
*/
|
|
121
121
|
get shapeMemberPath() {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.v8;
|
|
123
123
|
}
|
|
124
124
|
set shapeMemberPath(v) {
|
|
125
|
-
this.i.
|
|
125
|
+
this.i.v8 = v;
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
128
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
129
129
|
*/
|
|
130
130
|
get isCustomShapeStyleAllowed() {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.vx;
|
|
132
132
|
}
|
|
133
133
|
set isCustomShapeStyleAllowed(v) {
|
|
134
|
-
this.i.
|
|
135
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
134
|
+
this.i.vx = ensureBool(v);
|
|
135
|
+
this._a("isCustomShapeStyleAllowed", this.i.vx);
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
139
139
|
*/
|
|
140
140
|
get isCustomShapeMarkerStyleAllowed() {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.vw;
|
|
142
142
|
}
|
|
143
143
|
set isCustomShapeMarkerStyleAllowed(v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
144
|
+
this.i.vw = ensureBool(v);
|
|
145
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.vw);
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
149
149
|
*/
|
|
150
150
|
get itemSearchMode() {
|
|
151
|
-
return this.i.
|
|
151
|
+
return this.i.vp;
|
|
152
152
|
}
|
|
153
153
|
set itemSearchMode(v) {
|
|
154
|
-
this.i.
|
|
155
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
154
|
+
this.i.vp = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
155
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.vp));
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
159
159
|
*/
|
|
160
160
|
get itemSearchThreshold() {
|
|
161
|
-
return this.i.
|
|
161
|
+
return this.i.v0;
|
|
162
162
|
}
|
|
163
163
|
set itemSearchThreshold(v) {
|
|
164
|
-
this.i.
|
|
165
|
-
this._a("itemSearchThreshold", this.i.
|
|
164
|
+
this.i.v0 = +v;
|
|
165
|
+
this._a("itemSearchThreshold", this.i.v0);
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
169
169
|
*/
|
|
170
170
|
get itemSearchPointsThreshold() {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.vz;
|
|
172
172
|
}
|
|
173
173
|
set itemSearchPointsThreshold(v) {
|
|
174
|
-
this.i.
|
|
175
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
174
|
+
this.i.vz = +v;
|
|
175
|
+
this._a("itemSearchPointsThreshold", this.i.vz);
|
|
176
176
|
}
|
|
177
177
|
/**
|
|
178
178
|
* Set a shapefile datasource to use with the series.
|
|
179
179
|
*/
|
|
180
180
|
get shapefileDataSource() {
|
|
181
|
-
const r = this.i.
|
|
181
|
+
const r = this.i.vs;
|
|
182
182
|
if (r == null) {
|
|
183
183
|
return null;
|
|
184
184
|
}
|
|
@@ -197,18 +197,18 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
197
197
|
return r.externalObject;
|
|
198
198
|
}
|
|
199
199
|
set shapefileDataSource(v) {
|
|
200
|
-
v == null ? this.i.
|
|
200
|
+
v == null ? this.i.vs = null : this.i.vs = v.i;
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
203
|
* 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.
|
|
204
204
|
* 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.
|
|
205
205
|
*/
|
|
206
206
|
get shapeFilterResolution() {
|
|
207
|
-
return this.i.
|
|
207
|
+
return this.i.vy;
|
|
208
208
|
}
|
|
209
209
|
set shapeFilterResolution(v) {
|
|
210
|
-
this.i.
|
|
211
|
-
this._a("shapeFilterResolution", this.i.
|
|
210
|
+
this.i.vy = +v;
|
|
211
|
+
this._a("shapeFilterResolution", this.i.vy);
|
|
212
212
|
}
|
|
213
213
|
findByName(name) {
|
|
214
214
|
var baseResult = super.findByName(name);
|