igniteui-angular-maps 18.1.1 → 18.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.
Files changed (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1560 -1474
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -40
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +85 -85
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1563 -1489
  60. package/fesm5/igniteui-angular-maps.js +1561 -1475
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +116 -116
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
28
  }
29
29
  }
30
30
  b5() {
31
- let a = this.ch.ws;
31
+ let a = this.ch.wy;
32
32
  super.b5();
33
- a.aal = this.ch.yg;
34
- a.aat = this.ch.ye;
35
- a.w2 = this.ch.w2;
36
- a.xu = this.ch.xi;
37
- a.xb = this.ch.w3;
33
+ a.aar = this.ch.ym;
34
+ a.aaz = this.ch.yk;
35
+ a.w8 = this.ch.w8;
36
+ a.x0 = this.ch.xo;
37
+ a.xh = this.ch.w9;
38
38
  }
39
39
  cj() {
40
- this.ch.ws.aal = this.ch.yg;
40
+ this.ch.wy.aar = this.ch.ym;
41
41
  }
42
42
  ci() {
43
- this.ch.ws.aat = this.ch.ye;
43
+ this.ch.wy.aaz = this.ch.yk;
44
44
  }
45
45
  cp() {
46
- this.ch.ws.w2 = this.ch.w2;
46
+ this.ch.wy.w8 = this.ch.w8;
47
47
  }
48
48
  cn() {
49
- this.ch.ws.xu = this.ch.xi;
49
+ this.ch.wy.x0 = this.ch.xo;
50
50
  }
51
51
  co() {
52
- this.ch.ws.xb = this.ch.w3;
52
+ this.ch.wy.xh = this.ch.w9;
53
53
  }
54
54
  cq() {
55
- this.ch.ws.z1 = this.ch.w4;
55
+ this.ch.wy.z7 = this.ch.xa;
56
56
  }
57
57
  cs() {
58
- this.ch.ws.xAxis = this.ch.c9.v8;
58
+ this.ch.wy.xAxis = this.ch.db.wr;
59
59
  }
60
60
  ct() {
61
- this.ch.ws.yAxis = this.ch.c9.wa;
61
+ this.ch.wy.yAxis = this.ch.db.wt;
62
62
  }
