igniteui-angular-maps 20.0.2-beta.2 → 20.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 (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -4,4 +4,4 @@
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,i,r,n,o){"use strict";var a=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),s=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),u=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),c=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=function(e){function i(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},i.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,r,n){var o,a,s,u,c,l=n.e,p=n.d,h=n.c,y=(n.a,!h.isEmpty),g=(this.m,this.o,h.top),m=h.height,f=l.top,d=l.height,b=p.top,x=p.height,S=this.au.top,v=this.au.height,M=this.af(e),I=.017453292519943295,C=!1;null!=M&&(C=!0);for(var k=t;k<r;k++)o=C?M[k]:e.item(k),y?(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.ag),a=o*I,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),c=(((c=g+(c=(this.ai-u)*m/this.aj))-S*m)/v-f*x)/d,C?M[k]=c:e.item(k,c)):(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.ag),a=o*I,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),c=((c=b+(c=(this.ai-u)*x/this.aj))-f*x)/d,C?M[k]=c:e.item(k,c))},i.prototype.t=function(e,t,i,r,n){return{p3:this.ak(e.p3),p4:this.ak(e.p2)}},i.prototype.w=function(t,r,n){switch(e.prototype.w.call(this,t,r,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=i.am(this.n),this.aj=i.am(this.n)-i.am(this.o)}},Object.defineProperty(i,"as",{get:function(){return i.ag},enumerable:!1,configurable:!0}),Object.defineProperty(i,"at",{get:function(){return i.ah},enumerable:!1,configurable:!0}),i.prototype.getMercatorUnscaledValue=function(e,t,r,n){var o=(e-r.top)*t.width+t.top*r.height;return o=i.am(this.n)-o/(r.height/this.aj),i.aq(o)},i.prototype.getMercatorScaledValue1=function(e,t,i,r){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,r,n){return(this.getMercatorScaledValue3(e,r.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue3=function(e,t){e=e>i.ah?e<i.ag?e:i.ag:i.ah;var r=i.am(e);return(this.ai-r)*t/this.aj},i.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},i.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},i.prototype.ak=function(e){return e<i.ah?i.ah:e>i.ag?i.ag:e},i.$t=n.markType(i,"SphericalMercatorVerticalScaler",r.VerticalLinearScaler.$),i.ag=85.05112878,i.ah=-85.05112878,i}(r.VerticalLinearScaler),p=function(e){function i(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},i.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,i,r){var n,o=r.e,a=r.d,s=r.c,u=r.a,c=!s.isEmpty,l=this.m,p=this.o,h=s.left,y=s.width,g=o.left,m=o.width,f=a.left,d=a.width,b=this.aj.left,x=this.aj.width,S=this.af(e),v=!1;null!=S&&(v=!0);for(var M=t;M<i;M++)if(n=v?S[M]:e.item(M),c){var I=(n-p)/l;u&&(I=1-I);var C=((I=h+y*(I-b)/x)-g*d)/m;v?S[M]=C:e.item(M,C)}else{var k=(n-p)/l;u&&(k=1-k),k=f+d*(k-g)/m,v?S[M]=k:e.item(M,k)}},i.prototype.t=function(e,t,i,r,n){return{p3:e.p3,p4:e.p2}},i.prototype.getMercatorUnscaledValue=function(e,t,i,r){var n=t.left+t.width*(e-i.left)/i.width;return r&&(n=1-n),this.o+n*this.m},i.prototype.getMercatorScaledValue1=function(e,t,i,r){var n=(e-this.o)/this.m;return r&&(n=1-n),i.left+i.width*(n-t.left)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,r,n){var o=(e-this.o)/this.m;return n&&(o=1-o),i.left+i.width*(o-t.left)/t.width},i.$t=n.markType(i,"SphericalMercatorHorizontalScaler",r.HorizontalLinearScaler.$),i}(r.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImageTilesReadyEventArgs",n.EventArgs.$),i}(n.EventArgs),y=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImagesChangedEventArgs",n.EventArgs.$),i}(n.EventArgs),g=function(e){function i(){var t=e.call(this)||this;return t.w8=null,t.xa=t.w9(),t}return t.__extends(i,e),i.prototype.qm=function(){e.prototype.qm.call(this),null!=this.xa&&this.xa.qm()},i.prototype.get_fd=function(){return!0},i.prototype.ku=function(e,t){var i=this.ni(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.xa.ku(e,i)},i.prototype.mi=function(e){var t=this.ni(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xa.mi(t)},i.prototype.get_km=function(){return this.k4(this.xa)},i.prototype.set_km=function(e){this.o5(this.xa,e)},i.prototype.ed=function(e,t,i,r,n){return this.xa.ed(e,t,i,r,n)},i.prototype.ai=function(){return this.xa.ai()},i.prototype.bp=function(){return this.xa},Object.defineProperty(i.prototype,"xa",{get:function(){return this.w8},set:function(e){var t=this.w8;this.xa!=e&&(this.w8=e,this.xf(t,this.w8))},enumerable:!1,configurable:!0}),i.prototype.get_hasMarkers=function(){return this.xa.hasMarkers},i.prototype.xf=function(e,t){if(null!=this.w8){var i=this.w8;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pl(this.xa),this.xb.ci(),null!=e){var r=e;this.r9(r,null)}if(null!=t){var o=t;this.r9(o,this)}},i.prototype.dh=function(e,t,i){return this.dj(this.xa,e,t,i)},i.prototype.di=function(e,t,i){return this.dk(this.xa,e,t,i)},i.prototype.kr=function(e){return this.k0(this.xa,e)},i.prototype.ke=function(e,t){return this.xa.ke(e,t)},i.prototype.kc=function(e,t){return this.xa.kc(e,t)},i.prototype.i8=function(e,t,i){return this.xa.i8(e,t,i)},i.prototype.wm=function(e,t,i){return this.xa.wm(e,t,i)},i.prototype.wx=function(e){return this.xa.wx(e)},i.prototype.ao=function(e){return this.xa.ao(e)},i.prototype.wy=function(e){return this.xa.wy(e)},i.prototype.ap=function(e){return this.xa.ap(e)},i.prototype.wz=function(e){return this.xa.wz(e)},i.prototype.w0=function(e){return this.xa.w0(e)},i.prototype.i4=function(e,t,i){return this.xa.i4(e,t,i)},i.prototype.wi=function(e,t,i){return this.xa.wi(e,t,i)},i.prototype.i6=function(e,t,i){return this.i8(e,t,i)},i.prototype.wk=function(e,t,i){return this.xa.wk(e,t,i)},i.prototype.wn=function(e,t,i){return this.xa.wn(e,t,i)},i.prototype.i9=function(e,t,i){return this.xa.i9(e,t,i)},i.prototype.wj=function(e,t,i){return this.xa.wj(e,t,i)},i.prototype.i5=function(e,t,i){return this.xa.i5(e,t,i)},i.prototype.wl=function(e,t,i){return this.xa.wl(e,t,i)},i.prototype.i7=function(e,t,i){return this.xa.i7(e,t,i)},i.prototype.j8=function(e){return this.xa.j8(e)},i.prototype.iy=function(){return this.xa.iy()},i.prototype.iu=function(e){return this.xa.iu(e)},i.prototype.ks=function(e){return this.xa.ks(e)},i.prototype.ct=function(){return new m(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.xb=n.typeCast(m.$,t)},Object.defineProperty(i.prototype,"xc",{get:function(){return this.c(i.xh)},set:function(e){this.h(i.xh,e)},enumerable:!1,configurable:!0}),i.prototype.rg=function(t,i,o,a){switch(e.prototype.rg.call(this,t,i,o,a),i){case"SeriesViewer":this.xa.dc=this.dc,null!=o&&o.sf(this.xa),null!=a&&this.dc.n5(this.xa),this.xa.rj(this.w2),this.xa.index=this.index,this.p6(this.xa),this.kk=this.xa.kk;var s=n.typeCast(r.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xg))),null!=this.dc){var u=this.dc;u.actualWindowRectChanged=n.delegateCombine(u.actualWindowRectChanged,n.runOn(this,this.xg))}this.xe();break;case"SyncLink":this.xa.c4=this.c4;break;case"VisibleFromScale":this.xe();break;case"Index":this.xa.index=this.index;break;case"ItemsSource":this.xb.cj();break;case"Resolution":this.xb.cq();break;case"TransitionDuration":this.xb.ct();break;case"Opacity":this.xb.cn();break;case"Visibility":var c=this.xa,l=this._visibility;c.visibility=l;break;case"MouseOverEnabled":this.xa.f9=this.f9;break;case"ExpectFunctions":this.xa.expectFunctions=this.expectFunctions;break;case"Thickness":this.xb.cs();break;case"Brush":this.xb.ch();break;case"Outline":this.xb.cp();break;case"ActualBrush":this.xb.ce();break;case"ActualOutline":this.xb.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jj)||this.xb.cm();break;case"AreaFillOpacity":n.isNaN_(this.il)||this.xb.cg();break;case"OutlineMode":this.xb.co();break;case"ShowDefaultTooltip":this.xb.cr();break;case"Title":this.xa.title=this.title;break;case"LegendItemBadgeMode":this.xb.ck();break;case"LegendItemBadgeShape":this.xb.cl();break;case"Legend":this.xa.legend=this.legend,this.cw.a5()}},i.prototype.xe=function(){if(null!=this.dc&&null!=this.xa&&!n.isNaN_(this.xc))if(this.dc.xm.width>this.xc){this.xa.visibility=1}else{this.xa.visibility=0}},i.prototype.xg=function(e,t){this.xe()},i.prototype.ry=function(t){e.prototype.ry.call(this,t),null!=this.xa&&this.xa.ry(t)},i.prototype.rb=function(t){e.prototype.rb.call(this,t),null!=this.xa&&this.xa.qt()},i.prototype.rx=function(e,t,i,r,n){null!=this.xa&&this.xa.rx(e,t,i,r,n)},i.prototype.a2=function(e,t){return this.xa.a2(e,t)},i.prototype.sk=function(){e.prototype.sk.call(this),this.xa.sk()},i.prototype.get_coercionMethods=function(){return this._coercionMethods},i.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xa.coercionMethods=e},i.prototype.p5=function(t){if(e.prototype.p5.call(this,t),null!=this.xa){var i=this.xa.kq();this.pe(t,i)}},i.$t=n.markType(i,"GeographicMapSeriesHost",r.Series.$),i.xh=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,i.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),i}(r.Series),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cd=null,i.cd=t,i}return t.__extends(i,e),i.prototype.a3=function(t,i){e.prototype.a3.call(this,t,i)},i.prototype.ci=function(){this.cd.legendItemVisibility=1,this.cd.xa.legendItemVisibility=0,this.cd.xa.itemsSource=this.cd.itemsSource,this.cd.xa.index=this.cd.index,this.cd.xa.vp=this.cd.vp,this.cd.xa.v5=this.cd.vp,this.cd.xa.cj=this.cd.cj,this.cd.xa.jm=this.cd.jm,this.cd.xa.kh=this.cd.kh,this.cd.xa._opacity=this.cd._opacity,this.cd.xa.jt=this.cd.jt,this.cd.xa.il=this.cd.il,this.cd.xa.jj=this.cd.jj,this.cd.xa.gq=this.cd.gq,this.cd.xa.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xa.be=this.cd.be},i.prototype.cj=function(){this.cd.xa.itemsSource=this.cd.itemsSource},i.prototype.cq=function(){this.cd.xa.jm=this.cd.jm},i.prototype.ct=function(){this.cd.xa.kh=this.cd.kh},i.prototype.cn=function(){this.cd.xa._opacity=this.cd._opacity},i.prototype.cs=function(){this.cd.xa.jt=this.cd.jt},i.prototype.ch=function(){this.cd.xa.vp=this.cd.vp},i.prototype.cp=function(){this.cd.xa.v5=this.cd.v5},i.prototype.ce=function(){this.cd.xa.vp=this.cd.vj},i.prototype.cf=function(){this.cd.xa.v5=this.cd.vn},i.prototype.ck=function(){this.cd.xa.be=this.cd.be},i.prototype.cl=function(){this.cd.xa.legendItemBadgeShape=this.cd.legendItemBadgeShape},i.prototype.cg=function(){this.cd.xa.il=this.cd.il},i.prototype.cm=function(){this.cd.xa.jj=this.cd.jj},i.prototype.co=function(){this.cd.xa.cj=this.cd.cj},i.prototype.cr=function(){this.cd.xa.gq=this.cd.gq},i.$t=n.markType(i,"HostSeriesView",r.SeriesView.$),i}(r.SeriesView),f=function(e){function i(){var t=e.call(this)||this;t.y1=null,t.yq=!1,t.yi=1,t.yx=0,t.z8=null,t.yf=null,t.yb=null,t.yd=null,t.yh=null,t.z4={$type:n.Point_$type,x:NaN,y:NaN},t.aab=null,t.yw=1,t.imageTilesReady=null,t.yp=null,t.aaa=n.Rect.empty,t.yx=l.am(i.z9.bottom)-l.am(i.z9.top),t.ab=i.$,t.backgroundContent=new M;var o,a=((o=new r.NumericXAxis).b0=t,o);a.dd=!0,t.yc=a,t.yc.r8=new p;var s=function(){var e=new r.NumericYAxis;return e.b0=t,e}();return s.dd=!0,t.ye=s,t.ye.r8=new l,t.zj(),t.zq(),t.oy(),t}return t.__extends(i,e),i.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.yc.provideRenderer(t),this.ye.provideRenderer(t)},i.prototype.oy=function(){e.prototype.oy.call(this),this.yo.fv(this.h2)},i.prototype.f2=function(){return this.yu},i.prototype.f3=function(){return this.yu},i.prototype.yl=function(){return 0==this.yj&&this.yq?2:1},Object.defineProperty(i.prototype,"yk",{get:function(){return this.yi},set:function(e){this.yi=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"aad",{get:function(){return this.z8},set:function(e){if(n.Rect.l_op_Inequality(this.z8,e)){var t=this.z8;this.z8=e,this.rx("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),i.prototype.aah=function(){return this.aad},i.prototype.zj=function(){this.aap.isEmpty||(this.aad=this.aan(this.aap,1==this.c4))},i.prototype.aan=function(e,t){var r=e.top,o=e.left,a=e.width,s=e.height,u=l.am(e.bottom),c=l.am(e.top),p=u-c,h=e.width/i.z9.width,y=l.am(i.z9.top);if(p/h>this.yx){var g=p/this.yx;o-=(g-h)/2*i.z9.width,a=g*i.z9.width,t&&(o<i.z9.left?o+=i.z9.left-o:o+a>i.z9.right&&(o-=o+a-i.z9.right))}else if(p/h<this.yx){var m=this.yx*h-p,f=c-m/2,d=u+m/2;t&&(f<y?d+=y-(f+=y-f):d>y+this.yx&&(f-=d-(y+this.yx),d-=d-(y+this.yx))),r=l.aq(f),s=l.aq(d)-r}return new n.Rect(0,o,r,a,s)},Object.defineProperty(i.prototype,"backgroundContent",{get:function(){return this.yf},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.yf=e,this.rx("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"yc",{get:function(){return this.yb},set:function(e){if(e!=this.yc){var t=this.yc;this.yb=e,this.rx("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ye",{get:function(){return this.yd},set:function(e){if(e!=this.ye){var t=this.ye;this.yd=e,this.rx("YAxis",t,e)}},enumerable:!1,configurable:!0}),i.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},i.prototype.zt=function(e){this.x5=e},i.prototype.zs=function(e){this.aap=e},i.prototype.getZoomFromGeographicRect=function(e){return this.aaf(e,!0,0)},i.prototype.aae=function(e,t){return this.aaf(e,!1,t)},i.prototype.aaf=function(e,t,o){var a=e;t&&(a=this.aan(e,!1));var s=this.yc,u=this.ye,c=new r.ScalerParams(1,i.aac,this.x4,s.df);c.c=this.xq;var l=new r.ScalerParams(1,i.aac,this.x4,u.df);l.c=this.xq;var p=this.yc.ft(a.left,c),h=this.yc.ft(a.right,c),y=this.ye.ft(a.top,l),g=this.ye.ft(a.bottom,l),m=(p-o)/this.x4.width,f=(g-o)/this.x4.height,d=(h-p+2*o)/this.x4.width,b=(y-g+2*o)/this.x4.height,x=new n.Rect(0,m,f,d,b);return x.intersect(i.aac),x.isEmpty&&(x=i.aac),x},i.prototype.getZoomFromGeographicPoints=function(e,t){var r=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return i.aac;var u=new n.Rect(0,r,o,a,s);return this.getZoomFromGeographicRect(u)},i.prototype.aaj=function(e){var t=this.yc,o=this.ye,a=new r.ScalerParams(1,e,this.x4,t.df);a.c=this.xq;var s=new r.ScalerParams(1,e,this.x4,o.df);s.c=this.xq;var u=this.xp,c=t.fw(u.left,a),l=o.fw(u.top,s),p=t.fw(u.right,a),h=o.fw(u.bottom,s),y=p-c,g=l-h,m=new n.Rect(0,c,h,y,g);return 1==this.c4&&(m.intersect(i.z9),m.isEmpty&&(m=i.z9)),m},i.prototype.z5=function(e){var t=this.yc.p6(e.x),i=this.ye.p6(e.y);return{$type:n.Point_$type,x:t,y:i}},i.prototype.z6=function(e){var t=this.yc.gg(e.x),i=this.ye.gg(e.y);return{$type:n.Point_$type,x:t,y:i}},i.prototype.z7=function(e){return this.z6(e)},i.prototype.zg=function(){var e=n.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},i.prototype.zm=function(e){},i.prototype.gx=function(){return!0},i.prototype.zo=function(){var e,i;this.yo.ee();try{for(var r=t.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.sk()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},i.prototype.zr=function(){if(2==this.yn){if(!this.x4.isEmpty&&this.x4.width>0&&this.x4.height>0){var e=this.yc.p6(this.x4.left+this.x4.width/2),t=this.ye.p6(this.x4.top+this.x4.height/2);this.z4={$type:n.Point_$type,x:e,y:t}}}else if(!this.x4.isEmpty&&this.x4.width>0&&this.x4.height>0){var i=this.yc.p6(this.x4.left),r=this.ye.p6(this.x4.top);this.z4={$type:n.Point_$type,x:i,y:r}}},i.prototype.zn=function(){(n.isNaN_(this.z4.x)||n.isNaN_(this.z4.y))&&this.zr();var e=this.z4.x,t=this.z4.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.xm.left,a=this.xm.top,s=this.xm.width,u=this.xm.height;if(s>this.aab.width);else{var c=new r.ScalerParams(1,i.aac,this.x4,this.yc.df);c.c=this.xq;var l=this.yc.ft(e,c);if(2==this.yn)o=l/this.x4.width-s/2;else o=l/this.x4.width;o+s>this.aab.right?o=this.aab.right-s:o<this.aab.left&&(o=this.aab.left)}if(u>this.aab.height);else{var p=new r.ScalerParams(1,i.aac,this.x4,this.ye.df);p.c=this.xq;var h=this.ye.ft(t,p);if(2==this.yn)a=h/this.x4.height-u/2;else a=h/this.x4.height;a+u>this.aab.bottom?a=this.aab.bottom-u:a<this.aab.top&&(a=this.aab.top)}this.s9(new n.Rect(0,o,a,s,u),!1)}},i.prototype.get_ft=function(){return!0},i.prototype.xn=function(){var t=e.prototype.xn.call(this);if(null==this.yc||null==this.ye)return t;this.xy();var i=t.left,r=t.top;1==this.c4&&(this.x5.width>this.aab.width?i=.5-this.x5.width/2:i+t.width>this.aab.right?i=this.aab.right-this.x5.width:i<this.aab.left&&(i=this.aab.left),this.x5.height>this.aab.height?r=.5-this.x5.height/2:r+this.x5.height>this.aab.bottom?r=this.aab.bottom-this.x5.height:r<this.aab.top&&(r=this.aab.top));var o=!1;!this.yt&&2==this.c4&&this.yq&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.aab.right>0&&(t.right-this.aab.right)/t.width>.8?(i=this.aab.left-(t.width-(t.right-this.aab.right)),o=!0):t.left<this.aab.left&&Math.abs(t.left-this.aab.left)/t.width>.8&&(i=this.aab.right-Math.abs(t.left-this.aab.left),o=!0));var a=new n.Rect(0,i,r,t.width,t.height);if(this.yt){var s=this.aae(this.aap,1);s=this.aag(s);var u=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var l=a.height/a.width,p=s.width,h=l*p;a=new n.Rect(0,u-p/2,c-h/2,p,h),o=!0}if(a.height>s.height){var y=a.width/a.height,g=s.height,m=y*g;a=new n.Rect(0,u-m/2,c-g/2,m,g),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ff=!0,this.x5=a,this.ff=!1),a},i.prototype.n1=function(e,t){var i=!0,r=!0,o=0,a=this.xy(),s=0,u=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(u=Math.abs(e.left-a.left)/e.width),0==u&&0==s&&(i=!1),u>s&&(r=!1),i)if(r){var c=this.yb.ft(-180,t);o=this.yb.ft(180,t)-c}else{o=this.yb.ft(-180,t)-this.yb.ft(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},i.prototype.xy=function(){var e=new r.ScalerParams(1,i.aac,this.x4,this.yc.df);e.c=this.xq;var t=new r.ScalerParams(1,i.aac,this.x4,this.ye.df);t.c=this.xq;var o=this.yc.ft(i.z9.left,e),a=this.yc.ft(i.z9.right,e),s=this.ye.ft(i.z9.top,t),u=this.ye.ft(i.z9.bottom,t);return this.aab=new n.Rect(0,o/this.x4.width,u/this.x4.height,(a-o)/this.x4.width,(s-u)/this.x4.height),this.aab},i.prototype.aag=function(e){var t=this.h6,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),u=n.MathUtil.d(e.height,t,1),c=this.x4,l=c.width/c.height,p=s*c.width,h=u*c.height;p/h!=l&&(h*l>p?s=(p=h*l)/c.width:u=(h=p/l)/c.height);var y=s!=o,g=u!=a,m=y?i-.5*s:e.left,f=g?r-.5*u:e.top,d=y?i+.5*s:e.right,b=g?r+.5*u:e.bottom;return m<0&&(d=(m=0)+s),d>1&&(m=(d=1)-s),f<0&&(b=(f=0)+u),b>1&&(f=(b=1)-u),new n.Rect(0,m,f,d-m,b-f)},i.prototype.xo=function(t){if(e.prototype.xo.call(this,this.x4),t.isEmpty)return n.Rect.empty;var i;if(t.width>t.height){var r=n.intDivide(n.truncate(t.width-t.height),2);i=new n.Rect(0,t.left+r,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return i},i.prototype.aai=function(e){return this.xo(e)},i.prototype.dn=function(){return new v(this)},i.prototype.zi=function(e){null!=e&&(e.b0=this)},i.prototype.q4=function(t){e.prototype.q4.call(this,t),this.yo=t},i.prototype.rf=function(t,i){e.prototype.rf.call(this,t,i),this.sx(this.yc),this.sx(this.ye),n.Rect.l_op_Inequality(t,i)&&this.zn(),this.yt&&(this.xm=this.xn()),this.zu()},Object.defineProperty(i.prototype,"yy",{get:function(){return this.yw},set:function(e){var t=this.yw;this.yw=e,this.rx("ActualWindowScale",t,this.yw)},enumerable:!1,configurable:!0}),i.prototype.ic=function(){return this.yy},i.prototype.id=function(){return this.yy},i.prototype.sw=function(){e.prototype.sw.call(this);var t=Math.min(this.xm.width,this.xm.height);this.yy=t},i.prototype.gl=function(){return this.yq},i.prototype.c5=function(){return 0==this.c6&&this.yr?2:this.c6},i.prototype.rg=function(r,o,a,s){var u,c,l,p;switch(e.prototype.rg.call(this,r,o,a,s),o){case"ZoomCoercionMode":this.zj();break;case"WindowRect":this.zr();break;case i.$$p[0]:this.yk=this.yl(),null!=this.yh&&(this.yh.isHorizontalWrappingEnabled=2==this.yk);break;case i.$$p[1]:this.yq=this.yr,this.yk=this.yl(),this.c4=this.c5(),null!=this.yh&&(this.yh.isHorizontalWrappingEnabled=2==this.yk);break;case i.$$p[4]:this.xm=this.xn();break;case"BackgroundContent":if(null!=this.yh){var h=this.yh;h.imageTilesReady=n.delegateRemove(h.imageTilesReady,n.runOn(this,this.zk)),this.yh.deferralHandler=null}if(this.yh=n.typeCast(d.$,this.backgroundContent),null!=this.yh){var y=this.yh;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.zk)),this.yh.deferralHandler=this,this.yh.isHorizontalWrappingEnabled=2==this.yk}this.yo.fu(n.typeCast(d.$,a),n.typeCast(d.$,s)),null!=this.yh&&(this.yh.geographicMap=this,this.yo.fr(this.xm),this.yo.fv(this.h2));break;case"YAxis":case"XAxis":this.zp(a),this.zi(s);break;case i.$$p[6]:this.ys||(this.x5=i.aac),this.zj(),this.zq(),this.zr(),this.xm=this.xn(),this.yo.fs();break;case"ActualWindowRect":this.yo.fr(this.xm);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.series)),m=g.next();!m.done;m=g.next()){m.value.ry(!1)}}catch(e){u={error:e}}finally{try{m&&!m.done&&(c=g.return)&&c.call(g)}finally{if(u)throw u.error}}break;case i.$$p[5]:this.yy=this.yz;break;case"ActualWindowScale":this.gt||this.s7(this.ic(),this.id());break;case"ActualPixelScalingRatio":this.yo.fv(this.h2);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;n.isNaN_(f)||n.isInfinity(f)?(this.h6=5e-6,this.h5=5e-6):(this.h6=f,this.h5=f);break;case i.$$p[7]:this.s3();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(n.fromEnum(this.series)),x=b.next();!x.done;x=b.next()){x.value.qm()}}catch(e){l={error:e}}finally{try{x&&!x.done&&(p=b.return)&&p.call(b)}finally{if(l)throw l.error}}}},i.prototype.zk=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.zp=function(e){null!=e&&(e.b0=null)},i.prototype.zq=function(){null!=this.yc&&(this.yc.p3=this.aad.left,this.yc.p2=this.aad.right),null!=this.ye&&(this.ye.p3=this.aad.top,this.ye.p2=this.aad.bottom),this.yc.d3(!0),this.ye.d3(!0)},i.prototype.getFontInfo=function(){return this.yp=this.yo.fo,this.yp},i.prototype.wq=function(){return this.yo.fw},i.prototype.getFontBrush=function(){return this.yo.fx},i.prototype.sp=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=t;o.itemsSource=r.triangulationSource.points,o.xj=r.triangulationSource.triangles}else e.prototype.sp.call(this,t,i)},i.prototype.register=function(e,t){this.sc(e,t)},i.prototype.unRegister=function(e){this.sv(e)},i.prototype.deferredRefresh=function(){this.of()},i.prototype.deferAction=function(e){null!=this.y1?this.y1.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.zh=function(e){this.s2(e)},i.prototype.y2=function(){var e=new r.ChartVisualData,t=this.yc.hb(),i=this.ye.hb();e.axes.add1(t),e.axes.add1(i);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kq();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.x4),e.centralArea=n.RectData.b(this.x4),e.plotArea=n.RectData.b(this.x4),e},i.prototype.xu=function(e,t,i){return e},i.prototype.zl=function(){},Object.defineProperty(i.prototype,"aao",{get:function(){return this.aaa},set:function(e){this.aaa=e},enumerable:!1,configurable:!0}),i.prototype.zv=function(e){this.aao=e,this.zu()},i.prototype.zu=function(){if(this.yv&&!this.aao.isEmpty){var e=this.getZoomFromGeographicRect(this.aao);this.aao=n.Rect.empty,this.s9(e,!1)}},Object.defineProperty(i.prototype,"yv",{get:function(){return!this.x4.isEmpty&&!this.xq.isEmpty},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"XamGeographicMap",r.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),i.ym=0,i.z9=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),i.aac=new n.Rect(0,0,0,1,1),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"rx",["BackgroundTilingMode:yj:zw",[c,n.enumGetBox(c,0)],"IsHorizontalWrappingEnabled:yr:zx",[0,!1],"ResizeBehavior:yn:zy",[s,n.enumGetBox(s,i.ym)],"SuppressZoomResetOnWorldRectChange:ys:zz",[0,!1],"UseWorldRectForZoomBounds:yt:z0",[0,!1],"WindowScale:yz:z1",[1,NaN],"WorldRect:aap:z2",[n.Rect.$,i.z9],"Zoomable:yu:z3",[0,!0]]),i}(r.SeriesViewer),d=function(e){function i(t){var r=e.call(this)||this;return r.ak=null,r.imageTilesReady=null,r.an=null,r.ap=null,r.propertyChanged=null,r.imagesChanged=null,r.cancellingImage=null,r.downloadingImage=null,r.ab=i.$,r.ap=t,r.aj=r.ai(),r.bb(r.aj),r}return t.__extends(i,e),i.prototype.bb=function(e){},i.prototype.ai=function(){return new b(this)},Object.defineProperty(i.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),i.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var i=this.ao;i.downloadingImage=n.delegateCombine(i.downloadingImage,n.runOn(this,this.a3));var r=this.ao;r.cancellingImage=n.delegateCombine(r.cancellingImage,n.runOn(this,this.a2)),this.ao.bh=this.referer,this.ao.bl=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},i.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},i.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},i.prototype.bg=function(){null!=this.ao&&this.aj.e()},i.prototype.ba=function(e,t,r){switch(e){case i.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case i.$$p[1]:null!=this.ao&&(this.ao.bh=this.referer);break;case i.$$p[2]:null!=this.ao&&(this.ao.bl=this.userAgent);break;case i.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(i.prototype,"geographicMap",{get:function(){return this.c(i.geographicMapProperty)},set:function(e){this.h(i.geographicMapProperty,e)},enumerable:!1,configurable:!0}),i.a8=function(e,t){e.a7(t.oldValue,t.newValue)},i.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},i.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bu(0,0,0,0)},Object.defineProperty(i.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),i.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),i=this.geographicMap.aai(t),o=f.z9,a=this.geographicMap.aad,s=Math.min(this.windowRect.height,this.windowRect.width),u=a.width/o.width;this.ao.a5=t.width/i.width*s*u;var c=this.geographicMap.yc,l=this.geographicMap.ye,p=new r.ScalerParams(1,this.windowRect,t,c.df);p.c=i;var h=new r.ScalerParams(1,this.windowRect,t,l.df);h.c=i;var y=c.ft(o.left,p),g=l.ft(o.bottom,h),m=-y/t.width*this.ao.a5,d=-g/t.height*this.ao.a5*(t.height/t.width);return this.ao.cq={$type:n.Point_$type,x:m,y:d},e},i.prototype.bd=function(e){this.aj.f(e)},i.prototype.bf=function(e){this.aj.h(e)},i.prototype.be=function(e){this.aj.g(e)},i.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new y)},i.prototype.a6=function(){this.aj.e()},i.prototype.bc=function(e){this.aj.i(e)},i.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},i.$t=n.markType(i,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),i.geographicMapProperty=n.DependencyProperty.i("GeographicMap",f.$,i.$,new n.PropertyMetadata(2,null,i.a8)),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),i}(n.Control),b=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=n.Rect.empty,i.a=t,i.a.ao=new n.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b5(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b6(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b7(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.b3(e)},i.$t=n.markType(i,"GeographicMapImageryView"),i}(n.Base),x=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xa;t.ya=this.cu.xm,t.yi=this.cu.xk,t.trianglesSource=this.cu.xj,t.xy=this.cu.xp,t.x0=this.cu.xr,t.x2=this.cu.xt},i.prototype.cx=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.w8=null,void(e.w9=null);e.w8=this.cu.dc.yc,e.w9=this.cu.dc.ye},i.prototype.cw=function(){this.cu.xa.ya=this.cu.xm},i.prototype.cv=function(){this.cu.xa.yi=this.cu.xk},i.prototype.cy=function(){this.cu.xa.trianglesSource=this.cu.xj},i.prototype.cz=function(){this.cu.xa.xy=this.cu.xp},i.prototype.c0=function(){this.cu.xa.x0=this.cu.xr},i.prototype.c1=function(){this.cu.xa.x2=this.cu.xt},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",m.$),i}(m),S=function(e){function i(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.x4&&(this.c2.x4.zh=this.c2.x8,this.c2.x4.y5=this.c2.x3)},i.prototype.c3=function(){null!=this.c2.x4&&(this.c2.x4.zh=this.c2.x8)},i.prototype.c4=function(){null!=this.c2.x4&&(this.c2.x4.y5=this.c2.x3)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",x.$),i}(x),v=function(e){function i(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=t,i.fn.wj=2,i.fn.jg=5e-6,i}return t.__extends(i,e),i.prototype.m=function(e){return 2},i.prototype.bk=function(e){this.j.bw(e),this.fn.zh(e),this.el()},i.prototype.get_ap=function(){return!0},i.prototype.d4=function(){var e,t,i,r,o,a=this.j.a8(e,t,i,r,o);e=a.p0,t=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var u=0;u<s.a.count;u++)this.fn.ah.add(s.a.item(u));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fn.ai.add(s.f.item(c))},i.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},i.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},i.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},i.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},i.prototype.fr=function(e){null!=this.fn.yh&&(this.fn.yh.windowRect=e)},i.prototype.fu=function(e,t){if(null!=this.fn.yh&&(this.fn.yh.windowRect=this.fn.xm),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var r=t.ao;null!=r&&this.fn.al.h.add(r.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},i.prototype.ft=function(e){var t=this.fn.h2;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},i.prototype.d1=function(){this.fd.ad=r.Defaults.crosshairLineThickness,this.fe.ad=r.Defaults.crosshairLineThickness,this.fd._stroke=r.Defaults.crosshairLineBrush,this.fe._stroke=r.Defaults.crosshairLineBrush,e.prototype.d1.call(this)},i.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(i.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"XamGeographicMapView",r.SeriesViewerView.$),i}(r.SeriesViewerView),M=function(e){function i(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,r){switch(t){case"TilePath":this.ap.setTilePathUrl(null==r?null:r),this.aj.e()}e.prototype.ba.call(this,t,i,r)},i.$t=n.markType(i,"OpenStreetMapImagery",d.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(d),I=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.ct=function(){return new x(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.xi=t},i.prototype.rg=function(t,r,n,o){switch(e.prototype.rg.call(this,t,r,n,o),r){case"SeriesViewer":this.xi.cx();break;case i.$$p[1]:this.xi.cw();break;case i.$$p[0]:this.xi.cv();break;case i.$$p[5]:this.xi.cy();break;case i.$$p[2]:this.xi.cz();break;case i.$$p[3]:this.xi.c0();break;case i.$$p[4]:this.xi.c1()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",g.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xk:xv",[2,"pointY"],"LongitudeMemberPath:xm:xw",[2,"pointX"],"TriangleVertexMemberPath1:xp:xy",[2,"v1"],"TriangleVertexMemberPath2:xr:xz",[2,"v2"],"TriangleVertexMemberPath3:xt:x0",[2,"v3"],"TrianglesSource:xj:xx",[n.IEnumerable_$type,null]]),i}(g),C=function(e){function i(){var t=e.call(this)||this;return t.x1=null,t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_ew=function(){return!0},Object.defineProperty(i.prototype,"x3",{get:function(){return this.x1},set:function(e){if(this.x1!=e){var t=this.x1;if(null!=this.x1){var i=this.x1;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.yb))}if(this.x1=e,null!=this.x1){var r=this.x1;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.yb))}this.raisePropertyChanged("ColorScale",t,this.x1),null!=this.x4&&(this.x4.y5=e)}},enumerable:!1,configurable:!0}),i.prototype.yb=function(e,t){this.x6.c4(),this.yd(),this.ry(!1)},i.prototype.yd=function(){null!=this.x4&&(this.x2=this.x4.y4)},i.prototype.sp=function(){e.prototype.sp.call(this),this.yd()},i.prototype.w9=function(){this.x4=new r.ScatterAreaSeries;var e=this.x4;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yc)),this.x4},i.prototype.yc=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.ct=function(){return new S(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.x6=t},i.prototype.rg=function(t,r,n,o){switch(e.prototype.rg.call(this,t,r,n,o),r){case i.$$p[1]:this.x6.c3();break;case"ColorScale":this.x6.c4(),this.yd()}},i.prototype.get_g8=function(){return!0},i.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},i.$t=n.markType(i,"GeographicScatterAreaSeries",I.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["ActualColorScale:x2:ye",[r.ColorScale.$,null],"ColorMemberPath:x8:yf",[2,"value"]]),i}(I),k=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new h},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),_=function(e){function o(t,i,o,a,s){var u,c=e.call(this)||this;c._renderer=t,c._elRef=i,c._ngZone=o,c._componentFactoryResolver=a,c._injector=s,c.actualSeries=[],c._series=null,c._dataSource=null,c._seriesAdapter=null,c._defaultTooltips=null,c._imageTilesReady=null,c._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(c)),c._zoneRunner=function(e){return c._ngZone.run(e)},c._container=t.createElement("div"),t.appendChild(i.element.nativeElement,c._container),t.setStyle(c._container,"display","block"),t.setStyle(c._container,"width","100%"),t.setStyle(c._container,"height","100%"),u=c._container,null!=c._container.nativeElement&&(u=c._container.nativeElement);var l=new n.AngularRenderer(u,c._renderer,window.document,c._ngZone,!0,r.DataChartStylingDefaults);c._wrapper=l;var p=c.i;return c._chart=p,p.provideContainer(l),l.addSizeWatcher((function(){c._chart.notifyContainerResized()})),c}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new r.IgxSeriesCollection;t._innerColl.addListener((function(t,i){switch(i.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),o.prototype.ngOnDestroy=function(){this._chart.destroy(),this._wrapper.destroy()},o.prototype.createImplementation=function(){return new f},Object.defineProperty(o.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),o.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},o.prototype.ngAfterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),i=this._componentFactoryResolver.resolveComponentFactory(t),r=this._dynamicContent.createComponent(i);this._defaultTooltips=r,r.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(r)}))}this._seriesAdapter=new n.CollectionAdapter(this.contentSeries,this.i.series,this.actualSeries,(function(e){return e.i}),(function(t){t.owner=e,t._provideRenderer(e._dataSource),t.provideData(e._dataSource),e._ensureDefaultTooltip(t),e._ensureTooltipCreated(t)}),(function(e){e._provideRenderer(null),e.provideData(null)})),this.i.notifyContainerResized()},o.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new n.AngularWrapper(e,t._renderer,t._ngZone);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},o.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=n.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),i=this._dynamicContent.createComponent(t),r=i.location.nativeElement,o=this;return r.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new n.IgxDataContext;a._implementation=e,e=a}return t?e.isSubContent=!0:r.parentElement!=o._container&&(null!=r.parentElement&&r.parentElement.removeChild(r),o._container.appendChild(r)),i.instance.context=e,r.style.display="block",!0},r.hideToolTip=function(){r.style.display="none"},r.style.display="none",i},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.yn},set:function(e){this.i.yn=n.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureEnum(c,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return n.fromRect(this.i.aap)},set:function(e){this.i.aap=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.aad)},set:function(e){this.i.aad=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.yc;if(null==e)return null;if(!e.externalObject){var t=r.IgxNumericXAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.yc=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.ye;if(null==e)return null;if(!e.externalObject){var t=r.IgxNumericYAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ye=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.ft},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.yz},set:function(e){this.i.yz=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.yy},set:function(e){this.i.yy=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.yv},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.aah();return n.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.zt(n.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.zs(n.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var i=this.i.aae(n.toRect(e),t);return n.fromRect(i)},o.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(i)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.aaj(n.toRect(e));return n.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.z5(n.toPoint(e));return n.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.z6(n.toPoint(e));return n.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.z7(n.toPoint(e));return n.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.zg()},o.prototype.styleUpdated=function(){this.i.zo()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.ic()},o.prototype.getActualWindowScaleVertical=function(){return this.i.id()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.y2()},o.prototype.zoomToGeographic=function(e){this.i.zv(n.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,i){var r=new k;r._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,r),e._imageTilesReady.emit({sender:e,args:r})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[{token:i.Renderer2},{token:i.ViewContainerRef},{token:i.NgZone},{token:i.ComponentFactoryResolver},{token:i.Injector}],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:r.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:r.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:i.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:i,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(r.IgxSeriesViewerComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:_,decorators:[{type:i.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:i.ChangeDetectionStrategy.OnPush,providers:[{provide:r.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return _}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:i.Renderer2},{type:i.ViewContainerRef},{type:i.NgZone},{type:i.ComponentFactoryResolver},{type:i.Injector}]},propDecorators:{contentSeries:[{type:i.ContentChildren,args:[r.IgxSeriesComponent]}],_dynamicContent:[{type:i.ViewChild,args:["dynamicContent",{read:i.ViewContainerRef,static:!0}]}],height:[{type:i.Input}],width:[{type:i.Input}],legend:[{type:i.Input}],dataSource:[{type:i.Input}],zoomable:[{type:i.Input}],resizeBehavior:[{type:i.Input}],isHorizontalWrappingEnabled:[{type:i.Input}],backgroundTilingMode:[{type:i.Input}],useWorldRectForZoomBounds:[{type:i.Input}],suppressZoomResetOnWorldRectChange:[{type:i.Input}],worldRect:[{type:i.Input}],actualWorldRect:[{type:i.Input}],xAxis:[{type:i.Input}],yAxis:[{type:i.Input}],windowScale:[{type:i.Input}],actualWindowScale:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var w=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:w,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=function(e){function i(t){var i=e.call(this)||this;if(t)for(var r=0;r<t.length;r++)i.add(t[r]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(n.IgCollection),D=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),T=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),j=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new y},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),O=function(){function e(){this._imageTilesReady=null,this._imagesChanged=null,this._cancellingImage=null,this._downloadingImage=null,this._zoneRunner=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igx"+e.$type.name+"Component";return n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new k;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new i.EventEmitter,this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,(function(t,i){var r=new j;r._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,r),e._imagesChanged.emit({sender:e,args:r})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new i.EventEmitter,this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,(function(t,i){var r=new n.IgxCancellingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,r),e._cancellingImage.emit({sender:e,args:r})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new i.EventEmitter,this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,(function(t,i){var r=new n.IgxDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,r),e._downloadingImage.emit({sender:e,args:r})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),R=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",b.$),i}(b),V=function(e){function i(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new R(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,r=(t+=n.enumGetBox(T,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,r=JSON.parse(i).resourceSets;if(null!=r){var o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),u=0;u<o[0].imageUrlSubdomains.length;u++)s.add(o[0].imageUrlSubdomains[u]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,r,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var u=o;n.stringIsNullOrEmpty(u)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,o)},i.$t=n.markType(i,"BingMapsMapImagery",d.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,n.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(d),z=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new V},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new P,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new P;this._subDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new P,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new P;this._actualSubDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(T,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(O),A=function(){function e(){n.TypeRegistrar.registerCons("IgxBingMapsMapImagery",z),n.TypeRegistrar.register("BingMapsMapImagery",V.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,w],exports:[w]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,w],w]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:A,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,w],exports:[w],entryComponents:[]}]}],ctorParameters:function(){return[]}});var B=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:B,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new M},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(O),F=function(){function e(){n.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",M.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,B],exports:[B]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,B],B]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:F,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,B],exports:[B],entryComponents:[]}]}],ctorParameters:function(){return[]}});var N=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:N,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var E=function(e){function r(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new i.EventEmitter,this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,(function(t,i){var r=new n.IgxGetTileImageUriArgs;r._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,r),e._getTileImageUri.emit({sender:e,args:r})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),r}(O),q=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=n.markType(i,"CustomMapImagery",d.$),i}(d),U=function(){function e(){n.TypeRegistrar.registerCons("IgxCustomMapImagery",E),n.TypeRegistrar.register("CustomMapImagery",q.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,N],exports:[N]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,N],N]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:U,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,N],exports:[N],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:L,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function i(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,r=JSON.parse(i);if(null!=r){var n="";null!=r.token&&(n=r.token),this.userToken=n}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,r=JSON.parse(i);null!=r&&null!=r.tileInfo&&(this.ap.levelOfDetail=r.tileInfo.lods.length)}},i.prototype.cf=function(t,i,r){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",d.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cd)),i.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cg)),i.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,i.$,new n.PropertyMetadata(2,!0,i.cc)),i}(d),W=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new H},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(O),Z=function(){function e(){n.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),n.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,L],L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Z,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[_],imports:[o.CommonModule,w,B,N,L],exports:[w,B,N,L,_]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,w,B,N,L],w,B,N,L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:X,decorators:[{type:i.NgModule,args:[{declarations:[_],exports:[w,B,N,L,_],imports:[o.CommonModule,w,B,N,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicMapComponent",_)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,A,F,U,Z,X],exports:[A,F,U,Z,X]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,A,F,U,Z,X],A,F,U,Z,X]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Y,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[A,F,U,Z,X],imports:[o.CommonModule,A,F,U,Z,X],entryComponents:[_]}]}],ctorParameters:function(){return[]}});var K=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isGeographic",{get:function(){return this.i.fd},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"visibleFromScale",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),r.prototype.notifyIndexedPropertiesChanged=function(){this.i.qm()},r.prototype.getItemValue=function(e,t){return this.i.ku(e,t)},r.prototype.getMemberPathValue=function(e){return this.i.mi(e)},r.prototype.getItem=function(e){return this.i.kr(n.toPoint(e))},r.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ke(n.toPoint(e),t)},r.prototype.getNextOrExactIndex=function(e,t){return this.i.kc(n.toPoint(e),t)},r.prototype.getSeriesValue=function(e,t,i){return this.i.i8(n.toPoint(e),t,i)},r.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wm(n.toPoint(e),t,i);return n.fromPoint(r)},r.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wx(n.toPoint(e));return n.fromRect(t)},r.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wz(n.toPoint(e));return n.fromRect(t)},r.prototype.getSeriesHighValue=function(e,t,i){return this.i.i4(n.toPoint(e),t,i)},r.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.wi(n.toPoint(e),t,i);return n.fromPoint(r)},r.prototype.getSeriesLowValue=function(e,t,i){return this.i.i6(n.toPoint(e),t,i)},r.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wk(n.toPoint(e),t,i);return n.fromPoint(r)},r.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wn(n.toPoint(e),t,i);return n.fromPoint(r)},r.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i9(n.toPoint(e),t,i)},r.prototype.getItemSpan=function(){return this.i.iy()},r.prototype.renderSeries=function(e){this.i.ry(e)},r.prototype.styleUpdated=function(){this.i.sk()},r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),r}(r.IgxSeriesComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:K,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:i.Input}],coercionMethods:[{type:i.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(i,r){t._currData==e&&(null!=t._sub&&(t._sub(),t._sub),t.i.itemsSource=e.getPointData())})),null)):e},o.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgxShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted.subscribe(this.onShapeDataSourceImportCompleted)),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},o.prototype.onShapeDataSourceImportCompleted=function(e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(o.prototype,"shapeMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xt},set:function(e){this.i.xt=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureEnum(r.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xk;if(null==e)return null;if(!e.externalObject){var t=r.IgxBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xk=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xs},set:function(e){this.i.xs=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xw},set:function(e){this.i.xw=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.xo;if(null==e)return null;if(!e.externalObject){var t=new n.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.xo=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.xv},set:function(e){this.i.xv=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new i.EventEmitter,this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,(function(t,i){var n=new r.IgxAssigningShapeStyleEventArgs;n._provideImplementation(i),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,n),e._assigningShapeStyle.emit({sender:e,args:n})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new i.EventEmitter,this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,i){var n=new r.IgxAssigningShapeMarkerStyleEventArgs;n._provideImplementation(i),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,n),e._assigningShapeMarkerStyle.emit({sender:e,args:n})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:J,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:i.Input}],databaseSource:[{type:i.Input}],shapeMemberPath:[{type:i.Input}],isCustomShapeStyleAllowed:[{type:i.Input}],isCustomShapeMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],itemSearchPointsThreshold:[{type:i.Input}],shapefileDataSource:[{type:i.Input}],shapeFilterResolution:[{type:i.Input}],assigningShapeStyle:[{type:i.Output}],assigningShapeMarkerStyle:[{type:i.Output}]}});var Q=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.xr=!1,t.xq=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xn=null,t.xp=!1,t}return t.__extends(i,e),i.prototype.ct=function(){return new ee(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.xm=t},i.prototype.get_ff=function(){return!0},i.prototype.get_ef=function(){return!0},i.prototype.rg=function(t,r,o,a){switch(e.prototype.rg.call(this,t,r,o,a),r){case"SeriesViewer":this.xm.cv();break;case"ShapeMemberPath":this.xm.cx();break;case i.$$p[8]:this.xm.cw();break;case i.$$p[4]:if(this.xa.yi=this.xu,this.xr=this.xu,this.xu){var s=this.xa;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.yc))}else{var u=this.xa;u.assigningShapeStyle=n.delegateRemove(u.assigningShapeStyle,n.runOn(this,this.yc))}break;case i.$$p[3]:if(this.xa.yh=this.xt,this.xq=this.xt,this.xu){var c=this.xa;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.yb))}else{var l=this.xa;l.assigningShapeMarkerStyle=n.delegateRemove(l.assigningShapeMarkerStyle,n.runOn(this,this.yb))}break;case i.$$p[5]:this.xa.xu=this.xl;break;case i.$$p[6]:this.xa.yz=this.xw;break;case i.$$p[7]:this.xa.y0=this.xx;break;case i.$$p[0]:this.xa.y4=this.xy;break;case i.$$p[1]:this.xa.xk=this.xk;break;case i.$$p[2]:this.xa.yd=this.xs;break;case"ShapefileDataSource":if(null!=o){var p=o;this.xp&&(p.importCompleted=n.delegateRemove(p.importCompleted,n.runOn(this,this.yd)))}if(null!=a){var h=a;if(h.count>0){this.ye();break}this.xp=!0,h.importCompleted=n.delegateCombine(h.importCompleted,n.runOn(this,this.yd))}}},i.prototype.yc=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},i.prototype.yb=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},i.prototype.yd=function(e,t){this.ye()},i.prototype.ye=function(){var e=this.xo.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(i.prototype,"xo",{get:function(){return this.xn},set:function(e){var t=this.xn;this.xn=e,t!=this.xn&&this.raisePropertyChanged("ShapefileDataSource",t,this.xn)},enumerable:!1,configurable:!0}),i.prototype.get_g8=function(){return!0},i.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},i.$t=n.markType(i,"GeographicShapeSeriesBase",g.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:xy:yf",[2],"FillScale:xk:yg",[r.BrushScale.$],"FillScaleUseGlobalValues:xs:yh",[0,!1],"IsCustomShapeMarkerStyleAllowed:xt:yi",[0,!1],"IsCustomShapeStyleAllowed:xu:yj",[0,!1],"ItemSearchMode:xl:yk",[r.ShapeItemSearchMode_$type,n.enumGetBox(r.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xw:yl",[1,1e4],"ItemSearchThreshold:xx:ym",[1,1e4],"ShapeFilterResolution:xv:yn",[1,2],"ShapeMemberPath:x9:yo",[2,"points"]]),i}(g),ee=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this),this.cu.xa.zh=this.cu.x9},i.prototype.cv=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.xo=null,void(e.xq=null);e.xo=this.cu.dc.yc,e.xq=this.cu.dc.ye},i.prototype.cx=function(){this.cu.xa.zh=this.cu.x9},i.prototype.cw=function(){this.cu.xa.yw=this.cu.xv},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",m.$),i}(m),te=function(e){function i(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i.t||(i.cy.x9="points"),i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.zw=r.Defaults.a8,this.cy.jt=r.Defaults.ac,this.cy.yv=r.Defaults.ab,this.cy.ys=r.Defaults.d,this.cy.yq=r.Defaults.a)},i.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xa.ab3=this.cy.zy,this.cy.xa.aaw=this.cy.yt,this.cy.xa.abi=this.cy.ze,this.cy.xa.aaz=this.cy.yv,this.cy.xa.aai=this.cy.yp},i.prototype.c3=function(){this.cy.xa.abi=this.cy.ze},i.prototype.c5=function(){this.cy.xa.aaz=this.cy.yv},i.prototype.c0=function(){this.cy.xa.aai=this.cy.yp},i.prototype.c4=function(){this.cy.xa.aar=this.cy.ys},i.prototype.cz=function(){this.cy.xa.abz=this.cy.zv},i.prototype.c1=function(){this.cy.xa.ab0=this.cy.zw},i.prototype.c2=function(){this.cy.xa.ab2=this.cy.zx},i.prototype.c6=function(){this.cy.xa.aaw=this.cy.yt},i.prototype.c7=function(){this.cy.xa.ab3=this.cy.zy},i.$t=n.markType(i,"GeographicShapeSeriesView",ee.$),i}(ee),ie=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_fr=function(){return!0},i.prototype.ct=function(){return new te(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.yu=t},i.prototype.w9=function(){var e=new r.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zb)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zc)),e},i.prototype.zb=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.zc=function(e,t){n.typeCast(r.ScatterPolygonSeries.$,this.xa)},i.prototype.ip=function(){return this.yv},i.prototype.vv=function(){return this.zt},i.prototype.vw=function(){return this.zu},i.prototype.s7=function(){return this.zd},i.prototype.mf=function(){var e=n.typeCast(r.ScatterPolygonSeries.$,this.xa);return null==e?"Unknown":e.mf()},i.prototype.rg=function(t,r,n,o){switch(e.prototype.rg.call(this,t,r,n,o),r){case i.$$p[6]:this.xa.aap=this.yr;break;case i.$$p[5]:this.xa.aal=this.yq;break;case i.$$p[9]:this.yu.c3();break;case i.$$p[10]:this.yu.c5();break;case i.$$p[4]:this.yu.c0();break;case i.$$p[11]:this.yu.c4();break;case i.$$p[3]:this.yu.cz();break;case i.$$p[7]:this.yu.c1();break;case i.$$p[8]:this.yu.c2();break;case i.$$p[13]:this.yu.c6();break;case i.$$p[12]:this.yu.c7()}},i.prototype.jo=function(){return.7},i.$t=n.markType(i,"GeographicShapeSeries",Q.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:zt:zf",[n.Brush.$],"ActualMarkerOutline:zu:zg",[n.Brush.$],"ActualMarkerTemplate:zd:zh",[n.DataTemplate.$,null],"MarkerBrush:zv:zi",[n.Brush.$],"MarkerCollisionAvoidance:yp:zj",[r.CollisionAvoidanceType_$type,n.enumGetBox(r.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yq:zk",[r.MarkerFillMode_$type,n.enumGetBox(r.MarkerFillMode_$type,0)],"MarkerOutlineMode:yr:zl",[r.MarkerOutlineMode_$type,n.enumGetBox(r.MarkerOutlineMode_$type,0)],"MarkerOutline:zw:zm",[n.Brush.$],"MarkerStyle:zx:zn",[n.Style.$],"MarkerTemplate:ze:zo",[n.DataTemplate.$,null],"MarkerThickness:yv:zp",[1,n.DeviceUtils.g(2)],"MarkerType:ys:zq",[r.MarkerType_$type,n.enumGetBox(r.MarkerType_$type,2)],"ShapeStyle:zy:zr",[n.Style.$,null],"ShapeStyleSelector:yt:zs",[r.StyleSelector.$,null]]),i}(Q),re=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ie},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.fr},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.zy?this.i.zy.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zy.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.zy?this.i.zy.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zy.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.zy?this.i.zy.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zy.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.zy?this.i.zy.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zy.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.zy||(this.i.zy=new n.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureEnum(r.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureEnum(r.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureEnum(r.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.ze},set:function(e){this.i.ze=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.zv)},set:function(e){this.i.zv=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.zw)},set:function(e){this.i.zw=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.yv},set:function(e){this.i.yv=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureEnum(r.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.zd},set:function(e){this.i.zd=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.zt)},set:function(e){this.i.zt=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.zu)},set:function(e){this.i.zu=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new r.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:re,decorators:[{type:i.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return re}))},{provide:K,useExisting:i.forwardRef((function(){return re}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return re}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],markerType:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],markerThickness:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}],styleShape:[{type:i.Output}]}});var ne=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[re],imports:[o.CommonModule,r.IgxScatterPolygonSeriesDynamicModule],exports:[re,r.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,r.IgxScatterPolygonSeriesDynamicModule],r.IgxScatterPolygonSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ne,decorators:[{type:i.NgModule,args:[{declarations:[re],imports:[o.CommonModule,r.IgxScatterPolygonSeriesDynamicModule],exports:[re,r.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",re),n.TypeRegistrar.register("GeographicShapeSeries",ie.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ne],exports:[ne]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ne],ne]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:oe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,ne],exports:[ne],entryComponents:[re]}]}],ctorParameters:function(){return[]}});var ae=function(e){function i(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.jt=r.Defaults.aa)},i.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xa.aai=this.cy.yp,this.cy.xa.aan=this.cy.yx},i.prototype.cz=function(){this.cy.xa.aai=this.cy.yp},i.prototype.c0=function(){this.cy.xa.aan=this.cy.yx},i.$t=n.markType(i,"GeographicPolylineSeriesView",ee.$),i}(ee),se=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_fs=function(){return!0},i.prototype.ct=function(){return new ae(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.yq=t},i.prototype.w9=function(){var e=new r.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yu)),e},i.prototype.yu=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.rg=function(t,r,n,o){switch(e.prototype.rg.call(this,t,r,n,o),r){case i.$$p[1]:this.yq.cz();break;case i.$$p[0]:this.yq.c0()}},i.$t=n.markType(i,"GeographicPolylineSeries",Q.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["ShapeStyle:yx:yv",[n.Style.$,null],"ShapeStyleSelector:yp:yw",[r.StyleSelector.$,null]]),i}(Q),ue=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolyline",{get:function(){return this.i.fs},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.yx?this.i.yx.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yx.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.yx?this.i.yx.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yx.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.yx?this.i.yx.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yx.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.yx?this.i.yx.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yx.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.yx||(this.i.yx=new n.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new r.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ue,decorators:[{type:i.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ue}))},{provide:K,useExisting:i.forwardRef((function(){return ue}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ue}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],styleShape:[{type:i.Output}]}});var ce=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ue],imports:[o.CommonModule,r.IgxScatterPolylineSeriesDynamicModule],exports:[ue,r.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,r.IgxScatterPolylineSeriesDynamicModule],r.IgxScatterPolylineSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ce,decorators:[{type:i.NgModule,args:[{declarations:[ue],imports:[o.CommonModule,r.IgxScatterPolylineSeriesDynamicModule],exports:[ue,r.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var le=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",ue),n.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ce],exports:[ce]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ce],ce]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:le,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,ce],exports:[ce],entryComponents:[ue]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function i(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),r=parseInt(n.stringReplace(i[3],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var u=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return u.src=t.url}))}),(function(e,t){}),(function(e,t){}),u)},i.$t=n.markType(i,"TileGeneratorMapImagery",d.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(d),ye=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new he},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(O),ge=function(){function e(){n.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ye),n.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,pe],pe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ge,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function i(){var t=e.call(this)||this;return t.aaj=null,t.aai=null,t.imageTilesReady=null,t.aam=null,t.aan=!1,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f4=function(){return!0},i.prototype.ct=function(){return new fe(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.aah=t},i.prototype.get_yk=function(){return!1},Object.defineProperty(i.prototype,"aal",{get:function(){return this.aaj},set:function(e){if(e!=this.aal){var t=this.aal;this.aaj=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"aak",{get:function(){return this.aai},set:function(e){var t=this.aai;this.aai=e,this.raisePropertyChanged("ActualTileImagery",t,this.aai)},enumerable:!1,configurable:!0}),i.prototype.rg=function(t,i,r,o){var a,s;switch(e.prototype.rg.call(this,t,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.aaq))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aaq))),this.aah.dv(a,s),this.ry(!1),this.qr();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.aar)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aar)),s.deferralHandler=this),this.aah.du(a,s),null!=s&&null!==n.typeCast(f.$,this.dc)&&(s.geographicMap=this.dc,this.aat(this.cw),this.aah.dr(this.dc.xm)),this.qr();break;case"ActualWindowRect":this.aah.dr(o);break;case"WorldRect":this.aah.dy(o);break;case"SeriesViewer":var u=o;null!=r&&null!=this.aak&&this.aak.be(null),null!=u&&null!=this.aak&&this.aak.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qt()}},i.prototype.aaq=function(e,t){"MultiScaleImage"==t.propertyName&&this.aat(this.cw)},i.prototype.aar=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aan||this.aah.dw()},i.prototype.register=function(e,t){this.aam=t},i.prototype.unRegister=function(e){this.aam=null},i.prototype.deferredRefresh=function(){this.ry(!1)},i.prototype.deferAction=function(e){null!=this.j3?this.j3.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.sy=function(t,i){this.aah.dx(),e.prototype.sy.call(this,t,i)},i.prototype.rz=function(t){e.prototype.rz.call(this,t),this.aas(t,this.cw)},i.prototype.aas=function(e,t){var i,r,n=t,o=t.getViewInfo(i,r);i=o.p0,r=o.p1,this.aat(t),null!=this.aam&&(this.aan=!0,this.aam(e),this.aan=!1),n.dw()},i.prototype.rx=function(t,i,r,n,o){e.prototype.rx.call(this,t,i,r,n,o);var a=this.ho.item(n);a.bd(r),this.d7(a)||this.zx(a)},i.prototype.aat=function(e){var t,i,r=e.getViewInfo(t,i);t=r.p0,i=r.p1,null!=this.aal&&null!=this.aal.ao&&(this.aal!=this.aak&&(this.aak=this.aal),null==this.aak||t.isEmpty||(this.aak.width!=t.width&&(this.aak.width=t.width),this.aak.height!=t.height&&(this.aak.height=t.height)))},i.prototype.pb=function(t,i){e.prototype.pb.call(this,t,i),i.ds()},i.$t=n.markType(i,"TileSeries",r.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),i}(r.ShapeSeriesBase),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.dn=null,i.dz=new n.GeometryGroup,i.dq=null,i.dp=null,i.dn=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.dn.v5=r.Defaults.tileSeries_Outline,this.dn.vp=r.Defaults.tileSeries_Brush)},i.prototype.cx=function(e,t){t.c.count>0&&this.dz.d.add(t)},i.prototype.di=function(e,t){return this.dj(e,t,!0)},i.prototype.dh=function(e,t){return null},i.prototype.c1=function(e,t){},i.prototype.cz=function(e,t,i){},i.prototype.c7=function(){e.prototype.c7.call(this),this.dz.d.clear()},i.prototype.c6=function(){e.prototype.c6.call(this),this.a2()},i.prototype.dr=function(e){null!=this.dn.aal&&(this.dn.aal.windowRect=e)},i.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j3.createElement("canvas");var i=this.f.j3.get2DCanvasContext(this.dq);this.dp=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dt))),null!=t&&(null!=this.ae&&t.be(this.ae),t.bd(this.dp),t.bf(this.b9),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dt)))},i.prototype.dt=function(e,t){this.a2()},i.prototype.dv=function(e,t){},i.prototype.dx=function(){null!=this.dq&&(this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())),null!=this.dn.aal&&this.dn.aal.bf(this.b9)},i.prototype.bj=function(t,i){if(e.prototype.bj.call(this,t,i),!i&&null!=this.dq){var r=!1;if(this.dz.d.count>0)r=!0,this.m.aa(),this.m.r(this.dz),this.m.h().clip();var o=n.truncate(Math.round(this.b9.left)),a=n.truncate(Math.round(this.b9.top)),s=n.truncate(Math.round(this.b9.width)),u=n.truncate(Math.round(this.b9.height));this.m.o(this.dq.getNativeElement(),1,o,a,s,u,o,a,s,u),r&&this.m.z()}},i.prototype.dw=function(){this.a2()},i.prototype.ds=function(){},i.prototype.dy=function(e){null!=this.dn.aal&&this.dn.aal.a6()},i.$t=n.markType(i,"TileSeriesView",r.ShapeSeriesViewBase.$),i}(r.ShapeSeriesViewBase),de=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new me},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isTile",{get:function(){return this.i.f4},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileImagery",{get:function(){var e=this.i.aal;return null==e?null:e.externalObject},set:function(e){this.i.aal=null==e?null:e.i},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:r.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return n}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return n}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),n}(r.IgxShapeSeriesBaseComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:de,decorators:[{type:i.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:r.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return de}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return de}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}]}});var be=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:be,decorators:[{type:i.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var xe=function(){function e(){n.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),n.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,be],be]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:xe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var Se=function(e){function i(){var t=e.call(this)||this;return t.yq=null,t.yp=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f4=function(){return!0},Object.defineProperty(i.prototype,"yr",{get:function(){return this.yq},set:function(e){if(e!=this.yr){var t=this.yr;this.yq=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yv=function(){null!=this.yr&&this.yr.clearTileCache()},i.prototype.rg=function(t,i,r,n){switch(e.prototype.rg.call(this,t,i,r,n),i){case"TileImagery":null!=this.xa&&(this.xa.aal=this.yr)}},i.prototype.xf=function(t,i){if(e.prototype.xf.call(this,t,i),this.xa.aal=this.yr,null!=this.yp){var r=this.yp;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.yu))}if(this.yp=this.xa,null!=this.yp){var o=this.yp;o.imageTilesReady=n.delegateCombine(o.imageTilesReady,n.runOn(this,this.yu))}},i.prototype.w9=function(){return new me},i.prototype.yu=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=n.markType(i,"GeographicTileSeries",Q.$),i}(Q),ve=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.f4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.yr;return null==e?null:e.externalObject},set:function(e){this.i.yr=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.yv()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new k;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ve,decorators:[{type:i.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ve}))},{provide:K,useExisting:i.forwardRef((function(){return ve}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ve}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var Me=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ve],imports:[o.CommonModule,xe],exports:[ve,xe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,xe],xe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Me,decorators:[{type:i.NgModule,args:[{declarations:[ve],imports:[o.CommonModule,xe],exports:[ve,xe],entryComponents:[]}]}]});var Ie=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",ve),n.TypeRegistrar.register("GeographicTileSeries",Se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Me],exports:[Me]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Me],Me]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ie,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Me],exports:[Me],entryComponents:[ve]}]}],ctorParameters:function(){return[]}});var Ce=function(e){function o(){return e.call(this)||this}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.xk},set:function(e){this.i.xk=n.ensureEnum(r.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.xl},set:function(e){this.i.xl=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.xj},set:function(e){this.i.xj=n.ensureEnum(r.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.xi},set:function(e){this.i.xi=n.ensureEnum(r.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.x0},set:function(e){this.i.x0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.ye)},set:function(e){this.i.ye=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yf)},set:function(e){this.i.yf=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.yc)},set:function(e){this.i.yc=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.yd)},set:function(e){this.i.yd=n.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ce,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:i.Input}],markerThickness:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],maximumMarkers:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}]}});var ke=function(e){function i(){var t=e.call(this)||this,i=t.xa;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xy)),t}return t.__extends(i,e),i.prototype.s7=function(){return this.xz},i.prototype.vv=function(){return this.yc},i.prototype.vw=function(){return this.yd},i.prototype.ip=function(){return this.xl},i.prototype.mf=function(){var e=n.typeCast(r.MarkerSeries.$,this.xa);return null==e?"Unknown":e.mf()},i.prototype.xy=function(e,t){var i=n.typeCast(r.MarkerSeries.$,this.xa);null!=i&&("ActualMarkerTemplate"==t.propertyName?this.xz=i.ya:"ActualMarkerOutline"==t.propertyName?this.yd=i.ys:"ActualMarkerBrush"==t.propertyName&&(this.yc=i.yr))},i.prototype.rg=function(t,r,n,o){switch(e.prototype.rg.call(this,t,r,n,o),r){case i.$$p[3]:this.xa.yt=this.ye;break;case i.$$p[6]:this.xa.yu=this.yf;break;case i.$$p[5]:this.xa.xe=this.xj;break;case i.$$p[4]:this.xa.xa=this.xi;break;case i.$$p[9]:this.xa.xk=this.xk;break;case i.$$p[7]:this.xa.yc=this.x0;break;case i.$$p[8]:this.xa.xt=this.xl;break;case i.$$p[10]:this.xa.aaj=this.xm}},i.$t=n.markType(i,"GeographicMarkerSeries",g.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:yc:x1",[n.Brush.$],"ActualMarkerOutline:yd:x2",[n.Brush.$],"ActualMarkerTemplate:xz:x3",[n.DataTemplate.$,null],"MarkerBrush:ye:x4",[n.Brush.$],"MarkerFillMode:xi:x5",[r.MarkerFillMode_$type,n.enumGetBox(r.MarkerFillMode_$type,0)],"MarkerOutlineMode:xj:x6",[r.MarkerOutlineMode_$type,n.enumGetBox(r.MarkerOutlineMode_$type,0)],"MarkerOutline:yf:x7",[n.Brush.$],"MarkerTemplate:x0:x8",[n.DataTemplate.$,null],"MarkerThickness:xl:x9",[1,n.DeviceUtils.g(2)],"MarkerType:xk:ya",[r.MarkerType_$type,n.enumGetBox(r.MarkerType_$type,r.Defaults.e)],"MaximumMarkers:xm:yb",[1,400]]),i}(g),_e=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xa;t.aa3=this.cu.y9,t.abb=this.cu.y7,t.xk=this.cu.xk,t.yc=this.cu.x0,t.xt=this.cu.xl,t.add=this.cu.yt,t.ad3=this.cu.ze,t.ac2=this.cu.yl,t.adt=this.cu.y5,t.ado=this.cu.yx,t.acz=this.cu.yi,t.adb=this.cu.yp,t.adc=this.cu.ys,t.adi=this.cu.yv,t.adh=this.cu.yu},i.prototype.c3=function(){this.cu.xa.aa3=this.cu.y9},i.prototype.c2=function(){this.cu.xa.abb=this.cu.y7},i.prototype.c8=function(){this.cu.xa.xk=this.cu.xk},i.prototype.c6=function(){this.cu.xa.yc=this.cu.x0},i.prototype.c7=function(){this.cu.xa.xt=this.cu.xl},i.prototype.c9=function(){this.cu.xa.aaj=this.cu.xm},i.prototype.db=function(){this.cu.xa.xAxis=this.cu.dc.yc},i.prototype.dc=function(){this.cu.xa.yAxis=this.cu.dc.ye},i.prototype.da=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yc,e.yAxis=this.cu.dc.ye},i.prototype.c4=function(){this.cu.xa.yt=this.cu.ye},i.prototype.c5=function(){this.cu.xa.yu=this.cu.yf},i.prototype.dd=function(){this.cu.xa.ad3=this.cu.ze},i.prototype.de=function(){this.cu.xa.ac2=this.cu.yl,this.cu.xa.add=this.cu.yt},i.prototype.cy=function(){this.cu.xa.adt=this.cu.y5},i.prototype.cw=function(){this.cu.xa.acz=this.cu.yi,this.cu.xa.adb=this.cu.yp,this.cu.xa.adc=this.cu.ys,this.cu.xa.adi=this.cu.yv,this.cu.xa.adh=this.cu.yu},i.prototype.cv=function(){this.cu.xa.ado=this.cu.yx},i.prototype.df=function(){this.cu.xa.add=this.cu.yt},i.prototype.cx=function(){this.cu.xa.adb=this.cu.yp},i.prototype.c1=function(){this.cu.xa.adc=this.cu.ys},i.prototype.c0=function(){this.cu.xa.adi=this.cu.yv},i.prototype.cz=function(){this.cu.xa.adh=this.cu.yu},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",m.$),i}(m),we=function(e){function i(){var t=e.call(this)||this;return t.yj=null,t.yo=!1,t.yn=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_ek=function(){return!0},i.prototype.ct=function(){return new _e(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.ym=t},i.prototype.jo=function(){return.7},i.prototype.w9=function(){return new r.BubbleSeries},i.prototype.get_ff=function(){return!0},i.prototype.rg=function(t,r,o,a){switch(e.prototype.rg.call(this,t,r,o,a),r){case"SeriesViewer":this.ym.da();break;case i.$$p[9]:this.ym.c3();break;case i.$$p[8]:this.ym.c2();break;case"XAxis":this.ym.db();break;case"YAxis":this.ym.dc();break;case i.$$p[13]:this.ym.dd();break;case i.$$p[14]:this.ym.de();break;case i.$$p[15]:this.ym.df();break;case i.$$p[7]:this.ym.cy();break;case i.$$p[0]:this.ym.cv();break;case i.$$p[1]:this.ym.cw();break;case i.$$p[2]:this.ym.cx();break;case i.$$p[12]:this.ym.c1();break;case i.$$p[11]:this.ym.c0();break;case i.$$p[10]:this.ym.cz();break;case i.$$p[4]:if(this.xa.zz=this.yr,this.yo=this.yr,this.yr){var s=this.xa;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zj))}else{var u=this.xa;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.zj))}break;case i.$$p[3]:if(this.xa.zy=this.yq,this.yn=this.yq,this.yr){var c=this.xa;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.zi))}else{var l=this.xa;l.assigningScatterMarkerStyle=n.delegateRemove(l.assigningScatterMarkerStyle,n.runOn(this,this.zi))}break;case i.$$p[5]:this.xa.zi=this.yk;break;case i.$$p[6]:this.xa.aai=this.yw}},i.prototype.zj=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.zi=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=n.markType(i,"GeographicProportionalSymbolSeries",ke.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:yx:zk",[2],"FillScale:yi:zl",[r.BrushScale.$],"FillScaleUseGlobalValues:yp:zm",[0,!1],"IsCustomScatterMarkerStyleAllowed:yq:zn",[0,!1],"IsCustomScatterStyleAllowed:yr:zo",[0,!1],"ItemSearchMode:yk:zp",[r.ScatterItemSearchMode_$type,n.enumGetBox(r.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yw:zq",[1,1e4],"LabelMemberPath:y5:zr",[2],"LatitudeMemberPath:y7:zs",[2,null],"LongitudeMemberPath:y9:zt",[2,null],"MarkerBrushBrightness:yu:zu",[1,NaN],"MarkerOutlineBrightness:yv:zv",[1,NaN],"MarkerOutlineUsesFillScale:ys:zw",[0,!1],"RadiusMemberPath:ze:zx",[2,null],"RadiusScale:yl:zy",[r.SizeScale.$],"RadiusScaleUseGlobalValues:yt:zz",[0,!1]]),i}(ke),Pe=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new we},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.ek},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.y7},set:function(e){this.i.y7=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.y9},set:function(e){this.i.y9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.ze},set:function(e){this.i.ze=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.yl;if(null==e)return null;if(!e.externalObject){var t=r.IgxSizeScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.yl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.y5},set:function(e){this.i.y5=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.yi;if(null==e)return null;if(!e.externalObject){var t=r.IgxBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.yi=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.yv},set:function(e){this.i.yv=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.yu},set:function(e){this.i.yu=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureEnum(r.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yw},set:function(e){this.i.yw=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var n=new r.IgxAssigningScatterStyleEventArgs;n._provideImplementation(i),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new i.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var n=new r.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ce,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ce);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Pe,decorators:[{type:i.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ce,useExisting:i.forwardRef((function(){return Pe}))},{provide:K,useExisting:i.forwardRef((function(){return Pe}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Pe}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],radiusMemberPath:[{type:i.Input}],radiusScale:[{type:i.Input}],labelMemberPath:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],markerOutlineUsesFillScale:[{type:i.Input}],markerOutlineBrightness:[{type:i.Input}],markerBrushBrightness:[{type:i.Input}],radiusScaleUseGlobalValues:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var De=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Pe],imports:[o.CommonModule,r.IgxBubbleSeriesDynamicModule],exports:[Pe,r.IgxBubbleSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,r.IgxBubbleSeriesDynamicModule],r.IgxBubbleSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:De,decorators:[{type:i.NgModule,args:[{declarations:[Pe],imports:[o.CommonModule,r.IgxBubbleSeriesDynamicModule],exports:[Pe,r.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",we.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,De],De]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Te,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){var t=this.cu.xa;e.prototype.ci.call(this),t.aa3=this.cu.yy,t.abb=this.cu.yw,t.xk=this.cu.xk,t.yc=this.cu.x0,t.xt=this.cu.xl},i.prototype.cw=function(){this.cu.xa.aa3=this.cu.yy},i.prototype.cv=function(){this.cu.xa.abb=this.cu.yw},i.prototype.c2=function(){this.cu.xa.xk=this.cu.xk},i.prototype.c0=function(){this.cu.xa.yc=this.cu.x0},i.prototype.c1=function(){this.cu.xa.xt=this.cu.xl},i.prototype.c3=function(){this.cu.xa.aaj=this.cu.xm},i.prototype.c5=function(){this.cu.xa.xAxis=this.cu.dc.yc},i.prototype.c6=function(){this.cu.xa.yAxis=this.cu.dc.ye},i.prototype.c4=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yc,e.yAxis=this.cu.dc.ye},i.prototype.cy=function(){this.cu.xa.y3=this.cu.yi},i.prototype.cx=function(){this.cu.xa.yt=this.cu.ye},i.prototype.cz=function(){this.cu.xa.yu=this.cu.yf},i.$t=n.markType(i,"GeographicSymbolSeriesView",m.$),i}(m),Oe=function(e){function i(){var t=e.call(this)||this;return t.yk=null,t.yn=!1,t.ym=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_ek=function(){return!0},i.prototype.ct=function(){return new je(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.yl=t},i.prototype.jo=function(){return.7},i.prototype.w9=function(){return new r.ScatterSeries},i.prototype.get_ff=function(){return!0},i.prototype.rg=function(t,r,o,a){switch(e.prototype.rg.call(this,t,r,o,a),r){case"SeriesViewer":this.yl.c4();break;case i.$$p[5]:this.yl.cw();break;case i.$$p[4]:this.yl.cv();break;case i.$$p[6]:this.yl.cy();break;case"XAxis":this.yl.c5();break;case"YAxis":this.yl.c6();break;case i.$$p[1]:if(this.xa.zz=this.yp,this.yn=this.yp,this.yp){var s=this.xa;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y3))}else{var u=this.xa;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.y3))}break;case i.$$p[0]:if(this.xa.zy=this.yo,this.ym=this.yo,this.yp){var c=this.xa;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.y2))}else{var l=this.xa;l.assigningScatterMarkerStyle=n.delegateRemove(l.assigningScatterMarkerStyle,n.runOn(this,this.y2))}break;case i.$$p[2]:this.xa.zi=this.yj;break;case i.$$p[3]:this.xa.aai=this.yr}},i.prototype.y3=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.y2=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=n.markType(i,"GeographicSymbolSeries",ke.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:yo:y4",[0,!1],"IsCustomScatterStyleAllowed:yp:y5",[0,!1],"ItemSearchMode:yj:y6",[r.ScatterItemSearchMode_$type,n.enumGetBox(r.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yr:y7",[1,1e4],"LatitudeMemberPath:yw:y8",[2,null],"LongitudeMemberPath:yy:y9",[2,null],"MarkerCollisionAvoidance:yi:za",[r.CollisionAvoidanceType_$type,n.enumGetBox(r.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yq:zb",[0,!1]]),i}(ke),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Oe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.ek},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yw},set:function(e){this.i.yw=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yy},set:function(e){this.i.yy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yi},set:function(e){this.i.yi=n.ensureEnum(r.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yo},set:function(e){this.i.yo=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureEnum(r.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yr},set:function(e){this.i.yr=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var n=new r.IgxAssigningScatterStyleEventArgs;n._provideImplementation(i),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new i.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var n=new r.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ce,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ce);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:$e,decorators:[{type:i.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ce,useExisting:i.forwardRef((function(){return $e}))},{provide:K,useExisting:i.forwardRef((function(){return $e}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return $e}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var Re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[$e],imports:[o.CommonModule,r.IgxScatterSeriesDynamicModule],exports:[$e,r.IgxScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,r.IgxScatterSeriesDynamicModule],r.IgxScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Re,decorators:[{type:i.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,r.IgxScatterSeriesDynamicModule],exports:[$e,r.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),n.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Re],exports:[Re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Re],Re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ve,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var ze=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),r.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgxTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted.subscribe(this.onTriangulationDataSourceImportCompleted)),this._cachedTriangulationDataSource.source=this._triangulationDataSource},r.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xm},set:function(e){this.i.xm=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xk},set:function(e){this.i.xk=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"trianglesSource",{get:function(){return this.i.xj},set:function(e){this.i.xj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xr},set:function(e){this.i.xr=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xt},set:function(e){this.i.xt=e},enumerable:!1,configurable:!0}),r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),r}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ze,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],latitudeMemberPath:[{type:i.Input}],trianglesSource:[{type:i.Input}],triangleVertexMemberPath1:[{type:i.Input}],triangleVertexMemberPath2:[{type:i.Input}],triangleVertexMemberPath3:[{type:i.Input}]}});var Ae=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new C},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.ew},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.x8},set:function(e){this.i.x8=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.x3;if(null==e)return null;if(!e.externalObject){var t=r.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x3=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.x2;if(null==e)return null;if(!e.externalObject){var t=r.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x2=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.yd()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:ze,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(ze);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ae,decorators:[{type:i.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:ze,useExisting:i.forwardRef((function(){return Ae}))},{provide:K,useExisting:i.forwardRef((function(){return Ae}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Ae}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:i.Input}],colorScale:[{type:i.Input}],actualColorScale:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Be=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Ae],imports:[o.CommonModule,r.IgxScatterAreaSeriesDynamicModule],exports:[Ae,r.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,r.IgxScatterAreaSeriesDynamicModule],r.IgxScatterAreaSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Be,decorators:[{type:i.NgModule,args:[{declarations:[Ae],imports:[o.CommonModule,r.IgxScatterAreaSeriesDynamicModule],exports:[Ae,r.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Ae),n.TypeRegistrar.register("GeographicScatterAreaSeries",C.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Be],exports:[Be]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Be],Be]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ge,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Be],exports:[Be],entryComponents:[Ae]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this);var t=n.typeCast(r.HighDensityScatterSeries.$,this.cu.xa);t.zj=this.cu.xz,t.zr=this.cu.xx,t.xw=this.cu.xm,t.xv=this.cu.xl,t.f9=this.cu.xk,t.yr=this.cu.xo,t.yq=this.cu.xn,t.aap=this.cu.yi,t.aao=this.cu.yh,t.y3=this.cu.xr},i.prototype.c0=function(){this.cu.xa.zj=this.cu.xz},i.prototype.cz=function(){this.cu.xa.zr=this.cu.xx},i.prototype.c5=function(){this.cu.xa.xw=this.cu.xm},i.prototype.c3=function(){this.cu.xa.xv=this.cu.xl},i.prototype.c1=function(){this.cu.xa.f9=this.cu.xk},i.prototype.cy=function(){this.cu.xa.yr=this.cu.xo},i.prototype.cw=function(){this.cu.xa.yq=this.cu.xn},i.prototype.c4=function(){var e=n.typeCast(r.HighDensityScatterSeries.$,this.cu.xa);if(null==this.cu.dc)return e.xf=null,void(e.xh=null);e.xf=this.cu.dc.yc,e.xh=this.cu.dc.ye},i.prototype.c6=function(){this.cu.xa.xf=this.cu.dc.yc},i.prototype.c7=function(){this.cu.xa.xh=this.cu.dc.ye},i.prototype.cx=function(){this.cu.xa.aap=this.cu.yi},i.prototype.cv=function(){this.cu.xa.aao=this.cu.yh},i.prototype.c2=function(){this.cu.xa.y3=this.cu.xr},i.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yi=r.Defaults.bf,this.cu.yh=r.Defaults.be,this.cu.vp=r.Defaults.ba,this.cu.v5=r.Defaults.a9)},i.$t=n.markType(i,"GeographicHighDensityScatterSeriesView",m.$),i}(m),Ne=function(e){function i(){var t=e.call(this)||this;return t.xi=null,t.progressiveLoadStatusChanged=null,t.xq=0,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.jn=function(){return n.isNaN_(this.jm)?r.Defaults.ad:e.prototype.jn.call(this)},i.prototype.get_fp=function(){return!0},i.prototype.ct=function(){return new Fe(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.xj=t},i.prototype.w9=function(){return this.xi=new r.HighDensityScatterSeries,this.xi},Object.defineProperty(i.prototype,"xs",{get:function(){return this.xq},set:function(e){var t=this.xq;this.xq=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xq)},enumerable:!1,configurable:!0}),i.prototype.xf=function(t,i){e.prototype.xf.call(this,t,i);var r=this.xa;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.x6));var o=this.xa;o.propertyUpdated=n.delegateCombine(o.propertyUpdated,n.runOn(this,this.x5))},i.prototype.x6=function(e,t){this.xs=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},i.prototype.x5=function(e,t){this.xi},i.prototype.rg=function(t,r,n,o){switch(e.prototype.rg.call(this,t,r,n,o),r){case"SeriesViewer":this.xj.c4();break;case i.$$p[5]:this.xj.c0();break;case i.$$p[4]:this.xj.cz();break;case i.$$p[9]:this.xj.c5();break;case i.$$p[8]:this.xj.c3();break;case i.$$p[6]:this.xj.c1();break;case"XAxis":this.xj.c6();break;case"YAxis":this.xj.c7();break;case i.$$p[3]:this.xj.cy();break;case i.$$p[1]:this.xj.cw();break;case i.$$p[2]:this.xj.cx();break;case i.$$p[0]:this.xj.cv();break;case i.$$p[7]:this.xj.c2()}},i.prototype.get_g8=function(){return!0},i.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},i.$t=n.markType(i,"GeographicHighDensityScatterSeries",g.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["HeatMaximumColor:yh:x7",[n.Color.$,r.Defaults.be],"HeatMaximum:xn:x8",[1,50],"HeatMinimumColor:yi:x9",[n.Color.$,r.Defaults.bf],"HeatMinimum:xo:ya",[1,0],"LatitudeMemberPath:xx:yb",[2,null],"LongitudeMemberPath:xz:yc",[2,null],"MouseOverEnabled:xk:yd",[0,!1],"PointExtent:xr:ye",[1,1],"ProgressiveLoad:xl:yf",[0,!0],"UseBruteForce:xm:yg",[0,!1]]),i}(g),Ee=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Ne},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.fp},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.xm},set:function(e){this.i.xm=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.xk},set:function(e){this.i.xk=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.xo},set:function(e){this.i.xo=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.xn},set:function(e){this.i.xn=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yi)},set:function(e){this.i.yi=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yh)},set:function(e){this.i.yh=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.xr},set:function(e){this.i.xr=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.xs},set:function(e){this.i.xs=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new i.EventEmitter,this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(i),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ee,decorators:[{type:i.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:i.forwardRef((function(){return Ee}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Ee}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],useBruteForce:[{type:i.Input}],progressiveLoad:[{type:i.Input}],mouseOverEnabled:[{type:i.Input}],heatMinimum:[{type:i.Input}],heatMaximum:[{type:i.Input}],heatMinimumColor:[{type:i.Input}],heatMaximumColor:[{type:i.Input}],pointExtent:[{type:i.Input}],progressiveStatus:[{type:i.Input}],progressiveLoadStatusChanged:[{type:i.Output}]}});var qe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Ee],imports:[o.CommonModule,r.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,r.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,r.IgxHighDensityScatterSeriesDynamicModule],r.IgxHighDensityScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:qe,decorators:[{type:i.NgModule,args:[{declarations:[Ee],imports:[o.CommonModule,r.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,r.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ee),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ne.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,qe],exports:[qe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,qe],qe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ue,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,qe],exports:[qe],entryComponents:[Ee]}]}],ctorParameters:function(){return[]}});var Le=function(e){function i(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jt=r.Defaults.z)},i.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xa&&(this.c2.x2.y5=this.c2.x5,this.c2.x2.zf=this.c2.x9)},i.prototype.c3=function(){null!=this.c2.x2&&(this.c2.x2.y5=this.c2.x5)},i.prototype.c4=function(){null!=this.c2.x2&&(this.c2.x2.zf=this.c2.x9)},i.$t=n.markType(i,"GeographicContourLineSeriesView",x.$),i}(x),He=function(e){function i(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_fk=function(){return!0},i.prototype.xf=function(t,i){e.prototype.xf.call(this,t,i)},i.prototype.w9=function(){this.x2=new r.ScatterContourSeries;var e=this.x2;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yc));var t=this.x2;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.yd)),this.x2},i.prototype.yc=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.yd=function(e,t){var i=n.typeCast(r.ScatterContourSeries.$,this.xa);null!=i&&"ActualFillScale"==t.propertyName&&(this.x4=i.y4)},i.prototype.sp=function(){e.prototype.sp.call(this)},i.prototype.ct=function(){return new Le(this)},i.prototype.q7=function(t){e.prototype.q7.call(this,t),this.x6=t},i.prototype.rg=function(t,r,n,o){switch(e.prototype.rg.call(this,t,r,n,o),r){case i.$$p[1]:this.x6.c3();break;case i.$$p[2]:this.x6.c4();break;case i.$$p[3]:this.x2.y2=this.x1;break;case"DashArray":this.x2.wc=this.wc;break;case"DashCap":this.x2.wd=this.wd;break;case"MiterLimit":this.x2.jk=this.jk;break;case"LineJoin":this.x2.wf=this.wf}},i.$t=n.markType(i,"GeographicContourLineSeries",I.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["ActualFillScale:x4:ye",[r.ValueBrushScale.$,null],"FillScale:x5:yf",[r.ValueBrushScale.$,null],"ValueMemberPath:x9:yg",[2,"value"],"ValueResolver:x1:yh",[r.ContourValueResolver.$,null]]),i}(I),We=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new He},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isLineContour",{get:function(){return this.i.fk},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.x5;if(null==e)return null;if(!e.externalObject){var t=r.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x5=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.x4;if(null==e)return null;if(!e.externalObject){var t=r.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.x1;if(null==e)return null;if(!e.externalObject){var t=r.IgxContourValueResolverComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x1=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},o.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:ze,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(ze);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:We,decorators:[{type:i.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:ze,useExisting:i.forwardRef((function(){return We}))},{provide:K,useExisting:i.forwardRef((function(){return We}))},{provide:r.IgxSeriesComponent,useExisting:i.forwardRef((function(){return We}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],actualFillScale:[{type:i.Input}],valueResolver:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Ze=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[We],imports:[o.CommonModule,r.IgxScatterContourSeriesDynamicModule],exports:[We,r.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,r.IgxScatterContourSeriesDynamicModule],r.IgxScatterContourSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ze,decorators:[{type:i.NgModule,args:[{declarations:[We],imports:[o.CommonModule,r.IgxScatterContourSeriesDynamicModule],exports:[We,r.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),n.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Xe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ne,ce,pe,n.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],exports:[ne,ce,pe,n.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ne,ce,pe,n.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],ne,ce,pe,n.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ye,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[ne,ce,pe,n.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],imports:[o.CommonModule,ne,ce,pe,n.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,oe,le,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,le,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,oe,le,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],oe,le,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ke,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[oe,le,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,le,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),Qe=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),et=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),tt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),it=function(e){return e[e.Road=0]="Road",e[e.Terra=1]="Terra",e[e.DarkGrey=2]="DarkGrey",e[e.LabelsRoad=3]="LabelsRoad",e[e.LabelsDarkGrey=4]="LabelsDarkGrey",e[e.HybridRoad=5]="HybridRoad",e[e.HybridDarkGrey=6]="HybridDarkGrey",e[e.Imagery=7]="Imagery",e[e.WeatherRadar=8]="WeatherRadar",e[e.WeatherInfrared=9]="WeatherInfrared",e[e.TrafficAbsolute=10]="TrafficAbsolute",e[e.TrafficRelative=11]="TrafficRelative",e[e.TrafficRelativeDark=12]="TrafficRelativeDark",e[e.TrafficDelay=13]="TrafficDelay",e[e.TrafficReduced=14]="TrafficReduced",e}({}),rt=n.markEnum("AzureMapsImageryStyle","Road,0|Terra,1|DarkGrey,2|LabelsRoad,3|LabelsDarkGrey,4|HybridRoad,5|HybridDarkGrey,6|Imagery,7|WeatherRadar,8|WeatherInfrared,9|TrafficAbsolute,10|TrafficRelative,11|TrafficRelativeDark,12|TrafficDelay,13|TrafficReduced,14"),nt=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.p=function(){this.l(),this.n(),this.o(),this.m(),this.q(),this.r()},i.prototype.l=function(){this.a.ap.apiKey=this.k.apiKey},i.prototype.n=function(){this.a.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.a.ap.tilesetId=this.k.b1},i.prototype.m=function(){this.a.ap.apiVersion=this.k.apiVersion},i.prototype.q=function(){this.a.ap.localizedView=this.k.localizedView},i.prototype.r=function(){this.a.ap.timestamp=this.k.timestamp},i.$t=n.markType(i,"AzureMapsMapImageryView",b.$),i}(b),ot=function(e){function i(){var t=e.call(this,new n.AzureMapsTileSource)||this;return t.bp.p(),t}return t.__extends(i,e),i.prototype.ai=function(){return new nt(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},i.prototype.b4=function(t,r,n){switch(t){case i.$$p[3]:this.b1=this.bx(),this.bp.o();break;case i.$$p[0]:this.bp.l();break;case i.$$p[2]:this.bp.n();break;case i.$$p[1]:this.bp.m();break;case i.$$p[4]:this.bp.q();break;case i.$$p[6]:this.bp.r()}e.prototype.ba.call(this,t,r,n)},i.prototype.bx=function(){switch(this.imageryStyle){case 0:return"microsoft.base.road";case 1:return"microsoft.terra.main";case 2:return"microsoft.base.darkgrey";case 3:return"microsoft.base.labels.road";case 4:return"microsoft.base.labels.darkgrey";case 5:return"microsoft.base.hybrid.road";case 6:return"microsoft.base.hybrid.darkgrey";case 7:return"microsoft.imagery";case 8:return"microsoft.weather.radar.main";case 9:return"microsoft.weather.infrared.main";case 10:return"microsoft.traffic.absolute.main";case 11:return"microsoft.traffic.relative.main";case 12:return"microsoft.traffic.relative.dark";case 13:return"microsoft.traffic.delay.main";case 14:return"microsoft.traffic.reduced.main";default:return""}},i.$t=n.markType(i,"AzureMapsMapImagery",d.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"b4",["ApiKey",[2,n.stringEmpty()],"ApiVersion",[2,"2024-04-01"],"CultureName",[2,"en-US"],"ImageryStyle",[rt,n.enumGetBox(rt,0)],"LocalizedView",[2,null],"TilesetId:b1:ca",[2,null],"Timestamp",[3,n.dateMinValue()]]),i}(d),at=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",m.$),i}(m),st=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",m.$),i}(m),ut=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",m.$),i}(m),ct=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",m.$),i}(m),lt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ot},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiVersion",{get:function(){return this.i.apiVersion},set:function(e){this.i.apiVersion=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(rt,e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"localizedView",{get:function(){return this.i.localizedView},set:function(e){this.i.localizedView=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"timestamp",{get:function(){return this.i.timestamp},set:function(e){this.i.timestamp=e},enumerable:!1,configurable:!0}),i}(O),pt=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pt,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var ht=function(){function e(){n.TypeRegistrar.registerCons("IgxAzureMapsMapImagery",lt),n.TypeRegistrar.register("AzureMapsMapImagery",ot.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,pt],exports:[pt]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,pt],pt]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ht,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,pt],exports:[pt],entryComponents:[]}]}],ctorParameters:function(){return[]}});var yt=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),gt=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(yt.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),mt=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(gt.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),ft=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ke.$),i}(ke),dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",ft.$),i}(ft),bt=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),r}(Ce);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:bt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var xt=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),r}(bt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:xt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var St=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",g.$),i}(g),vt=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),r}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:vt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var Mt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",ft.$),i}(ft),It=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),r}(bt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:It,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var Ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",g.$),i}(g),kt=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),r}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:kt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.AzureMapsImageryStyle=it,e.AzureMapsImageryStyle_$type=rt,e.AzureMapsMapImagery=ot,e.AzureMapsMapImageryView=nt,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=T,e.BingMapsMapImagery=V,e.BingMapsMapImageryView=R,e.BingResourceSet=gt,e.BingResponse=mt,e.CustomMapImagery=q,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ne,e.GeographicHighDensityScatterSeriesView=Fe,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=g,e.GeographicMarkerSeries=ke,e.GeographicMarkerSeriesBase=ft,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=we,e.GeographicProportionalSymbolSeriesBase=dt,e.GeographicProportionalSymbolSeriesBaseView=at,e.GeographicProportionalSymbolSeriesView=_e,e.GeographicScatterAreaSeries=C,e.GeographicScatterAreaSeriesView=S,e.GeographicShapeSeries=ie,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=St,e.GeographicShapeSeriesBaseBaseView=st,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=Mt,e.GeographicSymbolSeriesBaseView=ut,e.GeographicSymbolSeriesView=je,e.GeographicTileSeries=Se,e.GeographicXYTriangulatingSeries=I,e.GeographicXYTriangulatingSeriesBase=Ct,e.GeographicXYTriangulatingSeriesBaseView=ct,e.GeographicXYTriangulatingSeriesView=x,e.HostSeriesView=m,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxAzureMapsMapImagery=lt,e.IgxAzureMapsMapImageryDynamicModule=ht,e.IgxAzureMapsMapImageryModule=pt,e.IgxBingMapsMapImagery=z,e.IgxBingMapsMapImageryDynamicModule=A,e.IgxBingMapsMapImageryModule=w,e.IgxCustomMapImagery=E,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=N,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=Ee,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=qe,e.IgxGeographicMapComponent=_,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=O,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=bt,e.IgxGeographicMarkerSeriesComponent=Ce,e.IgxGeographicPolylineSeriesComponent=ue,e.IgxGeographicPolylineSeriesDynamicModule=le,e.IgxGeographicPolylineSeriesModule=ce,e.IgxGeographicProportionalSymbolSeriesBaseComponent=xt,e.IgxGeographicProportionalSymbolSeriesComponent=Pe,e.IgxGeographicProportionalSymbolSeriesDynamicModule=Te,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Ae,e.IgxGeographicScatterAreaSeriesDynamicModule=Ge,e.IgxGeographicScatterAreaSeriesModule=Be,e.IgxGeographicShapeSeriesBaseBaseComponent=vt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=re,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=ne,e.IgxGeographicSymbolSeriesBaseComponent=It,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Ve,e.IgxGeographicSymbolSeriesModule=Re,e.IgxGeographicTileSeriesComponent=ve,e.IgxGeographicTileSeriesDynamicModule=Ie,e.IgxGeographicTileSeriesModule=Me,e.IgxGeographicXYTriangulatingSeriesBaseComponent=kt,e.IgxGeographicXYTriangulatingSeriesComponent=ze,e.IgxImageTilesReadyEventArgs=k,e.IgxImagesChangedEventArgs=j,e.IgxOpenStreetMapImagery=G,e.IgxOpenStreetMapImageryDynamicModule=F,e.IgxOpenStreetMapImageryModule=B,e.IgxSubDomainsCollection=P,e.IgxTileGeneratorMapImagery=ye,e.IgxTileGeneratorMapImageryDynamicModule=ge,e.IgxTileGeneratorMapImageryModule=pe,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=xe,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=yt,e.ImagesChangedEventArgs=y,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=u,e.MapBackgroundTilingMode_$type=c,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=M,e.SphericalMercatorHorizontalScaler=p,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=me,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=v,Object.defineProperty(e,"__esModule",{value:!0})}));
7
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,r,i,n,o){"use strict";var a=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),s=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),u=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),l=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),c=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(r,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var r=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return r=(r-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var o,a,s,u,l,c=n.e,p=n.d,h=n.c,y=(n.a,!h.isEmpty),g=(this.m,this.o,h.top),m=h.height,f=c.top,d=c.height,b=p.top,S=p.height,x=this.au.top,v=this.au.height,M=this.af(e),I=.017453292519943295,C=!1;null!=M&&(C=!0);for(var k=t;k<i;k++)o=C?M[k]:e.item(k),y?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*I,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=(((l=g+(l=(this.ai-u)*m/this.aj))-x*m)/v-f*S)/d,C?M[k]=l:e.item(k,l)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*I,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=((l=b+(l=(this.ai-u)*S/this.aj))-f*S)/d,C?M[k]=l:e.item(k,l))},r.prototype.t=function(e,t,r,i,n){return{p3:this.ak(e.p3),p4:this.ak(e.p2)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,r,i){return(r.top+this.getMercatorScaledValue3(e,r.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){return(this.getMercatorScaledValue3(e,i.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,r=Math.sin(t);return.5*Math.log((1+r)/(1-r))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),p=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(r,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,r,i){var n,o=i.e,a=i.d,s=i.c,u=i.a,l=!s.isEmpty,c=this.m,p=this.o,h=s.left,y=s.width,g=o.left,m=o.width,f=a.left,d=a.width,b=this.aj.left,S=this.aj.width,x=this.af(e),v=!1;null!=x&&(v=!0);for(var M=t;M<r;M++)if(n=v?x[M]:e.item(M),l){var I=(n-p)/c;u&&(I=1-I);var C=((I=h+y*(I-b)/S)-g*d)/m;v?x[M]=C:e.item(M,C)}else{var k=(n-p)/c;u&&(k=1-k),k=f+d*(k-g)/m,v?x[M]=k:e.item(M,k)}},r.prototype.t=function(e,t,r,i,n){return{p3:e.p3,p4:e.p2}},r.prototype.getMercatorUnscaledValue=function(e,t,r,i){var n=t.left+t.width*(e-r.left)/r.width;return i&&(n=1-n),this.o+n*this.m},r.prototype.getMercatorScaledValue1=function(e,t,r,i){var n=(e-this.o)/this.m;return i&&(n=1-n),r.left+r.width*(n-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){var o=(e-this.o)/this.m;return n&&(o=1-o),r.left+r.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImageTilesReadyEventArgs",n.EventArgs.$),r}(n.EventArgs),y=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImagesChangedEventArgs",n.EventArgs.$),r}(n.EventArgs),g=function(e){function r(){var t=e.call(this)||this;return t.w9=null,t.xb=t.xa(),t}return t.__extends(r,e),r.prototype.qn=function(){e.prototype.qn.call(this),null!=this.xb&&this.xb.qn()},r.prototype.get_fd=function(){return!0},r.prototype.ku=function(e,t){var r=this.ni(t);return"LatitudeMemberPath"==r&&(r="YMemberPath"),"LongitudeMemberPath"==r&&(r="XMemberPath"),this.xb.ku(e,r)},r.prototype.mi=function(e){var t=this.ni(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xb.mi(t)},r.prototype.get_km=function(){return this.k4(this.xb)},r.prototype.set_km=function(e){this.o5(this.xb,e)},r.prototype.ed=function(e,t,r,i,n){return this.xb.ed(e,t,r,i,n)},r.prototype.ai=function(){return this.xb.ai()},r.prototype.bp=function(){return this.xb},Object.defineProperty(r.prototype,"xb",{get:function(){return this.w9},set:function(e){var t=this.w9;this.xb!=e&&(this.w9=e,this.xg(t,this.w9))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.xb.hasMarkers},r.prototype.xg=function(e,t){if(null!=this.w9){var r=this.w9;r.externalObject=n.TypeRegistrar.createFromInternal(r,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),r.externalObject._implementation=r}if(this.pl(this.xb),this.xc.ci(),null!=e){var i=e;this.sa(i,null)}if(null!=t){var o=t;this.sa(o,this)}},r.prototype.dh=function(e,t,r){return this.dj(this.xb,e,t,r)},r.prototype.di=function(e,t,r){return this.dk(this.xb,e,t,r)},r.prototype.kr=function(e){return this.k0(this.xb,e)},r.prototype.ke=function(e,t){return this.xb.ke(e,t)},r.prototype.kc=function(e,t){return this.xb.kc(e,t)},r.prototype.i8=function(e,t,r){return this.xb.i8(e,t,r)},r.prototype.wn=function(e,t,r){return this.xb.wn(e,t,r)},r.prototype.wy=function(e){return this.xb.wy(e)},r.prototype.ao=function(e){return this.xb.ao(e)},r.prototype.wz=function(e){return this.xb.wz(e)},r.prototype.ap=function(e){return this.xb.ap(e)},r.prototype.w0=function(e){return this.xb.w0(e)},r.prototype.w1=function(e){return this.xb.w1(e)},r.prototype.i4=function(e,t,r){return this.xb.i4(e,t,r)},r.prototype.wj=function(e,t,r){return this.xb.wj(e,t,r)},r.prototype.i6=function(e,t,r){return this.i8(e,t,r)},r.prototype.wl=function(e,t,r){return this.xb.wl(e,t,r)},r.prototype.wo=function(e,t,r){return this.xb.wo(e,t,r)},r.prototype.i9=function(e,t,r){return this.xb.i9(e,t,r)},r.prototype.wk=function(e,t,r){return this.xb.wk(e,t,r)},r.prototype.i5=function(e,t,r){return this.xb.i5(e,t,r)},r.prototype.wm=function(e,t,r){return this.xb.wm(e,t,r)},r.prototype.i7=function(e,t,r){return this.xb.i7(e,t,r)},r.prototype.j8=function(e){return this.xb.j8(e)},r.prototype.iy=function(){return this.xb.iy()},r.prototype.iu=function(e){return this.xb.iu(e)},r.prototype.ks=function(e){return this.xb.ks(e)},r.prototype.ct=function(){return new m(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xc=n.typeCast(m.$,t)},Object.defineProperty(r.prototype,"xd",{get:function(){return this.c(r.xi)},set:function(e){this.h(r.xi,e)},enumerable:!1,configurable:!0}),r.prototype.rh=function(t,r,o,a){switch(e.prototype.rh.call(this,t,r,o,a),r){case"SeriesViewer":this.xb.dc=this.dc,null!=o&&o.sg(this.xb),null!=a&&this.dc.n6(this.xb),this.xb.rk(this.w3),this.xb.index=this.index,this.p6(this.xb),this.kk=this.xb.kk;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xh))),null!=this.dc){var u=this.dc;u.actualWindowRectChanged=n.delegateCombine(u.actualWindowRectChanged,n.runOn(this,this.xh))}this.xf();break;case"SyncLink":this.xb.c4=this.c4;break;case"VisibleFromScale":this.xf();break;case"Index":this.xb.index=this.index;break;case"ItemsSource":this.xc.cj();break;case"Resolution":this.xc.cq();break;case"TransitionDuration":this.xc.ct();break;case"Opacity":this.xc.cn();break;case"Visibility":var l=this.xb,c=this._visibility;l.visibility=c;break;case"MouseOverEnabled":this.xb.f9=this.f9;break;case"ExpectFunctions":this.xb.expectFunctions=this.expectFunctions;break;case"Thickness":this.xc.cs();break;case"Brush":this.xc.ch();break;case"Outline":this.xc.cp();break;case"ActualBrush":this.xc.ce();break;case"ActualOutline":this.xc.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jj)||this.xc.cm();break;case"AreaFillOpacity":n.isNaN_(this.il)||this.xc.cg();break;case"OutlineMode":this.xc.co();break;case"ShowDefaultTooltip":this.xc.cr();break;case"Title":this.xb.title=this.title;break;case"LegendItemBadgeMode":this.xc.ck();break;case"LegendItemBadgeShape":this.xc.cl();break;case"Legend":this.xb.legend=this.legend,this.cw.a5()}},r.prototype.xf=function(){if(null!=this.dc&&null!=this.xb&&!n.isNaN_(this.xd))if(this.dc.xn.width>this.xd){this.xb.visibility=1}else{this.xb.visibility=0}},r.prototype.xh=function(e,t){this.xf()},r.prototype.rz=function(t){e.prototype.rz.call(this,t),null!=this.xb&&this.xb.rz(t)},r.prototype.rc=function(t){e.prototype.rc.call(this,t),null!=this.xb&&this.xb.qu()},r.prototype.ry=function(e,t,r,i,n){null!=this.xb&&this.xb.ry(e,t,r,i,n)},r.prototype.a2=function(e,t){return this.xb.a2(e,t)},r.prototype.sl=function(){e.prototype.sl.call(this),this.xb.sl()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xb.coercionMethods=e},r.prototype.p5=function(t){if(e.prototype.p5.call(this,t),null!=this.xb){var r=this.xb.kq();this.pe(t,r)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xi=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),m=function(e){function r(t){var r=e.call(this,t)||this;return r.cd=null,r.cd=t,r}return t.__extends(r,e),r.prototype.a3=function(t,r){e.prototype.a3.call(this,t,r)},r.prototype.ci=function(){this.cd.legendItemVisibility=1,this.cd.xb.legendItemVisibility=0,this.cd.xb.itemsSource=this.cd.itemsSource,this.cd.xb.index=this.cd.index,this.cd.xb.vq=this.cd.vq,this.cd.xb.v6=this.cd.vq,this.cd.xb.cj=this.cd.cj,this.cd.xb.jm=this.cd.jm,this.cd.xb.kh=this.cd.kh,this.cd.xb._opacity=this.cd._opacity,this.cd.xb.jt=this.cd.jt,this.cd.xb.il=this.cd.il,this.cd.xb.jj=this.cd.jj,this.cd.xb.gq=this.cd.gq,this.cd.xb.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xb.be=this.cd.be},r.prototype.cj=function(){this.cd.xb.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.xb.jm=this.cd.jm},r.prototype.ct=function(){this.cd.xb.kh=this.cd.kh},r.prototype.cn=function(){this.cd.xb._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.xb.jt=this.cd.jt},r.prototype.ch=function(){this.cd.xb.vq=this.cd.vq},r.prototype.cp=function(){this.cd.xb.v6=this.cd.v6},r.prototype.ce=function(){this.cd.xb.vq=this.cd.vk},r.prototype.cf=function(){this.cd.xb.v6=this.cd.vo},r.prototype.ck=function(){this.cd.xb.be=this.cd.be},r.prototype.cl=function(){this.cd.xb.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.xb.il=this.cd.il},r.prototype.cm=function(){this.cd.xb.jj=this.cd.jj},r.prototype.co=function(){this.cd.xb.cj=this.cd.cj},r.prototype.cr=function(){this.cd.xb.gq=this.cd.gq},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(e){function r(){var t=e.call(this)||this;t.y2=null,t.yr=!1,t.yj=1,t.yy=0,t.z9=null,t.yg=null,t.yc=null,t.ye=null,t.yi=null,t.z5={$type:n.Point_$type,x:NaN,y:NaN},t.aac=null,t.yx=1,t.imageTilesReady=null,t.yq=null,t.aab=n.Rect.empty,t.yy=c.am(r.aaa.bottom)-c.am(r.aaa.top),t.ab=r.$,t.backgroundContent=new M;var o,a=((o=new i.NumericXAxis).b0=t,o);a.dd=!0,t.yd=a,t.yd.r8=new p;var s=function(){var e=new i.NumericYAxis;return e.b0=t,e}();return s.dd=!0,t.yf=s,t.yf.r8=new c,t.zk(),t.zr(),t.oz(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.yd.provideRenderer(t),this.yf.provideRenderer(t)},r.prototype.oz=function(){e.prototype.oz.call(this),this.yp.fv(this.h3)},r.prototype.f2=function(){return this.yv},r.prototype.f3=function(){return this.yv},r.prototype.ym=function(){return 0==this.yk&&this.yr?2:1},Object.defineProperty(r.prototype,"yl",{get:function(){return this.yj},set:function(e){this.yj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aae",{get:function(){return this.z9},set:function(e){if(n.Rect.l_op_Inequality(this.z9,e)){var t=this.z9;this.z9=e,this.ry("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.aai=function(){return this.aae},r.prototype.zk=function(){this.aaq.isEmpty||(this.aae=this.aao(this.aaq,1==this.c4))},r.prototype.aao=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,u=c.am(e.bottom),l=c.am(e.top),p=u-l,h=e.width/r.aaa.width,y=c.am(r.aaa.top);if(p/h>this.yy){var g=p/this.yy;o-=(g-h)/2*r.aaa.width,a=g*r.aaa.width,t&&(o<r.aaa.left?o+=r.aaa.left-o:o+a>r.aaa.right&&(o-=o+a-r.aaa.right))}else if(p/h<this.yy){var m=this.yy*h-p,f=l-m/2,d=u+m/2;t&&(f<y?d+=y-(f+=y-f):d>y+this.yy&&(f-=d-(y+this.yy),d-=d-(y+this.yy))),i=c.aq(f),s=c.aq(d)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.yg},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.yg=e,this.ry("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yd",{get:function(){return this.yc},set:function(e){if(e!=this.yd){var t=this.yd;this.yc=e,this.ry("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yf",{get:function(){return this.ye},set:function(e){if(e!=this.yf){var t=this.yf;this.ye=e,this.ry("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.zu=function(e){this.x6=e},r.prototype.zt=function(e){this.aaq=e},r.prototype.getZoomFromGeographicRect=function(e){return this.aag(e,!0,0)},r.prototype.aaf=function(e,t){return this.aag(e,!1,t)},r.prototype.aag=function(e,t,o){var a=e;t&&(a=this.aao(e,!1));var s=this.yd,u=this.yf,l=new i.ScalerParams(1,r.aad,this.x5,s.df);l.c=this.xr;var c=new i.ScalerParams(1,r.aad,this.x5,u.df);c.c=this.xr;var p=this.yd.ft(a.left,l),h=this.yd.ft(a.right,l),y=this.yf.ft(a.top,c),g=this.yf.ft(a.bottom,c),m=(p-o)/this.x5.width,f=(g-o)/this.x5.height,d=(h-p+2*o)/this.x5.width,b=(y-g+2*o)/this.x5.height,S=new n.Rect(0,m,f,d,b);return S.intersect(r.aad),S.isEmpty&&(S=r.aad),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.aad;var u=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(u)},r.prototype.aak=function(e){var t=this.yd,o=this.yf,a=new i.ScalerParams(1,e,this.x5,t.df);a.c=this.xr;var s=new i.ScalerParams(1,e,this.x5,o.df);s.c=this.xr;var u=this.xq,l=t.fw(u.left,a),c=o.fw(u.top,s),p=t.fw(u.right,a),h=o.fw(u.bottom,s),y=p-l,g=c-h,m=new n.Rect(0,l,h,y,g);return 1==this.c4&&(m.intersect(r.aaa),m.isEmpty&&(m=r.aaa)),m},r.prototype.z6=function(e){var t=this.yd.p6(e.x),r=this.yf.p6(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.z7=function(e){var t=this.yd.gg(e.x),r=this.yf.gg(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.z8=function(e){return this.z7(e)},r.prototype.zh=function(){var e=n.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.zn=function(e){},r.prototype.gx=function(){return!0},r.prototype.zp=function(){var e,r;this.yp.ee();try{for(var i=t.__values(n.fromEnum(this.series)),o=i.next();!o.done;o=i.next()){o.value.sl()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(e)throw e.error}}},r.prototype.zs=function(){if(2==this.yo){if(!this.x5.isEmpty&&this.x5.width>0&&this.x5.height>0){var e=this.yd.p6(this.x5.left+this.x5.width/2),t=this.yf.p6(this.x5.top+this.x5.height/2);this.z5={$type:n.Point_$type,x:e,y:t}}}else if(!this.x5.isEmpty&&this.x5.width>0&&this.x5.height>0){var r=this.yd.p6(this.x5.left),i=this.yf.p6(this.x5.top);this.z5={$type:n.Point_$type,x:r,y:i}}},r.prototype.zo=function(){(n.isNaN_(this.z5.x)||n.isNaN_(this.z5.y))&&this.zs();var e=this.z5.x,t=this.z5.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.xn.left,a=this.xn.top,s=this.xn.width,u=this.xn.height;if(s>this.aac.width);else{var l=new i.ScalerParams(1,r.aad,this.x5,this.yd.df);l.c=this.xr;var c=this.yd.ft(e,l);if(2==this.yo)o=c/this.x5.width-s/2;else o=c/this.x5.width;o+s>this.aac.right?o=this.aac.right-s:o<this.aac.left&&(o=this.aac.left)}if(u>this.aac.height);else{var p=new i.ScalerParams(1,r.aad,this.x5,this.yf.df);p.c=this.xr;var h=this.yf.ft(t,p);if(2==this.yo)a=h/this.x5.height-u/2;else a=h/this.x5.height;a+u>this.aac.bottom?a=this.aac.bottom-u:a<this.aac.top&&(a=this.aac.top)}this.ta(new n.Rect(0,o,a,s,u),!1)}},r.prototype.get_ft=function(){return!0},r.prototype.xo=function(){var t=e.prototype.xo.call(this);if(null==this.yd||null==this.yf)return t;this.xz();var r=t.left,i=t.top;1==this.c4&&(this.x6.width>this.aac.width?r=.5-this.x6.width/2:r+t.width>this.aac.right?r=this.aac.right-this.x6.width:r<this.aac.left&&(r=this.aac.left),this.x6.height>this.aac.height?i=.5-this.x6.height/2:i+this.x6.height>this.aac.bottom?i=this.aac.bottom-this.x6.height:i<this.aac.top&&(i=this.aac.top));var o=!1;!this.yu&&2==this.c4&&this.yr&&(r>1&&(r=r-Math.floor(r)+1),r<0&&(r=0-(Math.ceil(r)-r)),t.right-this.aac.right>0&&(t.right-this.aac.right)/t.width>.8?(r=this.aac.left-(t.width-(t.right-this.aac.right)),o=!0):t.left<this.aac.left&&Math.abs(t.left-this.aac.left)/t.width>.8&&(r=this.aac.right-Math.abs(t.left-this.aac.left),o=!0));var a=new n.Rect(0,r,i,t.width,t.height);if(this.yu){var s=this.aaf(this.aaq,1);s=this.aah(s);var u=a.left+a.width/2,l=a.top+a.height/2;if(a.width>s.width){var c=a.height/a.width,p=s.width,h=c*p;a=new n.Rect(0,u-p/2,l-h/2,p,h),o=!0}if(a.height>s.height){var y=a.width/a.height,g=s.height,m=y*g;a=new n.Rect(0,u-m/2,l-g/2,m,g),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ff=!0,this.x6=a,this.ff=!1),a},r.prototype.n2=function(e,t){var r=!0,i=!0,o=0,a=this.xz(),s=0,u=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(u=Math.abs(e.left-a.left)/e.width),0==u&&0==s&&(r=!1),u>s&&(i=!1),r)if(i){var l=this.yc.ft(-180,t);o=this.yc.ft(180,t)-l}else{o=this.yc.ft(-180,t)-this.yc.ft(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,r,o)},r.prototype.xz=function(){var e=new i.ScalerParams(1,r.aad,this.x5,this.yd.df);e.c=this.xr;var t=new i.ScalerParams(1,r.aad,this.x5,this.yf.df);t.c=this.xr;var o=this.yd.ft(r.aaa.left,e),a=this.yd.ft(r.aaa.right,e),s=this.yf.ft(r.aaa.top,t),u=this.yf.ft(r.aaa.bottom,t);return this.aac=new n.Rect(0,o/this.x5.width,u/this.x5.height,(a-o)/this.x5.width,(s-u)/this.x5.height),this.aac},r.prototype.aah=function(e){var t=this.h7,r=.5*(e.left+e.right),i=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),u=n.MathUtil.d(e.height,t,1),l=this.x5,c=l.width/l.height,p=s*l.width,h=u*l.height;p/h!=c&&(h*c>p?s=(p=h*c)/l.width:u=(h=p/c)/l.height);var y=s!=o,g=u!=a,m=y?r-.5*s:e.left,f=g?i-.5*u:e.top,d=y?r+.5*s:e.right,b=g?i+.5*u:e.bottom;return m<0&&(d=(m=0)+s),d>1&&(m=(d=1)-s),f<0&&(b=(f=0)+u),b>1&&(f=(b=1)-u),new n.Rect(0,m,f,d-m,b-f)},r.prototype.xp=function(t){if(e.prototype.xp.call(this,this.x5),t.isEmpty)return n.Rect.empty;var r;if(t.width>t.height){var i=n.intDivide(n.truncate(t.width-t.height),2);r=new n.Rect(0,t.left+i,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);r=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return r},r.prototype.aaj=function(e){return this.xp(e)},r.prototype.dn=function(){return new v(this)},r.prototype.zj=function(e){null!=e&&(e.b0=this)},r.prototype.q5=function(t){e.prototype.q5.call(this,t),this.yp=t},r.prototype.rg=function(t,r){e.prototype.rg.call(this,t,r),this.sy(this.yd),this.sy(this.yf),n.Rect.l_op_Inequality(t,r)&&this.zo(),this.yu&&(this.xn=this.xo()),this.zv()},Object.defineProperty(r.prototype,"yz",{get:function(){return this.yx},set:function(e){var t=this.yx;this.yx=e,this.ry("ActualWindowScale",t,this.yx)},enumerable:!1,configurable:!0}),r.prototype.id=function(){return this.yz},r.prototype.ie=function(){return this.yz},r.prototype.sx=function(){e.prototype.sx.call(this);var t=Math.min(this.xn.width,this.xn.height);this.yz=t},r.prototype.gl=function(){return this.yr},r.prototype.c5=function(){return 0==this.c6&&this.ys?2:this.c6},r.prototype.rh=function(i,o,a,s){var u,l,c,p;switch(e.prototype.rh.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.zk();break;case"WindowRect":this.zs();break;case r.$$p[0]:this.yl=this.ym(),null!=this.yi&&(this.yi.isHorizontalWrappingEnabled=2==this.yl);break;case r.$$p[1]:this.yr=this.ys,this.yl=this.ym(),this.c4=this.c5(),null!=this.yi&&(this.yi.isHorizontalWrappingEnabled=2==this.yl);break;case r.$$p[4]:this.xn=this.xo();break;case"BackgroundContent":if(null!=this.yi){var h=this.yi;h.imageTilesReady=n.delegateRemove(h.imageTilesReady,n.runOn(this,this.zl)),this.yi.deferralHandler=null}if(this.yi=n.typeCast(d.$,this.backgroundContent),null!=this.yi){var y=this.yi;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.zl)),this.yi.deferralHandler=this,this.yi.isHorizontalWrappingEnabled=2==this.yl}this.yp.fu(n.typeCast(d.$,a),n.typeCast(d.$,s)),null!=this.yi&&(this.yi.geographicMap=this,this.yp.fr(this.xn),this.yp.fv(this.h3));break;case"YAxis":case"XAxis":this.zq(a),this.zj(s);break;case r.$$p[6]:this.yt||(this.x6=r.aad),this.zk(),this.zr(),this.zs(),this.xn=this.xo(),this.yp.fs();break;case"ActualWindowRect":this.yp.fr(this.xn);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.series)),m=g.next();!m.done;m=g.next()){m.value.rz(!1)}}catch(e){u={error:e}}finally{try{m&&!m.done&&(l=g.return)&&l.call(g)}finally{if(u)throw u.error}}break;case r.$$p[5]:this.yz=this.y0;break;case"ActualWindowScale":this.gt||this.s8(this.id(),this.ie());break;case"ActualPixelScalingRatio":this.yp.fv(this.h3);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;n.isNaN_(f)||n.isInfinity(f)?(this.h7=5e-6,this.h6=5e-6):(this.h7=f,this.h6=f);break;case r.$$p[7]:this.s4();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(n.fromEnum(this.series)),S=b.next();!S.done;S=b.next()){S.value.qn()}}catch(e){c={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(c)throw c.error}}}},r.prototype.zl=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.zq=function(e){null!=e&&(e.b0=null)},r.prototype.zr=function(){null!=this.yd&&(this.yd.p3=this.aae.left,this.yd.p2=this.aae.right),null!=this.yf&&(this.yf.p3=this.aae.top,this.yf.p2=this.aae.bottom),this.yd.d3(!0),this.yf.d3(!0)},r.prototype.getFontInfo=function(){return this.yq=this.yp.fo,this.yq},r.prototype.wr=function(){return this.yp.fw},r.prototype.getFontBrush=function(){return this.yp.fx},r.prototype.sq=function(t,r){if(null!==n.typeCast(n.ItfConverter.$,r)){var i=r,o=t;o.itemsSource=i.triangulationSource.points,o.xk=i.triangulationSource.triangles}else e.prototype.sq.call(this,t,r)},r.prototype.register=function(e,t){this.sd(e,t)},r.prototype.unRegister=function(e){this.sw(e)},r.prototype.deferredRefresh=function(){this.og()},r.prototype.deferAction=function(e){null!=this.y2?this.y2.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.zi=function(e){this.s3(e)},r.prototype.y3=function(){var e=new i.ChartVisualData,t=this.yd.hb(),r=this.yf.hb();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kq();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.x5),e.centralArea=n.RectData.b(this.x5),e.plotArea=n.RectData.b(this.x5),e},r.prototype.xv=function(e,t,r){return e},r.prototype.zm=function(){},Object.defineProperty(r.prototype,"aap",{get:function(){return this.aab},set:function(e){this.aab=e},enumerable:!1,configurable:!0}),r.prototype.zw=function(e){this.aap=e,this.zv()},r.prototype.zv=function(){if(this.yw&&!this.aap.isEmpty){var e=this.getZoomFromGeographicRect(this.aap);this.aap=n.Rect.empty,this.ta(e,!1)}},Object.defineProperty(r.prototype,"yw",{get:function(){return!this.x5.isEmpty&&!this.xr.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.yn=0,r.aaa=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.aad=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ry",["BackgroundTilingMode:yk:zx",[l,n.enumGetBox(l,0)],"IsHorizontalWrappingEnabled:ys:zy",[0,!1],"ResizeBehavior:yo:zz",[s,n.enumGetBox(s,r.yn)],"SuppressZoomResetOnWorldRectChange:yt:z0",[0,!1],"UseWorldRectForZoomBounds:yu:z1",[0,!1],"WindowScale:y0:z2",[1,NaN],"WorldRect:aaq:z3",[n.Rect.$,r.aaa],"Zoomable:yv:z4",[0,!0]]),r}(i.SeriesViewer),d=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new b(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var r=this.ao;r.downloadingImage=n.delegateCombine(r.downloadingImage,n.runOn(this,this.a3));var i=this.ao;i.cancellingImage=n.delegateCombine(i.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.aaj(t),o=f.aaa,a=this.geographicMap.aae,s=Math.min(this.windowRect.height,this.windowRect.width),u=a.width/o.width;this.ao.a5=t.width/r.width*s*u;var l=this.geographicMap.yd,c=this.geographicMap.yf,p=new i.ScalerParams(1,this.windowRect,t,l.df);p.c=r;var h=new i.ScalerParams(1,this.windowRect,t,c.df);h.c=r;var y=l.ft(o.left,p),g=c.ft(o.bottom,h),m=-y/t.width*this.ao.a5,d=-g/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:m,y:d},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new y)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",f.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),b=function(e){function r(t){var r=e.call(this)||this;return r.a=null,r.j=null,r.d=null,r.b=1,r.j=n.Rect.empty,r.a=t,r.a.ao=new n.XamMultiScaleImage,r.a.ao.ao=r.a.ap,r.a.a9(),r}return t.__extends(r,e),r.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},r.prototype.f=function(e){this.a.ao.b1(e)},r.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},r.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(r.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),r.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},r.$t=n.markType(r,"GeographicMapImageryView"),r}(n.Base),S=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xb;t.yb=this.cu.xn,t.yj=this.cu.xl,t.trianglesSource=this.cu.xk,t.xz=this.cu.xq,t.x1=this.cu.xs,t.x3=this.cu.xu},r.prototype.cx=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.w9=null,void(e.xa=null);e.w9=this.cu.dc.yd,e.xa=this.cu.dc.yf},r.prototype.cw=function(){this.cu.xb.yb=this.cu.xn},r.prototype.cv=function(){this.cu.xb.yj=this.cu.xl},r.prototype.cy=function(){this.cu.xb.trianglesSource=this.cu.xk},r.prototype.cz=function(){this.cu.xb.xz=this.cu.xq},r.prototype.c0=function(){this.cu.xb.x1=this.cu.xs},r.prototype.c1=function(){this.cu.xb.x3=this.cu.xu},r.$t=n.markType(r,"GeographicXYTriangulatingSeriesView",m.$),r}(m),x=function(e){function r(t){var r=e.call(this,t)||this;return r.c2=null,r.c2=t,r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.x5&&(this.c2.x5.zi=this.c2.x9,this.c2.x5.y6=this.c2.x4)},r.prototype.c3=function(){null!=this.c2.x5&&(this.c2.x5.zi=this.c2.x9)},r.prototype.c4=function(){null!=this.c2.x5&&(this.c2.x5.y6=this.c2.x4)},r.$t=n.markType(r,"GeographicScatterAreaSeriesView",S.$),r}(S),v=function(e){function r(t){var r=e.call(this,t)||this;return r.fn=null,r.fz=null,r.fx=null,r.fw=null,r.fo=null,r.fp=NaN,r.fz=n.Rect.empty,r.fn=t,r.fn.wk=2,r.fn.jh=5e-6,r}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bw(e),this.fn.zi(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,r,i,o,a=this.j.a8(e,t,r,i,o);e=a.p0,t=a.p1,r=a.p2,i=a.p3,o=a.p4,this.fx=r,this.fo=i,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var u=0;u<s.a.count;u++)this.fn.ah.add(s.a.item(u));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fn.ai.add(s.f.item(l))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var r=this.fn.backgroundContent;r.be(this.j.ae),r.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.yi&&(this.fn.yi.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.yi&&(this.fn.yi.windowRect=this.fn.xn),null!=e){var r=e.ao;null!=r&&this.fn.al.h.remove(r.ag),e.bd(null),e.be(null)}if(null!=t){var i=t.ao;null!=i&&this.fn.al.h.add(i.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.h3;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.crosshairLineThickness,this.fe.ad=i.Defaults.crosshairLineThickness,this.fd._stroke=i.Defaults.crosshairLineBrush,this.fe._stroke=i.Defaults.crosshairLineBrush,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),M=function(e){function r(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.c(r.tilePathProperty)},set:function(e){this.h(r.tilePathProperty,e)},enumerable:!1,configurable:!0}),r.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},r.prototype.bq=function(t,r,i){switch(t){case"TilePath":this.ap.setTilePathUrl(null==i?null:i),this.aj.e()}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"OpenStreetMapImagery",d.$),r.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.br)),r}(d),I=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.prototype.ct=function(){return new S(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xj=t},r.prototype.rh=function(t,i,n,o){switch(e.prototype.rh.call(this,t,i,n,o),i){case"SeriesViewer":this.xj.cx();break;case r.$$p[1]:this.xj.cw();break;case r.$$p[0]:this.xj.cv();break;case r.$$p[5]:this.xj.cy();break;case r.$$p[2]:this.xj.cz();break;case r.$$p[3]:this.xj.c0();break;case r.$$p[4]:this.xj.c1()}},r.$t=n.markType(r,"GeographicXYTriangulatingSeries",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["LatitudeMemberPath:xl:xw",[2,"pointY"],"LongitudeMemberPath:xn:xx",[2,"pointX"],"TriangleVertexMemberPath1:xq:xz",[2,"v1"],"TriangleVertexMemberPath2:xs:x0",[2,"v2"],"TriangleVertexMemberPath3:xu:x1",[2,"v3"],"TrianglesSource:xk:xy",[n.IEnumerable_$type,null]]),r}(g),C=function(e){function r(){var t=e.call(this)||this;return t.x2=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ew=function(){return!0},Object.defineProperty(r.prototype,"x4",{get:function(){return this.x2},set:function(e){if(this.x2!=e){var t=this.x2;if(null!=this.x2){var r=this.x2;r.propertyChanged=n.delegateRemove(r.propertyChanged,n.runOn(this,this.yc))}if(this.x2=e,null!=this.x2){var i=this.x2;i.propertyChanged=n.delegateCombine(i.propertyChanged,n.runOn(this,this.yc))}this.raisePropertyChanged("ColorScale",t,this.x2),null!=this.x5&&(this.x5.y6=e)}},enumerable:!1,configurable:!0}),r.prototype.yc=function(e,t){this.x7.c4(),this.ye(),this.rz(!1)},r.prototype.ye=function(){null!=this.x5&&(this.x3=this.x5.y5)},r.prototype.sq=function(){e.prototype.sq.call(this),this.ye()},r.prototype.xa=function(){this.x5=new i.ScatterAreaSeries;var e=this.x5;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yd)),this.x5},r.prototype.yd=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new x(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.x7=t},r.prototype.rh=function(t,i,n,o){switch(e.prototype.rh.call(this,t,i,n,o),i){case r.$$p[1]:this.x7.c3();break;case"ColorScale":this.x7.c4(),this.ye()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",I.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:x3:yf",[i.ColorScale.$,null],"ColorMemberPath:x9:yg",[2,"value"]]),r}(I),k=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new h},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),_=function(e){function o(t,r,o,a,s){var u,l=e.call(this)||this;l._renderer=t,l._elRef=r,l._ngZone=o,l._componentFactoryResolver=a,l._injector=s,l.actualSeries=[],l._series=null,l._dataSource=null,l._seriesAdapter=null,l._defaultTooltips=null,l._imageTilesReady=null,l._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(l)),l._zoneRunner=function(e){return l._ngZone.run(e)},l._container=t.createElement("div"),t.appendChild(r.element.nativeElement,l._container),t.setStyle(l._container,"display","block"),t.setStyle(l._container,"width","100%"),t.setStyle(l._container,"height","100%"),u=l._container,null!=l._container.nativeElement&&(u=l._container.nativeElement);var c=new n.AngularRenderer(u,l._renderer,window.document,l._ngZone,!0,i.DataChartStylingDefaults);l._wrapper=c;var p=l.i;return l._chart=p,p.provideContainer(c),c.addSizeWatcher((function(){l._chart.notifyContainerResized()})),l}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgxSeriesCollection;t._innerColl.addListener((function(t,r){switch(r.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex),e._seriesAdapter.insertManualItem(r.newStartingIndex,r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),o.prototype.ngOnDestroy=function(){this._chart.destroy(),this._wrapper.destroy()},o.prototype.createImplementation=function(){return new f},Object.defineProperty(o.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),o.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},o.prototype.ngAfterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),r=this._componentFactoryResolver.resolveComponentFactory(t),i=this._dynamicContent.createComponent(r);this._defaultTooltips=i,i.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(i)}))}this._seriesAdapter=new n.CollectionAdapter(this.contentSeries,this.i.series,this.actualSeries,(function(e){return e.i}),(function(t){t.owner=e,t._provideRenderer(e._dataSource),t.provideData(e._dataSource),e._ensureDefaultTooltip(t),e._ensureTooltipCreated(t)}),(function(e){e._provideRenderer(null),e.provideData(null)})),this.i.notifyContainerResized()},o.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var r=new n.AngularWrapper(e,t._renderer,t._ngZone);return r.updateToolTip=e.updateToolTip,r.hideToolTip=e.hideToolTip,r}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,r=0;r<t.length;r++)t[r].showDefaultTooltip&&this._ensureDefaultTooltip(t[r])},o.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=n.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),r=this._dynamicContent.createComponent(t),i=r.location.nativeElement,o=this;return i.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new n.IgxDataContext;a._implementation=e,e=a}return t?e.isSubContent=!0:i.parentElement!=o._container&&(null!=i.parentElement&&i.parentElement.removeChild(i),o._container.appendChild(i)),r.instance.context=e,i.style.display="block",!0},i.hideToolTip=function(){i.style.display="none"},i.style.display="none",r},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.yv},set:function(e){this.i.yv=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.yo},set:function(e){this.i.yo=n.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureEnum(l,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return n.fromRect(this.i.aaq)},set:function(e){this.i.aaq=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.aae)},set:function(e){this.i.aae=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.yd;if(null==e)return null;if(!e.externalObject){var t=i.IgxNumericXAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.yd=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.yf;if(null==e)return null;if(!e.externalObject){var t=i.IgxNumericYAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.ft},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.y0},set:function(e){this.i.y0=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.yz},set:function(e){this.i.yz=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.yw},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,r,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,r,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.aai();return n.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.zu(n.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.zt(n.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var r=this.i.aaf(n.toRect(e),t);return n.fromRect(r)},o.prototype.getZoomFromGeographicPoints=function(e,t){var r=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(r)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.aak(n.toRect(e));return n.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.z6(n.toPoint(e));return n.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.z7(n.toPoint(e));return n.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.z8(n.toPoint(e));return n.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.zh()},o.prototype.styleUpdated=function(){this.i.zp()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.id()},o.prototype.getActualWindowScaleVertical=function(){return this.i.ie()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.y3()},o.prototype.zoomToGeographic=function(e){this.i.zw(n.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){var i=new k;i._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,i),e._imageTilesReady.emit({sender:e,args:i})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[{token:r.Renderer2},{token:r.ViewContainerRef},{token:r.NgZone},{token:r.ComponentFactoryResolver},{token:r.Injector}],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:i.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:r.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:r,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(i.IgxSeriesViewerComponent);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:_,decorators:[{type:r.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:r.ChangeDetectionStrategy.OnPush,providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return _}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:r.Renderer2},{type:r.ViewContainerRef},{type:r.NgZone},{type:r.ComponentFactoryResolver},{type:r.Injector}]},propDecorators:{contentSeries:[{type:r.ContentChildren,args:[i.IgxSeriesComponent]}],_dynamicContent:[{type:r.ViewChild,args:["dynamicContent",{read:r.ViewContainerRef,static:!0}]}],height:[{type:r.Input}],width:[{type:r.Input}],legend:[{type:r.Input}],dataSource:[{type:r.Input}],zoomable:[{type:r.Input}],resizeBehavior:[{type:r.Input}],isHorizontalWrappingEnabled:[{type:r.Input}],backgroundTilingMode:[{type:r.Input}],useWorldRectForZoomBounds:[{type:r.Input}],suppressZoomResetOnWorldRectChange:[{type:r.Input}],worldRect:[{type:r.Input}],actualWorldRect:[{type:r.Input}],xAxis:[{type:r.Input}],yAxis:[{type:r.Input}],windowScale:[{type:r.Input}],actualWindowScale:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var P=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:P,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var w=function(e){function r(t){var r=e.call(this)||this;if(t)for(var i=0;i<t.length;i++)r.add(t[i]);return r}return t.__extends(r,e),r.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var r=e;return r.equals?r.equals(t):r===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},r}(n.IgCollection),D=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),T=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),O=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new y},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),j=function(){function e(){this._imageTilesReady=null,this._imagesChanged=null,this._cancellingImage=null,this._downloadingImage=null,this._zoneRunner=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igx"+e.$type.name+"Component";return n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new k;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new r.EventEmitter,this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,(function(t,r){var i=new O;i._provideImplementation(r),e.beforeImagesChanged&&e.beforeImagesChanged(e,i),e._imagesChanged.emit({sender:e,args:i})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new r.EventEmitter,this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,(function(t,r){var i=new n.IgxCancellingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeCancellingImage&&e.beforeCancellingImage(e,i),e._cancellingImage.emit({sender:e,args:i})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new r.EventEmitter,this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,(function(t,r){var i=new n.IgxDownloadingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,i),e._downloadingImage.emit({sender:e,args:i})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function r(t){for(var r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=r[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(r,e),r.$t=n.markType(r,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),r}(n.ObservableCollection$1),R=function(e){function r(t){var r=e.call(this,t)||this;return r.k=t,r}return t.__extends(r,e),r.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},r.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},r.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},r.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},r.$t=n.markType(r,"BingMapsMapImageryView",b.$),r}(b),V=function(e){function r(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=r.cc,t}return t.__extends(r,e),r.prototype.ai=function(){return new R(this)},r.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.co(!0)},r.prototype.co=function(e){this.cl(e)},r.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},r.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},r.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},r.prototype.cj=function(){},r.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var r=null==t?null:new $(1,t);this.actualSubDomains!=r&&(this.actualSubDomains=r),this.bp.m()},r.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var r=this.imageryStyle,i=(t+=n.enumGetBox(T,r))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(i,this.getResponseCompleted,null)}else this.cp("",null)}},r.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var r=e,i=JSON.parse(r).resourceSets;if(null!=i){var o=i.length>0?i[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),u=0;u<o[0].imageUrlSubdomains.length;u++)s.add(o[0].imageUrlSubdomains[u]);this.cp(a,s)}}}},r.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(r.$$p[4],this.actualSubDomains,this.actualSubDomains)},r.prototype.cm=function(t,i,o){switch(t){case r.$$p[0]:case r.$$p[3]:this.cq();break;case r.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case r.$$p[1]:this.bp.l(),this.aj.e();break;case r.$$p[2]:this.cq();break;case r.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var u=o;n.stringIsNullOrEmpty(u)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,i,o)},r.$t=n.markType(r,"BingMapsMapImagery",d.$),r.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,n.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),r}(d),z=function(e){function r(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new V},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new w,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new w;this._subDomains=t._fromOuter(e);var r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.subDomains;i||(i=new $(0)),r._inner=i,r.clear(),this._subDomains._setSyncTarget(r),this.i.subDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new w,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new w;this._actualSubDomains=t._fromOuter(e);var r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.actualSubDomains;i||(i=new $(0)),r._inner=i,r.clear(),this._actualSubDomains._setSyncTarget(r),this.i.actualSubDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(T,e)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.i.requestMapSettings()},r}(j),A=function(){function e(){n.TypeRegistrar.registerCons("IgxBingMapsMapImagery",z),n.TypeRegistrar.register("BingMapsMapImagery",V.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,P],exports:[P]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,P],P]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:A,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,P],exports:[P],entryComponents:[]}]}],ctorParameters:function(){return[]}});var B=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:B,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new M},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),r}(j),F=function(){function e(){n.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",M.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,B],exports:[B]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,B],B]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:F,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,B],exports:[B],entryComponents:[]}]}],ctorParameters:function(){return[]}});var N=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:N,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var E=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new r.EventEmitter,this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,(function(t,r){var i=new n.IgxGetTileImageUriArgs;i._provideImplementation(r),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,i),e._getTileImageUri.emit({sender:e,args:i})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),i}(j),q=function(e){function r(t){var r=e.call(this,t)||this;return r.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(r,r.bq)),r}return t.__extends(r,e),r.prototype.bq=function(e,t){this.bp(t)},r.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},r.$t=n.markType(r,"CustomMapImagery",d.$),r}(d),U=function(){function e(){n.TypeRegistrar.registerCons("IgxCustomMapImagery",E),n.TypeRegistrar.register("CustomMapImagery",q.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,N],exports:[N]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,N],N]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:U,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,N],exports:[N],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:L,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function r(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(r,e),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.c(r.mapServerUriProperty)},set:function(e){this.h(r.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),r.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userName",{get:function(){return this.c(r.userNameProperty)},set:function(e){this.h(r.userNameProperty,e)},enumerable:!1,configurable:!0}),r.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"password",{get:function(){return this.c(r.passwordProperty)},set:function(e){this.h(r.passwordProperty,e)},enumerable:!1,configurable:!0}),r.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userToken",{get:function(){return this.c(r.userTokenProperty)},set:function(e){this.h(r.userTokenProperty,e)},enumerable:!1,configurable:!0}),r.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.c(r.isMapPublicProperty)},set:function(e){this.h(r.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),r.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.b8(!0)},r.prototype.b9=function(e){e()},r.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var i=this.defaultTokenTimeout;if(i<1&&(i=1),t+=n.stringFormat1(r.bv,this.userName,this.password,this.refererUri,i),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},r.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},r.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var r=e,i=JSON.parse(r);if(null!=i){var n="";null!=i.token&&(n=i.token),this.userToken=n}}},r.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var r=e,i=JSON.parse(r);null!=i&&null!=i.tileInfo&&(this.ap.levelOfDetail=i.tileInfo.lods.length)}},r.prototype.cf=function(t,r,i){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,i)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"ArcGISOnlineMapImagery",d.$),r.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",r.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cd)),r.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cg)),r.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ce)),r.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ch)),r.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,r.$,new n.PropertyMetadata(2,!0,r.cc)),r}(d),W=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new H},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.i.acquireNewToken()},r}(j),Z=function(){function e(){n.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),n.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,L],L]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Z,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[_],imports:[o.CommonModule,P,B,N,L],exports:[P,B,N,L,_]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,P,B,N,L],P,B,N,L]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:X,decorators:[{type:r.NgModule,args:[{declarations:[_],exports:[P,B,N,L,_],imports:[o.CommonModule,P,B,N,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicMapComponent",_)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,A,F,U,Z,X],exports:[A,F,U,Z,X]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,A,F,U,Z,X],A,F,U,Z,X]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Y,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[A,F,U,Z,X],imports:[o.CommonModule,A,F,U,Z,X],entryComponents:[_]}]}],ctorParameters:function(){return[]}});var K=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.fd},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.qn()},i.prototype.getItemValue=function(e,t){return this.i.ku(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mi(e)},i.prototype.getItem=function(e){return this.i.kr(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ke(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.kc(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,r){return this.i.i8(n.toPoint(e),t,r)},i.prototype.getSeriesValuePosition=function(e,t,r){var i=this.i.wn(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wy(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.w0(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,r){return this.i.i4(n.toPoint(e),t,r)},i.prototype.getSeriesHighValuePosition=function(e,t,r){var i=this.i.wj(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesLowValue=function(e,t,r){return this.i.i6(n.toPoint(e),t,r)},i.prototype.getSeriesLowValuePosition=function(e,t,r){var i=this.i.wl(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,r){var i=this.i.wo(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,r){return this.i.i9(n.toPoint(e),t,r)},i.prototype.getItemSpan=function(){return this.i.iy()},i.prototype.renderSeries=function(e){this.i.rz(e)},i.prototype.styleUpdated=function(){this.i.sl()},i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(i.IgxSeriesComponent);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:K,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:r.Input}],coercionMethods:[{type:r.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(r,i){t._currData==e&&(null!=t._sub&&(t._sub(),t._sub),t.i.itemsSource=e.getPointData())})),null)):e},o.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgxShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted.subscribe(this.onShapeDataSourceImportCompleted)),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},o.prototype.onShapeDataSourceImportCompleted=function(e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(o.prototype,"shapeMemberPath",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xv},set:function(e){this.i.xv=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.xm},set:function(e){this.i.xm=n.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.xy},set:function(e){this.i.xy=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xl;if(null==e)return null;if(!e.externalObject){var t=i.IgxBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xt},set:function(e){this.i.xt=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.xp;if(null==e)return null;if(!e.externalObject){var t=new n.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.xp=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.xw},set:function(e){this.i.xw=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new r.EventEmitter,this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,(function(t,r){var n=new i.IgxAssigningShapeStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,n),e._assigningShapeStyle.emit({sender:e,args:n})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new r.EventEmitter,this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,r){var n=new i.IgxAssigningShapeMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,n),e._assigningShapeMarkerStyle.emit({sender:e,args:n})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:J,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:r.Input}],databaseSource:[{type:r.Input}],shapeMemberPath:[{type:r.Input}],isCustomShapeStyleAllowed:[{type:r.Input}],isCustomShapeMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],fillMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],fillScaleUseGlobalValues:[{type:r.Input}],itemSearchPointsThreshold:[{type:r.Input}],shapefileDataSource:[{type:r.Input}],shapeFilterResolution:[{type:r.Input}],assigningShapeStyle:[{type:r.Output}],assigningShapeMarkerStyle:[{type:r.Output}]}});var Q=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.xs=!1,t.xr=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xo=null,t.xq=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new ee(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xn=t},r.prototype.get_ff=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rh=function(t,i,o,a){switch(e.prototype.rh.call(this,t,i,o,a),i){case"SeriesViewer":this.xn.cv();break;case"ShapeMemberPath":this.xn.cx();break;case r.$$p[8]:this.xn.cw();break;case r.$$p[4]:if(this.xb.yj=this.xv,this.xs=this.xv,this.xv){var s=this.xb;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.yd))}else{var u=this.xb;u.assigningShapeStyle=n.delegateRemove(u.assigningShapeStyle,n.runOn(this,this.yd))}break;case r.$$p[3]:if(this.xb.yi=this.xu,this.xr=this.xu,this.xv){var l=this.xb;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.yc))}else{var c=this.xb;c.assigningShapeMarkerStyle=n.delegateRemove(c.assigningShapeMarkerStyle,n.runOn(this,this.yc))}break;case r.$$p[5]:this.xb.xv=this.xm;break;case r.$$p[6]:this.xb.y0=this.xx;break;case r.$$p[7]:this.xb.y1=this.xy;break;case r.$$p[0]:this.xb.y5=this.xz;break;case r.$$p[1]:this.xb.xl=this.xl;break;case r.$$p[2]:this.xb.ye=this.xt;break;case"ShapefileDataSource":if(null!=o){var p=o;this.xq&&(p.importCompleted=n.delegateRemove(p.importCompleted,n.runOn(this,this.ye)))}if(null!=a){var h=a;if(h.count>0){this.yf();break}this.xq=!0,h.importCompleted=n.delegateCombine(h.importCompleted,n.runOn(this,this.ye))}}},r.prototype.yd=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.yc=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.ye=function(e,t){this.yf()},r.prototype.yf=function(){var e=this.xp.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xp",{get:function(){return this.xo},set:function(e){var t=this.xo;this.xo=e,t!=this.xo&&this.raisePropertyChanged("ShapefileDataSource",t,this.xo)},enumerable:!1,configurable:!0}),r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:xz:yg",[2],"FillScale:xl:yh",[i.BrushScale.$],"FillScaleUseGlobalValues:xt:yi",[0,!1],"IsCustomShapeMarkerStyleAllowed:xu:yj",[0,!1],"IsCustomShapeStyleAllowed:xv:yk",[0,!1],"ItemSearchMode:xm:yl",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xx:ym",[1,1e4],"ItemSearchThreshold:xy:yn",[1,1e4],"ShapeFilterResolution:xw:yo",[1,2],"ShapeMemberPath:ya:yp",[2,"points"]]),r}(g),ee=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.prototype.ci=function(){e.prototype.ci.call(this),this.cu.xb.zi=this.cu.ya},r.prototype.cv=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.xp=null,void(e.xr=null);e.xp=this.cu.dc.yd,e.xr=this.cu.dc.yf},r.prototype.cx=function(){this.cu.xb.zi=this.cu.ya},r.prototype.cw=function(){this.cu.xb.yx=this.cu.xw},r.$t=n.markType(r,"GeographicShapeSeriesBaseView",m.$),r}(m),te=function(e){function r(t){var r=e.call(this,t)||this;return r.cy=null,r.cy=t,r.t||(r.cy.ya="points"),r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.zx=i.Defaults.a8,this.cy.jt=i.Defaults.ac,this.cy.yw=i.Defaults.ab,this.cy.yt=i.Defaults.d,this.cy.yr=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xb.ab4=this.cy.zz,this.cy.xb.aax=this.cy.yu,this.cy.xb.abj=this.cy.zf,this.cy.xb.aa0=this.cy.yw,this.cy.xb.aaj=this.cy.yq},r.prototype.c3=function(){this.cy.xb.abj=this.cy.zf},r.prototype.c5=function(){this.cy.xb.aa0=this.cy.yw},r.prototype.c0=function(){this.cy.xb.aaj=this.cy.yq},r.prototype.c4=function(){this.cy.xb.aas=this.cy.yt},r.prototype.cz=function(){this.cy.xb.ab0=this.cy.zw},r.prototype.c1=function(){this.cy.xb.ab1=this.cy.zx},r.prototype.c2=function(){this.cy.xb.ab3=this.cy.zy},r.prototype.c6=function(){this.cy.xb.aax=this.cy.yu},r.prototype.c7=function(){this.cy.xb.ab4=this.cy.zz},r.$t=n.markType(r,"GeographicShapeSeriesView",ee.$),r}(ee),re=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fr=function(){return!0},r.prototype.ct=function(){return new te(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.yv=t},r.prototype.xa=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zc)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zd)),e},r.prototype.zc=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.zd=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.xb)},r.prototype.ip=function(){return this.yw},r.prototype.vw=function(){return this.zu},r.prototype.vx=function(){return this.zv},r.prototype.s8=function(){return this.ze},r.prototype.mf=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.xb);return null==e?"Unknown":e.mf()},r.prototype.rh=function(t,i,n,o){switch(e.prototype.rh.call(this,t,i,n,o),i){case r.$$p[6]:this.xb.aaq=this.ys;break;case r.$$p[5]:this.xb.aam=this.yr;break;case r.$$p[9]:this.yv.c3();break;case r.$$p[10]:this.yv.c5();break;case r.$$p[4]:this.yv.c0();break;case r.$$p[11]:this.yv.c4();break;case r.$$p[3]:this.yv.cz();break;case r.$$p[7]:this.yv.c1();break;case r.$$p[8]:this.yv.c2();break;case r.$$p[13]:this.yv.c6();break;case r.$$p[12]:this.yv.c7()}},r.prototype.jo=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:zu:zg",[n.Brush.$],"ActualMarkerOutline:zv:zh",[n.Brush.$],"ActualMarkerTemplate:ze:zi",[n.DataTemplate.$,null],"MarkerBrush:zw:zj",[n.Brush.$],"MarkerCollisionAvoidance:yq:zk",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yr:zl",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:ys:zm",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:zx:zn",[n.Brush.$],"MarkerStyle:zy:zo",[n.Style.$],"MarkerTemplate:zf:zp",[n.DataTemplate.$,null],"MarkerThickness:yw:zq",[1,n.DeviceUtils.g(2)],"MarkerType:yt:zr",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:zz:zs",[n.Style.$,null],"ShapeStyleSelector:yu:zt",[i.StyleSelector.$,null]]),r}(Q),ie=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new re},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.fr},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.zz?this.i.zz.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zz.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.zz?this.i.zz.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zz.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.zz?this.i.zz.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zz.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.zz?this.i.zz.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zz.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.zz||(this.i.zz=new n.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.zf},set:function(e){this.i.zf=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.zw)},set:function(e){this.i.zw=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.zx)},set:function(e){this.i.zx=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.yw},set:function(e){this.i.yw=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.ze},set:function(e){this.i.ze=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.zu)},set:function(e){this.i.zu=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.zv)},set:function(e){this.i.zv=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ie,decorators:[{type:r.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return ie}))},{provide:K,useExisting:r.forwardRef((function(){return ie}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return ie}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],markerType:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],markerThickness:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}],styleShape:[{type:r.Output}]}});var ne=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],i.IgxScatterPolygonSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ne,decorators:[{type:r.NgModule,args:[{declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ie),n.TypeRegistrar.register("GeographicShapeSeries",re.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,ne],exports:[ne]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,ne],ne]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:oe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ne],exports:[ne],entryComponents:[ie]}]}],ctorParameters:function(){return[]}});var ae=function(e){function r(t){var r=e.call(this,t)||this;return r.cy=null,r.cy=t,r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.jt=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xb.aaj=this.cy.yq,this.cy.xb.aao=this.cy.yy},r.prototype.cz=function(){this.cy.xb.aaj=this.cy.yq},r.prototype.c0=function(){this.cy.xb.aao=this.cy.yy},r.$t=n.markType(r,"GeographicPolylineSeriesView",ee.$),r}(ee),se=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fs=function(){return!0},r.prototype.ct=function(){return new ae(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.yr=t},r.prototype.xa=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yv)),e},r.prototype.yv=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rh=function(t,i,n,o){switch(e.prototype.rh.call(this,t,i,n,o),i){case r.$$p[1]:this.yr.cz();break;case r.$$p[0]:this.yr.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:yy:yw",[n.Style.$,null],"ShapeStyleSelector:yq:yx",[i.StyleSelector.$,null]]),r}(Q),ue=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolyline",{get:function(){return this.i.fs},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.yy?this.i.yy.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yy.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.yy?this.i.yy.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yy.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.yy?this.i.yy.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yy.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.yy?this.i.yy.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yy.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.yy||(this.i.yy=new n.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ue,decorators:[{type:r.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return ue}))},{provide:K,useExisting:r.forwardRef((function(){return ue}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return ue}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],styleShape:[{type:r.Output}]}});var le=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[ue],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[ue,i.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],i.IgxScatterPolylineSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:le,decorators:[{type:r.NgModule,args:[{declarations:[ue],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[ue,i.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ce=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",ue),n.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,le],exports:[le]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,le],le]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ce,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,le],exports:[le],entryComponents:[ue]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:pe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function r(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(r,e),r.prototype.bq=function(e,t){var r=t.uri.toString().split("/"),i=parseInt(n.stringReplace(r[3],"/","")),o=parseInt(n.stringReplace(r[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(i,o,a)},r.prototype.br=function(e,t){var r=this,i=t.uri.toString().split("/"),o=parseInt(n.stringReplace(i[3],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));t.uri=null;var u=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return r.deferralHandler.deferAction((function(){return u.src=t.url}))}),(function(e,t){}),(function(e,t){}),u)},r.$t=n.markType(r,"TileGeneratorMapImagery",d.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),r}(d),ye=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new he},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),r}(j),ge=function(){function e(){n.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ye),n.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,pe],pe]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ge,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function r(){var t=e.call(this)||this;return t.aak=null,t.aaj=null,t.imageTilesReady=null,t.aan=null,t.aao=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f4=function(){return!0},r.prototype.ct=function(){return new fe(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.aai=t},r.prototype.get_yl=function(){return!1},Object.defineProperty(r.prototype,"aam",{get:function(){return this.aak},set:function(e){if(e!=this.aam){var t=this.aam;this.aak=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aal",{get:function(){return this.aaj},set:function(e){var t=this.aaj;this.aaj=e,this.raisePropertyChanged("ActualTileImagery",t,this.aaj)},enumerable:!1,configurable:!0}),r.prototype.rh=function(t,r,i,o){var a,s;switch(e.prototype.rh.call(this,t,r,i,o),r){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.aar))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aar))),this.aai.dv(a,s),this.rz(!1),this.qs();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.aas)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aas)),s.deferralHandler=this),this.aai.du(a,s),null!=s&&null!==n.typeCast(f.$,this.dc)&&(s.geographicMap=this.dc,this.aau(this.cw),this.aai.dr(this.dc.xn)),this.qs();break;case"ActualWindowRect":this.aai.dr(o);break;case"WorldRect":this.aai.dy(o);break;case"SeriesViewer":var u=o;null!=i&&null!=this.aal&&this.aal.be(null),null!=u&&null!=this.aal&&this.aal.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qu()}},r.prototype.aar=function(e,t){"MultiScaleImage"==t.propertyName&&this.aau(this.cw)},r.prototype.aas=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aao||this.aai.dw()},r.prototype.register=function(e,t){this.aan=t},r.prototype.unRegister=function(e){this.aan=null},r.prototype.deferredRefresh=function(){this.rz(!1)},r.prototype.deferAction=function(e){null!=this.j3?this.j3.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.sz=function(t,r){this.aai.dx(),e.prototype.sz.call(this,t,r)},r.prototype.r0=function(t){e.prototype.r0.call(this,t),this.aat(t,this.cw)},r.prototype.aat=function(e,t){var r,i,n=t,o=t.getViewInfo(r,i);r=o.p0,i=o.p1,this.aau(t),null!=this.aan&&(this.aao=!0,this.aan(e),this.aao=!1),n.dw()},r.prototype.ry=function(t,r,i,n,o){e.prototype.ry.call(this,t,r,i,n,o);var a=this.ho.item(n);a.bd(i),this.d7(a)||this.zy(a)},r.prototype.aau=function(e){var t,r,i=e.getViewInfo(t,r);t=i.p0,r=i.p1,null!=this.aam&&null!=this.aam.ao&&(this.aam!=this.aal&&(this.aal=this.aam),null==this.aal||t.isEmpty||(this.aal.width!=t.width&&(this.aal.width=t.width),this.aal.height!=t.height&&(this.aal.height=t.height)))},r.prototype.pb=function(t,r){e.prototype.pb.call(this,t,r),r.ds()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),fe=function(e){function r(t){var r=e.call(this,t)||this;return r.dn=null,r.dz=new n.GeometryGroup,r.dq=null,r.dp=null,r.dn=t,r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.dn.v6=i.Defaults.tileSeries_Outline,this.dn.vq=i.Defaults.tileSeries_Brush)},r.prototype.cx=function(e,t){t.c.count>0&&this.dz.d.add(t)},r.prototype.di=function(e,t){return this.dj(e,t,!0)},r.prototype.dh=function(e,t){return null},r.prototype.c1=function(e,t){},r.prototype.cz=function(e,t,r){},r.prototype.c7=function(){e.prototype.c7.call(this),this.dz.d.clear()},r.prototype.c6=function(){e.prototype.c6.call(this),this.a2()},r.prototype.dr=function(e){null!=this.dn.aam&&(this.dn.aam.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j3.createElement("canvas");var r=this.f.j3.get2DCanvasContext(this.dq);this.dp=new n.RenderingContext(new n.CanvasViewRenderer,r),this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dt))),null!=t&&(null!=this.ae&&t.be(this.ae),t.bd(this.dp),t.bf(this.b9),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dt)))},r.prototype.dt=function(e,t){this.a2()},r.prototype.dv=function(e,t){},r.prototype.dx=function(){null!=this.dq&&(this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())),null!=this.dn.aam&&this.dn.aam.bf(this.b9)},r.prototype.bj=function(t,r){if(e.prototype.bj.call(this,t,r),!r&&null!=this.dq){var i=!1;if(this.dz.d.count>0)i=!0,this.m.aa(),this.m.r(this.dz),this.m.h().clip();var o=n.truncate(Math.round(this.b9.left)),a=n.truncate(Math.round(this.b9.top)),s=n.truncate(Math.round(this.b9.width)),u=n.truncate(Math.round(this.b9.height));this.m.o(this.dq.getNativeElement(),1,o,a,s,u,o,a,s,u),i&&this.m.z()}},r.prototype.dw=function(){this.a2()},r.prototype.ds=function(){},r.prototype.dy=function(e){null!=this.dn.aam&&this.dn.aam.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),de=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new me},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isTile",{get:function(){return this.i.f4},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileImagery",{get:function(){var e=this.i.aam;return null==e?null:e.externalObject},set:function(e){this.i.aam=null==e?null:e.i},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:n,deps:[],target:r["ɵɵFactoryTarget"].Component}),n.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return n}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return n}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),n}(i.IgxShapeSeriesBaseComponent);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:de,decorators:[{type:r.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return de}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return de}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}]}});var be=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:be,decorators:[{type:r.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var Se=function(){function e(){n.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),n.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,be],be]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Se,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var xe=function(e){function r(){var t=e.call(this)||this;return t.yr=null,t.yq=null,t.imageTilesReady=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f4=function(){return!0},Object.defineProperty(r.prototype,"ys",{get:function(){return this.yr},set:function(e){if(e!=this.ys){var t=this.ys;this.yr=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),r.prototype.yw=function(){null!=this.ys&&this.ys.clearTileCache()},r.prototype.rh=function(t,r,i,n){switch(e.prototype.rh.call(this,t,r,i,n),r){case"TileImagery":null!=this.xb&&(this.xb.aam=this.ys)}},r.prototype.xg=function(t,r){if(e.prototype.xg.call(this,t,r),this.xb.aam=this.ys,null!=this.yq){var i=this.yq;i.imageTilesReady=n.delegateRemove(i.imageTilesReady,n.runOn(this,this.yv))}if(this.yq=this.xb,null!=this.yq){var o=this.yq;o.imageTilesReady=n.delegateCombine(o.imageTilesReady,n.runOn(this,this.yv))}},r.prototype.xa=function(){return new me},r.prototype.yv=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.$t=n.markType(r,"GeographicTileSeries",Q.$),r}(Q),ve=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new xe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.f4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.ys;return null==e?null:e.externalObject},set:function(e){this.i.ys=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.yw()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new k;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ve,decorators:[{type:r.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return ve}))},{provide:K,useExisting:r.forwardRef((function(){return ve}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return ve}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var Me=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[ve],imports:[o.CommonModule,Se],exports:[ve,Se]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Se],Se]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Me,decorators:[{type:r.NgModule,args:[{declarations:[ve],imports:[o.CommonModule,Se],exports:[ve,Se],entryComponents:[]}]}]});var Ie=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",ve),n.TypeRegistrar.register("GeographicTileSeries",xe.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,Me],exports:[Me]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Me],Me]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ie,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Me],exports:[Me],entryComponents:[ve]}]}],ctorParameters:function(){return[]}});var Ce=function(e){function o(){return e.call(this)||this}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.xk},set:function(e){this.i.xk=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.xj},set:function(e){this.i.xj=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.x1},set:function(e){this.i.x1=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.yf)},set:function(e){this.i.yf=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yg)},set:function(e){this.i.yg=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.xn},set:function(e){this.i.xn=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.x0},set:function(e){this.i.x0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.yd)},set:function(e){this.i.yd=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.ye)},set:function(e){this.i.ye=n.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ce,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:r.Input}],markerThickness:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],maximumMarkers:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}]}});var ke=function(e){function r(){var t=e.call(this)||this,r=t.xb;return r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(t,t.xz)),t}return t.__extends(r,e),r.prototype.s8=function(){return this.x0},r.prototype.vw=function(){return this.yd},r.prototype.vx=function(){return this.ye},r.prototype.ip=function(){return this.xm},r.prototype.mf=function(){var e=n.typeCast(i.MarkerSeries.$,this.xb);return null==e?"Unknown":e.mf()},r.prototype.xz=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.xb);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.x0=r.yb:"ActualMarkerOutline"==t.propertyName?this.ye=r.yt:"ActualMarkerBrush"==t.propertyName&&(this.yd=r.ys))},r.prototype.rh=function(t,i,n,o){switch(e.prototype.rh.call(this,t,i,n,o),i){case r.$$p[3]:this.xb.yu=this.yf;break;case r.$$p[6]:this.xb.yv=this.yg;break;case r.$$p[5]:this.xb.xf=this.xk;break;case r.$$p[4]:this.xb.xb=this.xj;break;case r.$$p[9]:this.xb.xl=this.xl;break;case r.$$p[7]:this.xb.yd=this.x1;break;case r.$$p[8]:this.xb.xu=this.xm;break;case r.$$p[10]:this.xb.aak=this.xn}},r.$t=n.markType(r,"GeographicMarkerSeries",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:yd:x2",[n.Brush.$],"ActualMarkerOutline:ye:x3",[n.Brush.$],"ActualMarkerTemplate:x0:x4",[n.DataTemplate.$,null],"MarkerBrush:yf:x5",[n.Brush.$],"MarkerFillMode:xj:x6",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xk:x7",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:yg:x8",[n.Brush.$],"MarkerTemplate:x1:x9",[n.DataTemplate.$,null],"MarkerThickness:xm:ya",[1,n.DeviceUtils.g(2)],"MarkerType:xl:yb",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xn:yc",[1,400]]),r}(g),_e=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t},r.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xb;t.aa4=this.cu.za,t.abc=this.cu.y8,t.xl=this.cu.xl,t.yd=this.cu.x1,t.xu=this.cu.xm,t.ade=this.cu.yu,t.ad4=this.cu.zf,t.ac3=this.cu.ym,t.adu=this.cu.y6,t.adp=this.cu.yy,t.ac0=this.cu.yj,t.adc=this.cu.yq,t.add=this.cu.yt,t.adj=this.cu.yw,t.adi=this.cu.yv},r.prototype.c3=function(){this.cu.xb.aa4=this.cu.za},r.prototype.c2=function(){this.cu.xb.abc=this.cu.y8},r.prototype.c8=function(){this.cu.xb.xl=this.cu.xl},r.prototype.c6=function(){this.cu.xb.yd=this.cu.x1},r.prototype.c7=function(){this.cu.xb.xu=this.cu.xm},r.prototype.c9=function(){this.cu.xb.aak=this.cu.xn},r.prototype.db=function(){this.cu.xb.xAxis=this.cu.dc.yd},r.prototype.dc=function(){this.cu.xb.yAxis=this.cu.dc.yf},r.prototype.da=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yd,e.yAxis=this.cu.dc.yf},r.prototype.c4=function(){this.cu.xb.yu=this.cu.yf},r.prototype.c5=function(){this.cu.xb.yv=this.cu.yg},r.prototype.dd=function(){this.cu.xb.ad4=this.cu.zf},r.prototype.de=function(){this.cu.xb.ac3=this.cu.ym,this.cu.xb.ade=this.cu.yu},r.prototype.cy=function(){this.cu.xb.adu=this.cu.y6},r.prototype.cw=function(){this.cu.xb.ac0=this.cu.yj,this.cu.xb.adc=this.cu.yq,this.cu.xb.add=this.cu.yt,this.cu.xb.adj=this.cu.yw,this.cu.xb.adi=this.cu.yv},r.prototype.cv=function(){this.cu.xb.adp=this.cu.yy},r.prototype.df=function(){this.cu.xb.ade=this.cu.yu},r.prototype.cx=function(){this.cu.xb.adc=this.cu.yq},r.prototype.c1=function(){this.cu.xb.add=this.cu.yt},r.prototype.c0=function(){this.cu.xb.adj=this.cu.yw},r.prototype.cz=function(){this.cu.xb.adi=this.cu.yv},r.$t=n.markType(r,"GeographicProportionalSymbolSeriesView",m.$),r}(m),Pe=function(e){function r(){var t=e.call(this)||this;return t.yk=null,t.yp=!1,t.yo=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new _e(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.yn=t},r.prototype.jo=function(){return.7},r.prototype.xa=function(){return new i.BubbleSeries},r.prototype.get_ff=function(){return!0},r.prototype.rh=function(t,i,o,a){switch(e.prototype.rh.call(this,t,i,o,a),i){case"SeriesViewer":this.yn.da();break;case r.$$p[9]:this.yn.c3();break;case r.$$p[8]:this.yn.c2();break;case"XAxis":this.yn.db();break;case"YAxis":this.yn.dc();break;case r.$$p[13]:this.yn.dd();break;case r.$$p[14]:this.yn.de();break;case r.$$p[15]:this.yn.df();break;case r.$$p[7]:this.yn.cy();break;case r.$$p[0]:this.yn.cv();break;case r.$$p[1]:this.yn.cw();break;case r.$$p[2]:this.yn.cx();break;case r.$$p[12]:this.yn.c1();break;case r.$$p[11]:this.yn.c0();break;case r.$$p[10]:this.yn.cz();break;case r.$$p[4]:if(this.xb.z0=this.ys,this.yp=this.ys,this.ys){var s=this.xb;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zk))}else{var u=this.xb;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.zk))}break;case r.$$p[3]:if(this.xb.zz=this.yr,this.yo=this.yr,this.ys){var l=this.xb;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zj))}else{var c=this.xb;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.zj))}break;case r.$$p[5]:this.xb.zj=this.yl;break;case r.$$p[6]:this.xb.aaj=this.yx}},r.prototype.zk=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zj=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",ke.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:yy:zl",[2],"FillScale:yj:zm",[i.BrushScale.$],"FillScaleUseGlobalValues:yq:zn",[0,!1],"IsCustomScatterMarkerStyleAllowed:yr:zo",[0,!1],"IsCustomScatterStyleAllowed:ys:zp",[0,!1],"ItemSearchMode:yl:zq",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yx:zr",[1,1e4],"LabelMemberPath:y6:zs",[2],"LatitudeMemberPath:y8:zt",[2,null],"LongitudeMemberPath:za:zu",[2,null],"MarkerBrushBrightness:yv:zv",[1,NaN],"MarkerOutlineBrightness:yw:zw",[1,NaN],"MarkerOutlineUsesFillScale:yt:zx",[0,!1],"RadiusMemberPath:zf:zy",[2,null],"RadiusScale:ym:zz",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yu:z0",[0,!1]]),r}(ke),we=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Pe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.ek},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.y8},set:function(e){this.i.y8=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.za},set:function(e){this.i.za=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.zf},set:function(e){this.i.zf=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.ym;if(null==e)return null;if(!e.externalObject){var t=i.IgxSizeScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ym=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.y6},set:function(e){this.i.y6=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.yy},set:function(e){this.i.yy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.yj;if(null==e)return null;if(!e.externalObject){var t=i.IgxBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.yj=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.yw},set:function(e){this.i.yw=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.yv},set:function(e){this.i.yv=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yl},set:function(e){this.i.yl=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yx},set:function(e){this.i.yx=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,r,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ce,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ce);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:we,decorators:[{type:r.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ce,useExisting:r.forwardRef((function(){return we}))},{provide:K,useExisting:r.forwardRef((function(){return we}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return we}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],radiusMemberPath:[{type:r.Input}],radiusScale:[{type:r.Input}],labelMemberPath:[{type:r.Input}],fillMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],fillScaleUseGlobalValues:[{type:r.Input}],markerOutlineUsesFillScale:[{type:r.Input}],markerOutlineBrightness:[{type:r.Input}],markerBrushBrightness:[{type:r.Input}],radiusScaleUseGlobalValues:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var De=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[we],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[we,i.IgxBubbleSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxBubbleSeriesDynamicModule],i.IgxBubbleSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:De,decorators:[{type:r.NgModule,args:[{declarations:[we],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[we,i.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",we),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",Pe.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,De],De]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Te,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[we]}]}],ctorParameters:function(){return[]}});var Oe=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t},r.prototype.ci=function(){var t=this.cu.xb;e.prototype.ci.call(this),t.aa4=this.cu.yz,t.abc=this.cu.yx,t.xl=this.cu.xl,t.yd=this.cu.x1,t.xu=this.cu.xm},r.prototype.cw=function(){this.cu.xb.aa4=this.cu.yz},r.prototype.cv=function(){this.cu.xb.abc=this.cu.yx},r.prototype.c2=function(){this.cu.xb.xl=this.cu.xl},r.prototype.c0=function(){this.cu.xb.yd=this.cu.x1},r.prototype.c1=function(){this.cu.xb.xu=this.cu.xm},r.prototype.c3=function(){this.cu.xb.aak=this.cu.xn},r.prototype.c5=function(){this.cu.xb.xAxis=this.cu.dc.yd},r.prototype.c6=function(){this.cu.xb.yAxis=this.cu.dc.yf},r.prototype.c4=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yd,e.yAxis=this.cu.dc.yf},r.prototype.cy=function(){this.cu.xb.y4=this.cu.yj},r.prototype.cx=function(){this.cu.xb.yu=this.cu.yf},r.prototype.cz=function(){this.cu.xb.yv=this.cu.yg},r.$t=n.markType(r,"GeographicSymbolSeriesView",m.$),r}(m),je=function(e){function r(){var t=e.call(this)||this;return t.yl=null,t.yo=!1,t.yn=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new Oe(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.ym=t},r.prototype.jo=function(){return.7},r.prototype.xa=function(){return new i.ScatterSeries},r.prototype.get_ff=function(){return!0},r.prototype.rh=function(t,i,o,a){switch(e.prototype.rh.call(this,t,i,o,a),i){case"SeriesViewer":this.ym.c4();break;case r.$$p[5]:this.ym.cw();break;case r.$$p[4]:this.ym.cv();break;case r.$$p[6]:this.ym.cy();break;case"XAxis":this.ym.c5();break;case"YAxis":this.ym.c6();break;case r.$$p[1]:if(this.xb.z0=this.yq,this.yo=this.yq,this.yq){var s=this.xb;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y4))}else{var u=this.xb;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.y4))}break;case r.$$p[0]:if(this.xb.zz=this.yp,this.yn=this.yp,this.yq){var l=this.xb;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.y3))}else{var c=this.xb;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.y3))}break;case r.$$p[2]:this.xb.zj=this.yk;break;case r.$$p[3]:this.xb.aaj=this.ys}},r.prototype.y4=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.y3=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ke.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:yp:y5",[0,!1],"IsCustomScatterStyleAllowed:yq:y6",[0,!1],"ItemSearchMode:yk:y7",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ys:y8",[1,1e4],"LatitudeMemberPath:yx:y9",[2,null],"LongitudeMemberPath:yz:za",[2,null],"MarkerCollisionAvoidance:yj:zb",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yr:zc",[0,!1]]),r}(ke),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new je},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.ek},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yz},set:function(e){this.i.yz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.ys},set:function(e){this.i.ys=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ce,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ce);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:$e,decorators:[{type:r.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ce,useExisting:r.forwardRef((function(){return $e}))},{provide:K,useExisting:r.forwardRef((function(){return $e}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return $e}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var Re=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterSeriesDynamicModule],i.IgxScatterSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Re,decorators:[{type:r.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),n.TypeRegistrar.register("GeographicSymbolSeries",je.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,Re],exports:[Re]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Re],Re]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ve,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var ze=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgxTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted.subscribe(this.onTriangulationDataSourceImportCompleted)),this._cachedTriangulationDataSource.source=this._triangulationDataSource},i.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(i.prototype,"longitudeMemberPath",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xk},set:function(e){this.i.xk=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xq},set:function(e){this.i.xq=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xs},set:function(e){this.i.xs=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xu},set:function(e){this.i.xu=e},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ze,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],latitudeMemberPath:[{type:r.Input}],trianglesSource:[{type:r.Input}],triangleVertexMemberPath1:[{type:r.Input}],triangleVertexMemberPath2:[{type:r.Input}],triangleVertexMemberPath3:[{type:r.Input}]}});var Ae=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new C},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.ew},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.x4;if(null==e)return null;if(!e.externalObject){var t=i.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.x3;if(null==e)return null;if(!e.externalObject){var t=i.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x3=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,r,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,r,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.ye()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:ze,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(ze);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ae,decorators:[{type:r.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:ze,useExisting:r.forwardRef((function(){return Ae}))},{provide:K,useExisting:r.forwardRef((function(){return Ae}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Ae}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:r.Input}],colorScale:[{type:r.Input}],actualColorScale:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Be=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[Ae],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Ae,i.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],i.IgxScatterAreaSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Be,decorators:[{type:r.NgModule,args:[{declarations:[Ae],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Ae,i.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Ae),n.TypeRegistrar.register("GeographicScatterAreaSeries",C.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,Be],exports:[Be]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Be],Be]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ge,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Be],exports:[Be],entryComponents:[Ae]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.prototype.ci=function(){e.prototype.ci.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xb);t.zk=this.cu.x0,t.zs=this.cu.xy,t.xx=this.cu.xn,t.xw=this.cu.xm,t.f9=this.cu.xl,t.ys=this.cu.xp,t.yr=this.cu.xo,t.aaq=this.cu.yj,t.aap=this.cu.yi,t.y4=this.cu.xs},r.prototype.c0=function(){this.cu.xb.zk=this.cu.x0},r.prototype.cz=function(){this.cu.xb.zs=this.cu.xy},r.prototype.c5=function(){this.cu.xb.xx=this.cu.xn},r.prototype.c3=function(){this.cu.xb.xw=this.cu.xm},r.prototype.c1=function(){this.cu.xb.f9=this.cu.xl},r.prototype.cy=function(){this.cu.xb.ys=this.cu.xp},r.prototype.cw=function(){this.cu.xb.yr=this.cu.xo},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xb);if(null==this.cu.dc)return e.xg=null,void(e.xi=null);e.xg=this.cu.dc.yd,e.xi=this.cu.dc.yf},r.prototype.c6=function(){this.cu.xb.xg=this.cu.dc.yd},r.prototype.c7=function(){this.cu.xb.xi=this.cu.dc.yf},r.prototype.cx=function(){this.cu.xb.aaq=this.cu.yj},r.prototype.cv=function(){this.cu.xb.aap=this.cu.yi},r.prototype.c2=function(){this.cu.xb.y4=this.cu.xs},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yj=i.Defaults.bf,this.cu.yi=i.Defaults.be,this.cu.vq=i.Defaults.ba,this.cu.v6=i.Defaults.a9)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",m.$),r}(m),Ne=function(e){function r(){var t=e.call(this)||this;return t.xj=null,t.progressiveLoadStatusChanged=null,t.xr=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.jn=function(){return n.isNaN_(this.jm)?i.Defaults.ad:e.prototype.jn.call(this)},r.prototype.get_fp=function(){return!0},r.prototype.ct=function(){return new Fe(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xk=t},r.prototype.xa=function(){return this.xj=new i.HighDensityScatterSeries,this.xj},Object.defineProperty(r.prototype,"xt",{get:function(){return this.xr},set:function(e){var t=this.xr;this.xr=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xr)},enumerable:!1,configurable:!0}),r.prototype.xg=function(t,r){e.prototype.xg.call(this,t,r);var i=this.xb;i.progressiveLoadStatusChanged=n.delegateCombine(i.progressiveLoadStatusChanged,n.runOn(this,this.x7));var o=this.xb;o.propertyUpdated=n.delegateCombine(o.propertyUpdated,n.runOn(this,this.x6))},r.prototype.x7=function(e,t){this.xt=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.x6=function(e,t){this.xj},r.prototype.rh=function(t,i,n,o){switch(e.prototype.rh.call(this,t,i,n,o),i){case"SeriesViewer":this.xk.c4();break;case r.$$p[5]:this.xk.c0();break;case r.$$p[4]:this.xk.cz();break;case r.$$p[9]:this.xk.c5();break;case r.$$p[8]:this.xk.c3();break;case r.$$p[6]:this.xk.c1();break;case"XAxis":this.xk.c6();break;case"YAxis":this.xk.c7();break;case r.$$p[3]:this.xk.cy();break;case r.$$p[1]:this.xk.cw();break;case r.$$p[2]:this.xk.cx();break;case r.$$p[0]:this.xk.cv();break;case r.$$p[7]:this.xk.c2()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:yi:x8",[n.Color.$,i.Defaults.be],"HeatMaximum:xo:x9",[1,50],"HeatMinimumColor:yj:ya",[n.Color.$,i.Defaults.bf],"HeatMinimum:xp:yb",[1,0],"LatitudeMemberPath:xy:yc",[2,null],"LongitudeMemberPath:x0:yd",[2,null],"MouseOverEnabled:xl:ye",[0,!1],"PointExtent:xs:yf",[1,1],"ProgressiveLoad:xm:yg",[0,!0],"UseBruteForce:xn:yh",[0,!1]]),r}(g),Ee=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Ne},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.fp},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.x0},set:function(e){this.i.x0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.xn},set:function(e){this.i.xn=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.xm},set:function(e){this.i.xm=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.xp},set:function(e){this.i.xp=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.xo},set:function(e){this.i.xo=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yj)},set:function(e){this.i.yj=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yi)},set:function(e){this.i.yi=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.xs},set:function(e){this.i.xs=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.xt},set:function(e){this.i.xt=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new r.EventEmitter,this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,r){e._runInZone((function(){var t=new i.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(r),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ee,decorators:[{type:r.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:r.forwardRef((function(){return Ee}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Ee}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],useBruteForce:[{type:r.Input}],progressiveLoad:[{type:r.Input}],mouseOverEnabled:[{type:r.Input}],heatMinimum:[{type:r.Input}],heatMaximum:[{type:r.Input}],heatMinimumColor:[{type:r.Input}],heatMaximumColor:[{type:r.Input}],pointExtent:[{type:r.Input}],progressiveStatus:[{type:r.Input}],progressiveLoadStatusChanged:[{type:r.Output}]}});var qe=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[Ee],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,i.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],i.IgxHighDensityScatterSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:qe,decorators:[{type:r.NgModule,args:[{declarations:[Ee],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,i.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ee),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ne.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,qe],exports:[qe]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,qe],qe]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ue,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,qe],exports:[qe],entryComponents:[Ee]}]}],ctorParameters:function(){return[]}});var Le=function(e){function r(t){var r=e.call(this,t)||this;return r.c2=null,r.c2=t,r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jt=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xb&&(this.c2.x3.y6=this.c2.x6,this.c2.x3.zg=this.c2.ya)},r.prototype.c3=function(){null!=this.c2.x3&&(this.c2.x3.y6=this.c2.x6)},r.prototype.c4=function(){null!=this.c2.x3&&(this.c2.x3.zg=this.c2.ya)},r.$t=n.markType(r,"GeographicContourLineSeriesView",S.$),r}(S),He=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fk=function(){return!0},r.prototype.xg=function(t,r){e.prototype.xg.call(this,t,r)},r.prototype.xa=function(){this.x3=new i.ScatterContourSeries;var e=this.x3;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yd));var t=this.x3;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.ye)),this.x3},r.prototype.yd=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ye=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.xb);null!=r&&"ActualFillScale"==t.propertyName&&(this.x5=r.y5)},r.prototype.sq=function(){e.prototype.sq.call(this)},r.prototype.ct=function(){return new Le(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.x7=t},r.prototype.rh=function(t,i,n,o){switch(e.prototype.rh.call(this,t,i,n,o),i){case r.$$p[1]:this.x7.c3();break;case r.$$p[2]:this.x7.c4();break;case r.$$p[3]:this.x3.y3=this.x2;break;case"DashArray":this.x3.wd=this.wd;break;case"DashCap":this.x3.we=this.we;break;case"MiterLimit":this.x3.jk=this.jk;break;case"LineJoin":this.x3.wg=this.wg}},r.$t=n.markType(r,"GeographicContourLineSeries",I.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:x5:yf",[i.ValueBrushScale.$,null],"FillScale:x6:yg",[i.ValueBrushScale.$,null],"ValueMemberPath:ya:yh",[2,"value"],"ValueResolver:x2:yi",[i.ContourValueResolver.$,null]]),r}(I),We=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new He},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isLineContour",{get:function(){return this.i.fk},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.x6;if(null==e)return null;if(!e.externalObject){var t=i.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x6=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.x5;if(null==e)return null;if(!e.externalObject){var t=i.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x5=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.x2;if(null==e)return null;if(!e.externalObject){var t=i.IgxContourValueResolverComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x2=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,r,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:ze,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(ze);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:We,decorators:[{type:r.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:ze,useExisting:r.forwardRef((function(){return We}))},{provide:K,useExisting:r.forwardRef((function(){return We}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return We}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],actualFillScale:[{type:r.Input}],valueResolver:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Ze=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],i.IgxScatterContourSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ze,decorators:[{type:r.NgModule,args:[{declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),n.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Xe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],exports:[ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ye,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],imports:[o.CommonModule,ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ke,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TokenResponseModel"),r}(n.Base),Qe=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"MapServerResponseModel"),r}(n.Base),et=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TileInfoResponseModel"),r}(n.Base),tt=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"LevelOfDetailResponseModel"),r}(n.Base),rt=function(e){return e[e.Road=0]="Road",e[e.Satellite=1]="Satellite",e[e.DarkGrey=2]="DarkGrey",e[e.LabelsRoadOverlay=3]="LabelsRoadOverlay",e[e.LabelsDarkGreyOverlay=4]="LabelsDarkGreyOverlay",e[e.HybridRoadOverlay=5]="HybridRoadOverlay",e[e.HybridDarkGreyOverlay=6]="HybridDarkGreyOverlay",e[e.TerraOverlay=7]="TerraOverlay",e[e.WeatherRadarOverlay=8]="WeatherRadarOverlay",e[e.WeatherInfraredOverlay=9]="WeatherInfraredOverlay",e[e.TrafficAbsoluteOverlay=10]="TrafficAbsoluteOverlay",e[e.TrafficRelativeOverlay=11]="TrafficRelativeOverlay",e[e.TrafficRelativeDarkOverlay=12]="TrafficRelativeDarkOverlay",e[e.TrafficDelayOverlay=13]="TrafficDelayOverlay",e[e.TrafficReducedOverlay=14]="TrafficReducedOverlay",e}({}),it=n.markEnum("AzureMapsImageryStyle","Road,0|Satellite,1|DarkGrey,2|LabelsRoadOverlay,3|LabelsDarkGreyOverlay,4|HybridRoadOverlay,5|HybridDarkGreyOverlay,6|TerraOverlay,7|WeatherRadarOverlay,8|WeatherInfraredOverlay,9|TrafficAbsoluteOverlay,10|TrafficRelativeOverlay,11|TrafficRelativeDarkOverlay,12|TrafficDelayOverlay,13|TrafficReducedOverlay,14"),nt=function(e){function r(t){var r=e.call(this,t)||this;return r.k=t,r}return t.__extends(r,e),r.prototype.p=function(){this.l(),this.n(),this.o(),this.m(),this.q(),this.r()},r.prototype.l=function(){this.a.ap.apiKey=this.k.apiKey},r.prototype.n=function(){this.a.ap.cultureName=this.k.cultureName},r.prototype.o=function(){this.a.ap.tilesetId=this.k.b1},r.prototype.m=function(){this.a.ap.apiVersion=this.k.apiVersion},r.prototype.q=function(){this.a.ap.localizedView=this.k.localizedView},r.prototype.r=function(){this.a.ap.timestamp=this.k.timestamp},r.$t=n.markType(r,"AzureMapsImageryView",b.$),r}(b),ot=function(e){function r(){var t=e.call(this,new n.AzureMapsTileSource)||this;return t.bp.p(),t}return t.__extends(r,e),r.prototype.ai=function(){return new nt(this)},r.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},r.prototype.b4=function(t,i,n){switch(t){case r.$$p[3]:this.b1=this.bx(),this.bp.o();break;case r.$$p[0]:this.bp.l();break;case r.$$p[2]:this.bp.n();break;case r.$$p[1]:this.bp.m();break;case r.$$p[4]:this.bp.q();break;case r.$$p[6]:this.bp.r()}e.prototype.ba.call(this,t,i,n)},r.prototype.bx=function(){switch(this.imageryStyle){case 0:return"microsoft.base.road";case 7:return"microsoft.terra.main";case 2:return"microsoft.base.darkgrey";case 3:return"microsoft.base.labels.road";case 4:return"microsoft.base.labels.darkgrey";case 5:return"microsoft.base.hybrid.road";case 6:return"microsoft.base.hybrid.darkgrey";case 1:return"microsoft.imagery";case 8:return"microsoft.weather.radar.main";case 9:return"microsoft.weather.infrared.main";case 10:return"microsoft.traffic.absolute.main";case 11:return"microsoft.traffic.relative.main";case 12:return"microsoft.traffic.relative.dark";case 13:return"microsoft.traffic.delay.main";case 14:return"microsoft.traffic.reduced.main";default:return""}},r.$t=n.markType(r,"AzureMapsImagery",d.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"b4",["ApiKey",[2,n.stringEmpty()],"ApiVersion",[2,"2024-04-01"],"CultureName",[2,"en-US"],"ImageryStyle",[it,n.enumGetBox(it,0)],"LocalizedView",[2,null],"TilesetId:b1:ca",[2,null],"Timestamp",[3,n.dateMinValue()]]),r}(d),at=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBaseView",m.$),r}(m),st=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBaseView",m.$),r}(m),ut=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBaseView",m.$),r}(m),lt=function(e){function r(t){var r=e.call(this,t)||this;return r.cu=null,r.cu=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBaseView",m.$),r}(m),ct=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new ot},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"apiVersion",{get:function(){return this.i.apiVersion},set:function(e){this.i.apiVersion=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(it,e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"localizedView",{get:function(){return this.i.localizedView},set:function(e){this.i.localizedView=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"timestamp",{get:function(){return this.i.timestamp},set:function(e){this.i.timestamp=e},enumerable:!1,configurable:!0}),r}(j),pt=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:pt,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var ht=function(){function e(){n.TypeRegistrar.registerCons("IgxAzureMapsImagery",ct),n.TypeRegistrar.register("AzureMapsImagery",ot.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,pt],exports:[pt]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,pt],pt]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ht,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,pt],exports:[pt],entryComponents:[]}]}],ctorParameters:function(){return[]}});var yt=function(e){function r(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(r,e),r.$t=n.markType(r,"ImageryMetadata"),r}(n.Base),gt=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(yt.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResourceSet"),r}(n.Base),mt=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(gt.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResponse"),r}(n.Base),ft=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicMarkerSeriesBase",ke.$),r}(ke),dt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBase",ft.$),r}(ft),bt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(Ce);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:bt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var St=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(bt);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:St,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var xt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBase",g.$),r}(g),vt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:vt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var Mt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBase",ft.$),r}(ft),It=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(bt);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:It,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var Ct=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBase",g.$),r}(g),kt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:kt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.AzureMapsImagery=ot,e.AzureMapsImageryStyle=rt,e.AzureMapsImageryStyle_$type=it,e.AzureMapsImageryView=nt,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=T,e.BingMapsMapImagery=V,e.BingMapsMapImageryView=R,e.BingResourceSet=gt,e.BingResponse=mt,e.CustomMapImagery=q,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ne,e.GeographicHighDensityScatterSeriesView=Fe,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=g,e.GeographicMarkerSeries=ke,e.GeographicMarkerSeriesBase=ft,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=Pe,e.GeographicProportionalSymbolSeriesBase=dt,e.GeographicProportionalSymbolSeriesBaseView=at,e.GeographicProportionalSymbolSeriesView=_e,e.GeographicScatterAreaSeries=C,e.GeographicScatterAreaSeriesView=x,e.GeographicShapeSeries=re,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=xt,e.GeographicShapeSeriesBaseBaseView=st,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=je,e.GeographicSymbolSeriesBase=Mt,e.GeographicSymbolSeriesBaseView=ut,e.GeographicSymbolSeriesView=Oe,e.GeographicTileSeries=xe,e.GeographicXYTriangulatingSeries=I,e.GeographicXYTriangulatingSeriesBase=Ct,e.GeographicXYTriangulatingSeriesBaseView=lt,e.GeographicXYTriangulatingSeriesView=S,e.HostSeriesView=m,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxAzureMapsImagery=ct,e.IgxAzureMapsImageryDynamicModule=ht,e.IgxAzureMapsImageryModule=pt,e.IgxBingMapsMapImagery=z,e.IgxBingMapsMapImageryDynamicModule=A,e.IgxBingMapsMapImageryModule=P,e.IgxCustomMapImagery=E,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=N,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=Ee,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=qe,e.IgxGeographicMapComponent=_,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=j,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=bt,e.IgxGeographicMarkerSeriesComponent=Ce,e.IgxGeographicPolylineSeriesComponent=ue,e.IgxGeographicPolylineSeriesDynamicModule=ce,e.IgxGeographicPolylineSeriesModule=le,e.IgxGeographicProportionalSymbolSeriesBaseComponent=St,e.IgxGeographicProportionalSymbolSeriesComponent=we,e.IgxGeographicProportionalSymbolSeriesDynamicModule=Te,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Ae,e.IgxGeographicScatterAreaSeriesDynamicModule=Ge,e.IgxGeographicScatterAreaSeriesModule=Be,e.IgxGeographicShapeSeriesBaseBaseComponent=vt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ie,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=ne,e.IgxGeographicSymbolSeriesBaseComponent=It,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Ve,e.IgxGeographicSymbolSeriesModule=Re,e.IgxGeographicTileSeriesComponent=ve,e.IgxGeographicTileSeriesDynamicModule=Ie,e.IgxGeographicTileSeriesModule=Me,e.IgxGeographicXYTriangulatingSeriesBaseComponent=kt,e.IgxGeographicXYTriangulatingSeriesComponent=ze,e.IgxImageTilesReadyEventArgs=k,e.IgxImagesChangedEventArgs=O,e.IgxOpenStreetMapImagery=G,e.IgxOpenStreetMapImageryDynamicModule=F,e.IgxOpenStreetMapImageryModule=B,e.IgxSubDomainsCollection=w,e.IgxTileGeneratorMapImagery=ye,e.IgxTileGeneratorMapImageryDynamicModule=ge,e.IgxTileGeneratorMapImageryModule=pe,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=Se,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=yt,e.ImagesChangedEventArgs=y,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=u,e.MapBackgroundTilingMode_$type=l,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=M,e.SphericalMercatorHorizontalScaler=p,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=me,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=v,Object.defineProperty(e,"__esModule",{value:!0})}));