igniteui-webcomponents-maps 3.2.3 → 3.5.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 +1829 -1522
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm2015/lib/igc-geographic-map-component.js +63 -60
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +19 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm5/lib/igc-geographic-map-component.js +63 -60
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +19 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
- package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- 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 +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-geographic-map-imagery.d.ts +4 -1
- package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-component.d.ts +1 -0
- package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-tile-series-component.d.ts +1 -0
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
- package/lib/igc-tile-series-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
30
|
this.ci = null;
|
|
31
31
|
this.ci = a;
|
|
32
32
|
if (!this.q) {
|
|
33
|
-
this.ci.
|
|
33
|
+
this.ci.q3 = "points";
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
as() {
|
|
37
37
|
super.as();
|
|
38
38
|
if (!this.q) {
|
|
39
|
-
this.ci.
|
|
40
|
-
this.ci.
|
|
41
|
-
this.ci.
|
|
42
|
-
this.ci.
|
|
43
|
-
this.ci.
|
|
39
|
+
this.ci.sn = Defaults.aj;
|
|
40
|
+
this.ci.g1 = Defaults.p;
|
|
41
|
+
this.ci.rm = Defaults.o;
|
|
42
|
+
this.ci.rj = Defaults.d;
|
|
43
|
+
this.ci.rh = Defaults.a;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
b2() {
|
|
47
47
|
super.b2();
|
|
48
|
-
this.ci.
|
|
49
|
-
this.ci.
|
|
50
|
-
this.ci.
|
|
51
|
-
this.ci.
|
|
52
|
-
this.ci.
|
|
48
|
+
this.ci.qa.uh = this.ci.sp;
|
|
49
|
+
this.ci.qa.ta = this.ci.rk;
|
|
50
|
+
this.ci.qa.tw = this.ci.r5;
|
|
51
|
+
this.ci.qa.td = this.ci.rm;
|
|
52
|
+
this.ci.qa.sw = this.ci.rg;
|
|
53
53
|
}
|
|
54
54
|
cn() {
|
|
55
|
-
this.ci.
|
|
55
|
+
this.ci.qa.tw = this.ci.r5;
|
|
56
56
|
}
|
|
57
57
|
cp() {
|
|
58
|
-
this.ci.
|
|
58
|
+
this.ci.qa.td = this.ci.rm;
|
|
59
59
|
}
|
|
60
60
|
ck() {
|
|
61
|
-
this.ci.
|
|
61
|
+
this.ci.qa.sw = this.ci.rg;
|
|
62
62
|
}
|
|
63
63
|
co() {
|
|
64
|
-
this.ci.
|
|
64
|
+
this.ci.qa.s5 = this.ci.rj;
|
|
65
65
|
}
|
|
66
66
|
cj() {
|
|
67
|
-
this.ci.
|
|
67
|
+
this.ci.qa.ud = this.ci.sm;
|
|
68
68
|
}
|
|
69
69
|
cl() {
|
|
70
|
-
this.ci.
|
|
70
|
+
this.ci.qa.ue = this.ci.sn;
|
|
71
71
|
}
|
|
72
72
|
cm() {
|
|
73
|
-
this.ci.
|
|
73
|
+
this.ci.qa.ug = this.ci.so;
|
|
74
74
|
}
|
|
75
75
|
cq() {
|
|
76
|
-
this.ci.
|
|
76
|
+
this.ci.qa.ta = this.ci.rk;
|
|
77
77
|
}
|
|
78
78
|
cr() {
|
|
79
|
-
this.ci.
|
|
79
|
+
this.ci.qa.uh = this.ci.sp;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ 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_d8() {
|
|
96
96
|
return true;
|
|
97
97
|
}
|
|
98
98
|
bx() {
|
|
99
99
|
return new GeographicShapeSeriesView(this);
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
super.
|
|
103
|
-
this.
|
|
101
|
+
l2(a) {
|
|
102
|
+
super.l2(a);
|
|
103
|
+
this.rl = a;
|
|
104
104
|
}
|
|
105
|
-
|
|
105
|
+
p9() {
|
|
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.r2));
|
|
108
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.r3));
|
|
109
109
|
return a;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
r2(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
|
+
r3(a, b) {
|
|
117
|
+
let c = typeCast(ScatterPolygonSeries.$, this.qa);
|
|
118
118
|
if (c == null) {
|
|
119
119
|
return;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
return this.
|
|
122
|
+
f4() {
|
|
123
|
+
return this.rm;
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
return this.
|
|
125
|
+
pa() {
|
|
126
|
+
return this.sk;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
return this.
|
|
128
|
+
pb() {
|
|
129
|
+
return this.sl;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
nh() {
|
|
132
|
+
return this.r4;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
134
|
+
i0() {
|
|
135
|
+
let a = typeCast(ScatterPolygonSeries.$, this.qa);
|
|
136
136
|
if (a == null) {
|
|
137
137
|
return "Unknown";
|
|
138
138
|
}
|
|
139
|
-
return a.
|
|
139
|
+
return a.i0();
|
|
140
140
|
}
|
|
141
|
-
|
|
142
|
-
super.
|
|
141
|
+
l7(a, b, c, d) {
|
|
142
|
+
super.l7(a, b, c, d);
|
|
143
143
|
switch (b) {
|
|
144
144
|
case GeographicShapeSeries.$$p[6]:
|
|
145
|
-
this.
|
|
145
|
+
this.qa.s3 = this.ri;
|
|
146
146
|
break;
|
|
147
147
|
case GeographicShapeSeries.$$p[5]:
|
|
148
|
-
this.
|
|
148
|
+
this.qa.sz = this.rh;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[9]:
|
|
151
|
-
this.
|
|
151
|
+
this.rl.cn();
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[10]:
|
|
154
|
-
this.
|
|
154
|
+
this.rl.cp();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[4]:
|
|
157
|
-
this.
|
|
157
|
+
this.rl.ck();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[11]:
|
|
160
|
-
this.
|
|
160
|
+
this.rl.co();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[3]:
|
|
163
|
-
this.
|
|
163
|
+
this.rl.cj();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[7]:
|
|
166
|
-
this.
|
|
166
|
+
this.rl.cl();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[8]:
|
|
169
|
-
this.
|
|
169
|
+
this.rl.cm();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[13]:
|
|
172
|
-
this.
|
|
172
|
+
this.rl.cq();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[12]:
|
|
175
|
-
this.
|
|
175
|
+
this.rl.cr();
|
|
176
176
|
break;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
|
|
179
|
+
gx() {
|
|
180
180
|
return 0.7;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
184
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
184
|
+
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sk:r6', [Brush.$], 'ActualMarkerOutline:sl:r7', [Brush.$], 'ActualMarkerTemplate:r4:r8', [DataTemplate.$, null], 'MarkerBrush:sm:r9', [Brush.$], 'MarkerCollisionAvoidance:rg:sa', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rh:sb', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ri:sc', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sn:sd', [Brush.$], 'MarkerStyle:so:se', [Style.$], 'MarkerTemplate:r5:sf', [DataTemplate.$, null], 'MarkerThickness:rm:sg', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:rj:sh', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sp:si', [Style.$, null], 'ShapeStyleSelector:rk:sj', [StyleSelector.$, null]]);
|
|
185
185
|
return GeographicShapeSeries;
|
|
186
186
|
})();
|
|
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
b2() {
|
|
31
|
-
let a = this.ce.
|
|
31
|
+
let a = this.ce.qa;
|
|
32
32
|
super.b2();
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
33
|
+
a.ti = this.ce.ry;
|
|
34
|
+
a.tq = this.ce.rw;
|
|
35
|
+
a.qh = this.ce.qk;
|
|
36
|
+
a.q3 = this.ce.q0;
|
|
37
|
+
a.qm = this.ce.ql;
|
|
38
38
|
}
|
|
39
39
|
cg() {
|
|
40
|
-
this.ce.
|
|
40
|
+
this.ce.qa.ti = this.ce.ry;
|
|
41
41
|
}
|
|
42
42
|
cf() {
|
|
43
|
-
this.ce.
|
|
43
|
+
this.ce.qa.tq = this.ce.rw;
|
|
44
44
|
}
|
|
45
45
|
cm() {
|
|
46
|
-
this.ce.
|
|
46
|
+
this.ce.qa.qh = this.ce.qk;
|
|
47
47
|
}
|
|
48
48
|
ck() {
|
|
49
|
-
this.ce.
|
|
49
|
+
this.ce.qa.q3 = this.ce.q0;
|
|
50
50
|
}
|
|
51
51
|
cl() {
|
|
52
|
-
this.ce.
|
|
52
|
+
this.ce.qa.qm = this.ce.ql;
|
|
53
53
|
}
|
|
54
54
|
cn() {
|
|
55
|
-
this.ce.
|
|
55
|
+
this.ce.qa.s2 = this.ce.qm;
|
|
56
56
|
}
|
|
57
57
|
cp() {
|
|
58
|
-
this.ce.
|
|
58
|
+
this.ce.qa.xAxis = this.ce.cd.tw;
|
|
59
59
|
}
|
|
60
60
|
cq() {
|
|
61
|
-
this.ce.
|
|
61
|
+
this.ce.qa.yAxis = this.ce.cd.ty;
|
|
62
62
|
}
|
|
63
63
|
co() {
|
|
64
|
-
let a = this.ce.
|
|
64
|
+
let a = this.ce.qa;
|
|
65
65
|
if (this.ce.cd == null) {
|
|
66
66
|
a.xAxis = null;
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.ce.cd.
|
|
71
|
-
a.yAxis = this.ce.cd.
|
|
70
|
+
a.xAxis = this.ce.cd.tw;
|
|
71
|
+
a.yAxis = this.ce.cd.ty;
|
|
72
72
|
}
|
|
73
73
|
ci() {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.qa.rt = this.ce.ri;
|
|
75
75
|
}
|
|
76
76
|
ch() {
|
|
77
|
-
this.ce.
|
|
77
|
+
this.ce.qa.rj = this.ce.re;
|
|
78
78
|
}
|
|
79
79
|
cj() {
|
|
80
|
-
this.ce.
|
|
80
|
+
this.ce.qa.rk = this.ce.rf;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -90,9 +90,9 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
90
90
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
91
|
constructor() {
|
|
92
92
|
super();
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
93
|
+
this.rk = null;
|
|
94
|
+
this.rn = false;
|
|
95
|
+
this.rm = false;
|
|
96
96
|
this.assigningScatterStyle = null;
|
|
97
97
|
this.assigningScatterMarkerStyle = null;
|
|
98
98
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -103,84 +103,84 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
103
103
|
bx() {
|
|
104
104
|
return new GeographicSymbolSeriesView(this);
|
|
105
105
|
}
|
|
106
|
-
|
|
107
|
-
super.
|
|
108
|
-
this.
|
|
106
|
+
l2(a) {
|
|
107
|
+
super.l2(a);
|
|
108
|
+
this.rl = a;
|
|
109
109
|
}
|
|
110
|
-
|
|
110
|
+
gx() {
|
|
111
111
|
return 0.7;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
p9() {
|
|
114
114
|
return new ScatterSeries();
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
get_dy() {
|
|
117
117
|
return true;
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
super.
|
|
119
|
+
l7(a, b, c, d) {
|
|
120
|
+
super.l7(a, b, c, d);
|
|
121
121
|
switch (b) {
|
|
122
122
|
case "SeriesViewer":
|
|
123
|
-
this.
|
|
123
|
+
this.rl.co();
|
|
124
124
|
break;
|
|
125
125
|
case GeographicSymbolSeries.$$p[5]:
|
|
126
|
-
this.
|
|
126
|
+
this.rl.cg();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[4]:
|
|
129
|
-
this.
|
|
129
|
+
this.rl.cf();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[6]:
|
|
132
|
-
this.
|
|
132
|
+
this.rl.ci();
|
|
133
133
|
break;
|
|
134
134
|
case "XAxis":
|
|
135
|
-
this.
|
|
135
|
+
this.rl.cp();
|
|
136
136
|
break;
|
|
137
137
|
case "YAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.rl.cq();
|
|
139
139
|
break;
|
|
140
140
|
case GeographicSymbolSeries.$$p[1]:
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
143
|
-
if (this.
|
|
144
|
-
let e = this.
|
|
145
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
141
|
+
this.qa.so = this.rp;
|
|
142
|
+
this.rn = this.rp;
|
|
143
|
+
if (this.rp) {
|
|
144
|
+
let e = this.qa;
|
|
145
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.r3));
|
|
146
146
|
}
|
|
147
147
|
else {
|
|
148
|
-
let f = this.
|
|
149
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
148
|
+
let f = this.qa;
|
|
149
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.r3));
|
|
150
150
|
}
|
|
151
151
|
break;
|
|
152
152
|
case GeographicSymbolSeries.$$p[0]:
|
|
153
|
-
this.
|
|
154
|
-
this.
|
|
155
|
-
if (this.
|
|
156
|
-
let g = this.
|
|
157
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
153
|
+
this.qa.sn = this.ro;
|
|
154
|
+
this.rm = this.ro;
|
|
155
|
+
if (this.rp) {
|
|
156
|
+
let g = this.qa;
|
|
157
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.r2));
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
|
-
let h = this.
|
|
161
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
160
|
+
let h = this.qa;
|
|
161
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.r2));
|
|
162
162
|
}
|
|
163
163
|
break;
|
|
164
164
|
case GeographicSymbolSeries.$$p[2]:
|
|
165
|
-
this.
|
|
165
|
+
this.qa.sd = this.rj;
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[3]:
|
|
168
|
-
this.
|
|
168
|
+
this.qa.s1 = this.rr;
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
r3(a, b) {
|
|
173
173
|
if (this.assigningScatterStyle != null) {
|
|
174
174
|
this.assigningScatterStyle(this, b);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
|
|
177
|
+
r2(a, b) {
|
|
178
178
|
if (this.assigningScatterMarkerStyle != null) {
|
|
179
179
|
this.assigningScatterMarkerStyle(this, b);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
184
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
184
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:ro:r4', [0, false], 'IsCustomScatterStyleAllowed:rp:r5', [0, false], 'ItemSearchMode:rj:r6', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rr:r7', [1, 10000], 'LatitudeMemberPath:rw:r8', [2, null], 'LongitudeMemberPath:ry:r9', [2, null], 'MarkerCollisionAvoidance:ri:sa', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rq:sb', [0, false]]);
|
|
185
185
|
return GeographicSymbolSeries;
|
|
186
186
|
})();
|
|
@@ -15,57 +15,57 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
16
16
|
constructor() {
|
|
17
17
|
super();
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
18
|
+
this.rh = null;
|
|
19
|
+
this.rg = null;
|
|
20
20
|
this.imageTilesReady = null;
|
|
21
21
|
this.ab = GeographicTileSeries.$;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
get_ej() {
|
|
24
24
|
return true;
|
|
25
25
|
}
|
|
26
|
-
get
|
|
27
|
-
return this.
|
|
26
|
+
get ri() {
|
|
27
|
+
return this.rh;
|
|
28
28
|
}
|
|
29
|
-
set
|
|
30
|
-
let b = a != this.
|
|
29
|
+
set ri(a) {
|
|
30
|
+
let b = a != this.ri;
|
|
31
31
|
if (b) {
|
|
32
|
-
let c = this.
|
|
33
|
-
this.
|
|
32
|
+
let c = this.ri;
|
|
33
|
+
this.rh = a;
|
|
34
34
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
if (this.
|
|
39
|
-
this.
|
|
37
|
+
rm() {
|
|
38
|
+
if (this.ri != null) {
|
|
39
|
+
this.ri.clearTileCache();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
super.
|
|
42
|
+
l7(a, b, c, d) {
|
|
43
|
+
super.l7(a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "TileImagery":
|
|
46
|
-
if (this.
|
|
47
|
-
this.
|
|
46
|
+
if (this.qa != null) {
|
|
47
|
+
this.qa.sz = this.ri;
|
|
48
48
|
}
|
|
49
49
|
break;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
super.
|
|
54
|
-
this.
|
|
55
|
-
if (this.
|
|
56
|
-
let a = this.
|
|
57
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
52
|
+
qf() {
|
|
53
|
+
super.qf();
|
|
54
|
+
this.qa.sz = this.ri;
|
|
55
|
+
if (this.rg != null) {
|
|
56
|
+
let a = this.rg;
|
|
57
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rl));
|
|
58
58
|
}
|
|
59
|
-
this.
|
|
60
|
-
if (this.
|
|
61
|
-
let b = this.
|
|
62
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
59
|
+
this.rg = this.qa;
|
|
60
|
+
if (this.rg != null) {
|
|
61
|
+
let b = this.rg;
|
|
62
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rl));
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
p9() {
|
|
66
66
|
return new TileSeries();
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
rl(a, b) {
|
|
69
69
|
if (this.imageTilesReady != null) {
|
|
70
70
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
71
71
|
}
|