igniteui-angular-maps 17.1.0 → 17.2.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 +1645 -1645
- 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 +482 -482
- 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 +475 -475
- 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 +1661 -1661
- package/fesm5/igniteui-angular-maps.js +1645 -1645
- 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
|
@@ -17,127 +17,127 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
17
17
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
18
18
|
constructor() {
|
|
19
19
|
super(...arguments);
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
20
|
+
this.uj = false;
|
|
21
|
+
this.ui = false;
|
|
22
22
|
this.assigningShapeStyle = null;
|
|
23
23
|
this.assigningShapeMarkerStyle = null;
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.uf = null;
|
|
25
|
+
this.uh = false;
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
cg() {
|
|
28
28
|
return new GeographicShapeSeriesBaseView(this);
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
super.
|
|
32
|
-
this.
|
|
30
|
+
o0(a) {
|
|
31
|
+
super.o0(a);
|
|
32
|
+
this.ue = a;
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
get_es() {
|
|
35
35
|
return true;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
get_du() {
|
|
38
38
|
return true;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
40
|
+
o8(a, b, c, d) {
|
|
41
|
+
super.o8(a, b, c, d);
|
|
42
42
|
switch (b) {
|
|
43
43
|
case "SeriesViewer":
|
|
44
|
-
this.
|
|
44
|
+
this.ue.ci();
|
|
45
45
|
break;
|
|
46
46
|
case "ShapeMemberPath":
|
|
47
|
-
this.
|
|
47
|
+
this.ue.ck();
|
|
48
48
|
break;
|
|
49
49
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
50
|
-
this.
|
|
50
|
+
this.ue.cj();
|
|
51
51
|
break;
|
|
52
52
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
if (this.
|
|
56
|
-
let e = this.
|
|
57
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
53
|
+
this.t3.u2 = this.ul;
|
|
54
|
+
this.uj = this.ul;
|
|
55
|
+
if (this.ul) {
|
|
56
|
+
let e = this.t3;
|
|
57
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.uz));
|
|
58
58
|
}
|
|
59
59
|
else {
|
|
60
|
-
let f = this.
|
|
61
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
60
|
+
let f = this.t3;
|
|
61
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.uz));
|
|
62
62
|
}
|
|
63
63
|
break;
|
|
64
64
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
if (this.
|
|
68
|
-
let g = this.
|
|
69
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
65
|
+
this.t3.u1 = this.uk;
|
|
66
|
+
this.ui = this.uk;
|
|
67
|
+
if (this.ul) {
|
|
68
|
+
let g = this.t3;
|
|
69
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uy));
|
|
70
70
|
}
|
|
71
71
|
else {
|
|
72
|
-
let h = this.
|
|
73
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
72
|
+
let h = this.t3;
|
|
73
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uy));
|
|
74
74
|
}
|
|
75
75
|
break;
|
|
76
76
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
77
|
-
this.
|
|
77
|
+
this.t3.uo = this.ud;
|
|
78
78
|
break;
|
|
79
79
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
80
|
-
this.
|
|
80
|
+
this.t3.vj = this.un;
|
|
81
81
|
break;
|
|
82
82
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
83
|
-
this.
|
|
83
|
+
this.t3.vk = this.uo;
|
|
84
84
|
break;
|
|
85
85
|
case "ShapefileDataSource":
|
|
86
86
|
if (c != null) {
|
|
87
87
|
let i = c;
|
|
88
|
-
if (this.
|
|
89
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
88
|
+
if (this.uh) {
|
|
89
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u0));
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
if (d != null) {
|
|
93
93
|
let j = d;
|
|
94
94
|
if (j.count > 0) {
|
|
95
|
-
this.
|
|
95
|
+
this.u1();
|
|
96
96
|
break;
|
|
97
97
|
}
|
|
98
|
-
this.
|
|
99
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
98
|
+
this.uh = true;
|
|
99
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u0));
|
|
100
100
|
}
|
|
101
101
|
break;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
|
|
104
|
+
uz(a, b) {
|
|
105
105
|
if (this.assigningShapeStyle != null) {
|
|
106
106
|
this.assigningShapeStyle(this, b);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
|
|
109
|
+
uy(a, b) {
|
|
110
110
|
if (this.assigningShapeMarkerStyle != null) {
|
|
111
111
|
this.assigningShapeMarkerStyle(this, b);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
this.
|
|
114
|
+
u0(a, b) {
|
|
115
|
+
this.u1();
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
let sds_ = this.
|
|
117
|
+
u1() {
|
|
118
|
+
let sds_ = this.ug;
|
|
119
119
|
let ext_ = sds_.externalObject;
|
|
120
120
|
this.itemsSource = (ext_.getPointData());
|
|
121
121
|
}
|
|
122
|
-
get
|
|
123
|
-
return this.
|
|
122
|
+
get ug() {
|
|
123
|
+
return this.uf;
|
|
124
124
|
}
|
|
125
|
-
set
|
|
126
|
-
let b = this.
|
|
127
|
-
this.
|
|
128
|
-
if (b != this.
|
|
129
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
125
|
+
set ug(a) {
|
|
126
|
+
let b = this.uf;
|
|
127
|
+
this.uf = a;
|
|
128
|
+
if (b != this.uf) {
|
|
129
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.uf);
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
|
-
|
|
132
|
+
get_gf() {
|
|
133
133
|
return true;
|
|
134
134
|
}
|
|
135
|
-
|
|
136
|
-
super.
|
|
135
|
+
set_gf(a) {
|
|
136
|
+
super.set_gf(a);
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
140
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
140
|
+
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"]]);
|
|
141
141
|
return GeographicShapeSeriesBase;
|
|
142
142
|
})();
|
|
143
143
|
/**
|
|
@@ -147,28 +147,28 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
147
147
|
class GeographicShapeSeriesBaseView extends HostSeriesView {
|
|
148
148
|
constructor(a) {
|
|
149
149
|
super(a);
|
|
150
|
-
this.
|
|
151
|
-
this.
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
super.
|
|
155
|
-
this.
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
let a = this.
|
|
159
|
-
if (this.
|
|
160
|
-
a.
|
|
161
|
-
a.
|
|
150
|
+
this.ch = null;
|
|
151
|
+
this.ch = a;
|
|
152
|
+
}
|
|
153
|
+
b5() {
|
|
154
|
+
super.b5();
|
|
155
|
+
this.ch.t3.vw = this.ch.uw;
|
|
156
|
+
}
|
|
157
|
+
ci() {
|
|
158
|
+
let a = this.ch.t3;
|
|
159
|
+
if (this.ch.cy == null) {
|
|
160
|
+
a.ui = null;
|
|
161
|
+
a.uk = null;
|
|
162
162
|
return;
|
|
163
163
|
}
|
|
164
|
-
a.
|
|
165
|
-
a.
|
|
164
|
+
a.ui = this.ch.cy.ua;
|
|
165
|
+
a.uk = this.ch.cy.uc;
|
|
166
166
|
}
|
|
167
|
-
|
|
168
|
-
this.
|
|
167
|
+
ck() {
|
|
168
|
+
this.ch.t3.vw = this.ch.uw;
|
|
169
169
|
}
|
|
170
|
-
|
|
171
|
-
this.
|
|
170
|
+
cj() {
|
|
171
|
+
this.ch.t3.vg = this.ch.um;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -27,56 +27,56 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
27
27
|
class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
|
|
28
28
|
constructor(a) {
|
|
29
29
|
super(a);
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
30
|
+
this.cl = null;
|
|
31
|
+
this.cl = a;
|
|
32
32
|
if (!this.q) {
|
|
33
|
-
this.
|
|
33
|
+
this.cl.uw = "points";
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
|
|
37
|
-
super.
|
|
36
|
+
au() {
|
|
37
|
+
super.au();
|
|
38
38
|
if (!this.q) {
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
39
|
+
this.cl.wg = Defaults.aj;
|
|
40
|
+
this.cl.iu = Defaults.p;
|
|
41
|
+
this.cl.vf = Defaults.o;
|
|
42
|
+
this.cl.vc = Defaults.d;
|
|
43
|
+
this.cl.va = Defaults.a;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
|
|
47
|
-
super.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
46
|
+
b5() {
|
|
47
|
+
super.b5();
|
|
48
|
+
this.cl.t3.ye = this.cl.wi;
|
|
49
|
+
this.cl.t3.w7 = this.cl.vd;
|
|
50
|
+
this.cl.t3.xt = this.cl.vy;
|
|
51
|
+
this.cl.t3.xa = this.cl.vf;
|
|
52
|
+
this.cl.t3.wt = this.cl.u9;
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
this.
|
|
54
|
+
cq() {
|
|
55
|
+
this.cl.t3.xt = this.cl.vy;
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
this.
|
|
57
|
+
cs() {
|
|
58
|
+
this.cl.t3.xa = this.cl.vf;
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
this.
|
|
60
|
+
cn() {
|
|
61
|
+
this.cl.t3.wt = this.cl.u9;
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
this.
|
|
63
|
+
cr() {
|
|
64
|
+
this.cl.t3.w2 = this.cl.vc;
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
this.
|
|
66
|
+
cm() {
|
|
67
|
+
this.cl.t3.ya = this.cl.wf;
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
this.
|
|
69
|
+
co() {
|
|
70
|
+
this.cl.t3.yb = this.cl.wg;
|
|
71
71
|
}
|
|
72
|
-
|
|
73
|
-
this.
|
|
72
|
+
cp() {
|
|
73
|
+
this.cl.t3.yd = this.cl.wh;
|
|
74
74
|
}
|
|
75
|
-
|
|
76
|
-
this.
|
|
75
|
+
ct() {
|
|
76
|
+
this.cl.t3.w7 = this.cl.vd;
|
|
77
77
|
}
|
|
78
|
-
|
|
79
|
-
this.
|
|
78
|
+
cu() {
|
|
79
|
+
this.cl.t3.ye = this.cl.wi;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -92,95 +92,95 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
92
92
|
this.styleShape = null;
|
|
93
93
|
this.ab = GeographicShapeSeries.$;
|
|
94
94
|
}
|
|
95
|
-
|
|
95
|
+
get_e3() {
|
|
96
96
|
return true;
|
|
97
97
|
}
|
|
98
|
-
|
|
98
|
+
cg() {
|
|
99
99
|
return new GeographicShapeSeriesView(this);
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
super.
|
|
103
|
-
this.
|
|
101
|
+
o0(a) {
|
|
102
|
+
super.o0(a);
|
|
103
|
+
this.ve = a;
|
|
104
104
|
}
|
|
105
|
-
|
|
105
|
+
t2() {
|
|
106
106
|
let a = new ScatterPolygonSeries();
|
|
107
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
108
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
107
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vv));
|
|
108
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vw));
|
|
109
109
|
return a;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
vv(a, b) {
|
|
112
112
|
if (this.styleShape != null) {
|
|
113
113
|
this.styleShape(this, b);
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
116
|
+
vw(a, b) {
|
|
117
|
+
let c = typeCast(ScatterPolygonSeries.$, this.t3);
|
|
118
118
|
if (c == null) {
|
|
119
119
|
return;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
return this.
|
|
122
|
+
hs() {
|
|
123
|
+
return this.vf;
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
return this.
|
|
125
|
+
sz() {
|
|
126
|
+
return this.wd;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
return this.
|
|
128
|
+
s0() {
|
|
129
|
+
return this.we;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
qv() {
|
|
132
|
+
return this.vx;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
134
|
+
kx() {
|
|
135
|
+
let a = typeCast(ScatterPolygonSeries.$, this.t3);
|
|
136
136
|
if (a == null) {
|
|
137
137
|
return "Unknown";
|
|
138
138
|
}
|
|
139
|
-
return a.
|
|
139
|
+
return a.kx();
|
|
140
140
|
}
|
|
141
|
-
|
|
142
|
-
super.
|
|
141
|
+
o8(a, b, c, d) {
|
|
142
|
+
super.o8(a, b, c, d);
|
|
143
143
|
switch (b) {
|
|
144
144
|
case GeographicShapeSeries.$$p[6]:
|
|
145
|
-
this.
|
|
145
|
+
this.t3.w0 = this.vb;
|
|
146
146
|
break;
|
|
147
147
|
case GeographicShapeSeries.$$p[5]:
|
|
148
|
-
this.
|
|
148
|
+
this.t3.ww = this.va;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[9]:
|
|
151
|
-
this.
|
|
151
|
+
this.ve.cq();
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[10]:
|
|
154
|
-
this.
|
|
154
|
+
this.ve.cs();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[4]:
|
|
157
|
-
this.
|
|
157
|
+
this.ve.cn();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[11]:
|
|
160
|
-
this.
|
|
160
|
+
this.ve.cr();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[3]:
|
|
163
|
-
this.
|
|
163
|
+
this.ve.cm();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[7]:
|
|
166
|
-
this.
|
|
166
|
+
this.ve.co();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[8]:
|
|
169
|
-
this.
|
|
169
|
+
this.ve.cp();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[13]:
|
|
172
|
-
this.
|
|
172
|
+
this.ve.ct();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[12]:
|
|
175
|
-
this.
|
|
175
|
+
this.ve.cu();
|
|
176
176
|
break;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
|
|
179
|
+
iq() {
|
|
180
180
|
return 0.7;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
184
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
184
|
+
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]]);
|
|
185
185
|
return GeographicShapeSeries;
|
|
186
186
|
})();
|
|
@@ -13,8 +13,8 @@ export let GeographicSymbolSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class GeographicSymbolSeriesBaseView extends HostSeriesView {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.ch = null;
|
|
17
|
+
this.ch = a;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
GeographicSymbolSeriesBaseView.$t = markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);
|