igniteui-angular-maps 19.0.1 → 19.1.0-beta.1
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 +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- 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 +39 -39
- 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 +22 -22
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +469 -469
- 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 +39 -39
- 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 +22 -22
- 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 +1709 -1709
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +51 -51
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +43 -43
- package/lib/XamGeographicMap_combined.d.ts +122 -122
- 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.cu = null;
|
|
23
|
+
this.cu = a;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (!this.
|
|
25
|
+
a4() {
|
|
26
|
+
super.a4();
|
|
27
|
+
if (!this.t) {
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
let a = this.
|
|
32
|
-
super.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
30
|
+
ci() {
|
|
31
|
+
let a = this.cu.w5;
|
|
32
|
+
super.ci();
|
|
33
|
+
a.aay = this.cu.yt;
|
|
34
|
+
a.aa6 = this.cu.yr;
|
|
35
|
+
a.xf = this.cu.xf;
|
|
36
|
+
a.x7 = this.cu.xv;
|
|
37
|
+
a.xo = this.cu.xg;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
this.
|
|
39
|
+
cw() {
|
|
40
|
+
this.cu.w5.aay = this.cu.yt;
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
this.
|
|
42
|
+
cv() {
|
|
43
|
+
this.cu.w5.aa6 = this.cu.yr;
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
this.
|
|
45
|
+
c2() {
|
|
46
|
+
this.cu.w5.xf = this.cu.xf;
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
this.
|
|
48
|
+
c0() {
|
|
49
|
+
this.cu.w5.x7 = this.cu.xv;
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
this.
|
|
51
|
+
c1() {
|
|
52
|
+
this.cu.w5.xo = this.cu.xg;
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
this.
|
|
54
|
+
c3() {
|
|
55
|
+
this.cu.w5.aae = this.cu.xh;
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
this.
|
|
57
|
+
c5() {
|
|
58
|
+
this.cu.w5.xAxis = this.cu.dc.w7;
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
this.
|
|
60
|
+
c6() {
|
|
61
|
+
this.cu.w5.yAxis = this.cu.dc.w9;
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
let a = this.
|
|
65
|
-
if (this.
|
|
63
|
+
c4() {
|
|
64
|
+
let a = this.cu.w5;
|
|
65
|
+
if (this.cu.dc == 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.cu.dc.w7;
|
|
71
|
+
a.yAxis = this.cu.dc.w9;
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
this.
|
|
73
|
+
cy() {
|
|
74
|
+
this.cu.w5.yy = this.cu.yd;
|
|
75
75
|
}
|
|
76
|
-
|
|
77
|
-
this.
|
|
76
|
+
cx() {
|
|
77
|
+
this.cu.w5.yo = this.cu.x9;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
this.
|
|
79
|
+
cz() {
|
|
80
|
+
this.cu.w5.yp = this.cu.ya;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -90,100 +90,100 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
90
90
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
91
|
constructor() {
|
|
92
92
|
super();
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
93
|
+
this.yf = null;
|
|
94
|
+
this.yi = false;
|
|
95
|
+
this.yh = false;
|
|
96
96
|
this.assigningScatterStyle = null;
|
|
97
97
|
this.assigningScatterMarkerStyle = null;
|
|
98
98
|
this.ab = GeographicSymbolSeries.$;
|
|
99
99
|
}
|
|
100
|
-
|
|
100
|
+
bk() {
|
|
101
101
|
return new GeographicSymbolSeries();
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
get_ek() {
|
|
104
104
|
return true;
|
|
105
105
|
}
|
|
106
|
-
|
|
106
|
+
ct() {
|
|
107
107
|
return new GeographicSymbolSeriesView(this);
|
|
108
108
|
}
|
|
109
|
-
|
|
110
|
-
super.
|
|
111
|
-
this.
|
|
109
|
+
q3(a) {
|
|
110
|
+
super.q3(a);
|
|
111
|
+
this.yg = a;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
jm() {
|
|
114
114
|
return 0.7;
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
w4() {
|
|
117
117
|
return new ScatterSeries();
|
|
118
118
|
}
|
|
119
|
-
|
|
119
|
+
get_ff() {
|
|
120
120
|
return true;
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
super.
|
|
122
|
+
rc(a, b, c, d) {
|
|
123
|
+
super.rc(a, b, c, d);
|
|
124
124
|
switch (b) {
|
|
125
125
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
126
|
+
this.yg.c4();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
129
|
+
this.yg.cw();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
132
|
+
this.yg.cv();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
135
|
+
this.yg.cy();
|
|
136
136
|
break;
|
|
137
137
|
case "XAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.yg.c5();
|
|
139
139
|
break;
|
|
140
140
|
case "YAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.yg.c6();
|
|
142
142
|
break;
|
|
143
143
|
case GeographicSymbolSeries.$$p[1]:
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
if (this.
|
|
147
|
-
let e = this.
|
|
148
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
144
|
+
this.w5.zu = this.yk;
|
|
145
|
+
this.yi = this.yk;
|
|
146
|
+
if (this.yk) {
|
|
147
|
+
let e = this.w5;
|
|
148
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yy));
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
151
|
-
let f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
151
|
+
let f = this.w5;
|
|
152
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yy));
|
|
153
153
|
}
|
|
154
154
|
break;
|
|
155
155
|
case GeographicSymbolSeries.$$p[0]:
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
if (this.
|
|
159
|
-
let g = this.
|
|
160
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
156
|
+
this.w5.zt = this.yj;
|
|
157
|
+
this.yh = this.yj;
|
|
158
|
+
if (this.yk) {
|
|
159
|
+
let g = this.w5;
|
|
160
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yx));
|
|
161
161
|
}
|
|
162
162
|
else {
|
|
163
|
-
let h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
163
|
+
let h = this.w5;
|
|
164
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yx));
|
|
165
165
|
}
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
168
|
+
this.w5.zd = this.ye;
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
171
|
+
this.w5.aad = this.ym;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
|
|
175
|
+
yy(a, b) {
|
|
176
176
|
if (this.assigningScatterStyle != null) {
|
|
177
177
|
this.assigningScatterStyle(this, b);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
|
|
180
|
+
yx(a, b) {
|
|
181
181
|
if (this.assigningScatterMarkerStyle != null) {
|
|
182
182
|
this.assigningScatterMarkerStyle(this, b);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
187
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
187
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yj:yz', [0, false], 'IsCustomScatterStyleAllowed:yk:y0', [0, false], 'ItemSearchMode:ye:y1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ym:y2', [1, 10000], 'LatitudeMemberPath:yr:y3', [2, null], 'LongitudeMemberPath:yt:y4', [2, null], 'MarkerCollisionAvoidance:yd:y5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yl:y6', [0, false]]);
|
|
188
188
|
return GeographicSymbolSeries;
|
|
189
189
|
})();
|
|
@@ -15,60 +15,60 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
16
16
|
constructor() {
|
|
17
17
|
super();
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
18
|
+
this.yl = null;
|
|
19
|
+
this.yk = null;
|
|
20
20
|
this.imageTilesReady = null;
|
|
21
21
|
this.ab = GeographicTileSeries.$;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
bk() {
|
|
24
24
|
return new GeographicTileSeries();
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
get_f4() {
|
|
27
27
|
return true;
|
|
28
28
|
}
|
|
29
|
-
get
|
|
30
|
-
return this.
|
|
29
|
+
get ym() {
|
|
30
|
+
return this.yl;
|
|
31
31
|
}
|
|
32
|
-
set
|
|
33
|
-
let b = a != this.
|
|
32
|
+
set ym(a) {
|
|
33
|
+
let b = a != this.ym;
|
|
34
34
|
if (b) {
|
|
35
|
-
let c = this.
|
|
36
|
-
this.
|
|
35
|
+
let c = this.ym;
|
|
36
|
+
this.yl = a;
|
|
37
37
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
if (this.
|
|
42
|
-
this.
|
|
40
|
+
yq() {
|
|
41
|
+
if (this.ym != null) {
|
|
42
|
+
this.ym.clearTileCache();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
super.
|
|
45
|
+
rc(a, b, c, d) {
|
|
46
|
+
super.rc(a, b, c, d);
|
|
47
47
|
switch (b) {
|
|
48
48
|
case "TileImagery":
|
|
49
|
-
if (this.
|
|
50
|
-
this.
|
|
49
|
+
if (this.w5 != null) {
|
|
50
|
+
this.w5.aag = this.ym;
|
|
51
51
|
}
|
|
52
52
|
break;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
|
|
56
|
-
super.
|
|
57
|
-
this.
|
|
58
|
-
if (this.
|
|
59
|
-
let c = this.
|
|
60
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
55
|
+
xa(a, b) {
|
|
56
|
+
super.xa(a, b);
|
|
57
|
+
this.w5.aag = this.ym;
|
|
58
|
+
if (this.yk != null) {
|
|
59
|
+
let c = this.yk;
|
|
60
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yp));
|
|
61
61
|
}
|
|
62
|
-
this.
|
|
63
|
-
if (this.
|
|
64
|
-
let d = this.
|
|
65
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
62
|
+
this.yk = this.w5;
|
|
63
|
+
if (this.yk != null) {
|
|
64
|
+
let d = this.yk;
|
|
65
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yp));
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
w4() {
|
|
69
69
|
return new TileSeries();
|
|
70
70
|
}
|
|
71
|
-
|
|
71
|
+
yp(a, b) {
|
|
72
72
|
if (this.imageTilesReady != null) {
|
|
73
73
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
74
74
|
}
|
|
@@ -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.cu = null;
|
|
17
|
+
this.cu = a;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
|