63
63
  cr() {
64
- let a = this.ch.ws;
65
- if (this.ch.c9 == null) {
64
+ let a = this.ch.wy;
65
+ if (this.ch.db == null) {
66
66
  a.xAxis = null;
67
67
  a.yAxis = null;
68
68
  return;
69
69
  }
70
- a.xAxis = this.ch.c9.v8;
71
- a.yAxis = this.ch.c9.wa;
70
+ a.xAxis = this.ch.db.wr;
71
+ a.yAxis = this.ch.db.wt;
72
72
  }
73
73
  cl() {
74
- this.ch.ws.yl = this.ch.x0;
74
+ this.ch.wy.yr = this.ch.x6;
75
75
  }
76
76
  ck() {
77
- this.ch.ws.yb = this.ch.xw;
77
+ this.ch.wy.yh = this.ch.x2;
78
78
  }
79
79
  cm() {
80
- this.ch.ws.yc = this.ch.xx;
80
+ this.ch.wy.yi = this.ch.x3;
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.x2 = null;
94
- this.x5 = false;
95
- this.x4 = false;
93
+ this.x8 = null;
94
+ this.yb = false;
95
+ this.ya = false;
96
96
  this.assigningScatterStyle = null;
97
97
  this.assigningScatterMarkerStyle = null;
98
98
  this.ab = GeographicSymbolSeries.$;
99
99
  }
100
- bi() {
100
+ bj() {
101
101
  return new GeographicSymbolSeries();
102
102
  }
103
- get_eg() {
103
+ get_ei() {
104
104
  return true;
105
105
  }
106
- cq() {
106
+ cs() {
107
107
  return new GeographicSymbolSeriesView(this);
108
108
  }
109
- qx(a) {
110
- super.qx(a);
111
- this.x3 = a;
109
+ qz(a) {
110
+ super.qz(a);
111
+ this.x9 = a;
112
112
  }
113
- jj() {
113
+ jl() {
114
114
  return 0.7;
115
115
  }
116
- wr() {
116
+ wx() {
117
117
  return new ScatterSeries();
118
118
  }
119
- get_fc() {
119
+ get_fe() {
120
120
  return true;
121
121
  }
122
- q5(a, b, c, d) {
123
- super.q5(a, b, c, d);
122
+ q7(a, b, c, d) {
123
+ super.q7(a, b, c, d);
124
124
  switch (b) {
125
125
  case "SeriesViewer":
126
- this.x3.cr();
126
+ this.x9.cr();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[5]:
129
- this.x3.cj();
129
+ this.x9.cj();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[4]:
132
- this.x3.ci();
132
+ this.x9.ci();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[6]:
135
- this.x3.cl();
135
+ this.x9.cl();
136
136
  break;
137
137
  case "XAxis":
138
- this.x3.cs();
138
+ this.x9.cs();
139
139
  break;
140
140
  case "YAxis":
141
- this.x3.ct();
141
+ this.x9.ct();
142
142
  break;
143
143
  case GeographicSymbolSeries.$$p[1]:
144
- this.ws.zh = this.x7;
145
- this.x5 = this.x7;
146
- if (this.x7) {
147
- let e = this.ws;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yl));
144
+ this.wy.zn = this.yd;
145
+ this.yb = this.yd;
146
+ if (this.yd) {
147
+ let e = this.wy;
148
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yr));
149
149
  }
150
150
  else {
151
- let f = this.ws;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yl));
151
+ let f = this.wy;
152
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yr));
153
153
  }
154
154
  break;
155
155
  case GeographicSymbolSeries.$$p[0]:
156
- this.ws.zg = this.x6;
157
- this.x4 = this.x6;
158
- if (this.x7) {
159
- let g = this.ws;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yk));
156
+ this.wy.zm = this.yc;
157
+ this.ya = this.yc;
158
+ if (this.yd) {
159
+ let g = this.wy;
160
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yq));
161
161
  }
162
162
  else {
163
- let h = this.ws;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yk));
163
+ let h = this.wy;
164
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yq));
165
165
  }
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[2]:
168
- this.ws.y0 = this.x1;
168
+ this.wy.y6 = this.x7;
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[3]:
171
- this.ws.z0 = this.x9;
171
+ this.wy.z6 = this.yf;
172
172
  break;
173
173
  }
174
174
  }
