igniteui-angular-maps 17.2.0-beta.0 → 17.2.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 +1047 -1020
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +93 -90
- 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-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 +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 +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +92 -89
- 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-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 +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 +1055 -1028
- package/fesm5/igniteui-angular-maps.js +1047 -1020
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +2 -2
|
@@ -18,131 +18,131 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
__extends(GeographicShapeSeriesBase, _super);
|
|
19
19
|
function GeographicShapeSeriesBase() {
|
|
20
20
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
21
|
+
_this.uk = false;
|
|
21
22
|
_this.uj = false;
|
|
22
|
-
_this.ui = false;
|
|
23
23
|
_this.assigningShapeStyle = null;
|
|
24
24
|
_this.assigningShapeMarkerStyle = null;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
25
|
+
_this.ug = null;
|
|
26
|
+
_this.ui = false;
|
|
27
27
|
return _this;
|
|
28
28
|
}
|
|
29
|
-
GeographicShapeSeriesBase.prototype.
|
|
29
|
+
GeographicShapeSeriesBase.prototype.ch = function () {
|
|
30
30
|
return new GeographicShapeSeriesBaseView(this);
|
|
31
31
|
};
|
|
32
|
-
GeographicShapeSeriesBase.prototype.
|
|
33
|
-
_super.prototype.
|
|
34
|
-
this.
|
|
32
|
+
GeographicShapeSeriesBase.prototype.o1 = function (a) {
|
|
33
|
+
_super.prototype.o1.call(this, a);
|
|
34
|
+
this.uf = a;
|
|
35
35
|
};
|
|
36
|
-
GeographicShapeSeriesBase.prototype.
|
|
36
|
+
GeographicShapeSeriesBase.prototype.get_et = function () {
|
|
37
37
|
return true;
|
|
38
38
|
};
|
|
39
|
-
GeographicShapeSeriesBase.prototype.
|
|
39
|
+
GeographicShapeSeriesBase.prototype.get_dv = function () {
|
|
40
40
|
return true;
|
|
41
41
|
};
|
|
42
|
-
GeographicShapeSeriesBase.prototype.
|
|
43
|
-
_super.prototype.
|
|
42
|
+
GeographicShapeSeriesBase.prototype.o9 = function (a, b, c, d) {
|
|
43
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "SeriesViewer":
|
|
46
|
-
this.
|
|
46
|
+
this.uf.ci();
|
|
47
47
|
break;
|
|
48
48
|
case "ShapeMemberPath":
|
|
49
|
-
this.
|
|
49
|
+
this.uf.ck();
|
|
50
50
|
break;
|
|
51
51
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
52
|
-
this.
|
|
52
|
+
this.uf.cj();
|
|
53
53
|
break;
|
|
54
54
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
if (this.
|
|
58
|
-
var e = this.
|
|
59
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
55
|
+
this.t4.u3 = this.um;
|
|
56
|
+
this.uk = this.um;
|
|
57
|
+
if (this.um) {
|
|
58
|
+
var e = this.t4;
|
|
59
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u0));
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
62
|
-
var f = this.
|
|
63
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
62
|
+
var f = this.t4;
|
|
63
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u0));
|
|
64
64
|
}
|
|
65
65
|
break;
|
|
66
66
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
if (this.
|
|
70
|
-
var g = this.
|
|
71
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
67
|
+
this.t4.u2 = this.ul;
|
|
68
|
+
this.uj = this.ul;
|
|
69
|
+
if (this.um) {
|
|
70
|
+
var g = this.t4;
|
|
71
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
72
72
|
}
|
|
73
73
|
else {
|
|
74
|
-
var h = this.
|
|
75
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
74
|
+
var h = this.t4;
|
|
75
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uz));
|
|
76
76
|
}
|
|
77
77
|
break;
|
|
78
78
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
79
|
-
this.
|
|
79
|
+
this.t4.up = this.ue;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
82
|
-
this.
|
|
82
|
+
this.t4.vk = this.uo;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
85
|
-
this.
|
|
85
|
+
this.t4.vl = this.up;
|
|
86
86
|
break;
|
|
87
87
|
case "ShapefileDataSource":
|
|
88
88
|
if (c != null) {
|
|
89
89
|
var i = c;
|
|
90
|
-
if (this.
|
|
91
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
90
|
+
if (this.ui) {
|
|
91
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u1));
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
if (d != null) {
|
|
95
95
|
var j = d;
|
|
96
96
|
if (j.count > 0) {
|
|
97
|
-
this.
|
|
97
|
+
this.u2();
|
|
98
98
|
break;
|
|
99
99
|
}
|
|
100
|
-
this.
|
|
101
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
100
|
+
this.ui = true;
|
|
101
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u1));
|
|
102
102
|
}
|
|
103
103
|
break;
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
GeographicShapeSeriesBase.prototype.
|
|
106
|
+
GeographicShapeSeriesBase.prototype.u0 = function (a, b) {
|
|
107
107
|
if (this.assigningShapeStyle != null) {
|
|
108
108
|
this.assigningShapeStyle(this, b);
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
GeographicShapeSeriesBase.prototype.
|
|
111
|
+
GeographicShapeSeriesBase.prototype.uz = function (a, b) {
|
|
112
112
|
if (this.assigningShapeMarkerStyle != null) {
|
|
113
113
|
this.assigningShapeMarkerStyle(this, b);
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
117
|
-
this.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.u1 = function (a, b) {
|
|
117
|
+
this.u2();
|
|
118
118
|
};
|
|
119
|
-
GeographicShapeSeriesBase.prototype.
|
|
120
|
-
var sds_ = this.
|
|
119
|
+
GeographicShapeSeriesBase.prototype.u2 = function () {
|
|
120
|
+
var sds_ = this.uh;
|
|
121
121
|
var ext_ = sds_.externalObject;
|
|
122
122
|
this.itemsSource = (ext_.getPointData());
|
|
123
123
|
};
|
|
124
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
124
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "uh", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.ug;
|
|
127
127
|
},
|
|
128
128
|
set: function (a) {
|
|
129
|
-
var b = this.
|
|
130
|
-
this.
|
|
131
|
-
if (b != this.
|
|
132
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
129
|
+
var b = this.ug;
|
|
130
|
+
this.ug = a;
|
|
131
|
+
if (b != this.ug) {
|
|
132
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
enumerable: false,
|
|
136
136
|
configurable: true
|
|
137
137
|
});
|
|
138
|
-
GeographicShapeSeriesBase.prototype.
|
|
138
|
+
GeographicShapeSeriesBase.prototype.get_gg = function () {
|
|
139
139
|
return true;
|
|
140
140
|
};
|
|
141
|
-
GeographicShapeSeriesBase.prototype.
|
|
142
|
-
_super.prototype.
|
|
141
|
+
GeographicShapeSeriesBase.prototype.set_gg = function (a) {
|
|
142
|
+
_super.prototype.set_gg.call(this, a);
|
|
143
143
|
};
|
|
144
144
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
145
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
145
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [2, "points"]]);
|
|
146
146
|
return GeographicShapeSeriesBase;
|
|
147
147
|
}(GeographicMapSeriesHost));
|
|
148
148
|
export { GeographicShapeSeriesBase };
|
|
@@ -159,23 +159,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
159
159
|
}
|
|
160
160
|
GeographicShapeSeriesBaseView.prototype.b5 = function () {
|
|
161
161
|
_super.prototype.b5.call(this);
|
|
162
|
-
this.ch.
|
|
162
|
+
this.ch.t4.vx = this.ch.ux;
|
|
163
163
|
};
|
|
164
164
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
165
|
-
var a = this.ch.
|
|
166
|
-
if (this.ch.
|
|
167
|
-
a.
|
|
168
|
-
a.
|
|
165
|
+
var a = this.ch.t4;
|
|
166
|
+
if (this.ch.cz == null) {
|
|
167
|
+
a.uj = null;
|
|
168
|
+
a.ul = null;
|
|
169
169
|
return;
|
|
170
170
|
}
|
|
171
|
-
a.
|
|
172
|
-
a.
|
|
171
|
+
a.uj = this.ch.cz.ua;
|
|
172
|
+
a.ul = this.ch.cz.uc;
|
|
173
173
|
};
|
|
174
174
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
175
|
-
this.ch.
|
|
175
|
+
this.ch.t4.vx = this.ch.ux;
|
|
176
176
|
};
|
|
177
177
|
GeographicShapeSeriesBaseView.prototype.cj = function () {
|
|
178
|
-
this.ch.
|
|
178
|
+
this.ch.t4.vh = this.ch.un;
|
|
179
179
|
};
|
|
180
180
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
181
181
|
return GeographicShapeSeriesBaseView;
|
|
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
_this.cl = null;
|
|
32
32
|
_this.cl = a;
|
|
33
33
|
if (!_this.q) {
|
|
34
|
-
_this.cl.
|
|
34
|
+
_this.cl.ux = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
GeographicShapeSeriesView.prototype.au = function () {
|
|
39
39
|
_super.prototype.au.call(this);
|
|
40
40
|
if (!this.q) {
|
|
41
|
-
this.cl.
|
|
42
|
-
this.cl.
|
|
43
|
-
this.cl.
|
|
44
|
-
this.cl.
|
|
45
|
-
this.cl.
|
|
41
|
+
this.cl.wh = Defaults.aj;
|
|
42
|
+
this.cl.iv = Defaults.p;
|
|
43
|
+
this.cl.vg = Defaults.o;
|
|
44
|
+
this.cl.vd = Defaults.d;
|
|
45
|
+
this.cl.vb = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
GeographicShapeSeriesView.prototype.b5 = function () {
|
|
49
49
|
_super.prototype.b5.call(this);
|
|
50
|
-
this.cl.
|
|
51
|
-
this.cl.
|
|
52
|
-
this.cl.
|
|
53
|
-
this.cl.
|
|
54
|
-
this.cl.
|
|
50
|
+
this.cl.t4.yf = this.cl.wj;
|
|
51
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
52
|
+
this.cl.t4.xu = this.cl.vz;
|
|
53
|
+
this.cl.t4.xb = this.cl.vg;
|
|
54
|
+
this.cl.t4.wu = this.cl.va;
|
|
55
55
|
};
|
|
56
56
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
57
|
-
this.cl.
|
|
57
|
+
this.cl.t4.xu = this.cl.vz;
|
|
58
58
|
};
|
|
59
59
|
GeographicShapeSeriesView.prototype.cs = function () {
|
|
60
|
-
this.cl.
|
|
60
|
+
this.cl.t4.xb = this.cl.vg;
|
|
61
61
|
};
|
|
62
62
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
63
|
-
this.cl.
|
|
63
|
+
this.cl.t4.wu = this.cl.va;
|
|
64
64
|
};
|
|
65
65
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
66
|
-
this.cl.
|
|
66
|
+
this.cl.t4.w3 = this.cl.vd;
|
|
67
67
|
};
|
|
68
68
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
69
|
-
this.cl.
|
|
69
|
+
this.cl.t4.yb = this.cl.wg;
|
|
70
70
|
};
|
|
71
71
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
72
|
-
this.cl.
|
|
72
|
+
this.cl.t4.yc = this.cl.wh;
|
|
73
73
|
};
|
|
74
74
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
75
|
-
this.cl.
|
|
75
|
+
this.cl.t4.ye = this.cl.wi;
|
|
76
76
|
};
|
|
77
77
|
GeographicShapeSeriesView.prototype.ct = function () {
|
|
78
|
-
this.cl.
|
|
78
|
+
this.cl.t4.w8 = this.cl.ve;
|
|
79
79
|
};
|
|
80
80
|
GeographicShapeSeriesView.prototype.cu = function () {
|
|
81
|
-
this.cl.
|
|
81
|
+
this.cl.t4.yf = this.cl.wj;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -95,95 +95,98 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
_this.ab = GeographicShapeSeries.$;
|
|
96
96
|
return _this;
|
|
97
97
|
}
|
|
98
|
-
GeographicShapeSeries.prototype.
|
|
98
|
+
GeographicShapeSeries.prototype.bg = function () {
|
|
99
|
+
return new GeographicShapeSeries();
|
|
100
|
+
};
|
|
101
|
+
GeographicShapeSeries.prototype.get_e4 = function () {
|
|
99
102
|
return true;
|
|
100
103
|
};
|
|
101
|
-
GeographicShapeSeries.prototype.
|
|
104
|
+
GeographicShapeSeries.prototype.ch = function () {
|
|
102
105
|
return new GeographicShapeSeriesView(this);
|
|
103
106
|
};
|
|
104
|
-
GeographicShapeSeries.prototype.
|
|
105
|
-
_super.prototype.
|
|
106
|
-
this.
|
|
107
|
+
GeographicShapeSeries.prototype.o1 = function (a) {
|
|
108
|
+
_super.prototype.o1.call(this, a);
|
|
109
|
+
this.vf = a;
|
|
107
110
|
};
|
|
108
|
-
GeographicShapeSeries.prototype.
|
|
111
|
+
GeographicShapeSeries.prototype.t3 = function () {
|
|
109
112
|
var a = new ScatterPolygonSeries();
|
|
110
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
111
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
113
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
|
|
114
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
|
|
112
115
|
return a;
|
|
113
116
|
};
|
|
114
|
-
GeographicShapeSeries.prototype.
|
|
117
|
+
GeographicShapeSeries.prototype.vw = function (a, b) {
|
|
115
118
|
if (this.styleShape != null) {
|
|
116
119
|
this.styleShape(this, b);
|
|
117
120
|
}
|
|
118
121
|
};
|
|
119
|
-
GeographicShapeSeries.prototype.
|
|
120
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
122
|
+
GeographicShapeSeries.prototype.vx = function (a, b) {
|
|
123
|
+
var c = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
121
124
|
if (c == null) {
|
|
122
125
|
return;
|
|
123
126
|
}
|
|
124
127
|
};
|
|
125
|
-
GeographicShapeSeries.prototype.
|
|
126
|
-
return this.
|
|
127
|
-
};
|
|
128
|
-
GeographicShapeSeries.prototype.sz = function () {
|
|
129
|
-
return this.wd;
|
|
128
|
+
GeographicShapeSeries.prototype.ht = function () {
|
|
129
|
+
return this.vg;
|
|
130
130
|
};
|
|
131
131
|
GeographicShapeSeries.prototype.s0 = function () {
|
|
132
132
|
return this.we;
|
|
133
133
|
};
|
|
134
|
-
GeographicShapeSeries.prototype.
|
|
135
|
-
return this.
|
|
134
|
+
GeographicShapeSeries.prototype.s1 = function () {
|
|
135
|
+
return this.wf;
|
|
136
|
+
};
|
|
137
|
+
GeographicShapeSeries.prototype.qw = function () {
|
|
138
|
+
return this.vy;
|
|
136
139
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
140
|
+
GeographicShapeSeries.prototype.ky = function () {
|
|
141
|
+
var a = typeCast(ScatterPolygonSeries.$, this.t4);
|
|
139
142
|
if (a == null) {
|
|
140
143
|
return "Unknown";
|
|
141
144
|
}
|
|
142
|
-
return a.
|
|
145
|
+
return a.ky();
|
|
143
146
|
};
|
|
144
|
-
GeographicShapeSeries.prototype.
|
|
145
|
-
_super.prototype.
|
|
147
|
+
GeographicShapeSeries.prototype.o9 = function (a, b, c, d) {
|
|
148
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
146
149
|
switch (b) {
|
|
147
150
|
case GeographicShapeSeries.$$p[6]:
|
|
148
|
-
this.
|
|
151
|
+
this.t4.w1 = this.vc;
|
|
149
152
|
break;
|
|
150
153
|
case GeographicShapeSeries.$$p[5]:
|
|
151
|
-
this.
|
|
154
|
+
this.t4.wx = this.vb;
|
|
152
155
|
break;
|
|
153
156
|
case GeographicShapeSeries.$$p[9]:
|
|
154
|
-
this.
|
|
157
|
+
this.vf.cq();
|
|
155
158
|
break;
|
|
156
159
|
case GeographicShapeSeries.$$p[10]:
|
|
157
|
-
this.
|
|
160
|
+
this.vf.cs();
|
|
158
161
|
break;
|
|
159
162
|
case GeographicShapeSeries.$$p[4]:
|
|
160
|
-
this.
|
|
163
|
+
this.vf.cn();
|
|
161
164
|
break;
|
|
162
165
|
case GeographicShapeSeries.$$p[11]:
|
|
163
|
-
this.
|
|
166
|
+
this.vf.cr();
|
|
164
167
|
break;
|
|
165
168
|
case GeographicShapeSeries.$$p[3]:
|
|
166
|
-
this.
|
|
169
|
+
this.vf.cm();
|
|
167
170
|
break;
|
|
168
171
|
case GeographicShapeSeries.$$p[7]:
|
|
169
|
-
this.
|
|
172
|
+
this.vf.co();
|
|
170
173
|
break;
|
|
171
174
|
case GeographicShapeSeries.$$p[8]:
|
|
172
|
-
this.
|
|
175
|
+
this.vf.cp();
|
|
173
176
|
break;
|
|
174
177
|
case GeographicShapeSeries.$$p[13]:
|
|
175
|
-
this.
|
|
178
|
+
this.vf.ct();
|
|
176
179
|
break;
|
|
177
180
|
case GeographicShapeSeries.$$p[12]:
|
|
178
|
-
this.
|
|
181
|
+
this.vf.cu();
|
|
179
182
|
break;
|
|
180
183
|
}
|
|
181
184
|
};
|
|
182
|
-
GeographicShapeSeries.prototype.
|
|
185
|
+
GeographicShapeSeries.prototype.ir = function () {
|
|
183
186
|
return 0.7;
|
|
184
187
|
};
|
|
185
188
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
186
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
189
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [Brush.$], 'ActualMarkerOutline:wf:v1', [Brush.$], 'ActualMarkerTemplate:vy:v2', [DataTemplate.$, null], 'MarkerBrush:wg:v3', [Brush.$], 'MarkerCollisionAvoidance:va:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [Brush.$], 'MarkerStyle:wi:v8', [Style.$], 'MarkerTemplate:vz:v9', [DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, DeviceUtils.g(2)], 'MarkerType:vd:wb', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [Style.$, null], 'ShapeStyleSelector:ve:wd', [StyleSelector.$, null]]);
|
|
187
190
|
return GeographicShapeSeries;
|
|
188
191
|
}(GeographicShapeSeriesBase));
|
|
189
192
|
export { GeographicShapeSeries };
|
|
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
GeographicSymbolSeriesView.prototype.b5 = function () {
|
|
33
|
-
var a = this.ch.
|
|
33
|
+
var a = this.ch.t4;
|
|
34
34
|
_super.prototype.b5.call(this);
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
35
|
+
a.xm = this.ch.vs;
|
|
36
|
+
a.xu = this.ch.vq;
|
|
37
|
+
a.ub = this.ch.ue;
|
|
38
|
+
a.ux = this.ch.uu;
|
|
39
|
+
a.ug = this.ch.uf;
|
|
40
40
|
};
|
|
41
41
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
42
|
-
this.ch.
|
|
42
|
+
this.ch.t4.xm = this.ch.vs;
|
|
43
43
|
};
|
|
44
44
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
45
|
-
this.ch.
|
|
45
|
+
this.ch.t4.xu = this.ch.vq;
|
|
46
46
|
};
|
|
47
47
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
48
|
-
this.ch.
|
|
48
|
+
this.ch.t4.ub = this.ch.ue;
|
|
49
49
|
};
|
|
50
50
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
51
|
-
this.ch.
|
|
51
|
+
this.ch.t4.ux = this.ch.uu;
|
|
52
52
|
};
|
|
53
53
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
54
|
-
this.ch.
|
|
54
|
+
this.ch.t4.ug = this.ch.uf;
|
|
55
55
|
};
|
|
56
56
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
57
|
-
this.ch.
|
|
57
|
+
this.ch.t4.w2 = this.ch.ug;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
60
|
-
this.ch.
|
|
60
|
+
this.ch.t4.xAxis = this.ch.cz.ua;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
63
|
-
this.ch.
|
|
63
|
+
this.ch.t4.yAxis = this.ch.cz.uc;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
66
|
-
var a = this.ch.
|
|
67
|
-
if (this.ch.
|
|
66
|
+
var a = this.ch.t4;
|
|
67
|
+
if (this.ch.cz == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.ch.
|
|
73
|
-
a.yAxis = this.ch.
|
|
72
|
+
a.xAxis = this.ch.cz.ua;
|
|
73
|
+
a.yAxis = this.ch.cz.uc;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
76
|
-
this.ch.
|
|
76
|
+
this.ch.t4.vn = this.ch.vc;
|
|
77
77
|
};
|
|
78
78
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
79
|
-
this.ch.
|
|
79
|
+
this.ch.t4.vd = this.ch.u8;
|
|
80
80
|
};
|
|
81
81
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
82
|
-
this.ch.
|
|
82
|
+
this.ch.t4.ve = this.ch.u9;
|
|
83
83
|
};
|
|
84
84
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
85
85
|
return GeographicSymbolSeriesView;
|
|
@@ -92,98 +92,101 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
__extends(GeographicSymbolSeries, _super);
|
|
93
93
|
function GeographicSymbolSeries() {
|
|
94
94
|
var _this = _super.call(this) || this;
|
|
95
|
-
_this.
|
|
95
|
+
_this.ve = null;
|
|
96
|
+
_this.vh = false;
|
|
96
97
|
_this.vg = false;
|
|
97
|
-
_this.vf = false;
|
|
98
98
|
_this.assigningScatterStyle = null;
|
|
99
99
|
_this.assigningScatterMarkerStyle = null;
|
|
100
100
|
_this.ab = GeographicSymbolSeries.$;
|
|
101
101
|
return _this;
|
|
102
102
|
}
|
|
103
|
-
GeographicSymbolSeries.prototype.
|
|
103
|
+
GeographicSymbolSeries.prototype.bg = function () {
|
|
104
|
+
return new GeographicSymbolSeries();
|
|
105
|
+
};
|
|
106
|
+
GeographicSymbolSeries.prototype.get_dy = function () {
|
|
104
107
|
return true;
|
|
105
108
|
};
|
|
106
|
-
GeographicSymbolSeries.prototype.
|
|
109
|
+
GeographicSymbolSeries.prototype.ch = function () {
|
|
107
110
|
return new GeographicSymbolSeriesView(this);
|
|
108
111
|
};
|
|
109
|
-
GeographicSymbolSeries.prototype.
|
|
110
|
-
_super.prototype.
|
|
111
|
-
this.
|
|
112
|
+
GeographicSymbolSeries.prototype.o1 = function (a) {
|
|
113
|
+
_super.prototype.o1.call(this, a);
|
|
114
|
+
this.vf = a;
|
|
112
115
|
};
|
|
113
|
-
GeographicSymbolSeries.prototype.
|
|
116
|
+
GeographicSymbolSeries.prototype.ir = function () {
|
|
114
117
|
return 0.7;
|
|
115
118
|
};
|
|
116
|
-
GeographicSymbolSeries.prototype.
|
|
119
|
+
GeographicSymbolSeries.prototype.t3 = function () {
|
|
117
120
|
return new ScatterSeries();
|
|
118
121
|
};
|
|
119
|
-
GeographicSymbolSeries.prototype.
|
|
122
|
+
GeographicSymbolSeries.prototype.get_et = function () {
|
|
120
123
|
return true;
|
|
121
124
|
};
|
|
122
|
-
GeographicSymbolSeries.prototype.
|
|
123
|
-
_super.prototype.
|
|
125
|
+
GeographicSymbolSeries.prototype.o9 = function (a, b, c, d) {
|
|
126
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
124
127
|
switch (b) {
|
|
125
128
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
129
|
+
this.vf.cr();
|
|
127
130
|
break;
|
|
128
131
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
132
|
+
this.vf.cj();
|
|
130
133
|
break;
|
|
131
134
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
135
|
+
this.vf.ci();
|
|
133
136
|
break;
|
|
134
137
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
138
|
+
this.vf.cl();
|
|
136
139
|
break;
|
|
137
140
|
case "XAxis":
|
|
138
|
-
this.
|
|
141
|
+
this.vf.cs();
|
|
139
142
|
break;
|
|
140
143
|
case "YAxis":
|
|
141
|
-
this.
|
|
144
|
+
this.vf.ct();
|
|
142
145
|
break;
|
|
143
146
|
case GeographicSymbolSeries.$$p[1]:
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
if (this.
|
|
147
|
-
var e = this.
|
|
148
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
147
|
+
this.t4.wj = this.vj;
|
|
148
|
+
this.vh = this.vj;
|
|
149
|
+
if (this.vj) {
|
|
150
|
+
var e = this.t4;
|
|
151
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
|
|
149
152
|
}
|
|
150
153
|
else {
|
|
151
|
-
var f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
154
|
+
var f = this.t4;
|
|
155
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
|
|
153
156
|
}
|
|
154
157
|
break;
|
|
155
158
|
case GeographicSymbolSeries.$$p[0]:
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
if (this.
|
|
159
|
-
var g = this.
|
|
160
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
159
|
+
this.t4.wi = this.vi;
|
|
160
|
+
this.vg = this.vi;
|
|
161
|
+
if (this.vj) {
|
|
162
|
+
var g = this.t4;
|
|
163
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
161
164
|
}
|
|
162
165
|
else {
|
|
163
|
-
var h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
166
|
+
var h = this.t4;
|
|
167
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
|
|
165
168
|
}
|
|
166
169
|
break;
|
|
167
170
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
171
|
+
this.t4.v7 = this.vd;
|
|
169
172
|
break;
|
|
170
173
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
174
|
+
this.t4.w1 = this.vl;
|
|
172
175
|
break;
|
|
173
176
|
}
|
|
174
177
|
};
|
|
175
|
-
GeographicSymbolSeries.prototype.
|
|
178
|
+
GeographicSymbolSeries.prototype.vx = function (a, b) {
|
|
176
179
|
if (this.assigningScatterStyle != null) {
|
|
177
180
|
this.assigningScatterStyle(this, b);
|
|
178
181
|
}
|
|
179
182
|
};
|
|
180
|
-
GeographicSymbolSeries.prototype.
|
|
183
|
+
GeographicSymbolSeries.prototype.vw = function (a, b) {
|
|
181
184
|
if (this.assigningScatterMarkerStyle != null) {
|
|
182
185
|
this.assigningScatterMarkerStyle(this, b);
|
|
183
186
|
}
|
|
184
187
|
};
|
|
185
188
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
186
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
189
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
|
|
187
190
|
return GeographicSymbolSeries;
|
|
188
191
|
}(GeographicMarkerSeries));
|
|
189
192
|
export { GeographicSymbolSeries };
|