igniteui-angular-maps 17.0.0 → 17.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1646 -1646
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +147 -147
- package/esm2015/lib/XamGeographicMap_combined.js +484 -484
- 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 +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 +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
- package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
- package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +144 -144
- package/esm5/lib/XamGeographicMap_combined.js +476 -476
- 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 +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 +1663 -1663
- package/fesm5/igniteui-angular-maps.js +1646 -1646
- package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +125 -125
- 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.
|
|
22
|
-
_this.
|
|
21
|
+
_this.uj = false;
|
|
22
|
+
_this.ui = false;
|
|
23
23
|
_this.assigningShapeStyle = null;
|
|
24
24
|
_this.assigningShapeMarkerStyle = null;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
25
|
+
_this.uf = null;
|
|
26
|
+
_this.uh = false;
|
|
27
27
|
return _this;
|
|
28
28
|
}
|
|
29
|
-
GeographicShapeSeriesBase.prototype.
|
|
29
|
+
GeographicShapeSeriesBase.prototype.cg = function () {
|
|
30
30
|
return new GeographicShapeSeriesBaseView(this);
|
|
31
31
|
};
|
|
32
|
-
GeographicShapeSeriesBase.prototype.
|
|
33
|
-
_super.prototype.
|
|
34
|
-
this.
|
|
32
|
+
GeographicShapeSeriesBase.prototype.o0 = function (a) {
|
|
33
|
+
_super.prototype.o0.call(this, a);
|
|
34
|
+
this.ue = a;
|
|
35
35
|
};
|
|
36
|
-
GeographicShapeSeriesBase.prototype.
|
|
36
|
+
GeographicShapeSeriesBase.prototype.get_es = function () {
|
|
37
37
|
return true;
|
|
38
38
|
};
|
|
39
|
-
GeographicShapeSeriesBase.prototype.
|
|
39
|
+
GeographicShapeSeriesBase.prototype.get_du = function () {
|
|
40
40
|
return true;
|
|
41
41
|
};
|
|
42
|
-
GeographicShapeSeriesBase.prototype.
|
|
43
|
-
_super.prototype.
|
|
42
|
+
GeographicShapeSeriesBase.prototype.o8 = function (a, b, c, d) {
|
|
43
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "SeriesViewer":
|
|
46
|
-
this.
|
|
46
|
+
this.ue.ci();
|
|
47
47
|
break;
|
|
48
48
|
case "ShapeMemberPath":
|
|
49
|
-
this.
|
|
49
|
+
this.ue.ck();
|
|
50
50
|
break;
|
|
51
51
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
52
|
-
this.
|
|
52
|
+
this.ue.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.t3.u2 = this.ul;
|
|
56
|
+
this.uj = this.ul;
|
|
57
|
+
if (this.ul) {
|
|
58
|
+
var e = this.t3;
|
|
59
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.uz));
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
62
|
-
var f = this.
|
|
63
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
62
|
+
var f = this.t3;
|
|
63
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.uz));
|
|
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.t3.u1 = this.uk;
|
|
68
|
+
this.ui = this.uk;
|
|
69
|
+
if (this.ul) {
|
|
70
|
+
var g = this.t3;
|
|
71
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uy));
|
|
72
72
|
}
|
|
73
73
|
else {
|
|
74
|
-
var h = this.
|
|
75
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
74
|
+
var h = this.t3;
|
|
75
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uy));
|
|
76
76
|
}
|
|
77
77
|
break;
|
|
78
78
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
79
|
-
this.
|
|
79
|
+
this.t3.uo = this.ud;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
82
|
-
this.
|
|
82
|
+
this.t3.vj = this.un;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
85
|
-
this.
|
|
85
|
+
this.t3.vk = this.uo;
|
|
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.uh) {
|
|
91
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u0));
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
if (d != null) {
|
|
95
95
|
var j = d;
|
|
96
96
|
if (j.count > 0) {
|
|
97
|
-
this.
|
|
97
|
+
this.u1();
|
|
98
98
|
break;
|
|
99
99
|
}
|
|
100
|
-
this.
|
|
101
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
100
|
+
this.uh = true;
|
|
101
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u0));
|
|
102
102
|
}
|
|
103
103
|
break;
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
GeographicShapeSeriesBase.prototype.
|
|
106
|
+
GeographicShapeSeriesBase.prototype.uz = 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.uy = 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.u0 = function (a, b) {
|
|
117
|
+
this.u1();
|
|
118
118
|
};
|
|
119
|
-
GeographicShapeSeriesBase.prototype.
|
|
120
|
-
var sds_ = this.
|
|
119
|
+
GeographicShapeSeriesBase.prototype.u1 = function () {
|
|
120
|
+
var sds_ = this.ug;
|
|
121
121
|
var ext_ = sds_.externalObject;
|
|
122
122
|
this.itemsSource = (ext_.getPointData());
|
|
123
123
|
};
|
|
124
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
124
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "ug", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.uf;
|
|
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.uf;
|
|
130
|
+
this.uf = a;
|
|
131
|
+
if (b != this.uf) {
|
|
132
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.uf);
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
enumerable: false,
|
|
136
136
|
configurable: true
|
|
137
137
|
});
|
|
138
|
-
GeographicShapeSeriesBase.prototype.
|
|
138
|
+
GeographicShapeSeriesBase.prototype.get_gf = function () {
|
|
139
139
|
return true;
|
|
140
140
|
};
|
|
141
|
-
GeographicShapeSeriesBase.prototype.
|
|
142
|
-
_super.prototype.
|
|
141
|
+
GeographicShapeSeriesBase.prototype.set_gf = function (a) {
|
|
142
|
+
_super.prototype.set_gf.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:uk:u2', [0, false], 'IsCustomShapeStyleAllowed:ul:u3', [0, false], 'ItemSearchMode:ud:u4', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:un:u5', [1, 10000], 'ItemSearchThreshold:uo:u6', [1, 10000], 'ShapeFilterResolution:um:u7', [1, 2], 'ShapeMemberPath:uw:u8', [2, "points"]]);
|
|
146
146
|
return GeographicShapeSeriesBase;
|
|
147
147
|
}(GeographicMapSeriesHost));
|
|
148
148
|
export { GeographicShapeSeriesBase };
|
|
@@ -153,29 +153,29 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
153
153
|
__extends(GeographicShapeSeriesBaseView, _super);
|
|
154
154
|
function GeographicShapeSeriesBaseView(a) {
|
|
155
155
|
var _this = _super.call(this, a) || this;
|
|
156
|
-
_this.
|
|
157
|
-
_this.
|
|
156
|
+
_this.ch = null;
|
|
157
|
+
_this.ch = a;
|
|
158
158
|
return _this;
|
|
159
159
|
}
|
|
160
|
-
GeographicShapeSeriesBaseView.prototype.
|
|
161
|
-
_super.prototype.
|
|
162
|
-
this.
|
|
160
|
+
GeographicShapeSeriesBaseView.prototype.b5 = function () {
|
|
161
|
+
_super.prototype.b5.call(this);
|
|
162
|
+
this.ch.t3.vw = this.ch.uw;
|
|
163
163
|
};
|
|
164
|
-
GeographicShapeSeriesBaseView.prototype.
|
|
165
|
-
var a = this.
|
|
166
|
-
if (this.
|
|
167
|
-
a.
|
|
168
|
-
a.
|
|
164
|
+
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
165
|
+
var a = this.ch.t3;
|
|
166
|
+
if (this.ch.cy == null) {
|
|
167
|
+
a.ui = null;
|
|
168
|
+
a.uk = null;
|
|
169
169
|
return;
|
|
170
170
|
}
|
|
171
|
-
a.
|
|
172
|
-
a.
|
|
171
|
+
a.ui = this.ch.cy.ua;
|
|
172
|
+
a.uk = this.ch.cy.uc;
|
|
173
173
|
};
|
|
174
|
-
GeographicShapeSeriesBaseView.prototype.
|
|
175
|
-
this.
|
|
174
|
+
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
175
|
+
this.ch.t3.vw = this.ch.uw;
|
|
176
176
|
};
|
|
177
|
-
GeographicShapeSeriesBaseView.prototype.
|
|
178
|
-
this.
|
|
177
|
+
GeographicShapeSeriesBaseView.prototype.cj = function () {
|
|
178
|
+
this.ch.t3.vg = this.ch.um;
|
|
179
179
|
};
|
|
180
180
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
181
181
|
return GeographicShapeSeriesBaseView;
|
|
@@ -28,57 +28,57 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
__extends(GeographicShapeSeriesView, _super);
|
|
29
29
|
function GeographicShapeSeriesView(a) {
|
|
30
30
|
var _this = _super.call(this, a) || this;
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
31
|
+
_this.cl = null;
|
|
32
|
+
_this.cl = a;
|
|
33
33
|
if (!_this.q) {
|
|
34
|
-
_this.
|
|
34
|
+
_this.cl.uw = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
|
-
GeographicShapeSeriesView.prototype.
|
|
39
|
-
_super.prototype.
|
|
38
|
+
GeographicShapeSeriesView.prototype.au = function () {
|
|
39
|
+
_super.prototype.au.call(this);
|
|
40
40
|
if (!this.q) {
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
41
|
+
this.cl.wg = Defaults.aj;
|
|
42
|
+
this.cl.iu = Defaults.p;
|
|
43
|
+
this.cl.vf = Defaults.o;
|
|
44
|
+
this.cl.vc = Defaults.d;
|
|
45
|
+
this.cl.va = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
GeographicShapeSeriesView.prototype.
|
|
49
|
-
_super.prototype.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
48
|
+
GeographicShapeSeriesView.prototype.b5 = function () {
|
|
49
|
+
_super.prototype.b5.call(this);
|
|
50
|
+
this.cl.t3.ye = this.cl.wi;
|
|
51
|
+
this.cl.t3.w7 = this.cl.vd;
|
|
52
|
+
this.cl.t3.xt = this.cl.vy;
|
|
53
|
+
this.cl.t3.xa = this.cl.vf;
|
|
54
|
+
this.cl.t3.wt = this.cl.u9;
|
|
55
55
|
};
|
|
56
|
-
GeographicShapeSeriesView.prototype.
|
|
57
|
-
this.
|
|
56
|
+
GeographicShapeSeriesView.prototype.cq = function () {
|
|
57
|
+
this.cl.t3.xt = this.cl.vy;
|
|
58
58
|
};
|
|
59
|
-
GeographicShapeSeriesView.prototype.
|
|
60
|
-
this.
|
|
59
|
+
GeographicShapeSeriesView.prototype.cs = function () {
|
|
60
|
+
this.cl.t3.xa = this.cl.vf;
|
|
61
61
|
};
|
|
62
|
-
GeographicShapeSeriesView.prototype.
|
|
63
|
-
this.
|
|
62
|
+
GeographicShapeSeriesView.prototype.cn = function () {
|
|
63
|
+
this.cl.t3.wt = this.cl.u9;
|
|
64
64
|
};
|
|
65
|
-
GeographicShapeSeriesView.prototype.
|
|
66
|
-
this.
|
|
65
|
+
GeographicShapeSeriesView.prototype.cr = function () {
|
|
66
|
+
this.cl.t3.w2 = this.cl.vc;
|
|
67
67
|
};
|
|
68
|
-
GeographicShapeSeriesView.prototype.
|
|
69
|
-
this.
|
|
68
|
+
GeographicShapeSeriesView.prototype.cm = function () {
|
|
69
|
+
this.cl.t3.ya = this.cl.wf;
|
|
70
70
|
};
|
|
71
|
-
GeographicShapeSeriesView.prototype.
|
|
72
|
-
this.
|
|
71
|
+
GeographicShapeSeriesView.prototype.co = function () {
|
|
72
|
+
this.cl.t3.yb = this.cl.wg;
|
|
73
73
|
};
|
|
74
|
-
GeographicShapeSeriesView.prototype.
|
|
75
|
-
this.
|
|
74
|
+
GeographicShapeSeriesView.prototype.cp = function () {
|
|
75
|
+
this.cl.t3.yd = this.cl.wh;
|
|
76
76
|
};
|
|
77
|
-
GeographicShapeSeriesView.prototype.
|
|
78
|
-
this.
|
|
77
|
+
GeographicShapeSeriesView.prototype.ct = function () {
|
|
78
|
+
this.cl.t3.w7 = this.cl.vd;
|
|
79
79
|
};
|
|
80
|
-
GeographicShapeSeriesView.prototype.
|
|
81
|
-
this.
|
|
80
|
+
GeographicShapeSeriesView.prototype.cu = function () {
|
|
81
|
+
this.cl.t3.ye = this.cl.wi;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -95,95 +95,95 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
_this.ab = GeographicShapeSeries.$;
|
|
96
96
|
return _this;
|
|
97
97
|
}
|
|
98
|
-
GeographicShapeSeries.prototype.
|
|
98
|
+
GeographicShapeSeries.prototype.get_e3 = function () {
|
|
99
99
|
return true;
|
|
100
100
|
};
|
|
101
|
-
GeographicShapeSeries.prototype.
|
|
101
|
+
GeographicShapeSeries.prototype.cg = function () {
|
|
102
102
|
return new GeographicShapeSeriesView(this);
|
|
103
103
|
};
|
|
104
|
-
GeographicShapeSeries.prototype.
|
|
105
|
-
_super.prototype.
|
|
106
|
-
this.
|
|
104
|
+
GeographicShapeSeries.prototype.o0 = function (a) {
|
|
105
|
+
_super.prototype.o0.call(this, a);
|
|
106
|
+
this.ve = a;
|
|
107
107
|
};
|
|
108
|
-
GeographicShapeSeries.prototype.
|
|
108
|
+
GeographicShapeSeries.prototype.t2 = function () {
|
|
109
109
|
var a = new ScatterPolygonSeries();
|
|
110
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
111
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
110
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vv));
|
|
111
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vw));
|
|
112
112
|
return a;
|
|
113
113
|
};
|
|
114
|
-
GeographicShapeSeries.prototype.
|
|
114
|
+
GeographicShapeSeries.prototype.vv = function (a, b) {
|
|
115
115
|
if (this.styleShape != null) {
|
|
116
116
|
this.styleShape(this, b);
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
|
-
GeographicShapeSeries.prototype.
|
|
120
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
119
|
+
GeographicShapeSeries.prototype.vw = function (a, b) {
|
|
120
|
+
var c = typeCast(ScatterPolygonSeries.$, this.t3);
|
|
121
121
|
if (c == null) {
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
|
-
GeographicShapeSeries.prototype.
|
|
126
|
-
return this.
|
|
125
|
+
GeographicShapeSeries.prototype.hs = function () {
|
|
126
|
+
return this.vf;
|
|
127
127
|
};
|
|
128
|
-
GeographicShapeSeries.prototype.
|
|
129
|
-
return this.
|
|
128
|
+
GeographicShapeSeries.prototype.sz = function () {
|
|
129
|
+
return this.wd;
|
|
130
130
|
};
|
|
131
|
-
GeographicShapeSeries.prototype.
|
|
132
|
-
return this.
|
|
131
|
+
GeographicShapeSeries.prototype.s0 = function () {
|
|
132
|
+
return this.we;
|
|
133
133
|
};
|
|
134
|
-
GeographicShapeSeries.prototype.
|
|
135
|
-
return this.
|
|
134
|
+
GeographicShapeSeries.prototype.qv = function () {
|
|
135
|
+
return this.vx;
|
|
136
136
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
137
|
+
GeographicShapeSeries.prototype.kx = function () {
|
|
138
|
+
var a = typeCast(ScatterPolygonSeries.$, this.t3);
|
|
139
139
|
if (a == null) {
|
|
140
140
|
return "Unknown";
|
|
141
141
|
}
|
|
142
|
-
return a.
|
|
142
|
+
return a.kx();
|
|
143
143
|
};
|
|
144
|
-
GeographicShapeSeries.prototype.
|
|
145
|
-
_super.prototype.
|
|
144
|
+
GeographicShapeSeries.prototype.o8 = function (a, b, c, d) {
|
|
145
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
146
146
|
switch (b) {
|
|
147
147
|
case GeographicShapeSeries.$$p[6]:
|
|
148
|
-
this.
|
|
148
|
+
this.t3.w0 = this.vb;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[5]:
|
|
151
|
-
this.
|
|
151
|
+
this.t3.ww = this.va;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[9]:
|
|
154
|
-
this.
|
|
154
|
+
this.ve.cq();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[10]:
|
|
157
|
-
this.
|
|
157
|
+
this.ve.cs();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[4]:
|
|
160
|
-
this.
|
|
160
|
+
this.ve.cn();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[11]:
|
|
163
|
-
this.
|
|
163
|
+
this.ve.cr();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[3]:
|
|
166
|
-
this.
|
|
166
|
+
this.ve.cm();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[7]:
|
|
169
|
-
this.
|
|
169
|
+
this.ve.co();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[8]:
|
|
172
|
-
this.
|
|
172
|
+
this.ve.cp();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[13]:
|
|
175
|
-
this.
|
|
175
|
+
this.ve.ct();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[12]:
|
|
178
|
-
this.
|
|
178
|
+
this.ve.cu();
|
|
179
179
|
break;
|
|
180
180
|
}
|
|
181
181
|
};
|
|
182
|
-
GeographicShapeSeries.prototype.
|
|
182
|
+
GeographicShapeSeries.prototype.iq = function () {
|
|
183
183
|
return 0.7;
|
|
184
184
|
};
|
|
185
185
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
186
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
186
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:wd:vz', [Brush.$], 'ActualMarkerOutline:we:v0', [Brush.$], 'ActualMarkerTemplate:vx:v1', [DataTemplate.$, null], 'MarkerBrush:wf:v2', [Brush.$], 'MarkerCollisionAvoidance:u9:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:va:v4', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vb:v5', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wg:v6', [Brush.$], 'MarkerStyle:wh:v7', [Style.$], 'MarkerTemplate:vy:v8', [DataTemplate.$, null], 'MarkerThickness:vf:v9', [1, DeviceUtils.g(2)], 'MarkerType:vc:wa', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wi:wb', [Style.$, null], 'ShapeStyleSelector:vd:wc', [StyleSelector.$, null]]);
|
|
187
187
|
return GeographicShapeSeries;
|
|
188
188
|
}(GeographicShapeSeriesBase));
|
|
189
189
|
export { GeographicShapeSeries };
|
|
@@ -14,8 +14,8 @@ var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
14
14
|
__extends(GeographicSymbolSeriesBaseView, _super);
|
|
15
15
|
function GeographicSymbolSeriesBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.ch = null;
|
|
18
|
+
_this.ch = a;
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
GeographicSymbolSeriesBaseView.$t = markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);
|