igniteui-webcomponents-maps 6.3.0-beta.0 → 6.3.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 (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -18,15 +18,15 @@ import { truncate } from "igniteui-webcomponents-core";
18
18
  /**
19
19
  * @hidden
20
20
  */
21
- var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
21
+ export 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.aau = null;
25
26
  _this.aat = null;
26
- _this.aas = null;
27
27
  _this.imageTilesReady = null;
28
- _this.aaw = null;
29
- _this.aax = false;
28
+ _this.aax = null;
29
+ _this.aay = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
@@ -39,42 +39,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  TileSeries.prototype.ct = function () {
40
40
  return new TileSeriesView(this);
41
41
  };
42
- TileSeries.prototype.rg = function (a) {
43
- _super.prototype.rg.call(this, a);
44
- this.aar = a;
42
+ TileSeries.prototype.rh = function (a) {
43
+ _super.prototype.rh.call(this, a);
44
+ this.aas = a;
45
45
  };
46
- TileSeries.prototype.get_yu = function () {
46
+ TileSeries.prototype.get_yv = function () {
47
47
  return false;
48
48
  };
49
- Object.defineProperty(TileSeries.prototype, "aav", {
49
+ Object.defineProperty(TileSeries.prototype, "aaw", {
50
50
  get: function () {
51
- return this.aat;
51
+ return this.aau;
52
52
  },
53
53
  set: function (a) {
54
- var b = a != this.aav;
54
+ var b = a != this.aaw;
55
55
  if (b) {
56
- var c = this.aav;
57
- this.aat = a;
56
+ var c = this.aaw;
57
+ this.aau = 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, "aau", {
64
+ Object.defineProperty(TileSeries.prototype, "aav", {
65
65
  get: function () {
66
- return this.aas;
66
+ return this.aat;
67
67
  },
68
68
  set: function (a) {
69
- var b = this.aas;
70
- this.aas = a;
71
- this.raisePropertyChanged("ActualTileImagery", b, this.aas);
69
+ var b = this.aat;
70
+ this.aat = a;
71
+ this.raisePropertyChanged("ActualTileImagery", b, this.aat);
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
75
75
  });
76
- TileSeries.prototype.rp = function (a, b, c, d) {
77
- _super.prototype.rp.call(this, a, b, c, d);
76
+ TileSeries.prototype.rq = function (a, b, c, d) {
77
+ _super.prototype.rq.call(this, a, b, c, d);
78
78
  var e;
79
79
  var f;
80
80
  switch (b) {
@@ -82,78 +82,78 @@ 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.aa0));
85
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa1));
86
86
  }
87
87
  if (f != null) {
88
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa0));
88
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa1));
89
89
  }
90
- this.aar.dv(e, f);
91
- this.r7(false);
92
- this.qz();
90
+ this.aas.dv(e, f);
91
+ this.r8(false);
92
+ this.q0();
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.aa1));
98
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa2));
99
99
  e.deferralHandler = null;
100
100
  }
101
101
  if (f != null) {
102
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa1));
102
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa2));
103
103
  f.deferralHandler = this;
104
104
  }
105
- this.aar.du(e, f);
105
+ this.aas.du(e, f);
106
106
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
107
107
  f.geographicMap = this.dc;
108
- this.aa3(this.cw);
109
- this.aar.dr(this.dc.yr);
108
+ this.aa4(this.cw);
109
+ this.aas.dr(this.dc.yr);
110
110
  }
111
- this.qz();
111
+ this.q0();
112
112
  break;
113
113
  case "ActualWindowRect":
114
- this.aar.dr(d);
114
+ this.aas.dr(d);
115
115
  break;
116
116
  case "WorldRect":
117
- this.aar.dy(d);
117
+ this.aas.dy(d);
118
118
  break;
119
119
  case "SeriesViewer":
120
120
  var g = c;
121
121
  var h = d;
