igniteui-webcomponents-maps 7.0.1-beta.0 → 7.1.0-alpha.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-webcomponents-maps.umd.js +1097 -1097
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- 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-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 +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- 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-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 +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- package/package.json +3 -3
|
@@ -15,19 +15,19 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
16
16
|
constructor() {
|
|
17
17
|
super(...arguments);
|
|
18
|
-
this.x3 = false;
|
|
19
18
|
this.x2 = false;
|
|
19
|
+
this.x1 = false;
|
|
20
20
|
this.assigningShapeStyle = null;
|
|
21
21
|
this.assigningShapeMarkerStyle = null;
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.xy = null;
|
|
23
|
+
this.x0 = false;
|
|
24
24
|
}
|
|
25
25
|
ct() {
|
|
26
26
|
return new GeographicShapeSeriesBaseView(this);
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
super.
|
|
30
|
-
this.
|
|
28
|
+
rh(a) {
|
|
29
|
+
super.rh(a);
|
|
30
|
+
this.xx = a;
|
|
31
31
|
}
|
|
32
32
|
get_fh() {
|
|
33
33
|
return true;
|
|
@@ -35,116 +35,116 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
35
35
|
get_ef() {
|
|
36
36
|
return true;
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
super.
|
|
38
|
+
rq(a, b, c, d) {
|
|
39
|
+
super.rq(a, b, c, d);
|
|
40
40
|
switch (b) {
|
|
41
41
|
case "SeriesViewer":
|
|
42
|
-
this.
|
|
42
|
+
this.xx.cv();
|
|
43
43
|
break;
|
|
44
44
|
case "ShapeMemberPath":
|
|
45
|
-
this.
|
|
45
|
+
this.xx.cx();
|
|
46
46
|
break;
|
|
47
47
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
48
|
-
this.
|
|
48
|
+
this.xx.cw();
|
|
49
49
|
break;
|
|
50
50
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
if (this.
|
|
54
|
-
let e = this.
|
|
55
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
51
|
+
this.xl.yt = this.x5;
|
|
52
|
+
this.x2 = this.x5;
|
|
53
|
+
if (this.x5) {
|
|
54
|
+
let e = this.xl;
|
|
55
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
|
-
let f = this.
|
|
59
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
58
|
+
let f = this.xl;
|
|
59
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
|
|
60
60
|
}
|
|
61
61
|
break;
|
|
62
62
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
if (this.
|
|
66
|
-
let g = this.
|
|
67
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
63
|
+
this.xl.ys = this.x4;
|
|
64
|
+
this.x1 = this.x4;
|
|
65
|
+
if (this.x5) {
|
|
66
|
+
let g = this.xl;
|
|
67
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
68
68
|
}
|
|
69
69
|
else {
|
|
70
|
-
let h = this.
|
|
71
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
70
|
+
let h = this.xl;
|
|
71
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
|
|
72
72
|
}
|
|
73
73
|
break;
|
|
74
74
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
75
|
-
this.
|
|
75
|
+
this.xl.x5 = this.xw;
|
|
76
76
|
break;
|
|
77
77
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
78
|
-
this.
|
|
78
|
+
this.xl.za = this.x7;
|
|
79
79
|
break;
|
|
80
80
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
81
|
-
this.
|
|
81
|
+
this.xl.zb = this.x8;
|
|
82
82
|
break;
|
|
83
83
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
84
|
-
this.
|
|
84
|
+
this.xl.zf = this.x9;
|
|
85
85
|
break;
|
|
86
86
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
87
|
-
this.
|
|
87
|
+
this.xl.xv = this.xv;
|
|
88
88
|
break;
|
|
89
89
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
90
|
-
this.
|
|
90
|
+
this.xl.yo = this.x3;
|
|
91
91
|
break;
|
|
92
92
|
case "ShapefileDataSource":
|
|
93
93
|
if (c != null) {
|
|
94
94
|
let i = c;
|
|
95
|
-
if (this.
|
|
96
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
95
|
+
if (this.x0) {
|
|
96
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
if (d != null) {
|
|
100
100
|
let j = d;
|
|
101
101
|
if (j.count > 0) {
|
|
102
|
-
this.
|
|
102
|
+
this.yp();
|
|
103
103
|
break;
|
|
104
104
|
}
|
|
105
|
-
this.
|
|
106
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
105
|
+
this.x0 = true;
|
|
106
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
|
|
107
107
|
}
|
|
108
108
|
break;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
yn(a, b) {
|
|
112
112
|
if (this.assigningShapeStyle != null) {
|
|
113
113
|
this.assigningShapeStyle(this, b);
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
ym(a, b) {
|
|
117
117
|
if (this.assigningShapeMarkerStyle != null) {
|
|
118
118
|
this.assigningShapeMarkerStyle(this, b);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
this.
|
|
121
|
+
yo(a, b) {
|
|
122
|
+
this.yp();
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
let sds_ = this.
|
|
124
|
+
yp() {
|
|
125
|
+
let sds_ = this.xz;
|
|
126
126
|
let ext_ = sds_.externalObject;
|
|
127
127
|
this.itemsSource = (ext_.getPointData());
|
|
128
128
|
}
|
|
129
|
-
get
|
|
130
|
-
return this.
|
|
129
|
+
get xz() {
|
|
130
|
+
return this.xy;
|
|
131
131
|
}
|
|
132
|
-
set
|
|
133
|
-
let b = this.
|
|
134
|
-
this.
|
|
135
|
-
if (b != this.
|
|
136
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
132
|
+
set xz(a) {
|
|
133
|
+
let b = this.xy;
|
|
134
|
+
this.xy = a;
|
|
135
|
+
if (b != this.xy) {
|
|
136
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
-
|
|
139
|
+
get_hd() {
|
|
140
140
|
return true;
|
|
141
141
|
}
|
|
142
|
-
|
|
143
|
-
super.
|
|
142
|
+
set_hd(a) {
|
|
143
|
+
super.set_hd(a);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
147
|
-
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
147
|
+
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
|
|
148
148
|
return GeographicShapeSeriesBase;
|
|
149
149
|
})();
|
|
150
150
|
export { GeographicShapeSeriesBase };
|
|
@@ -157,23 +157,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
157
157
|
}
|
|
158
158
|
ci() {
|
|
159
159
|
super.ci();
|
|
160
|
-
this.cu.
|
|
160
|
+
this.cu.xl.zs = this.cu.yk;
|
|
161
161
|
}
|
|
162
162
|
cv() {
|
|
163
|
-
let a = this.cu.
|
|
163
|
+
let a = this.cu.xl;
|
|
164
164
|
if (this.cu.dc == null) {
|
|
165
|
-
a.
|
|
166
|
-
a.
|
|
165
|
+
a.xz = null;
|
|
166
|
+
a.x1 = null;
|
|
167
167
|
return;
|
|
168
168
|
}
|
|
169
|
-
a.
|
|
170
|
-
a.
|
|
169
|
+
a.xz = this.cu.dc.zh;
|
|
170
|
+
a.x1 = this.cu.dc.zj;
|
|
171
171
|
}
|
|
172
172
|
cx() {
|
|
173
|
-
this.cu.
|
|
173
|
+
this.cu.xl.zs = this.cu.yk;
|
|
174
174
|
}
|
|
175
175
|
cw() {
|
|
176
|
-
this.cu.
|
|
176
|
+
this.cu.xl.y7 = this.cu.x6;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -27,53 +27,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
27
27
|
this.cy = null;
|
|
28
28
|
this.cy = a;
|
|
29
29
|
if (!this.t) {
|
|
30
|
-
this.cy.
|
|
30
|
+
this.cy.yk = "points";
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
a4() {
|
|
34
34
|
super.a4();
|
|
35
35
|
if (!this.t) {
|
|
36
|
-
this.cy.
|
|
37
|
-
this.cy.
|
|
38
|
-
this.cy.
|
|
39
|
-
this.cy.
|
|
40
|
-
this.cy.
|
|
36
|
+
this.cy.z7 = Defaults.a8;
|
|
37
|
+
this.cy.jy = Defaults.ac;
|
|
38
|
+
this.cy.y6 = Defaults.ab;
|
|
39
|
+
this.cy.y3 = Defaults.d;
|
|
40
|
+
this.cy.y1 = Defaults.a;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
ci() {
|
|
44
44
|
super.ci();
|
|
45
|
-
this.cy.
|
|
46
|
-
this.cy.
|
|
47
|
-
this.cy.
|
|
48
|
-
this.cy.
|
|
49
|
-
this.cy.
|
|
45
|
+
this.cy.xl.acf = this.cy.z9;
|
|
46
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
47
|
+
this.cy.xl.abu = this.cy.zp;
|
|
48
|
+
this.cy.xl.abb = this.cy.y6;
|
|
49
|
+
this.cy.xl.aat = this.cy.y0;
|
|
50
50
|
}
|
|
51
51
|
c3() {
|
|
52
|
-
this.cy.
|
|
52
|
+
this.cy.xl.abu = this.cy.zp;
|
|
53
53
|
}
|
|
54
54
|
c5() {
|
|
55
|
-
this.cy.
|
|
55
|
+
this.cy.xl.abb = this.cy.y6;
|
|
56
56
|
}
|
|
57
57
|
c0() {
|
|
58
|
-
this.cy.
|
|
58
|
+
this.cy.xl.aat = this.cy.y0;
|
|
59
59
|
}
|
|
60
60
|
c4() {
|
|
61
|
-
this.cy.
|
|
61
|
+
this.cy.xl.aa2 = this.cy.y3;
|
|
62
62
|
}
|
|
63
63
|
cz() {
|
|
64
|
-
this.cy.
|
|
64
|
+
this.cy.xl.acb = this.cy.z6;
|
|
65
65
|
}
|
|
66
66
|
c1() {
|
|
67
|
-
this.cy.
|
|
67
|
+
this.cy.xl.acc = this.cy.z7;
|
|
68
68
|
}
|
|
69
69
|
c2() {
|
|
70
|
-
this.cy.
|
|
70
|
+
this.cy.xl.ace = this.cy.z8;
|
|
71
71
|
}
|
|
72
72
|
c6() {
|
|
73
|
-
this.cy.
|
|
73
|
+
this.cy.xl.aa7 = this.cy.y4;
|
|
74
74
|
}
|
|
75
75
|
c7() {
|
|
76
|
-
this.cy.
|
|
76
|
+
this.cy.xl.acf = this.cy.z9;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -85,7 +85,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
85
85
|
bk() {
|
|
86
86
|
return new GeographicShapeSeries();
|
|
87
87
|
}
|
|
88
|
-
|
|
88
|
+
get_ft() {
|
|
89
89
|
return true;
|
|
90
90
|
}
|
|
91
91
|
constructor() {
|
|
@@ -96,90 +96,90 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
96
96
|
ct() {
|
|
97
97
|
return new GeographicShapeSeriesView(this);
|
|
98
98
|
}
|
|
99
|
-
|
|
100
|
-
super.
|
|
101
|
-
this.
|
|
99
|
+
rh(a) {
|
|
100
|
+
super.rh(a);
|
|
101
|
+
this.y5 = a;
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
xk() {
|
|
104
104
|
let a = new ScatterPolygonSeries();
|
|
105
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
106
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
105
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
|
|
106
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
|
|
107
107
|
return a;
|
|
108
108
|
}
|
|
109
|
-
|
|
109
|
+
zm(a, b) {
|
|
110
110
|
if (this.styleShape != null) {
|
|
111
111
|
this.styleShape(this, b);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
114
|
+
zn(a, b) {
|
|
115
|
+
let c = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
116
116
|
if (c == null) {
|
|
117
117
|
return;
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
|
|
121
|
-
return this.
|
|
120
|
+
iu() {
|
|
121
|
+
return this.y6;
|
|
122
|
+
}
|
|
123
|
+
v5() {
|
|
124
|
+
return this.z4;
|
|
122
125
|
}
|
|
123
126
|
v6() {
|
|
124
127
|
return this.z5;
|
|
125
128
|
}
|
|
126
|
-
|
|
127
|
-
return this.
|
|
128
|
-
}
|
|
129
|
-
ti() {
|
|
130
|
-
return this.zp;
|
|
129
|
+
th() {
|
|
130
|
+
return this.zo;
|
|
131
131
|
}
|
|
132
|
-
|
|
133
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
132
|
+
ml() {
|
|
133
|
+
let a = typeCast(ScatterPolygonSeries.$, this.xl);
|
|
134
134
|
if (a == null) {
|
|
135
135
|
return "Unknown";
|
|
136
136
|
}
|
|
137
|
-
return a.
|
|
137
|
+
return a.ml();
|
|
138
138
|
}
|
|
139
|
-
|
|
140
|
-
super.
|
|
139
|
+
rq(a, b, c, d) {
|
|
140
|
+
super.rq(a, b, c, d);
|
|
141
141
|
switch (b) {
|
|
142
142
|
case GeographicShapeSeries.$$p[6]:
|
|
143
|
-
this.
|
|
143
|
+
this.xl.aa0 = this.y2;
|
|
144
144
|
break;
|
|
145
145
|
case GeographicShapeSeries.$$p[5]:
|
|
146
|
-
this.
|
|
146
|
+
this.xl.aaw = this.y1;
|
|
147
147
|
break;
|
|
148
148
|
case GeographicShapeSeries.$$p[9]:
|
|
149
|
-
this.
|
|
149
|
+
this.y5.c3();
|
|
150
150
|
break;
|
|
151
151
|
case GeographicShapeSeries.$$p[10]:
|
|
152
|
-
this.
|
|
152
|
+
this.y5.c5();
|
|
153
153
|
break;
|
|
154
154
|
case GeographicShapeSeries.$$p[4]:
|
|
155
|
-
this.
|
|
155
|
+
this.y5.c0();
|
|
156
156
|
break;
|
|
157
157
|
case GeographicShapeSeries.$$p[11]:
|
|
158
|
-
this.
|
|
158
|
+
this.y5.c4();
|
|
159
159
|
break;
|
|
160
160
|
case GeographicShapeSeries.$$p[3]:
|
|
161
|
-
this.
|
|
161
|
+
this.y5.cz();
|
|
162
162
|
break;
|
|
163
163
|
case GeographicShapeSeries.$$p[7]:
|
|
164
|
-
this.
|
|
164
|
+
this.y5.c1();
|
|
165
165
|
break;
|
|
166
166
|
case GeographicShapeSeries.$$p[8]:
|
|
167
|
-
this.
|
|
167
|
+
this.y5.c2();
|
|
168
168
|
break;
|
|
169
169
|
case GeographicShapeSeries.$$p[13]:
|
|
170
|
-
this.
|
|
170
|
+
this.y5.c6();
|
|
171
171
|
break;
|
|
172
172
|
case GeographicShapeSeries.$$p[12]:
|
|
173
|
-
this.
|
|
173
|
+
this.y5.c7();
|
|
174
174
|
break;
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
|
|
177
|
+
jt() {
|
|
178
178
|
return 0.7;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
182
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
182
|
+
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
|
|
183
183
|
return GeographicShapeSeries;
|
|
184
184
|
})();
|
|
185
185
|
export { GeographicShapeSeries };
|
|
@@ -25,40 +25,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
ci() {
|
|
28
|
-
let a = this.cu.
|
|
28
|
+
let a = this.cu.xl;
|
|
29
29
|
super.ci();
|
|
30
|
-
a.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
30
|
+
a.abe = this.cu.y9;
|
|
31
|
+
a.abm = this.cu.y7;
|
|
32
|
+
a.xv = this.cu.xv;
|
|
33
|
+
a.yn = this.cu.yb;
|
|
34
|
+
a.x4 = this.cu.xw;
|
|
35
35
|
}
|
|
36
36
|
cw() {
|
|
37
|
-
this.cu.
|
|
37
|
+
this.cu.xl.abe = this.cu.y9;
|
|
38
38
|
}
|
|
39
39
|
cv() {
|
|
40
|
-
this.cu.
|
|
40
|
+
this.cu.xl.abm = this.cu.y7;
|
|
41
41
|
}
|
|
42
42
|
c2() {
|
|
43
|
-
this.cu.
|
|
43
|
+
this.cu.xl.xv = this.cu.xv;
|
|
44
44
|
}
|
|
45
45
|
c0() {
|
|
46
|
-
this.cu.
|
|
46
|
+
this.cu.xl.yn = this.cu.yb;
|
|
47
47
|
}
|
|
48
48
|
c1() {
|
|
49
|
-
this.cu.
|
|
49
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
50
50
|
}
|
|
51
51
|
c3() {
|
|
52
|
-
this.cu.
|
|
52
|
+
this.cu.xl.aau = this.cu.xx;
|
|
53
53
|
}
|
|
54
54
|
c5() {
|
|
55
|
-
this.cu.
|
|
55
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
56
56
|
}
|
|
57
57
|
c6() {
|
|
58
|
-
this.cu.
|
|
58
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
59
59
|
}
|
|
60
60
|
c4() {
|
|
61
|
-
let a = this.cu.
|
|
61
|
+
let a = this.cu.xl;
|
|
62
62
|
if (this.cu.dc == null) {
|
|
63
63
|
a.xAxis = null;
|
|
64
64
|
a.yAxis = null;
|
|
@@ -68,13 +68,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
68
68
|
a.yAxis = this.cu.dc.zj;
|
|
69
69
|
}
|
|
70
70
|
cy() {
|
|
71
|
-
this.cu.
|
|
71
|
+
this.cu.xl.ze = this.cu.yt;
|
|
72
72
|
}
|
|
73
73
|
cx() {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
75
75
|
}
|
|
76
76
|
cz() {
|
|
77
|
-
this.cu.
|
|
77
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -91,9 +91,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
91
91
|
}
|
|
92
92
|
constructor() {
|
|
93
93
|
super();
|
|
94
|
-
this.
|
|
95
|
-
this.yz = false;
|
|
94
|
+
this.yv = null;
|
|
96
95
|
this.yy = false;
|
|
96
|
+
this.yx = false;
|
|
97
97
|
this.assigningScatterStyle = null;
|
|
98
98
|
this.assigningScatterMarkerStyle = null;
|
|
99
99
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -101,85 +101,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
101
101
|
ct() {
|
|
102
102
|
return new GeographicSymbolSeriesView(this);
|
|
103
103
|
}
|
|
104
|
-
|
|
105
|
-
super.
|
|
106
|
-
this.
|
|
104
|
+
rh(a) {
|
|
105
|
+
super.rh(a);
|
|
106
|
+
this.yw = a;
|
|
107
107
|
}
|
|
108
|
-
|
|
108
|
+
jt() {
|
|
109
109
|
return 0.7;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
xk() {
|
|
112
112
|
return new ScatterSeries();
|
|
113
113
|
}
|
|
114
114
|
get_fh() {
|
|
115
115
|
return true;
|
|
116
116
|
}
|
|
117
|
-
|
|
118
|
-
super.
|
|
117
|
+
rq(a, b, c, d) {
|
|
118
|
+
super.rq(a, b, c, d);
|
|
119
119
|
switch (b) {
|
|
120
120
|
case "SeriesViewer":
|
|
121
|
-
this.
|
|
121
|
+
this.yw.c4();
|
|
122
122
|
break;
|
|
123
123
|
case GeographicSymbolSeries.$$p[5]:
|
|
124
|
-
this.
|
|
124
|
+
this.yw.cw();
|
|
125
125
|
break;
|
|
126
126
|
case GeographicSymbolSeries.$$p[4]:
|
|
127
|
-
this.
|
|
127
|
+
this.yw.cv();
|
|
128
128
|
break;
|
|
129
129
|
case GeographicSymbolSeries.$$p[6]:
|
|
130
|
-
this.
|
|
130
|
+
this.yw.cy();
|
|
131
131
|
break;
|
|
132
132
|
case "XAxis":
|
|
133
|
-
this.
|
|
133
|
+
this.yw.c5();
|
|
134
134
|
break;
|
|
135
135
|
case "YAxis":
|
|
136
|
-
this.
|
|
136
|
+
this.yw.c6();
|
|
137
137
|
break;
|
|
138
138
|
case GeographicSymbolSeries.$$p[1]:
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
141
|
-
if (this.
|
|
142
|
-
let e = this.
|
|
143
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
139
|
+
this.xl.aaa = this.y0;
|
|
140
|
+
this.yy = this.y0;
|
|
141
|
+
if (this.y0) {
|
|
142
|
+
let e = this.xl;
|
|
143
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
|
|
144
144
|
}
|
|
145
145
|
else {
|
|
146
|
-
let f = this.
|
|
147
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
146
|
+
let f = this.xl;
|
|
147
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
|
|
148
148
|
}
|
|
149
149
|
break;
|
|
150
150
|
case GeographicSymbolSeries.$$p[0]:
|
|
151
|
-
this.
|
|
152
|
-
this.
|
|
153
|
-
if (this.
|
|
154
|
-
let g = this.
|
|
155
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
151
|
+
this.xl.z9 = this.yz;
|
|
152
|
+
this.yx = this.yz;
|
|
153
|
+
if (this.y0) {
|
|
154
|
+
let g = this.xl;
|
|
155
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
156
156
|
}
|
|
157
157
|
else {
|
|
158
|
-
let h = this.
|
|
159
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
158
|
+
let h = this.xl;
|
|
159
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
160
160
|
}
|
|
161
161
|
break;
|
|
162
162
|
case GeographicSymbolSeries.$$p[2]:
|
|
163
|
-
this.
|
|
163
|
+
this.xl.zt = this.yu;
|
|
164
164
|
break;
|
|
165
165
|
case GeographicSymbolSeries.$$p[3]:
|
|
166
|
-
this.
|
|
166
|
+
this.xl.aat = this.y2;
|
|
167
167
|
break;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
-
|
|
170
|
+
ze(a, b) {
|
|
171
171
|
if (this.assigningScatterStyle != null) {
|
|
172
172
|
this.assigningScatterStyle(this, b);
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
|
|
175
|
+
zd(a, b) {
|
|
176
176
|
if (this.assigningScatterMarkerStyle != null) {
|
|
177
177
|
this.assigningScatterMarkerStyle(this, b);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
182
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
182
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
|
|
183
183
|
return GeographicSymbolSeries;
|
|
184
184
|
})();
|
|
185
185
|
export { GeographicSymbolSeries };
|