igniteui-angular-maps 21.0.1 → 21.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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1381 -1381
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +437 -437
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +37 -37
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  32. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +25 -25
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +431 -431
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +37 -37
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1394 -1394
  56. package/fesm5/igniteui-angular-maps.js +1381 -1381
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  60. package/lib/GeographicMarkerSeries.d.ts +15 -15
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  70. package/lib/GeographicTileSeries.d.ts +8 -8
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +102 -102
  74. package/package.json +2 -2
@@ -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,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.rb),p4:this.ak(e.ra)}},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.rb,p4:e.ra}},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.xk=null,t.xm=t.xl(),t}return t.__extends(r,e),r.prototype.qw=function(){e.prototype.qw.call(this),null!=this.xm&&this.xm.qw()},r.prototype.get_ff=function(){return!0},r.prototype.k0=function(e,t){var r=this.np(t);return"LatitudeMemberPath"==r&&(r="YMemberPath"),"LongitudeMemberPath"==r&&(r="XMemberPath"),this.xm.k0(e,r)},r.prototype.mp=function(e){var t=this.np(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xm.mp(t)},r.prototype.get_ks=function(){return this.la(this.xm)},r.prototype.set_ks=function(e){this.pd(this.xm,e)},r.prototype.ed=function(e,t,r,i,n){return this.xm.ed(e,t,r,i,n)},r.prototype.ai=function(){return this.xm.ai()},r.prototype.bp=function(){return this.xm},Object.defineProperty(r.prototype,"xm",{get:function(){return this.xk},set:function(e){var t=this.xk;this.xm!=e&&(this.xk=e,this.xr(t,this.xk))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.xm.hasMarkers},r.prototype.xr=function(e,t){if(null!=this.xk){var r=this.xk;r.externalObject=n.TypeRegistrar.createFromInternal(r,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),r.externalObject._implementation=r}if(this.pt(this.xm),this.xn.ci(),null!=e){var i=e;this.sk(i,null)}if(null!=t){var o=t;this.sk(o,this)}},r.prototype.dh=function(e,t,r){return this.dj(this.xm,e,t,r)},r.prototype.di=function(e,t,r){return this.dk(this.xm,e,t,r)},r.prototype.kx=function(e){return this.k6(this.xm,e)},r.prototype.kk=function(e,t){return this.xm.kk(e,t)},r.prototype.ki=function(e,t){return this.xm.ki(e,t)},r.prototype.je=function(e,t,r){return this.xm.je(e,t,r)},r.prototype.wx=function(e,t,r){return this.xm.wx(e,t,r)},r.prototype.w9=function(e){return this.xm.w9(e)},r.prototype.ao=function(e){return this.xm.ao(e)},r.prototype.xa=function(e){return this.xm.xa(e)},r.prototype.ap=function(e){return this.xm.ap(e)},r.prototype.xb=function(e){return this.xm.xb(e)},r.prototype.xc=function(e){return this.xm.xc(e)},r.prototype.ja=function(e,t,r){return this.xm.ja(e,t,r)},r.prototype.wt=function(e,t,r){return this.xm.wt(e,t,r)},r.prototype.jc=function(e,t,r){return this.je(e,t,r)},r.prototype.wv=function(e,t,r){return this.xm.wv(e,t,r)},r.prototype.wy=function(e,t,r){return this.xm.wy(e,t,r)},r.prototype.jf=function(e,t,r){return this.xm.jf(e,t,r)},r.prototype.wu=function(e,t,r){return this.xm.wu(e,t,r)},r.prototype.jb=function(e,t,r){return this.xm.jb(e,t,r)},r.prototype.ww=function(e,t,r){return this.xm.ww(e,t,r)},r.prototype.jd=function(e,t,r){return this.xm.jd(e,t,r)},r.prototype.ke=function(e){return this.xm.ke(e)},r.prototype.i4=function(){return this.xm.i4()},r.prototype.i0=function(e){return this.xm.i0(e)},r.prototype.ky=function(e){return this.xm.ky(e)},r.prototype.ct=function(){return new m(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.xn=n.typeCast(m.$,t)},Object.defineProperty(r.prototype,"xo",{get:function(){return this.c(r.xt)},set:function(e){this.h(r.xt,e)},enumerable:!1,configurable:!0}),r.prototype.rr=function(t,r,o,a){switch(e.prototype.rr.call(this,t,r,o,a),r){case"SeriesViewer":this.xm.dc=this.dc,null!=o&&o.ta(this.xm),null!=a&&this.dc.oo(this.xm),this.xm.ru(this.xe),this.xm.index=this.index,this.qf(this.xm),this.kq=this.xm.kq;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xs))),null!=this.dc){var u=this.dc;u.actualWindowRectChanged=n.delegateCombine(u.actualWindowRectChanged,n.runOn(this,this.xs))}this.xq();break;case"SyncLink":this.xm.c4=this.c4;break;case"VisibleFromScale":this.xq();break;case"Index":this.xm.index=this.index;break;case"ItemsSource":this.xn.cj();break;case"Resolution":this.xn.cq();break;case"TransitionDuration":this.xn.ct();break;case"Opacity":this.xn.cn();break;case"Visibility":var l=this.xm,c=this._visibility;l.visibility=c;break;case"MouseOverEnabled":this.xm.gf=this.gf;break;case"ExpectFunctions":this.xm.expectFunctions=this.expectFunctions;break;case"Thickness":this.xn.cs();break;case"Brush":this.xn.ch();break;case"Outline":this.xn.cp();break;case"ActualBrush":this.xn.ce();break;case"ActualOutline":this.xn.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jp)||this.xn.cm();break;case"AreaFillOpacity":n.isNaN_(this.is)||this.xn.cg();break;case"OutlineMode":this.xn.co();break;case"ShowDefaultTooltip":this.xn.cr();break;case"Title":this.xm.title=this.title;break;case"LegendItemBadgeMode":this.xn.ck();break;case"LegendItemBadgeShape":this.xn.cl();break;case"Legend":this.xm.legend=this.legend,this.cw.a5()}},r.prototype.xq=function(){if(null!=this.dc&&null!=this.xm&&!n.isNaN_(this.xo))if(this.dc.ys.width>this.xo){this.xm.visibility=1}else{this.xm.visibility=0}},r.prototype.xs=function(e,t){this.xq()},r.prototype.r9=function(t){e.prototype.r9.call(this,t),null!=this.xm&&this.xm.r9(t)},r.prototype.rm=function(t){e.prototype.rm.call(this,t),null!=this.xm&&this.xm.q3()},r.prototype.r8=function(e,t,r,i,n){null!=this.xm&&this.xm.r8(e,t,r,i,n)},r.prototype.a2=function(e,t){return this.xm.a2(e,t)},r.prototype.sv=function(){e.prototype.sv.call(this),this.xm.sv()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xm.coercionMethods=e},r.prototype.qe=function(t){if(e.prototype.qe.call(this,t),null!=this.xm){var r=this.xm.kw();this.pm(t,r)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xt=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.xm.legendItemVisibility=0,this.cd.xm.itemsSource=this.cd.itemsSource,this.cd.xm.index=this.cd.index,this.cd.xm.v0=this.cd.v0,this.cd.xm.wg=this.cd.v0,this.cd.xm.cj=this.cd.cj,this.cd.xm.js=this.cd.js,this.cd.xm.kn=this.cd.kn,this.cd.xm._opacity=this.cd._opacity,this.cd.xm.jz=this.cd.jz,this.cd.xm.is=this.cd.is,this.cd.xm.jp=this.cd.jp,this.cd.xm.gw=this.cd.gw,this.cd.xm.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xm.be=this.cd.be},r.prototype.cj=function(){this.cd.xm.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.xm.js=this.cd.js},r.prototype.ct=function(){this.cd.xm.kn=this.cd.kn},r.prototype.cn=function(){this.cd.xm._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.xm.jz=this.cd.jz},r.prototype.ch=function(){this.cd.xm.v0=this.cd.v0},r.prototype.cp=function(){this.cd.xm.wg=this.cd.wg},r.prototype.ce=function(){this.cd.xm.v0=this.cd.vu},r.prototype.cf=function(){this.cd.xm.wg=this.cd.vy},r.prototype.ck=function(){this.cd.xm.be=this.cd.be},r.prototype.cl=function(){this.cd.xm.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.xm.is=this.cd.is},r.prototype.cm=function(){this.cd.xm.jp=this.cd.jp},r.prototype.co=function(){this.cd.xm.cj=this.cd.cj},r.prototype.cr=function(){this.cd.xm.gw=this.cd.gw},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(e){function r(){var t=e.call(this)||this;t.z7=null,t.zw=!1,t.zo=1,t.z3=0,t.abe=null,t.zl=null,t.zh=null,t.zj=null,t.zn=null,t.aba={$type:n.Point_$type,x:NaN,y:NaN},t.abh=null,t.z2=1,t.imageTilesReady=null,t.zv=null,t.abg=n.Rect.empty,t.z3=c.am(r.abf.bottom)-c.am(r.abf.top),t.ab=r.$,t.backgroundContent=new M;var o,a=((o=new i.NumericXAxis).b7=t,o);a.dk=!0,t.zi=a,t.zi.tf=new p;var s=function(){var e=new i.NumericYAxis;return e.b7=t,e}();return s.dk=!0,t.zk=s,t.zk.tf=new c,t.aap(),t.aaw(),t.pp(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.zi.provideRenderer(t),this.zk.provideRenderer(t)},r.prototype.pp=function(){e.prototype.pp.call(this),this.zu.fy(this.ik)},r.prototype.gh=function(){return this.z0},r.prototype.gi=function(){return this.z0},r.prototype.zr=function(){return 0==this.zp&&this.zw?2:1},Object.defineProperty(r.prototype,"zq",{get:function(){return this.zo},set:function(e){this.zo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"abj",{get:function(){return this.abe},set:function(e){if(n.Rect.l_op_Inequality(this.abe,e)){var t=this.abe;this.abe=e,this.ss("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.abn=function(){return this.abj},r.prototype.aap=function(){this.abv.isEmpty||(this.abj=this.abt(this.abv,1==this.db))},r.prototype.abt=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.abf.width,y=c.am(r.abf.top);if(p/h>this.z3){var g=p/this.z3;o-=(g-h)/2*r.abf.width,a=g*r.abf.width,t&&(o<r.abf.left?o+=r.abf.left-o:o+a>r.abf.right&&(o-=o+a-r.abf.right))}else if(p/h<this.z3){var m=this.z3*h-p,f=l-m/2,d=u+m/2;t&&(f<y?d+=y-(f+=y-f):d>y+this.z3&&(f-=d-(y+this.z3),d-=d-(y+this.z3))),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.zl},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.zl=e,this.ss("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zi",{get:function(){return this.zh},set:function(e){if(e!=this.zi){var t=this.zi;this.zh=e,this.ss("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zk",{get:function(){return this.zj},set:function(e){if(e!=this.zk){var t=this.zk;this.zj=e,this.ss("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.aaz=function(e){this.zb=e},r.prototype.aay=function(e){this.abv=e},r.prototype.getZoomFromGeographicRect=function(e){return this.abl(e,!0,0)},r.prototype.abk=function(e,t){return this.abl(e,!1,t)},r.prototype.abl=function(e,t,o){var a=e;t&&(a=this.abt(e,!1));var s=this.zi,u=this.zk,l=new i.ScalerParams(1,r.abi,this.za,s.dn);l.c=this.yw;var c=new i.ScalerParams(1,r.abi,this.za,u.dn);c.c=this.yw;var p=this.zi.f7(a.left,l),h=this.zi.f7(a.right,l),y=this.zk.f7(a.top,c),g=this.zk.f7(a.bottom,c),m=(p-o)/this.za.width,f=(g-o)/this.za.height,d=(h-p+2*o)/this.za.width,b=(y-g+2*o)/this.za.height,S=new n.Rect(0,m,f,d,b);return S.intersect(r.abi),S.isEmpty&&(S=r.abi),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.abi;var u=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(u)},r.prototype.abp=function(e){var t=this.zi,o=this.zk,a=new i.ScalerParams(1,e,this.za,t.dn);a.c=this.yw;var s=new i.ScalerParams(1,e,this.za,o.dn);s.c=this.yw;var u=this.yv,l=t.ga(u.left,a),c=o.ga(u.top,s),p=t.ga(u.right,a),h=o.ga(u.bottom,s),y=p-l,g=c-h,m=new n.Rect(0,l,h,y,g);return 1==this.db&&(m.intersect(r.abf),m.isEmpty&&(m=r.abf)),m},r.prototype.abb=function(e){var t=this.zi.re(e.x),r=this.zk.re(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.abc=function(e){var t=this.zi.gv(e.x),r=this.zk.gv(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.abd=function(e){return this.abc(e)},r.prototype.aam=function(){var e=n.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.aas=function(e){},r.prototype.hd=function(){return!0},r.prototype.aau=function(){var e,r;this.zu.eh();try{for(var i=t.__values(n.fromEnum(this.b9)),o=i.next();!o.done;o=i.next()){o.value.sv()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(e)throw e.error}}},r.prototype.aax=function(){if(2==this.zt){if(!this.za.isEmpty&&this.za.width>0&&this.za.height>0){var e=this.zi.re(this.za.left+this.za.width/2),t=this.zk.re(this.za.top+this.za.height/2);this.aba={$type:n.Point_$type,x:e,y:t}}}else if(!this.za.isEmpty&&this.za.width>0&&this.za.height>0){var r=this.zi.re(this.za.left),i=this.zk.re(this.za.top);this.aba={$type:n.Point_$type,x:r,y:i}}},r.prototype.aat=function(){(n.isNaN_(this.aba.x)||n.isNaN_(this.aba.y))&&this.aax();var e=this.aba.x,t=this.aba.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.ys.left,a=this.ys.top,s=this.ys.width,u=this.ys.height;if(s>this.abh.width);else{var l=new i.ScalerParams(1,r.abi,this.za,this.zi.dn);l.c=this.yw;var c=this.zi.f7(e,l);if(2==this.zt)o=c/this.za.width-s/2;else o=c/this.za.width;o+s>this.abh.right?o=this.abh.right-s:o<this.abh.left&&(o=this.abh.left)}if(u>this.abh.height);else{var p=new i.ScalerParams(1,r.abi,this.za,this.zk.dn);p.c=this.yw;var h=this.zk.f7(t,p);if(2==this.zt)a=h/this.za.height-u/2;else a=h/this.za.height;a+u>this.abh.bottom?a=this.abh.bottom-u:a<this.abh.top&&(a=this.abh.top)}this.ue(new n.Rect(0,o,a,s,u),!1)}},r.prototype.get_f7=function(){return!0},r.prototype.yt=function(){var t=e.prototype.yt.call(this);if(null==this.zi||null==this.zk)return t;this.y4();var r=t.left,i=t.top;1==this.db&&(this.zb.width>this.abh.width?r=.5-this.zb.width/2:r+t.width>this.abh.right?r=this.abh.right-this.zb.width:r<this.abh.left&&(r=this.abh.left),this.zb.height>this.abh.height?i=.5-this.zb.height/2:i+this.zb.height>this.abh.bottom?i=this.abh.bottom-this.zb.height:i<this.abh.top&&(i=this.abh.top));var o=!1;!this.zz&&2==this.db&&this.zw&&(r>1&&(r=r-Math.floor(r)+1),r<0&&(r=0-(Math.ceil(r)-r)),t.right-this.abh.right>0&&(t.right-this.abh.right)/t.width>.8?(r=this.abh.left-(t.width-(t.right-this.abh.right)),o=!0):t.left<this.abh.left&&Math.abs(t.left-this.abh.left)/t.width>.8&&(r=this.abh.right-Math.abs(t.left-this.abh.left),o=!0));var a=new n.Rect(0,r,i,t.width,t.height);if(this.zz){var s=this.abk(this.abv,1);s=this.abm(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.fq=!0,this.zb=a,this.fq=!1),a},r.prototype.ok=function(e,t){var r=!0,i=!0,o=0,a=this.y4(),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.zh.f7(-180,t);o=this.zh.f7(180,t)-l}else{o=this.zh.f7(-180,t)-this.zh.f7(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,r,o)},r.prototype.y4=function(){var e=new i.ScalerParams(1,r.abi,this.za,this.zi.dn);e.c=this.yw;var t=new i.ScalerParams(1,r.abi,this.za,this.zk.dn);t.c=this.yw;var o=this.zi.f7(r.abf.left,e),a=this.zi.f7(r.abf.right,e),s=this.zk.f7(r.abf.top,t),u=this.zk.f7(r.abf.bottom,t);return this.abh=new n.Rect(0,o/this.za.width,u/this.za.height,(a-o)/this.za.width,(s-u)/this.za.height),this.abh},r.prototype.abm=function(e){var t=this.ip,r=.5*(e.left+e.right),i=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.e(e.width,t,1),u=n.MathUtil.e(e.height,t,1),l=this.za,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.yu=function(t){if(e.prototype.yu.call(this,this.za),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.abo=function(e){return this.yu(e)},r.prototype.dv=function(){return new v(this)},r.prototype.aao=function(e){null!=e&&(e.b7=this)},r.prototype.rx=function(t){e.prototype.rx.call(this,t),this.zu=t},r.prototype.r8=function(t,r){e.prototype.r8.call(this,t,r),this.t0(this.zi),this.t0(this.zk),n.Rect.l_op_Inequality(t,r)&&this.aat(),this.zz&&(this.ys=this.yt()),this.aa0()},Object.defineProperty(r.prototype,"z4",{get:function(){return this.z2},set:function(e){var t=this.z2;this.z2=e,this.ss("ActualWindowScale",t,this.z2)},enumerable:!1,configurable:!0}),r.prototype.iv=function(){return this.z4},r.prototype.iw=function(){return this.z4},r.prototype.tz=function(){e.prototype.tz.call(this);var t=Math.min(this.ys.width,this.ys.height);this.z4=t},r.prototype.g1=function(){return this.zw},r.prototype.dc=function(){return 0==this.dd&&this.zx?2:this.dd},r.prototype.r9=function(i,o,a,s){var u,l,c,p;switch(e.prototype.r9.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.aap();break;case"WindowRect":this.aax();break;case r.$$p[0]:this.zq=this.zr(),null!=this.zn&&(this.zn.isHorizontalWrappingEnabled=2==this.zq);break;case r.$$p[1]:this.zw=this.zx,this.zq=this.zr(),this.db=this.dc(),null!=this.zn&&(this.zn.isHorizontalWrappingEnabled=2==this.zq);break;case r.$$p[4]:this.ys=this.yt();break;case"BackgroundContent":if(null!=this.zn){var h=this.zn;h.imageTilesReady=n.delegateRemove(h.imageTilesReady,n.runOn(this,this.aaq)),this.zn.deferralHandler=null}if(this.zn=n.typeCast(d.$,this.backgroundContent),null!=this.zn){var y=this.zn;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.aaq)),this.zn.deferralHandler=this,this.zn.isHorizontalWrappingEnabled=2==this.zq}this.zu.fx(n.typeCast(d.$,a),n.typeCast(d.$,s)),null!=this.zn&&(this.zn.geographicMap=this,this.zu.fu(this.ys),this.zu.fy(this.ik));break;case"YAxis":case"XAxis":this.aav(a),this.aao(s);break;case r.$$p[6]:this.zy||(this.zb=r.abi),this.aap(),this.aaw(),this.aax(),this.ys=this.yt(),this.zu.fv();break;case"ActualWindowRect":this.zu.fu(this.ys);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.b9)),m=g.next();!m.done;m=g.next()){m.value.r9(!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.z4=this.z5;break;case"ActualWindowScale":this.g9||this.ub(this.iv(),this.iw());break;case"ActualPixelScalingRatio":this.zu.fy(this.ik);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;n.isNaN_(f)||n.isInfinity(f)?(this.ip=5e-6,this.io=5e-6):(this.ip=f,this.io=f);break;case r.$$p[7]:this.t6();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(n.fromEnum(this.b9)),S=b.next();!S.done;S=b.next()){S.value.qw()}}catch(e){c={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(c)throw c.error}}}},r.prototype.aaq=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.aav=function(e){null!=e&&(e.b7=null)},r.prototype.aaw=function(){null!=this.zi&&(this.zi.rb=this.abj.left,this.zi.ra=this.abj.right),null!=this.zk&&(this.zk.rb=this.abj.top,this.zk.ra=this.abj.bottom),this.zi.ef(!0),this.zk.ef(!0)},r.prototype.getFontInfo=function(){return this.zv=this.zu.fr,this.zv},r.prototype.xw=function(){return this.zu.fz},r.prototype.getFontBrush=function(){return this.zu.f0},r.prototype.tl=function(t,r){if(null!==n.typeCast(n.ItfConverter.$,r)){var i=r,o=t;o.itemsSource=i.triangulationSource.points,o.xv=i.triangulationSource.triangles}else e.prototype.tl.call(this,t,r)},r.prototype.register=function(e,t){this.s7(e,t)},r.prototype.unRegister=function(e){this.ty(e)},r.prototype.deferredRefresh=function(){this.o1()},r.prototype.deferAction=function(e){null!=this.z7?this.z7.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.aan=function(e){this.t5(e)},r.prototype.z8=function(){var e=new i.ChartVisualData,t=this.zi.hu(),r=this.zk.hu();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.b9.count;o++){var a=this.b9._inner[o].kw();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.za),e.centralArea=n.RectData.b(this.za),e.plotArea=n.RectData.b(this.za),e},r.prototype.y0=function(e,t,r){return e},r.prototype.aar=function(){},Object.defineProperty(r.prototype,"abu",{get:function(){return this.abg},set:function(e){this.abg=e},enumerable:!1,configurable:!0}),r.prototype.aa1=function(e){this.abu=e,this.aa0()},r.prototype.aa0=function(){if(this.z1&&!this.abu.isEmpty){var e=this.getZoomFromGeographicRect(this.abu);this.abu=n.Rect.empty,this.ue(e,!1)}},Object.defineProperty(r.prototype,"z1",{get:function(){return!this.za.isEmpty&&!this.yw.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.zs=0,r.abf=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.abi=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ss",["BackgroundTilingMode:zp:aa2",[l,n.enumGetBox(l,0)],"IsHorizontalWrappingEnabled:zx:aa3",[0,!1],"ResizeBehavior:zt:aa4",[s,n.enumGetBox(s,r.zs)],"SuppressZoomResetOnWorldRectChange:zy:aa5",[0,!1],"UseWorldRectForZoomBounds:zz:aa6",[0,!1],"WindowScale:z5:aa7",[1,NaN],"WorldRect:abv:aa8",[n.Rect.$,r.abf],"Zoomable:z0:aa9",[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.abo(t),o=f.abf,a=this.geographicMap.abj,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.zi,c=this.geographicMap.zk,p=new i.ScalerParams(1,this.windowRect,t,l.dn);p.c=r;var h=new i.ScalerParams(1,this.windowRect,t,c.dn);h.c=r;var y=l.f7(o.left,p),g=c.f7(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.xm;t.ym=this.cu.xy,t.yu=this.cu.xw,t.trianglesSource=this.cu.xv,t.ya=this.cu.x1,t.yc=this.cu.x3,t.ye=this.cu.x5},r.prototype.cx=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.xk=null,void(e.xl=null);e.xk=this.cu.dc.zi,e.xl=this.cu.dc.zk},r.prototype.cw=function(){this.cu.xm.ym=this.cu.xy},r.prototype.cv=function(){this.cu.xm.yu=this.cu.xw},r.prototype.cy=function(){this.cu.xm.trianglesSource=this.cu.xv},r.prototype.cz=function(){this.cu.xm.ya=this.cu.x1},r.prototype.c0=function(){this.cu.xm.yc=this.cu.x3},r.prototype.c1=function(){this.cu.xm.ye=this.cu.x5},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.yg&&(this.c2.yg.zt=this.c2.yk,this.c2.yg.zh=this.c2.yf)},r.prototype.c3=function(){null!=this.c2.yg&&(this.c2.yg.zt=this.c2.yk)},r.prototype.c4=function(){null!=this.c2.yg&&(this.c2.yg.zh=this.c2.yf)},r.$t=n.markType(r,"GeographicScatterAreaSeriesView",S.$),r}(S),v=function(e){function r(t){var r=e.call(this,t)||this;return r.fq=null,r.f2=null,r.f0=null,r.fz=null,r.fr=null,r.fs=NaN,r.f2=n.Rect.empty,r.fq=t,r.fq.xp=2,r.fq.jx=5e-6,r}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bn=function(e){this.j.bw(e),this.fq.aan(e),this.eo()},r.prototype.get_aq=function(){return!0},r.prototype.d7=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.f0=r,this.fr=i,this.fz=o;var s=this.j.e();if(this.fq.ag=s.a,this.fq.aj=s.f,this.fq.ah=null!=s.b?s.b:new n.BrushCollection,this.fq.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fq.ah.count)for(var u=0;u<s.a.count;u++)this.fq.ah.add(s.a.item(u));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fq.ai.add(s.f.item(l))},r.prototype.dx=function(t){if(e.prototype.dx.call(this,t),null!=this.fq.backgroundContent){var r=this.fq.backgroundContent;r.be(this.j.ae),r.bd(t)}},r.prototype.dy=function(t){(e.prototype.dy.call(this,t),this.f2=t,null!=this.fq.backgroundContent)&&this.fq.backgroundContent.bf(this.f2)},r.prototype.f1=function(){return new n.Rect(0,0,0,this.f2.width,this.f2.height)},r.prototype.fv=function(){null!=this.fq.backgroundContent&&this.fq.backgroundContent.a6()},r.prototype.fu=function(e){null!=this.fq.zn&&(this.fq.zn.windowRect=e)},r.prototype.fx=function(e,t){if(null!=this.fq.zn&&(this.fq.zn.windowRect=this.fq.ys),null!=e){var r=e.ao;null!=r&&this.fq.al.h.remove(r.ag),e.bd(null),e.be(null)}if(null!=t){var i=t.ao;null!=i&&this.fq.al.h.add(i.ag),this.f2.isEmpty||this.dy(this.f2),null!=this.w&&this.dx(this.w)}null==t&&this.fw(this.w)},r.prototype.fw=function(e){var t=this.fq.ik;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.f2.left,this.f2.top,this.f2.width,this.f2.height),1!=t&&e.z()},r.prototype.d4=function(){this.fg.ad=i.Defaults.crosshairLineThickness,this.fh.ad=i.Defaults.crosshairLineThickness,this.fg._stroke=i.Defaults.crosshairLineBrush,this.fh._stroke=i.Defaults.crosshairLineBrush,e.prototype.d4.call(this)},r.prototype.fy=function(e){this.fs=e,null!=this.fq.backgroundContent&&this.fq.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"ft",{get:function(){return this.fs},set:function(e){this.fs=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.ri=function(t){e.prototype.ri.call(this,t),this.xu=t},r.prototype.rr=function(t,i,n,o){switch(e.prototype.rr.call(this,t,i,n,o),i){case"SeriesViewer":this.xu.cx();break;case r.$$p[1]:this.xu.cw();break;case r.$$p[0]:this.xu.cv();break;case r.$$p[5]:this.xu.cy();break;case r.$$p[2]:this.xu.cz();break;case r.$$p[3]:this.xu.c0();break;case r.$$p[4]:this.xu.c1()}},r.$t=n.markType(r,"GeographicXYTriangulatingSeries",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["LatitudeMemberPath:xw:x7",[2,"pointY"],"LongitudeMemberPath:xy:x8",[2,"pointX"],"TriangleVertexMemberPath1:x1:ya",[2,"v1"],"TriangleVertexMemberPath2:x3:yb",[2,"v2"],"TriangleVertexMemberPath3:x5:yc",[2,"v3"],"TrianglesSource:xv:x9",[n.IEnumerable_$type,null]]),r}(g),C=function(e){function r(){var t=e.call(this)||this;return t.yd=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ex=function(){return!0},Object.defineProperty(r.prototype,"yf",{get:function(){return this.yd},set:function(e){if(this.yd!=e){var t=this.yd;if(null!=this.yd){var r=this.yd;r.propertyChanged=n.delegateRemove(r.propertyChanged,n.runOn(this,this.yn))}if(this.yd=e,null!=this.yd){var i=this.yd;i.propertyChanged=n.delegateCombine(i.propertyChanged,n.runOn(this,this.yn))}this.raisePropertyChanged("ColorScale",t,this.yd),null!=this.yg&&(this.yg.zh=e)}},enumerable:!1,configurable:!0}),r.prototype.yn=function(e,t){this.yi.c4(),this.yp(),this.r9(!1)},r.prototype.yp=function(){null!=this.yg&&(this.ye=this.yg.zg)},r.prototype.s0=function(){e.prototype.s0.call(this),this.yp()},r.prototype.xl=function(){this.yg=new i.ScatterAreaSeries;var e=this.yg;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yo)),this.yg},r.prototype.yo=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new x(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.yi=t},r.prototype.rr=function(t,i,n,o){switch(e.prototype.rr.call(this,t,i,n,o),i){case r.$$p[1]:this.yi.c3();break;case"ColorScale":this.yi.c4(),this.yp()}},r.prototype.get_he=function(){return!0},r.prototype.set_he=function(t){e.prototype.set_he.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",I.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:ye:yq",[i.ColorScale.$,null],"ColorMemberPath:yk:yr",[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.z0},set:function(e){this.i.z0=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.zt},set:function(e){this.i.zt=n.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.zx},set:function(e){this.i.zx=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.zp},set:function(e){this.i.zp=n.ensureEnum(l,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.zz},set:function(e){this.i.zz=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.zy},set:function(e){this.i.zy=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return n.fromRect(this.i.abv)},set:function(e){this.i.abv=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.abj)},set:function(e){this.i.abj=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.zi;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.zi=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.zk;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.zk=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.f7},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.z5},set:function(e){this.i.z5=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.z4},set:function(e){this.i.z4=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.z1},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.abn();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.aaz(n.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.aay(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.abk(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.abp(n.toRect(e));return n.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.abb(n.toPoint(e));return n.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.abc(n.toPoint(e));return n.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.abd(n.toPoint(e));return n.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.aam()},o.prototype.styleUpdated=function(){this.i.aau()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.iv()},o.prototype.getActualWindowScaleVertical=function(){return this.i.iw()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.z8()},o.prototype.zoomToGeographic=function(e){this.i.aa1(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 w=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:w,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=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"),z=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):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 z;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}(),j=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),$=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 j(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),R=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 $(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 j(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",[j.$,null],"TilePath",[2,null]]),r}(d),V=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 R},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 P,t=this.i.subDomains;t||(t=new j(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 r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.subDomains;i||(i=new j(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 P,t=this.i.actualSubDomains;t||(t=new j(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 r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.actualSubDomains;i||(i=new j(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}(O),A=function(){function e(){n.TypeRegistrar.registerCons("IgxBingMapsMapImagery",V),n.TypeRegistrar.register("BingMapsMapImagery",R.$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,w],exports:[w]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,w],w]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:A,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,w],exports:[w],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}(O),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}(O),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}(O),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,w,B,N,L],exports:[w,B,N,L,_]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,w,B,N,L],w,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:[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=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.ff},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.xo},set:function(e){this.i.xo=+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.qw()},i.prototype.getItemValue=function(e,t){return this.i.k0(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mp(e)},i.prototype.getItem=function(e){return this.i.kx(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.kk(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.ki(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,r){return this.i.je(n.toPoint(e),t,r)},i.prototype.getSeriesValuePosition=function(e,t,r){var i=this.i.wx(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.w9(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.xb(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,r){return this.i.ja(n.toPoint(e),t,r)},i.prototype.getSeriesHighValuePosition=function(e,t,r){var i=this.i.wt(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesLowValue=function(e,t,r){return this.i.jc(n.toPoint(e),t,r)},i.prototype.getSeriesLowValuePosition=function(e,t,r){var i=this.i.wv(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,r){var i=this.i.wy(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,r){return this.i.jf(n.toPoint(e),t,r)},i.prototype.getItemSpan=function(){return this.i.i4()},i.prototype.renderSeries=function(e){this.i.r9(e)},i.prototype.styleUpdated=function(){this.i.sv()},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.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.x6},set:function(e){this.i.x6=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.x5},set:function(e){this.i.x5=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.xx},set:function(e){this.i.xx=n.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.x9},set:function(e){this.i.x9=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{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.xw;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.xw=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x4},set:function(e){this.i.x4=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.x8},set:function(e){this.i.x8=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.x0;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.x0=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.x7},set:function(e){this.i.x7=+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.x3=!1,t.x2=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xz=null,t.x1=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new ee(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.xy=t},r.prototype.get_fh=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rr=function(t,i,o,a){switch(e.prototype.rr.call(this,t,i,o,a),i){case"SeriesViewer":this.xy.cv();break;case"ShapeMemberPath":this.xy.cx();break;case r.$$p[8]:this.xy.cw();break;case r.$$p[4]:if(this.xm.yu=this.x6,this.x3=this.x6,this.x6){var s=this.xm;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.yo))}else{var u=this.xm;u.assigningShapeStyle=n.delegateRemove(u.assigningShapeStyle,n.runOn(this,this.yo))}break;case r.$$p[3]:if(this.xm.yt=this.x5,this.x2=this.x5,this.x6){var l=this.xm;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.yn))}else{var c=this.xm;c.assigningShapeMarkerStyle=n.delegateRemove(c.assigningShapeMarkerStyle,n.runOn(this,this.yn))}break;case r.$$p[5]:this.xm.x6=this.xx;break;case r.$$p[6]:this.xm.zb=this.x8;break;case r.$$p[7]:this.xm.zc=this.x9;break;case r.$$p[0]:this.xm.zg=this.ya;break;case r.$$p[1]:this.xm.xw=this.xw;break;case r.$$p[2]:this.xm.yp=this.x4;break;case"ShapefileDataSource":if(null!=o){var p=o;this.x1&&(p.importCompleted=n.delegateRemove(p.importCompleted,n.runOn(this,this.yp)))}if(null!=a){var h=a;if(h.count>0){this.yq();break}this.x1=!0,h.importCompleted=n.delegateCombine(h.importCompleted,n.runOn(this,this.yp))}}},r.prototype.yo=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.yn=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.yp=function(e,t){this.yq()},r.prototype.yq=function(){var e=this.x0.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"x0",{get:function(){return this.xz},set:function(e){var t=this.xz;this.xz=e,t!=this.xz&&this.raisePropertyChanged("ShapefileDataSource",t,this.xz)},enumerable:!1,configurable:!0}),r.prototype.get_he=function(){return!0},r.prototype.set_he=function(t){e.prototype.set_he.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:ya:yr",[2],"FillScale:xw:ys",[i.BrushScale.$],"FillScaleUseGlobalValues:x4:yt",[0,!1],"IsCustomShapeMarkerStyleAllowed:x5:yu",[0,!1],"IsCustomShapeStyleAllowed:x6:yv",[0,!1],"ItemSearchMode:xx:yw",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:x8:yx",[1,1e4],"ItemSearchThreshold:x9:yy",[1,1e4],"ShapeFilterResolution:x7:yz",[1,2],"ShapeMemberPath:yl:y0",[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.xm.zt=this.cu.yl},r.prototype.cv=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.x0=null,void(e.x2=null);e.x0=this.cu.dc.zi,e.x2=this.cu.dc.zk},r.prototype.cx=function(){this.cu.xm.zt=this.cu.yl},r.prototype.cw=function(){this.cu.xm.y8=this.cu.x7},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.yl="points"),r}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.z8=i.Defaults.a8,this.cy.jz=i.Defaults.ac,this.cy.y7=i.Defaults.ab,this.cy.y4=i.Defaults.d,this.cy.y2=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xm.acg=this.cy.aaa,this.cy.xm.aa8=this.cy.y5,this.cy.xm.abv=this.cy.zq,this.cy.xm.abc=this.cy.y7,this.cy.xm.aau=this.cy.y1},r.prototype.c3=function(){this.cy.xm.abv=this.cy.zq},r.prototype.c5=function(){this.cy.xm.abc=this.cy.y7},r.prototype.c0=function(){this.cy.xm.aau=this.cy.y1},r.prototype.c4=function(){this.cy.xm.aa3=this.cy.y4},r.prototype.cz=function(){this.cy.xm.acc=this.cy.z7},r.prototype.c1=function(){this.cy.xm.acd=this.cy.z8},r.prototype.c2=function(){this.cy.xm.acf=this.cy.z9},r.prototype.c6=function(){this.cy.xm.aa8=this.cy.y5},r.prototype.c7=function(){this.cy.xm.acg=this.cy.aaa},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_fu=function(){return!0},r.prototype.ct=function(){return new te(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.y6=t},r.prototype.xl=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zn)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zo)),e},r.prototype.zn=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.zo=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.xm)},r.prototype.iv=function(){return this.y7},r.prototype.v6=function(){return this.z5},r.prototype.v7=function(){return this.z6},r.prototype.ti=function(){return this.zp},r.prototype.mm=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.xm);return null==e?"Unknown":e.mm()},r.prototype.rr=function(t,i,n,o){switch(e.prototype.rr.call(this,t,i,n,o),i){case r.$$p[6]:this.xm.aa1=this.y3;break;case r.$$p[5]:this.xm.aax=this.y2;break;case r.$$p[9]:this.y6.c3();break;case r.$$p[10]:this.y6.c5();break;case r.$$p[4]:this.y6.c0();break;case r.$$p[11]:this.y6.c4();break;case r.$$p[3]:this.y6.cz();break;case r.$$p[7]:this.y6.c1();break;case r.$$p[8]:this.y6.c2();break;case r.$$p[13]:this.y6.c6();break;case r.$$p[12]:this.y6.c7()}},r.prototype.ju=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:z5:zr",[n.Brush.$],"ActualMarkerOutline:z6:zs",[n.Brush.$],"ActualMarkerTemplate:zp:zt",[n.DataTemplate.$,null],"MarkerBrush:z7:zu",[n.Brush.$],"MarkerCollisionAvoidance:y1:zv",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:y2:zw",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:y3:zx",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:z8:zy",[n.Brush.$],"MarkerStyle:z9:zz",[n.Style.$],"MarkerTemplate:zq:z0",[n.DataTemplate.$,null],"MarkerThickness:y7:z1",[1,n.DeviceUtils.g(2)],"MarkerType:y4:z2",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:aaa:z3",[n.Style.$,null],"ShapeStyleSelector:y5:z4",[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.fu},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.aaa?this.i.aaa.fill:null},set:function(e){this.ensureShapeStyle(),this.i.aaa.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.aaa?this.i.aaa.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.aaa.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.aaa?this.i.aaa.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.aaa.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.aaa?this.i.aaa.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.aaa.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.aaa||(this.i.aaa=new n.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.y4},set:function(e){this.i.y4=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.y3},set:function(e){this.i.y3=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.zq},set:function(e){this.i.zq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.z7)},set:function(e){this.i.z7=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.z8)},set:function(e){this.i.z8=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.y7},set:function(e){this.i.y7=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.zp},set:function(e){this.i.zp=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.z5)},set:function(e){this.i.z5=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.z6)},set:function(e){this.i.z6=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.jz=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xm.aau=this.cy.y1,this.cy.xm.aaz=this.cy.y9},r.prototype.cz=function(){this.cy.xm.aau=this.cy.y1},r.prototype.c0=function(){this.cy.xm.aaz=this.cy.y9},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_fv=function(){return!0},r.prototype.ct=function(){return new ae(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.y2=t},r.prototype.xl=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.y6)),e},r.prototype.y6=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rr=function(t,i,n,o){switch(e.prototype.rr.call(this,t,i,n,o),i){case r.$$p[1]:this.y2.cz();break;case r.$$p[0]:this.y2.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:y9:y7",[n.Style.$,null],"ShapeStyleSelector:y1:y8",[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.fv},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.y9?this.i.y9.fill:null},set:function(e){this.ensureShapeStyle(),this.i.y9.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.y9?this.i.y9.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.y9.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.y9?this.i.y9.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.y9.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.y9?this.i.y9.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.y9.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.y9||(this.i.y9=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}(O),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.aav=null,t.aau=null,t.imageTilesReady=null,t.aay=null,t.aaz=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f7=function(){return!0},r.prototype.ct=function(){return new fe(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.aat=t},r.prototype.get_yw=function(){return!1},Object.defineProperty(r.prototype,"aax",{get:function(){return this.aav},set:function(e){if(e!=this.aax){var t=this.aax;this.aav=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aaw",{get:function(){return this.aau},set:function(e){var t=this.aau;this.aau=e,this.raisePropertyChanged("ActualTileImagery",t,this.aau)},enumerable:!1,configurable:!0}),r.prototype.rr=function(t,r,i,o){var a,s;switch(e.prototype.rr.call(this,t,r,i,o),r){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.aa2))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aa2))),this.aat.dv(a,s),this.r9(!1),this.q1();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.aa3)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aa3)),s.deferralHandler=this),this.aat.du(a,s),null!=s&&null!==n.typeCast(f.$,this.dc)&&(s.geographicMap=this.dc,this.aa5(this.cw),this.aat.dr(this.dc.ys)),this.q1();break;case"ActualWindowRect":this.aat.dr(o);break;case"WorldRect":this.aat.dy(o);break;case"SeriesViewer":var u=o;null!=i&&null!=this.aaw&&this.aaw.be(null),null!=u&&null!=this.aaw&&this.aaw.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.q3()}},r.prototype.aa2=function(e,t){"MultiScaleImage"==t.propertyName&&this.aa5(this.cw)},r.prototype.aa3=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aaz||this.aat.dw()},r.prototype.register=function(e,t){this.aay=t},r.prototype.unRegister=function(e){this.aay=null},r.prototype.deferredRefresh=function(){this.r9(!1)},r.prototype.deferAction=function(e){null!=this.j9?this.j9.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.s9=function(t,r){this.aat.dx(),e.prototype.s9.call(this,t,r)},r.prototype.sa=function(t){e.prototype.sa.call(this,t),this.aa4(t,this.cw)},r.prototype.aa4=function(e,t){var r,i,n=t,o=t.getViewInfo(r,i);r=o.p0,i=o.p1,this.aa5(t),null!=this.aay&&(this.aaz=!0,this.aay(e),this.aaz=!1),n.dw()},r.prototype.r8=function(t,r,i,n,o){e.prototype.r8.call(this,t,r,i,n,o);var a=this.hu.item(n);a.bd(i),this.d7(a)||this.z9(a)},r.prototype.aa5=function(e){var t,r,i=e.getViewInfo(t,r);t=i.p0,r=i.p1,null!=this.aax&&null!=this.aax.ao&&(this.aax!=this.aaw&&(this.aaw=this.aax),null==this.aaw||t.isEmpty||(this.aaw.width!=t.width&&(this.aaw.width=t.width),this.aaw.height!=t.height&&(this.aaw.height=t.height)))},r.prototype.pj=function(t,r){e.prototype.pj.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.wg=i.Defaults.tileSeries_Outline,this.dn.v0=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.aax&&(this.dn.aax.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j9.createElement("canvas");var r=this.f.j9.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.aax&&this.dn.aax.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.aax&&this.dn.aax.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.f7},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileImagery",{get:function(){var e=this.i.aax;return null==e?null:e.externalObject},set:function(e){this.i.aax=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.y2=null,t.y1=null,t.imageTilesReady=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f7=function(){return!0},Object.defineProperty(r.prototype,"y3",{get:function(){return this.y2},set:function(e){if(e!=this.y3){var t=this.y3;this.y2=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),r.prototype.y7=function(){null!=this.y3&&this.y3.clearTileCache()},r.prototype.rr=function(t,r,i,n){switch(e.prototype.rr.call(this,t,r,i,n),r){case"TileImagery":null!=this.xm&&(this.xm.aax=this.y3)}},r.prototype.xr=function(t,r){if(e.prototype.xr.call(this,t,r),this.xm.aax=this.y3,null!=this.y1){var i=this.y1;i.imageTilesReady=n.delegateRemove(i.imageTilesReady,n.runOn(this,this.y6))}if(this.y1=this.xm,null!=this.y1){var o=this.y1;o.imageTilesReady=n.delegateCombine(o.imageTilesReady,n.runOn(this,this.y6))}},r.prototype.xl=function(){return new me},r.prototype.y6=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.f7},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.y3;return null==e?null:e.externalObject},set:function(e){this.i.y3=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.y7()},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.xw},set:function(e){this.i.xw=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.xv},set:function(e){this.i.xv=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.yc},set:function(e){this.i.yc=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.yq)},set:function(e){this.i.yq=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yr)},set:function(e){this.i.yr=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.xy},set:function(e){this.i.xy=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.yb},set:function(e){this.i.yb=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.yo)},set:function(e){this.i.yo=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.yp)},set:function(e){this.i.yp=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.xm;return r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(t,t.ya)),t}return t.__extends(r,e),r.prototype.ti=function(){return this.yb},r.prototype.v6=function(){return this.yo},r.prototype.v7=function(){return this.yp},r.prototype.iv=function(){return this.xx},r.prototype.mm=function(){var e=n.typeCast(i.MarkerSeries.$,this.xm);return null==e?"Unknown":e.mm()},r.prototype.ya=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.xm);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.yb=r.ym:"ActualMarkerOutline"==t.propertyName?this.yp=r.y4:"ActualMarkerBrush"==t.propertyName&&(this.yo=r.y3))},r.prototype.rr=function(t,i,n,o){switch(e.prototype.rr.call(this,t,i,n,o),i){case r.$$p[3]:this.xm.y5=this.yq;break;case r.$$p[6]:this.xm.y6=this.yr;break;case r.$$p[5]:this.xm.xq=this.xv;break;case r.$$p[4]:this.xm.xm=this.xu;break;case r.$$p[9]:this.xm.xw=this.xw;break;case r.$$p[7]:this.xm.yo=this.yc;break;case r.$$p[8]:this.xm.x5=this.xx;break;case r.$$p[10]:this.xm.aav=this.xy}},r.$t=n.markType(r,"GeographicMarkerSeries",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:yo:yd",[n.Brush.$],"ActualMarkerOutline:yp:ye",[n.Brush.$],"ActualMarkerTemplate:yb:yf",[n.DataTemplate.$,null],"MarkerBrush:yq:yg",[n.Brush.$],"MarkerFillMode:xu:yh",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xv:yi",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:yr:yj",[n.Brush.$],"MarkerTemplate:yc:yk",[n.DataTemplate.$,null],"MarkerThickness:xx:yl",[1,n.DeviceUtils.g(2)],"MarkerType:xw:ym",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xy:yn",[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.xm;t.abf=this.cu.zl,t.abn=this.cu.zj,t.xw=this.cu.xw,t.yo=this.cu.yc,t.x5=this.cu.xx,t.adp=this.cu.y5,t.aef=this.cu.zq,t.ade=this.cu.yx,t.ad5=this.cu.zh,t.ad0=this.cu.y9,t.adb=this.cu.yu,t.adn=this.cu.y1,t.ado=this.cu.y4,t.adu=this.cu.y7,t.adt=this.cu.y6},r.prototype.c3=function(){this.cu.xm.abf=this.cu.zl},r.prototype.c2=function(){this.cu.xm.abn=this.cu.zj},r.prototype.c8=function(){this.cu.xm.xw=this.cu.xw},r.prototype.c6=function(){this.cu.xm.yo=this.cu.yc},r.prototype.c7=function(){this.cu.xm.x5=this.cu.xx},r.prototype.c9=function(){this.cu.xm.aav=this.cu.xy},r.prototype.db=function(){this.cu.xm.xAxis=this.cu.dc.zi},r.prototype.dc=function(){this.cu.xm.yAxis=this.cu.dc.zk},r.prototype.da=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zi,e.yAxis=this.cu.dc.zk},r.prototype.c4=function(){this.cu.xm.y5=this.cu.yq},r.prototype.c5=function(){this.cu.xm.y6=this.cu.yr},r.prototype.dd=function(){this.cu.xm.aef=this.cu.zq},r.prototype.de=function(){this.cu.xm.ade=this.cu.yx,this.cu.xm.adp=this.cu.y5},r.prototype.cy=function(){this.cu.xm.ad5=this.cu.zh},r.prototype.cw=function(){this.cu.xm.adb=this.cu.yu,this.cu.xm.adn=this.cu.y1,this.cu.xm.ado=this.cu.y4,this.cu.xm.adu=this.cu.y7,this.cu.xm.adt=this.cu.y6},r.prototype.cv=function(){this.cu.xm.ad0=this.cu.y9},r.prototype.df=function(){this.cu.xm.adp=this.cu.y5},r.prototype.cx=function(){this.cu.xm.adn=this.cu.y1},r.prototype.c1=function(){this.cu.xm.ado=this.cu.y4},r.prototype.c0=function(){this.cu.xm.adu=this.cu.y7},r.prototype.cz=function(){this.cu.xm.adt=this.cu.y6},r.$t=n.markType(r,"GeographicProportionalSymbolSeriesView",m.$),r}(m),we=function(e){function r(){var t=e.call(this)||this;return t.yv=null,t.y0=!1,t.yz=!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.ri=function(t){e.prototype.ri.call(this,t),this.yy=t},r.prototype.ju=function(){return.7},r.prototype.xl=function(){return new i.BubbleSeries},r.prototype.get_fh=function(){return!0},r.prototype.rr=function(t,i,o,a){switch(e.prototype.rr.call(this,t,i,o,a),i){case"SeriesViewer":this.yy.da();break;case r.$$p[9]:this.yy.c3();break;case r.$$p[8]:this.yy.c2();break;case"XAxis":this.yy.db();break;case"YAxis":this.yy.dc();break;case r.$$p[13]:this.yy.dd();break;case r.$$p[14]:this.yy.de();break;case r.$$p[15]:this.yy.df();break;case r.$$p[7]:this.yy.cy();break;case r.$$p[0]:this.yy.cv();break;case r.$$p[1]:this.yy.cw();break;case r.$$p[2]:this.yy.cx();break;case r.$$p[12]:this.yy.c1();break;case r.$$p[11]:this.yy.c0();break;case r.$$p[10]:this.yy.cz();break;case r.$$p[4]:if(this.xm.aab=this.y3,this.y0=this.y3,this.y3){var s=this.xm;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zv))}else{var u=this.xm;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.zv))}break;case r.$$p[3]:if(this.xm.aaa=this.y2,this.yz=this.y2,this.y3){var l=this.xm;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zu))}else{var c=this.xm;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.zu))}break;case r.$$p[5]:this.xm.zu=this.yw;break;case r.$$p[6]:this.xm.aau=this.y8}},r.prototype.zv=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zu=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:y9:zw",[2],"FillScale:yu:zx",[i.BrushScale.$],"FillScaleUseGlobalValues:y1:zy",[0,!1],"IsCustomScatterMarkerStyleAllowed:y2:zz",[0,!1],"IsCustomScatterStyleAllowed:y3:z0",[0,!1],"ItemSearchMode:yw:z1",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y8:z2",[1,1e4],"LabelMemberPath:zh:z3",[2],"LatitudeMemberPath:zj:z4",[2,null],"LongitudeMemberPath:zl:z5",[2,null],"MarkerBrushBrightness:y6:z6",[1,NaN],"MarkerOutlineBrightness:y7:z7",[1,NaN],"MarkerOutlineUsesFillScale:y4:z8",[0,!1],"RadiusMemberPath:zq:z9",[2,null],"RadiusScale:yx:aaa",[i.SizeScale.$],"RadiusScaleUseGlobalValues:y5:aab",[0,!1]]),r}(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.zj},set:function(e){this.i.zj=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.zl},set:function(e){this.i.zl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.zq},set:function(e){this.i.zq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.yx;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.yx=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.zh},set:function(e){this.i.zh=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.y9},set:function(e){this.i.y9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.yu;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.yu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.y4},set:function(e){this.i.y4=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.y7},set:function(e){this.i.y7=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.y6},set:function(e){this.i.y6=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.y5},set:function(e){this.i.y5=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y3},set:function(e){this.i.y3=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yw},set:function(e){this.i.yw=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.y8},set:function(e){this.i.y8=+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:Pe,decorators:[{type:r.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ce,useExisting:r.forwardRef((function(){return Pe}))},{provide:K,useExisting:r.forwardRef((function(){return Pe}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Pe}))}],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:[Pe],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[Pe,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:[Pe],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[Pe,i.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",we.$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:[Pe]}]}],ctorParameters:function(){return[]}});var ze=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.xm;e.prototype.ci.call(this),t.abf=this.cu.za,t.abn=this.cu.y8,t.xw=this.cu.xw,t.yo=this.cu.yc,t.x5=this.cu.xx},r.prototype.cw=function(){this.cu.xm.abf=this.cu.za},r.prototype.cv=function(){this.cu.xm.abn=this.cu.y8},r.prototype.c2=function(){this.cu.xm.xw=this.cu.xw},r.prototype.c0=function(){this.cu.xm.yo=this.cu.yc},r.prototype.c1=function(){this.cu.xm.x5=this.cu.xx},r.prototype.c3=function(){this.cu.xm.aav=this.cu.xy},r.prototype.c5=function(){this.cu.xm.xAxis=this.cu.dc.zi},r.prototype.c6=function(){this.cu.xm.yAxis=this.cu.dc.zk},r.prototype.c4=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zi,e.yAxis=this.cu.dc.zk},r.prototype.cy=function(){this.cu.xm.zf=this.cu.yu},r.prototype.cx=function(){this.cu.xm.y5=this.cu.yq},r.prototype.cz=function(){this.cu.xm.y6=this.cu.yr},r.$t=n.markType(r,"GeographicSymbolSeriesView",m.$),r}(m),Oe=function(e){function r(){var t=e.call(this)||this;return t.yw=null,t.yz=!1,t.yy=!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 ze(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.yx=t},r.prototype.ju=function(){return.7},r.prototype.xl=function(){return new i.ScatterSeries},r.prototype.get_fh=function(){return!0},r.prototype.rr=function(t,i,o,a){switch(e.prototype.rr.call(this,t,i,o,a),i){case"SeriesViewer":this.yx.c4();break;case r.$$p[5]:this.yx.cw();break;case r.$$p[4]:this.yx.cv();break;case r.$$p[6]:this.yx.cy();break;case"XAxis":this.yx.c5();break;case"YAxis":this.yx.c6();break;case r.$$p[1]:if(this.xm.aab=this.y1,this.yz=this.y1,this.y1){var s=this.xm;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zf))}else{var u=this.xm;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.zf))}break;case r.$$p[0]:if(this.xm.aaa=this.y0,this.yy=this.y0,this.y1){var l=this.xm;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.ze))}else{var c=this.xm;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.ze))}break;case r.$$p[2]:this.xm.zu=this.yv;break;case r.$$p[3]:this.xm.aau=this.y3}},r.prototype.zf=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.ze=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:y0:zg",[0,!1],"IsCustomScatterStyleAllowed:y1:zh",[0,!1],"ItemSearchMode:yv:zi",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y3:zj",[1,1e4],"LatitudeMemberPath:y8:zk",[2,null],"LongitudeMemberPath:za:zl",[2,null],"MarkerCollisionAvoidance:yu:zm",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:y2:zn",[0,!1]]),r}(ke),je=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.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,"markerCollisionAvoidance",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y0},set:function(e){this.i.y0=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yv},set:function(e){this.i.yv=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.y3},set:function(e){this.i.y3=+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:je,decorators:[{type:r.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ce,useExisting:r.forwardRef((function(){return je}))},{provide:K,useExisting:r.forwardRef((function(){return je}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return je}))}],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 $e=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:[je],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[je,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:$e,decorators:[{type:r.NgModule,args:[{declarations:[je],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[je,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Re=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",je),n.TypeRegistrar.register("GeographicSymbolSeries",Oe.$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,$e],exports:[$e]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,$e],$e]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Re,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,$e],exports:[$e],entryComponents:[je]}]}],ctorParameters:function(){return[]}});var Ve=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.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xw},set:function(e){this.i.xw=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xv},set:function(e){this.i.xv=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.x1},set:function(e){this.i.x1=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.x3},set:function(e){this.i.x3=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.x5},set:function(e){this.i.x5=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:Ve,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.ex},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.yk},set:function(e){this.i.yk=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.yf;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.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.ye;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.ye=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.yp()},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:Ve,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}(Ve);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:Ve,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.xm);t.zv=this.cu.yb,t.z3=this.cu.x9,t.x8=this.cu.xy,t.x7=this.cu.xx,t.gf=this.cu.xw,t.y3=this.cu.x0,t.y2=this.cu.xz,t.aa1=this.cu.yu,t.aa0=this.cu.yt,t.zf=this.cu.x3},r.prototype.c0=function(){this.cu.xm.zv=this.cu.yb},r.prototype.cz=function(){this.cu.xm.z3=this.cu.x9},r.prototype.c5=function(){this.cu.xm.x8=this.cu.xy},r.prototype.c3=function(){this.cu.xm.x7=this.cu.xx},r.prototype.c1=function(){this.cu.xm.gf=this.cu.xw},r.prototype.cy=function(){this.cu.xm.y3=this.cu.x0},r.prototype.cw=function(){this.cu.xm.y2=this.cu.xz},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xm);if(null==this.cu.dc)return e.xr=null,void(e.xt=null);e.xr=this.cu.dc.zi,e.xt=this.cu.dc.zk},r.prototype.c6=function(){this.cu.xm.xr=this.cu.dc.zi},r.prototype.c7=function(){this.cu.xm.xt=this.cu.dc.zk},r.prototype.cx=function(){this.cu.xm.aa1=this.cu.yu},r.prototype.cv=function(){this.cu.xm.aa0=this.cu.yt},r.prototype.c2=function(){this.cu.xm.zf=this.cu.x3},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yu=i.Defaults.bf,this.cu.yt=i.Defaults.be,this.cu.v0=i.Defaults.ba,this.cu.wg=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.xu=null,t.progressiveLoadStatusChanged=null,t.x2=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.jt=function(){return n.isNaN_(this.js)?i.Defaults.ad:e.prototype.jt.call(this)},r.prototype.get_fs=function(){return!0},r.prototype.ct=function(){return new Fe(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.xv=t},r.prototype.xl=function(){return this.xu=new i.HighDensityScatterSeries,this.xu},Object.defineProperty(r.prototype,"x4",{get:function(){return this.x2},set:function(e){var t=this.x2;this.x2=e,this.raisePropertyChanged("ProgressiveStatus",t,this.x2)},enumerable:!1,configurable:!0}),r.prototype.xr=function(t,r){e.prototype.xr.call(this,t,r);var i=this.xm;i.progressiveLoadStatusChanged=n.delegateCombine(i.progressiveLoadStatusChanged,n.runOn(this,this.yi));var o=this.xm;o.propertyUpdated=n.delegateCombine(o.propertyUpdated,n.runOn(this,this.yh))},r.prototype.yi=function(e,t){this.x4=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.yh=function(e,t){this.xu},r.prototype.rr=function(t,i,n,o){switch(e.prototype.rr.call(this,t,i,n,o),i){case"SeriesViewer":this.xv.c4();break;case r.$$p[5]:this.xv.c0();break;case r.$$p[4]:this.xv.cz();break;case r.$$p[9]:this.xv.c5();break;case r.$$p[8]:this.xv.c3();break;case r.$$p[6]:this.xv.c1();break;case"XAxis":this.xv.c6();break;case"YAxis":this.xv.c7();break;case r.$$p[3]:this.xv.cy();break;case r.$$p[1]:this.xv.cw();break;case r.$$p[2]:this.xv.cx();break;case r.$$p[0]:this.xv.cv();break;case r.$$p[7]:this.xv.c2()}},r.prototype.get_he=function(){return!0},r.prototype.set_he=function(t){e.prototype.set_he.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",g.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:yt:yj",[n.Color.$,i.Defaults.be],"HeatMaximum:xz:yk",[1,50],"HeatMinimumColor:yu:yl",[n.Color.$,i.Defaults.bf],"HeatMinimum:x0:ym",[1,0],"LatitudeMemberPath:x9:yn",[2,null],"LongitudeMemberPath:yb:yo",[2,null],"MouseOverEnabled:xw:yp",[0,!1],"PointExtent:x3:yq",[1,1],"ProgressiveLoad:xx:yr",[0,!0],"UseBruteForce:xy:ys",[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.fs},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yb},set:function(e){this.i.yb=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.xy},set:function(e){this.i.xy=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.xx},set:function(e){this.i.xx=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.xw},set:function(e){this.i.xw=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.x0},set:function(e){this.i.x0=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.xz},set:function(e){this.i.xz=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yu)},set:function(e){this.i.yu=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yt)},set:function(e){this.i.yt=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.x3},set:function(e){this.i.x3=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.x4},set:function(e){this.i.x4=+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.jz=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xm&&(this.c2.ye.zh=this.c2.yh,this.c2.ye.zr=this.c2.yl)},r.prototype.c3=function(){null!=this.c2.ye&&(this.c2.ye.zh=this.c2.yh)},r.prototype.c4=function(){null!=this.c2.ye&&(this.c2.ye.zr=this.c2.yl)},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_fn=function(){return!0},r.prototype.xr=function(t,r){e.prototype.xr.call(this,t,r)},r.prototype.xl=function(){this.ye=new i.ScatterContourSeries;var e=this.ye;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yo));var t=this.ye;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.yp)),this.ye},r.prototype.yo=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.yp=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.xm);null!=r&&"ActualFillScale"==t.propertyName&&(this.yg=r.zg)},r.prototype.s0=function(){e.prototype.s0.call(this)},r.prototype.ct=function(){return new Le(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.yi=t},r.prototype.rr=function(t,i,n,o){switch(e.prototype.rr.call(this,t,i,n,o),i){case r.$$p[1]:this.yi.c3();break;case r.$$p[2]:this.yi.c4();break;case r.$$p[3]:this.ye.ze=this.yd;break;case"DashArray":this.ye.wn=this.wn;break;case"DashCap":this.ye.wo=this.wo;break;case"MiterLimit":this.ye.jq=this.jq;break;case"LineJoin":this.ye.wq=this.wq}},r.$t=n.markType(r,"GeographicContourLineSeries",I.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:yg:yq",[i.ValueBrushScale.$,null],"FillScale:yh:yr",[i.ValueBrushScale.$,null],"ValueMemberPath:yl:ys",[2,"value"],"ValueResolver:yd:yt",[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.fn},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.yh;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.yh=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.yg;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.yg=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.yd;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.yd=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:Ve,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}(Ve);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:Ve,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,$e,Be,qe,Ze,X,n.IgxShapeDataSourceModule],exports:[ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,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,$e,Be,qe,Ze,X,n.IgxShapeDataSourceModule],ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,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,$e,Be,qe,Ze,X,n.IgxShapeDataSourceModule],imports:[o.CommonModule,ne,le,pe,n.IgxHeatTileGeneratorModule,Me,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,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,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Re,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,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Re,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,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ce,ge,n.IgxHeatTileGeneratorDynamicModule,Ie,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Re,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}(O),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=R,e.BingMapsMapImageryView=$,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=x,e.GeographicShapeSeries=re,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=xt,e.GeographicShapeSeriesBaseBaseView=st,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=Mt,e.GeographicSymbolSeriesBaseView=ut,e.GeographicSymbolSeriesView=ze,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=V,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=ce,e.IgxGeographicPolylineSeriesModule=le,e.IgxGeographicProportionalSymbolSeriesBaseComponent=St,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=ie,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=ne,e.IgxGeographicSymbolSeriesBaseComponent=It,e.IgxGeographicSymbolSeriesComponent=je,e.IgxGeographicSymbolSeriesDynamicModule=Re,e.IgxGeographicSymbolSeriesModule=$e,e.IgxGeographicTileSeriesComponent=ve,e.IgxGeographicTileSeriesDynamicModule=Ie,e.IgxGeographicTileSeriesModule=Me,e.IgxGeographicXYTriangulatingSeriesBaseComponent=kt,e.IgxGeographicXYTriangulatingSeriesComponent=Ve,e.IgxImageTilesReadyEventArgs=k,e.IgxImagesChangedEventArgs=z,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=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=j,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,n,r,i,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=i.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),l=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),u=i.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),c=function(e){function n(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new i.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var n=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(n,this.au,t.c,t.a)},n.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var n=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return n=(n-t.e.top*t.d.height)/t.e.height},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,r,i){var o,a,s,l,u,c=i.e,p=i.d,h=i.c,y=(i.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<r;k++)o=C?M[k]:e.item(k),y?(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*I,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),u=(((u=g+(u=(this.ai-l)*m/this.aj))-x*m)/v-f*S)/d,C?M[k]=u:e.item(k,u)):(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*I,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),u=((u=b+(u=(this.ai-l)*S/this.aj))-f*S)/d,C?M[k]=u:e.item(k,u))},n.prototype.t=function(e,t,n,r,i){return{p3:this.ak(e.rb),p4:this.ak(e.ra)}},n.prototype.w=function(t,r,i){switch(e.prototype.w.call(this,t,r,i),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=n.am(this.n),this.aj=n.am(this.n)-n.am(this.o)}},Object.defineProperty(n,"as",{get:function(){return n.ag},enumerable:!1,configurable:!0}),Object.defineProperty(n,"at",{get:function(){return n.ah},enumerable:!1,configurable:!0}),n.prototype.getMercatorUnscaledValue=function(e,t,r,i){var o=(e-r.top)*t.width+t.top*r.height;return o=n.am(this.n)-o/(r.height/this.aj),n.aq(o)},n.prototype.getMercatorScaledValue1=function(e,t,n,r){return(n.top+this.getMercatorScaledValue3(e,n.height)-t.top*n.height)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,n,r,i){return(this.getMercatorScaledValue3(e,r.height)-t.top*n.height)/t.width},n.prototype.getMercatorScaledValue3=function(e,t){e=e>n.ah?e<n.ag?e:n.ag:n.ah;var r=n.am(e);return(this.ai-r)*t/this.aj},n.am=function(e){var t=.017453292519943295*e,n=Math.sin(t);return.5*Math.log((1+n)/(1-n))},n.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},n.prototype.ak=function(e){return e<n.ah?n.ah:e>n.ag?n.ag:e},n.$t=i.markType(n,"SphericalMercatorVerticalScaler",r.VerticalLinearScaler.$),n.ag=85.05112878,n.ah=-85.05112878,n}(r.VerticalLinearScaler),p=function(e){function n(){var t=e.call(this)||this;return t.aj=null,t.aj=new i.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var n=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(n,this.aj,t.c,t.a)},n.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},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,n,r){var i,o=r.e,a=r.d,s=r.c,l=r.a,u=!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<n;M++)if(i=v?x[M]:e.item(M),u){var I=(i-p)/c;l&&(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=(i-p)/c;l&&(k=1-k),k=f+d*(k-g)/m,v?x[M]=k:e.item(M,k)}},n.prototype.t=function(e,t,n,r,i){return{p3:e.rb,p4:e.ra}},n.prototype.getMercatorUnscaledValue=function(e,t,n,r){var i=t.left+t.width*(e-n.left)/n.width;return r&&(i=1-i),this.o+i*this.m},n.prototype.getMercatorScaledValue1=function(e,t,n,r){var i=(e-this.o)/this.m;return r&&(i=1-i),n.left+n.width*(i-t.left)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,n,r,i){var o=(e-this.o)/this.m;return i&&(o=1-o),n.left+n.width*(o-t.left)/t.width},n.$t=i.markType(n,"SphericalMercatorHorizontalScaler",r.HorizontalLinearScaler.$),n}(r.HorizontalLinearScaler),h=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=i.markType(n,"ImageTilesReadyEventArgs",i.EventArgs.$),n}(i.EventArgs),y=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=i.markType(n,"ImagesChangedEventArgs",i.EventArgs.$),n}(i.EventArgs),g=function(e){function n(){var t=e.call(this)||this;return t.xl=null,t.xn=t.xm(),t}return t.__extends(n,e),n.prototype.qx=function(){e.prototype.qx.call(this),null!=this.xn&&this.xn.qx()},n.prototype.get_ff=function(){return!0},n.prototype.k1=function(e,t){var n=this.nq(t);return"LatitudeMemberPath"==n&&(n="YMemberPath"),"LongitudeMemberPath"==n&&(n="XMemberPath"),this.xn.k1(e,n)},n.prototype.mq=function(e){var t=this.nq(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xn.mq(t)},n.prototype.get_kt=function(){return this.lb(this.xn)},n.prototype.set_kt=function(e){this.pe(this.xn,e)},n.prototype.ed=function(e,t,n,r,i){return this.xn.ed(e,t,n,r,i)},n.prototype.ai=function(){return this.xn.ai()},n.prototype.bp=function(){return this.xn},Object.defineProperty(n.prototype,"xn",{get:function(){return this.xl},set:function(e){var t=this.xl;this.xn!=e&&(this.xl=e,this.xs(t,this.xl))},enumerable:!1,configurable:!0}),n.prototype.get_hasMarkers=function(){return this.xn.hasMarkers},n.prototype.xs=function(e,t){if(null!=this.xl){var n=this.xl;n.externalObject=i.TypeRegistrar.createFromInternal(n,i.PlatformConstants.Prefix,i.PlatformConstants.Postfix),n.externalObject._implementation=n}if(this.pu(this.xn),this.xo.ci(),null!=e){var r=e;this.sl(r,null)}if(null!=t){var o=t;this.sl(o,this)}},n.prototype.dh=function(e,t,n){return this.dj(this.xn,e,t,n)},n.prototype.di=function(e,t,n){return this.dk(this.xn,e,t,n)},n.prototype.ky=function(e){return this.k7(this.xn,e)},n.prototype.kl=function(e,t){return this.xn.kl(e,t)},n.prototype.kj=function(e,t){return this.xn.kj(e,t)},n.prototype.jf=function(e,t,n){return this.xn.jf(e,t,n)},n.prototype.wy=function(e,t,n){return this.xn.wy(e,t,n)},n.prototype.xa=function(e){return this.xn.xa(e)},n.prototype.ao=function(e){return this.xn.ao(e)},n.prototype.xb=function(e){return this.xn.xb(e)},n.prototype.ap=function(e){return this.xn.ap(e)},n.prototype.xc=function(e){return this.xn.xc(e)},n.prototype.xd=function(e){return this.xn.xd(e)},n.prototype.jb=function(e,t,n){return this.xn.jb(e,t,n)},n.prototype.wu=function(e,t,n){return this.xn.wu(e,t,n)},n.prototype.jd=function(e,t,n){return this.jf(e,t,n)},n.prototype.ww=function(e,t,n){return this.xn.ww(e,t,n)},n.prototype.wz=function(e,t,n){return this.xn.wz(e,t,n)},n.prototype.jg=function(e,t,n){return this.xn.jg(e,t,n)},n.prototype.wv=function(e,t,n){return this.xn.wv(e,t,n)},n.prototype.jc=function(e,t,n){return this.xn.jc(e,t,n)},n.prototype.wx=function(e,t,n){return this.xn.wx(e,t,n)},n.prototype.je=function(e,t,n){return this.xn.je(e,t,n)},n.prototype.kf=function(e){return this.xn.kf(e)},n.prototype.i5=function(){return this.xn.i5()},n.prototype.i1=function(e){return this.xn.i1(e)},n.prototype.kz=function(e){return this.xn.kz(e)},n.prototype.ct=function(){return new m(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.xo=i.typeCast(m.$,t)},Object.defineProperty(n.prototype,"xp",{get:function(){return this.c(n.xu)},set:function(e){this.h(n.xu,e)},enumerable:!1,configurable:!0}),n.prototype.rs=function(t,n,o,a){switch(e.prototype.rs.call(this,t,n,o,a),n){case"SeriesViewer":this.xn.dc=this.dc,null!=o&&o.tb(this.xn),null!=a&&this.dc.op(this.xn),this.xn.rv(this.xf),this.xn.index=this.index,this.qg(this.xn),this.kr=this.xn.kr;var s=i.typeCast(r.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=i.delegateRemove(s.actualWindowRectChanged,i.runOn(this,this.xt))),null!=this.dc){var l=this.dc;l.actualWindowRectChanged=i.delegateCombine(l.actualWindowRectChanged,i.runOn(this,this.xt))}this.xr();break;case"SyncLink":this.xn.c4=this.c4;break;case"VisibleFromScale":this.xr();break;case"Index":this.xn.index=this.index;break;case"ItemsSource":this.xo.cj();break;case"Resolution":this.xo.cq();break;case"TransitionDuration":this.xo.ct();break;case"Opacity":this.xo.cn();break;case"Visibility":var u=this.xn,c=this._visibility;u.visibility=c;break;case"MouseOverEnabled":this.xn.gf=this.gf;break;case"ExpectFunctions":this.xn.expectFunctions=this.expectFunctions;break;case"Thickness":this.xo.cs();break;case"Brush":this.xo.ch();break;case"Outline":this.xo.cp();break;case"ActualBrush":this.xo.ce();break;case"ActualOutline":this.xo.cf();break;case"MarkerFillOpacity":i.isNaN_(this.jq)||this.xo.cm();break;case"AreaFillOpacity":i.isNaN_(this.it)||this.xo.cg();break;case"OutlineMode":this.xo.co();break;case"ShowDefaultTooltip":this.xo.cr();break;case"Title":this.xn.title=this.title;break;case"LegendItemBadgeMode":this.xo.ck();break;case"LegendItemBadgeShape":this.xo.cl();break;case"Legend":this.xn.legend=this.legend,this.cw.a5()}},n.prototype.xr=function(){if(null!=this.dc&&null!=this.xn&&!i.isNaN_(this.xp))if(this.dc.yv.width>this.xp){this.xn.visibility=1}else{this.xn.visibility=0}},n.prototype.xt=function(e,t){this.xr()},n.prototype.sa=function(t){e.prototype.sa.call(this,t),null!=this.xn&&this.xn.sa(t)},n.prototype.rn=function(t){e.prototype.rn.call(this,t),null!=this.xn&&this.xn.q4()},n.prototype.r9=function(e,t,n,r,i){null!=this.xn&&this.xn.r9(e,t,n,r,i)},n.prototype.a2=function(e,t){return this.xn.a2(e,t)},n.prototype.sw=function(){e.prototype.sw.call(this),this.xn.sw()},n.prototype.get_coercionMethods=function(){return this._coercionMethods},n.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xn.coercionMethods=e},n.prototype.qf=function(t){if(e.prototype.qf.call(this,t),null!=this.xn){var n=this.xn.kx();this.pn(t,n)}},n.$t=i.markType(n,"GeographicMapSeriesHost",r.Series.$),n.xu=i.DependencyProperty.i("VisibleFromScale",i.Number_$type,n.$,new i.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),n}(r.Series),m=function(e){function n(t){var n=e.call(this,t)||this;return n.cd=null,n.cd=t,n}return t.__extends(n,e),n.prototype.a3=function(t,n){e.prototype.a3.call(this,t,n)},n.prototype.ci=function(){this.cd.legendItemVisibility=1,this.cd.xn.legendItemVisibility=0,this.cd.xn.itemsSource=this.cd.itemsSource,this.cd.xn.index=this.cd.index,this.cd.xn.v1=this.cd.v1,this.cd.xn.wh=this.cd.v1,this.cd.xn.cj=this.cd.cj,this.cd.xn.jt=this.cd.jt,this.cd.xn.ko=this.cd.ko,this.cd.xn._opacity=this.cd._opacity,this.cd.xn.j0=this.cd.j0,this.cd.xn.it=this.cd.it,this.cd.xn.jq=this.cd.jq,this.cd.xn.gx=this.cd.gx,this.cd.xn.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xn.be=this.cd.be},n.prototype.cj=function(){this.cd.xn.itemsSource=this.cd.itemsSource},n.prototype.cq=function(){this.cd.xn.jt=this.cd.jt},n.prototype.ct=function(){this.cd.xn.ko=this.cd.ko},n.prototype.cn=function(){this.cd.xn._opacity=this.cd._opacity},n.prototype.cs=function(){this.cd.xn.j0=this.cd.j0},n.prototype.ch=function(){this.cd.xn.v1=this.cd.v1},n.prototype.cp=function(){this.cd.xn.wh=this.cd.wh},n.prototype.ce=function(){this.cd.xn.v1=this.cd.vv},n.prototype.cf=function(){this.cd.xn.wh=this.cd.vz},n.prototype.ck=function(){this.cd.xn.be=this.cd.be},n.prototype.cl=function(){this.cd.xn.legendItemBadgeShape=this.cd.legendItemBadgeShape},n.prototype.cg=function(){this.cd.xn.it=this.cd.it},n.prototype.cm=function(){this.cd.xn.jq=this.cd.jq},n.prototype.co=function(){this.cd.xn.cj=this.cd.cj},n.prototype.cr=function(){this.cd.xn.gx=this.cd.gx},n.$t=i.markType(n,"HostSeriesView",r.SeriesView.$),n}(r.SeriesView),f=function(e){function n(){var t=e.call(this)||this;t.aaa=null,t.zz=!1,t.zr=1,t.z6=0,t.abh=null,t.zo=null,t.zk=null,t.zm=null,t.zq=null,t.abd={$type:i.Point_$type,x:NaN,y:NaN},t.abk=null,t.z5=1,t.imageTilesReady=null,t.zy=null,t.abj=i.Rect.empty,t.z6=c.am(n.abi.bottom)-c.am(n.abi.top),t.ab=n.$,t.backgroundContent=new M;var o,a=((o=new r.NumericXAxis).b7=t,o);a.dk=!0,t.zl=a,t.zl.tf=new p;var s=function(){var e=new r.NumericYAxis;return e.b7=t,e}();return s.dk=!0,t.zn=s,t.zn.tf=new c,t.aas(),t.aaz(),t.pq(),t}return t.__extends(n,e),n.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.zl.provideRenderer(t),this.zn.provideRenderer(t)},n.prototype.pq=function(){e.prototype.pq.call(this),this.zx.fy(this.ik)},n.prototype.gh=function(){return this.z3},n.prototype.gi=function(){return this.z3},n.prototype.zu=function(){return 0==this.zs&&this.zz?2:1},Object.defineProperty(n.prototype,"zt",{get:function(){return this.zr},set:function(e){this.zr=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"abm",{get:function(){return this.abh},set:function(e){if(i.Rect.l_op_Inequality(this.abh,e)){var t=this.abh;this.abh=e,this.st("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),n.prototype.abq=function(){return this.abm},n.prototype.aas=function(){this.aby.isEmpty||(this.abm=this.abw(this.aby,1==this.db))},n.prototype.abw=function(e,t){var r=e.top,o=e.left,a=e.width,s=e.height,l=c.am(e.bottom),u=c.am(e.top),p=l-u,h=e.width/n.abi.width,y=c.am(n.abi.top);if(p/h>this.z6){var g=p/this.z6;o-=(g-h)/2*n.abi.width,a=g*n.abi.width,t&&(o<n.abi.left?o+=n.abi.left-o:o+a>n.abi.right&&(o-=o+a-n.abi.right))}else if(p/h<this.z6){var m=this.z6*h-p,f=u-m/2,d=l+m/2;t&&(f<y?d+=y-(f+=y-f):d>y+this.z6&&(f-=d-(y+this.z6),d-=d-(y+this.z6))),r=c.aq(f),s=c.aq(d)-r}return new i.Rect(0,o,r,a,s)},Object.defineProperty(n.prototype,"backgroundContent",{get:function(){return this.zo},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.zo=e,this.st("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"zl",{get:function(){return this.zk},set:function(e){if(e!=this.zl){var t=this.zl;this.zk=e,this.st("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"zn",{get:function(){return this.zm},set:function(e){if(e!=this.zn){var t=this.zn;this.zm=e,this.st("YAxis",t,e)}},enumerable:!1,configurable:!0}),n.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},n.prototype.aa2=function(e){this.ze=e},n.prototype.aa1=function(e){this.aby=e},n.prototype.getZoomFromGeographicRect=function(e){return this.abo(e,!0,0)},n.prototype.abn=function(e,t){return this.abo(e,!1,t)},n.prototype.abo=function(e,t,o){var a=e;t&&(a=this.abw(e,!1));var s=this.zl,l=this.zn,u=new r.ScalerParams(1,n.abl,this.zd,s.dn);u.c=this.yz;var c=new r.ScalerParams(1,n.abl,this.zd,l.dn);c.c=this.yz;var p=this.zl.f7(a.left,u),h=this.zl.f7(a.right,u),y=this.zn.f7(a.top,c),g=this.zn.f7(a.bottom,c),m=(p-o)/this.zd.width,f=(g-o)/this.zd.height,d=(h-p+2*o)/this.zd.width,b=(y-g+2*o)/this.zd.height,S=new i.Rect(0,m,f,d,b);return S.intersect(n.abl),S.isEmpty&&(S=n.abl),S},n.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 n.abl;var l=new i.Rect(0,r,o,a,s);return this.getZoomFromGeographicRect(l)},n.prototype.abs=function(e){var t=this.zl,o=this.zn,a=new r.ScalerParams(1,e,this.zd,t.dn);a.c=this.yz;var s=new r.ScalerParams(1,e,this.zd,o.dn);s.c=this.yz;var l=this.yy,u=t.ga(l.left,a),c=o.ga(l.top,s),p=t.ga(l.right,a),h=o.ga(l.bottom,s),y=p-u,g=c-h,m=new i.Rect(0,u,h,y,g);return 1==this.db&&(m.intersect(n.abi),m.isEmpty&&(m=n.abi)),m},n.prototype.abe=function(e){var t=this.zl.re(e.x),n=this.zn.re(e.y);return{$type:i.Point_$type,x:t,y:n}},n.prototype.abf=function(e){var t=this.zl.gv(e.x),n=this.zn.gv(e.y);return{$type:i.Point_$type,x:t,y:n}},n.prototype.abg=function(e){return this.abf(e)},n.prototype.aap=function(){var e=i.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},n.prototype.aav=function(e){},n.prototype.hd=function(){return!0},n.prototype.aax=function(){var e,n;this.zx.eh();try{for(var r=t.__values(i.fromEnum(this.b9)),o=r.next();!o.done;o=r.next()){o.value.sw()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},n.prototype.aa0=function(){if(2==this.zw){if(!this.zd.isEmpty&&this.zd.width>0&&this.zd.height>0){var e=this.zl.re(this.zd.left+this.zd.width/2),t=this.zn.re(this.zd.top+this.zd.height/2);this.abd={$type:i.Point_$type,x:e,y:t}}}else if(!this.zd.isEmpty&&this.zd.width>0&&this.zd.height>0){var n=this.zl.re(this.zd.left),r=this.zn.re(this.zd.top);this.abd={$type:i.Point_$type,x:n,y:r}}},n.prototype.aaw=function(){(i.isNaN_(this.abd.x)||i.isNaN_(this.abd.y))&&this.aa0();var e=this.abd.x,t=this.abd.y;if(!i.isNaN_(e)&&!i.isNaN_(t)){var o=this.yv.left,a=this.yv.top,s=this.yv.width,l=this.yv.height;if(s>this.abk.width);else{var u=new r.ScalerParams(1,n.abl,this.zd,this.zl.dn);u.c=this.yz;var c=this.zl.f7(e,u);if(2==this.zw)o=c/this.zd.width-s/2;else o=c/this.zd.width;o+s>this.abk.right?o=this.abk.right-s:o<this.abk.left&&(o=this.abk.left)}if(l>this.abk.height);else{var p=new r.ScalerParams(1,n.abl,this.zd,this.zn.dn);p.c=this.yz;var h=this.zn.f7(t,p);if(2==this.zw)a=h/this.zd.height-l/2;else a=h/this.zd.height;a+l>this.abk.bottom?a=this.abk.bottom-l:a<this.abk.top&&(a=this.abk.top)}this.uf(new i.Rect(0,o,a,s,l),!1)}},n.prototype.get_f7=function(){return!0},n.prototype.yw=function(){var t=e.prototype.yw.call(this);if(null==this.zl||null==this.zn)return t;this.y7();var n=t.left,r=t.top;1==this.db&&(this.ze.width>this.abk.width?n=.5-this.ze.width/2:n+t.width>this.abk.right?n=this.abk.right-this.ze.width:n<this.abk.left&&(n=this.abk.left),this.ze.height>this.abk.height?r=.5-this.ze.height/2:r+this.ze.height>this.abk.bottom?r=this.abk.bottom-this.ze.height:r<this.abk.top&&(r=this.abk.top));var o=!1;!this.z2&&2==this.db&&this.zz&&(n>1&&(n=n-Math.floor(n)+1),n<0&&(n=0-(Math.ceil(n)-n)),t.right-this.abk.right>0&&(t.right-this.abk.right)/t.width>.8?(n=this.abk.left-(t.width-(t.right-this.abk.right)),o=!0):t.left<this.abk.left&&Math.abs(t.left-this.abk.left)/t.width>.8&&(n=this.abk.right-Math.abs(t.left-this.abk.left),o=!0));var a=new i.Rect(0,n,r,t.width,t.height);if(this.z2){var s=this.abn(this.aby,1);s=this.abp(s);var l=a.left+a.width/2,u=a.top+a.height/2;if(a.width>s.width){var c=a.height/a.width,p=s.width,h=c*p;a=new i.Rect(0,l-p/2,u-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 i.Rect(0,l-m/2,u-g/2,m,g),o=!0}a.left<s.left&&(a=new i.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new i.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new i.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new i.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.fq=!0,this.ze=a,this.fq=!1),a},n.prototype.ol=function(e,t){var n=!0,r=!0,o=0,a=this.y7(),s=0,l=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(l=Math.abs(e.left-a.left)/e.width),0==l&&0==s&&(n=!1),l>s&&(r=!1),n)if(r){var u=this.zk.f7(-180,t);o=this.zk.f7(180,t)-u}else{o=this.zk.f7(-180,t)-this.zk.f7(180,t)}return new i.Tuple$2(i.Boolean_$type,i.Number_$type,n,o)},n.prototype.y7=function(){var e=new r.ScalerParams(1,n.abl,this.zd,this.zl.dn);e.c=this.yz;var t=new r.ScalerParams(1,n.abl,this.zd,this.zn.dn);t.c=this.yz;var o=this.zl.f7(n.abi.left,e),a=this.zl.f7(n.abi.right,e),s=this.zn.f7(n.abi.top,t),l=this.zn.f7(n.abi.bottom,t);return this.abk=new i.Rect(0,o/this.zd.width,l/this.zd.height,(a-o)/this.zd.width,(s-l)/this.zd.height),this.abk},n.prototype.abp=function(e){var t=this.ip,n=.5*(e.left+e.right),r=.5*(e.top+e.bottom),o=e.width,a=e.height,s=i.MathUtil.e(e.width,t,1),l=i.MathUtil.e(e.height,t,1),u=this.zd,c=u.width/u.height,p=s*u.width,h=l*u.height;p/h!=c&&(h*c>p?s=(p=h*c)/u.width:l=(h=p/c)/u.height);var y=s!=o,g=l!=a,m=y?n-.5*s:e.left,f=g?r-.5*l:e.top,d=y?n+.5*s:e.right,b=g?r+.5*l:e.bottom;return m<0&&(d=(m=0)+s),d>1&&(m=(d=1)-s),f<0&&(b=(f=0)+l),b>1&&(f=(b=1)-l),new i.Rect(0,m,f,d-m,b-f)},n.prototype.yx=function(t){if(e.prototype.yx.call(this,this.zd),t.isEmpty)return i.Rect.empty;var n;if(t.width>t.height){var r=i.intDivide(i.truncate(t.width-t.height),2);n=new i.Rect(0,t.left+r,t.top,t.height,t.height)}else{var o=i.intDivide(i.truncate(t.height-t.width),2);n=new i.Rect(0,t.left,t.top+o,t.width,t.width)}return n},n.prototype.abr=function(e){return this.yx(e)},n.prototype.dv=function(){return new v(this)},n.prototype.aar=function(e){null!=e&&(e.b7=this)},n.prototype.ry=function(t){e.prototype.ry.call(this,t),this.zx=t},n.prototype.r9=function(t,n){e.prototype.r9.call(this,t,n),this.t1(this.zl),this.t1(this.zn),i.Rect.l_op_Inequality(t,n)&&this.aaw(),this.z2&&(this.yv=this.yw()),this.aa3()},Object.defineProperty(n.prototype,"z7",{get:function(){return this.z5},set:function(e){var t=this.z5;this.z5=e,this.st("ActualWindowScale",t,this.z5)},enumerable:!1,configurable:!0}),n.prototype.iv=function(){return this.z7},n.prototype.iw=function(){return this.z7},n.prototype.t0=function(){e.prototype.t0.call(this);var t=Math.min(this.yv.width,this.yv.height);this.z7=t},n.prototype.g1=function(){return this.zz},n.prototype.dc=function(){return 0==this.dd&&this.z0?2:this.dd},n.prototype.sa=function(r,o,a,s){var l,u,c,p;switch(e.prototype.sa.call(this,r,o,a,s),o){case"ZoomCoercionMode":this.aas();break;case"WindowRect":this.aa0();break;case n.$$p[0]:this.zt=this.zu(),null!=this.zq&&(this.zq.isHorizontalWrappingEnabled=2==this.zt);break;case n.$$p[1]:this.zz=this.z0,this.zt=this.zu(),this.db=this.dc(),null!=this.zq&&(this.zq.isHorizontalWrappingEnabled=2==this.zt);break;case n.$$p[4]:this.yv=this.yw();break;case"BackgroundContent":if(null!=this.zq){var h=this.zq;h.imageTilesReady=i.delegateRemove(h.imageTilesReady,i.runOn(this,this.aat)),this.zq.deferralHandler=null}if(this.zq=i.typeCast(d.$,this.backgroundContent),null!=this.zq){var y=this.zq;y.imageTilesReady=i.delegateCombine(y.imageTilesReady,i.runOn(this,this.aat)),this.zq.deferralHandler=this,this.zq.isHorizontalWrappingEnabled=2==this.zt}this.zx.fx(i.typeCast(d.$,a),i.typeCast(d.$,s)),null!=this.zq&&(this.zq.geographicMap=this,this.zx.fu(this.yv),this.zx.fy(this.ik));break;case"YAxis":case"XAxis":this.aay(a),this.aar(s);break;case n.$$p[6]:this.z1||(this.ze=n.abl),this.aas(),this.aaz(),this.aa0(),this.yv=this.yw(),this.zx.fv();break;case"ActualWindowRect":this.zx.fu(this.yv);break;case"ActualWorldRect":try{for(var g=t.__values(i.fromEnum(this.b9)),m=g.next();!m.done;m=g.next()){m.value.sa(!1)}}catch(e){l={error:e}}finally{try{m&&!m.done&&(u=g.return)&&u.call(g)}finally{if(l)throw l.error}}break;case n.$$p[5]:this.z7=this.z8;break;case"ActualWindowScale":this.g9||this.uc(this.iv(),this.iw());break;case"ActualPixelScalingRatio":this.zx.fy(this.ik);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;i.isNaN_(f)||i.isInfinity(f)?(this.ip=5e-6,this.io=5e-6):(this.ip=f,this.io=f);break;case n.$$p[7]:this.t7();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(i.fromEnum(this.b9)),S=b.next();!S.done;S=b.next()){S.value.qx()}}catch(e){c={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(c)throw c.error}}}},n.prototype.aat=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.aay=function(e){null!=e&&(e.b7=null)},n.prototype.aaz=function(){null!=this.zl&&(this.zl.rb=this.abm.left,this.zl.ra=this.abm.right),null!=this.zn&&(this.zn.rb=this.abm.top,this.zn.ra=this.abm.bottom),this.zl.ef(!0),this.zn.ef(!0)},n.prototype.getFontInfo=function(){return this.zy=this.zx.fr,this.zy},n.prototype.xz=function(){return this.zx.fz},n.prototype.getFontBrush=function(){return this.zx.f0},n.prototype.tm=function(t,n){if(null!==i.typeCast(i.ItfConverter.$,n)){var r=n,o=t;o.itemsSource=r.triangulationSource.points,o.xw=r.triangulationSource.triangles}else e.prototype.tm.call(this,t,n)},n.prototype.register=function(e,t){this.s8(e,t)},n.prototype.unRegister=function(e){this.tz(e)},n.prototype.deferredRefresh=function(){this.o2()},n.prototype.deferAction=function(e){null!=this.aaa?this.aaa.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.aaq=function(e){this.t6(e)},n.prototype.aab=function(){var e=new r.ChartVisualData,t=this.zl.hu(),n=this.zn.hu();e.axes.add1(t),e.axes.add1(n);for(var o=0;o<this.b9.count;o++){var a=this.b9._inner[o].kx();e.series.add1(a)}return e.name=this.name,e.contentArea=i.RectData.b(this.zd),e.centralArea=i.RectData.b(this.zd),e.plotArea=i.RectData.b(this.zd),e},n.prototype.y3=function(e,t,n){return e},n.prototype.aau=function(){},Object.defineProperty(n.prototype,"abx",{get:function(){return this.abj},set:function(e){this.abj=e},enumerable:!1,configurable:!0}),n.prototype.aa4=function(e){this.abx=e,this.aa3()},n.prototype.aa3=function(){if(this.z4&&!this.abx.isEmpty){var e=this.getZoomFromGeographicRect(this.abx);this.abx=i.Rect.empty,this.uf(e,!1)}},Object.defineProperty(n.prototype,"z4",{get:function(){return!this.zd.isEmpty&&!this.yz.isEmpty},enumerable:!1,configurable:!0}),n.$t=i.markType(n,"XamGeographicMap",r.SeriesViewer.$,[i.IMapRenderDeferralHandler_$type]),n.zv=0,n.abi=new i.Rect(2,{$type:i.Point_$type,x:-180,y:-85.05112878},{$type:i.Point_$type,x:180,y:85.05112878}),n.abl=new i.Rect(0,0,0,1,1),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"st",["BackgroundTilingMode:zs:aa5",[u,i.enumGetBox(u,0)],"IsHorizontalWrappingEnabled:z0:aa6",[0,!1],"ResizeBehavior:zw:aa7",[s,i.enumGetBox(s,n.zv)],"SuppressZoomResetOnWorldRectChange:z1:aa8",[0,!1],"UseWorldRectForZoomBounds:z2:aa9",[0,!1],"WindowScale:z8:aba",[1,NaN],"WorldRect:aby:abb",[i.Rect.$,n.abi],"Zoomable:z3:abc",[0,!0]]),n}(r.SeriesViewer),d=function(e){function n(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=n.$,r.ap=t,r.aj=r.ai(),r.bb(r.aj),r}return t.__extends(n,e),n.prototype.bb=function(e){},n.prototype.ai=function(){return new b(this)},Object.defineProperty(n.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),n.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.a9=function(){var e=this.ao;e.imageTilesReady=i.delegateCombine(e.imageTilesReady,i.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=i.delegateCombine(t.imagesChanged,i.runOn(this,this.a4));var n=this.ao;n.downloadingImage=i.delegateCombine(n.downloadingImage,i.runOn(this,this.a3));var r=this.ao;r.cancellingImage=i.delegateCombine(r.cancellingImage,i.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},n.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},n.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},n.prototype.bg=function(){null!=this.ao&&this.aj.e()},n.prototype.ba=function(e,t,r){switch(e){case n.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case n.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case n.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case n.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(e))},Object.defineProperty(n.prototype,"geographicMap",{get:function(){return this.c(n.geographicMapProperty)},set:function(e){this.h(n.geographicMapProperty,e)},enumerable:!1,configurable:!0}),n.a8=function(e,t){e.a7(t.oldValue,t.newValue)},n.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},n.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(n.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),n.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new i.Rect(0,0,0,e.width,e.height),n=this.geographicMap.abr(t),o=f.abi,a=this.geographicMap.abm,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/n.width*s*l;var u=this.geographicMap.zl,c=this.geographicMap.zn,p=new r.ScalerParams(1,this.windowRect,t,u.dn);p.c=n;var h=new r.ScalerParams(1,this.windowRect,t,c.dn);h.c=n;var y=u.f7(o.left,p),g=c.f7(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:i.Point_$type,x:m,y:d},e},n.prototype.bd=function(e){this.aj.f(e)},n.prototype.bf=function(e){this.aj.h(e)},n.prototype.be=function(e){this.aj.g(e)},n.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new y)},n.prototype.a6=function(){this.aj.e()},n.prototype.bc=function(e){this.aj.i(e)},n.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},n.$t=i.markType(n,"GeographicMapImagery",i.Control.$,[i.INotifyPropertyChanged_$type]),n.geographicMapProperty=i.DependencyProperty.i("GeographicMap",f.$,n.$,new i.PropertyMetadata(2,null,n.a8)),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[i.Rect.$,i.Rect.empty]]),n}(i.Control),b=function(e){function n(t){var n=e.call(this)||this;return n.a=null,n.j=null,n.d=null,n.b=1,n.j=i.Rect.empty,n.a=t,n.a.ao=new i.XamMultiScaleImage,n.a.ao.ao=n.a.ap,n.a.a9(),n}return t.__extends(n,e),n.prototype.e=function(){this.j.isEmpty||this.a.bn(new i.Size(1,this.j.width,this.j.height))},n.prototype.f=function(e){this.a.ao.b1(e)},n.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},n.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(n.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),n.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},n.$t=i.markType(n,"GeographicMapImageryView"),n}(i.Base),S=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xn;t.yn=this.cu.xz,t.yv=this.cu.xx,t.trianglesSource=this.cu.xw,t.yb=this.cu.x2,t.yd=this.cu.x4,t.yf=this.cu.x6},n.prototype.cx=function(){var e=this.cu.xn;if(null==this.cu.dc)return e.xl=null,void(e.xm=null);e.xl=this.cu.dc.zl,e.xm=this.cu.dc.zn},n.prototype.cw=function(){this.cu.xn.yn=this.cu.xz},n.prototype.cv=function(){this.cu.xn.yv=this.cu.xx},n.prototype.cy=function(){this.cu.xn.trianglesSource=this.cu.xw},n.prototype.cz=function(){this.cu.xn.yb=this.cu.x2},n.prototype.c0=function(){this.cu.xn.yd=this.cu.x4},n.prototype.c1=function(){this.cu.xn.yf=this.cu.x6},n.$t=i.markType(n,"GeographicXYTriangulatingSeriesView",m.$),n}(m),x=function(e){function n(t){var n=e.call(this,t)||this;return n.c2=null,n.c2=t,n}return t.__extends(n,e),n.prototype.a4=function(){e.prototype.a4.call(this),this.t},n.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.yh&&(this.c2.yh.zu=this.c2.yl,this.c2.yh.zi=this.c2.yg)},n.prototype.c3=function(){null!=this.c2.yh&&(this.c2.yh.zu=this.c2.yl)},n.prototype.c4=function(){null!=this.c2.yh&&(this.c2.yh.zi=this.c2.yg)},n.$t=i.markType(n,"GeographicScatterAreaSeriesView",S.$),n}(S),v=function(e){function n(t){var n=e.call(this,t)||this;return n.fq=null,n.f2=null,n.f0=null,n.fz=null,n.fr=null,n.fs=NaN,n.f2=i.Rect.empty,n.fq=t,n.fq.xs=2,n.fq.jx=5e-6,n}return t.__extends(n,e),n.prototype.m=function(e){return 2},n.prototype.bn=function(e){this.j.bw(e),this.fq.aaq(e),this.eo()},n.prototype.get_aq=function(){return!0},n.prototype.d7=function(){var e,t,n,r,o,a=this.j.a8(e,t,n,r,o);e=a.p0,t=a.p1,n=a.p2,r=a.p3,o=a.p4,this.f0=n,this.fr=r,this.fz=o;var s=this.j.e();if(this.fq.ag=s.a,this.fq.aj=s.f,this.fq.ah=null!=s.b?s.b:new i.BrushCollection,this.fq.ai=null!=s.c?s.c:new i.BrushCollection,0==this.fq.ah.count)for(var l=0;l<s.a.count;l++)this.fq.ah.add(s.a.item(l));if(0==s.c.count)for(var u=0;u<s.f.count;u++)this.fq.ai.add(s.f.item(u))},n.prototype.dx=function(t){if(e.prototype.dx.call(this,t),null!=this.fq.backgroundContent){var n=this.fq.backgroundContent;n.be(this.j.ae),n.bd(t)}},n.prototype.dy=function(t){(e.prototype.dy.call(this,t),this.f2=t,null!=this.fq.backgroundContent)&&this.fq.backgroundContent.bf(this.f2)},n.prototype.f1=function(){return new i.Rect(0,0,0,this.f2.width,this.f2.height)},n.prototype.fv=function(){null!=this.fq.backgroundContent&&this.fq.backgroundContent.a6()},n.prototype.fu=function(e){null!=this.fq.zq&&(this.fq.zq.windowRect=e)},n.prototype.fx=function(e,t){if(null!=this.fq.zq&&(this.fq.zq.windowRect=this.fq.yv),null!=e){var n=e.ao;null!=n&&this.fq.al.h.remove(n.ag),e.bd(null),e.be(null)}if(null!=t){var r=t.ao;null!=r&&this.fq.al.h.add(r.ag),this.f2.isEmpty||this.dy(this.f2),null!=this.w&&this.dx(this.w)}null==t&&this.fw(this.w)},n.prototype.fw=function(e){var t=this.fq.ik;1!=t&&(e.ac(),e.ad(t,t)),e.l(this.f2.left,this.f2.top,this.f2.width,this.f2.height),1!=t&&e.ab()},n.prototype.d4=function(){this.fg.ad=r.Defaults.crosshairLineThickness,this.fh.ad=r.Defaults.crosshairLineThickness,this.fg._stroke=r.Defaults.crosshairLineBrush,this.fh._stroke=r.Defaults.crosshairLineBrush,e.prototype.d4.call(this)},n.prototype.fy=function(e){this.fs=e,null!=this.fq.backgroundContent&&this.fq.backgroundContent.bc(e)},Object.defineProperty(n.prototype,"ft",{get:function(){return this.fs},set:function(e){this.fs=e},enumerable:!1,configurable:!0}),n.$t=i.markType(n,"XamGeographicMapView",r.SeriesViewerView.$),n}(r.SeriesViewerView),M=function(e){function n(){return e.call(this,new i.OpenStreetMapTileSource)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"tilePath",{get:function(){return this.c(n.tilePathProperty)},set:function(e){this.h(n.tilePathProperty,e)},enumerable:!1,configurable:!0}),n.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},n.prototype.bq=function(t,n,r){switch(t){case"TilePath":this.ap.setTilePathUrl(null==r?null:r),this.aj.e()}e.prototype.ba.call(this,t,n,r)},n.$t=i.markType(n,"OpenStreetMapImagery",d.$),n.tilePathProperty=i.DependencyProperty.i("TilePath",i.String_$type,n.$,new i.PropertyMetadata(2,null,n.br)),n}(d),I=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.prototype.ct=function(){return new S(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.xv=t},n.prototype.rs=function(t,r,i,o){switch(e.prototype.rs.call(this,t,r,i,o),r){case"SeriesViewer":this.xv.cx();break;case n.$$p[1]:this.xv.cw();break;case n.$$p[0]:this.xv.cv();break;case n.$$p[5]:this.xv.cy();break;case n.$$p[2]:this.xv.cz();break;case n.$$p[3]:this.xv.c0();break;case n.$$p[4]:this.xv.c1()}},n.$t=i.markType(n,"GeographicXYTriangulatingSeries",g.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["LatitudeMemberPath:xx:x8",[2,"pointY"],"LongitudeMemberPath:xz:x9",[2,"pointX"],"TriangleVertexMemberPath1:x2:yb",[2,"v1"],"TriangleVertexMemberPath2:x4:yc",[2,"v2"],"TriangleVertexMemberPath3:x6:yd",[2,"v3"],"TrianglesSource:xw:ya",[i.IEnumerable_$type,null]]),n}(g),C=function(e){function n(){var t=e.call(this)||this;return t.ye=null,t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_ex=function(){return!0},Object.defineProperty(n.prototype,"yg",{get:function(){return this.ye},set:function(e){if(this.ye!=e){var t=this.ye;if(null!=this.ye){var n=this.ye;n.propertyChanged=i.delegateRemove(n.propertyChanged,i.runOn(this,this.yo))}if(this.ye=e,null!=this.ye){var r=this.ye;r.propertyChanged=i.delegateCombine(r.propertyChanged,i.runOn(this,this.yo))}this.raisePropertyChanged("ColorScale",t,this.ye),null!=this.yh&&(this.yh.zi=e)}},enumerable:!1,configurable:!0}),n.prototype.yo=function(e,t){this.yj.c4(),this.yq(),this.sa(!1)},n.prototype.yq=function(){null!=this.yh&&(this.yf=this.yh.zh)},n.prototype.s1=function(){e.prototype.s1.call(this),this.yq()},n.prototype.xm=function(){this.yh=new r.ScatterAreaSeries;var e=this.yh;return e.triangulationStatusChanged=i.delegateCombine(e.triangulationStatusChanged,i.runOn(this,this.yp)),this.yh},n.prototype.yp=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.ct=function(){return new x(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.yj=t},n.prototype.rs=function(t,r,i,o){switch(e.prototype.rs.call(this,t,r,i,o),r){case n.$$p[1]:this.yj.c3();break;case"ColorScale":this.yj.c4(),this.yq()}},n.prototype.get_hf=function(){return!0},n.prototype.set_hf=function(t){e.prototype.set_hf.call(this,t)},n.$t=i.markType(n,"GeographicScatterAreaSeries",I.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["ActualColorScale:yf:yr",[r.ColorScale.$,null],"ColorMemberPath:yl:ys",[2,"value"]]),n}(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,n,o,a,s){var l,u=e.call(this)||this;u._renderer=t,u._elRef=n,u._ngZone=o,u._componentFactoryResolver=a,u._injector=s,u.actualSeries=[],u._series=null,u._dataSource=null,u._seriesAdapter=null,u._defaultTooltips=null,u._imageTilesReady=null,u._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(u)),u._zoneRunner=function(e){return u._ngZone.run(e)},u._container=t.createElement("div"),t.appendChild(n.element.nativeElement,u._container),t.setStyle(u._container,"display","block"),t.setStyle(u._container,"width","100%"),t.setStyle(u._container,"height","100%"),l=u._container,null!=u._container.nativeElement&&(l=u._container.nativeElement);var c=new i.AngularRenderer(l,u._renderer,window.document,u._ngZone,!0,r.DataChartStylingDefaults);u._wrapper=c;var p=u.i;return u._chart=p,p.provideContainer(c),c.addSizeWatcher((function(){u._chart.notifyContainerResized()})),u}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,n){switch(n.action){case i.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(n.newItems.item(0));break;case i.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(n.oldStartingIndex);break;case i.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(n.oldStartingIndex),e._seriesAdapter.insertManualItem(n.newStartingIndex,n.newItems.item(0));break;case i.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(i.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=i.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),n=this._componentFactoryResolver.resolveComponentFactory(t),r=this._dynamicContent.createComponent(n);this._defaultTooltips=r,r.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(r)}))}this._seriesAdapter=new i.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 n=new i.AngularWrapper(e,t._renderer,t._ngZone);return n.updateToolTip=e.updateToolTip,n.hideToolTip=e.hideToolTip,n}))},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,n=0;n<t.length;n++)t[n].showDefaultTooltip&&this._ensureDefaultTooltip(t[n])},o.prototype.createTooltip=function(){if(!i.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=i.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),n=this._dynamicContent.createComponent(t),r=n.location.nativeElement,o=this;return r.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new i.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)),n.instance.context=e,r.style.display="block",!0},r.hideToolTip=function(){r.style.display="none"},r.style.display="none",n},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.z3},set:function(e){this.i.z3=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.zw},set:function(e){this.i.zw=i.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.z0},set:function(e){this.i.z0=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.zs},set:function(e){this.i.zs=i.ensureEnum(u,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.z2},set:function(e){this.i.z2=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.z1},set:function(e){this.i.z1=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return i.fromRect(this.i.aby)},set:function(e){this.i.aby=i.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return i.fromRect(this.i.abm)},set:function(e){this.i.abm=i.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.zl;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.zl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.zn;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.zn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.f7},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.z8},set:function(e){this.i.z8=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.z7},set:function(e){this.i.z7=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.z4},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,n,r){e.prototype._styling.call(this,t,n,r),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,n,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,n,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.abq();return i.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(i.toRect(e));return i.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.aa2(i.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.aa1(i.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(i.toRect(e));return i.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var n=this.i.abn(i.toRect(e),t);return i.fromRect(n)},o.prototype.getZoomFromGeographicPoints=function(e,t){var n=this.i.getZoomFromGeographicPoints(i.toPoint(e),i.toPoint(t));return i.fromRect(n)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.abs(i.toRect(e));return i.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.abe(i.toPoint(e));return i.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.abf(i.toPoint(e));return i.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.abg(i.toPoint(e));return i.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.aap()},o.prototype.styleUpdated=function(){this.i.aax()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.iv()},o.prototype.getActualWindowScaleVertical=function(){return this.i.iw()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.aab()},o.prototype.zoomToGeographic=function(e){this.i.aa4(i.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=i.delegateCombine(this.i.imageTilesReady,(function(t,n){var r=new k;r._provideImplementation(n),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,r),e._imageTilesReady.emit({sender:e,args:r})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[{token:n.Renderer2},{token:n.ViewContainerRef},{token:n.NgZone},{token:n.ComponentFactoryResolver},{token:n.Injector}],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:r.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:n.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:n,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(r.IgxSeriesViewerComponent);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:_,decorators:[{type:n.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:n.ChangeDetectionStrategy.OnPush,providers:[{provide:r.IgxSeriesViewerComponent,useExisting:n.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:n.Renderer2},{type:n.ViewContainerRef},{type:n.NgZone},{type:n.ComponentFactoryResolver},{type:n.Injector}]},propDecorators:{contentSeries:[{type:n.ContentChildren,args:[r.IgxSeriesComponent]}],_dynamicContent:[{type:n.ViewChild,args:["dynamicContent",{read:n.ViewContainerRef,static:!0}]}],height:[{type:n.Input}],width:[{type:n.Input}],legend:[{type:n.Input}],dataSource:[{type:n.Input}],zoomable:[{type:n.Input}],resizeBehavior:[{type:n.Input}],isHorizontalWrappingEnabled:[{type:n.Input}],backgroundTilingMode:[{type:n.Input}],useWorldRectForZoomBounds:[{type:n.Input}],suppressZoomResetOnWorldRectChange:[{type:n.Input}],worldRect:[{type:n.Input}],actualWorldRect:[{type:n.Input}],xAxis:[{type:n.Input}],yAxis:[{type:n.Input}],windowScale:[{type:n.Input}],actualWindowScale:[{type:n.Input}],imageTilesReady:[{type:n.Output}]}});var w=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule]]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:w,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=function(e){function n(t){var n=e.call(this)||this;if(t)for(var r=0;r<t.length;r++)n.add(t[r]);return n}return t.__extends(n,e),n.prototype._createInnerColl=function(){var e=new i.SyncableObservableCollection$2(i.String_$type,i.String_$type,0);return e.compare=function(e,t){var n=e;return n.equals?n.equals(t):n===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},n}(i.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}({}),z=i.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=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 i.TypeRegistrar.isRegistered(t)?i.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 i.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=i.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=i.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):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 n.EventEmitter,this.i.imageTilesReady=i.delegateCombine(this.i.imageTilesReady,(function(t,n){e._runInZone((function(){var t=new k;t._provideImplementation(n),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 n.EventEmitter,this.i.imagesChanged=i.delegateCombine(this.i.imagesChanged,(function(t,n){var r=new T;r._provideImplementation(n),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 n.EventEmitter,this.i.cancellingImage=i.delegateCombine(this.i.cancellingImage,(function(t,n){var r=new i.IgxCancellingMultiScaleImageEventArgs;r._provideImplementation(n),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 n.EventEmitter,this.i.downloadingImage=i.delegateCombine(this.i.downloadingImage,(function(t,n){var r=new i.IgxDownloadingMultiScaleImageEventArgs;r._provideImplementation(n),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}(),j=function(e){function n(t){for(var n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,i.String_$type,0)||this;break;case 1:var a=n[0];o=e.call(this,i.String_$type,1,a)||this}return o}return t.__extends(n,e),n.$t=i.markType(n,"SubDomainsCollection",i.ObservableCollection$1.$.specialize(i.String_$type)),n}(i.ObservableCollection$1),$=function(e){function n(t){var n=e.call(this,t)||this;return n.k=t,n}return t.__extends(n,e),n.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new j(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},n.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},n.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},n.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},n.$t=i.markType(n,"BingMapsMapImageryView",b.$),n}(b),R=function(e){function n(){var t=e.call(this,new i.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=n.cc,t}return t.__extends(n,e),n.prototype.ai=function(){return new $(this)},n.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(n.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.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(n.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(n.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(n.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}),n.prototype.requestMapSettings=function(){this.co(!0)},n.prototype.co=function(e){this.cl(e)},n.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},n.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},n.prototype.bv=function(){return!(i.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},n.prototype.cj=function(){},n.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var n=null==t?null:new j(1,t);this.actualSubDomains!=n&&(this.actualSubDomains=n),this.bp.m()},n.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?i.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):i.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var n=this.imageryStyle,r=(t+=i.enumGetBox(z,n))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=i.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},n.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var n=e,r=JSON.parse(n).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 i.List$1(i.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)s.add(o[0].imageUrlSubdomains[l]);this.cp(a,s)}}}},n.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(n.$$p[4],this.actualSubDomains,this.actualSubDomains)},n.prototype.cm=function(t,r,o){switch(t){case n.$$p[0]:case n.$$p[3]:this.cq();break;case n.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case n.$$p[1]:this.bp.l(),this.aj.e();break;case n.$$p[2]:this.cq();break;case n.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=i.delegateRemove(s.collectionChanged,i.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=i.delegateCombine(a.collectionChanged,i.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;i.stringIsNullOrEmpty(l)&&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)},n.$t=i.markType(n,"BingMapsMapImagery",d.$),n.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"cm",["ApiKey",[2,i.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[z,i.enumGetBox(z,1)],"IsDeferredLoad",[0,!1],"SubDomains",[j.$,null],"TilePath",[2,null]]),n}(d),V=function(e){function n(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new R},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new P,t=this.i.subDomains;t||(t=new j(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 n=new i.SyncableObservableCollection$1(i.String_$type),r=this.i.subDomains;r||(r=new j(0)),n._inner=r,n.clear(),this._subDomains._setSyncTarget(n),this.i.subDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new P,t=this.i.actualSubDomains;t||(t=new j(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 n=new i.SyncableObservableCollection$1(i.String_$type),r=this.i.actualSubDomains;r||(r=new j(0)),n._inner=r,n.clear(),this._actualSubDomains._setSyncTarget(n),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=i.ensureEnum(z,e)},enumerable:!1,configurable:!0}),n.prototype.requestMapSettings=function(){this.i.requestMapSettings()},n}(O),A=function(){function e(){i.TypeRegistrar.registerCons("IgxBingMapsMapImagery",V),i.TypeRegistrar.register("BingMapsMapImagery",R.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,w],exports:[w]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,w],w]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:A,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,w],exports:[w],entryComponents:[]}]}],ctorParameters:function(){return[]}});var B=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule]]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:B,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new M},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),n}(O),F=function(){function e(){i.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),i.TypeRegistrar.register("OpenStreetMapImagery",M.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,B],exports:[B]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,B],B]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:F,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,B],exports:[B],entryComponents:[]}]}],ctorParameters:function(){return[]}});var N=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule]]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:N,decorators:[{type:n.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 n.EventEmitter,this.i.getTileImageUri=i.delegateCombine(this.i.getTileImageUri,(function(t,n){var r=new i.IgxGetTileImageUriArgs;r._provideImplementation(n),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 n(t){var n=e.call(this,t)||this;return n.getTileImageUri=null,t.getTileImageUri=i.delegateCombine(t.getTileImageUri,i.runOn(n,n.bq)),n}return t.__extends(n,e),n.prototype.bq=function(e,t){this.bp(t)},n.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},n.$t=i.markType(n,"CustomMapImagery",d.$),n}(d),U=function(){function e(){i.TypeRegistrar.registerCons("IgxCustomMapImagery",E),i.TypeRegistrar.register("CustomMapImagery",q.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,N],exports:[N]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,N],N]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:U,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,N],exports:[N],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule]]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:L,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function n(){var t=e.call(this,new i.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(n,e),Object.defineProperty(n.prototype,"mapServerUri",{get:function(){return this.c(n.mapServerUriProperty)},set:function(e){this.h(n.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),n.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(n.prototype,"userName",{get:function(){return this.c(n.userNameProperty)},set:function(e){this.h(n.userNameProperty,e)},enumerable:!1,configurable:!0}),n.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(n.prototype,"password",{get:function(){return this.c(n.passwordProperty)},set:function(e){this.h(n.passwordProperty,e)},enumerable:!1,configurable:!0}),n.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(n.prototype,"userToken",{get:function(){return this.c(n.userTokenProperty)},set:function(e){this.h(n.userTokenProperty,e)},enumerable:!1,configurable:!0}),n.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(n.prototype,"isMapPublic",{get:function(){return this.c(n.isMapPublicProperty)},set:function(e){this.h(n.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),n.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(n.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),n.prototype.acquireNewToken=function(){this.b8(!0)},n.prototype.b9=function(e){e()},n.prototype.b8=function(e){if(i.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(i.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),i.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=i.stringFormat1(n.bv,this.userName,this.password,this.refererUri,r),i.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=i.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},n.prototype.ci=function(){if(!i.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&i.stringRemove(e,e.length-1,1),this.isMapPublic)e=i.stringFormat("{0}?f=json",e);else{if(i.stringIsNullOrEmpty(this.userToken))return;e=i.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(i.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=i.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},n.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var n=e,r=JSON.parse(n);if(null!=r){var i="";null!=r.token&&(i=r.token),this.userToken=i}}},n.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var n=e,r=JSON.parse(n);null!=r&&null!=r.tileInfo&&(this.ap.levelOfDetail=r.tileInfo.lods.length)}},n.prototype.cf=function(t,n,r){var o=this,a=i.typeCast(i.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=i.typeCast(i.String_$type,r)),this.ci();break;case"UserName":case"Password":if(i.stringIsNullOrEmpty(this.userName)||i.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,n,r)},n.$t=i.markType(n,"ArcGISOnlineMapImagery",d.$),n.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",n.mapServerUriProperty=i.DependencyProperty.i("MapServerUri",i.String_$type,n.$,new i.PropertyMetadata(2,null,n.cd)),n.userNameProperty=i.DependencyProperty.i("UserName",i.String_$type,n.$,new i.PropertyMetadata(2,null,n.cg)),n.passwordProperty=i.DependencyProperty.i("Password",i.String_$type,n.$,new i.PropertyMetadata(2,null,n.ce)),n.userTokenProperty=i.DependencyProperty.i("UserToken",i.String_$type,n.$,new i.PropertyMetadata(2,null,n.ch)),n.isMapPublicProperty=i.DependencyProperty.i("IsMapPublic",i.Boolean_$type,n.$,new i.PropertyMetadata(2,!0,n.cc)),n}(d),W=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new H},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),n.prototype.acquireNewToken=function(){this.i.acquireNewToken()},n}(O),Z=function(){function e(){i.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),i.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,L],L]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Z,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[_],imports:[o.CommonModule,w,B,N,L],exports:[w,B,N,L,_]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,w,B,N,L],w,B,N,L]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:X,decorators:[{type:n.NgModule,args:[{declarations:[_],exports:[w,B,N,L,_],imports:[o.CommonModule,w,B,N,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicMapComponent",_)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,A,F,U,Z,X],exports:[A,F,U,Z,X]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,A,F,U,Z,X],A,F,U,Z,X]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Y,decorators:[{type:n.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.ff},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.xp},set:function(e){this.i.xp=+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.qx()},r.prototype.getItemValue=function(e,t){return this.i.k1(e,t)},r.prototype.getMemberPathValue=function(e){return this.i.mq(e)},r.prototype.getItem=function(e){return this.i.ky(i.toPoint(e))},r.prototype.getPreviousOrExactIndex=function(e,t){return this.i.kl(i.toPoint(e),t)},r.prototype.getNextOrExactIndex=function(e,t){return this.i.kj(i.toPoint(e),t)},r.prototype.getSeriesValue=function(e,t,n){return this.i.jf(i.toPoint(e),t,n)},r.prototype.getSeriesValuePosition=function(e,t,n){var r=this.i.wy(i.toPoint(e),t,n);return i.fromPoint(r)},r.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.xa(i.toPoint(e));return i.fromRect(t)},r.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.xc(i.toPoint(e));return i.fromRect(t)},r.prototype.getSeriesHighValue=function(e,t,n){return this.i.jb(i.toPoint(e),t,n)},r.prototype.getSeriesHighValuePosition=function(e,t,n){var r=this.i.wu(i.toPoint(e),t,n);return i.fromPoint(r)},r.prototype.getSeriesLowValue=function(e,t,n){return this.i.jd(i.toPoint(e),t,n)},r.prototype.getSeriesLowValuePosition=function(e,t,n){var r=this.i.ww(i.toPoint(e),t,n);return i.fromPoint(r)},r.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,n){var r=this.i.wz(i.toPoint(e),t,n);return i.fromPoint(r)},r.prototype.getSeriesValueFromSeriesPixel=function(e,t,n){return this.i.jg(i.toPoint(e),t,n)},r.prototype.getItemSpan=function(){return this.i.i5()},r.prototype.renderSeries=function(e){this.i.sa(e)},r.prototype.styleUpdated=function(){this.i.sw()},r.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:r,deps:[],target:n["ɵɵFactoryTarget"].Component}),r.ɵcmp=n["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:n,template:"",isInline:!0}),r}(r.IgxSeriesComponent);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:K,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:n.Input}],coercionMethods:[{type:n.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(n,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 i.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.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.x7},set:function(e){this.i.x7=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.x6},set:function(e){this.i.x6=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.xy},set:function(e){this.i.xy=i.ensureEnum(r.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.ya},set:function(e){this.i.ya=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.yb},set:function(e){this.i.yb=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xx;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.xx=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x5},set:function(e){this.i.x5=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.x9},set:function(e){this.i.x9=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.x1;if(null==e)return null;if(!e.externalObject){var t=new i.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.x1=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.x8},set:function(e){this.i.x8=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(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 n.EventEmitter,this.i.assigningShapeStyle=i.delegateCombine(this.i.assigningShapeStyle,(function(t,n){var i=new r.IgxAssigningShapeStyleEventArgs;i._provideImplementation(n),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,i),e._assigningShapeStyle.emit({sender:e,args:i})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new n.EventEmitter,this.i.assigningShapeMarkerStyle=i.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,n){var i=new r.IgxAssigningShapeMarkerStyleEventArgs;i._provideImplementation(n),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,i),e._assigningShapeMarkerStyle.emit({sender:e,args:i})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n,template:"",isInline:!0}),o}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:J,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:n.Input}],databaseSource:[{type:n.Input}],shapeMemberPath:[{type:n.Input}],isCustomShapeStyleAllowed:[{type:n.Input}],isCustomShapeMarkerStyleAllowed:[{type:n.Input}],itemSearchMode:[{type:n.Input}],itemSearchThreshold:[{type:n.Input}],fillMemberPath:[{type:n.Input}],fillScale:[{type:n.Input}],fillScaleUseGlobalValues:[{type:n.Input}],itemSearchPointsThreshold:[{type:n.Input}],shapefileDataSource:[{type:n.Input}],shapeFilterResolution:[{type:n.Input}],assigningShapeStyle:[{type:n.Output}],assigningShapeMarkerStyle:[{type:n.Output}]}});var Q=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.x4=!1,t.x3=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.x0=null,t.x2=!1,t}return t.__extends(n,e),n.prototype.ct=function(){return new ee(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.xz=t},n.prototype.get_fh=function(){return!0},n.prototype.get_ef=function(){return!0},n.prototype.rs=function(t,r,o,a){switch(e.prototype.rs.call(this,t,r,o,a),r){case"SeriesViewer":this.xz.cv();break;case"ShapeMemberPath":this.xz.cx();break;case n.$$p[8]:this.xz.cw();break;case n.$$p[4]:if(this.xn.yv=this.x7,this.x4=this.x7,this.x7){var s=this.xn;s.assigningShapeStyle=i.delegateCombine(s.assigningShapeStyle,i.runOn(this,this.yp))}else{var l=this.xn;l.assigningShapeStyle=i.delegateRemove(l.assigningShapeStyle,i.runOn(this,this.yp))}break;case n.$$p[3]:if(this.xn.yu=this.x6,this.x3=this.x6,this.x7){var u=this.xn;u.assigningShapeMarkerStyle=i.delegateCombine(u.assigningShapeMarkerStyle,i.runOn(this,this.yo))}else{var c=this.xn;c.assigningShapeMarkerStyle=i.delegateRemove(c.assigningShapeMarkerStyle,i.runOn(this,this.yo))}break;case n.$$p[5]:this.xn.x7=this.xy;break;case n.$$p[6]:this.xn.zc=this.x9;break;case n.$$p[7]:this.xn.zd=this.ya;break;case n.$$p[0]:this.xn.zh=this.yb;break;case n.$$p[1]:this.xn.xx=this.xx;break;case n.$$p[2]:this.xn.yq=this.x5;break;case"ShapefileDataSource":if(null!=o){var p=o;this.x2&&(p.importCompleted=i.delegateRemove(p.importCompleted,i.runOn(this,this.yq)))}if(null!=a){var h=a;if(h.count>0){this.yr();break}this.x2=!0,h.importCompleted=i.delegateCombine(h.importCompleted,i.runOn(this,this.yq))}}},n.prototype.yp=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},n.prototype.yo=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},n.prototype.yq=function(e,t){this.yr()},n.prototype.yr=function(){var e=this.x1.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(n.prototype,"x1",{get:function(){return this.x0},set:function(e){var t=this.x0;this.x0=e,t!=this.x0&&this.raisePropertyChanged("ShapefileDataSource",t,this.x0)},enumerable:!1,configurable:!0}),n.prototype.get_hf=function(){return!0},n.prototype.set_hf=function(t){e.prototype.set_hf.call(this,t)},n.$t=i.markType(n,"GeographicShapeSeriesBase",g.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["FillMemberPath:yb:ys",[2],"FillScale:xx:yt",[r.BrushScale.$],"FillScaleUseGlobalValues:x5:yu",[0,!1],"IsCustomShapeMarkerStyleAllowed:x6:yv",[0,!1],"IsCustomShapeStyleAllowed:x7:yw",[0,!1],"ItemSearchMode:xy:yx",[r.ShapeItemSearchMode_$type,i.enumGetBox(r.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:x9:yy",[1,1e4],"ItemSearchThreshold:ya:yz",[1,1e4],"ShapeFilterResolution:x8:y0",[1,2],"ShapeMemberPath:ym:y1",[2,"points"]]),n}(g),ee=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.prototype.ci=function(){e.prototype.ci.call(this),this.cu.xn.zu=this.cu.ym},n.prototype.cv=function(){var e=this.cu.xn;if(null==this.cu.dc)return e.x1=null,void(e.x3=null);e.x1=this.cu.dc.zl,e.x3=this.cu.dc.zn},n.prototype.cx=function(){this.cu.xn.zu=this.cu.ym},n.prototype.cw=function(){this.cu.xn.y9=this.cu.x8},n.$t=i.markType(n,"GeographicShapeSeriesBaseView",m.$),n}(m),te=function(e){function n(t){var n=e.call(this,t)||this;return n.cy=null,n.cy=t,n.t||(n.cy.ym="points"),n}return t.__extends(n,e),n.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.z9=r.Defaults.a8,this.cy.j0=r.Defaults.ac,this.cy.y8=r.Defaults.ab,this.cy.y5=r.Defaults.d,this.cy.y3=r.Defaults.a)},n.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xn.ach=this.cy.aab,this.cy.xn.aa9=this.cy.y6,this.cy.xn.abw=this.cy.zr,this.cy.xn.abd=this.cy.y8,this.cy.xn.aav=this.cy.y2},n.prototype.c3=function(){this.cy.xn.abw=this.cy.zr},n.prototype.c5=function(){this.cy.xn.abd=this.cy.y8},n.prototype.c0=function(){this.cy.xn.aav=this.cy.y2},n.prototype.c4=function(){this.cy.xn.aa4=this.cy.y5},n.prototype.cz=function(){this.cy.xn.acd=this.cy.z8},n.prototype.c1=function(){this.cy.xn.ace=this.cy.z9},n.prototype.c2=function(){this.cy.xn.acg=this.cy.aaa},n.prototype.c6=function(){this.cy.xn.aa9=this.cy.y6},n.prototype.c7=function(){this.cy.xn.ach=this.cy.aab},n.$t=i.markType(n,"GeographicShapeSeriesView",ee.$),n}(ee),ne=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_fu=function(){return!0},n.prototype.ct=function(){return new te(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.y7=t},n.prototype.xm=function(){var e=new r.ScatterPolygonSeries;return e.styleShape=i.delegateCombine(e.styleShape,i.runOn(this,this.zo)),e.propertyUpdated=i.delegateCombine(e.propertyUpdated,i.runOn(this,this.zp)),e},n.prototype.zo=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.zp=function(e,t){i.typeCast(r.ScatterPolygonSeries.$,this.xn)},n.prototype.iw=function(){return this.y8},n.prototype.v7=function(){return this.z6},n.prototype.v8=function(){return this.z7},n.prototype.tj=function(){return this.zq},n.prototype.mn=function(){var e=i.typeCast(r.ScatterPolygonSeries.$,this.xn);return null==e?"Unknown":e.mn()},n.prototype.rs=function(t,r,i,o){switch(e.prototype.rs.call(this,t,r,i,o),r){case n.$$p[6]:this.xn.aa2=this.y4;break;case n.$$p[5]:this.xn.aay=this.y3;break;case n.$$p[9]:this.y7.c3();break;case n.$$p[10]:this.y7.c5();break;case n.$$p[4]:this.y7.c0();break;case n.$$p[11]:this.y7.c4();break;case n.$$p[3]:this.y7.cz();break;case n.$$p[7]:this.y7.c1();break;case n.$$p[8]:this.y7.c2();break;case n.$$p[13]:this.y7.c6();break;case n.$$p[12]:this.y7.c7()}},n.prototype.jv=function(){return.7},n.$t=i.markType(n,"GeographicShapeSeries",Q.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:z6:zs",[i.Brush.$],"ActualMarkerOutline:z7:zt",[i.Brush.$],"ActualMarkerTemplate:zq:zu",[i.DataTemplate.$,null],"MarkerBrush:z8:zv",[i.Brush.$],"MarkerCollisionAvoidance:y2:zw",[r.CollisionAvoidanceType_$type,i.enumGetBox(r.CollisionAvoidanceType_$type,0)],"MarkerFillMode:y3:zx",[r.MarkerFillMode_$type,i.enumGetBox(r.MarkerFillMode_$type,0)],"MarkerOutlineMode:y4:zy",[r.MarkerOutlineMode_$type,i.enumGetBox(r.MarkerOutlineMode_$type,0)],"MarkerOutline:z9:zz",[i.Brush.$],"MarkerStyle:aaa:z0",[i.Style.$],"MarkerTemplate:zr:z1",[i.DataTemplate.$,null],"MarkerThickness:y8:z2",[1,i.DeviceUtils.g(2)],"MarkerType:y5:z3",[r.MarkerType_$type,i.enumGetBox(r.MarkerType_$type,2)],"ShapeStyle:aab:z4",[i.Style.$,null],"ShapeStyleSelector:y6:z5",[r.StyleSelector.$,null]]),n}(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 ne},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.fu},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.aab?this.i.aab.fill:null},set:function(e){this.ensureShapeStyle(),this.i.aab.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.aab?this.i.aab.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.aab.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.aab?this.i.aab.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.aab.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.aab?this.i.aab.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.aab.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.aab||(this.i.aab=new i.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.y5},set:function(e){this.i.y5=i.ensureEnum(r.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.y4},set:function(e){this.i.y4=i.ensureEnum(r.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.y3},set:function(e){this.i.y3=i.ensureEnum(r.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.zr},set:function(e){this.i.zr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return i.brushToString(this.i.z8)},set:function(e){this.i.z8=i.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return i.brushToString(this.i.z9)},set:function(e){this.i.z9=i.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.y8},set:function(e){this.i.y8=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.y2},set:function(e){this.i.y2=i.ensureEnum(r.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.zq},set:function(e){this.i.zq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return i.brushToString(this.i.z6)},set:function(e){this.i.z6=i.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return i.brushToString(this.i.z7)},set:function(e){this.i.z7=i.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new n.EventEmitter,this.i.styleShape=i.delegateCombine(this.i.styleShape,(function(t,n){e._runInZone((function(){var t=new r.IgxStyleShapeEventArgs;t._provideImplementation(n),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(J);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:re,decorators:[{type:n.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:n.forwardRef((function(){return re}))},{provide:K,useExisting:n.forwardRef((function(){return re}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return re}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:n.Input}],shapeStroke:[{type:n.Input}],shapeStrokeThickness:[{type:n.Input}],shapeOpacity:[{type:n.Input}],markerType:[{type:n.Input}],markerOutlineMode:[{type:n.Input}],markerFillMode:[{type:n.Input}],markerTemplate:[{type:n.Input}],markerBrush:[{type:n.Input}],markerOutline:[{type:n.Input}],markerThickness:[{type:n.Input}],markerCollisionAvoidance:[{type:n.Input}],actualMarkerTemplate:[{type:n.Input}],actualMarkerBrush:[{type:n.Input}],actualMarkerOutline:[{type:n.Input}],styleShape:[{type:n.Output}]}});var ie=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[re],imports:[o.CommonModule,r.IgxScatterPolygonSeriesDynamicModule],exports:[re,r.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,r.IgxScatterPolygonSeriesDynamicModule],r.IgxScatterPolygonSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ie,decorators:[{type:n.NgModule,args:[{declarations:[re],imports:[o.CommonModule,r.IgxScatterPolygonSeriesDynamicModule],exports:[re,r.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",re),i.TypeRegistrar.register("GeographicShapeSeries",ne.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,ie],exports:[ie]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,ie],ie]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:oe,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,ie],exports:[ie],entryComponents:[re]}]}],ctorParameters:function(){return[]}});var ae=function(e){function n(t){var n=e.call(this,t)||this;return n.cy=null,n.cy=t,n}return t.__extends(n,e),n.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.j0=r.Defaults.aa)},n.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xn.aav=this.cy.y2,this.cy.xn.aa0=this.cy.za},n.prototype.cz=function(){this.cy.xn.aav=this.cy.y2},n.prototype.c0=function(){this.cy.xn.aa0=this.cy.za},n.$t=i.markType(n,"GeographicPolylineSeriesView",ee.$),n}(ee),se=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_fv=function(){return!0},n.prototype.ct=function(){return new ae(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.y3=t},n.prototype.xm=function(){var e=new r.ScatterPolylineSeries;return e.styleShape=i.delegateCombine(e.styleShape,i.runOn(this,this.y7)),e},n.prototype.y7=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.rs=function(t,r,i,o){switch(e.prototype.rs.call(this,t,r,i,o),r){case n.$$p[1]:this.y3.cz();break;case n.$$p[0]:this.y3.c0()}},n.$t=i.markType(n,"GeographicPolylineSeries",Q.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["ShapeStyle:za:y8",[i.Style.$,null],"ShapeStyleSelector:y2:y9",[r.StyleSelector.$,null]]),n}(Q),le=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.fv},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.za?this.i.za.fill:null},set:function(e){this.ensureShapeStyle(),this.i.za.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.za?this.i.za.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.za.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.za?this.i.za.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.za.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.za?this.i.za.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.za.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.za||(this.i.za=new i.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new n.EventEmitter,this.i.styleShape=i.delegateCombine(this.i.styleShape,(function(t,n){e._runInZone((function(){var t=new r.IgxStyleShapeEventArgs;t._provideImplementation(n),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(J);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:le,decorators:[{type:n.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:n.forwardRef((function(){return le}))},{provide:K,useExisting:n.forwardRef((function(){return le}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return le}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:n.Input}],shapeStroke:[{type:n.Input}],shapeStrokeThickness:[{type:n.Input}],shapeOpacity:[{type:n.Input}],styleShape:[{type:n.Output}]}});var ue=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[le],imports:[o.CommonModule,r.IgxScatterPolylineSeriesDynamicModule],exports:[le,r.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,r.IgxScatterPolylineSeriesDynamicModule],r.IgxScatterPolylineSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ue,decorators:[{type:n.NgModule,args:[{declarations:[le],imports:[o.CommonModule,r.IgxScatterPolylineSeriesDynamicModule],exports:[le,r.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ce=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",le),i.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,ue],exports:[ue]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,ue],ue]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ce,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,ue],exports:[ue],entryComponents:[le]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule]]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:pe,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function n(){var t=e.call(this,new i.TileGeneratorTileSource)||this;return t.downloadingImage=i.delegateCombine(t.downloadingImage,i.runOn(t,t.br)),t.cancellingImage=i.delegateCombine(t.cancellingImage,i.runOn(t,t.bq)),t}return t.__extends(n,e),n.prototype.bq=function(e,t){var n=t.uri.toString().split("/"),r=parseInt(i.stringReplace(n[3],"/","")),o=parseInt(i.stringReplace(n[4],"/","")),a=parseInt(i.stringReplace(i.stringReplace(n[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},n.prototype.br=function(e,t){var n=this,r=t.uri.toString().split("/"),o=parseInt(i.stringReplace(r[3],"/","")),a=parseInt(i.stringReplace(r[4],"/","")),s=parseInt(i.stringReplace(i.stringReplace(r[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return n.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},n.$t=i.markType(n,"TileGeneratorMapImagery",d.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"ba",["TileGenerator",[i.ITileGenerator_$type,null]]),n}(d),ye=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new he},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),n}(O),ge=function(){function e(){i.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ye),i.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,pe],pe]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ge,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function n(){var t=e.call(this)||this;return t.aaw=null,t.aav=null,t.imageTilesReady=null,t.aaz=null,t.aa0=!1,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_f7=function(){return!0},n.prototype.ct=function(){return new fe(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.aau=t},n.prototype.get_yx=function(){return!1},Object.defineProperty(n.prototype,"aay",{get:function(){return this.aaw},set:function(e){if(e!=this.aay){var t=this.aay;this.aaw=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"aax",{get:function(){return this.aav},set:function(e){var t=this.aav;this.aav=e,this.raisePropertyChanged("ActualTileImagery",t,this.aav)},enumerable:!1,configurable:!0}),n.prototype.rs=function(t,n,r,o){var a,s;switch(e.prototype.rs.call(this,t,n,r,o),n){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=i.delegateRemove(a.propertyChanged,i.runOn(this,this.aa3))),null!=s&&(s.propertyChanged=i.delegateCombine(s.propertyChanged,i.runOn(this,this.aa3))),this.aau.dv(a,s),this.sa(!1),this.q2();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=i.delegateRemove(a.imageTilesReady,i.runOn(this,this.aa4)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=i.delegateCombine(s.imageTilesReady,i.runOn(this,this.aa4)),s.deferralHandler=this),this.aau.du(a,s),null!=s&&null!==i.typeCast(f.$,this.dc)&&(s.geographicMap=this.dc,this.aa6(this.cw),this.aau.dr(this.dc.yv)),this.q2();break;case"ActualWindowRect":this.aau.dr(o);break;case"WorldRect":this.aau.dy(o);break;case"SeriesViewer":var l=o;null!=r&&null!=this.aax&&this.aax.be(null),null!=l&&null!=this.aax&&this.aax.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.q4()}},n.prototype.aa3=function(e,t){"MultiScaleImage"==t.propertyName&&this.aa6(this.cw)},n.prototype.aa4=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new i.EventArgs),this.aa0||this.aau.dw()},n.prototype.register=function(e,t){this.aaz=t},n.prototype.unRegister=function(e){this.aaz=null},n.prototype.deferredRefresh=function(){this.sa(!1)},n.prototype.deferAction=function(e){null!=this.ka?this.ka.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.ta=function(t,n){this.aau.dx(),e.prototype.ta.call(this,t,n)},n.prototype.sb=function(t){e.prototype.sb.call(this,t),this.aa5(t,this.cw)},n.prototype.aa5=function(e,t){var n,r,i=t,o=t.getViewInfo(n,r);n=o.p0,r=o.p1,this.aa6(t),null!=this.aaz&&(this.aa0=!0,this.aaz(e),this.aa0=!1),i.dw()},n.prototype.r9=function(t,n,r,i,o){e.prototype.r9.call(this,t,n,r,i,o);var a=this.hv.item(i);a.bd(r),this.d7(a)||this.aaa(a)},n.prototype.aa6=function(e){var t,n,r=e.getViewInfo(t,n);t=r.p0,n=r.p1,null!=this.aay&&null!=this.aay.ao&&(this.aay!=this.aax&&(this.aax=this.aay),null==this.aax||t.isEmpty||(this.aax.width!=t.width&&(this.aax.width=t.width),this.aax.height!=t.height&&(this.aax.height=t.height)))},n.prototype.pk=function(t,n){e.prototype.pk.call(this,t,n),n.ds()},n.$t=i.markType(n,"TileSeries",r.ShapeSeriesBase.$,[i.IMapRenderDeferralHandler_$type]),n}(r.ShapeSeriesBase),fe=function(e){function n(t){var n=e.call(this,t)||this;return n.dn=null,n.dz=new i.GeometryGroup,n.dq=null,n.dp=null,n.dn=t,n}return t.__extends(n,e),n.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.dn.wh=r.Defaults.tileSeries_Outline,this.dn.v1=r.Defaults.tileSeries_Brush)},n.prototype.cx=function(e,t){t.c.count>0&&this.dz.d.add(t)},n.prototype.di=function(e,t){return this.dj(e,t,!0)},n.prototype.dh=function(e,t){return null},n.prototype.c1=function(e,t){},n.prototype.cz=function(e,t,n){},n.prototype.c7=function(){e.prototype.c7.call(this),this.dz.d.clear()},n.prototype.c6=function(){e.prototype.c6.call(this),this.a2()},n.prototype.dr=function(e){null!=this.dn.aay&&(this.dn.aay.windowRect=e)},n.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.ka.createElement("canvas");var n=this.f.ka.get2DCanvasContext(this.dq);this.dp=new i.RenderingContext(new i.CanvasViewRenderer,n),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=i.delegateRemove(e.imagesChanged,i.runOn(this,this.dt))),null!=t&&(null!=this.ae&&t.be(this.ae),t.bd(this.dp),t.bf(this.b9),t.imagesChanged=i.delegateCombine(t.imagesChanged,i.runOn(this,this.dt)))},n.prototype.dt=function(e,t){this.a2()},n.prototype.dv=function(e,t){},n.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.aay&&this.dn.aay.bf(this.b9)},n.prototype.bj=function(t,n){if(e.prototype.bj.call(this,t,n),!n&&null!=this.dq){var r=!1;if(this.dz.d.count>0)r=!0,this.m.ac(),this.m.r(this.dz),this.m.h().clip();var o=i.truncate(Math.round(this.b9.left)),a=i.truncate(Math.round(this.b9.top)),s=i.truncate(Math.round(this.b9.width)),l=i.truncate(Math.round(this.b9.height));this.m.o(this.dq.getNativeElement(),1,o,a,s,l,o,a,s,l),r&&this.m.ab()}},n.prototype.dw=function(){this.a2()},n.prototype.ds=function(){},n.prototype.dy=function(e){null!=this.dn.aay&&this.dn.aay.a6()},n.$t=i.markType(n,"TileSeriesView",r.ShapeSeriesViewBase.$),n}(r.ShapeSeriesViewBase),de=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new me},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.f7},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aay;return null==e?null:e.externalObject},set:function(e){this.i.aay=null==e?null:e.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:i,deps:[],target:n["ɵɵFactoryTarget"].Component}),i.ɵcmp=n["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:r.IgxShapeSeriesBaseComponent,useExisting:n.forwardRef((function(){return i}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return i}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),i}(r.IgxShapeSeriesBaseComponent);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:de,decorators:[{type:n.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:r.IgxShapeSeriesBaseComponent,useExisting:n.forwardRef((function(){return de}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return de}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:n.Input}]}});var be=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule]]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:be,decorators:[{type:n.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var Se=function(){function e(){i.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),i.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,be],be]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Se,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var xe=function(e){function n(){var t=e.call(this)||this;return t.y3=null,t.y2=null,t.imageTilesReady=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_f7=function(){return!0},Object.defineProperty(n.prototype,"y4",{get:function(){return this.y3},set:function(e){if(e!=this.y4){var t=this.y4;this.y3=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),n.prototype.y8=function(){null!=this.y4&&this.y4.clearTileCache()},n.prototype.rs=function(t,n,r,i){switch(e.prototype.rs.call(this,t,n,r,i),n){case"TileImagery":null!=this.xn&&(this.xn.aay=this.y4)}},n.prototype.xs=function(t,n){if(e.prototype.xs.call(this,t,n),this.xn.aay=this.y4,null!=this.y2){var r=this.y2;r.imageTilesReady=i.delegateRemove(r.imageTilesReady,i.runOn(this,this.y7))}if(this.y2=this.xn,null!=this.y2){var o=this.y2;o.imageTilesReady=i.delegateCombine(o.imageTilesReady,i.runOn(this,this.y7))}},n.prototype.xm=function(){return new me},n.prototype.y7=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.$t=i.markType(n,"GeographicTileSeries",Q.$),n}(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.f7},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.y4;return null==e?null:e.externalObject},set:function(e){this.i.y4=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.y8()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=i.delegateCombine(this.i.imageTilesReady,(function(t,n){e._runInZone((function(){var t=new k;t._provideImplementation(n),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(J);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ve,decorators:[{type:n.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:n.forwardRef((function(){return ve}))},{provide:K,useExisting:n.forwardRef((function(){return ve}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return ve}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:n.Input}],imageTilesReady:[{type:n.Output}]}});var Me=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[ve],imports:[o.CommonModule,Se],exports:[ve,Se]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,Se],Se]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Me,decorators:[{type:n.NgModule,args:[{declarations:[ve],imports:[o.CommonModule,Se],exports:[ve,Se],entryComponents:[]}]}]});var Ie=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",ve),i.TypeRegistrar.register("GeographicTileSeries",xe.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,Me],exports:[Me]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,Me],Me]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ie,decorators:[{type:n.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.xx},set:function(e){this.i.xx=i.ensureEnum(r.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.xy},set:function(e){this.i.xy=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.xw},set:function(e){this.i.xw=i.ensureEnum(r.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.xv},set:function(e){this.i.xv=i.ensureEnum(r.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.yd},set:function(e){this.i.yd=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return i.brushToString(this.i.yr)},set:function(e){this.i.yr=i.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return i.brushToString(this.i.ys)},set:function(e){this.i.ys=i.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.xz},set:function(e){this.i.xz=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.yc},set:function(e){this.i.yc=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return i.brushToString(this.i.yp)},set:function(e){this.i.yp=i.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return i.brushToString(this.i.yq)},set:function(e){this.i.yq=i.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n,template:"",isInline:!0}),o}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ce,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:n.Input}],markerThickness:[{type:n.Input}],markerOutlineMode:[{type:n.Input}],markerFillMode:[{type:n.Input}],markerTemplate:[{type:n.Input}],markerBrush:[{type:n.Input}],markerOutline:[{type:n.Input}],maximumMarkers:[{type:n.Input}],actualMarkerTemplate:[{type:n.Input}],actualMarkerBrush:[{type:n.Input}],actualMarkerOutline:[{type:n.Input}]}});var ke=function(e){function n(){var t=e.call(this)||this,n=t.xn;return n.propertyUpdated=i.delegateCombine(n.propertyUpdated,i.runOn(t,t.yb)),t}return t.__extends(n,e),n.prototype.tj=function(){return this.yc},n.prototype.v7=function(){return this.yp},n.prototype.v8=function(){return this.yq},n.prototype.iw=function(){return this.xy},n.prototype.mn=function(){var e=i.typeCast(r.MarkerSeries.$,this.xn);return null==e?"Unknown":e.mn()},n.prototype.yb=function(e,t){var n=i.typeCast(r.MarkerSeries.$,this.xn);null!=n&&("ActualMarkerTemplate"==t.propertyName?this.yc=n.yp:"ActualMarkerOutline"==t.propertyName?this.yq=n.y8:"ActualMarkerBrush"==t.propertyName&&(this.yp=n.y7))},n.prototype.rs=function(t,r,i,o){switch(e.prototype.rs.call(this,t,r,i,o),r){case n.$$p[3]:this.xn.y9=this.yr;break;case n.$$p[6]:this.xn.za=this.ys;break;case n.$$p[5]:this.xn.xr=this.xw;break;case n.$$p[4]:this.xn.xn=this.xv;break;case n.$$p[9]:this.xn.xx=this.xx;break;case n.$$p[7]:this.xn.yr=this.yd;break;case n.$$p[8]:this.xn.x7=this.xy;break;case n.$$p[10]:this.xn.aaz=this.xz}},n.$t=i.markType(n,"GeographicMarkerSeries",g.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:yp:ye",[i.Brush.$],"ActualMarkerOutline:yq:yf",[i.Brush.$],"ActualMarkerTemplate:yc:yg",[i.DataTemplate.$,null],"MarkerBrush:yr:yh",[i.Brush.$],"MarkerFillMode:xv:yi",[r.MarkerFillMode_$type,i.enumGetBox(r.MarkerFillMode_$type,0)],"MarkerOutlineMode:xw:yj",[r.MarkerOutlineMode_$type,i.enumGetBox(r.MarkerOutlineMode_$type,0)],"MarkerOutline:ys:yk",[i.Brush.$],"MarkerTemplate:yd:yl",[i.DataTemplate.$,null],"MarkerThickness:xy:ym",[1,i.DeviceUtils.g(2)],"MarkerType:xx:yn",[r.MarkerType_$type,i.enumGetBox(r.MarkerType_$type,r.Defaults.e)],"MaximumMarkers:xz:yo",[1,400]]),n}(g),_e=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.prototype.a4=function(){e.prototype.a4.call(this),this.t},n.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xn;t.abj=this.cu.zm,t.abr=this.cu.zk,t.xx=this.cu.xx,t.yr=this.cu.yd,t.x7=this.cu.xy,t.adt=this.cu.y6,t.aej=this.cu.zr,t.adi=this.cu.yy,t.ad9=this.cu.zi,t.ad4=this.cu.za,t.adf=this.cu.yv,t.adr=this.cu.y2,t.ads=this.cu.y5,t.ady=this.cu.y8,t.adx=this.cu.y7},n.prototype.c3=function(){this.cu.xn.abj=this.cu.zm},n.prototype.c2=function(){this.cu.xn.abr=this.cu.zk},n.prototype.c8=function(){this.cu.xn.xx=this.cu.xx},n.prototype.c6=function(){this.cu.xn.yr=this.cu.yd},n.prototype.c7=function(){this.cu.xn.x7=this.cu.xy},n.prototype.c9=function(){this.cu.xn.aaz=this.cu.xz},n.prototype.db=function(){this.cu.xn.xAxis=this.cu.dc.zl},n.prototype.dc=function(){this.cu.xn.yAxis=this.cu.dc.zn},n.prototype.da=function(){var e=this.cu.xn;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zl,e.yAxis=this.cu.dc.zn},n.prototype.c4=function(){this.cu.xn.y9=this.cu.yr},n.prototype.c5=function(){this.cu.xn.za=this.cu.ys},n.prototype.dd=function(){this.cu.xn.aej=this.cu.zr},n.prototype.de=function(){this.cu.xn.adi=this.cu.yy,this.cu.xn.adt=this.cu.y6},n.prototype.cy=function(){this.cu.xn.ad9=this.cu.zi},n.prototype.cw=function(){this.cu.xn.adf=this.cu.yv,this.cu.xn.adr=this.cu.y2,this.cu.xn.ads=this.cu.y5,this.cu.xn.ady=this.cu.y8,this.cu.xn.adx=this.cu.y7},n.prototype.cv=function(){this.cu.xn.ad4=this.cu.za},n.prototype.df=function(){this.cu.xn.adt=this.cu.y6},n.prototype.cx=function(){this.cu.xn.adr=this.cu.y2},n.prototype.c1=function(){this.cu.xn.ads=this.cu.y5},n.prototype.c0=function(){this.cu.xn.ady=this.cu.y8},n.prototype.cz=function(){this.cu.xn.adx=this.cu.y7},n.$t=i.markType(n,"GeographicProportionalSymbolSeriesView",m.$),n}(m),we=function(e){function n(){var t=e.call(this)||this;return t.yw=null,t.y1=!1,t.y0=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_ek=function(){return!0},n.prototype.ct=function(){return new _e(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.yz=t},n.prototype.jv=function(){return.7},n.prototype.xm=function(){return new r.BubbleSeries},n.prototype.get_fh=function(){return!0},n.prototype.rs=function(t,r,o,a){switch(e.prototype.rs.call(this,t,r,o,a),r){case"SeriesViewer":this.yz.da();break;case n.$$p[9]:this.yz.c3();break;case n.$$p[8]:this.yz.c2();break;case"XAxis":this.yz.db();break;case"YAxis":this.yz.dc();break;case n.$$p[13]:this.yz.dd();break;case n.$$p[14]:this.yz.de();break;case n.$$p[15]:this.yz.df();break;case n.$$p[7]:this.yz.cy();break;case n.$$p[0]:this.yz.cv();break;case n.$$p[1]:this.yz.cw();break;case n.$$p[2]:this.yz.cx();break;case n.$$p[12]:this.yz.c1();break;case n.$$p[11]:this.yz.c0();break;case n.$$p[10]:this.yz.cz();break;case n.$$p[4]:if(this.xn.aaf=this.y4,this.y1=this.y4,this.y4){var s=this.xn;s.assigningScatterStyle=i.delegateCombine(s.assigningScatterStyle,i.runOn(this,this.zw))}else{var l=this.xn;l.assigningScatterStyle=i.delegateRemove(l.assigningScatterStyle,i.runOn(this,this.zw))}break;case n.$$p[3]:if(this.xn.aae=this.y3,this.y0=this.y3,this.y4){var u=this.xn;u.assigningScatterMarkerStyle=i.delegateCombine(u.assigningScatterMarkerStyle,i.runOn(this,this.zv))}else{var c=this.xn;c.assigningScatterMarkerStyle=i.delegateRemove(c.assigningScatterMarkerStyle,i.runOn(this,this.zv))}break;case n.$$p[5]:this.xn.zy=this.yx;break;case n.$$p[6]:this.xn.aay=this.y9}},n.prototype.zw=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.zv=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=i.markType(n,"GeographicProportionalSymbolSeries",ke.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["FillMemberPath:za:zx",[2],"FillScale:yv:zy",[r.BrushScale.$],"FillScaleUseGlobalValues:y2:zz",[0,!1],"IsCustomScatterMarkerStyleAllowed:y3:z0",[0,!1],"IsCustomScatterStyleAllowed:y4:z1",[0,!1],"ItemSearchMode:yx:z2",[r.ScatterItemSearchMode_$type,i.enumGetBox(r.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y9:z3",[1,1e4],"LabelMemberPath:zi:z4",[2],"LatitudeMemberPath:zk:z5",[2,null],"LongitudeMemberPath:zm:z6",[2,null],"MarkerBrushBrightness:y7:z7",[1,NaN],"MarkerOutlineBrightness:y8:z8",[1,NaN],"MarkerOutlineUsesFillScale:y5:z9",[0,!1],"RadiusMemberPath:zr:aaa",[2,null],"RadiusScale:yy:aab",[r.SizeScale.$],"RadiusScaleUseGlobalValues:y6:aac",[0,!1]]),n}(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.zk},set:function(e){this.i.zk=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.zm},set:function(e){this.i.zm=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.zr},set:function(e){this.i.zr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.yy;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.yy=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.zi},set:function(e){this.i.zi=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.za},set:function(e){this.i.za=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.yv;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.yv=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.y2},set:function(e){this.i.y2=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.y5},set:function(e){this.i.y5=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.y8},set:function(e){this.i.y8=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.y7},set:function(e){this.i.y7=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.y6},set:function(e){this.i.y6=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y4},set:function(e){this.i.y4=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y3},set:function(e){this.i.y3=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yx},set:function(e){this.i.yx=i.ensureEnum(r.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.y9},set:function(e){this.i.y9=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(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,n,r){e.prototype._styling.call(this,t,n,r),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,n,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,n,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new n.EventEmitter,this.i.assigningScatterStyle=i.delegateCombine(this.i.assigningScatterStyle,(function(t,n){var i=new r.IgxAssigningScatterStyleEventArgs;i._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,i),e._assigningScatterStyle.emit({sender:e,args:i})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new n.EventEmitter,this.i.assigningScatterMarkerStyle=i.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,n){var i=new r.IgxAssigningScatterMarkerStyleEventArgs;i._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,i),e._assigningScatterMarkerStyle.emit({sender:e,args:i})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ce);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Pe,decorators:[{type:n.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ce,useExisting:n.forwardRef((function(){return Pe}))},{provide:K,useExisting:n.forwardRef((function(){return Pe}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return Pe}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:n.Input}],longitudeMemberPath:[{type:n.Input}],radiusMemberPath:[{type:n.Input}],radiusScale:[{type:n.Input}],labelMemberPath:[{type:n.Input}],fillMemberPath:[{type:n.Input}],fillScale:[{type:n.Input}],fillScaleUseGlobalValues:[{type:n.Input}],markerOutlineUsesFillScale:[{type:n.Input}],markerOutlineBrightness:[{type:n.Input}],markerBrushBrightness:[{type:n.Input}],radiusScaleUseGlobalValues:[{type:n.Input}],isCustomScatterStyleAllowed:[{type:n.Input}],isCustomScatterMarkerStyleAllowed:[{type:n.Input}],itemSearchMode:[{type:n.Input}],itemSearchThreshold:[{type:n.Input}],assigningScatterStyle:[{type:n.Output}],assigningScatterMarkerStyle:[{type:n.Output}]}});var De=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[Pe],imports:[o.CommonModule,r.IgxBubbleSeriesDynamicModule],exports:[Pe,r.IgxBubbleSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,r.IgxBubbleSeriesDynamicModule],r.IgxBubbleSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:De,decorators:[{type:n.NgModule,args:[{declarations:[Pe],imports:[o.CommonModule,r.IgxBubbleSeriesDynamicModule],exports:[Pe,r.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var ze=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),i.TypeRegistrar.register("GeographicProportionalSymbolSeries",we.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,De],De]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ze,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var Te=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.prototype.a4=function(){e.prototype.a4.call(this),this.t},n.prototype.ci=function(){var t=this.cu.xn;e.prototype.ci.call(this),t.abj=this.cu.zb,t.abr=this.cu.y9,t.xx=this.cu.xx,t.yr=this.cu.yd,t.x7=this.cu.xy},n.prototype.cw=function(){this.cu.xn.abj=this.cu.zb},n.prototype.cv=function(){this.cu.xn.abr=this.cu.y9},n.prototype.c2=function(){this.cu.xn.xx=this.cu.xx},n.prototype.c0=function(){this.cu.xn.yr=this.cu.yd},n.prototype.c1=function(){this.cu.xn.x7=this.cu.xy},n.prototype.c3=function(){this.cu.xn.aaz=this.cu.xz},n.prototype.c5=function(){this.cu.xn.xAxis=this.cu.dc.zl},n.prototype.c6=function(){this.cu.xn.yAxis=this.cu.dc.zn},n.prototype.c4=function(){var e=this.cu.xn;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zl,e.yAxis=this.cu.dc.zn},n.prototype.cy=function(){this.cu.xn.zj=this.cu.yv},n.prototype.cx=function(){this.cu.xn.y9=this.cu.yr},n.prototype.cz=function(){this.cu.xn.za=this.cu.ys},n.$t=i.markType(n,"GeographicSymbolSeriesView",m.$),n}(m),Oe=function(e){function n(){var t=e.call(this)||this;return t.yx=null,t.y0=!1,t.yz=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_ek=function(){return!0},n.prototype.ct=function(){return new Te(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.yy=t},n.prototype.jv=function(){return.7},n.prototype.xm=function(){return new r.ScatterSeries},n.prototype.get_fh=function(){return!0},n.prototype.rs=function(t,r,o,a){switch(e.prototype.rs.call(this,t,r,o,a),r){case"SeriesViewer":this.yy.c4();break;case n.$$p[5]:this.yy.cw();break;case n.$$p[4]:this.yy.cv();break;case n.$$p[6]:this.yy.cy();break;case"XAxis":this.yy.c5();break;case"YAxis":this.yy.c6();break;case n.$$p[1]:if(this.xn.aaf=this.y2,this.y0=this.y2,this.y2){var s=this.xn;s.assigningScatterStyle=i.delegateCombine(s.assigningScatterStyle,i.runOn(this,this.zg))}else{var l=this.xn;l.assigningScatterStyle=i.delegateRemove(l.assigningScatterStyle,i.runOn(this,this.zg))}break;case n.$$p[0]:if(this.xn.aae=this.y1,this.yz=this.y1,this.y2){var u=this.xn;u.assigningScatterMarkerStyle=i.delegateCombine(u.assigningScatterMarkerStyle,i.runOn(this,this.zf))}else{var c=this.xn;c.assigningScatterMarkerStyle=i.delegateRemove(c.assigningScatterMarkerStyle,i.runOn(this,this.zf))}break;case n.$$p[2]:this.xn.zy=this.yw;break;case n.$$p[3]:this.xn.aay=this.y4}},n.prototype.zg=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.zf=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=i.markType(n,"GeographicSymbolSeries",ke.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:y1:zh",[0,!1],"IsCustomScatterStyleAllowed:y2:zi",[0,!1],"ItemSearchMode:yw:zj",[r.ScatterItemSearchMode_$type,i.enumGetBox(r.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y4:zk",[1,1e4],"LatitudeMemberPath:y9:zl",[2,null],"LongitudeMemberPath:zb:zm",[2,null],"MarkerCollisionAvoidance:yv:zn",[r.CollisionAvoidanceType_$type,i.enumGetBox(r.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:y3:zo",[0,!1]]),n}(ke),je=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.y9},set:function(e){this.i.y9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.zb},set:function(e){this.i.zb=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yv},set:function(e){this.i.yv=i.ensureEnum(r.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y2},set:function(e){this.i.y2=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y1},set:function(e){this.i.y1=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.yw},set:function(e){this.i.yw=i.ensureEnum(r.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.y4},set:function(e){this.i.y4=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new n.EventEmitter,this.i.assigningScatterStyle=i.delegateCombine(this.i.assigningScatterStyle,(function(t,n){var i=new r.IgxAssigningScatterStyleEventArgs;i._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,i),e._assigningScatterStyle.emit({sender:e,args:i})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new n.EventEmitter,this.i.assigningScatterMarkerStyle=i.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,n){var i=new r.IgxAssigningScatterMarkerStyleEventArgs;i._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,i),e._assigningScatterMarkerStyle.emit({sender:e,args:i})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ce);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:je,decorators:[{type:n.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ce,useExisting:n.forwardRef((function(){return je}))},{provide:K,useExisting:n.forwardRef((function(){return je}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return je}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:n.Input}],longitudeMemberPath:[{type:n.Input}],markerCollisionAvoidance:[{type:n.Input}],isCustomScatterStyleAllowed:[{type:n.Input}],isCustomScatterMarkerStyleAllowed:[{type:n.Input}],itemSearchMode:[{type:n.Input}],itemSearchThreshold:[{type:n.Input}],assigningScatterStyle:[{type:n.Output}],assigningScatterMarkerStyle:[{type:n.Output}]}});var $e=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[je],imports:[o.CommonModule,r.IgxScatterSeriesDynamicModule],exports:[je,r.IgxScatterSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,r.IgxScatterSeriesDynamicModule],r.IgxScatterSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:$e,decorators:[{type:n.NgModule,args:[{declarations:[je],imports:[o.CommonModule,r.IgxScatterSeriesDynamicModule],exports:[je,r.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Re=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",je),i.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,$e],exports:[$e]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,$e],$e]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Re,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,$e],exports:[$e],entryComponents:[je]}]}],ctorParameters:function(){return[]}});var Ve=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 i.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.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"trianglesSource",{get:function(){return this.i.xw},set:function(e){this.i.xw=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.x2},set:function(e){this.i.x2=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.x4},set:function(e){this.i.x4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.x6},set:function(e){this.i.x6=e},enumerable:!1,configurable:!0}),r.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:r,deps:[],target:n["ɵɵFactoryTarget"].Component}),r.ɵcmp=n["ɵɵ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:n,template:"",isInline:!0}),r}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ve,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:n.Input}],longitudeMemberPath:[{type:n.Input}],latitudeMemberPath:[{type:n.Input}],trianglesSource:[{type:n.Input}],triangleVertexMemberPath1:[{type:n.Input}],triangleVertexMemberPath2:[{type:n.Input}],triangleVertexMemberPath3:[{type:n.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.ex},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.yg;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.yg=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.yf;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.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(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,n,r){e.prototype._styling.call(this,t,n,r),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,n,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,n,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.yq()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new n.EventEmitter,this.i.triangulationStatusChanged=i.delegateCombine(this.i.triangulationStatusChanged,(function(t,n){e._runInZone((function(){var t=new i.IgxTriangulationStatusEventArgs;t._provideImplementation(n),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:Ve,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ve);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ae,decorators:[{type:n.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ve,useExisting:n.forwardRef((function(){return Ae}))},{provide:K,useExisting:n.forwardRef((function(){return Ae}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return Ae}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:n.Input}],colorScale:[{type:n.Input}],actualColorScale:[{type:n.Input}],triangulationStatusChanged:[{type:n.Output}]}});var Be=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[Ae],imports:[o.CommonModule,r.IgxScatterAreaSeriesDynamicModule],exports:[Ae,r.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,r.IgxScatterAreaSeriesDynamicModule],r.IgxScatterAreaSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Be,decorators:[{type:n.NgModule,args:[{declarations:[Ae],imports:[o.CommonModule,r.IgxScatterAreaSeriesDynamicModule],exports:[Ae,r.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Ae),i.TypeRegistrar.register("GeographicScatterAreaSeries",C.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,Be],exports:[Be]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,Be],Be]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ge,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,Be],exports:[Be],entryComponents:[Ae]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.prototype.ci=function(){e.prototype.ci.call(this);var t=i.typeCast(r.HighDensityScatterSeries.$,this.cu.xn);t.zw=this.cu.yc,t.z4=this.cu.ya,t.x9=this.cu.xz,t.x8=this.cu.xy,t.gf=this.cu.xx,t.y4=this.cu.x1,t.y3=this.cu.x0,t.aa2=this.cu.yv,t.aa1=this.cu.yu,t.zg=this.cu.x4},n.prototype.c0=function(){this.cu.xn.zw=this.cu.yc},n.prototype.cz=function(){this.cu.xn.z4=this.cu.ya},n.prototype.c5=function(){this.cu.xn.x9=this.cu.xz},n.prototype.c3=function(){this.cu.xn.x8=this.cu.xy},n.prototype.c1=function(){this.cu.xn.gf=this.cu.xx},n.prototype.cy=function(){this.cu.xn.y4=this.cu.x1},n.prototype.cw=function(){this.cu.xn.y3=this.cu.x0},n.prototype.c4=function(){var e=i.typeCast(r.HighDensityScatterSeries.$,this.cu.xn);if(null==this.cu.dc)return e.xs=null,void(e.xu=null);e.xs=this.cu.dc.zl,e.xu=this.cu.dc.zn},n.prototype.c6=function(){this.cu.xn.xs=this.cu.dc.zl},n.prototype.c7=function(){this.cu.xn.xu=this.cu.dc.zn},n.prototype.cx=function(){this.cu.xn.aa2=this.cu.yv},n.prototype.cv=function(){this.cu.xn.aa1=this.cu.yu},n.prototype.c2=function(){this.cu.xn.zg=this.cu.x4},n.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yv=r.Defaults.bf,this.cu.yu=r.Defaults.be,this.cu.v1=r.Defaults.ba,this.cu.wh=r.Defaults.a9)},n.$t=i.markType(n,"GeographicHighDensityScatterSeriesView",m.$),n}(m),Ne=function(e){function n(){var t=e.call(this)||this;return t.xv=null,t.progressiveLoadStatusChanged=null,t.x3=0,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.ju=function(){return i.isNaN_(this.jt)?r.Defaults.ad:e.prototype.ju.call(this)},n.prototype.get_fs=function(){return!0},n.prototype.ct=function(){return new Fe(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.xw=t},n.prototype.xm=function(){return this.xv=new r.HighDensityScatterSeries,this.xv},Object.defineProperty(n.prototype,"x5",{get:function(){return this.x3},set:function(e){var t=this.x3;this.x3=e,this.raisePropertyChanged("ProgressiveStatus",t,this.x3)},enumerable:!1,configurable:!0}),n.prototype.xs=function(t,n){e.prototype.xs.call(this,t,n);var r=this.xn;r.progressiveLoadStatusChanged=i.delegateCombine(r.progressiveLoadStatusChanged,i.runOn(this,this.yj));var o=this.xn;o.propertyUpdated=i.delegateCombine(o.propertyUpdated,i.runOn(this,this.yi))},n.prototype.yj=function(e,t){this.x5=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},n.prototype.yi=function(e,t){this.xv},n.prototype.rs=function(t,r,i,o){switch(e.prototype.rs.call(this,t,r,i,o),r){case"SeriesViewer":this.xw.c4();break;case n.$$p[5]:this.xw.c0();break;case n.$$p[4]:this.xw.cz();break;case n.$$p[9]:this.xw.c5();break;case n.$$p[8]:this.xw.c3();break;case n.$$p[6]:this.xw.c1();break;case"XAxis":this.xw.c6();break;case"YAxis":this.xw.c7();break;case n.$$p[3]:this.xw.cy();break;case n.$$p[1]:this.xw.cw();break;case n.$$p[2]:this.xw.cx();break;case n.$$p[0]:this.xw.cv();break;case n.$$p[7]:this.xw.c2()}},n.prototype.get_hf=function(){return!0},n.prototype.set_hf=function(t){e.prototype.set_hf.call(this,t)},n.$t=i.markType(n,"GeographicHighDensityScatterSeries",g.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["HeatMaximumColor:yu:yk",[i.Color.$,r.Defaults.be],"HeatMaximum:x0:yl",[1,50],"HeatMinimumColor:yv:ym",[i.Color.$,r.Defaults.bf],"HeatMinimum:x1:yn",[1,0],"LatitudeMemberPath:ya:yo",[2,null],"LongitudeMemberPath:yc:yp",[2,null],"MouseOverEnabled:xx:yq",[0,!1],"PointExtent:x4:yr",[1,1],"ProgressiveLoad:xy:ys",[0,!0],"UseBruteForce:xz:yt",[0,!1]]),n}(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.fs},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yc},set:function(e){this.i.yc=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.xz},set:function(e){this.i.xz=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.xy},set:function(e){this.i.xy=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.xx},set:function(e){this.i.xx=i.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.x1},set:function(e){this.i.x1=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.x0},set:function(e){this.i.x0=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return i.colorToString(this.i.yv)},set:function(e){this.i.yv=i.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return i.colorToString(this.i.yu)},set:function(e){this.i.yu=i.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.x4},set:function(e){this.i.x4=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.x5},set:function(e){this.i.x5=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new n.EventEmitter,this.i.progressiveLoadStatusChanged=i.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,n){e._runInZone((function(){var t=new r.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(n),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ee,decorators:[{type:n.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:n.forwardRef((function(){return Ee}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return Ee}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:n.Input}],longitudeMemberPath:[{type:n.Input}],useBruteForce:[{type:n.Input}],progressiveLoad:[{type:n.Input}],mouseOverEnabled:[{type:n.Input}],heatMinimum:[{type:n.Input}],heatMaximum:[{type:n.Input}],heatMinimumColor:[{type:n.Input}],heatMaximumColor:[{type:n.Input}],pointExtent:[{type:n.Input}],progressiveStatus:[{type:n.Input}],progressiveLoadStatusChanged:[{type:n.Output}]}});var qe=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[Ee],imports:[o.CommonModule,r.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,r.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,r.IgxHighDensityScatterSeriesDynamicModule],r.IgxHighDensityScatterSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:qe,decorators:[{type:n.NgModule,args:[{declarations:[Ee],imports:[o.CommonModule,r.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,r.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ee),i.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ne.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,qe],exports:[qe]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,qe],qe]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ue,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,qe],exports:[qe],entryComponents:[Ee]}]}],ctorParameters:function(){return[]}});var Le=function(e){function n(t){var n=e.call(this,t)||this;return n.c2=null,n.c2=t,n}return t.__extends(n,e),n.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.j0=r.Defaults.z)},n.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xn&&(this.c2.yf.zi=this.c2.yi,this.c2.yf.zs=this.c2.ym)},n.prototype.c3=function(){null!=this.c2.yf&&(this.c2.yf.zi=this.c2.yi)},n.prototype.c4=function(){null!=this.c2.yf&&(this.c2.yf.zs=this.c2.ym)},n.$t=i.markType(n,"GeographicContourLineSeriesView",S.$),n}(S),He=function(e){function n(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bk=function(){return new n},n.prototype.get_fn=function(){return!0},n.prototype.xs=function(t,n){e.prototype.xs.call(this,t,n)},n.prototype.xm=function(){this.yf=new r.ScatterContourSeries;var e=this.yf;e.triangulationStatusChanged=i.delegateCombine(e.triangulationStatusChanged,i.runOn(this,this.yp));var t=this.yf;return t.propertyUpdated=i.delegateCombine(t.propertyUpdated,i.runOn(this,this.yq)),this.yf},n.prototype.yp=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.yq=function(e,t){var n=i.typeCast(r.ScatterContourSeries.$,this.xn);null!=n&&"ActualFillScale"==t.propertyName&&(this.yh=n.zh)},n.prototype.s1=function(){e.prototype.s1.call(this)},n.prototype.ct=function(){return new Le(this)},n.prototype.rj=function(t){e.prototype.rj.call(this,t),this.yj=t},n.prototype.rs=function(t,r,i,o){switch(e.prototype.rs.call(this,t,r,i,o),r){case n.$$p[1]:this.yj.c3();break;case n.$$p[2]:this.yj.c4();break;case n.$$p[3]:this.yf.zf=this.ye;break;case"DashArray":this.yf.wo=this.wo;break;case"DashCap":this.yf.wp=this.wp;break;case"MiterLimit":this.yf.jr=this.jr;break;case"LineJoin":this.yf.wr=this.wr}},n.$t=i.markType(n,"GeographicContourLineSeries",I.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"raisePropertyChanged",["ActualFillScale:yh:yr",[r.ValueBrushScale.$,null],"FillScale:yi:ys",[r.ValueBrushScale.$,null],"ValueMemberPath:ym:yt",[2,"value"],"ValueResolver:ye:yu",[r.ContourValueResolver.$,null]]),n}(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.fn},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.ym},set:function(e){this.i.ym=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.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.yi=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.yh;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.yh=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.ye;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.ye=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(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,n,r){e.prototype._styling.call(this,t,n,r),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,n,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,n,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,n,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new n.EventEmitter,this.i.triangulationStatusChanged=i.delegateCombine(this.i.triangulationStatusChanged,(function(t,n){e._runInZone((function(){var t=new i.IgxTriangulationStatusEventArgs;t._provideImplementation(n),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:o,deps:[],target:n["ɵɵFactoryTarget"].Component}),o.ɵcmp=n["ɵɵ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:Ve,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ve);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:We,decorators:[{type:n.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:Ve,useExisting:n.forwardRef((function(){return We}))},{provide:K,useExisting:n.forwardRef((function(){return We}))},{provide:r.IgxSeriesComponent,useExisting:n.forwardRef((function(){return We}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:n.Input}],fillScale:[{type:n.Input}],actualFillScale:[{type:n.Input}],valueResolver:[{type:n.Input}],triangulationStatusChanged:[{type:n.Output}]}});var Ze=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,declarations:[We],imports:[o.CommonModule,r.IgxScatterContourSeriesDynamicModule],exports:[We,r.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,r.IgxScatterContourSeriesDynamicModule],r.IgxScatterContourSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ze,decorators:[{type:n.NgModule,args:[{declarations:[We],imports:[o.CommonModule,r.IgxScatterContourSeriesDynamicModule],exports:[We,r.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){i.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),i.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Xe,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,ie,ue,pe,i.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,$e,Be,qe,Ze,X,i.IgxShapeDataSourceModule],exports:[ie,ue,pe,i.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,$e,Be,qe,Ze,X,i.IgxShapeDataSourceModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,ie,ue,pe,i.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,$e,Be,qe,Ze,X,i.IgxShapeDataSourceModule],ie,ue,pe,i.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,$e,Be,qe,Ze,X,i.IgxShapeDataSourceModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ye,decorators:[{type:n.NgModule,args:[{declarations:[],exports:[ie,ue,pe,i.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,$e,Be,qe,Ze,X,i.IgxShapeDataSourceModule],imports:[o.CommonModule,ie,ue,pe,i.IgxHeatTileGeneratorModule,Me,r.IgxSizeScaleModule,r.IgxValueBrushScaleModule,r.IgxCustomPaletteColorScaleModule,De,$e,Be,qe,Ze,X,i.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,oe,ce,ge,i.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,ze,Re,Ge,Ue,Xe,Y,i.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ce,ge,i.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,ze,Re,Ge,Ue,Xe,Y,i.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,oe,ce,ge,i.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,ze,Re,Ge,Ue,Xe,Y,i.IgxShapeDataSourceDynamicModule,Ye],oe,ce,ge,i.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,ze,Re,Ge,Ue,Xe,Y,i.IgxShapeDataSourceDynamicModule,Ye]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ke,decorators:[{type:n.NgModule,args:[{declarations:[],exports:[oe,ce,ge,i.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,ze,Re,Ge,Ue,Xe,Y,i.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ce,ge,i.IgxHeatTileGeneratorDynamicModule,Ie,r.IgxSizeScaleDynamicModule,r.IgxValueBrushScaleDynamicModule,r.IgxCustomPaletteColorScaleDynamicModule,ze,Re,Ge,Ue,Xe,Y,i.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),n.$t=i.markType(n,"TokenResponseModel"),n}(i.Base),Qe=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),n.$t=i.markType(n,"MapServerResponseModel"),n}(i.Base),et=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),n.$t=i.markType(n,"TileInfoResponseModel"),n}(i.Base),tt=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),n.$t=i.markType(n,"LevelOfDetailResponseModel"),n}(i.Base),nt=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}({}),rt=i.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"),it=function(e){function n(t){var n=e.call(this,t)||this;return n.k=t,n}return t.__extends(n,e),n.prototype.p=function(){this.l(),this.n(),this.o(),this.m(),this.q(),this.r()},n.prototype.l=function(){this.a.ap.apiKey=this.k.apiKey},n.prototype.n=function(){this.a.ap.cultureName=this.k.cultureName},n.prototype.o=function(){this.a.ap.tilesetId=this.k.b1},n.prototype.m=function(){this.a.ap.apiVersion=this.k.apiVersion},n.prototype.q=function(){this.a.ap.localizedView=this.k.localizedView},n.prototype.r=function(){this.a.ap.timestamp=this.k.timestamp},n.$t=i.markType(n,"AzureMapsImageryView",b.$),n}(b),ot=function(e){function n(){var t=e.call(this,new i.AzureMapsTileSource)||this;return t.bp.p(),t}return t.__extends(n,e),n.prototype.ai=function(){return new it(this)},n.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},n.prototype.b4=function(t,r,i){switch(t){case n.$$p[3]:this.b1=this.bx(),this.bp.o();break;case n.$$p[0]:this.bp.l();break;case n.$$p[2]:this.bp.n();break;case n.$$p[1]:this.bp.m();break;case n.$$p[4]:this.bp.q();break;case n.$$p[6]:this.bp.r()}e.prototype.ba.call(this,t,r,i)},n.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""}},n.$t=i.markType(n,"AzureMapsImagery",d.$),n.$$p=i.markDep(i.DependencyProperty,i.PropertyMetadata,n,"b4",["ApiKey",[2,i.stringEmpty()],"ApiVersion",[2,"2024-04-01"],"CultureName",[2,"en-US"],"ImageryStyle",[rt,i.enumGetBox(rt,0)],"LocalizedView",[2,null],"TilesetId:b1:ca",[2,null],"Timestamp",[3,i.dateMinValue()]]),n}(d),at=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.$t=i.markType(n,"GeographicProportionalSymbolSeriesBaseView",m.$),n}(m),st=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.$t=i.markType(n,"GeographicShapeSeriesBaseBaseView",m.$),n}(m),lt=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.$t=i.markType(n,"GeographicSymbolSeriesBaseView",m.$),n}(m),ut=function(e){function n(t){var n=e.call(this,t)||this;return n.cu=null,n.cu=t,n}return t.__extends(n,e),n.$t=i.markType(n,"GeographicXYTriangulatingSeriesBaseView",m.$),n}(m),ct=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new ot},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"apiVersion",{get:function(){return this.i.apiVersion},set:function(e){this.i.apiVersion=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=i.ensureEnum(rt,e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"localizedView",{get:function(){return this.i.localizedView},set:function(e){this.i.localizedView=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"timestamp",{get:function(){return this.i.timestamp},set:function(e){this.i.timestamp=e},enumerable:!1,configurable:!0}),n}(O),pt=function(){function e(){}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule]]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:pt,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var ht=function(){function e(){i.TypeRegistrar.registerCons("IgxAzureMapsImagery",ct),i.TypeRegistrar.register("AzureMapsImagery",ot.$type)}return e.ɵfac=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,deps:[],target:n["ɵɵFactoryTarget"].NgModule}),e.ɵmod=n["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[o.CommonModule,pt],exports:[pt]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,pt],pt]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ht,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,pt],exports:[pt],entryComponents:[]}]}],ctorParameters:function(){return[]}});var yt=function(e){function n(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new i.List$1(i.String_$type,0),t}return t.__extends(n,e),n.$t=i.markType(n,"ImageryMetadata"),n}(i.Base),gt=function(e){function n(){var t=e.call(this)||this;return t.a=null,t.a=new i.List$1(yt.$,0),t}return t.__extends(n,e),n.$t=i.markType(n,"BingResourceSet"),n}(i.Base),mt=function(e){function n(){var t=e.call(this)||this;return t.a=null,t.a=new i.List$1(gt.$,0),t}return t.__extends(n,e),n.$t=i.markType(n,"BingResponse"),n}(i.Base),ft=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=i.markType(n,"GeographicMarkerSeriesBase",ke.$),n}(ke),dt=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=i.markType(n,"GeographicProportionalSymbolSeriesBase",ft.$),n}(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=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:r,deps:[],target:n["ɵɵFactoryTarget"].Component}),r.ɵcmp=n["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),r}(Ce);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:bt,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var St=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=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:r,deps:[],target:n["ɵɵFactoryTarget"].Component}),r.ɵcmp=n["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),r}(bt);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:St,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var xt=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=i.markType(n,"GeographicShapeSeriesBaseBase",g.$),n}(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=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:r,deps:[],target:n["ɵɵFactoryTarget"].Component}),r.ɵcmp=n["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),r}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:vt,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var Mt=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=i.markType(n,"GeographicSymbolSeriesBase",ft.$),n}(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=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:r,deps:[],target:n["ɵɵFactoryTarget"].Component}),r.ɵcmp=n["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),r}(bt);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:It,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var Ct=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=i.markType(n,"GeographicXYTriangulatingSeriesBase",g.$),n}(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=n["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:r,deps:[],target:n["ɵɵFactoryTarget"].Component}),r.ɵcmp=n["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),r}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:kt,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.AzureMapsImagery=ot,e.AzureMapsImageryStyle=nt,e.AzureMapsImageryStyle_$type=rt,e.AzureMapsImageryView=it,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=z,e.BingMapsMapImagery=R,e.BingMapsMapImageryView=$,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=x,e.GeographicShapeSeries=ne,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=xt,e.GeographicShapeSeriesBaseBaseView=st,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=Mt,e.GeographicSymbolSeriesBaseView=lt,e.GeographicSymbolSeriesView=Te,e.GeographicTileSeries=xe,e.GeographicXYTriangulatingSeries=I,e.GeographicXYTriangulatingSeriesBase=Ct,e.GeographicXYTriangulatingSeriesBaseView=ut,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=V,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=le,e.IgxGeographicPolylineSeriesDynamicModule=ce,e.IgxGeographicPolylineSeriesModule=ue,e.IgxGeographicProportionalSymbolSeriesBaseComponent=St,e.IgxGeographicProportionalSymbolSeriesComponent=Pe,e.IgxGeographicProportionalSymbolSeriesDynamicModule=ze,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=ie,e.IgxGeographicSymbolSeriesBaseComponent=It,e.IgxGeographicSymbolSeriesComponent=je,e.IgxGeographicSymbolSeriesDynamicModule=Re,e.IgxGeographicSymbolSeriesModule=$e,e.IgxGeographicTileSeriesComponent=ve,e.IgxGeographicTileSeriesDynamicModule=Ie,e.IgxGeographicTileSeriesModule=Me,e.IgxGeographicXYTriangulatingSeriesBaseComponent=kt,e.IgxGeographicXYTriangulatingSeriesComponent=Ve,e.IgxImageTilesReadyEventArgs=k,e.IgxImagesChangedEventArgs=T,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=Se,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=yt,e.ImagesChangedEventArgs=y,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=l,e.MapBackgroundTilingMode_$type=u,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=M,e.SphericalMercatorHorizontalScaler=p,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=j,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})}));