175
- yl(a, b) {
175
+ yr(a, b) {
176
176
  if (this.assigningScatterStyle != null) {
177
177
  this.assigningScatterStyle(this, b);
178
178
  }
179
179
  }
180
- yk(a, b) {
180
+ yq(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:x6:ym', [0, false], 'IsCustomScatterStyleAllowed:x7:yn', [0, false], 'ItemSearchMode:x1:yo', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:x9:yp', [1, 10000], 'LatitudeMemberPath:ye:yq', [2, null], 'LongitudeMemberPath:yg:yr', [2, null], 'MarkerCollisionAvoidance:x0:ys', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:x8:yt', [0, false]]);
187
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yc:ys', [0, false], 'IsCustomScatterStyleAllowed:yd:yt', [0, false], 'ItemSearchMode:x7:yu', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yf:yv', [1, 10000], 'LatitudeMemberPath:yk:yw', [2, null], 'LongitudeMemberPath:ym:yx', [2, null], 'MarkerCollisionAvoidance:x6:yy', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:ye:yz', [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.xz = null;
19
- this.xy = null;
18
+ this.ye = null;
19
+ this.yd = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
23
- bi() {
23
+ bj() {
24
24
  return new GeographicTileSeries();
25
25
  }
26
- get_f1() {
26
+ get_f3() {
27
27
  return true;
28
28
  }
29
- get x0() {
30
- return this.xz;
29
+ get yf() {
30
+ return this.ye;
31
31
  }
32
- set x0(a) {
33
- let b = a != this.x0;
32
+ set yf(a) {
33
+ let b = a != this.yf;
34
34
  if (b) {
35
- let c = this.x0;
36
- this.xz = a;
35
+ let c = this.yf;
36
+ this.ye = a;
37
37
  this.raisePropertyChanged("TileImagery", c, a);
38
38
  }
39
39
  }
40
- x4() {
41
- if (this.x0 != null) {
42
- this.x0.clearTileCache();
40
+ yj() {
41
+ if (this.yf != null) {
42
+ this.yf.clearTileCache();
43
43
  }
44
44
  }
45
- q5(a, b, c, d) {
46
- super.q5(a, b, c, d);
45
+ q7(a, b, c, d) {
46
+ super.q7(a, b, c, d);
47
47
  switch (b) {
48
48
  case "TileImagery":
49
- if (this.ws != null) {
50
- this.ws.zl = this.x0;
49
+ if (this.wy != null) {
50
+ this.wy.z9 = this.yf;
51
51
  }
52
52
  break;
53
53
  }
54
54
  }
55
- wx() {
56
- super.wx();
57
- this.ws.zl = this.x0;
58
- if (this.xy != null) {
59
- let a = this.xy;
60
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.x3));
55
+ w3(a, b) {
56
+ super.w3(a, b);
57
+ this.wy.z9 = this.yf;
58
+ if (this.yd != null) {
59
+ let c = this.yd;
60
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yi));
61
61
  }
62
- this.xy = this.ws;
63
- if (this.xy != null) {
64
- let b = this.xy;
65
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.x3));
62
+ this.yd = this.wy;
63
+ if (this.yd != null) {
64
+ let d = this.yd;
65
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yi));
66
66
  }
67
67
  }
68
- wr() {
68
+ wx() {
69
69
  return new TileSeries();
70
70
  }
71
- x3(a, b) {
71
+ yi(a, b) {
72
72
  if (this.imageTilesReady != null) {
73
73
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
74
74
  }
@@ -101,8 +101,8 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
101
101
  }
102
102
  }
103
103
  t(a, b, c, d, e) {
104
- d = a.l6;
105
- e = a.l5;
104
+ d = a.mc;
105
+ e = a.mb;
106
106
  return {
107
107
  p3: d,
108
108
  p4: e
@@ -123,8 +123,8 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
123
123
  }
124
124
  }
125
125
  t(a, b, c, d, e) {
126
- d = this.ak(a.l6);
127
- e = this.ak(a.l5);
126
+ d = this.ak(a.mc);
127
+ e = this.ak(a.mb);
128
128
  return {
129
129
  p3: d,
130
130
  p4: e
@@ -21,50 +21,50 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
- this.zj = null;
25
- this.zi = null;
24
+ this.z7 = null;
25
+ this.z6 = null;
26
26
  this.imageTilesReady = null;
27
- this.zm = null;
28
- this.zn = false;
27
+ this.aaa = null;
28
+ this.aab = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- bi() {
31
+ bj() {
32
32
  return new TileSeries();
33
33
  }
34
- get_f1() {
34
+ get_f3() {
35
35
  return true;
36
36
  }
37
- cq() {
37
+ cs() {
38
38
  return new TileSeriesView(this);
39
39
  }
40
- qx(a) {
41
- super.qx(a);
42
- this.zh = a;
40
+ qz(a) {
41
+ super.qz(a);
42
+ this.z5 = a;
43
43
  }
44
- get_xt() {
44
+ get_x8() {
45
45
  return false;
46
46
  }
47
- get zl() {
48
- return this.zj;
47
+ get z9() {
48
+ return this.z7;
49
49
  }
50
- set zl(a) {
51
- let b = a != this.zl;
50
+ set z9(a) {
51
+ let b = a != this.z9;
52
52
  if (b) {
53
- let c = this.zl;
54
- this.zj = a;
53
+ let c = this.z9;
54
+ this.z7 = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  }
58
- get zk() {
59
- return this.zi;
58
+ get z8() {
59
+ return this.z6;
60
60
  }
61
- set zk(a) {
62
- let b = this.zi;
63
- this.zi = a;
64
- this.raisePropertyChanged("ActualTileImagery", b, this.zi);
61
+ set z8(a) {
62
+ let b = this.z6;
63
+ this.z6 = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.z6);
65
65
  }
66
- q5(a, b, c, d) {
67
- super.q5(a, b, c, d);
66
+ q7(a, b, c, d) {
67
+ super.q7(a, b, c, d);
68
68
  let e;
69
69
  let f;
70
70
  switch (b) {
@@ -72,141 +72,141 @@ export let TileSeries = /*@__PURE__*/ (() => {
72
72
  e = c;
73
73
  f = d;
74
74
  if (e != null) {
75
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zq));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aae));
76
76
  }
77
77
  if (f != null) {
78
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zq));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aae));
79
79
  }
80
- this.zh.dh(e, f);
81
- this.rn(false);
82
- this.qh();
80
+ this.z5.dh(e, f);
81
+ this.rp(false);
82
+ this.qj();
83
83
  break;
84
84
  case "ActualTileImagery":
85
85
  e = c;
86
86
  f = d;
87
87
  if (e != null) {
88
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zr));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaf));
89
89
  e.deferralHandler = null;
90
90
  }
91
91
  if (f != null) {
92
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zr));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaf));
93
93
  f.deferralHandler = this;
94
94
  }
95
- this.zh.dg(e, f);
96
- if (f != null && typeCast(XamGeographicMap.$, this.c9) !== null) {
97
- f.geographicMap = this.c9;
98
- this.zt(this.ct);
99
- this.zh.dd(this.c9.vl);
95
+ this.z5.dg(e, f);
96
+ if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
97
+ f.geographicMap = this.db;
98
+ this.aah(this.cv);
99
+ this.z5.dd(this.db.v4);
100
100
  }
101
- this.qh();
101
+ this.qj();
102
102
  break;
103
103
  case "ActualWindowRect":
104
- this.zh.dd(d);
104
+ this.z5.dd(d);
105
105
  break;
106
106
  case "WorldRect":
107
- this.zh.dk(d);
107
+ this.z5.dk(d);
108
108
  break;
109
109
  case "SeriesViewer":
110
110
  let g = c;
111
111
  let h = d;
112
- if (g != null && this.zk != null) {
113
- this.zk.be(null);
112
+ if (g != null && this.z8 != null) {
113
+ this.z8.be(null);
114
114
  }
115
- if (h != null && this.zk != null) {
116
- this.zk.be(this.ct.w);
115
+ if (h != null && this.z8 != null) {
116
+ this.z8.be(this.cv.w);
117
117
  }
118
118
  break;
119
119
  case "ActualBrush":
120
120
  case "ActualOutline":
121
121
  case "ActualThickness":
122
- this.qj();
122
+ this.ql();
123
123
  break;
124
124
  }
125
125
  }
126
- zq(a, b) {
126
+ aae(a, b) {
127
127
  if (b.propertyName == "MultiScaleImage") {
128
- this.zt(this.ct);
128
+ this.aah(this.cv);
129
129
  }
130
130
  }
131
- zr(a, b) {
131
+ aaf(a, b) {
132
132
  if (this.imageTilesReady != null) {
133
133
  this.imageTilesReady(this, new EventArgs());
134
134
  }
135
- if (!this.zn) {
136
- this.zh.di();
135
+ if (!this.aab) {
136
+ this.z5.di();
137
137
  }
138
138
  }
139
139
  register(a, b) {
140
- this.zm = b;
140
+ this.aaa = b;
141
141
  }
142
142
  unRegister(a) {
143
- this.zm = null;
143
+ this.aaa = null;
144
144
  }
145
145
  deferredRefresh() {
146
- this.rn(false);
146
+ this.rp(false);
147
147
  }
148
148
  deferAction(a) {
149
- if (this.jx != null) {
150
- this.jx.setTimeout(a, 0);
149
+ if (this.jz != null) {
150
+ this.jz.setTimeout(a, 0);
151
151
  }
152
152
  else {
153
153
  window.setTimeout(a, 0);
154
154
  }
155
155
  }
156
- sk(a, b) {
157
- this.zh.dj();
158
- super.sk(a, b);
156
+ so(a, b) {
157
+ this.z5.dj();
158
+ super.so(a, b);
159
159
  }
160
- ro(a) {
161
- super.ro(a);
162
- this.zs(a, this.ct);
160
+ rq(a) {
161
+ super.rq(a);
162
+ this.aag(a, this.cv);
163
163
  }
164
- zs(a, b) {
164
+ aag(a, b) {
165
165
  let c;
166
166
  let d;
167
167
  let e = b;
168
168
  let f = b.getViewInfo(c, d);
169
169
  c = f.p0;
170
170
  d = f.p1;
171
- this.zt(b);
172
- if (this.zm != null) {
173
- this.zn = true;
174
- this.zm(a);
175
- this.zn = false;
171
+ this.aah(b);
172
+ if (this.aaa != null) {
173
+ this.aab = true;
174
+ this.aaa(a);
175
+ this.aab = false;
176
176
  }
177
177
  e.di();
178
178
  }
179
- rm(a, b, c, d, e) {
180
- super.rm(a, b, c, d, e);
181
- let f = this.hl.item(d);
179
+ ro(a, b, c, d, e) {
180
+ super.ro(a, b, c, d, e);
181
+ let f = this.hn.item(d);
182
182
  f.a3(c);
183
- if (this.d3(f)) {
183
+ if (this.d5(f)) {
184
184
  return;
185
185
  }
186
- this.y0(f);
186
+ this.zl(f);
187
187
  }
188
- zt(a) {
188
+ aah(a) {
189
189
  let b;
190
190
  let c;
191
191
  let d = a.getViewInfo(b, c);
192
192
  b = d.p0;
193
193
  c = d.p1;
194
- if (this.zl != null && this.zl.ao != null) {
195
- if (this.zl != this.zk) {
196
- this.zk = this.zl;
194
+ if (this.z9 != null && this.z9.ao != null) {
195
+ if (this.z9 != this.z8) {
196
+ this.z8 = this.z9;
197
197
  }
198
- if (this.zk != null && !b.isEmpty) {
199
- if (this.zk.width != b.width) {
200
- this.zk.width = b.width;
198
+ if (this.z8 != null && !b.isEmpty) {
199
+ if (this.z8.width != b.width) {
200
+ this.z8.width = b.width;
201
201
  }
202
- if (this.zk.height != b.height) {
203
- this.zk.height = b.height;
202
+ if (this.z8.height != b.height) {
203
+ this.z8.height = b.height;
204
204
  }
205
205
  }
206
206
  }
207
207
  }
208
- o3(a, b) {
209
- super.o3(a, b);
208
+ o5(a, b) {
209
+ super.o5(a, b);
210
210
  b.de();
211
211
  }
212
212
  }
@@ -229,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
229
229
  au() {
230
230
  super.au();
231
231
  if (!this.q) {
232
- this.da.vp = Defaults.ao;
233
- this.da.u9 = Defaults.an;
232
+ this.da.vt = Defaults.ao;
233
+ this.da.vd = Defaults.an;
234
234
  }
235
235
  }
236
236
  ck(a, b) {
@@ -257,14 +257,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
257
257
  this.as();
258
258
  }
259
259
  dd(a) {
260
- if (this.da.zl != null) {
261
- this.da.zl.windowRect = a;
260
+ if (this.da.z9 != null) {
261
+ this.da.z9.windowRect = a;
262
262
  }
263
263
  }
264
264
  dg(a, b) {
265
265
  if (this.dc == null) {
266
- this.dc = this.e.jx.createElement("canvas");
267
- let c = this.e.jx.get2DCanvasContext(this.dc);
266
+ this.dc = this.e.jz.createElement("canvas");
267
+ let c = this.e.jz.get2DCanvasContext(this.dc);
268
268
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
269
269
  this.dc.setAttribute("width", this.bx.width.toString());
270
270
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -293,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
293
293
  this.dc.setAttribute("width", this.bx.width.toString());
294
294
  this.dc.setAttribute("height", this.bx.height.toString());
295
295
  }
296
- if (this.da.zl != null) {
297
- this.da.zl.bf(this.bx);
296
+ if (this.da.z9 != null) {
297
+ this.da.z9.bf(this.bx);
298
298
  }
299
299
  }
300
300
  a8(a, b) {
@@ -328,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
328
328
  de() {
329
329
  }
330
330
  dk(a) {
331
- if (this.da.zl != null) {
332
- this.da.zl.a6();
331
+ if (this.da.z9 != null) {
332
+ this.da.z9.a6();
333
333
  }
334
334
  }
335
335
  }