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
|
@@ -28,24 +28,24 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
28
28
|
GeographicContourLineSeriesView.prototype.as = function () {
|
|
29
29
|
_super.prototype.as.call(this);
|
|
30
30
|
if (!this.q) {
|
|
31
|
-
this.cm.
|
|
31
|
+
this.cm.g1 = Defaults.m;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
GeographicContourLineSeriesView.prototype.b2 = function () {
|
|
35
35
|
_super.prototype.b2.call(this);
|
|
36
|
-
if (this.cm.
|
|
37
|
-
this.cm.
|
|
38
|
-
this.cm.
|
|
36
|
+
if (this.cm.qa != null) {
|
|
37
|
+
this.cm.q2.r5 = this.cm.q5;
|
|
38
|
+
this.cm.q2.sf = this.cm.q9;
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
GeographicContourLineSeriesView.prototype.cn = function () {
|
|
42
|
-
if (this.cm.
|
|
43
|
-
this.cm.
|
|
42
|
+
if (this.cm.q2 != null) {
|
|
43
|
+
this.cm.q2.r5 = this.cm.q5;
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
GeographicContourLineSeriesView.prototype.co = function () {
|
|
47
|
-
if (this.cm.
|
|
48
|
-
this.cm.
|
|
47
|
+
if (this.cm.q2 != null) {
|
|
48
|
+
this.cm.q2.sf = this.cm.q9;
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -63,69 +63,69 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
63
63
|
_this.ab = GeographicContourLineSeries.$;
|
|
64
64
|
return _this;
|
|
65
65
|
}
|
|
66
|
-
GeographicContourLineSeries.prototype.
|
|
66
|
+
GeographicContourLineSeries.prototype.get_d1 = function () {
|
|
67
67
|
return true;
|
|
68
68
|
};
|
|
69
|
-
GeographicContourLineSeries.prototype.
|
|
70
|
-
_super.prototype.
|
|
69
|
+
GeographicContourLineSeries.prototype.qf = function () {
|
|
70
|
+
_super.prototype.qf.call(this);
|
|
71
71
|
};
|
|
72
|
-
GeographicContourLineSeries.prototype.
|
|
73
|
-
this.
|
|
74
|
-
var a = this.
|
|
75
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
76
|
-
var b = this.
|
|
77
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
78
|
-
return this.
|
|
72
|
+
GeographicContourLineSeries.prototype.p9 = function () {
|
|
73
|
+
this.q2 = new ScatterContourSeries();
|
|
74
|
+
var a = this.q2;
|
|
75
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.rc));
|
|
76
|
+
var b = this.q2;
|
|
77
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.rd));
|
|
78
|
+
return this.q2;
|
|
79
79
|
};
|
|
80
|
-
GeographicContourLineSeries.prototype.
|
|
80
|
+
GeographicContourLineSeries.prototype.rc = function (a, b) {
|
|
81
81
|
if (this.triangulationStatusChanged != null) {
|
|
82
82
|
this.triangulationStatusChanged(this, b);
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
-
GeographicContourLineSeries.prototype.
|
|
86
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
85
|
+
GeographicContourLineSeries.prototype.rd = function (a, b) {
|
|
86
|
+
var c = typeCast(ScatterContourSeries.$, this.qa);
|
|
87
87
|
if (c == null) {
|
|
88
88
|
return;
|
|
89
89
|
}
|
|
90
90
|
if (b.propertyName == "ActualFillScale") {
|
|
91
|
-
this.
|
|
91
|
+
this.q4 = c.r4;
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
|
-
GeographicContourLineSeries.prototype.
|
|
95
|
-
_super.prototype.
|
|
94
|
+
GeographicContourLineSeries.prototype.mz = function () {
|
|
95
|
+
_super.prototype.mz.call(this);
|
|
96
96
|
};
|
|
97
97
|
GeographicContourLineSeries.prototype.bx = function () {
|
|
98
98
|
return new GeographicContourLineSeriesView(this);
|
|
99
99
|
};
|
|
100
|
-
GeographicContourLineSeries.prototype.
|
|
101
|
-
_super.prototype.
|
|
102
|
-
this.
|
|
100
|
+
GeographicContourLineSeries.prototype.l2 = function (a) {
|
|
101
|
+
_super.prototype.l2.call(this, a);
|
|
102
|
+
this.q6 = a;
|
|
103
103
|
};
|
|
104
|
-
GeographicContourLineSeries.prototype.
|
|
105
|
-
_super.prototype.
|
|
104
|
+
GeographicContourLineSeries.prototype.l7 = function (a, b, c, d) {
|
|
105
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
106
106
|
switch (b) {
|
|
107
107
|
case GeographicContourLineSeries.$$p[1]:
|
|
108
|
-
this.
|
|
108
|
+
this.q6.cn();
|
|
109
109
|
break;
|
|
110
110
|
case GeographicContourLineSeries.$$p[2]:
|
|
111
|
-
this.
|
|
111
|
+
this.q6.co();
|
|
112
112
|
break;
|
|
113
113
|
case GeographicContourLineSeries.$$p[3]:
|
|
114
|
-
this.
|
|
114
|
+
this.q2.r2 = this.q1;
|
|
115
115
|
break;
|
|
116
116
|
case "DashArray":
|
|
117
|
-
this.
|
|
117
|
+
this.q2.pg = this.pg;
|
|
118
118
|
break;
|
|
119
119
|
case "DashCap":
|
|
120
|
-
this.
|
|
120
|
+
this.q2.ph = this.ph;
|
|
121
121
|
break;
|
|
122
122
|
case "MiterLimit":
|
|
123
|
-
this.
|
|
123
|
+
this.q2.gt = this.gt;
|
|
124
124
|
break;
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
127
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
128
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
128
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q4:re', [ValueBrushScale.$, null], 'FillScale:q5:rf', [ValueBrushScale.$, null], 'ValueMemberPath:q9:rg', [2, "value"], 'ValueResolver:q1:rh', [ContourValueResolver.$, null]]);
|
|
129
129
|
return GeographicContourLineSeries;
|
|
130
130
|
}(GeographicXYTriangulatingSeries));
|
|
131
131
|
export { GeographicContourLineSeries };
|
|
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
27
27
|
}
|
|
28
28
|
GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
|
|
29
29
|
_super.prototype.b2.call(this);
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
|
|
31
|
+
a.si = this.ce.qz;
|
|
32
|
+
a.sq = this.ce.qx;
|
|
33
|
+
a.qv = this.ce.qm;
|
|
34
|
+
a.qu = this.ce.ql;
|
|
35
|
+
a.em = this.ce.qk;
|
|
36
|
+
a.rq = this.ce.qo;
|
|
37
|
+
a.rp = this.ce.qn;
|
|
38
|
+
a.to = this.ce.ri;
|
|
39
|
+
a.tn = this.ce.rh;
|
|
40
|
+
a.r2 = this.ce.qr;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
43
|
-
this.ce.
|
|
43
|
+
this.ce.qa.si = this.ce.qz;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
46
|
-
this.ce.
|
|
46
|
+
this.ce.qa.sq = this.ce.qx;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
49
|
-
this.ce.
|
|
49
|
+
this.ce.qa.qv = this.ce.qm;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
52
|
-
this.ce.
|
|
52
|
+
this.ce.qa.qu = this.ce.ql;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
55
|
-
this.ce.
|
|
55
|
+
this.ce.qa.em = this.ce.qk;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
58
|
-
this.ce.
|
|
58
|
+
this.ce.qa.rq = this.ce.qo;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cg = function () {
|
|
61
|
-
this.ce.
|
|
61
|
+
this.ce.qa.rp = this.ce.qn;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
|
|
65
65
|
if (this.ce.cd == null) {
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
66
|
+
a.qf = null;
|
|
67
|
+
a.qh = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.qf = this.ce.cd.tw;
|
|
71
|
+
a.qh = this.ce.cd.ty;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.qa.qf = this.ce.cd.tw;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
77
|
-
this.ce.
|
|
77
|
+
this.ce.qa.qh = this.ce.cd.ty;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.ch = function () {
|
|
80
|
-
this.ce.
|
|
80
|
+
this.ce.qa.to = this.ce.ri;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.cf = function () {
|
|
83
|
-
this.ce.
|
|
83
|
+
this.ce.qa.tn = this.ce.rh;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
86
|
-
this.ce.
|
|
86
|
+
this.ce.qa.r2 = this.ce.qr;
|
|
87
87
|
};
|
|
88
88
|
GeographicHighDensityScatterSeriesView.prototype.as = function () {
|
|
89
89
|
_super.prototype.as.call(this);
|
|
90
90
|
if (!this.q) {
|
|
91
|
-
this.ce.
|
|
92
|
-
this.ce.
|
|
93
|
-
this.ce.
|
|
94
|
-
this.ce.
|
|
91
|
+
this.ce.ri = Defaults.aq;
|
|
92
|
+
this.ce.rh = Defaults.ap;
|
|
93
|
+
this.ce.o7 = Defaults.al;
|
|
94
|
+
this.ce.pc = Defaults.ak;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,114 +105,114 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
105
|
tslib_1.__extends(GeographicHighDensityScatterSeries, _super);
|
|
106
106
|
function GeographicHighDensityScatterSeries() {
|
|
107
107
|
var _this = _super.call(this) || this;
|
|
108
|
-
_this.
|
|
108
|
+
_this.qi = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.qq = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
115
|
-
if (!isNaN_(this.
|
|
116
|
-
return _super.prototype.
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.gw = function () {
|
|
115
|
+
if (!isNaN_(this.gv)) {
|
|
116
|
+
return _super.prototype.gw.call(this);
|
|
117
117
|
}
|
|
118
118
|
return Defaults.q;
|
|
119
119
|
};
|
|
120
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
120
|
+
GeographicHighDensityScatterSeries.prototype.get_d6 = function () {
|
|
121
121
|
return true;
|
|
122
122
|
};
|
|
123
123
|
GeographicHighDensityScatterSeries.prototype.bx = function () {
|
|
124
124
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
125
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
127
|
-
_super.prototype.
|
|
128
|
-
this.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.l2 = function (a) {
|
|
127
|
+
_super.prototype.l2.call(this, a);
|
|
128
|
+
this.qj = a;
|
|
129
129
|
};
|
|
130
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
131
|
-
this.
|
|
132
|
-
return this.
|
|
130
|
+
GeographicHighDensityScatterSeries.prototype.p9 = function () {
|
|
131
|
+
this.qi = new HighDensityScatterSeries();
|
|
132
|
+
return this.qi;
|
|
133
133
|
};
|
|
134
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qs", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.qq;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
139
|
+
var b = this.qq;
|
|
140
|
+
this.qq = a;
|
|
141
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.qq);
|
|
142
142
|
},
|
|
143
143
|
enumerable: true,
|
|
144
144
|
configurable: true
|
|
145
145
|
});
|
|
146
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
147
|
-
_super.prototype.
|
|
148
|
-
var a = this.
|
|
149
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
150
|
-
var b = this.
|
|
151
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
152
|
-
};
|
|
153
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
154
|
-
this.
|
|
146
|
+
GeographicHighDensityScatterSeries.prototype.qf = function () {
|
|
147
|
+
_super.prototype.qf.call(this);
|
|
148
|
+
var a = this.qa;
|
|
149
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q6));
|
|
150
|
+
var b = this.qa;
|
|
151
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q5));
|
|
152
|
+
};
|
|
153
|
+
GeographicHighDensityScatterSeries.prototype.q6 = function (a, b) {
|
|
154
|
+
this.qs = b.currentStatus;
|
|
155
155
|
if (this.progressiveLoadStatusChanged != null) {
|
|
156
156
|
this.progressiveLoadStatusChanged(this, b);
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
160
|
-
if (this.
|
|
159
|
+
GeographicHighDensityScatterSeries.prototype.q5 = function (a, b) {
|
|
160
|
+
if (this.qi == null) {
|
|
161
161
|
return;
|
|
162
162
|
}
|
|
163
163
|
};
|
|
164
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
165
|
-
_super.prototype.
|
|
164
|
+
GeographicHighDensityScatterSeries.prototype.l7 = function (a, b, c, d) {
|
|
165
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
166
166
|
switch (b) {
|
|
167
167
|
case "SeriesViewer":
|
|
168
|
-
this.
|
|
168
|
+
this.qj.co();
|
|
169
169
|
break;
|
|
170
170
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
171
|
-
this.
|
|
171
|
+
this.qj.ck();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
174
|
-
this.
|
|
174
|
+
this.qj.cj();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
177
|
-
this.
|
|
177
|
+
this.qj.cp();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
180
|
-
this.
|
|
180
|
+
this.qj.cn();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
183
|
-
this.
|
|
183
|
+
this.qj.cl();
|
|
184
184
|
break;
|
|
185
185
|
case "XAxis":
|
|
186
|
-
this.
|
|
186
|
+
this.qj.cq();
|
|
187
187
|
break;
|
|
188
188
|
case "YAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.qj.cr();
|
|
190
190
|
break;
|
|
191
191
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
192
|
-
this.
|
|
192
|
+
this.qj.ci();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
195
|
-
this.
|
|
195
|
+
this.qj.cg();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
198
|
-
this.
|
|
198
|
+
this.qj.ch();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
201
|
-
this.
|
|
201
|
+
this.qj.cf();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
204
|
-
this.
|
|
204
|
+
this.qj.cm();
|
|
205
205
|
break;
|
|
206
206
|
}
|
|
207
207
|
};
|
|
208
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
208
|
+
GeographicHighDensityScatterSeries.prototype.get_e5 = function () {
|
|
209
209
|
return true;
|
|
210
210
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
212
|
-
_super.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.set_e5 = function (a) {
|
|
212
|
+
_super.prototype.set_e5.call(this, a);
|
|
213
213
|
};
|
|
214
214
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
215
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
215
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rh:q7', [Color.$, Defaults.ap], 'HeatMaximum:qn:q8', [1, 50], 'HeatMinimumColor:ri:q9', [Color.$, Defaults.aq], 'HeatMinimum:qo:ra', [1, 0], 'LatitudeMemberPath:qx:rb', [2, null], 'LongitudeMemberPath:qz:rc', [2, null], 'MouseOverEnabled:qk:rd', [0, false], 'PointExtent:qr:re', [1, 1], 'ProgressiveLoad:ql:rf', [0, true], 'UseBruteForce:qm:rg', [0, false]]);
|
|
216
216
|
return GeographicHighDensityScatterSeries;
|
|
217
217
|
}(GeographicMapSeriesHost));
|
|
218
218
|
export { GeographicHighDensityScatterSeries };
|