igniteui-webcomponents-maps 5.1.0 → 5.1.1-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 (75) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1595 -1506
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +38 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +206 -191
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +57 -57
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +92 -92
  14. package/esm2015/lib/XamGeographicMap_combined.js +454 -454
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +76 -22
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +38 -38
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +204 -189
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +57 -57
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +90 -90
  40. package/esm5/lib/XamGeographicMap_combined.js +447 -447
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  43. package/esm5/lib/igc-geographic-map-component.js +50 -50
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +88 -22
  50. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  52. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-webcomponents-maps.js +1598 -1521
  56. package/fesm5/igniteui-webcomponents-maps.js +1596 -1507
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +48 -47
  60. package/lib/GeographicMarkerSeries.d.ts +16 -16
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +22 -22
  73. package/lib/XamGeographicMap_combined.d.ts +107 -107
  74. package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
  75. package/package.json +3 -3
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  }
31
31
  };
32
32
  GeographicSymbolSeriesView.prototype.b5 = function () {
33
- var a = this.ch.ww;
33
+ var a = this.ch.wy;
34
34
  _super.prototype.b5.call(this);
35
- a.aap = this.ch.yk;
36
- a.aax = this.ch.yi;
37
- a.w6 = this.ch.w6;
38
- a.xy = this.ch.xm;
39
- a.xf = this.ch.w7;
35
+ a.aar = this.ch.ym;
36
+ a.aaz = this.ch.yk;
37
+ a.w8 = this.ch.w8;
38
+ a.x0 = this.ch.xo;
39
+ a.xh = this.ch.w9;
40
40
  };
41
41
  GeographicSymbolSeriesView.prototype.cj = function () {
42
- this.ch.ww.aap = this.ch.yk;
42
+ this.ch.wy.aar = this.ch.ym;
43
43
  };
44
44
  GeographicSymbolSeriesView.prototype.ci = function () {
45
- this.ch.ww.aax = this.ch.yi;
45
+ this.ch.wy.aaz = this.ch.yk;
46
46
  };
47
47
  GeographicSymbolSeriesView.prototype.cp = function () {
48
- this.ch.ww.w6 = this.ch.w6;
48
+ this.ch.wy.w8 = this.ch.w8;
49
49
  };
50
50
  GeographicSymbolSeriesView.prototype.cn = function () {
51
- this.ch.ww.xy = this.ch.xm;
51
+ this.ch.wy.x0 = this.ch.xo;
52
52
  };
53
53
  GeographicSymbolSeriesView.prototype.co = function () {
54
- this.ch.ww.xf = this.ch.w7;
54
+ this.ch.wy.xh = this.ch.w9;
55
55
  };
