igniteui-angular-maps 17.1.0 → 17.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +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
|
@@ -19,65 +19,65 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicSymbolSeriesView extends HostSeriesView {
|
|
20
20
|
constructor(a) {
|
|
21
21
|
super(a);
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.ch = null;
|
|
23
|
+
this.ch = a;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
25
|
+
au() {
|
|
26
|
+
super.au();
|
|
27
27
|
if (!this.q) {
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
let a = this.
|
|
32
|
-
super.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
30
|
+
b5() {
|
|
31
|
+
let a = this.ch.t3;
|
|
32
|
+
super.b5();
|
|
33
|
+
a.xl = this.ch.vr;
|
|
34
|
+
a.xt = this.ch.vp;
|
|
35
|
+
a.ua = this.ch.ud;
|
|
36
|
+
a.uw = this.ch.ut;
|
|
37
|
+
a.uf = this.ch.ue;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
this.
|
|
41
|
-
}
|
|
42
|
-
cf() {
|
|
43
|
-
this.ce.qe.tz = this.ce.r0;
|
|
44
|
-
}
|
|
45
|
-
cm() {
|
|
46
|
-
this.ce.qe.ql = this.ce.qo;
|
|
39
|
+
cj() {
|
|
40
|
+
this.ch.t3.xl = this.ch.vr;
|
|
47
41
|
}
|
|
48
|
-
|
|
49
|
-
this.
|
|
42
|
+
ci() {
|
|
43
|
+
this.ch.t3.xt = this.ch.vp;
|
|
50
44
|
}
|
|
51
|
-
|
|
52
|
-
this.
|
|
45
|
+
cp() {
|
|
46
|
+
this.ch.t3.ua = this.ch.ud;
|
|
53
47
|
}
|
|
54
48
|
cn() {
|
|
55
|
-
this.
|
|
49
|
+
this.ch.t3.uw = this.ch.ut;
|
|
56
50
|
}
|
|
57
|
-
|
|
58
|
-
this.
|
|
51
|
+
co() {
|
|
52
|
+
this.ch.t3.uf = this.ch.ue;
|
|
59
53
|
}
|
|
60
54
|
cq() {
|
|
61
|
-
this.
|
|
55
|
+
this.ch.t3.w1 = this.ch.uf;
|
|
62
56
|
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
cs() {
|
|
58
|
+
this.ch.t3.xAxis = this.ch.cy.ua;
|
|
59
|
+
}
|
|
60
|
+
ct() {
|
|
61
|
+
this.ch.t3.yAxis = this.ch.cy.uc;
|
|
62
|
+
}
|
|
63
|
+
cr() {
|
|
64
|
+
let a = this.ch.t3;
|
|
65
|
+
if (this.ch.cy == null) {
|
|
66
66
|
a.xAxis = null;
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.
|
|
71
|
-
a.yAxis = this.
|
|
70
|
+
a.xAxis = this.ch.cy.ua;
|
|
71
|
+
a.yAxis = this.ch.cy.uc;
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
this.
|
|
73
|
+
cl() {
|
|
74
|
+
this.ch.t3.vm = this.ch.vb;
|
|
75
75
|
}
|
|
76
|
-
|
|
77
|
-
this.
|
|
76
|
+
ck() {
|
|
77
|
+
this.ch.t3.vc = this.ch.u7;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
this.
|
|
79
|
+
cm() {
|
|
80
|
+
this.ch.t3.vd = this.ch.u8;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -90,97 +90,97 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
90
90
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
91
|
constructor() {
|
|
92
92
|
super();
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
93
|
+
this.vd = null;
|
|
94
|
+
this.vg = false;
|
|
95
|
+
this.vf = false;
|
|
96
96
|
this.assigningScatterStyle = null;
|
|
97
97
|
this.assigningScatterMarkerStyle = null;
|
|
98
98
|
this.ab = GeographicSymbolSeries.$;
|
|
99
99
|
}
|
|
100
|
-
|
|
100
|
+
get_dx() {
|
|
101
101
|
return true;
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
cg() {
|
|
104
104
|
return new GeographicSymbolSeriesView(this);
|
|
105
105
|
}
|
|
106
|
-
|
|
107
|
-
super.
|
|
108
|
-
this.
|
|
106
|
+
o0(a) {
|
|
107
|
+
super.o0(a);
|
|
108
|
+
this.ve = a;
|
|
109
109
|
}
|
|
110
|
-
|
|
110
|
+
iq() {
|
|
111
111
|
return 0.7;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
t2() {
|
|
114
114
|
return new ScatterSeries();
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
get_es() {
|
|
117
117
|
return true;
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
super.
|
|
119
|
+
o8(a, b, c, d) {
|
|
120
|
+
super.o8(a, b, c, d);
|
|
121
121
|
switch (b) {
|
|
122
122
|
case "SeriesViewer":
|
|
123
|
-
this.
|
|
123
|
+
this.ve.cr();
|
|
124
124
|
break;
|
|
125
125
|
case GeographicSymbolSeries.$$p[5]:
|
|
126
|
-
this.
|
|
126
|
+
this.ve.cj();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[4]:
|
|
129
|
-
this.
|
|
129
|
+
this.ve.ci();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[6]:
|
|
132
|
-
this.
|
|
132
|
+
this.ve.cl();
|
|
133
133
|
break;
|
|
134
134
|
case "XAxis":
|
|
135
|
-
this.
|
|
135
|
+
this.ve.cs();
|
|
136
136
|
break;
|
|
137
137
|
case "YAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.ve.ct();
|
|
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.t3.wi = this.vi;
|
|
142
|
+
this.vg = this.vi;
|
|
143
|
+
if (this.vi) {
|
|
144
|
+
let e = this.t3;
|
|
145
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vw));
|
|
146
146
|
}
|
|
147
147
|
else {
|
|
148
|
-
let f = this.
|
|
149
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
148
|
+
let f = this.t3;
|
|
149
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vw));
|
|
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.t3.wh = this.vh;
|
|
154
|
+
this.vf = this.vh;
|
|
155
|
+
if (this.vi) {
|
|
156
|
+
let g = this.t3;
|
|
157
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vv));
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
|
-
let h = this.
|
|
161
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
160
|
+
let h = this.t3;
|
|
161
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vv));
|
|
162
162
|
}
|
|
163
163
|
break;
|
|
164
164
|
case GeographicSymbolSeries.$$p[2]:
|
|
165
|
-
this.
|
|
165
|
+
this.t3.v6 = this.vc;
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[3]:
|
|
168
|
-
this.
|
|
168
|
+
this.t3.w0 = this.vk;
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
vw(a, b) {
|
|
173
173
|
if (this.assigningScatterStyle != null) {
|
|
174
174
|
this.assigningScatterStyle(this, b);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
|
|
177
|
+
vv(a, b) {
|
|
178
178
|
if (this.assigningScatterMarkerStyle != null) {
|
|
179
179
|
this.assigningScatterMarkerStyle(this, b);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
184
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
184
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vh:vx', [0, false], 'IsCustomScatterStyleAllowed:vi:vy', [0, false], 'ItemSearchMode:vc:vz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vk:v0', [1, 10000], 'LatitudeMemberPath:vp:v1', [2, null], 'LongitudeMemberPath:vr:v2', [2, null], 'MarkerCollisionAvoidance:vb:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vj:v4', [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.va = null;
|
|
19
|
+
this.u9 = null;
|
|
20
20
|
this.imageTilesReady = null;
|
|
21
21
|
this.ab = GeographicTileSeries.$;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
get_fg() {
|
|
24
24
|
return true;
|
|
25
25
|
}
|
|
26
|
-
get
|
|
27
|
-
return this.
|
|
26
|
+
get vb() {
|
|
27
|
+
return this.va;
|
|
28
28
|
}
|
|
29
|
-
set
|
|
30
|
-
let b = a != this.
|
|
29
|
+
set vb(a) {
|
|
30
|
+
let b = a != this.vb;
|
|
31
31
|
if (b) {
|
|
32
|
-
let c = this.
|
|
33
|
-
this.
|
|
32
|
+
let c = this.vb;
|
|
33
|
+
this.va = a;
|
|
34
34
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
if (this.
|
|
39
|
-
this.
|
|
37
|
+
vf() {
|
|
38
|
+
if (this.vb != null) {
|
|
39
|
+
this.vb.clearTileCache();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
super.
|
|
42
|
+
o8(a, b, c, d) {
|
|
43
|
+
super.o8(a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "TileImagery":
|
|
46
|
-
if (this.
|
|
47
|
-
this.
|
|
46
|
+
if (this.t3 != null) {
|
|
47
|
+
this.t3.ww = this.vb;
|
|
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
|
+
t8() {
|
|
53
|
+
super.t8();
|
|
54
|
+
this.t3.ww = this.vb;
|
|
55
|
+
if (this.u9 != null) {
|
|
56
|
+
let a = this.u9;
|
|
57
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.ve));
|
|
58
58
|
}
|
|
59
|
-
this.
|
|
60
|
-
if (this.
|
|
61
|
-
let b = this.
|
|
62
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
59
|
+
this.u9 = this.t3;
|
|
60
|
+
if (this.u9 != null) {
|
|
61
|
+
let b = this.u9;
|
|
62
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.ve));
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
t2() {
|
|
66
66
|
return new TileSeries();
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
ve(a, b) {
|
|
69
69
|
if (this.imageTilesReady != null) {
|
|
70
70
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
71
71
|
}
|
|
@@ -13,8 +13,8 @@ export let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class GeographicXYTriangulatingSeriesBaseView 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
|
GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
|