igniteui-angular-maps 17.3.0 → 17.3.1-alpha.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 +1471 -1452
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +194 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- 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 +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +30 -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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +192 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- 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 +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +30 -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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +1484 -1465
- package/fesm5/igniteui-angular-maps.js +1471 -1452
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igx-geographic-map-series-host-component.d.ts +6 -0
- package/package.json +2 -2
|
@@ -20,319 +20,329 @@ 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.vd = null;
|
|
24
|
+
_this.vf = _this.ve();
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicMapSeriesHost.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
if (this.
|
|
30
|
-
this.
|
|
27
|
+
GeographicMapSeriesHost.prototype.pc = function () {
|
|
28
|
+
_super.prototype.pc.call(this);
|
|
29
|
+
if (this.vf != null) {
|
|
30
|
+
this.vf.pc();
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
GeographicMapSeriesHost.prototype.
|
|
33
|
+
GeographicMapSeriesHost.prototype.get_ex = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
GeographicMapSeriesHost.prototype.
|
|
37
|
-
var c = this.
|
|
36
|
+
GeographicMapSeriesHost.prototype.j5 = function (a, b) {
|
|
37
|
+
var c = this.mh(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.vf.j5(a, c);
|
|
45
45
|
};
|
|
46
|
-
GeographicMapSeriesHost.prototype.
|
|
47
|
-
|
|
46
|
+
GeographicMapSeriesHost.prototype.li = function (a) {
|
|
47
|
+
var b = this.mh(a);
|
|
48
|
+
if (b == "LatitudeMemberPath") {
|
|
49
|
+
b = "YMemberPath";
|
|
50
|
+
}
|
|
51
|
+
if (b == "LongitudeMemberPath") {
|
|
52
|
+
b = "XMemberPath";
|
|
53
|
+
}
|
|
54
|
+
return this.vf.li(b);
|
|
55
|
+
};
|
|
56
|
+
GeographicMapSeriesHost.prototype.dz = function (a, b, c, d) {
|
|
57
|
+
return this.vf.dz(a, b, c, d);
|
|
48
58
|
};
|
|
49
59
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
50
|
-
return this.
|
|
60
|
+
return this.vf.ag();
|
|
51
61
|
};
|
|
52
|
-
GeographicMapSeriesHost.prototype.
|
|
53
|
-
return this.
|
|
62
|
+
GeographicMapSeriesHost.prototype.bf = function () {
|
|
63
|
+
return this.vf;
|
|
54
64
|
};
|
|
55
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
65
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "vf", {
|
|
56
66
|
get: function () {
|
|
57
|
-
return this.
|
|
67
|
+
return this.vd;
|
|
58
68
|
},
|
|
59
69
|
set: function (a) {
|
|
60
|
-
var b = this.
|
|
70
|
+
var b = this.vf != a;
|
|
61
71
|
if (b) {
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
72
|
+
this.vd = a;
|
|
73
|
+
this.vk();
|
|
64
74
|
}
|
|
65
75
|
},
|
|
66
76
|
enumerable: false,
|
|
67
77
|
configurable: true
|
|
68
78
|
});
|
|
69
79
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
70
|
-
return this.
|
|
80
|
+
return this.vf.hasMarkers;
|
|
71
81
|
};
|
|
72
|
-
GeographicMapSeriesHost.prototype.
|
|
73
|
-
if (this.
|
|
74
|
-
var hostedSeries_ = this.
|
|
82
|
+
GeographicMapSeriesHost.prototype.vk = function () {
|
|
83
|
+
if (this.vd != null) {
|
|
84
|
+
var hostedSeries_ = this.vd;
|
|
75
85
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
76
86
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
77
87
|
}
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
88
|
+
this.of(this.vf);
|
|
89
|
+
this.vg.b5();
|
|
80
90
|
};
|
|
81
|
-
GeographicMapSeriesHost.prototype.
|
|
82
|
-
return this.
|
|
91
|
+
GeographicMapSeriesHost.prototype.c6 = function (a, b, c) {
|
|
92
|
+
return this.c8(this.vf, a, b, c);
|
|
83
93
|
};
|
|
84
|
-
GeographicMapSeriesHost.prototype.
|
|
85
|
-
return this.
|
|
94
|
+
GeographicMapSeriesHost.prototype.c7 = function (a, b, c) {
|
|
95
|
+
return this.c9(this.vf, a, b, c);
|
|
86
96
|
};
|
|
87
|
-
GeographicMapSeriesHost.prototype.
|
|
88
|
-
return this.
|
|
97
|
+
GeographicMapSeriesHost.prototype.j2 = function (a) {
|
|
98
|
+
return this.j8(this.vf, a);
|
|
89
99
|
};
|
|
90
|
-
GeographicMapSeriesHost.prototype.
|
|
91
|
-
return this.
|
|
100
|
+
GeographicMapSeriesHost.prototype.jq = function (a, b) {
|
|
101
|
+
return this.vf.jq(a, b);
|
|
92
102
|
};
|
|
93
|
-
GeographicMapSeriesHost.prototype.
|
|
94
|
-
return this.
|
|
103
|
+
GeographicMapSeriesHost.prototype.jo = function (a, b) {
|
|
104
|
+
return this.vf.jo(a, b);
|
|
95
105
|
};
|
|
96
|
-
GeographicMapSeriesHost.prototype.
|
|
97
|
-
return this.
|
|
106
|
+
GeographicMapSeriesHost.prototype.il = function (a, b, c) {
|
|
107
|
+
return this.vf.il(a, b, c);
|
|
98
108
|
};
|
|
99
|
-
GeographicMapSeriesHost.prototype.
|
|
100
|
-
return this.
|
|
109
|
+
GeographicMapSeriesHost.prototype.uu = function (a, b, c) {
|
|
110
|
+
return this.vf.uu(a, b, c);
|
|
101
111
|
};
|
|
102
|
-
GeographicMapSeriesHost.prototype.
|
|
103
|
-
return this.
|
|
112
|
+
GeographicMapSeriesHost.prototype.u5 = function (a) {
|
|
113
|
+
return this.vf.u5(a);
|
|
104
114
|
};
|
|
105
115
|
GeographicMapSeriesHost.prototype.ak = function (a) {
|
|
106
|
-
return this.
|
|
116
|
+
return this.vf.ak(a);
|
|
107
117
|
};
|
|
108
|
-
GeographicMapSeriesHost.prototype.
|
|
109
|
-
return this.
|
|
118
|
+
GeographicMapSeriesHost.prototype.u6 = function (a) {
|
|
119
|
+
return this.vf.u6(a);
|
|
110
120
|
};
|
|
111
121
|
GeographicMapSeriesHost.prototype.al = function (a) {
|
|
112
|
-
return this.
|
|
122
|
+
return this.vf.al(a);
|
|
113
123
|
};
|
|
114
|
-
GeographicMapSeriesHost.prototype.
|
|
115
|
-
return this.
|
|
124
|
+
GeographicMapSeriesHost.prototype.u7 = function (a) {
|
|
125
|
+
return this.vf.u7(a);
|
|
116
126
|
};
|
|
117
|
-
GeographicMapSeriesHost.prototype.
|
|
118
|
-
return this.
|
|
127
|
+
GeographicMapSeriesHost.prototype.u8 = function (a) {
|
|
128
|
+
return this.vf.u8(a);
|
|
119
129
|
};
|
|
120
|
-
GeographicMapSeriesHost.prototype.
|
|
121
|
-
return this.
|
|
130
|
+
GeographicMapSeriesHost.prototype.ih = function (a, b, c) {
|
|
131
|
+
return this.vf.ih(a, b, c);
|
|
122
132
|
};
|
|
123
|
-
GeographicMapSeriesHost.prototype.
|
|
124
|
-
return this.
|
|
133
|
+
GeographicMapSeriesHost.prototype.uq = function (a, b, c) {
|
|
134
|
+
return this.vf.uq(a, b, c);
|
|
125
135
|
};
|
|
126
|
-
GeographicMapSeriesHost.prototype.
|
|
127
|
-
return this.
|
|
136
|
+
GeographicMapSeriesHost.prototype.ij = function (a, b, c) {
|
|
137
|
+
return this.il(a, b, c);
|
|
128
138
|
};
|
|
129
|
-
GeographicMapSeriesHost.prototype.
|
|
130
|
-
return this.
|
|
139
|
+
GeographicMapSeriesHost.prototype.us = function (a, b, c) {
|
|
140
|
+
return this.vf.us(a, b, c);
|
|
131
141
|
};
|
|
132
|
-
GeographicMapSeriesHost.prototype.
|
|
133
|
-
return this.
|
|
142
|
+
GeographicMapSeriesHost.prototype.uv = function (a, b, c) {
|
|
143
|
+
return this.vf.uv(a, b, c);
|
|
134
144
|
};
|
|
135
|
-
GeographicMapSeriesHost.prototype.
|
|
136
|
-
return this.
|
|
145
|
+
GeographicMapSeriesHost.prototype.im = function (a, b, c) {
|
|
146
|
+
return this.vf.im(a, b, c);
|
|
137
147
|
};
|
|
138
|
-
GeographicMapSeriesHost.prototype.
|
|
139
|
-
return this.
|
|
148
|
+
GeographicMapSeriesHost.prototype.ur = function (a, b, c) {
|
|
149
|
+
return this.vf.ur(a, b, c);
|
|
140
150
|
};
|
|
141
|
-
GeographicMapSeriesHost.prototype.
|
|
142
|
-
return this.
|
|
151
|
+
GeographicMapSeriesHost.prototype.ii = function (a, b, c) {
|
|
152
|
+
return this.vf.ii(a, b, c);
|
|
143
153
|
};
|
|
144
|
-
GeographicMapSeriesHost.prototype.
|
|
145
|
-
return this.
|
|
154
|
+
GeographicMapSeriesHost.prototype.ut = function (a, b, c) {
|
|
155
|
+
return this.vf.ut(a, b, c);
|
|
146
156
|
};
|
|
147
|
-
GeographicMapSeriesHost.prototype.
|
|
148
|
-
return this.
|
|
157
|
+
GeographicMapSeriesHost.prototype.ik = function (a, b, c) {
|
|
158
|
+
return this.vf.ik(a, b, c);
|
|
149
159
|
};
|
|
150
|
-
GeographicMapSeriesHost.prototype.
|
|
151
|
-
return this.
|
|
160
|
+
GeographicMapSeriesHost.prototype.jk = function (a) {
|
|
161
|
+
return this.vf.jk(a);
|
|
152
162
|
};
|
|
153
|
-
GeographicMapSeriesHost.prototype.
|
|
154
|
-
return this.
|
|
163
|
+
GeographicMapSeriesHost.prototype.ib = function () {
|
|
164
|
+
return this.vf.ib();
|
|
155
165
|
};
|
|
156
|
-
GeographicMapSeriesHost.prototype.
|
|
157
|
-
return this.
|
|
166
|
+
GeographicMapSeriesHost.prototype.h7 = function (a) {
|
|
167
|
+
return this.vf.h7(a);
|
|
158
168
|
};
|
|
159
|
-
GeographicMapSeriesHost.prototype.
|
|
160
|
-
return this.
|
|
169
|
+
GeographicMapSeriesHost.prototype.j3 = function (a) {
|
|
170
|
+
return this.vf.j3(a);
|
|
161
171
|
};
|
|
162
|
-
GeographicMapSeriesHost.prototype.
|
|
172
|
+
GeographicMapSeriesHost.prototype.ci = function () {
|
|
163
173
|
return new HostSeriesView(this);
|
|
164
174
|
};
|
|
165
|
-
GeographicMapSeriesHost.prototype.
|
|
166
|
-
_super.prototype.
|
|
167
|
-
this.
|
|
175
|
+
GeographicMapSeriesHost.prototype.px = function (a) {
|
|
176
|
+
_super.prototype.px.call(this, a);
|
|
177
|
+
this.vg = typeCast(HostSeriesView.$, a);
|
|
168
178
|
};
|
|
169
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
179
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "vh", {
|
|
170
180
|
get: function () {
|
|
171
|
-
return this.c(GeographicMapSeriesHost.
|
|
181
|
+
return this.c(GeographicMapSeriesHost.vm);
|
|
172
182
|
},
|
|
173
183
|
set: function (a) {
|
|
174
|
-
this.h(GeographicMapSeriesHost.
|
|
184
|
+
this.h(GeographicMapSeriesHost.vm, a);
|
|
175
185
|
},
|
|
176
186
|
enumerable: false,
|
|
177
187
|
configurable: true
|
|
178
188
|
});
|
|
179
|
-
GeographicMapSeriesHost.prototype.
|
|
180
|
-
_super.prototype.
|
|
189
|
+
GeographicMapSeriesHost.prototype.p5 = function (a, b, c, d) {
|
|
190
|
+
_super.prototype.p5.call(this, a, b, c, d);
|
|
181
191
|
switch (b) {
|
|
182
192
|
case "SeriesViewer":
|
|
183
|
-
this.
|
|
193
|
+
this.vf.c1 = this.c1;
|
|
184
194
|
if (c != null) {
|
|
185
|
-
c.
|
|
195
|
+
c.qm(this.vf);
|
|
186
196
|
}
|
|
187
197
|
if (d != null) {
|
|
188
|
-
this.
|
|
198
|
+
this.c1.ms(this.vf);
|
|
189
199
|
}
|
|
190
|
-
this.
|
|
191
|
-
this.
|
|
192
|
-
this.
|
|
193
|
-
this.
|
|
200
|
+
this.vf.p8(this.u9);
|
|
201
|
+
this.vf.index = this.index;
|
|
202
|
+
this.ox(this.vf);
|
|
203
|
+
this.jw = this.vf.jw;
|
|
194
204
|
var e = typeCast(SeriesViewer.$, c);
|
|
195
205
|
if (e != null) {
|
|
196
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
206
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.vl));
|
|
197
207
|
}
|
|
198
|
-
if (this.
|
|
199
|
-
var f = this.
|
|
200
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
208
|
+
if (this.c1 != null) {
|
|
209
|
+
var f = this.c1;
|
|
210
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.vl));
|
|
201
211
|
}
|
|
202
|
-
this.
|
|
212
|
+
this.vj();
|
|
203
213
|
break;
|
|
204
214
|
case "SyncLink":
|
|
205
|
-
this.
|
|
215
|
+
this.vf.ct = this.ct;
|
|
206
216
|
break;
|
|
207
217
|
case "VisibleFromScale":
|
|
208
|
-
this.
|
|
218
|
+
this.vj();
|
|
209
219
|
break;
|
|
210
220
|
case "Index":
|
|
211
|
-
this.
|
|
221
|
+
this.vf.index = this.index;
|
|
212
222
|
break;
|
|
213
223
|
case "ItemsSource":
|
|
214
|
-
this.
|
|
224
|
+
this.vg.b6();
|
|
215
225
|
break;
|
|
216
226
|
case "Resolution":
|
|
217
|
-
this.
|
|
227
|
+
this.vg.cd();
|
|
218
228
|
break;
|
|
219
229
|
case "TransitionDuration":
|
|
220
|
-
this.
|
|
230
|
+
this.vg.cg();
|
|
221
231
|
break;
|
|
222
232
|
case "Opacity":
|
|
223
|
-
this.
|
|
233
|
+
this.vg.ca();
|
|
224
234
|
break;
|
|
225
235
|
case "Visibility":
|
|
226
|
-
var hs_ = this.
|
|
236
|
+
var hs_ = this.vf;
|
|
227
237
|
var v_ = this._visibility;
|
|
228
238
|
hs_.visibility = v_;
|
|
229
239
|
break;
|
|
230
240
|
case "MouseOverEnabled":
|
|
231
|
-
this.
|
|
241
|
+
this.vf.fs = this.fs;
|
|
232
242
|
break;
|
|
233
243
|
case "ExpectFunctions":
|
|
234
|
-
this.
|
|
244
|
+
this.vf.expectFunctions = this.expectFunctions;
|
|
235
245
|
break;
|
|
236
246
|
case "Thickness":
|
|
237
|
-
this.
|
|
247
|
+
this.vg.cf();
|
|
238
248
|
break;
|
|
239
249
|
case "Brush":
|
|
240
|
-
this.
|
|
250
|
+
this.vg.b4();
|
|
241
251
|
break;
|
|
242
252
|
case "Outline":
|
|
243
|
-
this.
|
|
253
|
+
this.vg.cc();
|
|
244
254
|
break;
|
|
245
255
|
case "ActualBrush":
|
|
246
|
-
this.
|
|
256
|
+
this.vg.b1();
|
|
247
257
|
break;
|
|
248
258
|
case "ActualOutline":
|
|
249
|
-
this.
|
|
259
|
+
this.vg.b2();
|
|
250
260
|
break;
|
|
251
261
|
case "MarkerFillOpacity":
|
|
252
|
-
if (!isNaN_(this.
|
|
253
|
-
this.
|
|
262
|
+
if (!isNaN_(this.iw)) {
|
|
263
|
+
this.vg.b9();
|
|
254
264
|
}
|
|
255
265
|
break;
|
|
256
266
|
case "AreaFillOpacity":
|
|
257
|
-
if (!isNaN_(this.
|
|
258
|
-
this.
|
|
267
|
+
if (!isNaN_(this.h0)) {
|
|
268
|
+
this.vg.b3();
|
|
259
269
|
}
|
|
260
270
|
break;
|
|
261
271
|
case "OutlineMode":
|
|
262
|
-
this.
|
|
272
|
+
this.vg.cb();
|
|
263
273
|
break;
|
|
264
274
|
case "ShowDefaultTooltip":
|
|
265
|
-
this.
|
|
275
|
+
this.vg.ce();
|
|
266
276
|
break;
|
|
267
277
|
case "Title":
|
|
268
|
-
this.
|
|
278
|
+
this.vf.title = this.title;
|
|
269
279
|
break;
|
|
270
280
|
case "LegendItemBadgeMode":
|
|
271
|
-
this.
|
|
281
|
+
this.vg.b7();
|
|
272
282
|
break;
|
|
273
283
|
case "LegendItemBadgeShape":
|
|
274
|
-
this.
|
|
284
|
+
this.vg.b8();
|
|
275
285
|
break;
|
|
276
286
|
case "Legend":
|
|
277
|
-
this.
|
|
278
|
-
this.
|
|
287
|
+
this.vf.legend = this.legend;
|
|
288
|
+
this.cl.av();
|
|
279
289
|
break;
|
|
280
290
|
}
|
|
281
291
|
};
|
|
282
|
-
GeographicMapSeriesHost.prototype.
|
|
283
|
-
if (this.
|
|
292
|
+
GeographicMapSeriesHost.prototype.vj = function () {
|
|
293
|
+
if (this.c1 == null || this.vf == null) {
|
|
284
294
|
return;
|
|
285
295
|
}
|
|
286
|
-
if (!isNaN_(this.
|
|
287
|
-
if (this.
|
|
288
|
-
var hs_ = this.
|
|
296
|
+
if (!isNaN_(this.vh)) {
|
|
297
|
+
if (this.c1.vh.width > this.vh) {
|
|
298
|
+
var hs_ = this.vf;
|
|
289
299
|
var v_ = 1;
|
|
290
300
|
hs_.visibility = v_;
|
|
291
301
|
}
|
|
292
302
|
else {
|
|
293
|
-
var hs2_ = this.
|
|
303
|
+
var hs2_ = this.vf;
|
|
294
304
|
var v2_ = 0;
|
|
295
305
|
hs2_.visibility = v2_;
|
|
296
306
|
}
|
|
297
307
|
}
|
|
298
308
|
};
|
|
299
|
-
GeographicMapSeriesHost.prototype.
|
|
300
|
-
this.
|
|
309
|
+
GeographicMapSeriesHost.prototype.vl = function (a, b) {
|
|
310
|
+
this.vj();
|
|
301
311
|
};
|
|
302
|
-
GeographicMapSeriesHost.prototype.
|
|
303
|
-
_super.prototype.
|
|
304
|
-
if (this.
|
|
305
|
-
this.
|
|
312
|
+
GeographicMapSeriesHost.prototype.qm = function (a) {
|
|
313
|
+
_super.prototype.qm.call(this, a);
|
|
314
|
+
if (this.vf != null) {
|
|
315
|
+
this.vf.qm(a);
|
|
306
316
|
}
|
|
307
317
|
};
|
|
308
|
-
GeographicMapSeriesHost.prototype.
|
|
309
|
-
if (this.
|
|
310
|
-
this.
|
|
318
|
+
GeographicMapSeriesHost.prototype.ql = function (a, b, c, d, e) {
|
|
319
|
+
if (this.vf != null) {
|
|
320
|
+
this.vf.ql(a, b, c, d, e);
|
|
311
321
|
}
|
|
312
322
|
};
|
|
313
323
|
GeographicMapSeriesHost.prototype.au = function (a, b) {
|
|
314
|
-
return this.
|
|
324
|
+
return this.vf.au(a, b);
|
|
315
325
|
};
|
|
316
|
-
GeographicMapSeriesHost.prototype.
|
|
317
|
-
_super.prototype.
|
|
318
|
-
this.
|
|
326
|
+
GeographicMapSeriesHost.prototype.q5 = function () {
|
|
327
|
+
_super.prototype.q5.call(this);
|
|
328
|
+
this.vf.q5();
|
|
319
329
|
};
|
|
320
330
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
321
331
|
return this._coercionMethods;
|
|
322
332
|
};
|
|
323
333
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
324
334
|
this._coercionMethods = a;
|
|
325
|
-
this.
|
|
335
|
+
this.vf.coercionMethods = a;
|
|
326
336
|
};
|
|
327
|
-
GeographicMapSeriesHost.prototype.
|
|
328
|
-
_super.prototype.
|
|
329
|
-
if (this.
|
|
330
|
-
var b = this.
|
|
331
|
-
this.
|
|
337
|
+
GeographicMapSeriesHost.prototype.ow = function (a) {
|
|
338
|
+
_super.prototype.ow.call(this, a);
|
|
339
|
+
if (this.vf != null) {
|
|
340
|
+
var b = this.vf.j1();
|
|
341
|
+
this.oa(a, b);
|
|
332
342
|
}
|
|
333
343
|
};
|
|
334
344
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
335
|
-
GeographicMapSeriesHost.
|
|
345
|
+
GeographicMapSeriesHost.vm = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
|
|
336
346
|
var c = a;
|
|
337
347
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
338
348
|
}));
|
|
@@ -354,67 +364,67 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
354
364
|
_super.prototype.at.call(this, a, b);
|
|
355
365
|
};
|
|
356
366
|
HostSeriesView.prototype.b5 = function () {
|
|
357
|
-
this.b0.
|
|
358
|
-
this.b0.
|
|
359
|
-
this.b0.
|
|
360
|
-
this.b0.
|
|
361
|
-
this.b0.
|
|
362
|
-
this.b0.
|
|
363
|
-
this.b0.
|
|
364
|
-
this.b0.
|
|
365
|
-
this.b0.
|
|
366
|
-
this.b0.
|
|
367
|
-
this.b0.
|
|
368
|
-
this.b0.
|
|
369
|
-
this.b0.
|
|
370
|
-
this.b0.
|
|
371
|
-
this.b0.
|
|
372
|
-
this.b0.
|
|
367
|
+
this.b0.legendItemVisibility = 1;
|
|
368
|
+
this.b0.vf.legendItemVisibility = 0;
|
|
369
|
+
this.b0.vf.itemsSource = this.b0.itemsSource;
|
|
370
|
+
this.b0.vf.index = this.b0.index;
|
|
371
|
+
this.b0.vf.t2 = this.b0.t2;
|
|
372
|
+
this.b0.vf.ud = this.b0.t2;
|
|
373
|
+
this.b0.vf.b8 = this.b0.b8;
|
|
374
|
+
this.b0.vf.iz = this.b0.iz;
|
|
375
|
+
this.b0.vf.jt = this.b0.jt;
|
|
376
|
+
this.b0.vf._opacity = this.b0._opacity;
|
|
377
|
+
this.b0.vf.i5 = this.b0.i5;
|
|
378
|
+
this.b0.vf.h0 = this.b0.h0;
|
|
379
|
+
this.b0.vf.iw = this.b0.iw;
|
|
380
|
+
this.b0.vf.f9 = this.b0.f9;
|
|
381
|
+
this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
382
|
+
this.b0.vf.a5 = this.b0.a5;
|
|
373
383
|
};
|
|
374
384
|
HostSeriesView.prototype.b6 = function () {
|
|
375
|
-
this.b0.
|
|
385
|
+
this.b0.vf.itemsSource = this.b0.itemsSource;
|
|
376
386
|
};
|
|
377
387
|
HostSeriesView.prototype.cd = function () {
|
|
378
|
-
this.b0.
|
|
388
|
+
this.b0.vf.iz = this.b0.iz;
|
|
379
389
|
};
|
|
380
390
|
HostSeriesView.prototype.cg = function () {
|
|
381
|
-
this.b0.
|
|
391
|
+
this.b0.vf.jt = this.b0.jt;
|
|
382
392
|
};
|
|
383
393
|
HostSeriesView.prototype.ca = function () {
|
|
384
|
-
this.b0.
|
|
394
|
+
this.b0.vf._opacity = this.b0._opacity;
|
|
385
395
|
};
|
|
386
396
|
HostSeriesView.prototype.cf = function () {
|
|
387
|
-
this.b0.
|
|
397
|
+
this.b0.vf.i5 = this.b0.i5;
|
|
388
398
|
};
|
|
389
399
|
HostSeriesView.prototype.b4 = function () {
|
|
390
|
-
this.b0.
|
|
400
|
+
this.b0.vf.t2 = this.b0.t2;
|
|
391
401
|
};
|
|
392
402
|
HostSeriesView.prototype.cc = function () {
|
|
393
|
-
this.b0.
|
|
403
|
+
this.b0.vf.ud = this.b0.ud;
|
|
394
404
|
};
|
|
395
405
|
HostSeriesView.prototype.b1 = function () {
|
|
396
|
-
this.b0.
|
|
406
|
+
this.b0.vf.t2 = this.b0.tw;
|
|
397
407
|
};
|
|
398
408
|
HostSeriesView.prototype.b2 = function () {
|
|
399
|
-
this.b0.
|
|
409
|
+
this.b0.vf.ud = this.b0.t0;
|
|
400
410
|
};
|
|
401
411
|
HostSeriesView.prototype.b7 = function () {
|
|
402
|
-
this.b0.
|
|
412
|
+
this.b0.vf.a5 = this.b0.a5;
|
|
403
413
|
};
|
|
404
414
|
HostSeriesView.prototype.b8 = function () {
|
|
405
|
-
this.b0.
|
|
415
|
+
this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
406
416
|
};
|
|
407
417
|
HostSeriesView.prototype.b3 = function () {
|
|
408
|
-
this.b0.
|
|
418
|
+
this.b0.vf.h0 = this.b0.h0;
|
|
409
419
|
};
|
|
410
420
|
HostSeriesView.prototype.b9 = function () {
|
|
411
|
-
this.b0.
|
|
421
|
+
this.b0.vf.iw = this.b0.iw;
|
|
412
422
|
};
|
|
413
423
|
HostSeriesView.prototype.cb = function () {
|
|
414
|
-
this.b0.
|
|
424
|
+
this.b0.vf.b8 = this.b0.b8;
|
|
415
425
|
};
|
|
416
426
|
HostSeriesView.prototype.ce = function () {
|
|
417
|
-
this.b0.
|
|
427
|
+
this.b0.vf.f9 = this.b0.f9;
|
|
418
428
|
};
|
|
419
429
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
420
430
|
return HostSeriesView;
|