igniteui-angular-maps 17.2.1 → 17.3.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-angular-maps.umd.js +1342 -1342
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/TileSeries_combined.js +80 -80
- package/esm2015/lib/XamGeographicMap_combined.js +457 -457
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/TileSeries_combined.js +78 -78
- package/esm5/lib/XamGeographicMap_combined.js +450 -450
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +1356 -1356
- package/fesm5/igniteui-angular-maps.js +1342 -1342
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
- package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- 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 +23 -23
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
- package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
- 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 +2 -2
|
@@ -34,14 +34,14 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
34
34
|
* The MapImagery which is used to provide the tiles for display.
|
|
35
35
|
*/
|
|
36
36
|
get tileImagery() {
|
|
37
|
-
const r = this.i.
|
|
37
|
+
const r = this.i.vd;
|
|
38
38
|
if (r == null) {
|
|
39
39
|
return null;
|
|
40
40
|
}
|
|
41
41
|
return r.externalObject;
|
|
42
42
|
}
|
|
43
43
|
set tileImagery(v) {
|
|
44
|
-
v == null ? this.i.
|
|
44
|
+
v == null ? this.i.vd = null : this.i.vd = v.i;
|
|
45
45
|
}
|
|
46
46
|
findByName(name) {
|
|
47
47
|
var baseResult = super.findByName(name);
|
|
@@ -58,7 +58,7 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
58
58
|
|
|
59
59
|
*/
|
|
60
60
|
clearTileCache() {
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.vh();
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -39,56 +39,56 @@ export let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
39
39
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
40
40
|
*/
|
|
41
41
|
get longitudeMemberPath() {
|
|
42
|
-
return this.i.
|
|
42
|
+
return this.i.uh;
|
|
43
43
|
}
|
|
44
44
|
set longitudeMemberPath(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.uh = v;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
49
49
|
*/
|
|
50
50
|
get latitudeMemberPath() {
|
|
51
|
-
return this.i.
|
|
51
|
+
return this.i.uf;
|
|
52
52
|
}
|
|
53
53
|
set latitudeMemberPath(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.uf = v;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* The source of triangulation data.
|
|
58
58
|
* 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.
|
|
59
59
|
*/
|
|
60
60
|
get trianglesSource() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.ue;
|
|
62
62
|
}
|
|
63
63
|
set trianglesSource(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.ue = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
68
68
|
*/
|
|
69
69
|
get triangleVertexMemberPath1() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.uk;
|
|
71
71
|
}
|
|
72
72
|
set triangleVertexMemberPath1(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.uk = 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 second vertex point in the ItemsSource.
|
|
77
77
|
*/
|
|
78
78
|
get triangleVertexMemberPath2() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.um;
|
|
80
80
|
}
|
|
81
81
|
set triangleVertexMemberPath2(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.um = 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 third vertex point in the ItemsSource.
|
|
86
86
|
*/
|
|
87
87
|
get triangleVertexMemberPath3() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.uo;
|
|
89
89
|
}
|
|
90
90
|
set triangleVertexMemberPath3(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.uo = v;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -30,14 +30,14 @@ export let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
30
30
|
* The MapImagery which is used to provide the tiles for display.
|
|
31
31
|
*/
|
|
32
32
|
get tileImagery() {
|
|
33
|
-
const r = this.i.
|
|
33
|
+
const r = this.i.wy;
|
|
34
34
|
if (r == null) {
|
|
35
35
|
return null;
|
|
36
36
|
}
|
|
37
37
|
return r.externalObject;
|
|
38
38
|
}
|
|
39
39
|
set tileImagery(v) {
|
|
40
|
-
v == null ? this.i.
|
|
40
|
+
v == null ? this.i.wy = null : this.i.wy = v.i;
|
|
41
41
|
}
|
|
42
42
|
findByName(name) {
|
|
43
43
|
var baseResult = super.findByName(name);
|
|
@@ -33,19 +33,19 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
33
33
|
};
|
|
34
34
|
GeographicContourLineSeriesView.prototype.b5 = function () {
|
|
35
35
|
_super.prototype.b5.call(this);
|
|
36
|
-
if (this.cp.
|
|
37
|
-
this.cp.
|
|
38
|
-
this.cp.
|
|
36
|
+
if (this.cp.t5 != null) {
|
|
37
|
+
this.cp.ux.v0 = this.cp.u0;
|
|
38
|
+
this.cp.ux.wa = this.cp.u4;
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
GeographicContourLineSeriesView.prototype.cq = function () {
|
|
42
|
-
if (this.cp.
|
|
43
|
-
this.cp.
|
|
42
|
+
if (this.cp.ux != null) {
|
|
43
|
+
this.cp.ux.v0 = this.cp.u0;
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
GeographicContourLineSeriesView.prototype.cr = function () {
|
|
47
|
-
if (this.cp.
|
|
48
|
-
this.cp.
|
|
47
|
+
if (this.cp.ux != null) {
|
|
48
|
+
this.cp.ux.wa = this.cp.u4;
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -63,75 +63,75 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
63
63
|
_this.ab = GeographicContourLineSeries.$;
|
|
64
64
|
return _this;
|
|
65
65
|
}
|
|
66
|
-
GeographicContourLineSeries.prototype.
|
|
66
|
+
GeographicContourLineSeries.prototype.bc = function () {
|
|
67
67
|
return new GeographicContourLineSeries();
|
|
68
68
|
};
|
|
69
69
|
GeographicContourLineSeries.prototype.get_ex = function () {
|
|
70
70
|
return true;
|
|
71
71
|
};
|
|
72
|
-
GeographicContourLineSeries.prototype.
|
|
73
|
-
_super.prototype.
|
|
72
|
+
GeographicContourLineSeries.prototype.ua = function () {
|
|
73
|
+
_super.prototype.ua.call(this);
|
|
74
74
|
};
|
|
75
|
-
GeographicContourLineSeries.prototype.
|
|
76
|
-
this.
|
|
77
|
-
var a = this.
|
|
78
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
79
|
-
var b = this.
|
|
80
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
81
|
-
return this.
|
|
75
|
+
GeographicContourLineSeries.prototype.t4 = function () {
|
|
76
|
+
this.ux = new ScatterContourSeries();
|
|
77
|
+
var a = this.ux;
|
|
78
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u7));
|
|
79
|
+
var b = this.ux;
|
|
80
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u8));
|
|
81
|
+
return this.ux;
|
|
82
82
|
};
|
|
83
|
-
GeographicContourLineSeries.prototype.
|
|
83
|
+
GeographicContourLineSeries.prototype.u7 = function (a, b) {
|
|
84
84
|
if (this.triangulationStatusChanged != null) {
|
|
85
85
|
this.triangulationStatusChanged(this, b);
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
|
-
GeographicContourLineSeries.prototype.
|
|
89
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
88
|
+
GeographicContourLineSeries.prototype.u8 = function (a, b) {
|
|
89
|
+
var c = typeCast(ScatterContourSeries.$, this.t5);
|
|
90
90
|
if (c == null) {
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
93
|
if (b.propertyName == "ActualFillScale") {
|
|
94
|
-
this.
|
|
94
|
+
this.uz = c.vz;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
|
-
GeographicContourLineSeries.prototype.
|
|
98
|
-
_super.prototype.
|
|
97
|
+
GeographicContourLineSeries.prototype.qf = function () {
|
|
98
|
+
_super.prototype.qf.call(this);
|
|
99
99
|
};
|
|
100
|
-
GeographicContourLineSeries.prototype.
|
|
100
|
+
GeographicContourLineSeries.prototype.cd = function () {
|
|
101
101
|
return new GeographicContourLineSeriesView(this);
|
|
102
102
|
};
|
|
103
|
-
GeographicContourLineSeries.prototype.
|
|
104
|
-
_super.prototype.
|
|
105
|
-
this.
|
|
103
|
+
GeographicContourLineSeries.prototype.o2 = function (a) {
|
|
104
|
+
_super.prototype.o2.call(this, a);
|
|
105
|
+
this.u1 = a;
|
|
106
106
|
};
|
|
107
|
-
GeographicContourLineSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
107
|
+
GeographicContourLineSeries.prototype.pa = function (a, b, c, d) {
|
|
108
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
109
109
|
switch (b) {
|
|
110
110
|
case GeographicContourLineSeries.$$p[1]:
|
|
111
|
-
this.
|
|
111
|
+
this.u1.cq();
|
|
112
112
|
break;
|
|
113
113
|
case GeographicContourLineSeries.$$p[2]:
|
|
114
|
-
this.
|
|
114
|
+
this.u1.cr();
|
|
115
115
|
break;
|
|
116
116
|
case GeographicContourLineSeries.$$p[3]:
|
|
117
|
-
this.
|
|
117
|
+
this.ux.vx = this.uw;
|
|
118
118
|
break;
|
|
119
119
|
case "DashArray":
|
|
120
|
-
this.
|
|
120
|
+
this.ux.s9 = this.s9;
|
|
121
121
|
break;
|
|
122
122
|
case "DashCap":
|
|
123
|
-
this.
|
|
123
|
+
this.ux.ta = this.ta;
|
|
124
124
|
break;
|
|
125
125
|
case "MiterLimit":
|
|
126
|
-
this.
|
|
126
|
+
this.ux.im = this.im;
|
|
127
127
|
break;
|
|
128
128
|
case "LineJoin":
|
|
129
|
-
this.
|
|
129
|
+
this.ux.tc = this.tc;
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
134
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
134
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uz:u9', [ValueBrushScale.$, null], 'FillScale:u0:va', [ValueBrushScale.$, null], 'ValueMemberPath:u4:vb', [2, "value"], 'ValueResolver:uw:vc', [ContourValueResolver.$, null]]);
|
|
135
135
|
return GeographicContourLineSeries;
|
|
136
136
|
}(GeographicXYTriangulatingSeries));
|
|
137
137
|
export { GeographicContourLineSeries };
|
|
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { HostSeriesView } from "./HostSeriesView";
|
|
9
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
10
9
|
import { HighDensityScatterSeries } from "igniteui-angular-charts";
|
|
10
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
11
11
|
import { Color } from "igniteui-angular-core";
|
|
12
12
|
import { Defaults } from "igniteui-angular-charts";
|
|
13
13
|
import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
|
|
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
27
27
|
}
|
|
28
28
|
GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
|
|
29
29
|
_super.prototype.b5.call(this);
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
|
|
31
|
+
a.wd = this.ch.uu;
|
|
32
|
+
a.wl = this.ch.us;
|
|
33
|
+
a.uq = this.ch.uh;
|
|
33
34
|
a.up = this.ch.ug;
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
35
|
+
a.fl = this.ch.uf;
|
|
36
|
+
a.vl = this.ch.uj;
|
|
36
37
|
a.vk = this.ch.ui;
|
|
37
|
-
a.
|
|
38
|
+
a.xj = this.ch.vd;
|
|
38
39
|
a.xi = this.ch.vc;
|
|
39
|
-
a.
|
|
40
|
-
a.vw = this.ch.ul;
|
|
40
|
+
a.vx = this.ch.um;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
43
|
-
this.ch.
|
|
43
|
+
this.ch.t5.wd = this.ch.uu;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
46
|
-
this.ch.
|
|
46
|
+
this.ch.t5.wl = this.ch.us;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
49
|
-
this.ch.
|
|
49
|
+
this.ch.t5.uq = this.ch.uh;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
52
|
-
this.ch.
|
|
52
|
+
this.ch.t5.up = this.ch.ug;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
55
|
-
this.ch.
|
|
55
|
+
this.ch.t5.fl = this.ch.uf;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
58
|
-
this.ch.
|
|
58
|
+
this.ch.t5.vl = this.ch.uj;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
61
|
-
this.ch.
|
|
61
|
+
this.ch.t5.vk = this.ch.ui;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
65
|
-
if (this.ch.
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
|
|
65
|
+
if (this.ch.cv == null) {
|
|
66
|
+
a.ua = null;
|
|
67
|
+
a.uc = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.ua = this.ch.cv.ue;
|
|
71
|
+
a.uc = this.ch.cv.ug;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
74
|
-
this.ch.
|
|
74
|
+
this.ch.t5.ua = this.ch.cv.ue;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
77
|
-
this.ch.
|
|
77
|
+
this.ch.t5.uc = this.ch.cv.ug;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
80
|
-
this.ch.
|
|
80
|
+
this.ch.t5.xj = this.ch.vd;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
83
|
-
this.ch.
|
|
83
|
+
this.ch.t5.xi = this.ch.vc;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
86
|
-
this.ch.
|
|
86
|
+
this.ch.t5.vx = this.ch.um;
|
|
87
87
|
};
|
|
88
88
|
GeographicHighDensityScatterSeriesView.prototype.au = function () {
|
|
89
89
|
_super.prototype.au.call(this);
|
|
90
90
|
if (!this.q) {
|
|
91
|
-
this.ch.
|
|
92
|
-
this.ch.
|
|
93
|
-
this.ch.
|
|
94
|
-
this.ch.
|
|
91
|
+
this.ch.vd = Defaults.aq;
|
|
92
|
+
this.ch.vc = Defaults.ap;
|
|
93
|
+
this.ch.sy = Defaults.al;
|
|
94
|
+
this.ch.s4 = Defaults.ak;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,13 +105,13 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
105
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
106
106
|
function GeographicHighDensityScatterSeries() {
|
|
107
107
|
var _this = _super.call(this) || this;
|
|
108
|
-
_this.
|
|
108
|
+
_this.ud = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.ul = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.bc = function () {
|
|
115
115
|
return new GeographicHighDensityScatterSeries();
|
|
116
116
|
};
|
|
117
117
|
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
@@ -123,88 +123,88 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
123
123
|
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
124
124
|
return true;
|
|
125
125
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.cd = function () {
|
|
127
127
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
128
128
|
};
|
|
129
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
130
|
-
_super.prototype.
|
|
131
|
-
this.
|
|
129
|
+
GeographicHighDensityScatterSeries.prototype.o2 = function (a) {
|
|
130
|
+
_super.prototype.o2.call(this, a);
|
|
131
|
+
this.ue = a;
|
|
132
132
|
};
|
|
133
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
134
|
-
this.
|
|
135
|
-
return this.
|
|
133
|
+
GeographicHighDensityScatterSeries.prototype.t4 = function () {
|
|
134
|
+
this.ud = new HighDensityScatterSeries();
|
|
135
|
+
return this.ud;
|
|
136
136
|
};
|
|
137
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
137
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "un", {
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.
|
|
139
|
+
return this.ul;
|
|
140
140
|
},
|
|
141
141
|
set: function (a) {
|
|
142
|
-
var b = this.
|
|
143
|
-
this.
|
|
144
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
142
|
+
var b = this.ul;
|
|
143
|
+
this.ul = a;
|
|
144
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.ul);
|
|
145
145
|
},
|
|
146
146
|
enumerable: false,
|
|
147
147
|
configurable: true
|
|
148
148
|
});
|
|
149
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
150
|
-
_super.prototype.
|
|
151
|
-
var a = this.
|
|
152
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
153
|
-
var b = this.
|
|
154
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
155
|
-
};
|
|
156
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
157
|
-
this.
|
|
149
|
+
GeographicHighDensityScatterSeries.prototype.ua = function () {
|
|
150
|
+
_super.prototype.ua.call(this);
|
|
151
|
+
var a = this.t5;
|
|
152
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u1));
|
|
153
|
+
var b = this.t5;
|
|
154
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u0));
|
|
155
|
+
};
|
|
156
|
+
GeographicHighDensityScatterSeries.prototype.u1 = function (a, b) {
|
|
157
|
+
this.un = b.currentStatus;
|
|
158
158
|
if (this.progressiveLoadStatusChanged != null) {
|
|
159
159
|
this.progressiveLoadStatusChanged(this, b);
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
163
|
-
if (this.
|
|
162
|
+
GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
|
|
163
|
+
if (this.ud == null) {
|
|
164
164
|
return;
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
167
|
+
GeographicHighDensityScatterSeries.prototype.pa = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
169
169
|
switch (b) {
|
|
170
170
|
case "SeriesViewer":
|
|
171
|
-
this.
|
|
171
|
+
this.ue.cr();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
174
|
-
this.
|
|
174
|
+
this.ue.cn();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
177
|
-
this.
|
|
177
|
+
this.ue.cm();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
180
|
-
this.
|
|
180
|
+
this.ue.cs();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
183
|
-
this.
|
|
183
|
+
this.ue.cq();
|
|
184
184
|
break;
|
|
185
185
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
186
|
-
this.
|
|
186
|
+
this.ue.co();
|
|
187
187
|
break;
|
|
188
188
|
case "XAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.ue.ct();
|
|
190
190
|
break;
|
|
191
191
|
case "YAxis":
|
|
192
|
-
this.
|
|
192
|
+
this.ue.cu();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
195
|
-
this.
|
|
195
|
+
this.ue.cl();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
198
|
-
this.
|
|
198
|
+
this.ue.cj();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
201
|
-
this.
|
|
201
|
+
this.ue.ck();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
204
|
-
this.
|
|
204
|
+
this.ue.ci();
|
|
205
205
|
break;
|
|
206
206
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
207
|
-
this.
|
|
207
|
+
this.ue.cp();
|
|
208
208
|
break;
|
|
209
209
|
}
|
|
210
210
|
};
|
|
@@ -215,7 +215,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
215
215
|
_super.prototype.set_gg.call(this, a);
|
|
216
216
|
};
|
|
217
217
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
218
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
218
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vc:u2', [Color.$, Defaults.ap], 'HeatMaximum:ui:u3', [1, 50], 'HeatMinimumColor:vd:u4', [Color.$, Defaults.aq], 'HeatMinimum:uj:u5', [1, 0], 'LatitudeMemberPath:us:u6', [2, null], 'LongitudeMemberPath:uu:u7', [2, null], 'MouseOverEnabled:uf:u8', [0, false], 'PointExtent:um:u9', [1, 1], 'ProgressiveLoad:ug:va', [0, true], 'UseBruteForce:uh:vb', [0, false]]);
|
|
219
219
|
return GeographicHighDensityScatterSeries;
|
|
220
220
|
}(GeographicMapSeriesHost));
|
|
221
221
|
export { GeographicHighDensityScatterSeries };
|