igniteui-angular-maps 20.0.1 → 20.0.2-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 +1753 -1431
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
- package/esm2015/lib/AzureMapsMapImagery.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView_combined.js +119 -0
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +86 -86
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +34 -0
- package/esm2015/lib/igx-azure-maps-map-imagery-module.js +26 -0
- package/esm2015/lib/igx-azure-maps-map-imagery.js +81 -0
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm2015/public_api.js +6 -0
- package/esm5/lib/AzureMapsImageryStyle.js +32 -0
- package/esm5/lib/AzureMapsMapImagery.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView_combined.js +122 -0
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +84 -84
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +33 -0
- package/esm5/lib/igx-azure-maps-map-imagery-module.js +27 -0
- package/esm5/lib/igx-azure-maps-map-imagery.js +113 -0
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/esm5/public_api.js +6 -0
- package/fesm2015/igniteui-angular-maps.js +1734 -1447
- package/fesm5/igniteui-angular-maps.js +1748 -1433
- package/lib/AzureMapsImageryStyle.d.ts +25 -0
- package/lib/AzureMapsMapImagery.d.ts +1 -0
- package/lib/AzureMapsMapImageryView.d.ts +1 -0
- package/lib/AzureMapsMapImageryView_combined.d.ts +39 -0
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +110 -110
- package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +9 -0
- package/lib/igx-azure-maps-map-imagery-module.d.ts +7 -0
- package/lib/igx-azure-maps-map-imagery.d.ts +51 -0
- package/package.json +2 -2
- package/public_api.d.ts +6 -0
|
@@ -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.w8 = null;
|
|
24
|
+
_this.xa = _this.w9();
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicMapSeriesHost.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
if (this.
|
|
30
|
-
this.
|
|
27
|
+
GeographicMapSeriesHost.prototype.qm = function () {
|
|
28
|
+
_super.prototype.qm.call(this);
|
|
29
|
+
if (this.xa != null) {
|
|
30
|
+
this.xa.qm();
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
33
|
GeographicMapSeriesHost.prototype.get_fd = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
GeographicMapSeriesHost.prototype.
|
|
37
|
-
var c = this.
|
|
36
|
+
GeographicMapSeriesHost.prototype.ku = function (a, b) {
|
|
37
|
+
var c = this.ni(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.xa.ku(a, c);
|
|
45
45
|
};
|
|
46
|
-
GeographicMapSeriesHost.prototype.
|
|
47
|
-
var b = this.
|
|
46
|
+
GeographicMapSeriesHost.prototype.mi = function (a) {
|
|
47
|
+
var b = this.ni(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.xa.mi(b);
|
|
55
55
|
};
|
|
56
|
-
GeographicMapSeriesHost.prototype.
|
|
57
|
-
return this.
|
|
56
|
+
GeographicMapSeriesHost.prototype.get_km = function () {
|
|
57
|
+
return this.k4(this.xa);
|
|
58
58
|
};
|
|
59
|
-
GeographicMapSeriesHost.prototype.
|
|
60
|
-
this.
|
|
59
|
+
GeographicMapSeriesHost.prototype.set_km = function (a) {
|
|
60
|
+
this.o5(this.xa, a);
|
|
61
61
|
};
|
|
62
62
|
GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
|
|
63
|
-
return this.
|
|
63
|
+
return this.xa.ed(a, b, c, d, e);
|
|
64
64
|
};
|
|
65
65
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
66
|
-
return this.
|
|
66
|
+
return this.xa.ai();
|
|
67
67
|
};
|
|
68
68
|
GeographicMapSeriesHost.prototype.bp = function () {
|
|
69
|
-
return this.
|
|
69
|
+
return this.xa;
|
|
70
70
|
};
|
|
71
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
71
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xa", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.
|
|
73
|
+
return this.w8;
|
|
74
74
|
},
|
|
75
75
|
set: function (a) {
|
|
76
|
-
var b = this.
|
|
77
|
-
var c = this.
|
|
76
|
+
var b = this.w8;
|
|
77
|
+
var c = this.xa != a;
|
|
78
78
|
if (c) {
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
79
|
+
this.w8 = a;
|
|
80
|
+
this.xf(b, this.w8);
|
|
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.xa.hasMarkers;
|
|
88
88
|
};
|
|
89
|
-
GeographicMapSeriesHost.prototype.
|
|
90
|
-
if (this.
|
|
91
|
-
var hostedSeries_ = this.
|
|
89
|
+
GeographicMapSeriesHost.prototype.xf = function (a, b) {
|
|
90
|
+
if (this.w8 != null) {
|
|
91
|
+
var hostedSeries_ = this.w8;
|
|
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.pl(this.xa);
|
|
96
|
+
this.xb.ci();
|
|
97
97
|
if (a != null) {
|
|
98
98
|
var c = (a);
|
|
99
|
-
this.
|
|
99
|
+
this.r9(c, null);
|
|
100
100
|
}
|
|
101
101
|
if (b != null) {
|
|
102
102
|
var d = (b);
|
|
103
|
-
this.
|
|
103
|
+
this.r9(d, this);
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
106
|
GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
|
|
107
|
-
return this.dj(this.
|
|
107
|
+
return this.dj(this.xa, a, b, c);
|
|
108
108
|
};
|
|
109
109
|
GeographicMapSeriesHost.prototype.di = function (a, b, c) {
|
|
110
|
-
return this.dk(this.
|
|
110
|
+
return this.dk(this.xa, a, b, c);
|
|
111
111
|
};
|
|
112
|
-
GeographicMapSeriesHost.prototype.
|
|
113
|
-
return this.
|
|
112
|
+
GeographicMapSeriesHost.prototype.kr = function (a) {
|
|
113
|
+
return this.k0(this.xa, a);
|
|
114
114
|
};
|
|
115
|
-
GeographicMapSeriesHost.prototype.
|
|
116
|
-
return this.
|
|
115
|
+
GeographicMapSeriesHost.prototype.ke = function (a, b) {
|
|
116
|
+
return this.xa.ke(a, b);
|
|
117
117
|
};
|
|
118
|
-
GeographicMapSeriesHost.prototype.
|
|
119
|
-
return this.
|
|
118
|
+
GeographicMapSeriesHost.prototype.kc = function (a, b) {
|
|
119
|
+
return this.xa.kc(a, b);
|
|
120
120
|
};
|
|
121
|
-
GeographicMapSeriesHost.prototype.
|
|
122
|
-
return this.
|
|
121
|
+
GeographicMapSeriesHost.prototype.i8 = function (a, b, c) {
|
|
122
|
+
return this.xa.i8(a, b, c);
|
|
123
123
|
};
|
|
124
|
-
GeographicMapSeriesHost.prototype.
|
|
125
|
-
return this.
|
|
124
|
+
GeographicMapSeriesHost.prototype.wm = function (a, b, c) {
|
|
125
|
+
return this.xa.wm(a, b, c);
|
|
126
126
|
};
|
|
127
|
-
GeographicMapSeriesHost.prototype.
|
|
128
|
-
return this.
|
|
127
|
+
GeographicMapSeriesHost.prototype.wx = function (a) {
|
|
128
|
+
return this.xa.wx(a);
|
|
129
129
|
};
|
|
130
130
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
131
|
-
return this.
|
|
131
|
+
return this.xa.ao(a);
|
|
132
132
|
};
|
|
133
|
-
GeographicMapSeriesHost.prototype.
|
|
134
|
-
return this.
|
|
133
|
+
GeographicMapSeriesHost.prototype.wy = function (a) {
|
|
134
|
+
return this.xa.wy(a);
|
|
135
135
|
};
|
|
136
136
|
GeographicMapSeriesHost.prototype.ap = function (a) {
|
|
137
|
-
return this.
|
|
138
|
-
};
|
|
139
|
-
GeographicMapSeriesHost.prototype.wu = function (a) {
|
|
140
|
-
return this.w5.wu(a);
|
|
137
|
+
return this.xa.ap(a);
|
|
141
138
|
};
|
|
142
|
-
GeographicMapSeriesHost.prototype.
|
|
143
|
-
return this.
|
|
139
|
+
GeographicMapSeriesHost.prototype.wz = function (a) {
|
|
140
|
+
return this.xa.wz(a);
|
|
144
141
|
};
|
|
145
|
-
GeographicMapSeriesHost.prototype.
|
|
146
|
-
return this.
|
|
147
|
-
};
|
|
148
|
-
GeographicMapSeriesHost.prototype.wd = function (a, b, c) {
|
|
149
|
-
return this.w5.wd(a, b, c);
|
|
142
|
+
GeographicMapSeriesHost.prototype.w0 = function (a) {
|
|
143
|
+
return this.xa.w0(a);
|
|
150
144
|
};
|
|
151
145
|
GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
|
|
152
|
-
return this.
|
|
153
|
-
};
|
|
154
|
-
GeographicMapSeriesHost.prototype.wf = function (a, b, c) {
|
|
155
|
-
return this.w5.wf(a, b, c);
|
|
146
|
+
return this.xa.i4(a, b, c);
|
|
156
147
|
};
|
|
157
148
|
GeographicMapSeriesHost.prototype.wi = function (a, b, c) {
|
|
158
|
-
return this.
|
|
149
|
+
return this.xa.wi(a, b, c);
|
|
159
150
|
};
|
|
160
|
-
GeographicMapSeriesHost.prototype.
|
|
161
|
-
return this.
|
|
151
|
+
GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
|
|
152
|
+
return this.i8(a, b, c);
|
|
153
|
+
};
|
|
154
|
+
GeographicMapSeriesHost.prototype.wk = function (a, b, c) {
|
|
155
|
+
return this.xa.wk(a, b, c);
|
|
162
156
|
};
|
|
163
|
-
GeographicMapSeriesHost.prototype.
|
|
164
|
-
return this.
|
|
157
|
+
GeographicMapSeriesHost.prototype.wn = function (a, b, c) {
|
|
158
|
+
return this.xa.wn(a, b, c);
|
|
165
159
|
};
|
|
166
|
-
GeographicMapSeriesHost.prototype.
|
|
167
|
-
return this.
|
|
160
|
+
GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
|
|
161
|
+
return this.xa.i9(a, b, c);
|
|
168
162
|
};
|
|
169
|
-
GeographicMapSeriesHost.prototype.
|
|
170
|
-
return this.
|
|
163
|
+
GeographicMapSeriesHost.prototype.wj = function (a, b, c) {
|
|
164
|
+
return this.xa.wj(a, b, c);
|
|
171
165
|
};
|
|
172
166
|
GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
|
|
173
|
-
return this.
|
|
167
|
+
return this.xa.i5(a, b, c);
|
|
174
168
|
};
|
|
175
|
-
GeographicMapSeriesHost.prototype.
|
|
176
|
-
return this.
|
|
169
|
+
GeographicMapSeriesHost.prototype.wl = function (a, b, c) {
|
|
170
|
+
return this.xa.wl(a, b, c);
|
|
177
171
|
};
|
|
178
|
-
GeographicMapSeriesHost.prototype.
|
|
179
|
-
return this.
|
|
172
|
+
GeographicMapSeriesHost.prototype.i7 = function (a, b, c) {
|
|
173
|
+
return this.xa.i7(a, b, c);
|
|
174
|
+
};
|
|
175
|
+
GeographicMapSeriesHost.prototype.j8 = function (a) {
|
|
176
|
+
return this.xa.j8(a);
|
|
180
177
|
};
|
|
181
|
-
GeographicMapSeriesHost.prototype.
|
|
182
|
-
return this.
|
|
178
|
+
GeographicMapSeriesHost.prototype.iy = function () {
|
|
179
|
+
return this.xa.iy();
|
|
183
180
|
};
|
|
184
|
-
GeographicMapSeriesHost.prototype.
|
|
185
|
-
return this.
|
|
181
|
+
GeographicMapSeriesHost.prototype.iu = function (a) {
|
|
182
|
+
return this.xa.iu(a);
|
|
183
|
+
};
|
|
184
|
+
GeographicMapSeriesHost.prototype.ks = function (a) {
|
|
185
|
+
return this.xa.ks(a);
|
|
186
186
|
};
|
|
187
187
|
GeographicMapSeriesHost.prototype.ct = function () {
|
|
188
188
|
return new HostSeriesView(this);
|
|
189
189
|
};
|
|
190
|
-
GeographicMapSeriesHost.prototype.
|
|
191
|
-
_super.prototype.
|
|
192
|
-
this.
|
|
190
|
+
GeographicMapSeriesHost.prototype.q7 = function (a) {
|
|
191
|
+
_super.prototype.q7.call(this, a);
|
|
192
|
+
this.xb = typeCast(HostSeriesView.$, a);
|
|
193
193
|
};
|
|
194
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
194
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "xc", {
|
|
195
195
|
get: function () {
|
|
196
|
-
return this.c(GeographicMapSeriesHost.
|
|
196
|
+
return this.c(GeographicMapSeriesHost.xh);
|
|
197
197
|
},
|
|
198
198
|
set: function (a) {
|
|
199
|
-
this.h(GeographicMapSeriesHost.
|
|
199
|
+
this.h(GeographicMapSeriesHost.xh, a);
|
|
200
200
|
},
|
|
201
201
|
enumerable: false,
|
|
202
202
|
configurable: true
|
|
203
203
|
});
|
|
204
|
-
GeographicMapSeriesHost.prototype.
|
|
205
|
-
_super.prototype.
|
|
204
|
+
GeographicMapSeriesHost.prototype.rg = function (a, b, c, d) {
|
|
205
|
+
_super.prototype.rg.call(this, a, b, c, d);
|
|
206
206
|
switch (b) {
|
|
207
207
|
case "SeriesViewer":
|
|
208
|
-
this.
|
|
208
|
+
this.xa.dc = this.dc;
|
|
209
209
|
if (c != null) {
|
|
210
|
-
c.
|
|
210
|
+
c.sf(this.xa);
|
|
211
211
|
}
|
|
212
212
|
if (d != null) {
|
|
213
|
-
this.dc.
|
|
213
|
+
this.dc.n5(this.xa);
|
|
214
214
|
}
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
215
|
+
this.xa.rj(this.w2);
|
|
216
|
+
this.xa.index = this.index;
|
|
217
|
+
this.p6(this.xa);
|
|
218
|
+
this.kk = this.xa.kk;
|
|
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.xg));
|
|
222
222
|
}
|
|
223
223
|
if (this.dc != null) {
|
|
224
224
|
var f = this.dc;
|
|
225
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
225
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xg));
|
|
226
226
|
}
|
|
227
|
-
this.
|
|
227
|
+
this.xe();
|
|
228
228
|
break;
|
|
229
229
|
case "SyncLink":
|
|
230
|
-
this.
|
|
230
|
+
this.xa.c4 = this.c4;
|
|
231
231
|
break;
|
|
232
232
|
case "VisibleFromScale":
|
|
233
|
-
this.
|
|
233
|
+
this.xe();
|
|
234
234
|
break;
|
|
235
235
|
case "Index":
|
|
236
|
-
this.
|
|
236
|
+
this.xa.index = this.index;
|
|
237
237
|
break;
|
|
238
238
|
case "ItemsSource":
|
|
239
|
-
this.
|
|
239
|
+
this.xb.cj();
|
|
240
240
|
break;
|
|
241
241
|
case "Resolution":
|
|
242
|
-
this.
|
|
242
|
+
this.xb.cq();
|
|
243
243
|
break;
|
|
244
244
|
case "TransitionDuration":
|
|
245
|
-
this.
|
|
245
|
+
this.xb.ct();
|
|
246
246
|
break;
|
|
247
247
|
case "Opacity":
|
|
248
|
-
this.
|
|
248
|
+
this.xb.cn();
|
|
249
249
|
break;
|
|
250
250
|
case "Visibility":
|
|
251
|
-
var hs_ = this.
|
|
251
|
+
var hs_ = this.xa;
|
|
252
252
|
var v_ = this._visibility;
|
|
253
253
|
hs_.visibility = v_;
|
|
254
254
|
break;
|
|
255
255
|
case "MouseOverEnabled":
|
|
256
|
-
this.
|
|
256
|
+
this.xa.f9 = this.f9;
|
|
257
257
|
break;
|
|
258
258
|
case "ExpectFunctions":
|
|
259
|
-
this.
|
|
259
|
+
this.xa.expectFunctions = this.expectFunctions;
|
|
260
260
|
break;
|
|
261
261
|
case "Thickness":
|
|
262
|
-
this.
|
|
262
|
+
this.xb.cs();
|
|
263
263
|
break;
|
|
264
264
|
case "Brush":
|
|
265
|
-
this.
|
|
265
|
+
this.xb.ch();
|
|
266
266
|
break;
|
|
267
267
|
case "Outline":
|
|
268
|
-
this.
|
|
268
|
+
this.xb.cp();
|
|
269
269
|
break;
|
|
270
270
|
case "ActualBrush":
|
|
271
|
-
this.
|
|
271
|
+
this.xb.ce();
|
|
272
272
|
break;
|
|
273
273
|
case "ActualOutline":
|
|
274
|
-
this.
|
|
274
|
+
this.xb.cf();
|
|
275
275
|
break;
|
|
276
276
|
case "MarkerFillOpacity":
|
|
277
|
-
if (!isNaN_(this.
|
|
278
|
-
this.
|
|
277
|
+
if (!isNaN_(this.jj)) {
|
|
278
|
+
this.xb.cm();
|
|
279
279
|
}
|
|
280
280
|
break;
|
|
281
281
|
case "AreaFillOpacity":
|
|
282
282
|
if (!isNaN_(this.il)) {
|
|
283
|
-
this.
|
|
283
|
+
this.xb.cg();
|
|
284
284
|
}
|
|
285
285
|
break;
|
|
286
286
|
case "OutlineMode":
|
|
287
|
-
this.
|
|
287
|
+
this.xb.co();
|
|
288
288
|
break;
|
|
289
289
|
case "ShowDefaultTooltip":
|
|
290
|
-
this.
|
|
290
|
+
this.xb.cr();
|
|
291
291
|
break;
|
|
292
292
|
case "Title":
|
|
293
|
-
this.
|
|
293
|
+
this.xa.title = this.title;
|
|
294
294
|
break;
|
|
295
295
|
case "LegendItemBadgeMode":
|
|
296
|
-
this.
|
|
296
|
+
this.xb.ck();
|
|
297
297
|
break;
|
|
298
298
|
case "LegendItemBadgeShape":
|
|
299
|
-
this.
|
|
299
|
+
this.xb.cl();
|
|
300
300
|
break;
|
|
301
301
|
case "Legend":
|
|
302
|
-
this.
|
|
302
|
+
this.xa.legend = this.legend;
|
|
303
303
|
this.cw.a5();
|
|
304
304
|
break;
|
|
305
305
|
}
|
|
306
306
|
};
|
|
307
|
-
GeographicMapSeriesHost.prototype.
|
|
308
|
-
if (this.dc == null || this.
|
|
307
|
+
GeographicMapSeriesHost.prototype.xe = function () {
|
|
308
|
+
if (this.dc == null || this.xa == null) {
|
|
309
309
|
return;
|
|
310
310
|
}
|
|
311
|
-
if (!isNaN_(this.
|
|
312
|
-
if (this.dc.
|
|
313
|
-
var hs_ = this.
|
|
311
|
+
if (!isNaN_(this.xc)) {
|
|
312
|
+
if (this.dc.xm.width > this.xc) {
|
|
313
|
+
var hs_ = this.xa;
|
|
314
314
|
var v_ = 1;
|
|
315
315
|
hs_.visibility = v_;
|
|
316
316
|
}
|
|
317
317
|
else {
|
|
318
|
-
var hs2_ = this.
|
|
318
|
+
var hs2_ = this.xa;
|
|
319
319
|
var v2_ = 0;
|
|
320
320
|
hs2_.visibility = v2_;
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
};
|
|
324
|
-
GeographicMapSeriesHost.prototype.
|
|
325
|
-
this.
|
|
324
|
+
GeographicMapSeriesHost.prototype.xg = function (a, b) {
|
|
325
|
+
this.xe();
|
|
326
326
|
};
|
|
327
|
-
GeographicMapSeriesHost.prototype.
|
|
328
|
-
_super.prototype.
|
|
329
|
-
if (this.
|
|
330
|
-
this.
|
|
327
|
+
GeographicMapSeriesHost.prototype.ry = function (a) {
|
|
328
|
+
_super.prototype.ry.call(this, a);
|
|
329
|
+
if (this.xa != null) {
|
|
330
|
+
this.xa.ry(a);
|
|
331
331
|
}
|
|
332
332
|
};
|
|
333
|
-
GeographicMapSeriesHost.prototype.
|
|
334
|
-
_super.prototype.
|
|
335
|
-
if (this.
|
|
336
|
-
this.
|
|
333
|
+
GeographicMapSeriesHost.prototype.rb = function (a) {
|
|
334
|
+
_super.prototype.rb.call(this, a);
|
|
335
|
+
if (this.xa != null) {
|
|
336
|
+
this.xa.qt();
|
|
337
337
|
}
|
|
338
338
|
};
|
|
339
|
-
GeographicMapSeriesHost.prototype.
|
|
340
|
-
if (this.
|
|
341
|
-
this.
|
|
339
|
+
GeographicMapSeriesHost.prototype.rx = function (a, b, c, d, e) {
|
|
340
|
+
if (this.xa != null) {
|
|
341
|
+
this.xa.rx(a, b, c, d, e);
|
|
342
342
|
}
|
|
343
343
|
};
|
|
344
344
|
GeographicMapSeriesHost.prototype.a2 = function (a, b) {
|
|
345
|
-
return this.
|
|
345
|
+
return this.xa.a2(a, b);
|
|
346
346
|
};
|
|
347
|
-
GeographicMapSeriesHost.prototype.
|
|
348
|
-
_super.prototype.
|
|
349
|
-
this.
|
|
347
|
+
GeographicMapSeriesHost.prototype.sk = function () {
|
|
348
|
+
_super.prototype.sk.call(this);
|
|
349
|
+
this.xa.sk();
|
|
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.xa.coercionMethods = a;
|
|
357
357
|
};
|
|
358
|
-
GeographicMapSeriesHost.prototype.
|
|
359
|
-
_super.prototype.
|
|
360
|
-
if (this.
|
|
361
|
-
var b = this.
|
|
362
|
-
this.
|
|
358
|
+
GeographicMapSeriesHost.prototype.p5 = function (a) {
|
|
359
|
+
_super.prototype.p5.call(this, a);
|
|
360
|
+
if (this.xa != null) {
|
|
361
|
+
var b = this.xa.kq();
|
|
362
|
+
this.pe(a, b);
|
|
363
363
|
}
|
|
364
364
|
};
|
|
365
365
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
366
|
-
GeographicMapSeriesHost.
|
|
366
|
+
GeographicMapSeriesHost.xh = 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
|
}));
|
|
@@ -386,66 +386,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
386
|
};
|
|
387
387
|
HostSeriesView.prototype.ci = function () {
|
|
388
388
|
this.cd.legendItemVisibility = 1;
|
|
389
|
-
this.cd.
|
|
390
|
-
this.cd.
|
|
391
|
-
this.cd.
|
|
392
|
-
this.cd.
|
|
393
|
-
this.cd.
|
|
394
|
-
this.cd.
|
|
395
|
-
this.cd.
|
|
396
|
-
this.cd.
|
|
397
|
-
this.cd.
|
|
398
|
-
this.cd.
|
|
399
|
-
this.cd.
|
|
400
|
-
this.cd.
|
|
401
|
-
this.cd.
|
|
402
|
-
this.cd.
|
|
403
|
-
this.cd.
|
|
389
|
+
this.cd.xa.legendItemVisibility = 0;
|
|
390
|
+
this.cd.xa.itemsSource = this.cd.itemsSource;
|
|
391
|
+
this.cd.xa.index = this.cd.index;
|
|
392
|
+
this.cd.xa.vp = this.cd.vp;
|
|
393
|
+
this.cd.xa.v5 = this.cd.vp;
|
|
394
|
+
this.cd.xa.cj = this.cd.cj;
|
|
395
|
+
this.cd.xa.jm = this.cd.jm;
|
|
396
|
+
this.cd.xa.kh = this.cd.kh;
|
|
397
|
+
this.cd.xa._opacity = this.cd._opacity;
|
|
398
|
+
this.cd.xa.jt = this.cd.jt;
|
|
399
|
+
this.cd.xa.il = this.cd.il;
|
|
400
|
+
this.cd.xa.jj = this.cd.jj;
|
|
401
|
+
this.cd.xa.gq = this.cd.gq;
|
|
402
|
+
this.cd.xa.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
403
|
+
this.cd.xa.be = this.cd.be;
|
|
404
404
|
};
|
|
405
405
|
HostSeriesView.prototype.cj = function () {
|
|
406
|
-
this.cd.
|
|
406
|
+
this.cd.xa.itemsSource = this.cd.itemsSource;
|
|
407
407
|
};
|
|
408
408
|
HostSeriesView.prototype.cq = function () {
|
|
409
|
-
this.cd.
|
|
409
|
+
this.cd.xa.jm = this.cd.jm;
|
|
410
410
|
};
|
|
411
411
|
HostSeriesView.prototype.ct = function () {
|
|
412
|
-
this.cd.
|
|
412
|
+
this.cd.xa.kh = this.cd.kh;
|
|
413
413
|
};
|
|
414
414
|
HostSeriesView.prototype.cn = function () {
|
|
415
|
-
this.cd.
|
|
415
|
+
this.cd.xa._opacity = this.cd._opacity;
|
|
416
416
|
};
|
|
417
417
|
HostSeriesView.prototype.cs = function () {
|
|
418
|
-
this.cd.
|
|
418
|
+
this.cd.xa.jt = this.cd.jt;
|
|
419
419
|
};
|
|
420
420
|
HostSeriesView.prototype.ch = function () {
|
|
421
|
-
this.cd.
|
|
421
|
+
this.cd.xa.vp = this.cd.vp;
|
|
422
422
|
};
|
|
423
423
|
HostSeriesView.prototype.cp = function () {
|
|
424
|
-
this.cd.
|
|
424
|
+
this.cd.xa.v5 = this.cd.v5;
|
|
425
425
|
};
|
|
426
426
|
HostSeriesView.prototype.ce = function () {
|
|
427
|
-
this.cd.
|
|
427
|
+
this.cd.xa.vp = this.cd.vj;
|
|
428
428
|
};
|
|
429
429
|
HostSeriesView.prototype.cf = function () {
|
|
430
|
-
this.cd.
|
|
430
|
+
this.cd.xa.v5 = this.cd.vn;
|
|
431
431
|
};
|
|
432
432
|
HostSeriesView.prototype.ck = function () {
|
|
433
|
-
this.cd.
|
|
433
|
+
this.cd.xa.be = this.cd.be;
|
|
434
434
|
};
|
|
435
435
|
HostSeriesView.prototype.cl = function () {
|
|
436
|
-
this.cd.
|
|
436
|
+
this.cd.xa.legendItemBadgeShape = this.cd.legendItemBadgeShape;
|
|
437
437
|
};
|
|
438
438
|
HostSeriesView.prototype.cg = function () {
|
|
439
|
-
this.cd.
|
|
439
|
+
this.cd.xa.il = this.cd.il;
|
|
440
440
|
};
|
|
441
441
|
HostSeriesView.prototype.cm = function () {
|
|
442
|
-
this.cd.
|
|
442
|
+
this.cd.xa.jj = this.cd.jj;
|
|
443
443
|
};
|
|
444
444
|
HostSeriesView.prototype.co = function () {
|
|
445
|
-
this.cd.
|
|
445
|
+
this.cd.xa.cj = this.cd.cj;
|
|
446
446
|
};
|
|
447
447
|
HostSeriesView.prototype.cr = function () {
|
|
448
|
-
this.cd.
|
|
448
|
+
this.cd.xa.gq = this.cd.gq;
|
|
449
449
|
};
|
|
450
450
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
451
451
|
return HostSeriesView;
|