igniteui-webcomponents-maps 3.2.3 → 3.5.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 +1829 -1522
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm2015/lib/igc-geographic-map-component.js +63 -60
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +19 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm5/lib/igc-geographic-map-component.js +63 -60
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +19 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
- package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-geographic-map-imagery.d.ts +4 -1
- package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-component.d.ts +1 -0
- package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-tile-series-component.d.ts +1 -0
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
- package/lib/igc-tile-series-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -35,11 +35,25 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
35
35
|
if (_super.prototype["connectedCallback"]) {
|
|
36
36
|
_super.prototype["connectedCallback"].call(this);
|
|
37
37
|
}
|
|
38
|
+
if (this.i.connectedCallback) {
|
|
39
|
+
this.i.connectedCallback();
|
|
40
|
+
}
|
|
38
41
|
if (!this._attached) {
|
|
39
42
|
this._attached = true;
|
|
40
43
|
this._flushQueuedAttributes();
|
|
41
44
|
}
|
|
42
45
|
};
|
|
46
|
+
IgcGeographicContourLineSeriesComponent.prototype.disconnectedCallback = function () {
|
|
47
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
48
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
49
|
+
}
|
|
50
|
+
if (this.i.disconnectedCallback) {
|
|
51
|
+
this.i.disconnectedCallback();
|
|
52
|
+
}
|
|
53
|
+
if (this._attached) {
|
|
54
|
+
this._attached = false;
|
|
55
|
+
}
|
|
56
|
+
};
|
|
43
57
|
Object.defineProperty(IgcGeographicContourLineSeriesComponent, "observedAttributes", {
|
|
44
58
|
get: function () {
|
|
45
59
|
if (IgcGeographicContourLineSeriesComponent._observedAttributesIgcGeographicContourLineSeriesComponent == null) {
|
|
@@ -65,7 +79,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
65
79
|
* Gets whether the current series shows a line contour shape.
|
|
66
80
|
*/
|
|
67
81
|
get: function () {
|
|
68
|
-
return this.i.
|
|
82
|
+
return this.i.d1;
|
|
69
83
|
},
|
|
70
84
|
enumerable: true,
|
|
71
85
|
configurable: true
|
|
@@ -75,10 +89,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
75
89
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
76
90
|
*/
|
|
77
91
|
get: function () {
|
|
78
|
-
return this.i.
|
|
92
|
+
return this.i.q9;
|
|
79
93
|
},
|
|
80
94
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
95
|
+
this.i.q9 = v;
|
|
82
96
|
},
|
|
83
97
|
enumerable: true,
|
|
84
98
|
configurable: true
|
|
@@ -88,22 +102,23 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
88
102
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
89
103
|
*/
|
|
90
104
|
get: function () {
|
|
91
|
-
|
|
105
|
+
var r = this.i.q5;
|
|
106
|
+
if (r == null) {
|
|
92
107
|
return null;
|
|
93
108
|
}
|
|
94
|
-
if (!
|
|
95
|
-
var e = IgcValueBrushScaleComponent._createFromInternal(
|
|
109
|
+
if (!r.externalObject) {
|
|
110
|
+
var e = IgcValueBrushScaleComponent._createFromInternal(r);
|
|
96
111
|
if (e) {
|
|
97
|
-
e._implementation =
|
|
112
|
+
e._implementation = r;
|
|
98
113
|
}
|
|
99
|
-
|
|
114
|
+
r.externalObject = e;
|
|
100
115
|
}
|
|
101
|
-
return
|
|
116
|
+
return r.externalObject;
|
|
102
117
|
},
|
|
103
118
|
set: function (v) {
|
|
104
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
105
120
|
v._styling(this._stylingContainer, this, this);
|
|
106
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.q5 = null : this.i.q5 = v.i;
|
|
107
122
|
},
|
|
108
123
|
enumerable: true,
|
|
109
124
|
configurable: true
|
|
@@ -113,22 +128,23 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
113
128
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
114
129
|
*/
|
|
115
130
|
get: function () {
|
|
116
|
-
|
|
131
|
+
var r = this.i.q4;
|
|
132
|
+
if (r == null) {
|
|
117
133
|
return null;
|
|
118
134
|
}
|
|
119
|
-
if (!
|
|
120
|
-
var e = IgcValueBrushScaleComponent._createFromInternal(
|
|
135
|
+
if (!r.externalObject) {
|
|
136
|
+
var e = IgcValueBrushScaleComponent._createFromInternal(r);
|
|
121
137
|
if (e) {
|
|
122
|
-
e._implementation =
|
|
138
|
+
e._implementation = r;
|
|
123
139
|
}
|
|
124
|
-
|
|
140
|
+
r.externalObject = e;
|
|
125
141
|
}
|
|
126
|
-
return
|
|
142
|
+
return r.externalObject;
|
|
127
143
|
},
|
|
128
144
|
set: function (v) {
|
|
129
145
|
if (v != null && this._stylingContainer && v._styling)
|
|
130
146
|
v._styling(this._stylingContainer, this, this);
|
|
131
|
-
v == null ? this.i.
|
|
147
|
+
v == null ? this.i.q4 = null : this.i.q4 = v.i;
|
|
132
148
|
},
|
|
133
149
|
enumerable: true,
|
|
134
150
|
configurable: true
|
|
@@ -138,22 +154,23 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
138
154
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
139
155
|
*/
|
|
140
156
|
get: function () {
|
|
141
|
-
|
|
157
|
+
var r = this.i.q1;
|
|
158
|
+
if (r == null) {
|
|
142
159
|
return null;
|
|
143
160
|
}
|
|
144
|
-
if (!
|
|
145
|
-
var e = IgcContourValueResolverComponent._createFromInternal(
|
|
161
|
+
if (!r.externalObject) {
|
|
162
|
+
var e = IgcContourValueResolverComponent._createFromInternal(r);
|
|
146
163
|
if (e) {
|
|
147
|
-
e._implementation =
|
|
164
|
+
e._implementation = r;
|
|
148
165
|
}
|
|
149
|
-
|
|
166
|
+
r.externalObject = e;
|
|
150
167
|
}
|
|
151
|
-
return
|
|
168
|
+
return r.externalObject;
|
|
152
169
|
},
|
|
153
170
|
set: function (v) {
|
|
154
171
|
if (v != null && this._stylingContainer && v._styling)
|
|
155
172
|
v._styling(this._stylingContainer, this, this);
|
|
156
|
-
v == null ? this.i.
|
|
173
|
+
v == null ? this.i.q1 = null : this.i.q1 = v.i;
|
|
157
174
|
},
|
|
158
175
|
enumerable: true,
|
|
159
176
|
configurable: true
|
|
@@ -214,6 +231,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
214
231
|
}
|
|
215
232
|
};
|
|
216
233
|
this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
|
|
234
|
+
;
|
|
217
235
|
},
|
|
218
236
|
enumerable: true,
|
|
219
237
|
configurable: true
|
|
@@ -34,11 +34,25 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
34
34
|
if (_super.prototype["connectedCallback"]) {
|
|
35
35
|
_super.prototype["connectedCallback"].call(this);
|
|
36
36
|
}
|
|
37
|
+
if (this.i.connectedCallback) {
|
|
38
|
+
this.i.connectedCallback();
|
|
39
|
+
}
|
|
37
40
|
if (!this._attached) {
|
|
38
41
|
this._attached = true;
|
|
39
42
|
this._flushQueuedAttributes();
|
|
40
43
|
}
|
|
41
44
|
};
|
|
45
|
+
IgcGeographicHighDensityScatterSeriesComponent.prototype.disconnectedCallback = function () {
|
|
46
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
47
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
48
|
+
}
|
|
49
|
+
if (this.i.disconnectedCallback) {
|
|
50
|
+
this.i.disconnectedCallback();
|
|
51
|
+
}
|
|
52
|
+
if (this._attached) {
|
|
53
|
+
this._attached = false;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
42
56
|
Object.defineProperty(IgcGeographicHighDensityScatterSeriesComponent, "observedAttributes", {
|
|
43
57
|
get: function () {
|
|
44
58
|
if (IgcGeographicHighDensityScatterSeriesComponent._observedAttributesIgcGeographicHighDensityScatterSeriesComponent == null) {
|
|
@@ -64,7 +78,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
64
78
|
* Gets whether the current series shows pixels.
|
|
65
79
|
*/
|
|
66
80
|
get: function () {
|
|
67
|
-
return this.i.
|
|
81
|
+
return this.i.d6;
|
|
68
82
|
},
|
|
69
83
|
enumerable: true,
|
|
70
84
|
configurable: true
|
|
@@ -74,10 +88,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
74
88
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
75
89
|
*/
|
|
76
90
|
get: function () {
|
|
77
|
-
return this.i.
|
|
91
|
+
return this.i.qx;
|
|
78
92
|
},
|
|
79
93
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
94
|
+
this.i.qx = v;
|
|
81
95
|
},
|
|
82
96
|
enumerable: true,
|
|
83
97
|
configurable: true
|
|
@@ -87,10 +101,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
87
101
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
88
102
|
*/
|
|
89
103
|
get: function () {
|
|
90
|
-
return this.i.
|
|
104
|
+
return this.i.qz;
|
|
91
105
|
},
|
|
92
106
|
set: function (v) {
|
|
93
|
-
this.i.
|
|
107
|
+
this.i.qz = v;
|
|
94
108
|
},
|
|
95
109
|
enumerable: true,
|
|
96
110
|
configurable: true
|
|
@@ -100,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
100
114
|
* Gets or sets the whether to use use brute force mode.
|
|
101
115
|
*/
|
|
102
116
|
get: function () {
|
|
103
|
-
return this.i.
|
|
117
|
+
return this.i.qm;
|
|
104
118
|
},
|
|
105
119
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("useBruteForce", this.i.
|
|
120
|
+
this.i.qm = ensureBool(v);
|
|
121
|
+
this._a("useBruteForce", this.i.qm);
|
|
108
122
|
},
|
|
109
123
|
enumerable: true,
|
|
110
124
|
configurable: true
|
|
@@ -114,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
114
128
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
115
129
|
*/
|
|
116
130
|
get: function () {
|
|
117
|
-
return this.i.
|
|
131
|
+
return this.i.ql;
|
|
118
132
|
},
|
|
119
133
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("progressiveLoad", this.i.
|
|
134
|
+
this.i.ql = ensureBool(v);
|
|
135
|
+
this._a("progressiveLoad", this.i.ql);
|
|
122
136
|
},
|
|
123
137
|
enumerable: true,
|
|
124
138
|
configurable: true
|
|
@@ -128,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
128
142
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
129
143
|
*/
|
|
130
144
|
get: function () {
|
|
131
|
-
return this.i.
|
|
145
|
+
return this.i.qk;
|
|
132
146
|
},
|
|
133
147
|
set: function (v) {
|
|
134
|
-
this.i.
|
|
135
|
-
this._a("mouseOverEnabled", this.i.
|
|
148
|
+
this.i.qk = ensureBool(v);
|
|
149
|
+
this._a("mouseOverEnabled", this.i.qk);
|
|
136
150
|
},
|
|
137
151
|
enumerable: true,
|
|
138
152
|
configurable: true
|
|
@@ -142,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
142
156
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
143
157
|
*/
|
|
144
158
|
get: function () {
|
|
145
|
-
return this.i.
|
|
159
|
+
return this.i.qo;
|
|
146
160
|
},
|
|
147
161
|
set: function (v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("heatMinimum", this.i.
|
|
162
|
+
this.i.qo = +v;
|
|
163
|
+
this._a("heatMinimum", this.i.qo);
|
|
150
164
|
},
|
|
151
165
|
enumerable: true,
|
|
152
166
|
configurable: true
|
|
@@ -156,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
156
170
|
* Gets or sets the value that maps to the maximum heat color.
|
|
157
171
|
*/
|
|
158
172
|
get: function () {
|
|
159
|
-
return this.i.
|
|
173
|
+
return this.i.qn;
|
|
160
174
|
},
|
|
161
175
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("heatMaximum", this.i.
|
|
176
|
+
this.i.qn = +v;
|
|
177
|
+
this._a("heatMaximum", this.i.qn);
|
|
164
178
|
},
|
|
165
179
|
enumerable: true,
|
|
166
180
|
configurable: true
|
|
@@ -170,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
170
184
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
171
185
|
*/
|
|
172
186
|
get: function () {
|
|
173
|
-
return colorToString(this.i.
|
|
187
|
+
return colorToString(this.i.ri);
|
|
174
188
|
},
|
|
175
189
|
set: function (v) {
|
|
176
|
-
this.i.
|
|
177
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
190
|
+
this.i.ri = stringToColor(v);
|
|
191
|
+
this._a("heatMinimumColor", colorToString(this.i.ri));
|
|
178
192
|
},
|
|
179
193
|
enumerable: true,
|
|
180
194
|
configurable: true
|
|
@@ -184,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
184
198
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
185
199
|
*/
|
|
186
200
|
get: function () {
|
|
187
|
-
return colorToString(this.i.
|
|
201
|
+
return colorToString(this.i.rh);
|
|
188
202
|
},
|
|
189
203
|
set: function (v) {
|
|
190
|
-
this.i.
|
|
191
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
204
|
+
this.i.rh = stringToColor(v);
|
|
205
|
+
this._a("heatMaximumColor", colorToString(this.i.rh));
|
|
192
206
|
},
|
|
193
207
|
enumerable: true,
|
|
194
208
|
configurable: true
|
|
@@ -198,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
198
212
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
199
213
|
*/
|
|
200
214
|
get: function () {
|
|
201
|
-
return this.i.
|
|
215
|
+
return this.i.qr;
|
|
202
216
|
},
|
|
203
217
|
set: function (v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("pointExtent", this.i.
|
|
218
|
+
this.i.qr = +v;
|
|
219
|
+
this._a("pointExtent", this.i.qr);
|
|
206
220
|
},
|
|
207
221
|
enumerable: true,
|
|
208
222
|
configurable: true
|
|
@@ -212,11 +226,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
212
226
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
213
227
|
*/
|
|
214
228
|
get: function () {
|
|
215
|
-
return this.i.
|
|
229
|
+
return this.i.qs;
|
|
216
230
|
},
|
|
217
231
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("progressiveStatus", this.i.
|
|
232
|
+
this.i.qs = +v;
|
|
233
|
+
this._a("progressiveStatus", this.i.qs);
|
|
220
234
|
},
|
|
221
235
|
enumerable: true,
|
|
222
236
|
configurable: true
|
|
@@ -247,6 +261,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
247
261
|
}
|
|
248
262
|
};
|
|
249
263
|
this.i.progressiveLoadStatusChanged = delegateCombine(this.i.progressiveLoadStatusChanged, this._progressiveLoadStatusChanged_wrapped);
|
|
264
|
+
;
|
|
250
265
|
},
|
|
251
266
|
enumerable: true,
|
|
252
267
|
configurable: true
|