56
56
  GeographicSymbolSeriesView.prototype.cq = function () {
57
- this.ch.ww.z5 = this.ch.w8;
57
+ this.ch.wy.z7 = this.ch.xa;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.cs = function () {
60
- this.ch.ww.xAxis = this.ch.da.wn;
60
+ this.ch.wy.xAxis = this.ch.db.wr;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.ct = function () {
63
- this.ch.ww.yAxis = this.ch.da.wp;
63
+ this.ch.wy.yAxis = this.ch.db.wt;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.cr = function () {
66
- var a = this.ch.ww;
67
- if (this.ch.da == null) {
66
+ var a = this.ch.wy;
67
+ if (this.ch.db == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.ch.da.wn;
73
- a.yAxis = this.ch.da.wp;
72
+ a.xAxis = this.ch.db.wr;
73
+ a.yAxis = this.ch.db.wt;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.cl = function () {
76
- this.ch.ww.yp = this.ch.x4;
76
+ this.ch.wy.yr = this.ch.x6;
77
77
  };
78
78
  GeographicSymbolSeriesView.prototype.ck = function () {
79
- this.ch.ww.yf = this.ch.x0;
79
+ this.ch.wy.yh = this.ch.x2;
80
80
  };
81
81
  GeographicSymbolSeriesView.prototype.cm = function () {
82
- this.ch.ww.yg = this.ch.x1;
82
+ this.ch.wy.yi = this.ch.x3;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -92,9 +92,9 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  __extends(GeographicSymbolSeries, _super);
93
93
  function GeographicSymbolSeries() {
94
94
  var _this = _super.call(this) || this;
95
- _this.x6 = null;
96
- _this.x9 = false;
97
- _this.x8 = false;
95
+ _this.x8 = null;
96
+ _this.yb = false;
97
+ _this.ya = false;
98
98
  _this.assigningScatterStyle = null;
99
99
  _this.assigningScatterMarkerStyle = null;
100
100
  _this.ab = GeographicSymbolSeries.$;
@@ -103,90 +103,90 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
103
103
  GeographicSymbolSeries.prototype.bj = function () {
104
104
  return new GeographicSymbolSeries();
105
105
  };
106
- GeographicSymbolSeries.prototype.get_eh = function () {
106
+ GeographicSymbolSeries.prototype.get_ei = function () {
107
107
  return true;
108
108
  };
109
- GeographicSymbolSeries.prototype.cr = function () {
109
+ GeographicSymbolSeries.prototype.cs = function () {
110
110
  return new GeographicSymbolSeriesView(this);
111
111
  };
112
- GeographicSymbolSeries.prototype.qy = function (a) {
113
- _super.prototype.qy.call(this, a);
114
- this.x7 = a;
112
+ GeographicSymbolSeries.prototype.qz = function (a) {
113
+ _super.prototype.qz.call(this, a);
114
+ this.x9 = a;
115
115
  };
116
- GeographicSymbolSeries.prototype.jk = function () {
116
+ GeographicSymbolSeries.prototype.jl = function () {
117
117
  return 0.7;
118
118
  };
119
- GeographicSymbolSeries.prototype.wv = function () {
119
+ GeographicSymbolSeries.prototype.wx = function () {
120
120
  return new ScatterSeries();
121
121
  };
122
- GeographicSymbolSeries.prototype.get_fd = function () {
122
+ GeographicSymbolSeries.prototype.get_fe = function () {
123
123
  return true;
124
124
  };
125
- GeographicSymbolSeries.prototype.q6 = function (a, b, c, d) {
126
- _super.prototype.q6.call(this, a, b, c, d);
125
+ GeographicSymbolSeries.prototype.q7 = function (a, b, c, d) {
126
+ _super.prototype.q7.call(this, a, b, c, d);
127
127
  switch (b) {
128
128
  case "SeriesViewer":
129
- this.x7.cr();
129
+ this.x9.cr();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[5]:
132
- this.x7.cj();
132
+ this.x9.cj();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[4]:
135
- this.x7.ci();
135
+ this.x9.ci();
136
136
  break;
137
137
  case GeographicSymbolSeries.$$p[6]:
138
- this.x7.cl();
138
+ this.x9.cl();
139
139
  break;
140
140
  case "XAxis":
141
- this.x7.cs();
141
+ this.x9.cs();
142
142
  break;
143
143
  case "YAxis":
144
- this.x7.ct();
144
+ this.x9.ct();
145
145
  break;
146
146
  case GeographicSymbolSeries.$$p[1]:
147
- this.ww.zl = this.yb;
148
- this.x9 = this.yb;
149
- if (this.yb) {
150
- var e = this.ww;
151
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yp));
147
+ this.wy.zn = this.yd;
148
+ this.yb = this.yd;
149
+ if (this.yd) {
150
+ var e = this.wy;
151
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yr));
152
152
  }
153
153
  else {
154
- var f = this.ww;
155
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yp));
154
+ var f = this.wy;
155
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yr));
156
156
  }
157
157
  break;
158
158
  case GeographicSymbolSeries.$$p[0]:
159
- this.ww.zk = this.ya;
160
- this.x8 = this.ya;
161
- if (this.yb) {
162
- var g = this.ww;
163
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yo));
159
+ this.wy.zm = this.yc;
160
+ this.ya = this.yc;
161
+ if (this.yd) {
162
+ var g = this.wy;
163
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yq));
164
164
  }
165
165
  else {
166
- var h = this.ww;
167
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yo));
166
+ var h = this.wy;
167
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yq));
168
168
  }
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[2]:
171
- this.ww.y4 = this.x5;
171
+ this.wy.y6 = this.x7;
172
172
  break;
173
173
  case GeographicSymbolSeries.$$p[3]:
174
- this.ww.z4 = this.yd;
174
+ this.wy.z6 = this.yf;
175
175
  break;
176
176
  }
177
177
  };
178
- GeographicSymbolSeries.prototype.yp = function (a, b) {
178
+ GeographicSymbolSeries.prototype.yr = function (a, b) {
179
179
  if (this.assigningScatterStyle != null) {
180
180
  this.assigningScatterStyle(this, b);
181
181
  }
182
182
  };
183
- GeographicSymbolSeries.prototype.yo = function (a, b) {
183
+ GeographicSymbolSeries.prototype.yq = function (a, b) {
184
184
  if (this.assigningScatterMarkerStyle != null) {
185
185
  this.assigningScatterMarkerStyle(this, b);
186
186
  }
187
187
  };
188
188
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
189
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:ya:yq', [0, false], 'IsCustomScatterStyleAllowed:yb:yr', [0, false], 'ItemSearchMode:x5:ys', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yd:yt', [1, 10000], 'LatitudeMemberPath:yi:yu', [2, null], 'LongitudeMemberPath:yk:yv', [2, null], 'MarkerCollisionAvoidance:x4:yw', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yc:yx', [0, false]]);
189
+ 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]]);
190
190
  return GeographicSymbolSeries;
