igniteui-angular-maps 19.0.1 → 19.1.0-beta.1
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 +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +39 -39
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +469 -469
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +39 -39
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1709 -1709
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +51 -51
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +43 -43
- package/lib/XamGeographicMap_combined.d.ts +122 -122
- package/package.json +2 -2
|
@@ -20,350 +20,350 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20
20
|
__extends(GeographicMapSeriesHost, _super);
|
|
21
21
|
function GeographicMapSeriesHost() {
|
|
22
22
|
var _this = _super.call(this) || this;
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
23
|
+
_this.w3 = null;
|
|
24
|
+
_this.w5 = _this.w4();
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicMapSeriesHost.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
if (this.
|
|
30
|
-
this.
|
|
27
|
+
GeographicMapSeriesHost.prototype.qi = function () {
|
|
28
|
+
_super.prototype.qi.call(this);
|
|
29
|
+
if (this.w5 != null) {
|
|
30
|
+
this.w5.qi();
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
GeographicMapSeriesHost.prototype.
|
|
33
|
+
GeographicMapSeriesHost.prototype.get_fd = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
GeographicMapSeriesHost.prototype.
|
|
37
|
-
var c = this.
|
|
36
|
+
GeographicMapSeriesHost.prototype.kr = function (a, b) {
|
|
37
|
+
var c = this.nf(b);
|
|
38
38
|
if (c == "LatitudeMemberPath") {
|
|
39
39
|
c = "YMemberPath";
|
|
40
40
|
}
|
|
41
41
|
if (c == "LongitudeMemberPath") {
|
|
42
42
|
c = "XMemberPath";
|
|
43
43
|
}
|
|
44
|
-
return this.
|
|
44
|
+
return this.w5.kr(a, c);
|
|
45
45
|
};
|
|
46
|
-
GeographicMapSeriesHost.prototype.
|
|
47
|
-
var b = this.
|
|
46
|
+
GeographicMapSeriesHost.prototype.mf = function (a) {
|
|
47
|
+
var b = this.nf(a);
|
|
48
48
|
if (b == "LatitudeMemberPath") {
|
|
49
49
|
b = "YMemberPath";
|
|
50
50
|
}
|
|
51
51
|
if (b == "LongitudeMemberPath") {
|
|
52
52
|
b = "XMemberPath";
|
|
53
53
|
}
|
|
54
|
-
return this.
|
|
54
|
+
return this.w5.mf(b);
|
|
55
55
|
};
|
|
56
|
-
GeographicMapSeriesHost.prototype.
|
|
57
|
-
return this.
|
|
56
|
+
GeographicMapSeriesHost.prototype.get_kj = function () {
|
|
57
|
+
return this.k1(this.w5);
|
|
58
58
|
};
|
|
59
|
-
GeographicMapSeriesHost.prototype.
|
|
60
|
-
this.
|
|
59
|
+
GeographicMapSeriesHost.prototype.set_kj = function (a) {
|
|
60
|
+
this.o1(this.w5, a);
|
|
61
61
|
};
|
|
62
|
-
GeographicMapSeriesHost.prototype.
|
|
63
|
-
return this.
|
|
62
|
+
GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
|
|
63
|
+
return this.w5.ed(a, b, c, d, e);
|
|
64
64
|
};
|
|
65
65
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
66
|
-
return this.
|
|
66
|
+
return this.w5.ai();
|
|
67
67
|
};
|
|
68
|
-
GeographicMapSeriesHost.prototype.
|
|
69
|
-
return this.
|
|
68
|
+
GeographicMapSeriesHost.prototype.bp = function () {
|
|
69
|
+
return this.w5;
|
|
70
70
|
};
|
|
71
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
71
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "w5", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.
|
|
73
|
+
return this.w3;
|
|
74
74
|
},
|
|
75
75
|
set: function (a) {
|
|
76
|
-
var b = this.
|
|
77
|
-
var c = this.
|
|
76
|
+
var b = this.w3;
|
|
77
|
+
var c = this.w5 != a;
|
|
78
78
|
if (c) {
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
79
|
+
this.w3 = a;
|
|
80
|
+
this.xa(b, this.w3);
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
85
85
|
});
|
|
86
86
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
87
|
-
return this.
|
|
87
|
+
return this.w5.hasMarkers;
|
|
88
88
|
};
|
|
89
|
-
GeographicMapSeriesHost.prototype.
|
|
90
|
-
if (this.
|
|
91
|
-
var hostedSeries_ = this.
|
|
89
|
+
GeographicMapSeriesHost.prototype.xa = function (a, b) {
|
|
90
|
+
if (this.w3 != null) {
|
|
91
|
+
var hostedSeries_ = this.w3;
|
|
92
92
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
93
93
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
94
94
|
}
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
95
|
+
this.ph(this.w5);
|
|
96
|
+
this.w6.ci();
|
|
97
97
|
if (a != null) {
|
|
98
98
|
var c = (a);
|
|
99
|
-
this.
|
|
99
|
+
this.r5(c, null);
|
|
100
100
|
}
|
|
101
101
|
if (b != null) {
|
|
102
102
|
var d = (b);
|
|
103
|
-
this.
|
|
103
|
+
this.r5(d, this);
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
|
|
107
|
-
return this.di(this.wz, a, b, c);
|
|
108
|
-
};
|
|
109
106
|
GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
|
|
110
|
-
return this.dj(this.
|
|
107
|
+
return this.dj(this.w5, a, b, c);
|
|
111
108
|
};
|
|
112
|
-
GeographicMapSeriesHost.prototype.
|
|
113
|
-
return this.
|
|
109
|
+
GeographicMapSeriesHost.prototype.di = function (a, b, c) {
|
|
110
|
+
return this.dk(this.w5, a, b, c);
|
|
114
111
|
};
|
|
115
|
-
GeographicMapSeriesHost.prototype.
|
|
116
|
-
return this.
|
|
112
|
+
GeographicMapSeriesHost.prototype.ko = function (a) {
|
|
113
|
+
return this.kx(this.w5, a);
|
|
117
114
|
};
|
|
118
|
-
GeographicMapSeriesHost.prototype.
|
|
119
|
-
return this.
|
|
115
|
+
GeographicMapSeriesHost.prototype.kb = function (a, b) {
|
|
116
|
+
return this.w5.kb(a, b);
|
|
120
117
|
};
|
|
121
|
-
GeographicMapSeriesHost.prototype.
|
|
122
|
-
return this.
|
|
118
|
+
GeographicMapSeriesHost.prototype.j9 = function (a, b) {
|
|
119
|
+
return this.w5.j9(a, b);
|
|
120
|
+
};
|
|
121
|
+
GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
|
|
122
|
+
return this.w5.i6(a, b, c);
|
|
123
123
|
};
|
|
124
|
-
GeographicMapSeriesHost.prototype.
|
|
125
|
-
return this.
|
|
124
|
+
GeographicMapSeriesHost.prototype.wh = function (a, b, c) {
|
|
125
|
+
return this.w5.wh(a, b, c);
|
|
126
126
|
};
|
|
127
|
-
GeographicMapSeriesHost.prototype.
|
|
128
|
-
return this.
|
|
127
|
+
GeographicMapSeriesHost.prototype.ws = function (a) {
|
|
128
|
+
return this.w5.ws(a);
|
|
129
129
|
};
|
|
130
130
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
131
|
-
return this.
|
|
131
|
+
return this.w5.ao(a);
|
|
132
132
|
};
|
|
133
|
-
GeographicMapSeriesHost.prototype.
|
|
134
|
-
return this.
|
|
133
|
+
GeographicMapSeriesHost.prototype.wt = function (a) {
|
|
134
|
+
return this.w5.wt(a);
|
|
135
135
|
};
|
|
136
136
|
GeographicMapSeriesHost.prototype.ap = function (a) {
|
|
137
|
-
return this.
|
|
138
|
-
};
|
|
139
|
-
GeographicMapSeriesHost.prototype.wo = function (a) {
|
|
140
|
-
return this.wz.wo(a);
|
|
137
|
+
return this.w5.ap(a);
|
|
141
138
|
};
|
|
142
|
-
GeographicMapSeriesHost.prototype.
|
|
143
|
-
return this.
|
|
139
|
+
GeographicMapSeriesHost.prototype.wu = function (a) {
|
|
140
|
+
return this.w5.wu(a);
|
|
144
141
|
};
|
|
145
|
-
GeographicMapSeriesHost.prototype.
|
|
146
|
-
return this.
|
|
147
|
-
};
|
|
148
|
-
GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
|
|
149
|
-
return this.wz.v7(a, b, c);
|
|
142
|
+
GeographicMapSeriesHost.prototype.wv = function (a) {
|
|
143
|
+
return this.w5.wv(a);
|
|
150
144
|
};
|
|
151
145
|
GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
|
|
152
|
-
return this.
|
|
146
|
+
return this.w5.i2(a, b, c);
|
|
153
147
|
};
|
|
154
|
-
GeographicMapSeriesHost.prototype.
|
|
155
|
-
return this.
|
|
148
|
+
GeographicMapSeriesHost.prototype.wd = function (a, b, c) {
|
|
149
|
+
return this.w5.wd(a, b, c);
|
|
156
150
|
};
|
|
157
|
-
GeographicMapSeriesHost.prototype.
|
|
158
|
-
return this.
|
|
151
|
+
GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
|
|
152
|
+
return this.i6(a, b, c);
|
|
159
153
|
};
|
|
160
|
-
GeographicMapSeriesHost.prototype.
|
|
161
|
-
return this.
|
|
154
|
+
GeographicMapSeriesHost.prototype.wf = function (a, b, c) {
|
|
155
|
+
return this.w5.wf(a, b, c);
|
|
162
156
|
};
|
|
163
|
-
GeographicMapSeriesHost.prototype.
|
|
164
|
-
return this.
|
|
157
|
+
GeographicMapSeriesHost.prototype.wi = function (a, b, c) {
|
|
158
|
+
return this.w5.wi(a, b, c);
|
|
165
159
|
};
|
|
166
|
-
GeographicMapSeriesHost.prototype.
|
|
167
|
-
return this.
|
|
160
|
+
GeographicMapSeriesHost.prototype.i7 = function (a, b, c) {
|
|
161
|
+
return this.w5.i7(a, b, c);
|
|
168
162
|
};
|
|
169
|
-
GeographicMapSeriesHost.prototype.
|
|
170
|
-
return this.
|
|
163
|
+
GeographicMapSeriesHost.prototype.we = function (a, b, c) {
|
|
164
|
+
return this.w5.we(a, b, c);
|
|
171
165
|
};
|
|
172
166
|
GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
|
|
173
|
-
return this.
|
|
167
|
+
return this.w5.i3(a, b, c);
|
|
174
168
|
};
|
|
175
|
-
GeographicMapSeriesHost.prototype.
|
|
176
|
-
return this.
|
|
169
|
+
GeographicMapSeriesHost.prototype.wg = function (a, b, c) {
|
|
170
|
+
return this.w5.wg(a, b, c);
|
|
171
|
+
};
|
|
172
|
+
GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
|
|
173
|
+
return this.w5.i5(a, b, c);
|
|
177
174
|
};
|
|
178
|
-
GeographicMapSeriesHost.prototype.
|
|
179
|
-
return this.
|
|
175
|
+
GeographicMapSeriesHost.prototype.j5 = function (a) {
|
|
176
|
+
return this.w5.j5(a);
|
|
180
177
|
};
|
|
181
|
-
GeographicMapSeriesHost.prototype.
|
|
182
|
-
return this.
|
|
178
|
+
GeographicMapSeriesHost.prototype.ix = function () {
|
|
179
|
+
return this.w5.ix();
|
|
183
180
|
};
|
|
184
|
-
GeographicMapSeriesHost.prototype.
|
|
185
|
-
return this.
|
|
181
|
+
GeographicMapSeriesHost.prototype.it = function (a) {
|
|
182
|
+
return this.w5.it(a);
|
|
186
183
|
};
|
|
187
|
-
GeographicMapSeriesHost.prototype.
|
|
184
|
+
GeographicMapSeriesHost.prototype.kp = function (a) {
|
|
185
|
+
return this.w5.kp(a);
|
|
186
|
+
};
|
|
187
|
+
GeographicMapSeriesHost.prototype.ct = function () {
|
|
188
188
|
return new HostSeriesView(this);
|
|
189
189
|
};
|
|
190
|
-
GeographicMapSeriesHost.prototype.
|
|
191
|
-
_super.prototype.
|
|
192
|
-
this.
|
|
190
|
+
GeographicMapSeriesHost.prototype.q3 = function (a) {
|
|
191
|
+
_super.prototype.q3.call(this, a);
|
|
192
|
+
this.w6 = typeCast(HostSeriesView.$, a);
|
|
193
193
|
};
|
|
194
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
194
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "w7", {
|
|
195
195
|
get: function () {
|
|
196
|
-
return this.c(GeographicMapSeriesHost.
|
|
196
|
+
return this.c(GeographicMapSeriesHost.xc);
|
|
197
197
|
},
|
|
198
198
|
set: function (a) {
|
|
199
|
-
this.h(GeographicMapSeriesHost.
|
|
199
|
+
this.h(GeographicMapSeriesHost.xc, a);
|
|
200
200
|
},
|
|
201
201
|
enumerable: false,
|
|
202
202
|
configurable: true
|
|
203
203
|
});
|
|
204
|
-
GeographicMapSeriesHost.prototype.
|
|
205
|
-
_super.prototype.
|
|
204
|
+
GeographicMapSeriesHost.prototype.rc = function (a, b, c, d) {
|
|
205
|
+
_super.prototype.rc.call(this, a, b, c, d);
|
|
206
206
|
switch (b) {
|
|
207
207
|
case "SeriesViewer":
|
|
208
|
-
this.
|
|
208
|
+
this.w5.dc = this.dc;
|
|
209
209
|
if (c != null) {
|
|
210
|
-
c.
|
|
210
|
+
c.rd(this.w5);
|
|
211
211
|
}
|
|
212
212
|
if (d != null) {
|
|
213
|
-
this.
|
|
213
|
+
this.dc.nh(this.w5);
|
|
214
214
|
}
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
215
|
+
this.w5.rf(this.wx);
|
|
216
|
+
this.w5.index = this.index;
|
|
217
|
+
this.p2(this.w5);
|
|
218
|
+
this.kh = this.w5.kh;
|
|
219
219
|
var e = typeCast(SeriesViewer.$, c);
|
|
220
220
|
if (e != null) {
|
|
221
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
221
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xb));
|
|
222
222
|
}
|
|
223
|
-
if (this.
|
|
224
|
-
var f = this.
|
|
225
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
223
|
+
if (this.dc != null) {
|
|
224
|
+
var f = this.dc;
|
|
225
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xb));
|
|
226
226
|
}
|
|
227
|
-
this.
|
|
227
|
+
this.w9();
|
|
228
228
|
break;
|
|
229
229
|
case "SyncLink":
|
|
230
|
-
this.
|
|
230
|
+
this.w5.c4 = this.c4;
|
|
231
231
|
break;
|
|
232
232
|
case "VisibleFromScale":
|
|
233
|
-
this.
|
|
233
|
+
this.w9();
|
|
234
234
|
break;
|
|
235
235
|
case "Index":
|
|
236
|
-
this.
|
|
236
|
+
this.w5.index = this.index;
|
|
237
237
|
break;
|
|
238
238
|
case "ItemsSource":
|
|
239
|
-
this.
|
|
239
|
+
this.w6.cj();
|
|
240
240
|
break;
|
|
241
241
|
case "Resolution":
|
|
242
|
-
this.
|
|
242
|
+
this.w6.cq();
|
|
243
243
|
break;
|
|
244
244
|
case "TransitionDuration":
|
|
245
|
-
this.
|
|
245
|
+
this.w6.ct();
|
|
246
246
|
break;
|
|
247
247
|
case "Opacity":
|
|
248
|
-
this.
|
|
248
|
+
this.w6.cn();
|
|
249
249
|
break;
|
|
250
250
|
case "Visibility":
|
|
251
|
-
var hs_ = this.
|
|
251
|
+
var hs_ = this.w5;
|
|
252
252
|
var v_ = this._visibility;
|
|
253
253
|
hs_.visibility = v_;
|
|
254
254
|
break;
|
|
255
255
|
case "MouseOverEnabled":
|
|
256
|
-
this.
|
|
256
|
+
this.w5.f9 = this.f9;
|
|
257
257
|
break;
|
|
258
258
|
case "ExpectFunctions":
|
|
259
|
-
this.
|
|
259
|
+
this.w5.expectFunctions = this.expectFunctions;
|
|
260
260
|
break;
|
|
261
261
|
case "Thickness":
|
|
262
|
-
this.
|
|
262
|
+
this.w6.cs();
|
|
263
263
|
break;
|
|
264
264
|
case "Brush":
|
|
265
|
-
this.
|
|
265
|
+
this.w6.ch();
|
|
266
266
|
break;
|
|
267
267
|
case "Outline":
|
|
268
|
-
this.
|
|
268
|
+
this.w6.cp();
|
|
269
269
|
break;
|
|
270
270
|
case "ActualBrush":
|
|
271
|
-
this.
|
|
271
|
+
this.w6.ce();
|
|
272
272
|
break;
|
|
273
273
|
case "ActualOutline":
|
|
274
|
-
this.
|
|
274
|
+
this.w6.cf();
|
|
275
275
|
break;
|
|
276
276
|
case "MarkerFillOpacity":
|
|
277
|
-
if (!isNaN_(this.
|
|
278
|
-
this.
|
|
277
|
+
if (!isNaN_(this.jh)) {
|
|
278
|
+
this.w6.cm();
|
|
279
279
|
}
|
|
280
280
|
break;
|
|
281
281
|
case "AreaFillOpacity":
|
|
282
|
-
if (!isNaN_(this.
|
|
283
|
-
this.
|
|
282
|
+
if (!isNaN_(this.il)) {
|
|
283
|
+
this.w6.cg();
|
|
284
284
|
}
|
|
285
285
|
break;
|
|
286
286
|
case "OutlineMode":
|
|
287
|
-
this.
|
|
287
|
+
this.w6.co();
|
|
288
288
|
break;
|
|
289
289
|
case "ShowDefaultTooltip":
|
|
290
|
-
this.
|
|
290
|
+
this.w6.cr();
|
|
291
291
|
break;
|
|
292
292
|
case "Title":
|
|
293
|
-
this.
|
|
293
|
+
this.w5.title = this.title;
|
|
294
294
|
break;
|
|
295
295
|
case "LegendItemBadgeMode":
|
|
296
|
-
this.
|
|
296
|
+
this.w6.ck();
|
|
297
297
|
break;
|
|
298
298
|
case "LegendItemBadgeShape":
|
|
299
|
-
this.
|
|
299
|
+
this.w6.cl();
|
|
300
300
|
break;
|
|
301
301
|
case "Legend":
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
302
|
+
this.w5.legend = this.legend;
|
|
303
|
+
this.cw.a5();
|
|
304
304
|
break;
|
|
305
305
|
}
|
|
306
306
|
};
|
|
307
|
-
GeographicMapSeriesHost.prototype.
|
|
308
|
-
if (this.
|
|
307
|
+
GeographicMapSeriesHost.prototype.w9 = function () {
|
|
308
|
+
if (this.dc == null || this.w5 == null) {
|
|
309
309
|
return;
|
|
310
310
|
}
|
|
311
|
-
if (!isNaN_(this.
|
|
312
|
-
if (this.
|
|
313
|
-
var hs_ = this.
|
|
311
|
+
if (!isNaN_(this.w7)) {
|
|
312
|
+
if (this.dc.wh.width > this.w7) {
|
|
313
|
+
var hs_ = this.w5;
|
|
314
314
|
var v_ = 1;
|
|
315
315
|
hs_.visibility = v_;
|
|
316
316
|
}
|
|
317
317
|
else {
|
|
318
|
-
var hs2_ = this.
|
|
318
|
+
var hs2_ = this.w5;
|
|
319
319
|
var v2_ = 0;
|
|
320
320
|
hs2_.visibility = v2_;
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
};
|
|
324
|
-
GeographicMapSeriesHost.prototype.
|
|
325
|
-
this.
|
|
324
|
+
GeographicMapSeriesHost.prototype.xb = function (a, b) {
|
|
325
|
+
this.w9();
|
|
326
326
|
};
|
|
327
|
-
GeographicMapSeriesHost.prototype.
|
|
328
|
-
_super.prototype.
|
|
329
|
-
if (this.
|
|
330
|
-
this.
|
|
327
|
+
GeographicMapSeriesHost.prototype.ru = function (a) {
|
|
328
|
+
_super.prototype.ru.call(this, a);
|
|
329
|
+
if (this.w5 != null) {
|
|
330
|
+
this.w5.ru(a);
|
|
331
331
|
}
|
|
332
332
|
};
|
|
333
|
-
GeographicMapSeriesHost.prototype.
|
|
334
|
-
_super.prototype.
|
|
335
|
-
if (this.
|
|
336
|
-
this.
|
|
333
|
+
GeographicMapSeriesHost.prototype.q7 = function (a) {
|
|
334
|
+
_super.prototype.q7.call(this, a);
|
|
335
|
+
if (this.w5 != null) {
|
|
336
|
+
this.w5.qp();
|
|
337
337
|
}
|
|
338
338
|
};
|
|
339
|
-
GeographicMapSeriesHost.prototype.
|
|
340
|
-
if (this.
|
|
341
|
-
this.
|
|
339
|
+
GeographicMapSeriesHost.prototype.rt = function (a, b, c, d, e) {
|
|
340
|
+
if (this.w5 != null) {
|
|
341
|
+
this.w5.rt(a, b, c, d, e);
|
|
342
342
|
}
|
|
343
343
|
};
|
|
344
344
|
GeographicMapSeriesHost.prototype.a2 = function (a, b) {
|
|
345
|
-
return this.
|
|
345
|
+
return this.w5.a2(a, b);
|
|
346
346
|
};
|
|
347
|
-
GeographicMapSeriesHost.prototype.
|
|
348
|
-
_super.prototype.
|
|
349
|
-
this.
|
|
347
|
+
GeographicMapSeriesHost.prototype.sg = function () {
|
|
348
|
+
_super.prototype.sg.call(this);
|
|
349
|
+
this.w5.sg();
|
|
350
350
|
};
|
|
351
351
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
352
352
|
return this._coercionMethods;
|
|
353
353
|
};
|
|
354
354
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
355
355
|
this._coercionMethods = a;
|
|
356
|
-
this.
|
|
356
|
+
this.w5.coercionMethods = a;
|
|
357
357
|
};
|
|
358
|
-
GeographicMapSeriesHost.prototype.
|
|
359
|
-
_super.prototype.
|
|
360
|
-
if (this.
|
|
361
|
-
var b = this.
|
|
362
|
-
this.
|
|
358
|
+
GeographicMapSeriesHost.prototype.p1 = function (a) {
|
|
359
|
+
_super.prototype.p1.call(this, a);
|
|
360
|
+
if (this.w5 != null) {
|
|
361
|
+
var b = this.w5.kn();
|
|
362
|
+
this.pa(a, b);
|
|
363
363
|
}
|
|
364
364
|
};
|
|
365
365
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
366
|
-
GeographicMapSeriesHost.
|
|
366
|
+
GeographicMapSeriesHost.xc = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
|
|
367
367
|
var c = a;
|
|
368
368
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
369
369
|
}));
|
|
@@ -377,75 +377,75 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
377
377
|
__extends(HostSeriesView, _super);
|
|
378
378
|
function HostSeriesView(a) {
|
|
379
379
|
var _this = _super.call(this, a) || this;
|
|
380
|
-
_this.
|
|
381
|
-
_this.
|
|
380
|
+
_this.cd = null;
|
|
381
|
+
_this.cd = a;
|
|
382
382
|
return _this;
|
|
383
383
|
}
|
|
384
|
-
HostSeriesView.prototype.
|
|
385
|
-
_super.prototype.
|
|
386
|
-
};
|
|
387
|
-
HostSeriesView.prototype.
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
390
|
-
this.
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
393
|
-
this.
|
|
394
|
-
this.
|
|
395
|
-
this.
|
|
396
|
-
this.
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
404
|
-
};
|
|
405
|
-
HostSeriesView.prototype.
|
|
406
|
-
this.
|
|
407
|
-
};
|
|
408
|
-
HostSeriesView.prototype.
|
|
409
|
-
this.
|
|
410
|
-
};
|
|
411
|
-
HostSeriesView.prototype.
|
|
412
|
-
this.
|
|
384
|
+
HostSeriesView.prototype.a3 = function (a, b) {
|
|
385
|
+
_super.prototype.a3.call(this, a, b);
|
|
386
|
+
};
|
|
387
|
+
HostSeriesView.prototype.ci = function () {
|
|
388
|
+
this.cd.legendItemVisibility = 1;
|
|
389
|
+
this.cd.w5.legendItemVisibility = 0;
|
|
390
|
+
this.cd.w5.itemsSource = this.cd.itemsSource;
|
|
391
|
+
this.cd.w5.index = this.cd.index;
|
|
392
|
+
this.cd.w5.vk = this.cd.vk;
|
|
393
|
+
this.cd.w5.v0 = this.cd.vk;
|
|
394
|
+
this.cd.w5.cj = this.cd.cj;
|
|
395
|
+
this.cd.w5.jk = this.cd.jk;
|
|
396
|
+
this.cd.w5.ke = this.cd.ke;
|
|
397
|
+
this.cd.w5._opacity = this.cd._opacity;
|
|
398
|
+
this.cd.w5.jq = this.cd.jq;
|
|
399
|
+
this.cd.w5.il = this.cd.il;
|
|
400
|
+
this.cd.w5.jh = this.cd.jh;
|
|
401
|
+
this.cd.w5.gq = this.cd.gq;
|
|
402
|
+
this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
403
|
+
this.cd.w5.be = this.cd.be;
|
|
404
|
+
};
|
|
405
|
+
HostSeriesView.prototype.cj = function () {
|
|
406
|
+
this.cd.w5.itemsSource = this.cd.itemsSource;
|
|
407
|
+
};
|
|
408
|
+
HostSeriesView.prototype.cq = function () {
|
|
409
|
+
this.cd.w5.jk = this.cd.jk;
|
|
410
|
+
};
|
|
411
|
+
HostSeriesView.prototype.ct = function () {
|
|
412
|
+
this.cd.w5.ke = this.cd.ke;
|
|
413
|
+
};
|
|
414
|
+
HostSeriesView.prototype.cn = function () {
|
|
415
|
+
this.cd.w5._opacity = this.cd._opacity;
|
|
416
|
+
};
|
|
417
|
+
HostSeriesView.prototype.cs = function () {
|
|
418
|
+
this.cd.w5.jq = this.cd.jq;
|
|
419
|
+
};
|
|
420
|
+
HostSeriesView.prototype.ch = function () {
|
|
421
|
+
this.cd.w5.vk = this.cd.vk;
|
|
422
|
+
};
|
|
423
|
+
HostSeriesView.prototype.cp = function () {
|
|
424
|
+
this.cd.w5.v0 = this.cd.v0;
|
|
413
425
|
};
|
|
414
|
-
HostSeriesView.prototype.
|
|
415
|
-
this.
|
|
426
|
+
HostSeriesView.prototype.ce = function () {
|
|
427
|
+
this.cd.w5.vk = this.cd.ve;
|
|
416
428
|
};
|
|
417
429
|
HostSeriesView.prototype.cf = function () {
|
|
418
|
-
this.
|
|
419
|
-
};
|
|
420
|
-
HostSeriesView.prototype.b4 = function () {
|
|
421
|
-
this.b0.wz.ve = this.b0.ve;
|
|
430
|
+
this.cd.w5.v0 = this.cd.vi;
|
|
422
431
|
};
|
|
423
|
-
HostSeriesView.prototype.
|
|
424
|
-
this.
|
|
432
|
+
HostSeriesView.prototype.ck = function () {
|
|
433
|
+
this.cd.w5.be = this.cd.be;
|
|
425
434
|
};
|
|
426
|
-
HostSeriesView.prototype.
|
|
427
|
-
this.
|
|
435
|
+
HostSeriesView.prototype.cl = function () {
|
|
436
|
+
this.cd.w5.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
428
437
|
};
|
|
429
|
-
HostSeriesView.prototype.
|
|
430
|
-
this.
|
|
431
|
-
};
|
|
432
|
-
HostSeriesView.prototype.b7 = function () {
|
|
433
|
-
this.b0.wz.bd = this.b0.bd;
|
|
434
|
-
};
|
|
435
|
-
HostSeriesView.prototype.b8 = function () {
|
|
436
|
-
this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
437
|
-
};
|
|
438
|
-
HostSeriesView.prototype.b3 = function () {
|
|
439
|
-
this.b0.wz.ij = this.b0.ij;
|
|
438
|
+
HostSeriesView.prototype.cg = function () {
|
|
439
|
+
this.cd.w5.il = this.cd.il;
|
|
440
440
|
};
|
|
441
|
-
HostSeriesView.prototype.
|
|
442
|
-
this.
|
|
441
|
+
HostSeriesView.prototype.cm = function () {
|
|
442
|
+
this.cd.w5.jh = this.cd.jh;
|
|
443
443
|
};
|
|
444
|
-
HostSeriesView.prototype.
|
|
445
|
-
this.
|
|
444
|
+
HostSeriesView.prototype.co = function () {
|
|
445
|
+
this.cd.w5.cj = this.cd.cj;
|
|
446
446
|
};
|
|
447
|
-
HostSeriesView.prototype.
|
|
448
|
-
this.
|
|
447
|
+
HostSeriesView.prototype.cr = function () {
|
|
448
|
+
this.cd.w5.gq = this.cd.gq;
|
|
449
449
|
};
|
|
450
450
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
451
451
|
return HostSeriesView;
|