igniteui-angular-maps 21.0.1 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1381 -1381
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +437 -437
- 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 +37 -37
- 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 +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 +22 -22
- 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 +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +431 -431
- 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 +37 -37
- 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 +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 +22 -22
- 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 +1394 -1394
- package/fesm5/igniteui-angular-maps.js +1381 -1381
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +2 -2
|
@@ -19,20 +19,20 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
19
19
|
__extends(GeographicShapeSeriesBase, _super);
|
|
20
20
|
function GeographicShapeSeriesBase() {
|
|
21
21
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
22
|
+
_this.x4 = false;
|
|
22
23
|
_this.x3 = false;
|
|
23
|
-
_this.x2 = false;
|
|
24
24
|
_this.assigningShapeStyle = null;
|
|
25
25
|
_this.assigningShapeMarkerStyle = null;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
26
|
+
_this.x0 = null;
|
|
27
|
+
_this.x2 = false;
|
|
28
28
|
return _this;
|
|
29
29
|
}
|
|
30
30
|
GeographicShapeSeriesBase.prototype.ct = function () {
|
|
31
31
|
return new GeographicShapeSeriesBaseView(this);
|
|
32
32
|
};
|
|
33
|
-
GeographicShapeSeriesBase.prototype.
|
|
34
|
-
_super.prototype.
|
|
35
|
-
this.
|
|
33
|
+
GeographicShapeSeriesBase.prototype.rj = function (a) {
|
|
34
|
+
_super.prototype.rj.call(this, a);
|
|
35
|
+
this.xz = a;
|
|
36
36
|
};
|
|
37
37
|
GeographicShapeSeriesBase.prototype.get_fh = function () {
|
|
38
38
|
return true;
|
|
@@ -40,119 +40,119 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
GeographicShapeSeriesBase.prototype.get_ef = function () {
|
|
41
41
|
return true;
|
|
42
42
|
};
|
|
43
|
-
GeographicShapeSeriesBase.prototype.
|
|
44
|
-
_super.prototype.
|
|
43
|
+
GeographicShapeSeriesBase.prototype.rs = function (a, b, c, d) {
|
|
44
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
45
45
|
switch (b) {
|
|
46
46
|
case "SeriesViewer":
|
|
47
|
-
this.
|
|
47
|
+
this.xz.cv();
|
|
48
48
|
break;
|
|
49
49
|
case "ShapeMemberPath":
|
|
50
|
-
this.
|
|
50
|
+
this.xz.cx();
|
|
51
51
|
break;
|
|
52
52
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
53
|
-
this.
|
|
53
|
+
this.xz.cw();
|
|
54
54
|
break;
|
|
55
55
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
if (this.
|
|
59
|
-
var e = this.
|
|
60
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
56
|
+
this.xn.yv = this.x7;
|
|
57
|
+
this.x4 = this.x7;
|
|
58
|
+
if (this.x7) {
|
|
59
|
+
var e = this.xn;
|
|
60
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yp));
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
|
-
var f = this.
|
|
64
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
63
|
+
var f = this.xn;
|
|
64
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yp));
|
|
65
65
|
}
|
|
66
66
|
break;
|
|
67
67
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
if (this.
|
|
71
|
-
var g = this.
|
|
72
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
68
|
+
this.xn.yu = this.x6;
|
|
69
|
+
this.x3 = this.x6;
|
|
70
|
+
if (this.x7) {
|
|
71
|
+
var g = this.xn;
|
|
72
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yo));
|
|
73
73
|
}
|
|
74
74
|
else {
|
|
75
|
-
var h = this.
|
|
76
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
75
|
+
var h = this.xn;
|
|
76
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yo));
|
|
77
77
|
}
|
|
78
78
|
break;
|
|
79
79
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
80
|
-
this.
|
|
80
|
+
this.xn.x7 = this.xy;
|
|
81
81
|
break;
|
|
82
82
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
83
|
-
this.
|
|
83
|
+
this.xn.zc = this.x9;
|
|
84
84
|
break;
|
|
85
85
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
86
|
-
this.
|
|
86
|
+
this.xn.zd = this.ya;
|
|
87
87
|
break;
|
|
88
88
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
89
|
-
this.
|
|
89
|
+
this.xn.zh = this.yb;
|
|
90
90
|
break;
|
|
91
91
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
92
|
-
this.
|
|
92
|
+
this.xn.xx = this.xx;
|
|
93
93
|
break;
|
|
94
94
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
95
|
-
this.
|
|
95
|
+
this.xn.yq = this.x5;
|
|
96
96
|
break;
|
|
97
97
|
case "ShapefileDataSource":
|
|
98
98
|
if (c != null) {
|
|
99
99
|
var i = c;
|
|
100
|
-
if (this.
|
|
101
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
100
|
+
if (this.x2) {
|
|
101
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yq));
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
if (d != null) {
|
|
105
105
|
var j = d;
|
|
106
106
|
if (j.count > 0) {
|
|
107
|
-
this.
|
|
107
|
+
this.yr();
|
|
108
108
|
break;
|
|
109
109
|
}
|
|
110
|
-
this.
|
|
111
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
110
|
+
this.x2 = true;
|
|
111
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yq));
|
|
112
112
|
}
|
|
113
113
|
break;
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.yp = function (a, b) {
|
|
117
117
|
if (this.assigningShapeStyle != null) {
|
|
118
118
|
this.assigningShapeStyle(this, b);
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
|
-
GeographicShapeSeriesBase.prototype.
|
|
121
|
+
GeographicShapeSeriesBase.prototype.yo = function (a, b) {
|
|
122
122
|
if (this.assigningShapeMarkerStyle != null) {
|
|
123
123
|
this.assigningShapeMarkerStyle(this, b);
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
GeographicShapeSeriesBase.prototype.
|
|
127
|
-
this.
|
|
126
|
+
GeographicShapeSeriesBase.prototype.yq = function (a, b) {
|
|
127
|
+
this.yr();
|
|
128
128
|
};
|
|
129
|
-
GeographicShapeSeriesBase.prototype.
|
|
130
|
-
var sds_ = this.
|
|
129
|
+
GeographicShapeSeriesBase.prototype.yr = function () {
|
|
130
|
+
var sds_ = this.x1;
|
|
131
131
|
var ext_ = sds_.externalObject;
|
|
132
132
|
this.itemsSource = (ext_.getPointData());
|
|
133
133
|
};
|
|
134
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "x1", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.x0;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
if (b != this.
|
|
142
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
139
|
+
var b = this.x0;
|
|
140
|
+
this.x0 = a;
|
|
141
|
+
if (b != this.x0) {
|
|
142
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.x0);
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
147
147
|
});
|
|
148
|
-
GeographicShapeSeriesBase.prototype.
|
|
148
|
+
GeographicShapeSeriesBase.prototype.get_hf = function () {
|
|
149
149
|
return true;
|
|
150
150
|
};
|
|
151
|
-
GeographicShapeSeriesBase.prototype.
|
|
152
|
-
_super.prototype.
|
|
151
|
+
GeographicShapeSeriesBase.prototype.set_hf = function (a) {
|
|
152
|
+
_super.prototype.set_hf.call(this, a);
|
|
153
153
|
};
|
|
154
154
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
155
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
155
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:yb:ys', [2], 'FillScale:xx:yt', [BrushScale.$], 'FillScaleUseGlobalValues:x5:yu', [0, false], 'IsCustomShapeMarkerStyleAllowed:x6:yv', [0, false], 'IsCustomShapeStyleAllowed:x7:yw', [0, false], 'ItemSearchMode:xy:yx', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x9:yy', [1, 10000], 'ItemSearchThreshold:ya:yz', [1, 10000], 'ShapeFilterResolution:x8:y0', [1, 2], 'ShapeMemberPath:ym:y1', [2, "points"]]);
|
|
156
156
|
return GeographicShapeSeriesBase;
|
|
157
157
|
}(GeographicMapSeriesHost));
|
|
158
158
|
export { GeographicShapeSeriesBase };
|
|
@@ -169,23 +169,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
169
169
|
}
|
|
170
170
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
171
171
|
_super.prototype.ci.call(this);
|
|
172
|
-
this.cu.
|
|
172
|
+
this.cu.xn.zu = this.cu.ym;
|
|
173
173
|
};
|
|
174
174
|
GeographicShapeSeriesBaseView.prototype.cv = function () {
|
|
175
|
-
var a = this.cu.
|
|
175
|
+
var a = this.cu.xn;
|
|
176
176
|
if (this.cu.dc == null) {
|
|
177
|
-
a.
|
|
178
|
-
a.
|
|
177
|
+
a.x1 = null;
|
|
178
|
+
a.x3 = null;
|
|
179
179
|
return;
|
|
180
180
|
}
|
|
181
|
-
a.
|
|
182
|
-
a.
|
|
181
|
+
a.x1 = this.cu.dc.zl;
|
|
182
|
+
a.x3 = this.cu.dc.zn;
|
|
183
183
|
};
|
|
184
184
|
GeographicShapeSeriesBaseView.prototype.cx = function () {
|
|
185
|
-
this.cu.
|
|
185
|
+
this.cu.xn.zu = this.cu.ym;
|
|
186
186
|
};
|
|
187
187
|
GeographicShapeSeriesBaseView.prototype.cw = function () {
|
|
188
|
-
this.cu.
|
|
188
|
+
this.cu.xn.y9 = this.cu.x8;
|
|
189
189
|
};
|
|
190
190
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
191
191
|
return GeographicShapeSeriesBaseView;
|
|
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
_this.cy = null;
|
|
32
32
|
_this.cy = a;
|
|
33
33
|
if (!_this.t) {
|
|
34
|
-
_this.cy.
|
|
34
|
+
_this.cy.ym = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
GeographicShapeSeriesView.prototype.a4 = function () {
|
|
39
39
|
_super.prototype.a4.call(this);
|
|
40
40
|
if (!this.t) {
|
|
41
|
-
this.cy.
|
|
42
|
-
this.cy.
|
|
43
|
-
this.cy.
|
|
44
|
-
this.cy.
|
|
45
|
-
this.cy.
|
|
41
|
+
this.cy.z9 = Defaults.a8;
|
|
42
|
+
this.cy.j0 = Defaults.ac;
|
|
43
|
+
this.cy.y8 = Defaults.ab;
|
|
44
|
+
this.cy.y5 = Defaults.d;
|
|
45
|
+
this.cy.y3 = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
GeographicShapeSeriesView.prototype.ci = function () {
|
|
49
49
|
_super.prototype.ci.call(this);
|
|
50
|
-
this.cy.
|
|
51
|
-
this.cy.
|
|
52
|
-
this.cy.
|
|
53
|
-
this.cy.
|
|
54
|
-
this.cy.
|
|
50
|
+
this.cy.xn.ach = this.cy.aab;
|
|
51
|
+
this.cy.xn.aa9 = this.cy.y6;
|
|
52
|
+
this.cy.xn.abw = this.cy.zr;
|
|
53
|
+
this.cy.xn.abd = this.cy.y8;
|
|
54
|
+
this.cy.xn.aav = this.cy.y2;
|
|
55
55
|
};
|
|
56
56
|
GeographicShapeSeriesView.prototype.c3 = function () {
|
|
57
|
-
this.cy.
|
|
57
|
+
this.cy.xn.abw = this.cy.zr;
|
|
58
58
|
};
|
|
59
59
|
GeographicShapeSeriesView.prototype.c5 = function () {
|
|
60
|
-
this.cy.
|
|
60
|
+
this.cy.xn.abd = this.cy.y8;
|
|
61
61
|
};
|
|
62
62
|
GeographicShapeSeriesView.prototype.c0 = function () {
|
|
63
|
-
this.cy.
|
|
63
|
+
this.cy.xn.aav = this.cy.y2;
|
|
64
64
|
};
|
|
65
65
|
GeographicShapeSeriesView.prototype.c4 = function () {
|
|
66
|
-
this.cy.
|
|
66
|
+
this.cy.xn.aa4 = this.cy.y5;
|
|
67
67
|
};
|
|
68
68
|
GeographicShapeSeriesView.prototype.cz = function () {
|
|
69
|
-
this.cy.
|
|
69
|
+
this.cy.xn.acd = this.cy.z8;
|
|
70
70
|
};
|
|
71
71
|
GeographicShapeSeriesView.prototype.c1 = function () {
|
|
72
|
-
this.cy.
|
|
72
|
+
this.cy.xn.ace = this.cy.z9;
|
|
73
73
|
};
|
|
74
74
|
GeographicShapeSeriesView.prototype.c2 = function () {
|
|
75
|
-
this.cy.
|
|
75
|
+
this.cy.xn.acg = this.cy.aaa;
|
|
76
76
|
};
|
|
77
77
|
GeographicShapeSeriesView.prototype.c6 = function () {
|
|
78
|
-
this.cy.
|
|
78
|
+
this.cy.xn.aa9 = this.cy.y6;
|
|
79
79
|
};
|
|
80
80
|
GeographicShapeSeriesView.prototype.c7 = function () {
|
|
81
|
-
this.cy.
|
|
81
|
+
this.cy.xn.ach = this.cy.aab;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -104,89 +104,89 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
104
|
GeographicShapeSeries.prototype.ct = function () {
|
|
105
105
|
return new GeographicShapeSeriesView(this);
|
|
106
106
|
};
|
|
107
|
-
GeographicShapeSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
109
|
-
this.
|
|
107
|
+
GeographicShapeSeries.prototype.rj = function (a) {
|
|
108
|
+
_super.prototype.rj.call(this, a);
|
|
109
|
+
this.y7 = a;
|
|
110
110
|
};
|
|
111
|
-
GeographicShapeSeries.prototype.
|
|
111
|
+
GeographicShapeSeries.prototype.xm = function () {
|
|
112
112
|
var a = new ScatterPolygonSeries();
|
|
113
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
114
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
113
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zo));
|
|
114
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zp));
|
|
115
115
|
return a;
|
|
116
116
|
};
|
|
117
|
-
GeographicShapeSeries.prototype.
|
|
117
|
+
GeographicShapeSeries.prototype.zo = function (a, b) {
|
|
118
118
|
if (this.styleShape != null) {
|
|
119
119
|
this.styleShape(this, b);
|
|
120
120
|
}
|
|
121
121
|
};
|
|
122
|
-
GeographicShapeSeries.prototype.
|
|
123
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
122
|
+
GeographicShapeSeries.prototype.zp = function (a, b) {
|
|
123
|
+
var c = typeCast(ScatterPolygonSeries.$, this.xn);
|
|
124
124
|
if (c == null) {
|
|
125
125
|
return;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
GeographicShapeSeries.prototype.
|
|
129
|
-
return this.
|
|
130
|
-
};
|
|
131
|
-
GeographicShapeSeries.prototype.v6 = function () {
|
|
132
|
-
return this.z5;
|
|
128
|
+
GeographicShapeSeries.prototype.iw = function () {
|
|
129
|
+
return this.y8;
|
|
133
130
|
};
|
|
134
131
|
GeographicShapeSeries.prototype.v7 = function () {
|
|
135
132
|
return this.z6;
|
|
136
133
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
return this.
|
|
134
|
+
GeographicShapeSeries.prototype.v8 = function () {
|
|
135
|
+
return this.z7;
|
|
136
|
+
};
|
|
137
|
+
GeographicShapeSeries.prototype.tj = function () {
|
|
138
|
+
return this.zq;
|
|
139
139
|
};
|
|
140
|
-
GeographicShapeSeries.prototype.
|
|
141
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
140
|
+
GeographicShapeSeries.prototype.mn = function () {
|
|
141
|
+
var a = typeCast(ScatterPolygonSeries.$, this.xn);
|
|
142
142
|
if (a == null) {
|
|
143
143
|
return "Unknown";
|
|
144
144
|
}
|
|
145
|
-
return a.
|
|
145
|
+
return a.mn();
|
|
146
146
|
};
|
|
147
|
-
GeographicShapeSeries.prototype.
|
|
148
|
-
_super.prototype.
|
|
147
|
+
GeographicShapeSeries.prototype.rs = function (a, b, c, d) {
|
|
148
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
149
149
|
switch (b) {
|
|
150
150
|
case GeographicShapeSeries.$$p[6]:
|
|
151
|
-
this.
|
|
151
|
+
this.xn.aa2 = this.y4;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[5]:
|
|
154
|
-
this.
|
|
154
|
+
this.xn.aay = this.y3;
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[9]:
|
|
157
|
-
this.
|
|
157
|
+
this.y7.c3();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[10]:
|
|
160
|
-
this.
|
|
160
|
+
this.y7.c5();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[4]:
|
|
163
|
-
this.
|
|
163
|
+
this.y7.c0();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[11]:
|
|
166
|
-
this.
|
|
166
|
+
this.y7.c4();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[3]:
|
|
169
|
-
this.
|
|
169
|
+
this.y7.cz();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[7]:
|
|
172
|
-
this.
|
|
172
|
+
this.y7.c1();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.y7.c2();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[13]:
|
|
178
|
-
this.
|
|
178
|
+
this.y7.c6();
|
|
179
179
|
break;
|
|
180
180
|
case GeographicShapeSeries.$$p[12]:
|
|
181
|
-
this.
|
|
181
|
+
this.y7.c7();
|
|
182
182
|
break;
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
|
-
GeographicShapeSeries.prototype.
|
|
185
|
+
GeographicShapeSeries.prototype.jv = function () {
|
|
186
186
|
return 0.7;
|
|
187
187
|
};
|
|
188
188
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
189
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
189
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z6:zs', [Brush.$], 'ActualMarkerOutline:z7:zt', [Brush.$], 'ActualMarkerTemplate:zq:zu', [DataTemplate.$, null], 'MarkerBrush:z8:zv', [Brush.$], 'MarkerCollisionAvoidance:y2:zw', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y3:zx', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y4:zy', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z9:zz', [Brush.$], 'MarkerStyle:aaa:z0', [Style.$], 'MarkerTemplate:zr:z1', [DataTemplate.$, null], 'MarkerThickness:y8:z2', [1, DeviceUtils.g(2)], 'MarkerType:y5:z3', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aab:z4', [Style.$, null], 'ShapeStyleSelector:y6:z5', [StyleSelector.$, null]]);
|
|
190
190
|
return GeographicShapeSeries;
|
|
191
191
|
}(GeographicShapeSeriesBase));
|
|
192
192
|
export { GeographicShapeSeries };
|
|
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
33
|
-
var a = this.cu.
|
|
33
|
+
var a = this.cu.xn;
|
|
34
34
|
_super.prototype.ci.call(this);
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
35
|
+
a.abj = this.cu.zb;
|
|
36
|
+
a.abr = this.cu.y9;
|
|
37
|
+
a.xx = this.cu.xx;
|
|
38
|
+
a.yr = this.cu.yd;
|
|
39
|
+
a.x7 = this.cu.xy;
|
|
40
40
|
};
|
|
41
41
|
GeographicSymbolSeriesView.prototype.cw = function () {
|
|
42
|
-
this.cu.
|
|
42
|
+
this.cu.xn.abj = this.cu.zb;
|
|
43
43
|
};
|
|
44
44
|
GeographicSymbolSeriesView.prototype.cv = function () {
|
|
45
|
-
this.cu.
|
|
45
|
+
this.cu.xn.abr = this.cu.y9;
|
|
46
46
|
};
|
|
47
47
|
GeographicSymbolSeriesView.prototype.c2 = function () {
|
|
48
|
-
this.cu.
|
|
48
|
+
this.cu.xn.xx = this.cu.xx;
|
|
49
49
|
};
|
|
50
50
|
GeographicSymbolSeriesView.prototype.c0 = function () {
|
|
51
|
-
this.cu.
|
|
51
|
+
this.cu.xn.yr = this.cu.yd;
|
|
52
52
|
};
|
|
53
53
|
GeographicSymbolSeriesView.prototype.c1 = function () {
|
|
54
|
-
this.cu.
|
|
54
|
+
this.cu.xn.x7 = this.cu.xy;
|
|
55
55
|
};
|
|
56
56
|
GeographicSymbolSeriesView.prototype.c3 = function () {
|
|
57
|
-
this.cu.
|
|
57
|
+
this.cu.xn.aaz = this.cu.xz;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.c5 = function () {
|
|
60
|
-
this.cu.
|
|
60
|
+
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.c6 = function () {
|
|
63
|
-
this.cu.
|
|
63
|
+
this.cu.xn.yAxis = this.cu.dc.zn;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.c4 = function () {
|
|
66
|
-
var a = this.cu.
|
|
66
|
+
var a = this.cu.xn;
|
|
67
67
|
if (this.cu.dc == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.cu.dc.
|
|
73
|
-
a.yAxis = this.cu.dc.
|
|
72
|
+
a.xAxis = this.cu.dc.zl;
|
|
73
|
+
a.yAxis = this.cu.dc.zn;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.cy = function () {
|
|
76
|
-
this.cu.
|
|
76
|
+
this.cu.xn.zj = this.cu.yv;
|
|
77
77
|
};
|
|
78
78
|
GeographicSymbolSeriesView.prototype.cx = function () {
|
|
79
|
-
this.cu.
|
|
79
|
+
this.cu.xn.y9 = this.cu.yr;
|
|
80
80
|
};
|
|
81
81
|
GeographicSymbolSeriesView.prototype.cz = function () {
|
|
82
|
-
this.cu.
|
|
82
|
+
this.cu.xn.za = this.cu.ys;
|
|
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.
|
|
95
|
+
_this.yx = null;
|
|
96
|
+
_this.y0 = false;
|
|
96
97
|
_this.yz = false;
|
|
97
|
-
_this.yy = false;
|
|
98
98
|
_this.assigningScatterStyle = null;
|
|
99
99
|
_this.assigningScatterMarkerStyle = null;
|
|
100
100
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -109,84 +109,84 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
109
|
GeographicSymbolSeries.prototype.ct = function () {
|
|
110
110
|
return new GeographicSymbolSeriesView(this);
|
|
111
111
|
};
|
|
112
|
-
GeographicSymbolSeries.prototype.
|
|
113
|
-
_super.prototype.
|
|
114
|
-
this.
|
|
112
|
+
GeographicSymbolSeries.prototype.rj = function (a) {
|
|
113
|
+
_super.prototype.rj.call(this, a);
|
|
114
|
+
this.yy = a;
|
|
115
115
|
};
|
|
116
|
-
GeographicSymbolSeries.prototype.
|
|
116
|
+
GeographicSymbolSeries.prototype.jv = function () {
|
|
117
117
|
return 0.7;
|
|
118
118
|
};
|
|
119
|
-
GeographicSymbolSeries.prototype.
|
|
119
|
+
GeographicSymbolSeries.prototype.xm = function () {
|
|
120
120
|
return new ScatterSeries();
|
|
121
121
|
};
|
|
122
122
|
GeographicSymbolSeries.prototype.get_fh = function () {
|
|
123
123
|
return true;
|
|
124
124
|
};
|
|
125
|
-
GeographicSymbolSeries.prototype.
|
|
126
|
-
_super.prototype.
|
|
125
|
+
GeographicSymbolSeries.prototype.rs = function (a, b, c, d) {
|
|
126
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
127
127
|
switch (b) {
|
|
128
128
|
case "SeriesViewer":
|
|
129
|
-
this.
|
|
129
|
+
this.yy.c4();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[5]:
|
|
132
|
-
this.
|
|
132
|
+
this.yy.cw();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[4]:
|
|
135
|
-
this.
|
|
135
|
+
this.yy.cv();
|
|
136
136
|
break;
|
|
137
137
|
case GeographicSymbolSeries.$$p[6]:
|
|
138
|
-
this.
|
|
138
|
+
this.yy.cy();
|
|
139
139
|
break;
|
|
140
140
|
case "XAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.yy.c5();
|
|
142
142
|
break;
|
|
143
143
|
case "YAxis":
|
|
144
|
-
this.
|
|
144
|
+
this.yy.c6();
|
|
145
145
|
break;
|
|
146
146
|
case GeographicSymbolSeries.$$p[1]:
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
149
|
-
if (this.
|
|
150
|
-
var e = this.
|
|
151
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
147
|
+
this.xn.aaf = this.y2;
|
|
148
|
+
this.y0 = this.y2;
|
|
149
|
+
if (this.y2) {
|
|
150
|
+
var e = this.xn;
|
|
151
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zg));
|
|
152
152
|
}
|
|
153
153
|
else {
|
|
154
|
-
var f = this.
|
|
155
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
154
|
+
var f = this.xn;
|
|
155
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zg));
|
|
156
156
|
}
|
|
157
157
|
break;
|
|
158
158
|
case GeographicSymbolSeries.$$p[0]:
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
if (this.
|
|
162
|
-
var g = this.
|
|
163
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
159
|
+
this.xn.aae = this.y1;
|
|
160
|
+
this.yz = this.y1;
|
|
161
|
+
if (this.y2) {
|
|
162
|
+
var g = this.xn;
|
|
163
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zf));
|
|
164
164
|
}
|
|
165
165
|
else {
|
|
166
|
-
var h = this.
|
|
167
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
166
|
+
var h = this.xn;
|
|
167
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zf));
|
|
168
168
|
}
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[2]:
|
|
171
|
-
this.
|
|
171
|
+
this.xn.zy = this.yw;
|
|
172
172
|
break;
|
|
173
173
|
case GeographicSymbolSeries.$$p[3]:
|
|
174
|
-
this.
|
|
174
|
+
this.xn.aay = this.y4;
|
|
175
175
|
break;
|
|
176
176
|
}
|
|
177
177
|
};
|
|
178
|
-
GeographicSymbolSeries.prototype.
|
|
178
|
+
GeographicSymbolSeries.prototype.zg = function (a, b) {
|
|
179
179
|
if (this.assigningScatterStyle != null) {
|
|
180
180
|
this.assigningScatterStyle(this, b);
|
|
181
181
|
}
|
|
182
182
|
};
|
|
183
|
-
GeographicSymbolSeries.prototype.
|
|
183
|
+
GeographicSymbolSeries.prototype.zf = function (a, b) {
|
|
184
184
|
if (this.assigningScatterMarkerStyle != null) {
|
|
185
185
|
this.assigningScatterMarkerStyle(this, b);
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
188
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
189
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
189
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y1:zh', [0, false], 'IsCustomScatterStyleAllowed:y2:zi', [0, false], 'ItemSearchMode:yw:zj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y4:zk', [1, 10000], 'LatitudeMemberPath:y9:zl', [2, null], 'LongitudeMemberPath:zb:zm', [2, null], 'MarkerCollisionAvoidance:yv:zn', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y3:zo', [0, false]]);
|
|
190
190
|
return GeographicSymbolSeries;
|
|
191
191
|
}(GeographicMarkerSeries));
|
|
192
192
|
export { GeographicSymbolSeries };
|