122
- if (g != null && this.aau != null) {
123
- this.aau.be(null);
122
+ if (g != null && this.aav != null) {
123
+ this.aav.be(null);
124
124
  }
125
- if (h != null && this.aau != null) {
126
- this.aau.be(this.cw.ae);
125
+ if (h != null && this.aav != null) {
126
+ this.aav.be(this.cw.ae);
127
127
  }
128
128
  break;
129
129
  case "ActualBrush":
130
130
  case "ActualOutline":
131
131
  case "ActualThickness":
132
- this.q1();
132
+ this.q2();
133
133
  break;
134
134
  }
135
135
  };
136
- TileSeries.prototype.aa0 = function (a, b) {
136
+ TileSeries.prototype.aa1 = function (a, b) {
137
137
  if (b.propertyName == "MultiScaleImage") {
138
- this.aa3(this.cw);
138
+ this.aa4(this.cw);
139
139
  }
140
140
  };
141
- TileSeries.prototype.aa1 = function (a, b) {
141
+ TileSeries.prototype.aa2 = function (a, b) {
142
142
  if (this.imageTilesReady != null) {
143
143
  this.imageTilesReady(this, new EventArgs());
144
144
  }
145
- if (!this.aax) {
146
- this.aar.dw();
145
+ if (!this.aay) {
146
+ this.aas.dw();
147
147
  }
148
148
  };
149
149
  TileSeries.prototype.register = function (a, b) {
150
- this.aaw = b;
150
+ this.aax = b;
151
151
  };
152
152
  TileSeries.prototype.unRegister = function (a) {
153
- this.aaw = null;
153
+ this.aax = null;
154
154
  };
155
155
  TileSeries.prototype.deferredRefresh = function () {
156
- this.r7(false);
156
+ this.r8(false);
157
157
  };
158
158
  TileSeries.prototype.deferAction = function (a) {
159
159
  if (this.j8 != null) {
@@ -163,70 +163,69 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
163
163
  window.setTimeout(a, 0);
164
164
  }
165
165
  };
166
- TileSeries.prototype.s7 = function (a, b) {
167
- this.aar.dx();
168
- _super.prototype.s7.call(this, a, b);
166
+ TileSeries.prototype.s8 = function (a, b) {
167
+ this.aas.dx();
168
+ _super.prototype.s8.call(this, a, b);
169
169
  };
170
- TileSeries.prototype.r8 = function (a) {
171
- _super.prototype.r8.call(this, a);
172
- this.aa2(a, this.cw);
170
+ TileSeries.prototype.r9 = function (a) {
171
+ _super.prototype.r9.call(this, a);
172
+ this.aa3(a, this.cw);
173
173
  };
174
- TileSeries.prototype.aa2 = function (a, b) {
174
+ TileSeries.prototype.aa3 = 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.aa3(b);
182
- if (this.aaw != null) {
183
- this.aax = true;
184
- this.aaw(a);
185
- this.aax = false;
181
+ this.aa4(b);
182
+ if (this.aax != null) {
183
+ this.aay = true;
184
+ this.aax(a);
185
+ this.aay = false;
186
186
  }
187
187
  e.dw();
188
188
  };
189
- TileSeries.prototype.r6 = function (a, b, c, d, e) {
190
- _super.prototype.r6.call(this, a, b, c, d, e);
189
+ TileSeries.prototype.r7 = function (a, b, c, d, e) {
190
+ _super.prototype.r7.call(this, a, b, c, d, e);
191
191
  var f = this.ht.item(d);
192
192
  f.bd(c);
193
193
  if (this.d7(f)) {
194
194
  return;
195
195
  }
196
- this.z7(f);
196
+ this.z8(f);
197
197
  };
198
- TileSeries.prototype.aa3 = function (a) {
198
+ TileSeries.prototype.aa4 = 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.aav != null && this.aav.ao != null) {
205
- if (this.aav != this.aau) {
206
- this.aau = this.aav;
204
+ if (this.aaw != null && this.aaw.ao != null) {
205
+ if (this.aaw != this.aav) {
206
+ this.aav = this.aaw;
207
207
  }
208
- if (this.aau != null && !b.isEmpty) {
209
- if (this.aau.width != b.width) {
210
- this.aau.width = b.width;
208
+ if (this.aav != null && !b.isEmpty) {
209
+ if (this.aav.width != b.width) {
210
+ this.aav.width = b.width;
211
211
  }
212
- if (this.aau.height != b.height) {
213
- this.aau.height = b.height;
212
+ if (this.aav.height != b.height) {
213
+ this.aav.height = b.height;
214
214
  }
215
215
  }
216
216
  }
217
217
  };
218
- TileSeries.prototype.ph = function (a, b) {
219
- _super.prototype.ph.call(this, a, b);
218
+ TileSeries.prototype.pi = function (a, b) {
219
+ _super.prototype.pi.call(this, a, b);
220
220
  b.ds();
221
221
  };
222
222
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
223
223
  return TileSeries;
224
224
  }(ShapeSeriesBase));
225
- export { TileSeries };
226
225
  /**
227
226
  * @hidden
228
227
  */
229
- var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
228
+ export var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
230
229
  __extends(TileSeriesView, _super);
231
230
  function TileSeriesView(a) {
232
231
  var _this = _super.call(this, a) || this;
@@ -240,8 +239,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
240
239
  TileSeriesView.prototype.a4 = function () {
241
240
  _super.prototype.a4.call(this);
242
241
  if (!this.t) {
243
- this.dn.we = Defaults.tileSeries_Outline;
244
- this.dn.vy = Defaults.tileSeries_Brush;
242
+ this.dn.wf = Defaults.tileSeries_Outline;
243
+ this.dn.vz = Defaults.tileSeries_Brush;
245
244
  }
246
245
  };
247
246
  TileSeriesView.prototype.cx = function (a, b) {
@@ -268,8 +267,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
268
267
  this.a2();
269
268
  };
270
269
  TileSeriesView.prototype.dr = function (a) {
271
- if (this.dn.aav != null) {
272
- this.dn.aav.windowRect = a;
270
+ if (this.dn.aaw != null) {
271
+ this.dn.aaw.windowRect = a;
273
272
  }
274
273
  };
275
274
  TileSeriesView.prototype.du = function (a, b) {
@@ -304,8 +303,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
304
303
  this.dq.setAttribute("width", this.b9.width.toString());
305
304
  this.dq.setAttribute("height", this.b9.height.toString());
306
305
  }
307
- if (this.dn.aav != null) {
308
- this.dn.aav.bf(this.b9);
306
+ if (this.dn.aaw != null) {
307
+ this.dn.aaw.bf(this.b9);
309
308
  }
310
309
  };
311
310
  TileSeriesView.prototype.bj = function (a, b) {
@@ -339,11 +338,10 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
339
338
  TileSeriesView.prototype.ds = function () {
340
339
  };
341
340
  TileSeriesView.prototype.dy = function (a) {
342
- if (this.dn.aav != null) {
343
- this.dn.aav.a6();
341
+ if (this.dn.aaw != null) {
342
+ this.dn.aaw.a6();
344
343
  }
345
344
  };
346
345
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
347
346
  return TileSeriesView;
348
347
  }(ShapeSeriesViewBase));
349
- export { TileSeriesView };
@@ -9,7 +9,7 @@ import { Base, markType } from "igniteui-webcomponents-core";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- var TokenResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
12
+ export var TokenResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
13
13
  __extends(TokenResponseModel, _super);
14
14
  function TokenResponseModel() {
15
15
  var _this = _super !== null && _super.apply(this, arguments) || this;
@@ -51,4 +51,3 @@ var TokenResponseModel = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  TokenResponseModel.$t = markType(TokenResponseModel, 'TokenResponseModel');
52
52
  return TokenResponseModel;
53
53
  }(Base));
54
- export { TokenResponseModel };