igniteui-angular-maps 18.1.1 → 18.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 +1560 -1474
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -40
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
- 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 +1563 -1489
- package/fesm5/igniteui-angular-maps.js +1561 -1475
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
- package/package.json +2 -2
|
@@ -8,6 +8,7 @@ import { __extends } from "tslib";
|
|
|
8
8
|
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
9
9
|
import { DependencyProperty } from "igniteui-angular-core";
|
|
10
10
|
import { ShapeItemSearchMode_$type } from "igniteui-angular-charts";
|
|
11
|
+
import { BrushScale } from "igniteui-angular-charts";
|
|
11
12
|
import { enumGetBox, runOn, delegateCombine, delegateRemove, markType, markDep } from "igniteui-angular-core";
|
|
12
13
|
import { PropertyMetadata } from "igniteui-angular-core";
|
|
13
14
|
import { HostSeriesView } from "./HostSeriesView";
|
|
@@ -18,131 +19,140 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
19
|
__extends(GeographicShapeSeriesBase, _super);
|
|
19
20
|
function GeographicShapeSeriesBase() {
|
|
20
21
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
22
|
+
_this.xf = false;
|
|
23
|
+
_this.xe = false;
|
|
23
24
|
_this.assigningShapeStyle = null;
|
|
24
25
|
_this.assigningShapeMarkerStyle = null;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
26
|
+
_this.xb = null;
|
|
27
|
+
_this.xd = false;
|
|
27
28
|
return _this;
|
|
28
29
|
}
|
|
29
|
-
GeographicShapeSeriesBase.prototype.
|
|
30
|
+
GeographicShapeSeriesBase.prototype.cs = function () {
|
|
30
31
|
return new GeographicShapeSeriesBaseView(this);
|
|
31
32
|
};
|
|
32
|
-
GeographicShapeSeriesBase.prototype.
|
|
33
|
-
_super.prototype.
|
|
34
|
-
this.
|
|
33
|
+
GeographicShapeSeriesBase.prototype.qz = function (a) {
|
|
34
|
+
_super.prototype.qz.call(this, a);
|
|
35
|
+
this.xa = a;
|
|
35
36
|
};
|
|
36
|
-
GeographicShapeSeriesBase.prototype.
|
|
37
|
+
GeographicShapeSeriesBase.prototype.get_fe = function () {
|
|
37
38
|
return true;
|
|
38
39
|
};
|
|
39
|
-
GeographicShapeSeriesBase.prototype.
|
|
40
|
+
GeographicShapeSeriesBase.prototype.get_ed = function () {
|
|
40
41
|
return true;
|
|
41
42
|
};
|
|
42
|
-
GeographicShapeSeriesBase.prototype.
|
|
43
|
-
_super.prototype.
|
|
43
|
+
GeographicShapeSeriesBase.prototype.q7 = function (a, b, c, d) {
|
|
44
|
+
_super.prototype.q7.call(this, a, b, c, d);
|
|
44
45
|
switch (b) {
|
|
45
46
|
case "SeriesViewer":
|
|
46
|
-
this.
|
|
47
|
+
this.xa.ci();
|
|
47
48
|
break;
|
|
48
49
|
case "ShapeMemberPath":
|
|
49
|
-
this.
|
|
50
|
+
this.xa.ck();
|
|
50
51
|
break;
|
|
51
|
-
case GeographicShapeSeriesBase.$$p[
|
|
52
|
-
this.
|
|
52
|
+
case GeographicShapeSeriesBase.$$p[8]:
|
|
53
|
+
this.xa.cj();
|
|
53
54
|
break;
|
|
54
|
-
case GeographicShapeSeriesBase.$$p[
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
if (this.
|
|
58
|
-
var e = this.
|
|
59
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
55
|
+
case GeographicShapeSeriesBase.$$p[4]:
|
|
56
|
+
this.wy.x6 = this.xi;
|
|
57
|
+
this.xf = this.xi;
|
|
58
|
+
if (this.xi) {
|
|
59
|
+
var e = this.wy;
|
|
60
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x0));
|
|
60
61
|
}
|
|
61
62
|
else {
|
|
62
|
-
var f = this.
|
|
63
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
63
|
+
var f = this.wy;
|
|
64
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x0));
|
|
64
65
|
}
|
|
65
66
|
break;
|
|
66
|
-
case GeographicShapeSeriesBase.$$p[
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
if (this.
|
|
70
|
-
var g = this.
|
|
71
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
67
|
+
case GeographicShapeSeriesBase.$$p[3]:
|
|
68
|
+
this.wy.x5 = this.xh;
|
|
69
|
+
this.xe = this.xh;
|
|
70
|
+
if (this.xi) {
|
|
71
|
+
var g = this.wy;
|
|
72
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xz));
|
|
72
73
|
}
|
|
73
74
|
else {
|
|
74
|
-
var h = this.
|
|
75
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
75
|
+
var h = this.wy;
|
|
76
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xz));
|
|
76
77
|
}
|
|
77
78
|
break;
|
|
78
|
-
case GeographicShapeSeriesBase.$$p[
|
|
79
|
-
this.
|
|
79
|
+
case GeographicShapeSeriesBase.$$p[5]:
|
|
80
|
+
this.wy.xi = this.w9;
|
|
80
81
|
break;
|
|
81
|
-
case GeographicShapeSeriesBase.$$p[
|
|
82
|
-
this.
|
|
82
|
+
case GeographicShapeSeriesBase.$$p[6]:
|
|
83
|
+
this.wy.yn = this.xk;
|
|
83
84
|
break;
|
|
84
|
-
case GeographicShapeSeriesBase.$$p[
|
|
85
|
-
this.
|
|
85
|
+
case GeographicShapeSeriesBase.$$p[7]:
|
|
86
|
+
this.wy.yo = this.xl;
|
|
87
|
+
break;
|
|
88
|
+
case GeographicShapeSeriesBase.$$p[0]:
|
|
89
|
+
this.wy.ys = this.xm;
|
|
90
|
+
break;
|
|
91
|
+
case GeographicShapeSeriesBase.$$p[1]:
|
|
92
|
+
this.wy.w8 = this.w8;
|
|
93
|
+
break;
|
|
94
|
+
case GeographicShapeSeriesBase.$$p[2]:
|
|
95
|
+
this.wy.x1 = this.xg;
|
|
86
96
|
break;
|
|
87
97
|
case "ShapefileDataSource":
|
|
88
98
|
if (c != null) {
|
|
89
99
|
var i = c;
|
|
90
|
-
if (this.
|
|
91
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
100
|
+
if (this.xd) {
|
|
101
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x1));
|
|
92
102
|
}
|
|
93
103
|
}
|
|
94
104
|
if (d != null) {
|
|
95
105
|
var j = d;
|
|
96
106
|
if (j.count > 0) {
|
|
97
|
-
this.
|
|
107
|
+
this.x2();
|
|
98
108
|
break;
|
|
99
109
|
}
|
|
100
|
-
this.
|
|
101
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
110
|
+
this.xd = true;
|
|
111
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x1));
|
|
102
112
|
}
|
|
103
113
|
break;
|
|
104
114
|
}
|
|
105
115
|
};
|
|
106
|
-
GeographicShapeSeriesBase.prototype.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.x0 = function (a, b) {
|
|
107
117
|
if (this.assigningShapeStyle != null) {
|
|
108
118
|
this.assigningShapeStyle(this, b);
|
|
109
119
|
}
|
|
110
120
|
};
|
|
111
|
-
GeographicShapeSeriesBase.prototype.
|
|
121
|
+
GeographicShapeSeriesBase.prototype.xz = function (a, b) {
|
|
112
122
|
if (this.assigningShapeMarkerStyle != null) {
|
|
113
123
|
this.assigningShapeMarkerStyle(this, b);
|
|
114
124
|
}
|
|
115
125
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
117
|
-
this.
|
|
126
|
+
GeographicShapeSeriesBase.prototype.x1 = function (a, b) {
|
|
127
|
+
this.x2();
|
|
118
128
|
};
|
|
119
|
-
GeographicShapeSeriesBase.prototype.
|
|
120
|
-
var sds_ = this.
|
|
129
|
+
GeographicShapeSeriesBase.prototype.x2 = function () {
|
|
130
|
+
var sds_ = this.xc;
|
|
121
131
|
var ext_ = sds_.externalObject;
|
|
122
132
|
this.itemsSource = (ext_.getPointData());
|
|
123
133
|
};
|
|
124
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "xc", {
|
|
125
135
|
get: function () {
|
|
126
|
-
return this.
|
|
136
|
+
return this.xb;
|
|
127
137
|
},
|
|
128
138
|
set: function (a) {
|
|
129
|
-
var b = this.
|
|
130
|
-
this.
|
|
131
|
-
if (b != this.
|
|
132
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
139
|
+
var b = this.xb;
|
|
140
|
+
this.xb = a;
|
|
141
|
+
if (b != this.xb) {
|
|
142
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xb);
|
|
133
143
|
}
|
|
134
144
|
},
|
|
135
145
|
enumerable: false,
|
|
136
146
|
configurable: true
|
|
137
147
|
});
|
|
138
|
-
GeographicShapeSeriesBase.prototype.
|
|
148
|
+
GeographicShapeSeriesBase.prototype.get_g7 = function () {
|
|
139
149
|
return true;
|
|
140
150
|
};
|
|
141
|
-
GeographicShapeSeriesBase.prototype.
|
|
142
|
-
_super.prototype.
|
|
151
|
+
GeographicShapeSeriesBase.prototype.set_g7 = function (a) {
|
|
152
|
+
_super.prototype.set_g7.call(this, a);
|
|
143
153
|
};
|
|
144
154
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
145
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
155
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xm:x3', [2], 'FillScale:w8:x4', [BrushScale.$], 'FillScaleUseGlobalValues:xg:x5', [0, false], 'IsCustomShapeMarkerStyleAllowed:xh:x6', [0, false], 'IsCustomShapeStyleAllowed:xi:x7', [0, false], 'ItemSearchMode:w9:x8', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xk:x9', [1, 10000], 'ItemSearchThreshold:xl:ya', [1, 10000], 'ShapeFilterResolution:xj:yb', [1, 2], 'ShapeMemberPath:xx:yc', [2, "points"]]);
|
|
146
156
|
return GeographicShapeSeriesBase;
|
|
147
157
|
}(GeographicMapSeriesHost));
|
|
148
158
|
export { GeographicShapeSeriesBase };
|
|
@@ -159,23 +169,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
159
169
|
}
|
|
160
170
|
GeographicShapeSeriesBaseView.prototype.b5 = function () {
|
|
161
171
|
_super.prototype.b5.call(this);
|
|
162
|
-
this.ch.
|
|
172
|
+
this.ch.wy.y5 = this.ch.xx;
|
|
163
173
|
};
|
|
164
174
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
165
|
-
var a = this.ch.
|
|
166
|
-
if (this.ch.
|
|
167
|
-
a.
|
|
168
|
-
a.
|
|
175
|
+
var a = this.ch.wy;
|
|
176
|
+
if (this.ch.db == null) {
|
|
177
|
+
a.xc = null;
|
|
178
|
+
a.xe = null;
|
|
169
179
|
return;
|
|
170
180
|
}
|
|
171
|
-
a.
|
|
172
|
-
a.
|
|
181
|
+
a.xc = this.ch.db.wr;
|
|
182
|
+
a.xe = this.ch.db.wt;
|
|
173
183
|
};
|
|
174
184
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
175
|
-
this.ch.
|
|
185
|
+
this.ch.wy.y5 = this.ch.xx;
|
|
176
186
|
};
|
|
177
187
|
GeographicShapeSeriesBaseView.prototype.cj = function () {
|
|
178
|
-
this.ch.
|
|
188
|
+
this.ch.wy.yk = this.ch.xj;
|
|
179
189
|
};
|
|
180
190
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
181
191
|
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.xx = "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.zk = Defaults.aj;
|
|
42
|
+
this.cl.jp = Defaults.p;
|
|
43
|
+
this.cl.yj = Defaults.o;
|
|
44
|
+
this.cl.yg = Defaults.d;
|
|
45
|
+
this.cl.ye = 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.wy.abr = this.cl.zm;
|
|
51
|
+
this.cl.wy.aak = this.cl.yh;
|
|
52
|
+
this.cl.wy.aa6 = this.cl.y2;
|
|
53
|
+
this.cl.wy.aan = this.cl.yj;
|
|
54
|
+
this.cl.wy.z6 = this.cl.yd;
|
|
55
55
|
};
|
|
56
56
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
57
|
-
this.cl.
|
|
57
|
+
this.cl.wy.aa6 = this.cl.y2;
|
|
58
58
|
};
|
|
59
59
|
GeographicShapeSeriesView.prototype.cs = function () {
|
|
60
|
-
this.cl.
|
|
60
|
+
this.cl.wy.aan = this.cl.yj;
|
|
61
61
|
};
|
|
62
62
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
63
|
-
this.cl.
|
|
63
|
+
this.cl.wy.z6 = this.cl.yd;
|
|
64
64
|
};
|
|
65
65
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
66
|
-
this.cl.
|
|
66
|
+
this.cl.wy.aaf = this.cl.yg;
|
|
67
67
|
};
|
|
68
68
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
69
|
-
this.cl.
|
|
69
|
+
this.cl.wy.abn = this.cl.zj;
|
|
70
70
|
};
|
|
71
71
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
72
|
-
this.cl.
|
|
72
|
+
this.cl.wy.abo = this.cl.zk;
|
|
73
73
|
};
|
|
74
74
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
75
|
-
this.cl.
|
|
75
|
+
this.cl.wy.abq = this.cl.zl;
|
|
76
76
|
};
|
|
77
77
|
GeographicShapeSeriesView.prototype.ct = function () {
|
|
78
|
-
this.cl.
|
|
78
|
+
this.cl.wy.aak = this.cl.yh;
|
|
79
79
|
};
|
|
80
80
|
GeographicShapeSeriesView.prototype.cu = function () {
|
|
81
|
-
this.cl.
|
|
81
|
+
this.cl.wy.abr = this.cl.zm;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -95,98 +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.bj = function () {
|
|
99
99
|
return new GeographicShapeSeries();
|
|
100
100
|
};
|
|
101
|
-
GeographicShapeSeries.prototype.
|
|
101
|
+
GeographicShapeSeries.prototype.get_fq = function () {
|
|
102
102
|
return true;
|
|
103
103
|
};
|
|
104
|
-
GeographicShapeSeries.prototype.
|
|
104
|
+
GeographicShapeSeries.prototype.cs = function () {
|
|
105
105
|
return new GeographicShapeSeriesView(this);
|
|
106
106
|
};
|
|
107
|
-
GeographicShapeSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
109
|
-
this.
|
|
107
|
+
GeographicShapeSeries.prototype.qz = function (a) {
|
|
108
|
+
_super.prototype.qz.call(this, a);
|
|
109
|
+
this.yi = a;
|
|
110
110
|
};
|
|
111
|
-
GeographicShapeSeries.prototype.
|
|
111
|
+
GeographicShapeSeries.prototype.wx = function () {
|
|
112
112
|
var a = new ScatterPolygonSeries();
|
|
113
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
114
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
113
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yz));
|
|
114
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y0));
|
|
115
115
|
return a;
|
|
116
116
|
};
|
|
117
|
-
GeographicShapeSeries.prototype.
|
|
117
|
+
GeographicShapeSeries.prototype.yz = function (a, b) {
|
|
118
118
|
if (this.styleShape != null) {
|
|
119
119
|
this.styleShape(this, b);
|
|
120
120
|
}
|
|
121
121
|
};
|
|
122
|
-
GeographicShapeSeries.prototype.
|
|
123
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
122
|
+
GeographicShapeSeries.prototype.y0 = function (a, b) {
|
|
123
|
+
var c = typeCast(ScatterPolygonSeries.$, this.wy);
|
|
124
124
|
if (c == null) {
|
|
125
125
|
return;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
GeographicShapeSeries.prototype.
|
|
129
|
-
return this.
|
|
128
|
+
GeographicShapeSeries.prototype.io = function () {
|
|
129
|
+
return this.yj;
|
|
130
130
|
};
|
|
131
|
-
GeographicShapeSeries.prototype.
|
|
132
|
-
return this.
|
|
131
|
+
GeographicShapeSeries.prototype.vj = function () {
|
|
132
|
+
return this.zh;
|
|
133
133
|
};
|
|
134
|
-
GeographicShapeSeries.prototype.
|
|
135
|
-
return this.
|
|
134
|
+
GeographicShapeSeries.prototype.vk = function () {
|
|
135
|
+
return this.zi;
|
|
136
136
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
return this.
|
|
137
|
+
GeographicShapeSeries.prototype.sx = function () {
|
|
138
|
+
return this.y1;
|
|
139
139
|
};
|
|
140
|
-
GeographicShapeSeries.prototype.
|
|
141
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
140
|
+
GeographicShapeSeries.prototype.ma = function () {
|
|
141
|
+
var a = typeCast(ScatterPolygonSeries.$, this.wy);
|
|
142
142
|
if (a == null) {
|
|
143
143
|
return "Unknown";
|
|
144
144
|
}
|
|
145
|
-
return a.
|
|
145
|
+
return a.ma();
|
|
146
146
|
};
|
|
147
|
-
GeographicShapeSeries.prototype.
|
|
148
|
-
_super.prototype.
|
|
147
|
+
GeographicShapeSeries.prototype.q7 = function (a, b, c, d) {
|
|
148
|
+
_super.prototype.q7.call(this, a, b, c, d);
|
|
149
149
|
switch (b) {
|
|
150
150
|
case GeographicShapeSeries.$$p[6]:
|
|
151
|
-
this.
|
|
151
|
+
this.wy.aad = this.yf;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[5]:
|
|
154
|
-
this.
|
|
154
|
+
this.wy.z9 = this.ye;
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[9]:
|
|
157
|
-
this.
|
|
157
|
+
this.yi.cq();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[10]:
|
|
160
|
-
this.
|
|
160
|
+
this.yi.cs();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[4]:
|
|
163
|
-
this.
|
|
163
|
+
this.yi.cn();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[11]:
|
|
166
|
-
this.
|
|
166
|
+
this.yi.cr();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[3]:
|
|
169
|
-
this.
|
|
169
|
+
this.yi.cm();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[7]:
|
|
172
|
-
this.
|
|
172
|
+
this.yi.co();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.yi.cp();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[13]:
|
|
178
|
-
this.
|
|
178
|
+
this.yi.ct();
|
|
179
179
|
break;
|
|
180
180
|
case GeographicShapeSeries.$$p[12]:
|
|
181
|
-
this.
|
|
181
|
+
this.yi.cu();
|
|
182
182
|
break;
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
|
-
GeographicShapeSeries.prototype.
|
|
185
|
+
GeographicShapeSeries.prototype.jl = function () {
|
|
186
186
|
return 0.7;
|
|
187
187
|
};
|
|
188
188
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
189
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
189
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zh:y3', [Brush.$], 'ActualMarkerOutline:zi:y4', [Brush.$], 'ActualMarkerTemplate:y1:y5', [DataTemplate.$, null], 'MarkerBrush:zj:y6', [Brush.$], 'MarkerCollisionAvoidance:yd:y7', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:ye:y8', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yf:y9', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zk:za', [Brush.$], 'MarkerStyle:zl:zb', [Style.$], 'MarkerTemplate:y2:zc', [DataTemplate.$, null], 'MarkerThickness:yj:zd', [1, DeviceUtils.g(2)], 'MarkerType:yg:ze', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zm:zf', [Style.$, null], 'ShapeStyleSelector:yh:zg', [StyleSelector.$, null]]);
|
|
190
190
|
return GeographicShapeSeries;
|
|
191
191
|
}(GeographicShapeSeriesBase));
|
|
192
192
|
export { GeographicShapeSeries };
|