igniteui-angular-maps 14.1.1 → 14.1.2
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 +1470 -1458
- package/bundles/igniteui-angular-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/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -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/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1484 -1472
- package/fesm5/igniteui-angular-maps.js +1471 -1459
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
- 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 +23 -23
- 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 +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/package.json +2 -2
|
@@ -18,131 +18,131 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
__extends(GeographicShapeSeriesBase, _super);
|
|
19
19
|
function GeographicShapeSeriesBase() {
|
|
20
20
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
21
|
+
_this.qq = false;
|
|
22
|
+
_this.qp = false;
|
|
23
23
|
_this.assigningShapeStyle = null;
|
|
24
24
|
_this.assigningShapeMarkerStyle = null;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
25
|
+
_this.qm = null;
|
|
26
|
+
_this.qo = false;
|
|
27
27
|
return _this;
|
|
28
28
|
}
|
|
29
29
|
GeographicShapeSeriesBase.prototype.bx = function () {
|
|
30
30
|
return new GeographicShapeSeriesBaseView(this);
|
|
31
31
|
};
|
|
32
|
-
GeographicShapeSeriesBase.prototype.
|
|
33
|
-
_super.prototype.
|
|
34
|
-
this.
|
|
32
|
+
GeographicShapeSeriesBase.prototype.l2 = function (a) {
|
|
33
|
+
_super.prototype.l2.call(this, a);
|
|
34
|
+
this.ql = a;
|
|
35
35
|
};
|
|
36
|
-
GeographicShapeSeriesBase.prototype.
|
|
36
|
+
GeographicShapeSeriesBase.prototype.get_dy = function () {
|
|
37
37
|
return true;
|
|
38
38
|
};
|
|
39
39
|
GeographicShapeSeriesBase.prototype.get_c2 = function () {
|
|
40
40
|
return true;
|
|
41
41
|
};
|
|
42
|
-
GeographicShapeSeriesBase.prototype.
|
|
43
|
-
_super.prototype.
|
|
42
|
+
GeographicShapeSeriesBase.prototype.l7 = function (a, b, c, d) {
|
|
43
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "SeriesViewer":
|
|
46
|
-
this.
|
|
46
|
+
this.ql.cf();
|
|
47
47
|
break;
|
|
48
48
|
case "ShapeMemberPath":
|
|
49
|
-
this.
|
|
49
|
+
this.ql.ch();
|
|
50
50
|
break;
|
|
51
51
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
52
|
-
this.
|
|
52
|
+
this.ql.cg();
|
|
53
53
|
break;
|
|
54
54
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
if (this.
|
|
58
|
-
var e = this.
|
|
59
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
55
|
+
this.qa.q9 = this.qs;
|
|
56
|
+
this.qq = this.qs;
|
|
57
|
+
if (this.qs) {
|
|
58
|
+
var e = this.qa;
|
|
59
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q6));
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
62
|
-
var f = this.
|
|
63
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
62
|
+
var f = this.qa;
|
|
63
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q6));
|
|
64
64
|
}
|
|
65
65
|
break;
|
|
66
66
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
if (this.
|
|
70
|
-
var g = this.
|
|
71
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
67
|
+
this.qa.q8 = this.qr;
|
|
68
|
+
this.qp = this.qr;
|
|
69
|
+
if (this.qs) {
|
|
70
|
+
var g = this.qa;
|
|
71
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q5));
|
|
72
72
|
}
|
|
73
73
|
else {
|
|
74
|
-
var h = this.
|
|
75
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
74
|
+
var h = this.qa;
|
|
75
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q5));
|
|
76
76
|
}
|
|
77
77
|
break;
|
|
78
78
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
79
|
-
this.
|
|
79
|
+
this.qa.qv = this.qk;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
82
|
-
this.
|
|
82
|
+
this.qa.rq = this.qu;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
85
|
-
this.
|
|
85
|
+
this.qa.rr = this.qv;
|
|
86
86
|
break;
|
|
87
87
|
case "ShapefileDataSource":
|
|
88
88
|
if (c != null) {
|
|
89
89
|
var i = c;
|
|
90
|
-
if (this.
|
|
91
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
90
|
+
if (this.qo) {
|
|
91
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q7));
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
if (d != null) {
|
|
95
95
|
var j = d;
|
|
96
96
|
if (j.count > 0) {
|
|
97
|
-
this.
|
|
97
|
+
this.q8();
|
|
98
98
|
break;
|
|
99
99
|
}
|
|
100
|
-
this.
|
|
101
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
100
|
+
this.qo = true;
|
|
101
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q7));
|
|
102
102
|
}
|
|
103
103
|
break;
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
GeographicShapeSeriesBase.prototype.
|
|
106
|
+
GeographicShapeSeriesBase.prototype.q6 = function (a, b) {
|
|
107
107
|
if (this.assigningShapeStyle != null) {
|
|
108
108
|
this.assigningShapeStyle(this, b);
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
GeographicShapeSeriesBase.prototype.
|
|
111
|
+
GeographicShapeSeriesBase.prototype.q5 = function (a, b) {
|
|
112
112
|
if (this.assigningShapeMarkerStyle != null) {
|
|
113
113
|
this.assigningShapeMarkerStyle(this, b);
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
117
|
-
this.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.q7 = function (a, b) {
|
|
117
|
+
this.q8();
|
|
118
118
|
};
|
|
119
|
-
GeographicShapeSeriesBase.prototype.
|
|
120
|
-
var sds_ = this.
|
|
119
|
+
GeographicShapeSeriesBase.prototype.q8 = function () {
|
|
120
|
+
var sds_ = this.qn;
|
|
121
121
|
var ext_ = sds_.externalObject;
|
|
122
122
|
this.itemsSource = (ext_.getPointData());
|
|
123
123
|
};
|
|
124
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
124
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "qn", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.qm;
|
|
127
127
|
},
|
|
128
128
|
set: function (a) {
|
|
129
|
-
var b = this.
|
|
130
|
-
this.
|
|
131
|
-
if (b != this.
|
|
132
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
129
|
+
var b = this.qm;
|
|
130
|
+
this.qm = a;
|
|
131
|
+
if (b != this.qm) {
|
|
132
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.qm);
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
enumerable: false,
|
|
136
136
|
configurable: true
|
|
137
137
|
});
|
|
138
|
-
GeographicShapeSeriesBase.prototype.
|
|
138
|
+
GeographicShapeSeriesBase.prototype.get_e5 = function () {
|
|
139
139
|
return true;
|
|
140
140
|
};
|
|
141
|
-
GeographicShapeSeriesBase.prototype.
|
|
142
|
-
_super.prototype.
|
|
141
|
+
GeographicShapeSeriesBase.prototype.set_e5 = function (a) {
|
|
142
|
+
_super.prototype.set_e5.call(this, a);
|
|
143
143
|
};
|
|
144
144
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
145
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
145
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qr:q9', [0, false], 'IsCustomShapeStyleAllowed:qs:ra', [0, false], 'ItemSearchMode:qk:rb', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qu:rc', [1, 10000], 'ItemSearchThreshold:qv:rd', [1, 10000], 'ShapeFilterResolution:qt:re', [1, 2], 'ShapeMemberPath:q3:rf', [2, "points"]]);
|
|
146
146
|
return GeographicShapeSeriesBase;
|
|
147
147
|
}(GeographicMapSeriesHost));
|
|
148
148
|
export { GeographicShapeSeriesBase };
|
|
@@ -159,23 +159,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
159
159
|
}
|
|
160
160
|
GeographicShapeSeriesBaseView.prototype.b2 = function () {
|
|
161
161
|
_super.prototype.b2.call(this);
|
|
162
|
-
this.ce.
|
|
162
|
+
this.ce.qa.r1 = this.ce.q3;
|
|
163
163
|
};
|
|
164
164
|
GeographicShapeSeriesBaseView.prototype.cf = function () {
|
|
165
|
-
var a = this.ce.
|
|
165
|
+
var a = this.ce.qa;
|
|
166
166
|
if (this.ce.cd == null) {
|
|
167
|
-
a.
|
|
168
|
-
a.
|
|
167
|
+
a.qp = null;
|
|
168
|
+
a.qr = null;
|
|
169
169
|
return;
|
|
170
170
|
}
|
|
171
|
-
a.
|
|
172
|
-
a.
|
|
171
|
+
a.qp = this.ce.cd.tw;
|
|
172
|
+
a.qr = this.ce.cd.ty;
|
|
173
173
|
};
|
|
174
174
|
GeographicShapeSeriesBaseView.prototype.ch = function () {
|
|
175
|
-
this.ce.
|
|
175
|
+
this.ce.qa.r1 = this.ce.q3;
|
|
176
176
|
};
|
|
177
177
|
GeographicShapeSeriesBaseView.prototype.cg = function () {
|
|
178
|
-
this.ce.
|
|
178
|
+
this.ce.qa.rn = this.ce.qt;
|
|
179
179
|
};
|
|
180
180
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
181
181
|
return GeographicShapeSeriesBaseView;
|
|
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
_this.ci = null;
|
|
32
32
|
_this.ci = a;
|
|
33
33
|
if (!_this.q) {
|
|
34
|
-
_this.ci.
|
|
34
|
+
_this.ci.q3 = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
GeographicShapeSeriesView.prototype.as = function () {
|
|
39
39
|
_super.prototype.as.call(this);
|
|
40
40
|
if (!this.q) {
|
|
41
|
-
this.ci.
|
|
42
|
-
this.ci.
|
|
43
|
-
this.ci.
|
|
44
|
-
this.ci.
|
|
45
|
-
this.ci.
|
|
41
|
+
this.ci.sn = Defaults.aj;
|
|
42
|
+
this.ci.g1 = Defaults.p;
|
|
43
|
+
this.ci.rm = Defaults.o;
|
|
44
|
+
this.ci.rj = Defaults.d;
|
|
45
|
+
this.ci.rh = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
GeographicShapeSeriesView.prototype.b2 = function () {
|
|
49
49
|
_super.prototype.b2.call(this);
|
|
50
|
-
this.ci.
|
|
51
|
-
this.ci.
|
|
52
|
-
this.ci.
|
|
53
|
-
this.ci.
|
|
54
|
-
this.ci.
|
|
50
|
+
this.ci.qa.uh = this.ci.sp;
|
|
51
|
+
this.ci.qa.ta = this.ci.rk;
|
|
52
|
+
this.ci.qa.tw = this.ci.r5;
|
|
53
|
+
this.ci.qa.td = this.ci.rm;
|
|
54
|
+
this.ci.qa.sw = this.ci.rg;
|
|
55
55
|
};
|
|
56
56
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
57
|
-
this.ci.
|
|
57
|
+
this.ci.qa.tw = this.ci.r5;
|
|
58
58
|
};
|
|
59
59
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
60
|
-
this.ci.
|
|
60
|
+
this.ci.qa.td = this.ci.rm;
|
|
61
61
|
};
|
|
62
62
|
GeographicShapeSeriesView.prototype.ck = function () {
|
|
63
|
-
this.ci.
|
|
63
|
+
this.ci.qa.sw = this.ci.rg;
|
|
64
64
|
};
|
|
65
65
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
66
|
-
this.ci.
|
|
66
|
+
this.ci.qa.s5 = this.ci.rj;
|
|
67
67
|
};
|
|
68
68
|
GeographicShapeSeriesView.prototype.cj = function () {
|
|
69
|
-
this.ci.
|
|
69
|
+
this.ci.qa.ud = this.ci.sm;
|
|
70
70
|
};
|
|
71
71
|
GeographicShapeSeriesView.prototype.cl = function () {
|
|
72
|
-
this.ci.
|
|
72
|
+
this.ci.qa.ue = this.ci.sn;
|
|
73
73
|
};
|
|
74
74
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
75
|
-
this.ci.
|
|
75
|
+
this.ci.qa.ug = this.ci.so;
|
|
76
76
|
};
|
|
77
77
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
78
|
-
this.ci.
|
|
78
|
+
this.ci.qa.ta = this.ci.rk;
|
|
79
79
|
};
|
|
80
80
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
81
|
-
this.ci.
|
|
81
|
+
this.ci.qa.uh = this.ci.sp;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -95,95 +95,95 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
_this.ab = GeographicShapeSeries.$;
|
|
96
96
|
return _this;
|
|
97
97
|
}
|
|
98
|
-
GeographicShapeSeries.prototype.
|
|
98
|
+
GeographicShapeSeries.prototype.get_d8 = function () {
|
|
99
99
|
return true;
|
|
100
100
|
};
|
|
101
101
|
GeographicShapeSeries.prototype.bx = function () {
|
|
102
102
|
return new GeographicShapeSeriesView(this);
|
|
103
103
|
};
|
|
104
|
-
GeographicShapeSeries.prototype.
|
|
105
|
-
_super.prototype.
|
|
106
|
-
this.
|
|
104
|
+
GeographicShapeSeries.prototype.l2 = function (a) {
|
|
105
|
+
_super.prototype.l2.call(this, a);
|
|
106
|
+
this.rl = a;
|
|
107
107
|
};
|
|
108
|
-
GeographicShapeSeries.prototype.
|
|
108
|
+
GeographicShapeSeries.prototype.p9 = function () {
|
|
109
109
|
var a = new ScatterPolygonSeries();
|
|
110
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
111
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
110
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.r2));
|
|
111
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.r3));
|
|
112
112
|
return a;
|
|
113
113
|
};
|
|
114
|
-
GeographicShapeSeries.prototype.
|
|
114
|
+
GeographicShapeSeries.prototype.r2 = function (a, b) {
|
|
115
115
|
if (this.styleShape != null) {
|
|
116
116
|
this.styleShape(this, b);
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
|
-
GeographicShapeSeries.prototype.
|
|
120
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
119
|
+
GeographicShapeSeries.prototype.r3 = function (a, b) {
|
|
120
|
+
var c = typeCast(ScatterPolygonSeries.$, this.qa);
|
|
121
121
|
if (c == null) {
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
|
-
GeographicShapeSeries.prototype.
|
|
126
|
-
return this.
|
|
125
|
+
GeographicShapeSeries.prototype.f4 = function () {
|
|
126
|
+
return this.rm;
|
|
127
127
|
};
|
|
128
|
-
GeographicShapeSeries.prototype.
|
|
129
|
-
return this.
|
|
128
|
+
GeographicShapeSeries.prototype.pa = function () {
|
|
129
|
+
return this.sk;
|
|
130
130
|
};
|
|
131
|
-
GeographicShapeSeries.prototype.
|
|
132
|
-
return this.
|
|
131
|
+
GeographicShapeSeries.prototype.pb = function () {
|
|
132
|
+
return this.sl;
|
|
133
133
|
};
|
|
134
|
-
GeographicShapeSeries.prototype.
|
|
135
|
-
return this.
|
|
134
|
+
GeographicShapeSeries.prototype.nh = function () {
|
|
135
|
+
return this.r4;
|
|
136
136
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
137
|
+
GeographicShapeSeries.prototype.i0 = function () {
|
|
138
|
+
var a = typeCast(ScatterPolygonSeries.$, this.qa);
|
|
139
139
|
if (a == null) {
|
|
140
140
|
return "Unknown";
|
|
141
141
|
}
|
|
142
|
-
return a.
|
|
142
|
+
return a.i0();
|
|
143
143
|
};
|
|
144
|
-
GeographicShapeSeries.prototype.
|
|
145
|
-
_super.prototype.
|
|
144
|
+
GeographicShapeSeries.prototype.l7 = function (a, b, c, d) {
|
|
145
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
146
146
|
switch (b) {
|
|
147
147
|
case GeographicShapeSeries.$$p[6]:
|
|
148
|
-
this.
|
|
148
|
+
this.qa.s3 = this.ri;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[5]:
|
|
151
|
-
this.
|
|
151
|
+
this.qa.sz = this.rh;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[9]:
|
|
154
|
-
this.
|
|
154
|
+
this.rl.cn();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[10]:
|
|
157
|
-
this.
|
|
157
|
+
this.rl.cp();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[4]:
|
|
160
|
-
this.
|
|
160
|
+
this.rl.ck();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[11]:
|
|
163
|
-
this.
|
|
163
|
+
this.rl.co();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[3]:
|
|
166
|
-
this.
|
|
166
|
+
this.rl.cj();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[7]:
|
|
169
|
-
this.
|
|
169
|
+
this.rl.cl();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[8]:
|
|
172
|
-
this.
|
|
172
|
+
this.rl.cm();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[13]:
|
|
175
|
-
this.
|
|
175
|
+
this.rl.cq();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[12]:
|
|
178
|
-
this.
|
|
178
|
+
this.rl.cr();
|
|
179
179
|
break;
|
|
180
180
|
}
|
|
181
181
|
};
|
|
182
|
-
GeographicShapeSeries.prototype.
|
|
182
|
+
GeographicShapeSeries.prototype.gx = function () {
|
|
183
183
|
return 0.7;
|
|
184
184
|
};
|
|
185
185
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
186
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
186
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sk:r6', [Brush.$], 'ActualMarkerOutline:sl:r7', [Brush.$], 'ActualMarkerTemplate:r4:r8', [DataTemplate.$, null], 'MarkerBrush:sm:r9', [Brush.$], 'MarkerCollisionAvoidance:rg:sa', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rh:sb', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ri:sc', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sn:sd', [Brush.$], 'MarkerStyle:so:se', [Style.$], 'MarkerTemplate:r5:sf', [DataTemplate.$, null], 'MarkerThickness:rm:sg', [1, DeviceUtils.g(2)], 'MarkerType:rj:sh', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sp:si', [Style.$, null], 'ShapeStyleSelector:rk:sj', [StyleSelector.$, null]]);
|
|
187
187
|
return GeographicShapeSeries;
|
|
188
188
|
}(GeographicShapeSeriesBase));
|
|
189
189
|
export { GeographicShapeSeries };
|
|
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
GeographicSymbolSeriesView.prototype.b2 = function () {
|
|
33
|
-
var a = this.ce.
|
|
33
|
+
var a = this.ce.qa;
|
|
34
34
|
_super.prototype.b2.call(this);
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
35
|
+
a.ti = this.ce.ry;
|
|
36
|
+
a.tq = this.ce.rw;
|
|
37
|
+
a.qh = this.ce.qk;
|
|
38
|
+
a.q3 = this.ce.q0;
|
|
39
|
+
a.qm = this.ce.ql;
|
|
40
40
|
};
|
|
41
41
|
GeographicSymbolSeriesView.prototype.cg = function () {
|
|
42
|
-
this.ce.
|
|
42
|
+
this.ce.qa.ti = this.ce.ry;
|
|
43
43
|
};
|
|
44
44
|
GeographicSymbolSeriesView.prototype.cf = function () {
|
|
45
|
-
this.ce.
|
|
45
|
+
this.ce.qa.tq = this.ce.rw;
|
|
46
46
|
};
|
|
47
47
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
48
|
-
this.ce.
|
|
48
|
+
this.ce.qa.qh = this.ce.qk;
|
|
49
49
|
};
|
|
50
50
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
51
|
-
this.ce.
|
|
51
|
+
this.ce.qa.q3 = this.ce.q0;
|
|
52
52
|
};
|
|
53
53
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
54
|
-
this.ce.
|
|
54
|
+
this.ce.qa.qm = this.ce.ql;
|
|
55
55
|
};
|
|
56
56
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
57
|
-
this.ce.
|
|
57
|
+
this.ce.qa.s2 = this.ce.qm;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
60
|
-
this.ce.
|
|
60
|
+
this.ce.qa.xAxis = this.ce.cd.tw;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
63
|
-
this.ce.
|
|
63
|
+
this.ce.qa.yAxis = this.ce.cd.ty;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
66
|
-
var a = this.ce.
|
|
66
|
+
var a = this.ce.qa;
|
|
67
67
|
if (this.ce.cd == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.ce.cd.
|
|
73
|
-
a.yAxis = this.ce.cd.
|
|
72
|
+
a.xAxis = this.ce.cd.tw;
|
|
73
|
+
a.yAxis = this.ce.cd.ty;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
76
|
-
this.ce.
|
|
76
|
+
this.ce.qa.rt = this.ce.ri;
|
|
77
77
|
};
|
|
78
78
|
GeographicSymbolSeriesView.prototype.ch = function () {
|
|
79
|
-
this.ce.
|
|
79
|
+
this.ce.qa.rj = this.ce.re;
|
|
80
80
|
};
|
|
81
81
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
82
|
-
this.ce.
|
|
82
|
+
this.ce.qa.rk = this.ce.rf;
|
|
83
83
|
};
|
|
84
84
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
85
85
|
return GeographicSymbolSeriesView;
|
|
@@ -92,9 +92,9 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
__extends(GeographicSymbolSeries, _super);
|
|
93
93
|
function GeographicSymbolSeries() {
|
|
94
94
|
var _this = _super.call(this) || this;
|
|
95
|
-
_this.
|
|
96
|
-
_this.
|
|
97
|
-
_this.
|
|
95
|
+
_this.rk = null;
|
|
96
|
+
_this.rn = false;
|
|
97
|
+
_this.rm = false;
|
|
98
98
|
_this.assigningScatterStyle = null;
|
|
99
99
|
_this.assigningScatterMarkerStyle = null;
|
|
100
100
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -106,84 +106,84 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
106
|
GeographicSymbolSeries.prototype.bx = function () {
|
|
107
107
|
return new GeographicSymbolSeriesView(this);
|
|
108
108
|
};
|
|
109
|
-
GeographicSymbolSeries.prototype.
|
|
110
|
-
_super.prototype.
|
|
111
|
-
this.
|
|
109
|
+
GeographicSymbolSeries.prototype.l2 = function (a) {
|
|
110
|
+
_super.prototype.l2.call(this, a);
|
|
111
|
+
this.rl = a;
|
|
112
112
|
};
|
|
113
|
-
GeographicSymbolSeries.prototype.
|
|
113
|
+
GeographicSymbolSeries.prototype.gx = function () {
|
|
114
114
|
return 0.7;
|
|
115
115
|
};
|
|
116
|
-
GeographicSymbolSeries.prototype.
|
|
116
|
+
GeographicSymbolSeries.prototype.p9 = function () {
|
|
117
117
|
return new ScatterSeries();
|
|
118
118
|
};
|
|
119
|
-
GeographicSymbolSeries.prototype.
|
|
119
|
+
GeographicSymbolSeries.prototype.get_dy = function () {
|
|
120
120
|
return true;
|
|
121
121
|
};
|
|
122
|
-
GeographicSymbolSeries.prototype.
|
|
123
|
-
_super.prototype.
|
|
122
|
+
GeographicSymbolSeries.prototype.l7 = function (a, b, c, d) {
|
|
123
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
124
124
|
switch (b) {
|
|
125
125
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
126
|
+
this.rl.co();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
129
|
+
this.rl.cg();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
132
|
+
this.rl.cf();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
135
|
+
this.rl.ci();
|
|
136
136
|
break;
|
|
137
137
|
case "XAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.rl.cp();
|
|
139
139
|
break;
|
|
140
140
|
case "YAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.rl.cq();
|
|
142
142
|
break;
|
|
143
143
|
case GeographicSymbolSeries.$$p[1]:
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
if (this.
|
|
147
|
-
var e = this.
|
|
148
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
144
|
+
this.qa.so = this.rp;
|
|
145
|
+
this.rn = this.rp;
|
|
146
|
+
if (this.rp) {
|
|
147
|
+
var e = this.qa;
|
|
148
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.r3));
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
151
|
-
var f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
151
|
+
var f = this.qa;
|
|
152
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.r3));
|
|
153
153
|
}
|
|
154
154
|
break;
|
|
155
155
|
case GeographicSymbolSeries.$$p[0]:
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
if (this.
|
|
159
|
-
var g = this.
|
|
160
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
156
|
+
this.qa.sn = this.ro;
|
|
157
|
+
this.rm = this.ro;
|
|
158
|
+
if (this.rp) {
|
|
159
|
+
var g = this.qa;
|
|
160
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.r2));
|
|
161
161
|
}
|
|
162
162
|
else {
|
|
163
|
-
var h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
163
|
+
var h = this.qa;
|
|
164
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.r2));
|
|
165
165
|
}
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
168
|
+
this.qa.sd = this.rj;
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
171
|
+
this.qa.s1 = this.rr;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
|
-
GeographicSymbolSeries.prototype.
|
|
175
|
+
GeographicSymbolSeries.prototype.r3 = function (a, b) {
|
|
176
176
|
if (this.assigningScatterStyle != null) {
|
|
177
177
|
this.assigningScatterStyle(this, b);
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
|
-
GeographicSymbolSeries.prototype.
|
|
180
|
+
GeographicSymbolSeries.prototype.r2 = function (a, b) {
|
|
181
181
|
if (this.assigningScatterMarkerStyle != null) {
|
|
182
182
|
this.assigningScatterMarkerStyle(this, b);
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
185
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
186
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
186
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:ro:r4', [0, false], 'IsCustomScatterStyleAllowed:rp:r5', [0, false], 'ItemSearchMode:rj:r6', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rr:r7', [1, 10000], 'LatitudeMemberPath:rw:r8', [2, null], 'LongitudeMemberPath:ry:r9', [2, null], 'MarkerCollisionAvoidance:ri:sa', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rq:sb', [0, false]]);
|
|
187
187
|
return GeographicSymbolSeries;
|
|
188
188
|
}(GeographicMarkerSeries));
|
|
189
189
|
export { GeographicSymbolSeries };
|