igniteui-angular-maps 18.1.0 → 18.2.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 +1559 -1473
- 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 +208 -193
- 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 +79 -69
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- 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 +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 +68 -17
- 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 +206 -191
- 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 +78 -68
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- 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 +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 +80 -17
- 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 +1561 -1487
- package/fesm5/igniteui-angular-maps.js +1560 -1474
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
- 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 +29 -29
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -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 +115 -115
- package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
- package/package.json +2 -2
|
@@ -20,335 +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.ww = null;
|
|
24
|
+
_this.wy = _this.wx();
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicMapSeriesHost.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
if (this.
|
|
30
|
-
this.
|
|
27
|
+
GeographicMapSeriesHost.prototype.qe = function () {
|
|
28
|
+
_super.prototype.qe.call(this);
|
|
29
|
+
if (this.wy != null) {
|
|
30
|
+
this.wy.qe();
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
GeographicMapSeriesHost.prototype.
|
|
33
|
+
GeographicMapSeriesHost.prototype.get_fc = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
GeographicMapSeriesHost.prototype.
|
|
37
|
-
var c = this.
|
|
36
|
+
GeographicMapSeriesHost.prototype.kq = function (a, b) {
|
|
37
|
+
var c = this.nd(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.wy.kq(a, c);
|
|
45
45
|
};
|
|
46
|
-
GeographicMapSeriesHost.prototype.
|
|
47
|
-
var b = this.
|
|
46
|
+
GeographicMapSeriesHost.prototype.md = function (a) {
|
|
47
|
+
var b = this.nd(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.wy.md(b);
|
|
55
55
|
};
|
|
56
|
-
GeographicMapSeriesHost.prototype.
|
|
57
|
-
return this.
|
|
56
|
+
GeographicMapSeriesHost.prototype.get_ki = function () {
|
|
57
|
+
return this.k0(this.wy);
|
|
58
58
|
};
|
|
59
|
-
GeographicMapSeriesHost.prototype.
|
|
60
|
-
this.
|
|
59
|
+
GeographicMapSeriesHost.prototype.set_ki = function (a) {
|
|
60
|
+
this.oz(this.wy, a);
|
|
61
61
|
};
|
|
62
|
-
GeographicMapSeriesHost.prototype.
|
|
63
|
-
return this.
|
|
62
|
+
GeographicMapSeriesHost.prototype.eb = function (a, b, c, d, e) {
|
|
63
|
+
return this.wy.eb(a, b, c, d, e);
|
|
64
64
|
};
|
|
65
65
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
66
|
-
return this.
|
|
66
|
+
return this.wy.ai();
|
|
67
67
|
};
|
|
68
|
-
GeographicMapSeriesHost.prototype.
|
|
69
|
-
return this.
|
|
68
|
+
GeographicMapSeriesHost.prototype.bo = function () {
|
|
69
|
+
return this.wy;
|
|
70
70
|
};
|
|
71
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
71
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "wy", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.
|
|
73
|
+
return this.ww;
|
|
74
74
|
},
|
|
75
75
|
set: function (a) {
|
|
76
|
-
var b = this.
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
this.ww
|
|
76
|
+
var b = this.ww;
|
|
77
|
+
var c = this.wy != a;
|
|
78
|
+
if (c) {
|
|
79
|
+
this.ww = a;
|
|
80
|
+
this.w3(b, this.ww);
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
enumerable: false,
|
|
83
84
|
configurable: true
|
|
84
85
|
});
|
|
85
86
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
86
|
-
return this.
|
|
87
|
+
return this.wy.hasMarkers;
|
|
87
88
|
};
|
|
88
|
-
GeographicMapSeriesHost.prototype.
|
|
89
|
-
if (this.
|
|
90
|
-
var hostedSeries_ = this.
|
|
89
|
+
GeographicMapSeriesHost.prototype.w3 = function (a, b) {
|
|
90
|
+
if (this.ww != null) {
|
|
91
|
+
var hostedSeries_ = this.ww;
|
|
91
92
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
92
93
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
93
94
|
}
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
95
|
+
this.pf(this.wy);
|
|
96
|
+
this.wz.b5();
|
|
97
|
+
if (a != null) {
|
|
98
|
+
var c = (a);
|
|
99
|
+
this.rz(c, null);
|
|
100
|
+
}
|
|
101
|
+
if (b != null) {
|
|
102
|
+
var d = (b);
|
|
103
|
+
this.rz(d, this);
|
|
104
|
+
}
|
|
102
105
|
};
|
|
103
|
-
GeographicMapSeriesHost.prototype.
|
|
104
|
-
return this.
|
|
106
|
+
GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
|
|
107
|
+
return this.di(this.wy, a, b, c);
|
|
105
108
|
};
|
|
106
|
-
GeographicMapSeriesHost.prototype.
|
|
107
|
-
return this.
|
|
109
|
+
GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
|
|
110
|
+
return this.dj(this.wy, a, b, c);
|
|
108
111
|
};
|
|
109
|
-
GeographicMapSeriesHost.prototype.
|
|
110
|
-
return this.
|
|
112
|
+
GeographicMapSeriesHost.prototype.kn = function (a) {
|
|
113
|
+
return this.kw(this.wy, a);
|
|
111
114
|
};
|
|
112
|
-
GeographicMapSeriesHost.prototype.
|
|
113
|
-
return this.
|
|
115
|
+
GeographicMapSeriesHost.prototype.ka = function (a, b) {
|
|
116
|
+
return this.wy.ka(a, b);
|
|
114
117
|
};
|
|
115
|
-
GeographicMapSeriesHost.prototype.
|
|
116
|
-
return this.
|
|
118
|
+
GeographicMapSeriesHost.prototype.j8 = function (a, b) {
|
|
119
|
+
return this.wy.j8(a, b);
|
|
117
120
|
};
|
|
118
|
-
GeographicMapSeriesHost.prototype.
|
|
119
|
-
return this.
|
|
121
|
+
GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
|
|
122
|
+
return this.wy.i5(a, b, c);
|
|
120
123
|
};
|
|
121
|
-
GeographicMapSeriesHost.prototype.
|
|
122
|
-
return this.
|
|
124
|
+
GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
|
|
125
|
+
return this.wy.wa(a, b, c);
|
|
123
126
|
};
|
|
124
|
-
GeographicMapSeriesHost.prototype.
|
|
125
|
-
return this.
|
|
127
|
+
GeographicMapSeriesHost.prototype.wl = function (a) {
|
|
128
|
+
return this.wy.wl(a);
|
|
126
129
|
};
|
|
127
130
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
128
|
-
return this.
|
|
131
|
+
return this.wy.ao(a);
|
|
129
132
|
};
|
|
130
|
-
GeographicMapSeriesHost.prototype.
|
|
131
|
-
return this.
|
|
133
|
+
GeographicMapSeriesHost.prototype.wm = function (a) {
|
|
134
|
+
return this.wy.wm(a);
|
|
132
135
|
};
|
|
133
|
-
GeographicMapSeriesHost.prototype.
|
|
134
|
-
return this.
|
|
136
|
+
GeographicMapSeriesHost.prototype.ap = function (a) {
|
|
137
|
+
return this.wy.ap(a);
|
|
135
138
|
};
|
|
136
|
-
GeographicMapSeriesHost.prototype.
|
|
137
|
-
return this.
|
|
139
|
+
GeographicMapSeriesHost.prototype.wn = function (a) {
|
|
140
|
+
return this.wy.wn(a);
|
|
138
141
|
};
|
|
139
|
-
GeographicMapSeriesHost.prototype.
|
|
140
|
-
return this.
|
|
142
|
+
GeographicMapSeriesHost.prototype.wo = function (a) {
|
|
143
|
+
return this.wy.wo(a);
|
|
141
144
|
};
|
|
142
145
|
GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
|
|
143
|
-
return this.
|
|
144
|
-
};
|
|
145
|
-
GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
|
|
146
|
-
return this.wr.v3(a, b, c);
|
|
146
|
+
return this.wy.i1(a, b, c);
|
|
147
147
|
};
|
|
148
148
|
GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
|
|
149
|
-
return this.
|
|
149
|
+
return this.wy.v6(a, b, c);
|
|
150
150
|
};
|
|
151
|
-
GeographicMapSeriesHost.prototype.
|
|
152
|
-
return this.
|
|
151
|
+
GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
|
|
152
|
+
return this.i5(a, b, c);
|
|
153
153
|
};
|
|
154
|
-
GeographicMapSeriesHost.prototype.
|
|
155
|
-
return this.
|
|
154
|
+
GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
|
|
155
|
+
return this.wy.v8(a, b, c);
|
|
156
156
|
};
|
|
157
|
-
GeographicMapSeriesHost.prototype.
|
|
158
|
-
return this.
|
|
157
|
+
GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
|
|
158
|
+
return this.wy.wb(a, b, c);
|
|
159
159
|
};
|
|
160
|
-
GeographicMapSeriesHost.prototype.
|
|
161
|
-
return this.
|
|
160
|
+
GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
|
|
161
|
+
return this.wy.i6(a, b, c);
|
|
162
|
+
};
|
|
163
|
+
GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
|
|
164
|
+
return this.wy.v7(a, b, c);
|
|
162
165
|
};
|
|
163
166
|
GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
|
|
164
|
-
return this.
|
|
167
|
+
return this.wy.i2(a, b, c);
|
|
168
|
+
};
|
|
169
|
+
GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
|
|
170
|
+
return this.wy.v9(a, b, c);
|
|
165
171
|
};
|
|
166
|
-
GeographicMapSeriesHost.prototype.
|
|
167
|
-
return this.
|
|
172
|
+
GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
|
|
173
|
+
return this.wy.i4(a, b, c);
|
|
174
|
+
};
|
|
175
|
+
GeographicMapSeriesHost.prototype.j4 = function (a) {
|
|
176
|
+
return this.wy.j4(a);
|
|
168
177
|
};
|
|
169
|
-
GeographicMapSeriesHost.prototype.
|
|
170
|
-
return this.
|
|
178
|
+
GeographicMapSeriesHost.prototype.iw = function () {
|
|
179
|
+
return this.wy.iw();
|
|
171
180
|
};
|
|
172
|
-
GeographicMapSeriesHost.prototype.
|
|
173
|
-
return this.
|
|
181
|
+
GeographicMapSeriesHost.prototype.is = function (a) {
|
|
182
|
+
return this.wy.is(a);
|
|
174
183
|
};
|
|
175
|
-
GeographicMapSeriesHost.prototype.
|
|
176
|
-
return this.
|
|
184
|
+
GeographicMapSeriesHost.prototype.ko = function (a) {
|
|
185
|
+
return this.wy.ko(a);
|
|
177
186
|
};
|
|
178
|
-
GeographicMapSeriesHost.prototype.
|
|
187
|
+
GeographicMapSeriesHost.prototype.cs = function () {
|
|
179
188
|
return new HostSeriesView(this);
|
|
180
189
|
};
|
|
181
|
-
GeographicMapSeriesHost.prototype.
|
|
182
|
-
_super.prototype.
|
|
183
|
-
this.
|
|
190
|
+
GeographicMapSeriesHost.prototype.qz = function (a) {
|
|
191
|
+
_super.prototype.qz.call(this, a);
|
|
192
|
+
this.wz = typeCast(HostSeriesView.$, a);
|
|
184
193
|
};
|
|
185
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
194
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "w0", {
|
|
186
195
|
get: function () {
|
|
187
|
-
return this.c(GeographicMapSeriesHost.
|
|
196
|
+
return this.c(GeographicMapSeriesHost.w5);
|
|
188
197
|
},
|
|
189
198
|
set: function (a) {
|
|
190
|
-
this.h(GeographicMapSeriesHost.
|
|
199
|
+
this.h(GeographicMapSeriesHost.w5, a);
|
|
191
200
|
},
|
|
192
201
|
enumerable: false,
|
|
193
202
|
configurable: true
|
|
194
203
|
});
|
|
195
|
-
GeographicMapSeriesHost.prototype.
|
|
196
|
-
_super.prototype.
|
|
204
|
+
GeographicMapSeriesHost.prototype.q7 = function (a, b, c, d) {
|
|
205
|
+
_super.prototype.q7.call(this, a, b, c, d);
|
|
197
206
|
switch (b) {
|
|
198
207
|
case "SeriesViewer":
|
|
199
|
-
this.
|
|
208
|
+
this.wy.db = this.db;
|
|
200
209
|
if (c != null) {
|
|
201
|
-
c.
|
|
210
|
+
c.q4(this.wy);
|
|
202
211
|
}
|
|
203
212
|
if (d != null) {
|
|
204
|
-
this.
|
|
213
|
+
this.db.m8(this.wy);
|
|
205
214
|
}
|
|
206
|
-
this.
|
|
207
|
-
this.
|
|
208
|
-
this.
|
|
209
|
-
this.
|
|
215
|
+
this.wy.ra(this.wq);
|
|
216
|
+
this.wy.index = this.index;
|
|
217
|
+
this.py(this.wy);
|
|
218
|
+
this.kg = this.wy.kg;
|
|
210
219
|
var e = typeCast(SeriesViewer.$, c);
|
|
211
220
|
if (e != null) {
|
|
212
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
221
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.w4));
|
|
213
222
|
}
|
|
214
|
-
if (this.
|
|
215
|
-
var f = this.
|
|
216
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
223
|
+
if (this.db != null) {
|
|
224
|
+
var f = this.db;
|
|
225
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.w4));
|
|
217
226
|
}
|
|
218
|
-
this.
|
|
227
|
+
this.w2();
|
|
219
228
|
break;
|
|
220
229
|
case "SyncLink":
|
|
221
|
-
this.
|
|
230
|
+
this.wy.c3 = this.c3;
|
|
222
231
|
break;
|
|
223
232
|
case "VisibleFromScale":
|
|
224
|
-
this.
|
|
233
|
+
this.w2();
|
|
225
234
|
break;
|
|
226
235
|
case "Index":
|
|
227
|
-
this.
|
|
236
|
+
this.wy.index = this.index;
|
|
228
237
|
break;
|
|
229
238
|
case "ItemsSource":
|
|
230
|
-
this.
|
|
239
|
+
this.wz.b6();
|
|
231
240
|
break;
|
|
232
241
|
case "Resolution":
|
|
233
|
-
this.
|
|
242
|
+
this.wz.cd();
|
|
234
243
|
break;
|
|
235
244
|
case "TransitionDuration":
|
|
236
|
-
this.
|
|
245
|
+
this.wz.cg();
|
|
237
246
|
break;
|
|
238
247
|
case "Opacity":
|
|
239
|
-
this.
|
|
248
|
+
this.wz.ca();
|
|
240
249
|
break;
|
|
241
250
|
case "Visibility":
|
|
242
|
-
var hs_ = this.
|
|
251
|
+
var hs_ = this.wy;
|
|
243
252
|
var v_ = this._visibility;
|
|
244
253
|
hs_.visibility = v_;
|
|
245
254
|
break;
|
|
246
255
|
case "MouseOverEnabled":
|
|
247
|
-
this.
|
|
256
|
+
this.wy.f8 = this.f8;
|
|
248
257
|
break;
|
|
249
258
|
case "ExpectFunctions":
|
|
250
|
-
this.
|
|
259
|
+
this.wy.expectFunctions = this.expectFunctions;
|
|
251
260
|
break;
|
|
252
261
|
case "Thickness":
|
|
253
|
-
this.
|
|
262
|
+
this.wz.cf();
|
|
254
263
|
break;
|
|
255
264
|
case "Brush":
|
|
256
|
-
this.
|
|
265
|
+
this.wz.b4();
|
|
257
266
|
break;
|
|
258
267
|
case "Outline":
|
|
259
|
-
this.
|
|
268
|
+
this.wz.cc();
|
|
260
269
|
break;
|
|
261
270
|
case "ActualBrush":
|
|
262
|
-
this.
|
|
271
|
+
this.wz.b1();
|
|
263
272
|
break;
|
|
264
273
|
case "ActualOutline":
|
|
265
|
-
this.
|
|
274
|
+
this.wz.b2();
|
|
266
275
|
break;
|
|
267
276
|
case "MarkerFillOpacity":
|
|
268
|
-
if (!isNaN_(this.
|
|
269
|
-
this.
|
|
277
|
+
if (!isNaN_(this.jg)) {
|
|
278
|
+
this.wz.b9();
|
|
270
279
|
}
|
|
271
280
|
break;
|
|
272
281
|
case "AreaFillOpacity":
|
|
273
|
-
if (!isNaN_(this.
|
|
274
|
-
this.
|
|
282
|
+
if (!isNaN_(this.ik)) {
|
|
283
|
+
this.wz.b3();
|
|
275
284
|
}
|
|
276
285
|
break;
|
|
277
286
|
case "OutlineMode":
|
|
278
|
-
this.
|
|
287
|
+
this.wz.cb();
|
|
279
288
|
break;
|
|
280
289
|
case "ShowDefaultTooltip":
|
|
281
|
-
this.
|
|
290
|
+
this.wz.ce();
|
|
282
291
|
break;
|
|
283
292
|
case "Title":
|
|
284
|
-
this.
|
|
293
|
+
this.wy.title = this.title;
|
|
285
294
|
break;
|
|
286
295
|
case "LegendItemBadgeMode":
|
|
287
|
-
this.
|
|
296
|
+
this.wz.b7();
|
|
288
297
|
break;
|
|
289
298
|
case "LegendItemBadgeShape":
|
|
290
|
-
this.
|
|
299
|
+
this.wz.b8();
|
|
291
300
|
break;
|
|
292
301
|
case "Legend":
|
|
293
|
-
this.
|
|
294
|
-
this.
|
|
302
|
+
this.wy.legend = this.legend;
|
|
303
|
+
this.cv.av();
|
|
295
304
|
break;
|
|
296
305
|
}
|
|
297
306
|
};
|
|
298
|
-
GeographicMapSeriesHost.prototype.
|
|
299
|
-
if (this.
|
|
307
|
+
GeographicMapSeriesHost.prototype.w2 = function () {
|
|
308
|
+
if (this.db == null || this.wy == null) {
|
|
300
309
|
return;
|
|
301
310
|
}
|
|
302
|
-
if (!isNaN_(this.
|
|
303
|
-
if (this.
|
|
304
|
-
var hs_ = this.
|
|
311
|
+
if (!isNaN_(this.w0)) {
|
|
312
|
+
if (this.db.v4.width > this.w0) {
|
|
313
|
+
var hs_ = this.wy;
|
|
305
314
|
var v_ = 1;
|
|
306
315
|
hs_.visibility = v_;
|
|
307
316
|
}
|
|
308
317
|
else {
|
|
309
|
-
var hs2_ = this.
|
|
318
|
+
var hs2_ = this.wy;
|
|
310
319
|
var v2_ = 0;
|
|
311
320
|
hs2_.visibility = v2_;
|
|
312
321
|
}
|
|
313
322
|
}
|
|
314
323
|
};
|
|
315
|
-
GeographicMapSeriesHost.prototype.
|
|
316
|
-
this.
|
|
324
|
+
GeographicMapSeriesHost.prototype.w4 = function (a, b) {
|
|
325
|
+
this.w2();
|
|
326
|
+
};
|
|
327
|
+
GeographicMapSeriesHost.prototype.rp = function (a) {
|
|
328
|
+
_super.prototype.rp.call(this, a);
|
|
329
|
+
if (this.wy != null) {
|
|
330
|
+
this.wy.rp(a);
|
|
331
|
+
}
|
|
317
332
|
};
|
|
318
|
-
GeographicMapSeriesHost.prototype.
|
|
319
|
-
_super.prototype.
|
|
320
|
-
if (this.
|
|
321
|
-
this.
|
|
333
|
+
GeographicMapSeriesHost.prototype.q3 = function (a) {
|
|
334
|
+
_super.prototype.q3.call(this, a);
|
|
335
|
+
if (this.wy != null) {
|
|
336
|
+
this.wy.ql();
|
|
322
337
|
}
|
|
323
338
|
};
|
|
324
|
-
GeographicMapSeriesHost.prototype.
|
|
325
|
-
if (this.
|
|
326
|
-
this.
|
|
339
|
+
GeographicMapSeriesHost.prototype.ro = function (a, b, c, d, e) {
|
|
340
|
+
if (this.wy != null) {
|
|
341
|
+
this.wy.ro(a, b, c, d, e);
|
|
327
342
|
}
|
|
328
343
|
};
|
|
329
|
-
GeographicMapSeriesHost.prototype.
|
|
330
|
-
return this.
|
|
344
|
+
GeographicMapSeriesHost.prototype.a2 = function (a, b) {
|
|
345
|
+
return this.wy.a2(a, b);
|
|
331
346
|
};
|
|
332
|
-
GeographicMapSeriesHost.prototype.
|
|
333
|
-
_super.prototype.
|
|
334
|
-
this.
|
|
347
|
+
GeographicMapSeriesHost.prototype.sa = function () {
|
|
348
|
+
_super.prototype.sa.call(this);
|
|
349
|
+
this.wy.sa();
|
|
335
350
|
};
|
|
336
351
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
337
352
|
return this._coercionMethods;
|
|
338
353
|
};
|
|
339
354
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
340
355
|
this._coercionMethods = a;
|
|
341
|
-
this.
|
|
356
|
+
this.wy.coercionMethods = a;
|
|
342
357
|
};
|
|
343
|
-
GeographicMapSeriesHost.prototype.
|
|
344
|
-
_super.prototype.
|
|
345
|
-
if (this.
|
|
346
|
-
var b = this.
|
|
347
|
-
this.
|
|
358
|
+
GeographicMapSeriesHost.prototype.px = function (a) {
|
|
359
|
+
_super.prototype.px.call(this, a);
|
|
360
|
+
if (this.wy != null) {
|
|
361
|
+
var b = this.wy.km();
|
|
362
|
+
this.o8(a, b);
|
|
348
363
|
}
|
|
349
364
|
};
|
|
350
365
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
351
|
-
GeographicMapSeriesHost.
|
|
366
|
+
GeographicMapSeriesHost.w5 = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
|
|
352
367
|
var c = a;
|
|
353
368
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
354
369
|
}));
|
|
@@ -371,66 +386,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
371
386
|
};
|
|
372
387
|
HostSeriesView.prototype.b5 = function () {
|
|
373
388
|
this.b0.legendItemVisibility = 1;
|
|
374
|
-
this.b0.
|
|
375
|
-
this.b0.
|
|
376
|
-
this.b0.
|
|
377
|
-
this.b0.
|
|
378
|
-
this.b0.
|
|
379
|
-
this.b0.
|
|
380
|
-
this.b0.
|
|
381
|
-
this.b0.
|
|
382
|
-
this.b0.
|
|
383
|
-
this.b0.
|
|
384
|
-
this.b0.
|
|
385
|
-
this.b0.
|
|
386
|
-
this.b0.
|
|
387
|
-
this.b0.
|
|
388
|
-
this.b0.
|
|
389
|
+
this.b0.wy.legendItemVisibility = 0;
|
|
390
|
+
this.b0.wy.itemsSource = this.b0.itemsSource;
|
|
391
|
+
this.b0.wy.index = this.b0.index;
|
|
392
|
+
this.b0.wy.vd = this.b0.vd;
|
|
393
|
+
this.b0.wy.vt = this.b0.vd;
|
|
394
|
+
this.b0.wy.ci = this.b0.ci;
|
|
395
|
+
this.b0.wy.jj = this.b0.jj;
|
|
396
|
+
this.b0.wy.kd = this.b0.kd;
|
|
397
|
+
this.b0.wy._opacity = this.b0._opacity;
|
|
398
|
+
this.b0.wy.jp = this.b0.jp;
|
|
399
|
+
this.b0.wy.ik = this.b0.ik;
|
|
400
|
+
this.b0.wy.jg = this.b0.jg;
|
|
401
|
+
this.b0.wy.gp = this.b0.gp;
|
|
402
|
+
this.b0.wy.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
403
|
+
this.b0.wy.bd = this.b0.bd;
|
|
389
404
|
};
|
|
390
405
|
HostSeriesView.prototype.b6 = function () {
|
|
391
|
-
this.b0.
|
|
406
|
+
this.b0.wy.itemsSource = this.b0.itemsSource;
|
|
392
407
|
};
|
|
393
408
|
HostSeriesView.prototype.cd = function () {
|
|
394
|
-
this.b0.
|
|
409
|
+
this.b0.wy.jj = this.b0.jj;
|
|
395
410
|
};
|
|
396
411
|
HostSeriesView.prototype.cg = function () {
|
|
397
|
-
this.b0.
|
|
412
|
+
this.b0.wy.kd = this.b0.kd;
|
|
398
413
|
};
|
|
399
414
|
HostSeriesView.prototype.ca = function () {
|
|
400
|
-
this.b0.
|
|
415
|
+
this.b0.wy._opacity = this.b0._opacity;
|
|
401
416
|
};
|
|
402
417
|
HostSeriesView.prototype.cf = function () {
|
|
403
|
-
this.b0.
|
|
418
|
+
this.b0.wy.jp = this.b0.jp;
|
|
404
419
|
};
|
|
405
420
|
HostSeriesView.prototype.b4 = function () {
|
|
406
|
-
this.b0.
|
|
421
|
+
this.b0.wy.vd = this.b0.vd;
|
|
407
422
|
};
|
|
408
423
|
HostSeriesView.prototype.cc = function () {
|
|
409
|
-
this.b0.
|
|
424
|
+
this.b0.wy.vt = this.b0.vt;
|
|
410
425
|
};
|
|
411
426
|
HostSeriesView.prototype.b1 = function () {
|
|
412
|
-
this.b0.
|
|
427
|
+
this.b0.wy.vd = this.b0.u7;
|
|
413
428
|
};
|
|
414
429
|
HostSeriesView.prototype.b2 = function () {
|
|
415
|
-
this.b0.
|
|
430
|
+
this.b0.wy.vt = this.b0.vb;
|
|
416
431
|
};
|
|
417
432
|
HostSeriesView.prototype.b7 = function () {
|
|
418
|
-
this.b0.
|
|
433
|
+
this.b0.wy.bd = this.b0.bd;
|
|
419
434
|
};
|
|
420
435
|
HostSeriesView.prototype.b8 = function () {
|
|
421
|
-
this.b0.
|
|
436
|
+
this.b0.wy.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
422
437
|
};
|
|
423
438
|
HostSeriesView.prototype.b3 = function () {
|
|
424
|
-
this.b0.
|
|
439
|
+
this.b0.wy.ik = this.b0.ik;
|
|
425
440
|
};
|
|
426
441
|
HostSeriesView.prototype.b9 = function () {
|
|
427
|
-
this.b0.
|
|
442
|
+
this.b0.wy.jg = this.b0.jg;
|
|
428
443
|
};
|
|
429
444
|
HostSeriesView.prototype.cb = function () {
|
|
430
|
-
this.b0.
|
|
445
|
+
this.b0.wy.ci = this.b0.ci;
|
|
431
446
|
};
|
|
432
447
|
HostSeriesView.prototype.ce = function () {
|
|
433
|
-
this.b0.
|
|
448
|
+
this.b0.wy.gp = this.b0.gp;
|
|
434
449
|
};
|
|
435
450
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
436
451
|
return HostSeriesView;
|