igniteui-angular-maps 19.0.0 → 19.1.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.
Files changed (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1710 -1710
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +66 -66
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -50
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +121 -121
  86. 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.ch = null;
23
- this.ch = a;
22
+ this.cu = null;
23
+ this.cu = a;
24
24
  }
25
- au() {
26
- super.au();
27
- if (!this.q) {
25
+ a4() {
26
+ super.a4();
27
+ if (!this.t) {
28
28
  }
29
29
  }
30
- b5() {
31
- let a = this.ch.w0;
32
- super.b5();
33
- a.aat = this.ch.yo;
34
- a.aa1 = this.ch.ym;
35
- a.xa = this.ch.xa;
36
- a.x2 = this.ch.xq;
37
- a.xj = this.ch.xb;
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
- cj() {
40
- this.ch.w0.aat = this.ch.yo;
39
+ cw() {
40
+ this.cu.w5.aay = this.cu.yt;
41
41
  }
42
- ci() {
43
- this.ch.w0.aa1 = this.ch.ym;
42
+ cv() {
43
+ this.cu.w5.aa6 = this.cu.yr;
44
44
  }
45
- cp() {
46
- this.ch.w0.xa = this.ch.xa;
45
+ c2() {
46
+ this.cu.w5.xf = this.cu.xf;
47
47
  }
48
- cn() {
49
- this.ch.w0.x2 = this.ch.xq;
48
+ c0() {
49
+ this.cu.w5.x7 = this.cu.xv;
50
50
  }
51
- co() {
52
- this.ch.w0.xj = this.ch.xb;
51
+ c1() {
52
+ this.cu.w5.xo = this.cu.xg;
53
53
  }
54
- cq() {
55
- this.ch.w0.z9 = this.ch.xc;
54
+ c3() {
55
+ this.cu.w5.aae = this.cu.xh;
56
56
  }
57
- cs() {
58
- this.ch.w0.xAxis = this.ch.db.ws;
57
+ c5() {
58
+ this.cu.w5.xAxis = this.cu.dc.w7;
59
59
  }
60
- ct() {
61
- this.ch.w0.yAxis = this.ch.db.wu;
60
+ c6() {
61
+ this.cu.w5.yAxis = this.cu.dc.w9;
62
62
  }
63
- cr() {
64
- let a = this.ch.w0;
65
- if (this.ch.db == null) {
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.ch.db.ws;
71
- a.yAxis = this.ch.db.wu;
70
+ a.xAxis = this.cu.dc.w7;
71
+ a.yAxis = this.cu.dc.w9;
72
72
  }
73
- cl() {
74
- this.ch.w0.yt = this.ch.x8;
73
+ cy() {
74
+ this.cu.w5.yy = this.cu.yd;
75
75
  }
76
- ck() {
77
- this.ch.w0.yj = this.ch.x4;
76
+ cx() {
77
+ this.cu.w5.yo = this.cu.x9;
78
78
  }
79
- cm() {
80
- this.ch.w0.yk = this.ch.x5;
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.ya = null;
94
- this.yd = false;
95
- this.yc = false;
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
- bj() {
100
+ bk() {
101
101
  return new GeographicSymbolSeries();
102
102
  }
103
- get_ei() {
103
+ get_ek() {
104
104
  return true;
105
105
  }
106
- cs() {
106
+ ct() {
107
107
  return new GeographicSymbolSeriesView(this);
108
108
  }
109
- q1(a) {
110
- super.q1(a);
111
- this.yb = a;
109
+ q3(a) {
110
+ super.q3(a);
111
+ this.yg = a;
112
112
  }
113
- jl() {
113
+ jm() {
114
114
  return 0.7;
115
115
  }
116
- wz() {
116
+ w4() {
117
117
  return new ScatterSeries();
118
118
  }
119
- get_fe() {
119
+ get_ff() {
120
120
  return true;
121
121
  }
122
- q9(a, b, c, d) {
123
- super.q9(a, b, c, d);
122
+ rc(a, b, c, d) {
123
+ super.rc(a, b, c, d);
124
124
  switch (b) {
125
125
  case "SeriesViewer":
126
- this.yb.cr();
126
+ this.yg.c4();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[5]:
129
- this.yb.cj();
129
+ this.yg.cw();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[4]:
132
- this.yb.ci();
132
+ this.yg.cv();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[6]:
135
- this.yb.cl();
135
+ this.yg.cy();
136
136
  break;
137
137
  case "XAxis":
138
- this.yb.cs();
138
+ this.yg.c5();
139
139
  break;
140
140
  case "YAxis":
141
- this.yb.ct();
141
+ this.yg.c6();
142
142
  break;
143
143
  case GeographicSymbolSeries.$$p[1]:
144
- this.w0.zp = this.yf;
145
- this.yd = this.yf;
146
- if (this.yf) {
147
- let e = this.w0;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yt));
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.w0;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yt));
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.w0.zo = this.ye;
157
- this.yc = this.ye;
158
- if (this.yf) {
159
- let g = this.w0;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ys));
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.w0;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ys));
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.w0.y8 = this.x9;
168
+ this.w5.zd = this.ye;
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[3]:
171
- this.w0.z8 = this.yh;
171
+ this.w5.aad = this.ym;
172
172
  break;
173
173
  }
174
174
  }
175
- yt(a, b) {
175
+ yy(a, b) {
176
176
  if (this.assigningScatterStyle != null) {
177
177
  this.assigningScatterStyle(this, b);
178
178
  }
179
179
  }
180
- ys(a, b) {
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:ye:yu', [0, false], 'IsCustomScatterStyleAllowed:yf:yv', [0, false], 'ItemSearchMode:x9:yw', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yh:yx', [1, 10000], 'LatitudeMemberPath:ym:yy', [2, null], 'LongitudeMemberPath:yo:yz', [2, null], 'MarkerCollisionAvoidance:x8:y0', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yg:y1', [0, false]]);
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.yg = null;
19
- this.yf = null;
18
+ this.yl = null;
19
+ this.yk = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
23
- bj() {
23
+ bk() {
24
24
  return new GeographicTileSeries();
25
25
  }
26
- get_f3() {
26
+ get_f4() {
27
27
  return true;
28
28
  }
29
- get yh() {
30
- return this.yg;
29
+ get ym() {
30
+ return this.yl;
31
31
  }
32
- set yh(a) {
33
- let b = a != this.yh;
32
+ set ym(a) {
33
+ let b = a != this.ym;
34
34
  if (b) {
35
- let c = this.yh;
36
- this.yg = a;
35
+ let c = this.ym;
36
+ this.yl = a;
37
37
  this.raisePropertyChanged("TileImagery", c, a);
38
38
  }
39
39
  }
40
- yl() {
41
- if (this.yh != null) {
42
- this.yh.clearTileCache();
40
+ yq() {
41
+ if (this.ym != null) {
42
+ this.ym.clearTileCache();
43
43
  }
44
44
  }
45
- q9(a, b, c, d) {
46
- super.q9(a, b, c, d);
45
+ rc(a, b, c, d) {
46
+ super.rc(a, b, c, d);
47
47
  switch (b) {
48
48
  case "TileImagery":
49
- if (this.w0 != null) {
50
- this.w0.aab = this.yh;
49
+ if (this.w5 != null) {
50
+ this.w5.aag = this.ym;
51
51
  }
52
52
  break;
53
53
  }
54
54
  }
55
- w5(a, b) {
56
- super.w5(a, b);
57
- this.w0.aab = this.yh;
58
- if (this.yf != null) {
59
- let c = this.yf;
60
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yk));
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.yf = this.w0;
63
- if (this.yf != null) {
64
- let d = this.yf;
65
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yk));
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
- wz() {
68
+ w4() {
69
69
  return new TileSeries();
70
70
  }
71
- yk(a, b) {
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.ch = null;
17
- this.ch = a;
16
+ this.cu = null;
17
+ this.cu = a;
18
18
  }
19
19
  }
20
20
  GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);