191
191
  }(GeographicMarkerSeries));
192
192
  export { GeographicSymbolSeries };
@@ -16,8 +16,8 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(GeographicTileSeries, _super);
17
17
  function GeographicTileSeries() {
18
18
  var _this = _super.call(this) || this;
19
- _this.x3 = null;
20
- _this.x2 = null;
19
+ _this.ye = null;
20
+ _this.yd = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
@@ -25,56 +25,56 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
25
25
  GeographicTileSeries.prototype.bj = function () {
26
26
  return new GeographicTileSeries();
27
27
  };
28
- GeographicTileSeries.prototype.get_f2 = function () {
28
+ GeographicTileSeries.prototype.get_f3 = function () {
29
29
  return true;
30
30
  };
31
- Object.defineProperty(GeographicTileSeries.prototype, "x4", {
31
+ Object.defineProperty(GeographicTileSeries.prototype, "yf", {
32
32
  get: function () {
33
- return this.x3;
33
+ return this.ye;
34
34
  },
35
35
  set: function (a) {
36
- var b = a != this.x4;
36
+ var b = a != this.yf;
37
37
  if (b) {
38
- var c = this.x4;
39
- this.x3 = a;
38
+ var c = this.yf;
39
+ this.ye = a;
40
40
  this.raisePropertyChanged("TileImagery", c, a);
41
41
  }
42
42
  },
43
43
  enumerable: false,
44
44
  configurable: true
45
45
  });
46
- GeographicTileSeries.prototype.x8 = function () {
47
- if (this.x4 != null) {
48
- this.x4.clearTileCache();
46
+ GeographicTileSeries.prototype.yj = function () {
47
+ if (this.yf != null) {
48
+ this.yf.clearTileCache();
49
49
  }
50
50
  };
51
- GeographicTileSeries.prototype.q6 = function (a, b, c, d) {
52
- _super.prototype.q6.call(this, a, b, c, d);
51
+ GeographicTileSeries.prototype.q7 = function (a, b, c, d) {
52
+ _super.prototype.q7.call(this, a, b, c, d);
53
53
  switch (b) {
54
54
  case "TileImagery":
55
- if (this.ww != null) {
56
- this.ww.zr = this.x4;
55
+ if (this.wy != null) {
56
+ this.wy.z9 = this.yf;
57
57
  }
58
58
  break;
59
59
  }
60
60
  };
61
- GeographicTileSeries.prototype.w1 = function () {
62
- _super.prototype.w1.call(this);
63
- this.ww.zr = this.x4;
64
- if (this.x2 != null) {
65
- var a = this.x2;
66
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.x7));
61
+ GeographicTileSeries.prototype.w3 = function (a, b) {
62
+ _super.prototype.w3.call(this, a, b);
63
+ this.wy.z9 = this.yf;
64
+ if (this.yd != null) {
65
+ var c = this.yd;
66
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yi));
67
67
  }
68
- this.x2 = this.ww;
69
- if (this.x2 != null) {
70
- var b = this.x2;
71
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.x7));
68
+ this.yd = this.wy;
69
+ if (this.yd != null) {
70
+ var d = this.yd;
71
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yi));
72
72
  }
73
73
  };
74
- GeographicTileSeries.prototype.wv = function () {
74
+ GeographicTileSeries.prototype.wx = function () {
75
75
  return new TileSeries();
76
76
  };
77
- GeographicTileSeries.prototype.x7 = function (a, b) {
77
+ GeographicTileSeries.prototype.yi = function (a, b) {
78
78
  if (this.imageTilesReady != null) {
79
79
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
80
80
  }
@@ -22,59 +22,59 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
22
22
  __extends(TileSeries, _super);
23
23
  function TileSeries() {
24
24
  var _this = _super.call(this) || this;
25
- _this.zp = null;
26
- _this.zo = null;
25
+ _this.z7 = null;
26
+ _this.z6 = null;
27
27
  _this.imageTilesReady = null;
28
- _this.zs = null;
29
- _this.zt = false;
28
+ _this.aaa = null;
29
+ _this.aab = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
33
33
  TileSeries.prototype.bj = function () {
34
34
  return new TileSeries();
35
35
  };
36
- TileSeries.prototype.get_f2 = function () {
36
+ TileSeries.prototype.get_f3 = function () {
37
37
  return true;
38
38
  };
39
- TileSeries.prototype.cr = function () {
39
+ TileSeries.prototype.cs = function () {
40
40
  return new TileSeriesView(this);
41
41
  };
42
- TileSeries.prototype.qy = function (a) {
43
- _super.prototype.qy.call(this, a);
44
- this.zn = a;
42
+ TileSeries.prototype.qz = function (a) {
43
+ _super.prototype.qz.call(this, a);
44
+ this.z5 = a;
45
45
  };
46
- TileSeries.prototype.get_xy = function () {
46
+ TileSeries.prototype.get_x8 = function () {
47
47
  return false;
48
48
  };
49
- Object.defineProperty(TileSeries.prototype, "zr", {
49
+ Object.defineProperty(TileSeries.prototype, "z9", {
50
50
  get: function () {
51
- return this.zp;
51
+ return this.z7;
52
52
  },
53
53
  set: function (a) {
54
- var b = a != this.zr;
54
+ var b = a != this.z9;
55
55
  if (b) {
56
- var c = this.zr;
57
- this.zp = a;
56
+ var c = this.z9;
57
+ this.z7 = a;
58
58
  this.raisePropertyChanged("TileImagery", c, a);
59
59
  }
60
60
  },
61
61
  enumerable: false,
62
62
  configurable: true
63
63
  });
64
- Object.defineProperty(TileSeries.prototype, "zq", {
64
+ Object.defineProperty(TileSeries.prototype, "z8", {
65
65
  get: function () {
66
- return this.zo;
66
+ return this.z6;
67
67
  },
68
68
  set: function (a) {
69
- var b = this.zo;
70
- this.zo = a;
71
- this.raisePropertyChanged("ActualTileImagery", b, this.zo);
69
+ var b = this.z6;
70
+ this.z6 = a;
71
+ this.raisePropertyChanged("ActualTileImagery", b, this.z6);
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
75
75
  });
76
- TileSeries.prototype.q6 = function (a, b, c, d) {
77
- _super.prototype.q6.call(this, a, b, c, d);
76
+ TileSeries.prototype.q7 = function (a, b, c, d) {
77
+ _super.prototype.q7.call(this, a, b, c, d);
78
78
  var e;
79
79
  var f;
80
80
  switch (b) {
@@ -82,141 +82,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  e = c;
83
83
  f = d;
84
84
  if (e != null) {
85
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zw));
85
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aae));
86
86
  }
87
87
  if (f != null) {
88
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zw));
88
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aae));
89
89
  }
90
- this.zn.dh(e, f);
91
- this.ro(false);
92
- this.qi();
90
+ this.z5.dh(e, f);
91
+ this.rp(false);
92
+ this.qj();
93
93
  break;
94
94
  case "ActualTileImagery":
95
95
  e = c;
96
96
  f = d;
97
97
  if (e != null) {
98
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zx));
98
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaf));
99
99
  e.deferralHandler = null;
100
100
  }
101
101
  if (f != null) {
102
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zx));
102
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaf));
103
103
  f.deferralHandler = this;
104
104
  }
105
- this.zn.dg(e, f);
106
- if (f != null && typeCast(XamGeographicMap.$, this.da) !== null) {
107
- f.geographicMap = this.da;
108
- this.zz(this.cu);
109
- this.zn.dd(this.da.v0);
105
+ this.z5.dg(e, f);
106
+ if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
107
+ f.geographicMap = this.db;
108
+ this.aah(this.cv);
109
+ this.z5.dd(this.db.v4);
110
110
  }
111
- this.qi();
111
+ this.qj();
112
112
  break;
113
113
  case "ActualWindowRect":
114
- this.zn.dd(d);
114
+ this.z5.dd(d);
115
115
  break;
116
116
  case "WorldRect":
117
- this.zn.dk(d);
117
+ this.z5.dk(d);
118
118
  break;
119
119
  case "SeriesViewer":
120
120
  var g = c;
121
121
  var h = d;
122
- if (g != null && this.zq != null) {
123
- this.zq.be(null);
122
+ if (g != null && this.z8 != null) {
123
+ this.z8.be(null);
124
124
  }
125
- if (h != null && this.zq != null) {
126
- this.zq.be(this.cu.w);
125
+ if (h != null && this.z8 != null) {
126
+ this.z8.be(this.cv.w);
127
127
  }
128
128
  break;
129
129
  case "ActualBrush":
130
130
  case "ActualOutline":
131
131
  case "ActualThickness":
132
- this.qk();
132
+ this.ql();
133
133
  break;
134
134
  }
135
135
  };
136
- TileSeries.prototype.zw = function (a, b) {
136
+ TileSeries.prototype.aae = function (a, b) {
137
137
  if (b.propertyName == "MultiScaleImage") {
138
- this.zz(this.cu);
138
+ this.aah(this.cv);
139
139
  }
140
140
  };
141
- TileSeries.prototype.zx = function (a, b) {
141
+ TileSeries.prototype.aaf = function (a, b) {
142
142
  if (this.imageTilesReady != null) {
143
143
  this.imageTilesReady(this, new EventArgs());
144
144
  }
145
- if (!this.zt) {
146
- this.zn.di();
145
+ if (!this.aab) {
146
+ this.z5.di();
147
147
  }
148
148
  };
149
149
  TileSeries.prototype.register = function (a, b) {
150
- this.zs = b;
150
+ this.aaa = b;
151
151
  };
152
152
  TileSeries.prototype.unRegister = function (a) {
153
- this.zs = null;
153
+ this.aaa = null;
154
154
  };
155
155
  TileSeries.prototype.deferredRefresh = function () {
156
- this.ro(false);
156
+ this.rp(false);
157
157
  };
158
158
  TileSeries.prototype.deferAction = function (a) {
159
- if (this.jy != null) {
160
- this.jy.setTimeout(a, 0);
159
+ if (this.jz != null) {
160
+ this.jz.setTimeout(a, 0);
161
161
  }
162
162
  else {
163
163
  window.setTimeout(a, 0);
164
164
  }
165
165
  };
166
- TileSeries.prototype.sm = function (a, b) {
167
- this.zn.dj();
168
- _super.prototype.sm.call(this, a, b);
166
+ TileSeries.prototype.so = function (a, b) {
167
+ this.z5.dj();
168
+ _super.prototype.so.call(this, a, b);
169
169
  };
170
- TileSeries.prototype.rp = function (a) {
171
- _super.prototype.rp.call(this, a);
172
- this.zy(a, this.cu);
170
+ TileSeries.prototype.rq = function (a) {
171
+ _super.prototype.rq.call(this, a);
172
+ this.aag(a, this.cv);
173
173
  };
174
- TileSeries.prototype.zy = function (a, b) {
174
+ TileSeries.prototype.aag = function (a, b) {
175
175
  var c;
176
176
  var d;
177
177
  var e = b;
178
178
  var f = b.getViewInfo(c, d);
179
179
  c = f.p0;
180
180
  d = f.p1;
181
- this.zz(b);
182
- if (this.zs != null) {
183
- this.zt = true;
184
- this.zs(a);
185
- this.zt = false;
181
+ this.aah(b);
182
+ if (this.aaa != null) {
183
+ this.aab = true;
184
+ this.aaa(a);
185
+ this.aab = false;
186
186
  }
187
187
  e.di();
188
188
  };
189
- TileSeries.prototype.rn = function (a, b, c, d, e) {
190
- _super.prototype.rn.call(this, a, b, c, d, e);
191
- var f = this.hm.item(d);
189
+ TileSeries.prototype.ro = function (a, b, c, d, e) {
190
+ _super.prototype.ro.call(this, a, b, c, d, e);
191
+ var f = this.hn.item(d);
192
192
  f.a3(c);
193
- if (this.d4(f)) {
193
+ if (this.d5(f)) {
194
194
  return;
195
195
  }
196
- this.y6(f);
196
+ this.zl(f);
197
197
  };
198
- TileSeries.prototype.zz = function (a) {
198
+ TileSeries.prototype.aah = function (a) {
199
199
  var b;
200
200
  var c;
201
201
  var d = a.getViewInfo(b, c);
202
202
  b = d.p0;
203
203
  c = d.p1;
204
- if (this.zr != null && this.zr.ao != null) {
205
- if (this.zr != this.zq) {
206
- this.zq = this.zr;
204
+ if (this.z9 != null && this.z9.ao != null) {
205
+ if (this.z9 != this.z8) {
206
+ this.z8 = this.z9;
207
207
  }
208
- if (this.zq != null && !b.isEmpty) {
209
- if (this.zq.width != b.width) {
210
- this.zq.width = b.width;
208
+ if (this.z8 != null && !b.isEmpty) {
209
+ if (this.z8.width != b.width) {
210
+ this.z8.width = b.width;
211
211
  }
212
- if (this.zq.height != b.height) {
213
- this.zq.height = b.height;
212
+ if (this.z8.height != b.height) {
213
+ this.z8.height = b.height;
214
214
  }
215
215
  }
216
216
  }
217
217
  };
218
- TileSeries.prototype.o4 = function (a, b) {
219
- _super.prototype.o4.call(this, a, b);
218
+ TileSeries.prototype.o5 = function (a, b) {
219
+ _super.prototype.o5.call(this, a, b);
220
220
  b.de();
221
221
  };
222
222
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -240,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
240
240
  TileSeriesView.prototype.au = function () {
241
241
  _super.prototype.au.call(this);
242
242
  if (!this.q) {
243
- this.da.vr = Defaults.ao;
244
- this.da.vb = Defaults.an;
243
+ this.da.vt = Defaults.ao;
244
+ this.da.vd = Defaults.an;
245
245
  }
246
246
  };
247
247
  TileSeriesView.prototype.ck = function (a, b) {
@@ -268,14 +268,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
268
268
  this.as();
269
269
  };
270
270
  TileSeriesView.prototype.dd = function (a) {
271
- if (this.da.zr != null) {
272
- this.da.zr.windowRect = a;
271
+ if (this.da.z9 != null) {
272
+ this.da.z9.windowRect = a;
273
273
  }
274
274
  };
275
275
  TileSeriesView.prototype.dg = function (a, b) {
276
276
  if (this.dc == null) {
277
- this.dc = this.e.jy.createElement("canvas");
278
- var c = this.e.jy.get2DCanvasContext(this.dc);
277
+ this.dc = this.e.jz.createElement("canvas");
278
+ var c = this.e.jz.get2DCanvasContext(this.dc);
279
279
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
280
280
  this.dc.setAttribute("width", this.bx.width.toString());
281
281
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -304,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
304
304
  this.dc.setAttribute("width", this.bx.width.toString());
305
305
  this.dc.setAttribute("height", this.bx.height.toString());
306
306
  }
307
- if (this.da.zr != null) {
308
- this.da.zr.bf(this.bx);
307
+ if (this.da.z9 != null) {
308
+ this.da.z9.bf(this.bx);
309
309
  }
310
310
  };
311
311
  TileSeriesView.prototype.a8 = function (a, b) {
@@ -339,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
339
339
  TileSeriesView.prototype.de = function () {
340
340
  };
341
341
  TileSeriesView.prototype.dk = function (a) {
342
- if (this.da.zr != null) {
343
- this.da.zr.a6();
342
+ if (this.da.z9 != null) {
343
+ this.da.z9.a6();
344
344
  }
345
345
  };
346
346
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);