igniteui-webcomponents-maps 7.1.0-alpha.0 → 7.1.0-alpha.2
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-webcomponents-maps.umd.js +1488 -1488
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +78 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +90 -90
- package/esm2015/lib/XamGeographicMap_combined.js +457 -457
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +78 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +184 -184
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +88 -88
- package/esm5/lib/XamGeographicMap_combined.js +450 -450
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1502 -1502
- package/fesm5/igniteui-webcomponents-maps.js +1488 -1488
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +40 -40
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +24 -24
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +17 -17
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +103 -103
- package/package.json +3 -3
|
@@ -19,20 +19,20 @@ export var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
19
19
|
__extends(GeographicShapeSeriesBase, _super);
|
|
20
20
|
function GeographicShapeSeriesBase() {
|
|
21
21
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
22
|
+
_this.x4 = false;
|
|
23
|
+
_this.x3 = false;
|
|
24
24
|
_this.assigningShapeStyle = null;
|
|
25
25
|
_this.assigningShapeMarkerStyle = null;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
26
|
+
_this.x0 = null;
|
|
27
|
+
_this.x2 = false;
|
|
28
28
|
return _this;
|
|
29
29
|
}
|
|
30
30
|
GeographicShapeSeriesBase.prototype.ct = function () {
|
|
31
31
|
return new GeographicShapeSeriesBaseView(this);
|
|
32
32
|
};
|
|
33
|
-
GeographicShapeSeriesBase.prototype.
|
|
34
|
-
_super.prototype.
|
|
35
|
-
this.
|
|
33
|
+
GeographicShapeSeriesBase.prototype.rj = function (a) {
|
|
34
|
+
_super.prototype.rj.call(this, a);
|
|
35
|
+
this.xz = a;
|
|
36
36
|
};
|
|
37
37
|
GeographicShapeSeriesBase.prototype.get_fh = function () {
|
|
38
38
|
return true;
|
|
@@ -40,119 +40,119 @@ export var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
40
40
|
GeographicShapeSeriesBase.prototype.get_ef = function () {
|
|
41
41
|
return true;
|
|
42
42
|
};
|
|
43
|
-
GeographicShapeSeriesBase.prototype.
|
|
44
|
-
_super.prototype.
|
|
43
|
+
GeographicShapeSeriesBase.prototype.rs = function (a, b, c, d) {
|
|
44
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
45
45
|
switch (b) {
|
|
46
46
|
case "SeriesViewer":
|
|
47
|
-
this.
|
|
47
|
+
this.xz.cv();
|
|
48
48
|
break;
|
|
49
49
|
case "ShapeMemberPath":
|
|
50
|
-
this.
|
|
50
|
+
this.xz.cx();
|
|
51
51
|
break;
|
|
52
52
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
53
|
-
this.
|
|
53
|
+
this.xz.cw();
|
|
54
54
|
break;
|
|
55
55
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
if (this.
|
|
59
|
-
var e = this.
|
|
60
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
56
|
+
this.xn.yv = this.x7;
|
|
57
|
+
this.x4 = this.x7;
|
|
58
|
+
if (this.x7) {
|
|
59
|
+
var e = this.xn;
|
|
60
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yp));
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
|
-
var f = this.
|
|
64
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
63
|
+
var f = this.xn;
|
|
64
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yp));
|
|
65
65
|
}
|
|
66
66
|
break;
|
|
67
67
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
if (this.
|
|
71
|
-
var g = this.
|
|
72
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
68
|
+
this.xn.yu = this.x6;
|
|
69
|
+
this.x3 = this.x6;
|
|
70
|
+
if (this.x7) {
|
|
71
|
+
var g = this.xn;
|
|
72
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yo));
|
|
73
73
|
}
|
|
74
74
|
else {
|
|
75
|
-
var h = this.
|
|
76
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
75
|
+
var h = this.xn;
|
|
76
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yo));
|
|
77
77
|
}
|
|
78
78
|
break;
|
|
79
79
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
80
|
-
this.
|
|
80
|
+
this.xn.x7 = this.xy;
|
|
81
81
|
break;
|
|
82
82
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
83
|
-
this.
|
|
83
|
+
this.xn.zc = this.x9;
|
|
84
84
|
break;
|
|
85
85
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
86
|
-
this.
|
|
86
|
+
this.xn.zd = this.ya;
|
|
87
87
|
break;
|
|
88
88
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
89
|
-
this.
|
|
89
|
+
this.xn.zh = this.yb;
|
|
90
90
|
break;
|
|
91
91
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
92
|
-
this.
|
|
92
|
+
this.xn.xx = this.xx;
|
|
93
93
|
break;
|
|
94
94
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
95
|
-
this.
|
|
95
|
+
this.xn.yq = this.x5;
|
|
96
96
|
break;
|
|
97
97
|
case "ShapefileDataSource":
|
|
98
98
|
if (c != null) {
|
|
99
99
|
var i = c;
|
|
100
|
-
if (this.
|
|
101
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
100
|
+
if (this.x2) {
|
|
101
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yq));
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
if (d != null) {
|
|
105
105
|
var j = d;
|
|
106
106
|
if (j.count > 0) {
|
|
107
|
-
this.
|
|
107
|
+
this.yr();
|
|
108
108
|
break;
|
|
109
109
|
}
|
|
110
|
-
this.
|
|
111
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
110
|
+
this.x2 = true;
|
|
111
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yq));
|
|
112
112
|
}
|
|
113
113
|
break;
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.yp = function (a, b) {
|
|
117
117
|
if (this.assigningShapeStyle != null) {
|
|
118
118
|
this.assigningShapeStyle(this, b);
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
|
-
GeographicShapeSeriesBase.prototype.
|
|
121
|
+
GeographicShapeSeriesBase.prototype.yo = function (a, b) {
|
|
122
122
|
if (this.assigningShapeMarkerStyle != null) {
|
|
123
123
|
this.assigningShapeMarkerStyle(this, b);
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
GeographicShapeSeriesBase.prototype.
|
|
127
|
-
this.
|
|
126
|
+
GeographicShapeSeriesBase.prototype.yq = function (a, b) {
|
|
127
|
+
this.yr();
|
|
128
128
|
};
|
|
129
|
-
GeographicShapeSeriesBase.prototype.
|
|
130
|
-
var sds_ = this.
|
|
129
|
+
GeographicShapeSeriesBase.prototype.yr = function () {
|
|
130
|
+
var sds_ = this.x1;
|
|
131
131
|
var ext_ = sds_.externalObject;
|
|
132
132
|
this.itemsSource = (ext_.getPointData());
|
|
133
133
|
};
|
|
134
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "x1", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.x0;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
if (b != this.
|
|
142
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
139
|
+
var b = this.x0;
|
|
140
|
+
this.x0 = a;
|
|
141
|
+
if (b != this.x0) {
|
|
142
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.x0);
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
147
147
|
});
|
|
148
|
-
GeographicShapeSeriesBase.prototype.
|
|
148
|
+
GeographicShapeSeriesBase.prototype.get_hf = function () {
|
|
149
149
|
return true;
|
|
150
150
|
};
|
|
151
|
-
GeographicShapeSeriesBase.prototype.
|
|
152
|
-
_super.prototype.
|
|
151
|
+
GeographicShapeSeriesBase.prototype.set_hf = function (a) {
|
|
152
|
+
_super.prototype.set_hf.call(this, a);
|
|
153
153
|
};
|
|
154
154
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
155
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
155
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:yb:ys', [2], 'FillScale:xx:yt', [BrushScale.$], 'FillScaleUseGlobalValues:x5:yu', [0, false], 'IsCustomShapeMarkerStyleAllowed:x6:yv', [0, false], 'IsCustomShapeStyleAllowed:x7:yw', [0, false], 'ItemSearchMode:xy:yx', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x9:yy', [1, 10000], 'ItemSearchThreshold:ya:yz', [1, 10000], 'ShapeFilterResolution:x8:y0', [1, 2], 'ShapeMemberPath:ym:y1', [2, "points"]]);
|
|
156
156
|
return GeographicShapeSeriesBase;
|
|
157
157
|
}(GeographicMapSeriesHost));
|
|
158
158
|
/**
|
|
@@ -168,23 +168,23 @@ export var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function
|
|
|
168
168
|
}
|
|
169
169
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
170
170
|
_super.prototype.ci.call(this);
|
|
171
|
-
this.cu.
|
|
171
|
+
this.cu.xn.zu = this.cu.ym;
|
|
172
172
|
};
|
|
173
173
|
GeographicShapeSeriesBaseView.prototype.cv = function () {
|
|
174
|
-
var a = this.cu.
|
|
174
|
+
var a = this.cu.xn;
|
|
175
175
|
if (this.cu.dc == null) {
|
|
176
|
-
a.xz = null;
|
|
177
176
|
a.x1 = null;
|
|
177
|
+
a.x3 = null;
|
|
178
178
|
return;
|
|
179
179
|
}
|
|
180
|
-
a.
|
|
181
|
-
a.
|
|
180
|
+
a.x1 = this.cu.dc.zl;
|
|
181
|
+
a.x3 = this.cu.dc.zn;
|
|
182
182
|
};
|
|
183
183
|
GeographicShapeSeriesBaseView.prototype.cx = function () {
|
|
184
|
-
this.cu.
|
|
184
|
+
this.cu.xn.zu = this.cu.ym;
|
|
185
185
|
};
|
|
186
186
|
GeographicShapeSeriesBaseView.prototype.cw = function () {
|
|
187
|
-
this.cu.
|
|
187
|
+
this.cu.xn.y9 = this.cu.x8;
|
|
188
188
|
};
|
|
189
189
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
190
190
|
return GeographicShapeSeriesBaseView;
|
|
@@ -31,54 +31,54 @@ export var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
31
31
|
_this.cy = null;
|
|
32
32
|
_this.cy = a;
|
|
33
33
|
if (!_this.t) {
|
|
34
|
-
_this.cy.
|
|
34
|
+
_this.cy.ym = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
GeographicShapeSeriesView.prototype.a4 = function () {
|
|
39
39
|
_super.prototype.a4.call(this);
|
|
40
40
|
if (!this.t) {
|
|
41
|
-
this.cy.
|
|
42
|
-
this.cy.
|
|
43
|
-
this.cy.
|
|
44
|
-
this.cy.
|
|
45
|
-
this.cy.
|
|
41
|
+
this.cy.z9 = Defaults.a8;
|
|
42
|
+
this.cy.j0 = Defaults.ac;
|
|
43
|
+
this.cy.y8 = Defaults.ab;
|
|
44
|
+
this.cy.y5 = Defaults.d;
|
|
45
|
+
this.cy.y3 = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
GeographicShapeSeriesView.prototype.ci = function () {
|
|
49
49
|
_super.prototype.ci.call(this);
|
|
50
|
-
this.cy.
|
|
51
|
-
this.cy.
|
|
52
|
-
this.cy.
|
|
53
|
-
this.cy.
|
|
54
|
-
this.cy.
|
|
50
|
+
this.cy.xn.ach = this.cy.aab;
|
|
51
|
+
this.cy.xn.aa9 = this.cy.y6;
|
|
52
|
+
this.cy.xn.abw = this.cy.zr;
|
|
53
|
+
this.cy.xn.abd = this.cy.y8;
|
|
54
|
+
this.cy.xn.aav = this.cy.y2;
|
|
55
55
|
};
|
|
56
56
|
GeographicShapeSeriesView.prototype.c3 = function () {
|
|
57
|
-
this.cy.
|
|
57
|
+
this.cy.xn.abw = this.cy.zr;
|
|
58
58
|
};
|
|
59
59
|
GeographicShapeSeriesView.prototype.c5 = function () {
|
|
60
|
-
this.cy.
|
|
60
|
+
this.cy.xn.abd = this.cy.y8;
|
|
61
61
|
};
|
|
62
62
|
GeographicShapeSeriesView.prototype.c0 = function () {
|
|
63
|
-
this.cy.
|
|
63
|
+
this.cy.xn.aav = this.cy.y2;
|
|
64
64
|
};
|
|
65
65
|
GeographicShapeSeriesView.prototype.c4 = function () {
|
|
66
|
-
this.cy.
|
|
66
|
+
this.cy.xn.aa4 = this.cy.y5;
|
|
67
67
|
};
|
|
68
68
|
GeographicShapeSeriesView.prototype.cz = function () {
|
|
69
|
-
this.cy.
|
|
69
|
+
this.cy.xn.acd = this.cy.z8;
|
|
70
70
|
};
|
|
71
71
|
GeographicShapeSeriesView.prototype.c1 = function () {
|
|
72
|
-
this.cy.
|
|
72
|
+
this.cy.xn.ace = this.cy.z9;
|
|
73
73
|
};
|
|
74
74
|
GeographicShapeSeriesView.prototype.c2 = function () {
|
|
75
|
-
this.cy.
|
|
75
|
+
this.cy.xn.acg = this.cy.aaa;
|
|
76
76
|
};
|
|
77
77
|
GeographicShapeSeriesView.prototype.c6 = function () {
|
|
78
|
-
this.cy.
|
|
78
|
+
this.cy.xn.aa9 = this.cy.y6;
|
|
79
79
|
};
|
|
80
80
|
GeographicShapeSeriesView.prototype.c7 = function () {
|
|
81
|
-
this.cy.
|
|
81
|
+
this.cy.xn.ach = this.cy.aab;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -97,94 +97,94 @@ export var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
97
97
|
GeographicShapeSeries.prototype.bk = function () {
|
|
98
98
|
return new GeographicShapeSeries();
|
|
99
99
|
};
|
|
100
|
-
GeographicShapeSeries.prototype.
|
|
100
|
+
GeographicShapeSeries.prototype.get_fu = function () {
|
|
101
101
|
return true;
|
|
102
102
|
};
|
|
103
103
|
GeographicShapeSeries.prototype.ct = function () {
|
|
104
104
|
return new GeographicShapeSeriesView(this);
|
|
105
105
|
};
|
|
106
|
-
GeographicShapeSeries.prototype.
|
|
107
|
-
_super.prototype.
|
|
108
|
-
this.
|
|
106
|
+
GeographicShapeSeries.prototype.rj = function (a) {
|
|
107
|
+
_super.prototype.rj.call(this, a);
|
|
108
|
+
this.y7 = a;
|
|
109
109
|
};
|
|
110
|
-
GeographicShapeSeries.prototype.
|
|
110
|
+
GeographicShapeSeries.prototype.xm = function () {
|
|
111
111
|
var a = new ScatterPolygonSeries();
|
|
112
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
113
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
112
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zo));
|
|
113
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zp));
|
|
114
114
|
return a;
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeries.prototype.
|
|
116
|
+
GeographicShapeSeries.prototype.zo = function (a, b) {
|
|
117
117
|
if (this.styleShape != null) {
|
|
118
118
|
this.styleShape(this, b);
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
|
-
GeographicShapeSeries.prototype.
|
|
122
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
121
|
+
GeographicShapeSeries.prototype.zp = function (a, b) {
|
|
122
|
+
var c = typeCast(ScatterPolygonSeries.$, this.xn);
|
|
123
123
|
if (c == null) {
|
|
124
124
|
return;
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
|
-
GeographicShapeSeries.prototype.
|
|
128
|
-
return this.
|
|
127
|
+
GeographicShapeSeries.prototype.iw = function () {
|
|
128
|
+
return this.y8;
|
|
129
129
|
};
|
|
130
|
-
GeographicShapeSeries.prototype.
|
|
131
|
-
return this.
|
|
130
|
+
GeographicShapeSeries.prototype.v7 = function () {
|
|
131
|
+
return this.z6;
|
|
132
132
|
};
|
|
133
|
-
GeographicShapeSeries.prototype.
|
|
134
|
-
return this.
|
|
133
|
+
GeographicShapeSeries.prototype.v8 = function () {
|
|
134
|
+
return this.z7;
|
|
135
135
|
};
|
|
136
|
-
GeographicShapeSeries.prototype.
|
|
137
|
-
return this.
|
|
136
|
+
GeographicShapeSeries.prototype.tj = function () {
|
|
137
|
+
return this.zq;
|
|
138
138
|
};
|
|
139
|
-
GeographicShapeSeries.prototype.
|
|
140
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
139
|
+
GeographicShapeSeries.prototype.mn = function () {
|
|
140
|
+
var a = typeCast(ScatterPolygonSeries.$, this.xn);
|
|
141
141
|
if (a == null) {
|
|
142
142
|
return "Unknown";
|
|
143
143
|
}
|
|
144
|
-
return a.
|
|
144
|
+
return a.mn();
|
|
145
145
|
};
|
|
146
|
-
GeographicShapeSeries.prototype.
|
|
147
|
-
_super.prototype.
|
|
146
|
+
GeographicShapeSeries.prototype.rs = function (a, b, c, d) {
|
|
147
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
148
148
|
switch (b) {
|
|
149
149
|
case GeographicShapeSeries.$$p[6]:
|
|
150
|
-
this.
|
|
150
|
+
this.xn.aa2 = this.y4;
|
|
151
151
|
break;
|
|
152
152
|
case GeographicShapeSeries.$$p[5]:
|
|
153
|
-
this.
|
|
153
|
+
this.xn.aay = this.y3;
|
|
154
154
|
break;
|
|
155
155
|
case GeographicShapeSeries.$$p[9]:
|
|
156
|
-
this.
|
|
156
|
+
this.y7.c3();
|
|
157
157
|
break;
|
|
158
158
|
case GeographicShapeSeries.$$p[10]:
|
|
159
|
-
this.
|
|
159
|
+
this.y7.c5();
|
|
160
160
|
break;
|
|
161
161
|
case GeographicShapeSeries.$$p[4]:
|
|
162
|
-
this.
|
|
162
|
+
this.y7.c0();
|
|
163
163
|
break;
|
|
164
164
|
case GeographicShapeSeries.$$p[11]:
|
|
165
|
-
this.
|
|
165
|
+
this.y7.c4();
|
|
166
166
|
break;
|
|
167
167
|
case GeographicShapeSeries.$$p[3]:
|
|
168
|
-
this.
|
|
168
|
+
this.y7.cz();
|
|
169
169
|
break;
|
|
170
170
|
case GeographicShapeSeries.$$p[7]:
|
|
171
|
-
this.
|
|
171
|
+
this.y7.c1();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicShapeSeries.$$p[8]:
|
|
174
|
-
this.
|
|
174
|
+
this.y7.c2();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicShapeSeries.$$p[13]:
|
|
177
|
-
this.
|
|
177
|
+
this.y7.c6();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicShapeSeries.$$p[12]:
|
|
180
|
-
this.
|
|
180
|
+
this.y7.c7();
|
|
181
181
|
break;
|
|
182
182
|
}
|
|
183
183
|
};
|
|
184
|
-
GeographicShapeSeries.prototype.
|
|
184
|
+
GeographicShapeSeries.prototype.jv = function () {
|
|
185
185
|
return 0.7;
|
|
186
186
|
};
|
|
187
187
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
188
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
188
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z6:zs', [Brush.$], 'ActualMarkerOutline:z7:zt', [Brush.$], 'ActualMarkerTemplate:zq:zu', [DataTemplate.$, null], 'MarkerBrush:z8:zv', [Brush.$], 'MarkerCollisionAvoidance:y2:zw', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y3:zx', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y4:zy', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z9:zz', [Brush.$], 'MarkerStyle:aaa:z0', [Style.$], 'MarkerTemplate:zr:z1', [DataTemplate.$, null], 'MarkerThickness:y8:z2', [1, DeviceUtils.g(2)], 'MarkerType:y5:z3', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aab:z4', [Style.$, null], 'ShapeStyleSelector:y6:z5', [StyleSelector.$, null]]);
|
|
189
189
|
return GeographicShapeSeries;
|
|
190
190
|
}(GeographicShapeSeriesBase));
|
|
@@ -30,56 +30,56 @@ export var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_
|
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
33
|
-
var a = this.cu.
|
|
33
|
+
var a = this.cu.xn;
|
|
34
34
|
_super.prototype.ci.call(this);
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
35
|
+
a.abg = this.cu.zb;
|
|
36
|
+
a.abo = this.cu.y9;
|
|
37
|
+
a.xx = this.cu.xx;
|
|
38
|
+
a.yp = this.cu.yd;
|
|
39
|
+
a.x6 = this.cu.xy;
|
|
40
40
|
};
|
|
41
41
|
GeographicSymbolSeriesView.prototype.cw = function () {
|
|
42
|
-
this.cu.
|
|
42
|
+
this.cu.xn.abg = this.cu.zb;
|
|
43
43
|
};
|
|
44
44
|
GeographicSymbolSeriesView.prototype.cv = function () {
|
|
45
|
-
this.cu.
|
|
45
|
+
this.cu.xn.abo = this.cu.y9;
|
|
46
46
|
};
|
|
47
47
|
GeographicSymbolSeriesView.prototype.c2 = function () {
|
|
48
|
-
this.cu.
|
|
48
|
+
this.cu.xn.xx = this.cu.xx;
|
|
49
49
|
};
|
|
50
50
|
GeographicSymbolSeriesView.prototype.c0 = function () {
|
|
51
|
-
this.cu.
|
|
51
|
+
this.cu.xn.yp = this.cu.yd;
|
|
52
52
|
};
|
|
53
53
|
GeographicSymbolSeriesView.prototype.c1 = function () {
|
|
54
|
-
this.cu.
|
|
54
|
+
this.cu.xn.x6 = this.cu.xy;
|
|
55
55
|
};
|
|
56
56
|
GeographicSymbolSeriesView.prototype.c3 = function () {
|
|
57
|
-
this.cu.
|
|
57
|
+
this.cu.xn.aaw = this.cu.xz;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.c5 = function () {
|
|
60
|
-
this.cu.
|
|
60
|
+
this.cu.xn.xAxis = this.cu.dc.zl;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.c6 = function () {
|
|
63
|
-
this.cu.
|
|
63
|
+
this.cu.xn.yAxis = this.cu.dc.zn;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.c4 = function () {
|
|
66
|
-
var a = this.cu.
|
|
66
|
+
var a = this.cu.xn;
|
|
67
67
|
if (this.cu.dc == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.cu.dc.
|
|
73
|
-
a.yAxis = this.cu.dc.
|
|
72
|
+
a.xAxis = this.cu.dc.zl;
|
|
73
|
+
a.yAxis = this.cu.dc.zn;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.cy = function () {
|
|
76
|
-
this.cu.
|
|
76
|
+
this.cu.xn.zg = this.cu.yv;
|
|
77
77
|
};
|
|
78
78
|
GeographicSymbolSeriesView.prototype.cx = function () {
|
|
79
|
-
this.cu.
|
|
79
|
+
this.cu.xn.y6 = this.cu.yr;
|
|
80
80
|
};
|
|
81
81
|
GeographicSymbolSeriesView.prototype.cz = function () {
|
|
82
|
-
this.cu.
|
|
82
|
+
this.cu.xn.y7 = this.cu.ys;
|
|
83
83
|
};
|
|
84
84
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
85
85
|
return GeographicSymbolSeriesView;
|
|
@@ -91,9 +91,9 @@ export var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
91
91
|
__extends(GeographicSymbolSeries, _super);
|
|
92
92
|
function GeographicSymbolSeries() {
|
|
93
93
|
var _this = _super.call(this) || this;
|
|
94
|
-
_this.
|
|
95
|
-
_this.
|
|
96
|
-
_this.
|
|
94
|
+
_this.yx = null;
|
|
95
|
+
_this.y0 = false;
|
|
96
|
+
_this.yz = false;
|
|
97
97
|
_this.assigningScatterStyle = null;
|
|
98
98
|
_this.assigningScatterMarkerStyle = null;
|
|
99
99
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -108,83 +108,83 @@ export var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
108
108
|
GeographicSymbolSeries.prototype.ct = function () {
|
|
109
109
|
return new GeographicSymbolSeriesView(this);
|
|
110
110
|
};
|
|
111
|
-
GeographicSymbolSeries.prototype.
|
|
112
|
-
_super.prototype.
|
|
113
|
-
this.
|
|
111
|
+
GeographicSymbolSeries.prototype.rj = function (a) {
|
|
112
|
+
_super.prototype.rj.call(this, a);
|
|
113
|
+
this.yy = a;
|
|
114
114
|
};
|
|
115
|
-
GeographicSymbolSeries.prototype.
|
|
115
|
+
GeographicSymbolSeries.prototype.jv = function () {
|
|
116
116
|
return 0.7;
|
|
117
117
|
};
|
|
118
|
-
GeographicSymbolSeries.prototype.
|
|
118
|
+
GeographicSymbolSeries.prototype.xm = function () {
|
|
119
119
|
return new ScatterSeries();
|
|
120
120
|
};
|
|
121
121
|
GeographicSymbolSeries.prototype.get_fh = function () {
|
|
122
122
|
return true;
|
|
123
123
|
};
|
|
124
|
-
GeographicSymbolSeries.prototype.
|
|
125
|
-
_super.prototype.
|
|
124
|
+
GeographicSymbolSeries.prototype.rs = function (a, b, c, d) {
|
|
125
|
+
_super.prototype.rs.call(this, a, b, c, d);
|
|
126
126
|
switch (b) {
|
|
127
127
|
case "SeriesViewer":
|
|
128
|
-
this.
|
|
128
|
+
this.yy.c4();
|
|
129
129
|
break;
|
|
130
130
|
case GeographicSymbolSeries.$$p[5]:
|
|
131
|
-
this.
|
|
131
|
+
this.yy.cw();
|
|
132
132
|
break;
|
|
133
133
|
case GeographicSymbolSeries.$$p[4]:
|
|
134
|
-
this.
|
|
134
|
+
this.yy.cv();
|
|
135
135
|
break;
|
|
136
136
|
case GeographicSymbolSeries.$$p[6]:
|
|
137
|
-
this.
|
|
137
|
+
this.yy.cy();
|
|
138
138
|
break;
|
|
139
139
|
case "XAxis":
|
|
140
|
-
this.
|
|
140
|
+
this.yy.c5();
|
|
141
141
|
break;
|
|
142
142
|
case "YAxis":
|
|
143
|
-
this.
|
|
143
|
+
this.yy.c6();
|
|
144
144
|
break;
|
|
145
145
|
case GeographicSymbolSeries.$$p[1]:
|
|
146
|
-
this.
|
|
147
|
-
this.
|
|
148
|
-
if (this.
|
|
149
|
-
var e = this.
|
|
150
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
146
|
+
this.xn.aac = this.y2;
|
|
147
|
+
this.y0 = this.y2;
|
|
148
|
+
if (this.y2) {
|
|
149
|
+
var e = this.xn;
|
|
150
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zg));
|
|
151
151
|
}
|
|
152
152
|
else {
|
|
153
|
-
var f = this.
|
|
154
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
153
|
+
var f = this.xn;
|
|
154
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zg));
|
|
155
155
|
}
|
|
156
156
|
break;
|
|
157
157
|
case GeographicSymbolSeries.$$p[0]:
|
|
158
|
-
this.
|
|
159
|
-
this.
|
|
160
|
-
if (this.
|
|
161
|
-
var g = this.
|
|
162
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
158
|
+
this.xn.aab = this.y1;
|
|
159
|
+
this.yz = this.y1;
|
|
160
|
+
if (this.y2) {
|
|
161
|
+
var g = this.xn;
|
|
162
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zf));
|
|
163
163
|
}
|
|
164
164
|
else {
|
|
165
|
-
var h = this.
|
|
166
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
165
|
+
var h = this.xn;
|
|
166
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zf));
|
|
167
167
|
}
|
|
168
168
|
break;
|
|
169
169
|
case GeographicSymbolSeries.$$p[2]:
|
|
170
|
-
this.
|
|
170
|
+
this.xn.zv = this.yw;
|
|
171
171
|
break;
|
|
172
172
|
case GeographicSymbolSeries.$$p[3]:
|
|
173
|
-
this.
|
|
173
|
+
this.xn.aav = this.y4;
|
|
174
174
|
break;
|
|
175
175
|
}
|
|
176
176
|
};
|
|
177
|
-
GeographicSymbolSeries.prototype.
|
|
177
|
+
GeographicSymbolSeries.prototype.zg = function (a, b) {
|
|
178
178
|
if (this.assigningScatterStyle != null) {
|
|
179
179
|
this.assigningScatterStyle(this, b);
|
|
180
180
|
}
|
|
181
181
|
};
|
|
182
|
-
GeographicSymbolSeries.prototype.
|
|
182
|
+
GeographicSymbolSeries.prototype.zf = function (a, b) {
|
|
183
183
|
if (this.assigningScatterMarkerStyle != null) {
|
|
184
184
|
this.assigningScatterMarkerStyle(this, b);
|
|
185
185
|
}
|
|
186
186
|
};
|
|
187
187
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
188
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
188
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y1:zh', [0, false], 'IsCustomScatterStyleAllowed:y2:zi', [0, false], 'ItemSearchMode:yw:zj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y4:zk', [1, 10000], 'LatitudeMemberPath:y9:zl', [2, null], 'LongitudeMemberPath:zb:zm', [2, null], 'MarkerCollisionAvoidance:yv:zn', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y3:zo', [0, false]]);
|
|
189
189
|
return GeographicSymbolSeries;
|
|
190
190
|
}(GeographicMarkerSeries));
|