igniteui-angular-maps 18.0.0 → 18.1.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 +1466 -1460
- 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 +197 -191
- 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/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 +463 -463
- 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 +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 +195 -189
- 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/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 +456 -456
- 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 +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 +1480 -1474
- package/fesm5/igniteui-angular-maps.js +1466 -1460
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +56 -54
- 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 +112 -112
- package/package.json +2 -2
|
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Series } from "igniteui-angular-charts";
|
|
9
|
-
import { DependencyProperty } from "igniteui-angular-core";
|
|
10
9
|
import { typeCast, Number_$type, runOn, delegateRemove, delegateCombine, markType, TypeRegistrar } from "igniteui-angular-core";
|
|
10
|
+
import { DependencyProperty } from "igniteui-angular-core";
|
|
11
11
|
import { SeriesView } from "igniteui-angular-charts";
|
|
12
12
|
import { SeriesViewer } from "igniteui-angular-charts";
|
|
13
13
|
import { PropertyMetadata } from "igniteui-angular-core";
|
|
@@ -20,329 +20,335 @@ 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.wq = null;
|
|
24
|
+
_this.ws = _this.wr();
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicMapSeriesHost.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
if (this.
|
|
30
|
-
this.
|
|
27
|
+
GeographicMapSeriesHost.prototype.qc = function () {
|
|
28
|
+
_super.prototype.qc.call(this);
|
|
29
|
+
if (this.ws != null) {
|
|
30
|
+
this.ws.qc();
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
GeographicMapSeriesHost.prototype.
|
|
33
|
+
GeographicMapSeriesHost.prototype.get_fa = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
GeographicMapSeriesHost.prototype.
|
|
37
|
-
var c = this.
|
|
36
|
+
GeographicMapSeriesHost.prototype.ko = function (a, b) {
|
|
37
|
+
var c = this.nb(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.ws.ko(a, c);
|
|
45
45
|
};
|
|
46
|
-
GeographicMapSeriesHost.prototype.
|
|
47
|
-
var b = this.
|
|
46
|
+
GeographicMapSeriesHost.prototype.mb = function (a) {
|
|
47
|
+
var b = this.nb(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.ws.mb(b);
|
|
55
|
+
};
|
|
56
|
+
GeographicMapSeriesHost.prototype.get_kg = function () {
|
|
57
|
+
return this.ky(this.ws);
|
|
55
58
|
};
|
|
56
|
-
GeographicMapSeriesHost.prototype.
|
|
57
|
-
|
|
59
|
+
GeographicMapSeriesHost.prototype.set_kg = function (a) {
|
|
60
|
+
this.ox(this.ws, a);
|
|
58
61
|
};
|
|
59
|
-
GeographicMapSeriesHost.prototype.
|
|
60
|
-
return this.
|
|
62
|
+
GeographicMapSeriesHost.prototype.d9 = function (a, b, c, d) {
|
|
63
|
+
return this.ws.d9(a, b, c, d);
|
|
61
64
|
};
|
|
62
|
-
GeographicMapSeriesHost.prototype.
|
|
63
|
-
return this.
|
|
65
|
+
GeographicMapSeriesHost.prototype.ai = function () {
|
|
66
|
+
return this.ws.ai();
|
|
64
67
|
};
|
|
65
|
-
|
|
68
|
+
GeographicMapSeriesHost.prototype.bm = function () {
|
|
69
|
+
return this.ws;
|
|
70
|
+
};
|
|
71
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "ws", {
|
|
66
72
|
get: function () {
|
|
67
|
-
return this.
|
|
73
|
+
return this.wq;
|
|
68
74
|
},
|
|
69
75
|
set: function (a) {
|
|
70
|
-
var b = this.
|
|
76
|
+
var b = this.ws != a;
|
|
71
77
|
if (b) {
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
78
|
+
this.wq = a;
|
|
79
|
+
this.wx();
|
|
74
80
|
}
|
|
75
81
|
},
|
|
76
82
|
enumerable: false,
|
|
77
83
|
configurable: true
|
|
78
84
|
});
|
|
79
85
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
80
|
-
return this.
|
|
86
|
+
return this.ws.hasMarkers;
|
|
81
87
|
};
|
|
82
|
-
GeographicMapSeriesHost.prototype.
|
|
83
|
-
if (this.
|
|
84
|
-
var hostedSeries_ = this.
|
|
88
|
+
GeographicMapSeriesHost.prototype.wx = function () {
|
|
89
|
+
if (this.wq != null) {
|
|
90
|
+
var hostedSeries_ = this.wq;
|
|
85
91
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
86
92
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
87
93
|
}
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
94
|
+
this.pd(this.ws);
|
|
95
|
+
this.wt.b5();
|
|
90
96
|
};
|
|
91
|
-
GeographicMapSeriesHost.prototype.
|
|
92
|
-
return this.
|
|
97
|
+
GeographicMapSeriesHost.prototype.de = function (a, b, c) {
|
|
98
|
+
return this.dg(this.ws, a, b, c);
|
|
93
99
|
};
|
|
94
|
-
GeographicMapSeriesHost.prototype.
|
|
95
|
-
return this.
|
|
100
|
+
GeographicMapSeriesHost.prototype.df = function (a, b, c) {
|
|
101
|
+
return this.dh(this.ws, a, b, c);
|
|
96
102
|
};
|
|
97
|
-
GeographicMapSeriesHost.prototype.
|
|
98
|
-
return this.
|
|
103
|
+
GeographicMapSeriesHost.prototype.kl = function (a) {
|
|
104
|
+
return this.ku(this.ws, a);
|
|
99
105
|
};
|
|
100
|
-
GeographicMapSeriesHost.prototype.
|
|
101
|
-
return this.
|
|
106
|
+
GeographicMapSeriesHost.prototype.j8 = function (a, b) {
|
|
107
|
+
return this.ws.j8(a, b);
|
|
102
108
|
};
|
|
103
|
-
GeographicMapSeriesHost.prototype.
|
|
104
|
-
return this.
|
|
109
|
+
GeographicMapSeriesHost.prototype.j6 = function (a, b) {
|
|
110
|
+
return this.ws.j6(a, b);
|
|
105
111
|
};
|
|
106
|
-
GeographicMapSeriesHost.prototype.
|
|
107
|
-
return this.
|
|
112
|
+
GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
|
|
113
|
+
return this.ws.i3(a, b, c);
|
|
108
114
|
};
|
|
109
|
-
GeographicMapSeriesHost.prototype.
|
|
110
|
-
return this.
|
|
115
|
+
GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
|
|
116
|
+
return this.ws.v6(a, b, c);
|
|
111
117
|
};
|
|
112
|
-
GeographicMapSeriesHost.prototype.
|
|
113
|
-
return this.
|
|
118
|
+
GeographicMapSeriesHost.prototype.wh = function (a) {
|
|
119
|
+
return this.ws.wh(a);
|
|
114
120
|
};
|
|
115
|
-
GeographicMapSeriesHost.prototype.
|
|
116
|
-
return this.
|
|
121
|
+
GeographicMapSeriesHost.prototype.an = function (a) {
|
|
122
|
+
return this.ws.an(a);
|
|
117
123
|
};
|
|
118
|
-
GeographicMapSeriesHost.prototype.
|
|
119
|
-
return this.
|
|
124
|
+
GeographicMapSeriesHost.prototype.wi = function (a) {
|
|
125
|
+
return this.ws.wi(a);
|
|
120
126
|
};
|
|
121
|
-
GeographicMapSeriesHost.prototype.
|
|
122
|
-
return this.
|
|
127
|
+
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
128
|
+
return this.ws.ao(a);
|
|
123
129
|
};
|
|
124
|
-
GeographicMapSeriesHost.prototype.
|
|
125
|
-
return this.
|
|
130
|
+
GeographicMapSeriesHost.prototype.wj = function (a) {
|
|
131
|
+
return this.ws.wj(a);
|
|
126
132
|
};
|
|
127
|
-
GeographicMapSeriesHost.prototype.
|
|
128
|
-
return this.
|
|
133
|
+
GeographicMapSeriesHost.prototype.wk = function (a) {
|
|
134
|
+
return this.ws.wk(a);
|
|
129
135
|
};
|
|
130
|
-
GeographicMapSeriesHost.prototype.
|
|
131
|
-
return this.
|
|
136
|
+
GeographicMapSeriesHost.prototype.iz = function (a, b, c) {
|
|
137
|
+
return this.ws.iz(a, b, c);
|
|
132
138
|
};
|
|
133
|
-
GeographicMapSeriesHost.prototype.
|
|
134
|
-
return this.
|
|
139
|
+
GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
|
|
140
|
+
return this.ws.v2(a, b, c);
|
|
135
141
|
};
|
|
136
|
-
GeographicMapSeriesHost.prototype.
|
|
137
|
-
return this.
|
|
142
|
+
GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
|
|
143
|
+
return this.i3(a, b, c);
|
|
138
144
|
};
|
|
139
|
-
GeographicMapSeriesHost.prototype.
|
|
140
|
-
return this.
|
|
145
|
+
GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
|
|
146
|
+
return this.ws.v4(a, b, c);
|
|
141
147
|
};
|
|
142
|
-
GeographicMapSeriesHost.prototype.
|
|
143
|
-
return this.
|
|
148
|
+
GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
|
|
149
|
+
return this.ws.v7(a, b, c);
|
|
144
150
|
};
|
|
145
|
-
GeographicMapSeriesHost.prototype.
|
|
146
|
-
return this.
|
|
151
|
+
GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
|
|
152
|
+
return this.ws.i4(a, b, c);
|
|
147
153
|
};
|
|
148
|
-
GeographicMapSeriesHost.prototype.
|
|
149
|
-
return this.
|
|
154
|
+
GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
|
|
155
|
+
return this.ws.v3(a, b, c);
|
|
150
156
|
};
|
|
151
|
-
GeographicMapSeriesHost.prototype.
|
|
152
|
-
return this.
|
|
157
|
+
GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
|
|
158
|
+
return this.ws.i0(a, b, c);
|
|
153
159
|
};
|
|
154
|
-
GeographicMapSeriesHost.prototype.
|
|
155
|
-
return this.
|
|
160
|
+
GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
|
|
161
|
+
return this.ws.v5(a, b, c);
|
|
156
162
|
};
|
|
157
|
-
GeographicMapSeriesHost.prototype.
|
|
158
|
-
return this.
|
|
163
|
+
GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
|
|
164
|
+
return this.ws.i2(a, b, c);
|
|
159
165
|
};
|
|
160
|
-
GeographicMapSeriesHost.prototype.
|
|
161
|
-
return this.
|
|
166
|
+
GeographicMapSeriesHost.prototype.j2 = function (a) {
|
|
167
|
+
return this.ws.j2(a);
|
|
162
168
|
};
|
|
163
|
-
GeographicMapSeriesHost.prototype.
|
|
164
|
-
return this.
|
|
169
|
+
GeographicMapSeriesHost.prototype.iu = function () {
|
|
170
|
+
return this.ws.iu();
|
|
165
171
|
};
|
|
166
|
-
GeographicMapSeriesHost.prototype.
|
|
167
|
-
return this.
|
|
172
|
+
GeographicMapSeriesHost.prototype.iq = function (a) {
|
|
173
|
+
return this.ws.iq(a);
|
|
168
174
|
};
|
|
169
|
-
GeographicMapSeriesHost.prototype.
|
|
170
|
-
return this.
|
|
175
|
+
GeographicMapSeriesHost.prototype.km = function (a) {
|
|
176
|
+
return this.ws.km(a);
|
|
171
177
|
};
|
|
172
|
-
GeographicMapSeriesHost.prototype.
|
|
178
|
+
GeographicMapSeriesHost.prototype.cq = function () {
|
|
173
179
|
return new HostSeriesView(this);
|
|
174
180
|
};
|
|
175
|
-
GeographicMapSeriesHost.prototype.
|
|
176
|
-
_super.prototype.
|
|
177
|
-
this.
|
|
181
|
+
GeographicMapSeriesHost.prototype.qx = function (a) {
|
|
182
|
+
_super.prototype.qx.call(this, a);
|
|
183
|
+
this.wt = typeCast(HostSeriesView.$, a);
|
|
178
184
|
};
|
|
179
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
185
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "wu", {
|
|
180
186
|
get: function () {
|
|
181
|
-
return this.c(GeographicMapSeriesHost.
|
|
187
|
+
return this.c(GeographicMapSeriesHost.wz);
|
|
182
188
|
},
|
|
183
189
|
set: function (a) {
|
|
184
|
-
this.h(GeographicMapSeriesHost.
|
|
190
|
+
this.h(GeographicMapSeriesHost.wz, a);
|
|
185
191
|
},
|
|
186
192
|
enumerable: false,
|
|
187
193
|
configurable: true
|
|
188
194
|
});
|
|
189
|
-
GeographicMapSeriesHost.prototype.
|
|
190
|
-
_super.prototype.
|
|
195
|
+
GeographicMapSeriesHost.prototype.q5 = function (a, b, c, d) {
|
|
196
|
+
_super.prototype.q5.call(this, a, b, c, d);
|
|
191
197
|
switch (b) {
|
|
192
198
|
case "SeriesViewer":
|
|
193
|
-
this.
|
|
199
|
+
this.ws.c9 = this.c9;
|
|
194
200
|
if (c != null) {
|
|
195
|
-
c.
|
|
201
|
+
c.qq(this.ws);
|
|
196
202
|
}
|
|
197
203
|
if (d != null) {
|
|
198
|
-
this.
|
|
204
|
+
this.c9.mw(this.ws);
|
|
199
205
|
}
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
206
|
+
this.ws.q8(this.wl);
|
|
207
|
+
this.ws.index = this.index;
|
|
208
|
+
this.pw(this.ws);
|
|
209
|
+
this.ke = this.ws.ke;
|
|
204
210
|
var e = typeCast(SeriesViewer.$, c);
|
|
205
211
|
if (e != null) {
|
|
206
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
212
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wy));
|
|
207
213
|
}
|
|
208
|
-
if (this.
|
|
209
|
-
var f = this.
|
|
210
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
214
|
+
if (this.c9 != null) {
|
|
215
|
+
var f = this.c9;
|
|
216
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wy));
|
|
211
217
|
}
|
|
212
|
-
this.
|
|
218
|
+
this.ww();
|
|
213
219
|
break;
|
|
214
220
|
case "SyncLink":
|
|
215
|
-
this.
|
|
221
|
+
this.ws.c1 = this.c1;
|
|
216
222
|
break;
|
|
217
223
|
case "VisibleFromScale":
|
|
218
|
-
this.
|
|
224
|
+
this.ww();
|
|
219
225
|
break;
|
|
220
226
|
case "Index":
|
|
221
|
-
this.
|
|
227
|
+
this.ws.index = this.index;
|
|
222
228
|
break;
|
|
223
229
|
case "ItemsSource":
|
|
224
|
-
this.
|
|
230
|
+
this.wt.b6();
|
|
225
231
|
break;
|
|
226
232
|
case "Resolution":
|
|
227
|
-
this.
|
|
233
|
+
this.wt.cd();
|
|
228
234
|
break;
|
|
229
235
|
case "TransitionDuration":
|
|
230
|
-
this.
|
|
236
|
+
this.wt.cg();
|
|
231
237
|
break;
|
|
232
238
|
case "Opacity":
|
|
233
|
-
this.
|
|
239
|
+
this.wt.ca();
|
|
234
240
|
break;
|
|
235
241
|
case "Visibility":
|
|
236
|
-
var hs_ = this.
|
|
242
|
+
var hs_ = this.ws;
|
|
237
243
|
var v_ = this._visibility;
|
|
238
244
|
hs_.visibility = v_;
|
|
239
245
|
break;
|
|
240
246
|
case "MouseOverEnabled":
|
|
241
|
-
this.
|
|
247
|
+
this.ws.f6 = this.f6;
|
|
242
248
|
break;
|
|
243
249
|
case "ExpectFunctions":
|
|
244
|
-
this.
|
|
250
|
+
this.ws.expectFunctions = this.expectFunctions;
|
|
245
251
|
break;
|
|
246
252
|
case "Thickness":
|
|
247
|
-
this.
|
|
253
|
+
this.wt.cf();
|
|
248
254
|
break;
|
|
249
255
|
case "Brush":
|
|
250
|
-
this.
|
|
256
|
+
this.wt.b4();
|
|
251
257
|
break;
|
|
252
258
|
case "Outline":
|
|
253
|
-
this.
|
|
259
|
+
this.wt.cc();
|
|
254
260
|
break;
|
|
255
261
|
case "ActualBrush":
|
|
256
|
-
this.
|
|
262
|
+
this.wt.b1();
|
|
257
263
|
break;
|
|
258
264
|
case "ActualOutline":
|
|
259
|
-
this.
|
|
265
|
+
this.wt.b2();
|
|
260
266
|
break;
|
|
261
267
|
case "MarkerFillOpacity":
|
|
262
|
-
if (!isNaN_(this.
|
|
263
|
-
this.
|
|
268
|
+
if (!isNaN_(this.je)) {
|
|
269
|
+
this.wt.b9();
|
|
264
270
|
}
|
|
265
271
|
break;
|
|
266
272
|
case "AreaFillOpacity":
|
|
267
|
-
if (!isNaN_(this.
|
|
268
|
-
this.
|
|
273
|
+
if (!isNaN_(this.ii)) {
|
|
274
|
+
this.wt.b3();
|
|
269
275
|
}
|
|
270
276
|
break;
|
|
271
277
|
case "OutlineMode":
|
|
272
|
-
this.
|
|
278
|
+
this.wt.cb();
|
|
273
279
|
break;
|
|
274
280
|
case "ShowDefaultTooltip":
|
|
275
|
-
this.
|
|
281
|
+
this.wt.ce();
|
|
276
282
|
break;
|
|
277
283
|
case "Title":
|
|
278
|
-
this.
|
|
284
|
+
this.ws.title = this.title;
|
|
279
285
|
break;
|
|
280
286
|
case "LegendItemBadgeMode":
|
|
281
|
-
this.
|
|
287
|
+
this.wt.b7();
|
|
282
288
|
break;
|
|
283
289
|
case "LegendItemBadgeShape":
|
|
284
|
-
this.
|
|
290
|
+
this.wt.b8();
|
|
285
291
|
break;
|
|
286
292
|
case "Legend":
|
|
287
|
-
this.
|
|
288
|
-
this.
|
|
293
|
+
this.ws.legend = this.legend;
|
|
294
|
+
this.ct.av();
|
|
289
295
|
break;
|
|
290
296
|
}
|
|
291
297
|
};
|
|
292
|
-
GeographicMapSeriesHost.prototype.
|
|
293
|
-
if (this.
|
|
298
|
+
GeographicMapSeriesHost.prototype.ww = function () {
|
|
299
|
+
if (this.c9 == null || this.ws == null) {
|
|
294
300
|
return;
|
|
295
301
|
}
|
|
296
|
-
if (!isNaN_(this.
|
|
297
|
-
if (this.
|
|
298
|
-
var hs_ = this.
|
|
302
|
+
if (!isNaN_(this.wu)) {
|
|
303
|
+
if (this.c9.vl.width > this.wu) {
|
|
304
|
+
var hs_ = this.ws;
|
|
299
305
|
var v_ = 1;
|
|
300
306
|
hs_.visibility = v_;
|
|
301
307
|
}
|
|
302
308
|
else {
|
|
303
|
-
var hs2_ = this.
|
|
309
|
+
var hs2_ = this.ws;
|
|
304
310
|
var v2_ = 0;
|
|
305
311
|
hs2_.visibility = v2_;
|
|
306
312
|
}
|
|
307
313
|
}
|
|
308
314
|
};
|
|
309
|
-
GeographicMapSeriesHost.prototype.
|
|
310
|
-
this.
|
|
315
|
+
GeographicMapSeriesHost.prototype.wy = function (a, b) {
|
|
316
|
+
this.ww();
|
|
311
317
|
};
|
|
312
|
-
GeographicMapSeriesHost.prototype.
|
|
313
|
-
_super.prototype.
|
|
314
|
-
if (this.
|
|
315
|
-
this.
|
|
318
|
+
GeographicMapSeriesHost.prototype.rn = function (a) {
|
|
319
|
+
_super.prototype.rn.call(this, a);
|
|
320
|
+
if (this.ws != null) {
|
|
321
|
+
this.ws.rn(a);
|
|
316
322
|
}
|
|
317
323
|
};
|
|
318
|
-
GeographicMapSeriesHost.prototype.
|
|
319
|
-
if (this.
|
|
320
|
-
this.
|
|
324
|
+
GeographicMapSeriesHost.prototype.rm = function (a, b, c, d, e) {
|
|
325
|
+
if (this.ws != null) {
|
|
326
|
+
this.ws.rm(a, b, c, d, e);
|
|
321
327
|
}
|
|
322
328
|
};
|
|
323
|
-
GeographicMapSeriesHost.prototype.
|
|
324
|
-
return this.
|
|
329
|
+
GeographicMapSeriesHost.prototype.a1 = function (a, b) {
|
|
330
|
+
return this.ws.a1(a, b);
|
|
325
331
|
};
|
|
326
|
-
GeographicMapSeriesHost.prototype.
|
|
327
|
-
_super.prototype.
|
|
328
|
-
this.
|
|
332
|
+
GeographicMapSeriesHost.prototype.r6 = function () {
|
|
333
|
+
_super.prototype.r6.call(this);
|
|
334
|
+
this.ws.r6();
|
|
329
335
|
};
|
|
330
336
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
331
337
|
return this._coercionMethods;
|
|
332
338
|
};
|
|
333
339
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
334
340
|
this._coercionMethods = a;
|
|
335
|
-
this.
|
|
341
|
+
this.ws.coercionMethods = a;
|
|
336
342
|
};
|
|
337
|
-
GeographicMapSeriesHost.prototype.
|
|
338
|
-
_super.prototype.
|
|
339
|
-
if (this.
|
|
340
|
-
var b = this.
|
|
341
|
-
this.
|
|
343
|
+
GeographicMapSeriesHost.prototype.pv = function (a) {
|
|
344
|
+
_super.prototype.pv.call(this, a);
|
|
345
|
+
if (this.ws != null) {
|
|
346
|
+
var b = this.ws.kk();
|
|
347
|
+
this.o6(a, b);
|
|
342
348
|
}
|
|
343
349
|
};
|
|
344
350
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
345
|
-
GeographicMapSeriesHost.
|
|
351
|
+
GeographicMapSeriesHost.wz = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
|
|
346
352
|
var c = a;
|
|
347
353
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
348
354
|
}));
|
|
@@ -365,66 +371,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
365
371
|
};
|
|
366
372
|
HostSeriesView.prototype.b5 = function () {
|
|
367
373
|
this.b0.legendItemVisibility = 1;
|
|
368
|
-
this.b0.
|
|
369
|
-
this.b0.
|
|
370
|
-
this.b0.
|
|
371
|
-
this.b0.
|
|
372
|
-
this.b0.
|
|
373
|
-
this.b0.
|
|
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.
|
|
374
|
+
this.b0.ws.legendItemVisibility = 0;
|
|
375
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
376
|
+
this.b0.ws.index = this.b0.index;
|
|
377
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
378
|
+
this.b0.ws.vp = this.b0.u9;
|
|
379
|
+
this.b0.ws.cg = this.b0.cg;
|
|
380
|
+
this.b0.ws.jh = this.b0.jh;
|
|
381
|
+
this.b0.ws.kb = this.b0.kb;
|
|
382
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
383
|
+
this.b0.ws.jn = this.b0.jn;
|
|
384
|
+
this.b0.ws.ii = this.b0.ii;
|
|
385
|
+
this.b0.ws.je = this.b0.je;
|
|
386
|
+
this.b0.ws.gn = this.b0.gn;
|
|
387
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
388
|
+
this.b0.ws.bc = this.b0.bc;
|
|
383
389
|
};
|
|
384
390
|
HostSeriesView.prototype.b6 = function () {
|
|
385
|
-
this.b0.
|
|
391
|
+
this.b0.ws.itemsSource = this.b0.itemsSource;
|
|
386
392
|
};
|
|
387
393
|
HostSeriesView.prototype.cd = function () {
|
|
388
|
-
this.b0.
|
|
394
|
+
this.b0.ws.jh = this.b0.jh;
|
|
389
395
|
};
|
|
390
396
|
HostSeriesView.prototype.cg = function () {
|
|
391
|
-
this.b0.
|
|
397
|
+
this.b0.ws.kb = this.b0.kb;
|
|
392
398
|
};
|
|
393
399
|
HostSeriesView.prototype.ca = function () {
|
|
394
|
-
this.b0.
|
|
400
|
+
this.b0.ws._opacity = this.b0._opacity;
|
|
395
401
|
};
|
|
396
402
|
HostSeriesView.prototype.cf = function () {
|
|
397
|
-
this.b0.
|
|
403
|
+
this.b0.ws.jn = this.b0.jn;
|
|
398
404
|
};
|
|
399
405
|
HostSeriesView.prototype.b4 = function () {
|
|
400
|
-
this.b0.
|
|
406
|
+
this.b0.ws.u9 = this.b0.u9;
|
|
401
407
|
};
|
|
402
408
|
HostSeriesView.prototype.cc = function () {
|
|
403
|
-
this.b0.
|
|
409
|
+
this.b0.ws.vp = this.b0.vp;
|
|
404
410
|
};
|
|
405
411
|
HostSeriesView.prototype.b1 = function () {
|
|
406
|
-
this.b0.
|
|
412
|
+
this.b0.ws.u9 = this.b0.u3;
|
|
407
413
|
};
|
|
408
414
|
HostSeriesView.prototype.b2 = function () {
|
|
409
|
-
this.b0.
|
|
415
|
+
this.b0.ws.vp = this.b0.u7;
|
|
410
416
|
};
|
|
411
417
|
HostSeriesView.prototype.b7 = function () {
|
|
412
|
-
this.b0.
|
|
418
|
+
this.b0.ws.bc = this.b0.bc;
|
|
413
419
|
};
|
|
414
420
|
HostSeriesView.prototype.b8 = function () {
|
|
415
|
-
this.b0.
|
|
421
|
+
this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
416
422
|
};
|
|
417
423
|
HostSeriesView.prototype.b3 = function () {
|
|
418
|
-
this.b0.
|
|
424
|
+
this.b0.ws.ii = this.b0.ii;
|
|
419
425
|
};
|
|
420
426
|
HostSeriesView.prototype.b9 = function () {
|
|
421
|
-
this.b0.
|
|
427
|
+
this.b0.ws.je = this.b0.je;
|
|
422
428
|
};
|
|
423
429
|
HostSeriesView.prototype.cb = function () {
|
|
424
|
-
this.b0.
|
|
430
|
+
this.b0.ws.cg = this.b0.cg;
|
|
425
431
|
};
|
|
426
432
|
HostSeriesView.prototype.ce = function () {
|
|
427
|
-
this.b0.
|
|
433
|
+
this.b0.ws.gn = this.b0.gn;
|
|
428
434
|
};
|
|
429
435
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
430
436
|
return HostSeriesView;
|