igniteui-angular-maps 18.0.0 → 18.1.1

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 (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1466 -1460
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -191
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +463 -463
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +195 -189
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +456 -456
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1480 -1474
  60. package/fesm5/igniteui-angular-maps.js +1466 -1460
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +56 -54
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +112 -112
  78. 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,n,i,r,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=r.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=r.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 r.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,i,r){var o,a,s,l,u,c=r.e,p=r.d,h=r.c,g=(r.a,!h.isEmpty),y=(this.m,this.o,h.top),m=h.height,f=c.top,d=c.height,v=p.top,b=p.height,S=this.au.top,w=this.au.height,x=this.af(e),M=.017453292519943295,I=!1;null!=x&&(I=!0);for(var C=t;C<i;C++)o=I?x[C]:e.item(C),g?(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*M,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),u=(((u=y+(u=(this.ai-l)*m/this.aj))-S*m)/w-f*b)/d,I?x[C]=u:e.item(C,u)):(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*M,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),u=((u=v+(u=(this.ai-l)*b/this.aj))-f*b)/d,I?x[C]=u:e.item(C,u))},n.prototype.t=function(e,t,n,i,r){return{p3:this.ak(e.l5),p4:this.ak(e.l4)}},n.prototype.w=function(t,i,r){switch(e.prototype.w.call(this,t,i,r),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,i,r){var o=(e-i.top)*t.width+t.top*i.height;return o=n.am(this.n)-o/(i.height/this.aj),n.aq(o)},n.prototype.getMercatorScaledValue1=function(e,t,n,i){return(n.top+this.getMercatorScaledValue3(e,n.height)-t.top*n.height)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,n,i,r){return(this.getMercatorScaledValue3(e,i.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 i=n.am(e);return(this.ai-i)*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=r.markType(n,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),n.ag=85.05112878,n.ah=-85.05112878,n}(i.VerticalLinearScaler),p=function(e){function n(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.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,i){var r,o=i.e,a=i.d,s=i.c,l=i.a,u=!s.isEmpty,c=this.m,p=this.o,h=s.left,g=s.width,y=o.left,m=o.width,f=a.left,d=a.width,v=this.aj.left,b=this.aj.width,S=this.af(e),w=!1;null!=S&&(w=!0);for(var x=t;x<n;x++)if(r=w?S[x]:e.item(x),u){var M=(r-p)/c;l&&(M=1-M);var I=((M=h+g*(M-v)/b)-y*d)/m;w?S[x]=I:e.item(x,I)}else{var C=(r-p)/c;l&&(C=1-C),C=f+d*(C-y)/m,w?S[x]=C:e.item(x,C)}},n.prototype.t=function(e,t,n,i,r){return{p3:e.l5,p4:e.l4}},n.prototype.getMercatorUnscaledValue=function(e,t,n,i){var r=t.left+t.width*(e-n.left)/n.width;return i&&(r=1-r),this.o+r*this.m},n.prototype.getMercatorScaledValue1=function(e,t,n,i){var r=(e-this.o)/this.m;return i&&(r=1-r),n.left+n.width*(r-t.left)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,n,i,r){var o=(e-this.o)/this.m;return r&&(o=1-o),n.left+n.width*(o-t.left)/t.width},n.$t=r.markType(n,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),n}(i.HorizontalLinearScaler),h=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"ImageTilesReadyEventArgs",r.EventArgs.$),n}(r.EventArgs),g=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"ImagesChangedEventArgs",r.EventArgs.$),n}(r.EventArgs),y=function(e){function n(){var t=e.call(this)||this;return t.vd=null,t.vf=t.ve(),t}return t.__extends(n,e),n.prototype.pc=function(){e.prototype.pc.call(this),null!=this.vf&&this.vf.pc()},n.prototype.get_ex=function(){return!0},n.prototype.j5=function(e,t){var n=this.mh(t);return"LatitudeMemberPath"==n&&(n="YMemberPath"),"LongitudeMemberPath"==n&&(n="XMemberPath"),this.vf.j5(e,n)},n.prototype.li=function(e){var t=this.mh(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.vf.li(t)},n.prototype.dz=function(e,t,n,i){return this.vf.dz(e,t,n,i)},n.prototype.ag=function(){return this.vf.ag()},n.prototype.bf=function(){return this.vf},Object.defineProperty(n.prototype,"vf",{get:function(){return this.vd},set:function(e){this.vf!=e&&(this.vd=e,this.vk())},enumerable:!1,configurable:!0}),n.prototype.get_hasMarkers=function(){return this.vf.hasMarkers},n.prototype.vk=function(){if(null!=this.vd){var e=this.vd;e.externalObject=r.TypeRegistrar.createFromInternal(e,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),e.externalObject._implementation=e}this.of(this.vf),this.vg.b5()},n.prototype.c6=function(e,t,n){return this.c8(this.vf,e,t,n)},n.prototype.c7=function(e,t,n){return this.c9(this.vf,e,t,n)},n.prototype.j2=function(e){return this.j8(this.vf,e)},n.prototype.jq=function(e,t){return this.vf.jq(e,t)},n.prototype.jo=function(e,t){return this.vf.jo(e,t)},n.prototype.il=function(e,t,n){return this.vf.il(e,t,n)},n.prototype.uu=function(e,t,n){return this.vf.uu(e,t,n)},n.prototype.u5=function(e){return this.vf.u5(e)},n.prototype.ak=function(e){return this.vf.ak(e)},n.prototype.u6=function(e){return this.vf.u6(e)},n.prototype.al=function(e){return this.vf.al(e)},n.prototype.u7=function(e){return this.vf.u7(e)},n.prototype.u8=function(e){return this.vf.u8(e)},n.prototype.ih=function(e,t,n){return this.vf.ih(e,t,n)},n.prototype.uq=function(e,t,n){return this.vf.uq(e,t,n)},n.prototype.ij=function(e,t,n){return this.il(e,t,n)},n.prototype.us=function(e,t,n){return this.vf.us(e,t,n)},n.prototype.uv=function(e,t,n){return this.vf.uv(e,t,n)},n.prototype.im=function(e,t,n){return this.vf.im(e,t,n)},n.prototype.ur=function(e,t,n){return this.vf.ur(e,t,n)},n.prototype.ii=function(e,t,n){return this.vf.ii(e,t,n)},n.prototype.ut=function(e,t,n){return this.vf.ut(e,t,n)},n.prototype.ik=function(e,t,n){return this.vf.ik(e,t,n)},n.prototype.jk=function(e){return this.vf.jk(e)},n.prototype.ib=function(){return this.vf.ib()},n.prototype.h7=function(e){return this.vf.h7(e)},n.prototype.j3=function(e){return this.vf.j3(e)},n.prototype.ci=function(){return new m(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.vg=r.typeCast(m.$,t)},Object.defineProperty(n.prototype,"vh",{get:function(){return this.c(n.vm)},set:function(e){this.h(n.vm,e)},enumerable:!1,configurable:!0}),n.prototype.p5=function(t,n,o,a){switch(e.prototype.p5.call(this,t,n,o,a),n){case"SeriesViewer":this.vf.c1=this.c1,null!=o&&o.qm(this.vf),null!=a&&this.c1.ms(this.vf),this.vf.p8(this.u9),this.vf.index=this.index,this.ox(this.vf),this.jw=this.vf.jw;var s=r.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.vl))),null!=this.c1){var l=this.c1;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.vl))}this.vj();break;case"SyncLink":this.vf.ct=this.ct;break;case"VisibleFromScale":this.vj();break;case"Index":this.vf.index=this.index;break;case"ItemsSource":this.vg.b6();break;case"Resolution":this.vg.cd();break;case"TransitionDuration":this.vg.cg();break;case"Opacity":this.vg.ca();break;case"Visibility":var u=this.vf,c=this._visibility;u.visibility=c;break;case"MouseOverEnabled":this.vf.fs=this.fs;break;case"ExpectFunctions":this.vf.expectFunctions=this.expectFunctions;break;case"Thickness":this.vg.cf();break;case"Brush":this.vg.b4();break;case"Outline":this.vg.cc();break;case"ActualBrush":this.vg.b1();break;case"ActualOutline":this.vg.b2();break;case"MarkerFillOpacity":r.isNaN_(this.iw)||this.vg.b9();break;case"AreaFillOpacity":r.isNaN_(this.h0)||this.vg.b3();break;case"OutlineMode":this.vg.cb();break;case"ShowDefaultTooltip":this.vg.ce();break;case"Title":this.vf.title=this.title;break;case"LegendItemBadgeMode":this.vg.b7();break;case"LegendItemBadgeShape":this.vg.b8();break;case"Legend":this.vf.legend=this.legend,this.cl.av()}},n.prototype.vj=function(){if(null!=this.c1&&null!=this.vf&&!r.isNaN_(this.vh))if(this.c1.vh.width>this.vh){this.vf.visibility=1}else{this.vf.visibility=0}},n.prototype.vl=function(e,t){this.vj()},n.prototype.qm=function(t){e.prototype.qm.call(this,t),null!=this.vf&&this.vf.qm(t)},n.prototype.ql=function(e,t,n,i,r){null!=this.vf&&this.vf.ql(e,t,n,i,r)},n.prototype.au=function(e,t){return this.vf.au(e,t)},n.prototype.q5=function(){e.prototype.q5.call(this),this.vf.q5()},n.prototype.get_coercionMethods=function(){return this._coercionMethods},n.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.vf.coercionMethods=e},n.prototype.ow=function(t){if(e.prototype.ow.call(this,t),null!=this.vf){var n=this.vf.j1();this.oa(t,n)}},n.$t=r.markType(n,"GeographicMapSeriesHost",i.Series.$),n.vm=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,n.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),n}(i.Series),m=function(e){function n(t){var n=e.call(this,t)||this;return n.b0=null,n.b0=t,n}return t.__extends(n,e),n.prototype.at=function(t,n){e.prototype.at.call(this,t,n)},n.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.vf.legendItemVisibility=0,this.b0.vf.itemsSource=this.b0.itemsSource,this.b0.vf.index=this.b0.index,this.b0.vf.t2=this.b0.t2,this.b0.vf.ud=this.b0.t2,this.b0.vf.b8=this.b0.b8,this.b0.vf.iz=this.b0.iz,this.b0.vf.jt=this.b0.jt,this.b0.vf._opacity=this.b0._opacity,this.b0.vf.i5=this.b0.i5,this.b0.vf.h0=this.b0.h0,this.b0.vf.iw=this.b0.iw,this.b0.vf.f9=this.b0.f9,this.b0.vf.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.vf.a5=this.b0.a5},n.prototype.b6=function(){this.b0.vf.itemsSource=this.b0.itemsSource},n.prototype.cd=function(){this.b0.vf.iz=this.b0.iz},n.prototype.cg=function(){this.b0.vf.jt=this.b0.jt},n.prototype.ca=function(){this.b0.vf._opacity=this.b0._opacity},n.prototype.cf=function(){this.b0.vf.i5=this.b0.i5},n.prototype.b4=function(){this.b0.vf.t2=this.b0.t2},n.prototype.cc=function(){this.b0.vf.ud=this.b0.ud},n.prototype.b1=function(){this.b0.vf.t2=this.b0.tw},n.prototype.b2=function(){this.b0.vf.ud=this.b0.t0},n.prototype.b7=function(){this.b0.vf.a5=this.b0.a5},n.prototype.b8=function(){this.b0.vf.legendItemBadgeShape=this.b0.legendItemBadgeShape},n.prototype.b3=function(){this.b0.vf.h0=this.b0.h0},n.prototype.b9=function(){this.b0.vf.iw=this.b0.iw},n.prototype.cb=function(){this.b0.vf.b8=this.b0.b8},n.prototype.ce=function(){this.b0.vf.f9=this.b0.f9},n.$t=r.markType(n,"HostSeriesView",i.SeriesView.$),n}(i.SeriesView),f=function(e){function n(){var t=e.call(this)||this;t.wt=null,t.wi=!1,t.wa=1,t.wp=0,t.x0=null,t.v7=null,t.v3=null,t.v5=null,t.v9=null,t.xw={$type:r.Point_$type,x:NaN,y:NaN},t.x3=null,t.wo=1,t.imageTilesReady=null,t.wh=null,t.x2=r.Rect.empty,t.wp=c.am(n.x1.bottom)-c.am(n.x1.top),t.ab=n.$,t.backgroundContent=new x;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.v4=a,t.v4.nl=new p;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.v6=s,t.v6.nl=new c,t.xb(),t.xi(),t.nk(),t}return t.__extends(n,e),n.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.v4.provideRenderer(t),this.v6.provideRenderer(t)},n.prototype.nk=function(){e.prototype.nk.call(this),this.wg.fv(this.g9)},n.prototype.ff=function(){return this.wm},n.prototype.fg=function(){return this.wm},n.prototype.wd=function(){return 0==this.wb&&this.wi?2:1},Object.defineProperty(n.prototype,"wc",{get:function(){return this.wa},set:function(e){this.wa=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"x5",{get:function(){return this.x0},set:function(e){if(r.Rect.l_op_Inequality(this.x0,e)){var t=this.x0;this.x0=e,this.p4("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),n.prototype.x9=function(){return this.x5},n.prototype.xb=function(){this.yh.isEmpty||(this.x5=this.yf(this.yh,1==this.cr))},n.prototype.yf=function(e,t){var i=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.x1.width,g=c.am(n.x1.top);if(p/h>this.wp){var y=p/this.wp;o-=(y-h)/2*n.x1.width,a=y*n.x1.width,t&&(o<n.x1.left?o+=n.x1.left-o:o+a>n.x1.right&&(o-=o+a-n.x1.right))}else if(p/h<this.wp){var m=this.wp*h-p,f=u-m/2,d=l+m/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.wp&&(f-=d-(g+this.wp),d-=d-(g+this.wp))),i=c.aq(f),s=c.aq(d)-i}return new r.Rect(0,o,i,a,s)},Object.defineProperty(n.prototype,"backgroundContent",{get:function(){return this.v7},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.v7=e,this.p4("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"v4",{get:function(){return this.v3},set:function(e){if(e!=this.v4){var t=this.v4;this.v3=e,this.p4("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"v6",{get:function(){return this.v5},set:function(e){if(e!=this.v6){var t=this.v6;this.v5=e,this.p4("YAxis",t,e)}},enumerable:!1,configurable:!0}),n.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},n.prototype.xl=function(e){this.vx=e},n.prototype.xk=function(e){this.yh=e},n.prototype.getZoomFromGeographicRect=function(e){return this.x7(e,!0,0)},n.prototype.x6=function(e,t){return this.x7(e,!1,t)},n.prototype.x7=function(e,t,o){var a=e;t&&(a=this.yf(e,!1));var s=this.v4,l=this.v6,u=new i.ScalerParams(1,n.x4,this.vw,s.ch);u.c=this.vl;var c=new i.ScalerParams(1,n.x4,this.vw,l.ch);c.c=this.vl;var p=this.v4.ej(a.left,u),h=this.v4.ej(a.right,u),g=this.v6.ej(a.top,c),y=this.v6.ej(a.bottom,c),m=(p-o)/this.vw.width,f=(y-o)/this.vw.height,d=(h-p+2*o)/this.vw.width,v=(g-y+2*o)/this.vw.height,b=new r.Rect(0,m,f,d,v);return b.intersect(n.x4),b.isEmpty&&(b=n.x4),b},n.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 n.x4;var l=new r.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},n.prototype.yb=function(e){var t=this.v4,o=this.v6,a=new i.ScalerParams(1,e,this.vw,t.ch);a.c=this.vl;var s=new i.ScalerParams(1,e,this.vw,o.ch);s.c=this.vl;var l=this.vk,u=t.em(l.left,a),c=o.em(l.top,s),p=t.em(l.right,a),h=o.em(l.bottom,s),g=p-u,y=c-h,m=new r.Rect(0,u,h,g,y);return 1==this.cr&&(m.intersect(n.x1),m.isEmpty&&(m=n.x1)),m},n.prototype.xx=function(e){var t=this.v4.l8(e.x),n=this.v6.l8(e.y);return{$type:r.Point_$type,x:t,y:n}},n.prototype.xy=function(e){var t=this.v4.e4(e.x),n=this.v6.e4(e.y);return{$type:r.Point_$type,x:t,y:n}},n.prototype.xz=function(e){return this.xy(e)},n.prototype.w8=function(){var e=r.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},n.prototype.xe=function(e){},n.prototype.f8=function(){return!0},n.prototype.xg=function(){var e,n;this.wg.ee();try{for(var i=t.__values(r.fromEnum(this.series)),o=i.next();!o.done;o=i.next()){o.value.q5()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}},n.prototype.xj=function(){if(2==this.wf){if(!this.vw.isEmpty&&this.vw.width>0&&this.vw.height>0){var e=this.v4.l8(this.vw.left+this.vw.width/2),t=this.v6.l8(this.vw.top+this.vw.height/2);this.xw={$type:r.Point_$type,x:e,y:t}}}else if(!this.vw.isEmpty&&this.vw.width>0&&this.vw.height>0){var n=this.v4.l8(this.vw.left),i=this.v6.l8(this.vw.top);this.xw={$type:r.Point_$type,x:n,y:i}}},n.prototype.xf=function(){(r.isNaN_(this.xw.x)||r.isNaN_(this.xw.y))&&this.xj();var e=this.xw.x,t=this.xw.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.vh.left,a=this.vh.top,s=this.vh.width,l=this.vh.height;if(s>this.x3.width);else{var u=new i.ScalerParams(1,n.x4,this.vw,this.v4.ch);u.c=this.vl;var c=this.v4.ej(e,u);if(2==this.wf)o=c/this.vw.width-s/2;else o=c/this.vw.width;o+s>this.x3.right?o=this.x3.right-s:o<this.x3.left&&(o=this.x3.left)}if(l>this.x3.height);else{var p=new i.ScalerParams(1,n.x4,this.vw,this.v6.ch);p.c=this.vl;var h=this.v6.ej(t,p);if(2==this.wf)a=h/this.vw.height-l/2;else a=h/this.vw.height;a+l>this.x3.bottom?a=this.x3.bottom-l:a<this.x3.top&&(a=this.x3.top)}this.rf(new r.Rect(0,o,a,s,l),!1)}},n.prototype.get_e7=function(){return!0},n.prototype.vi=function(){var t=e.prototype.vi.call(this);if(null==this.v4||null==this.v6)return t;this.vs();var n=t.left,i=t.top;1==this.cr&&(this.vx.width>this.x3.width?n=.5-this.vx.width/2:n+t.width>this.x3.right?n=this.x3.right-this.vx.width:n<this.x3.left&&(n=this.x3.left),this.vx.height>this.x3.height?i=.5-this.vx.height/2:i+this.vx.height>this.x3.bottom?i=this.x3.bottom-this.vx.height:i<this.x3.top&&(i=this.x3.top));var o=!1;!this.wl&&2==this.cr&&this.wi&&(n>1&&(n=n-Math.floor(n)+1),n<0&&(n=0-(Math.ceil(n)-n)),t.right-this.x3.right>0&&(t.right-this.x3.right)/t.width>.8?(n=this.x3.left-(t.width-(t.right-this.x3.right)),o=!0):t.left<this.x3.left&&Math.abs(t.left-this.x3.left)/t.width>.8&&(n=this.x3.right-Math.abs(t.left-this.x3.left),o=!0));var a=new r.Rect(0,n,i,t.width,t.height);if(this.wl){var s=this.x6(this.yh,1);s=this.x8(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 r.Rect(0,l-p/2,u-h/2,p,h),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,m=g*y;a=new r.Rect(0,l-m/2,u-y/2,m,y),o=!0}a.left<s.left&&(a=new r.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new r.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new r.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new r.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.eu=!0,this.vx=a,this.eu=!1),a},n.prototype.mp=function(e,t){var n=!0,i=!0,o=0,a=this.vs(),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&&(i=!1),n)if(i){var u=this.v3.ej(-180,t);o=this.v3.ej(180,t)-u}else{o=this.v3.ej(-180,t)-this.v3.ej(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,n,o)},n.prototype.vs=function(){var e=new i.ScalerParams(1,n.x4,this.vw,this.v4.ch);e.c=this.vl;var t=new i.ScalerParams(1,n.x4,this.vw,this.v6.ch);t.c=this.vl;var o=this.v4.ej(n.x1.left,e),a=this.v4.ej(n.x1.right,e),s=this.v6.ej(n.x1.top,t),l=this.v6.ej(n.x1.bottom,t);return this.x3=new r.Rect(0,o/this.vw.width,l/this.vw.height,(a-o)/this.vw.width,(s-l)/this.vw.height),this.x3},n.prototype.x8=function(e){var t=this.hd,n=.5*(e.left+e.right),i=.5*(e.top+e.bottom),o=e.width,a=e.height,s=r.MathUtil.d(e.width,t,1),l=r.MathUtil.d(e.height,t,1),u=this.vw,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 g=s!=o,y=l!=a,m=g?n-.5*s:e.left,f=y?i-.5*l:e.top,d=g?n+.5*s:e.right,v=y?i+.5*l:e.bottom;return m<0&&(d=(m=0)+s),d>1&&(m=(d=1)-s),f<0&&(v=(f=0)+l),v>1&&(f=(v=1)-l),new r.Rect(0,m,f,d-m,v-f)},n.prototype.vj=function(t){if(e.prototype.vj.call(this,this.vw),t.isEmpty)return r.Rect.empty;var n;if(t.width>t.height){var i=r.intDivide(r.truncate(t.width-t.height),2);n=new r.Rect(0,t.left+i,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);n=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return n},n.prototype.ya=function(e){return this.vj(e)},n.prototype.c7=function(){return new w(this)},n.prototype.xa=function(e){null!=e&&(e.bi=this)},n.prototype.pn=function(t){e.prototype.pn.call(this,t),this.wg=t},n.prototype.py=function(t,n){e.prototype.py.call(this,t,n),this.q3(this.v4),this.q3(this.v6),r.Rect.l_op_Inequality(t,n)&&this.xf(),this.wl&&(this.vh=this.vi()),this.xm()},Object.defineProperty(n.prototype,"wq",{get:function(){return this.wo},set:function(e){var t=this.wo;this.wo=e,this.p4("ActualWindowScale",t,this.wo)},enumerable:!1,configurable:!0}),n.prototype.hj=function(){return this.wq},n.prototype.hk=function(){return this.wq},n.prototype.q2=function(){e.prototype.q2.call(this);var t=Math.min(this.vh.width,this.vh.height);this.wq=t},n.prototype.fx=function(){return this.wi},n.prototype.cs=function(){return 0==this.ct&&this.wj?2:this.ct},n.prototype.pz=function(i,o,a,s){var l,u,c,p;switch(e.prototype.pz.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xb();break;case"WindowRect":this.xj();break;case n.$$p[0]:this.wc=this.wd(),null!=this.v9&&(this.v9.isHorizontalWrappingEnabled=2==this.wc);break;case n.$$p[1]:this.wi=this.wj,this.wc=this.wd(),this.cr=this.cs(),null!=this.v9&&(this.v9.isHorizontalWrappingEnabled=2==this.wc);break;case n.$$p[4]:this.vh=this.vi();break;case"BackgroundContent":if(null!=this.v9){var h=this.v9;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.xc)),this.v9.deferralHandler=null}if(this.v9=r.typeCast(d.$,this.backgroundContent),null!=this.v9){var g=this.v9;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.xc)),this.v9.deferralHandler=this,this.v9.isHorizontalWrappingEnabled=2==this.wc}this.wg.fu(r.typeCast(d.$,a),r.typeCast(d.$,s)),null!=this.v9&&(this.v9.geographicMap=this,this.wg.fr(this.vh),this.wg.fv(this.g9));break;case"YAxis":case"XAxis":this.xh(a),this.xa(s);break;case n.$$p[6]:this.wk||(this.vx=n.x4),this.xb(),this.xi(),this.xj(),this.vh=this.vi(),this.wg.fs();break;case"ActualWindowRect":this.wg.fr(this.vh);break;case"ActualWorldRect":try{for(var y=t.__values(r.fromEnum(this.series)),m=y.next();!m.done;m=y.next()){m.value.qm(!1)}}catch(e){l={error:e}}finally{try{m&&!m.done&&(u=y.return)&&u.call(y)}finally{if(l)throw l.error}}break;case n.$$p[5]:this.wq=this.wr;break;case"ActualWindowScale":this.f4||this.rd(this.hj(),this.hk());break;case"ActualPixelScalingRatio":this.wg.fv(this.g9);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;r.isNaN_(f)||r.isInfinity(f)?(this.hd=5e-6,this.hc=5e-6):(this.hd=f,this.hc=f);break;case n.$$p[7]:this.q9();break;case"MarkerAutomaticBehavior":try{for(var v=t.__values(r.fromEnum(this.series)),b=v.next();!b.done;b=v.next()){b.value.pc()}}catch(e){c={error:e}}finally{try{b&&!b.done&&(p=v.return)&&p.call(v)}finally{if(c)throw c.error}}}},n.prototype.xc=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.xh=function(e){null!=e&&(e.bi=null)},n.prototype.xi=function(){null!=this.v4&&(this.v4.l5=this.x5.left,this.v4.l4=this.x5.right),null!=this.v6&&(this.v6.l5=this.x5.top,this.v6.l4=this.x5.bottom),this.v4.c2(!0),this.v6.c2(!0)},n.prototype.getFontInfo=function(){return this.wh=this.wg.fo,this.wh},n.prototype.ul=function(){return this.wg.fw},n.prototype.getFontBrush=function(){return this.wg.fx},n.prototype.qv=function(t,n){if(null!==r.typeCast(r.ItfConverter.$,n)){var i=n,o=t;o.itemsSource=i.triangulationSource.points,o.vo=i.triangulationSource.triangles}else e.prototype.qv.call(this,t,n)},n.prototype.register=function(e,t){this.qj(e,t)},n.prototype.unRegister=function(e){this.q1(e)},n.prototype.deferredRefresh=function(){this.m2()},n.prototype.deferAction=function(e){null!=this.wt?this.wt.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.w9=function(e){this.q8(e)},n.prototype.wu=function(){var e=new i.ChartVisualData,t=this.v4.fw(),n=this.v6.fw();e.axes.add1(t),e.axes.add1(n);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].j1();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.vw),e.centralArea=r.RectData.b(this.vw),e.plotArea=r.RectData.b(this.vw),e},n.prototype.vo=function(e,t,n){return e},n.prototype.xd=function(){},Object.defineProperty(n.prototype,"yg",{get:function(){return this.x2},set:function(e){this.x2=e},enumerable:!1,configurable:!0}),n.prototype.xn=function(e){this.yg=e,this.xm()},n.prototype.xm=function(){if(this.wn&&!this.yg.isEmpty){var e=this.getZoomFromGeographicRect(this.yg);this.yg=r.Rect.empty,this.rf(e,!1)}},Object.defineProperty(n.prototype,"wn",{get:function(){return!this.vw.isEmpty&&!this.vl.isEmpty},enumerable:!1,configurable:!0}),n.$t=r.markType(n,"XamGeographicMap",i.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),n.we=0,n.x1=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),n.x4=new r.Rect(0,0,0,1,1),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"p4",["BackgroundTilingMode:wb:xo",[u,r.enumGetBox(u,0)],"IsHorizontalWrappingEnabled:wj:xp",[0,!1],"ResizeBehavior:wf:xq",[s,r.enumGetBox(s,n.we)],"SuppressZoomResetOnWorldRectChange:wk:xr",[0,!1],"UseWorldRectForZoomBounds:wl:xs",[0,!1],"WindowScale:wr:xt",[1,NaN],"WorldRect:yh:xu",[r.Rect.$,n.x1],"Zoomable:wm:xv",[0,!0]]),n}(i.SeriesViewer),d=function(e){function n(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=n.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(n,e),n.prototype.bb=function(e){},n.prototype.ai=function(){return new v(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=r.delegateCombine(e.imageTilesReady,r.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.a4));var n=this.ao;n.downloadingImage=r.delegateCombine(n.downloadingImage,r.runOn(this,this.a3));var i=this.ao;i.cancellingImage=r.delegateCombine(i.cancellingImage,r.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,i){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 r.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 r.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 r.Rect(0,0,0,e.width,e.height),n=this.geographicMap.ya(t),o=f.x1,a=this.geographicMap.x5,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.v4,c=this.geographicMap.v6,p=new i.ScalerParams(1,this.windowRect,t,u.ch);p.c=n;var h=new i.ScalerParams(1,this.windowRect,t,c.ch);h.c=n;var g=u.ej(o.left,p),y=c.ej(o.bottom,h),m=-g/t.width*this.ao.a5,d=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:r.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 g)},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=r.markType(n,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),n.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,n.$,new r.PropertyMetadata(2,null,n.a8)),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),n}(r.Control),v=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=r.Rect.empty,n.a=t,n.a.ao=new r.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 r.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=r.markType(n,"GeographicMapImageryView"),n}(r.Base),b=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.vf;t.wf=this.ch.vr,t.wn=this.ch.vp,t.trianglesSource=this.ch.vo,t.v3=this.ch.vu,t.v5=this.ch.vw,t.v7=this.ch.vy},n.prototype.ck=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.vd=null,void(e.ve=null);e.vd=this.ch.c1.v4,e.ve=this.ch.c1.v6},n.prototype.cj=function(){this.ch.vf.wf=this.ch.vr},n.prototype.ci=function(){this.ch.vf.wn=this.ch.vp},n.prototype.cl=function(){this.ch.vf.trianglesSource=this.ch.vo},n.prototype.cm=function(){this.ch.vf.v3=this.ch.vu},n.prototype.cn=function(){this.ch.vf.v5=this.ch.vw},n.prototype.co=function(){this.ch.vf.v7=this.ch.vy},n.$t=r.markType(n,"GeographicXYTriangulatingSeriesView",m.$),n}(m),S=function(e){function n(t){var n=e.call(this,t)||this;return n.cp=null,n.cp=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q},n.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.v9&&(this.cp.v9.xm=this.cp.wd,this.cp.v9.xa=this.cp.v8)},n.prototype.cq=function(){null!=this.cp.v9&&(this.cp.v9.xm=this.cp.wd)},n.prototype.cr=function(){null!=this.cp.v9&&(this.cp.v9.xa=this.cp.v8)},n.$t=r.markType(n,"GeographicScatterAreaSeriesView",b.$),n}(b),w=function(e){function n(t){var n=e.call(this,t)||this;return n.fn=null,n.fz=null,n.fx=null,n.fw=null,n.fo=null,n.fp=NaN,n.fz=r.Rect.empty,n.fn=t,n.fn.uf=2,n.fn.ij=5e-6,n}return t.__extends(n,e),n.prototype.m=function(e){return 2},n.prototype.bk=function(e){this.j.bw(e),this.fn.w9(e),this.el()},n.prototype.get_ap=function(){return!0},n.prototype.d4=function(){var e,t,n,i,o,a=this.j.a8(e,t,n,i,o);e=a.p0,t=a.p1,n=a.p2,i=a.p3,o=a.p4,this.fx=n,this.fo=i,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new r.BrushCollection,this.fn.ai=null!=s.c?s.c:new r.BrushCollection,0==this.fn.ah.count)for(var l=0;l<s.a.count;l++)this.fn.ah.add(s.a.item(l));if(0==s.c.count)for(var u=0;u<s.f.count;u++)this.fn.ai.add(s.f.item(u))},n.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var n=this.fn.backgroundContent;n.be(this.j.ae),n.bd(t)}},n.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},n.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},n.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},n.prototype.fr=function(e){null!=this.fn.v9&&(this.fn.v9.windowRect=e)},n.prototype.fu=function(e,t){if(null!=this.fn.v9&&(this.fn.v9.windowRect=this.fn.vh),null!=e){var n=e.ao;null!=n&&this.fn.al.h.remove(n.ag),e.bd(null),e.be(null)}if(null!=t){var i=t.ao;null!=i&&this.fn.al.h.add(i.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},n.prototype.ft=function(e){var t=this.fn.g9;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},n.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},n.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(n.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),n.$t=r.markType(n,"XamGeographicMapView",i.SeriesViewerView.$),n}(i.SeriesViewerView),x=function(e){function n(){return e.call(this,new r.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,i){switch(t){case"TilePath":this.ap.setTilePathUrl(null==i?null:i),this.aj.e()}e.prototype.ba.call(this,t,n,i)},n.$t=r.markType(n,"OpenStreetMapImagery",d.$),n.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.br)),n}(d),M=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.prototype.ci=function(){return new b(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.vn=t},n.prototype.p5=function(t,i,r,o){switch(e.prototype.p5.call(this,t,i,r,o),i){case"SeriesViewer":this.vn.ck();break;case n.$$p[1]:this.vn.cj();break;case n.$$p[0]:this.vn.ci();break;case n.$$p[5]:this.vn.cl();break;case n.$$p[2]:this.vn.cm();break;case n.$$p[3]:this.vn.cn();break;case n.$$p[4]:this.vn.co()}},n.$t=r.markType(n,"GeographicXYTriangulatingSeries",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["LatitudeMemberPath:vp:v0",[2,"pointY"],"LongitudeMemberPath:vr:v1",[2,"pointX"],"TriangleVertexMemberPath1:vu:v3",[2,"v1"],"TriangleVertexMemberPath2:vw:v4",[2,"v2"],"TriangleVertexMemberPath3:vy:v5",[2,"v3"],"TrianglesSource:vo:v2",[r.IEnumerable_$type,null]]),n}(y),I=function(e){function n(){var t=e.call(this)||this;return t.v6=null,t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bb=function(){return new n},n.prototype.get_ef=function(){return!0},Object.defineProperty(n.prototype,"v8",{get:function(){return this.v6},set:function(e){if(this.v6!=e){var t=this.v6;if(null!=this.v6){var n=this.v6;n.propertyChanged=r.delegateRemove(n.propertyChanged,r.runOn(this,this.wg))}if(this.v6=e,null!=this.v6){var i=this.v6;i.propertyChanged=r.delegateCombine(i.propertyChanged,r.runOn(this,this.wg))}this.raisePropertyChanged("ColorScale",t,this.v6),null!=this.v9&&(this.v9.xa=e)}},enumerable:!1,configurable:!0}),n.prototype.wg=function(e,t){this.wb.cr(),this.wi(),this.qm(!1)},n.prototype.wi=function(){null!=this.v9&&(this.v7=this.v9.w9)},n.prototype.ra=function(){e.prototype.ra.call(this),this.wi()},n.prototype.ve=function(){this.v9=new i.ScatterAreaSeries;var e=this.v9;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.wh)),this.v9},n.prototype.wh=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.ci=function(){return new S(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.wb=t},n.prototype.p5=function(t,i,r,o){switch(e.prototype.p5.call(this,t,i,r,o),i){case n.$$p[1]:this.wb.cq();break;case"ColorScale":this.wb.cr(),this.wi()}},n.prototype.get_gq=function(){return!0},n.prototype.set_gq=function(t){e.prototype.set_gq.call(this,t)},n.$t=r.markType(n,"GeographicScatterAreaSeries",M.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualColorScale:v7:wj",[i.ColorScale.$,null],"ColorMemberPath:wd:wk",[2,"value"]]),n}(M),C=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&&r.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 r.AngularRenderer(l,u._renderer,window.document,u._ngZone,!0,i.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 i.IgxSeriesCollection;t._innerColl.addListener((function(t,n){switch(n.action){case r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(n.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(n.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(n.oldStartingIndex),e._seriesAdapter.insertManualItem(n.newStartingIndex,n.newItems.item(0));break;case r.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(r.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=r.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),n=this._componentFactoryResolver.resolveComponentFactory(t),i=this._dynamicContent.createComponent(n);this._defaultTooltips=i,i.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(i)}))}this._seriesAdapter=new r.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 r.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(!r.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=r.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),n=this._dynamicContent.createComponent(t),i=n.location.nativeElement,o=this;return i.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new r.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)),n.instance.context=e,i.style.display="block",!0},i.hideToolTip=function(){i.style.display="none"},i.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.wm},set:function(e){this.i.wm=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.wf},set:function(e){this.i.wf=r.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.wj},set:function(e){this.i.wj=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.wb},set:function(e){this.i.wb=r.ensureEnum(u,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.wl},set:function(e){this.i.wl=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.wk},set:function(e){this.i.wk=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return r.fromRect(this.i.yh)},set:function(e){this.i.yh=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.x5)},set:function(e){this.i.x5=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.v4;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.v4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.v6;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.v6=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.e7},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.wr},set:function(e){this.i.wr=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.wq},set:function(e){this.i.wq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.wn},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,i){e.prototype._styling.call(this,t,n,i),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.x9();return r.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(r.toRect(e));return r.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.xl(r.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.xk(r.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(r.toRect(e));return r.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var n=this.i.x6(r.toRect(e),t);return r.fromRect(n)},o.prototype.getZoomFromGeographicPoints=function(e,t){var n=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(n)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.yb(r.toRect(e));return r.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.xx(r.toPoint(e));return r.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.xy(r.toPoint(e));return r.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.xz(r.toPoint(e));return r.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.w8()},o.prototype.styleUpdated=function(){this.i.xg()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.hj()},o.prototype.getActualWindowScaleVertical=function(){return this.i.hk()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.wu()},o.prototype.zoomToGeographic=function(e){this.i.xn(r.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,n){var i=new C;i._provideImplementation(n),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,i),e._imageTilesReady.emit({sender:e,args:i})}))),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:i.IgxSeriesViewerComponent,useExisting:n.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:i.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}(i.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:i.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:[i.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 k=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:k,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 i=0;i<t.length;i++)n.add(t[i]);return n}return t.__extends(n,e),n.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.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}(r.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=r.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),j=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new g},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 r.TypeRegistrar.isRegistered(t)?r.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 r.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=r.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=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,n){e._runInZone((function(){var t=new C;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=r.delegateCombine(this.i.imagesChanged,(function(t,n){var i=new j;i._provideImplementation(n),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 n.EventEmitter,this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,(function(t,n){var i=new r.IgxCancellingMultiScaleImageEventArgs;i._provideImplementation(n),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 n.EventEmitter,this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,(function(t,n){var i=new r.IgxDownloadingMultiScaleImageEventArgs;i._provideImplementation(n),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,i),e._downloadingImage.emit({sender:e,args:i})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function n(t){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,r.String_$type,0)||this;break;case 1:var a=n[0];o=e.call(this,r.String_$type,1,a)||this}return o}return t.__extends(n,e),n.$t=r.markType(n,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),n}(r.ObservableCollection$1),R=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 $(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=r.markType(n,"BingMapsMapImageryView",v.$),n}(v),V=function(e){function n(){var t=e.call(this,new r.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 R(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!(r.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 $(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?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var n=this.imageryStyle,i=(t+=r.enumGetBox(T,n))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(i,this.getResponseCompleted,null)}else this.cp("",null)}},n.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var n=e,i=JSON.parse(n).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 r.List$1(r.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,i,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=r.delegateRemove(s.collectionChanged,r.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=r.delegateCombine(a.collectionChanged,r.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;r.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,i,o)},n.$t=r.markType(n,"BingMapsMapImagery",d.$),n.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,r.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),n}(d),A=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 V},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=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.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 $(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 r.SyncableObservableCollection$1(r.String_$type),i=this.i.subDomains;i||(i=new $(0)),n._inner=i,n.clear(),this._subDomains._setSyncTarget(n),this.i.subDomains=i},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 $(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 r.SyncableObservableCollection$1(r.String_$type),i=this.i.actualSubDomains;i||(i=new $(0)),n._inner=i,n.clear(),this._actualSubDomains._setSyncTarget(n),this.i.actualSubDomains=i},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=r.ensureEnum(T,e)},enumerable:!1,configurable:!0}),n.prototype.requestMapSettings=function(){this.i.requestMapSettings()},n}(O),B=function(){function e(){r.TypeRegistrar.registerCons("IgxBingMapsMapImagery",A),r.TypeRegistrar.register("BingMapsMapImagery",V.$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,k],exports:[k]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,k],k]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:B,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,k],exports:[k],entryComponents:[]}]}],ctorParameters:function(){return[]}});var G=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:G,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var F=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new x},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),E=function(){function e(){r.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",F),r.TypeRegistrar.register("OpenStreetMapImagery",x.$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,G],exports:[G]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,G],G]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:E,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,G],exports:[G],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 q=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 n.EventEmitter,this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,(function(t,n){var i=new r.IgxGetTileImageUriArgs;i._provideImplementation(n),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,i),e._getTileImageUri.emit({sender:e,args:i})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),i}(O),z=function(e){function n(t){var n=e.call(this,t)||this;return n.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.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=r.markType(n,"CustomMapImagery",d.$),n}(d),U=function(){function e(){r.TypeRegistrar.registerCons("IgxCustomMapImagery",q),r.TypeRegistrar.register("CustomMapImagery",z.$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 r.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(r.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(r.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),r.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var i=this.defaultTokenTimeout;if(i<1&&(i=1),t+=r.stringFormat1(n.bv,this.userName,this.password,this.refererUri,i),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},n.prototype.ci=function(){if(!r.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&r.stringRemove(e,e.length-1,1),this.isMapPublic)e=r.stringFormat("{0}?f=json",e);else{if(r.stringIsNullOrEmpty(this.userToken))return;e=r.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(r.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=r.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},n.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var n=e,i=JSON.parse(n);if(null!=i){var r="";null!=i.token&&(r=i.token),this.userToken=r}}},n.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var n=e,i=JSON.parse(n);null!=i&&null!=i.tileInfo&&(this.ap.levelOfDetail=i.tileInfo.lods.length)}},n.prototype.cf=function(t,n,i){var o=this,a=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=r.typeCast(r.String_$type,i)),this.ci();break;case"UserName":case"Password":if(r.stringIsNullOrEmpty(this.userName)||r.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,i)},n.$t=r.markType(n,"ArcGISOnlineMapImagery",d.$),n.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",n.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.cd)),n.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.cg)),n.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.ce)),n.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.ch)),n.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,n.$,new r.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=r.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(){r.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),r.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,k,G,N,L],exports:[k,G,N,L,_]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,k,G,N,L],k,G,N,L]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:X,decorators:[{type:n.NgModule,args:[{declarations:[_],exports:[k,G,N,L,_],imports:[o.CommonModule,k,G,N,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){r.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,B,E,U,Z,X],exports:[B,E,U,Z,X]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,B,E,U,Z,X],B,E,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:[B,E,U,Z,X],imports:[o.CommonModule,B,E,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.ex},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.vh},set:function(e){this.i.vh=+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.pc()},i.prototype.getItemValue=function(e,t){return this.i.j5(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.li(e)},i.prototype.getItem=function(e){return this.i.j2(r.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.jq(r.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.jo(r.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,n){return this.i.il(r.toPoint(e),t,n)},i.prototype.getSeriesValuePosition=function(e,t,n){var i=this.i.uu(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.u5(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.u7(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,n){return this.i.ih(r.toPoint(e),t,n)},i.prototype.getSeriesHighValuePosition=function(e,t,n){var i=this.i.uq(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesLowValue=function(e,t,n){return this.i.ij(r.toPoint(e),t,n)},i.prototype.getSeriesLowValuePosition=function(e,t,n){var i=this.i.us(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,n){var i=this.i.uv(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,n){return this.i.im(r.toPoint(e),t,n)},i.prototype.getItemSpan=function(){return this.i.ib()},i.prototype.renderSeries=function(e){this.i.qm(e)},i.prototype.styleUpdated=function(){this.i.q5()},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:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(i.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,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 r.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.v8},set:function(e){this.i.v8=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.vx},set:function(e){this.i.vx=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.vw},set:function(e){this.i.vw=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.vp},set:function(e){this.i.vp=r.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.v0},set:function(e){this.i.v0=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.vz},set:function(e){this.i.vz=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.vs;if(null==e)return null;if(!e.externalObject){var t=new r.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.vs=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.vy},set:function(e){this.i.vy=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(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=r.delegateCombine(this.i.assigningShapeStyle,(function(t,n){var r=new i.IgxAssigningShapeStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,r),e._assigningShapeStyle.emit({sender:e,args:r})}))),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=r.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,n){var r=new i.IgxAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle.emit({sender:e,args:r})}))),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",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}],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.vv=!1,t.vu=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.vr=null,t.vt=!1,t}return t.__extends(n,e),n.prototype.ci=function(){return new ee(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.vq=t},n.prototype.get_ez=function(){return!0},n.prototype.get_d1=function(){return!0},n.prototype.p5=function(t,i,o,a){switch(e.prototype.p5.call(this,t,i,o,a),i){case"SeriesViewer":this.vq.ci();break;case"ShapeMemberPath":this.vq.ck();break;case n.$$p[5]:this.vq.cj();break;case n.$$p[1]:if(this.vf.we=this.vx,this.vv=this.vx,this.vx){var s=this.vf;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.wb))}else{var l=this.vf;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.wb))}break;case n.$$p[0]:if(this.vf.wd=this.vw,this.vu=this.vw,this.vx){var u=this.vf;u.assigningShapeMarkerStyle=r.delegateCombine(u.assigningShapeMarkerStyle,r.runOn(this,this.wa))}else{var c=this.vf;c.assigningShapeMarkerStyle=r.delegateRemove(c.assigningShapeMarkerStyle,r.runOn(this,this.wa))}break;case n.$$p[2]:this.vf.vv=this.vp;break;case n.$$p[3]:this.vf.wv=this.vz;break;case n.$$p[4]:this.vf.ww=this.v0;break;case"ShapefileDataSource":if(null!=o){var p=o;this.vt&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.wc)))}if(null!=a){var h=a;if(h.count>0){this.wd();break}this.vt=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.wc))}}},n.prototype.wb=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},n.prototype.wa=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},n.prototype.wc=function(e,t){this.wd()},n.prototype.wd=function(){var e=this.vs.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(n.prototype,"vs",{get:function(){return this.vr},set:function(e){var t=this.vr;this.vr=e,t!=this.vr&&this.raisePropertyChanged("ShapefileDataSource",t,this.vr)},enumerable:!1,configurable:!0}),n.prototype.get_gq=function(){return!0},n.prototype.set_gq=function(t){e.prototype.set_gq.call(this,t)},n.$t=r.markType(n,"GeographicShapeSeriesBase",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:vw:we",[0,!1],"IsCustomShapeStyleAllowed:vx:wf",[0,!1],"ItemSearchMode:vp:wg",[i.ShapeItemSearchMode_$type,r.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:vz:wh",[1,1e4],"ItemSearchThreshold:v0:wi",[1,1e4],"ShapeFilterResolution:vy:wj",[1,2],"ShapeMemberPath:v8:wk",[2,"points"]]),n}(y),ee=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.b5=function(){e.prototype.b5.call(this),this.ch.vf.w8=this.ch.v8},n.prototype.ci=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.vp=null,void(e.vr=null);e.vp=this.ch.c1.v4,e.vr=this.ch.c1.v6},n.prototype.ck=function(){this.ch.vf.w8=this.ch.v8},n.prototype.cj=function(){this.ch.vf.ws=this.ch.vy},n.$t=r.markType(n,"GeographicShapeSeriesBaseView",m.$),n}(m),te=function(e){function n(t){var n=e.call(this,t)||this;return n.cl=null,n.cl=t,n.q||(n.cl.v8="points"),n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.xs=i.Defaults.aj,this.cl.i5=i.Defaults.p,this.cl.wr=i.Defaults.o,this.cl.wo=i.Defaults.d,this.cl.wm=i.Defaults.a)},n.prototype.b5=function(){e.prototype.b5.call(this),this.cl.vf.zq=this.cl.xu,this.cl.vf.yj=this.cl.wp,this.cl.vf.y5=this.cl.xa,this.cl.vf.ym=this.cl.wr,this.cl.vf.x5=this.cl.wl},n.prototype.cq=function(){this.cl.vf.y5=this.cl.xa},n.prototype.cs=function(){this.cl.vf.ym=this.cl.wr},n.prototype.cn=function(){this.cl.vf.x5=this.cl.wl},n.prototype.cr=function(){this.cl.vf.ye=this.cl.wo},n.prototype.cm=function(){this.cl.vf.zm=this.cl.xr},n.prototype.co=function(){this.cl.vf.zn=this.cl.xs},n.prototype.cp=function(){this.cl.vf.zp=this.cl.xt},n.prototype.ct=function(){this.cl.vf.yj=this.cl.wp},n.prototype.cu=function(){this.cl.vf.zq=this.cl.xu},n.$t=r.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.bb=function(){return new n},n.prototype.get_fb=function(){return!0},n.prototype.ci=function(){return new te(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.wq=t},n.prototype.ve=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.w7)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.w8)),e},n.prototype.w7=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.w8=function(e,t){r.typeCast(i.ScatterPolygonSeries.$,this.vf)},n.prototype.h3=function(){return this.wr},n.prototype.t8=function(){return this.xp},n.prototype.t9=function(){return this.xq},n.prototype.rs=function(){return this.w9},n.prototype.lf=function(){var e=r.typeCast(i.ScatterPolygonSeries.$,this.vf);return null==e?"Unknown":e.lf()},n.prototype.p5=function(t,i,r,o){switch(e.prototype.p5.call(this,t,i,r,o),i){case n.$$p[6]:this.vf.yc=this.wn;break;case n.$$p[5]:this.vf.x8=this.wm;break;case n.$$p[9]:this.wq.cq();break;case n.$$p[10]:this.wq.cs();break;case n.$$p[4]:this.wq.cn();break;case n.$$p[11]:this.wq.cr();break;case n.$$p[3]:this.wq.cm();break;case n.$$p[7]:this.wq.co();break;case n.$$p[8]:this.wq.cp();break;case n.$$p[13]:this.wq.ct();break;case n.$$p[12]:this.wq.cu()}},n.prototype.i1=function(){return.7},n.$t=r.markType(n,"GeographicShapeSeries",Q.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:xp:xb",[r.Brush.$],"ActualMarkerOutline:xq:xc",[r.Brush.$],"ActualMarkerTemplate:w9:xd",[r.DataTemplate.$,null],"MarkerBrush:xr:xe",[r.Brush.$],"MarkerCollisionAvoidance:wl:xf",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:wm:xg",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:wn:xh",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:xs:xi",[r.Brush.$],"MarkerStyle:xt:xj",[r.Style.$],"MarkerTemplate:xa:xk",[r.DataTemplate.$,null],"MarkerThickness:wr:xl",[1,r.DeviceUtils.g(2)],"MarkerType:wo:xm",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:xu:xn",[r.Style.$,null],"ShapeStyleSelector:wp:xo",[i.StyleSelector.$,null]]),n}(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 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.fb},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.xu?this.i.xu.fill:null},set:function(e){this.ensureShapeStyle(),this.i.xu.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.xu?this.i.xu.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.xu.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.xu?this.i.xu.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.xu.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.xu?this.i.xu.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.xu.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.xu||(this.i.xu=new r.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.wo},set:function(e){this.i.wo=r.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.wn},set:function(e){this.i.wn=r.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.wm},set:function(e){this.i.wm=r.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.xr)},set:function(e){this.i.xr=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.xs)},set:function(e){this.i.xs=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.wr},set:function(e){this.i.wr=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.wl},set:function(e){this.i.wl=r.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.w9},set:function(e){this.i.w9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.xp)},set:function(e){this.i.xp=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.xq)},set:function(e){this.i.xq=r.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=r.delegateCombine(this.i.styleShape,(function(t,n){e._runInZone((function(){var t=new i.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:i.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:ie,decorators:[{type:n.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:n.forwardRef((function(){return ie}))},{provide:K,useExisting:n.forwardRef((function(){return ie}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return ie}))}],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 re=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:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],i.IgxScatterPolygonSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:re,decorators:[{type:n.NgModule,args:[{declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ie),r.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,re],exports:[re]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,re],re]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:oe,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,re],exports:[re],entryComponents:[ie]}]}],ctorParameters:function(){return[]}});var ae=function(e){function n(t){var n=e.call(this,t)||this;return n.cl=null,n.cl=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.i5=i.Defaults.n)},n.prototype.b5=function(){e.prototype.b5.call(this),this.cl.vf.x5=this.cl.wl,this.cl.vf.ya=this.cl.wt},n.prototype.cm=function(){this.cl.vf.x5=this.cl.wl},n.prototype.cn=function(){this.cl.vf.ya=this.cl.wt},n.$t=r.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.bb=function(){return new n},n.prototype.get_fc=function(){return!0},n.prototype.ci=function(){return new ae(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.wm=t},n.prototype.ve=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.wq)),e},n.prototype.wq=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.p5=function(t,i,r,o){switch(e.prototype.p5.call(this,t,i,r,o),i){case n.$$p[1]:this.wm.cm();break;case n.$$p[0]:this.wm.cn()}},n.$t=r.markType(n,"GeographicPolylineSeries",Q.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ShapeStyle:wt:wr",[r.Style.$,null],"ShapeStyleSelector:wl:ws",[i.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.fc},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.wt?this.i.wt.fill:null},set:function(e){this.ensureShapeStyle(),this.i.wt.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.wt?this.i.wt.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.wt.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.wt?this.i.wt.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.wt.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.wt?this.i.wt.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.wt.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.wt||(this.i.wt=new r.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new n.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,n){e._runInZone((function(){var t=new i.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:i.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:i.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,i.IgxScatterPolylineSeriesDynamicModule],exports:[le,i.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],i.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,i.IgxScatterPolylineSeriesDynamicModule],exports:[le,i.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ce=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",le),r.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 r.TileGeneratorTileSource)||this;return t.downloadingImage=r.delegateCombine(t.downloadingImage,r.runOn(t,t.br)),t.cancellingImage=r.delegateCombine(t.cancellingImage,r.runOn(t,t.bq)),t}return t.__extends(n,e),n.prototype.bq=function(e,t){var n=t.uri.toString().split("/"),i=parseInt(r.stringReplace(n[3],"/","")),o=parseInt(r.stringReplace(n[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(i,o,a)},n.prototype.br=function(e,t){var n=this,i=t.uri.toString().split("/"),o=parseInt(r.stringReplace(i[3],"/","")),a=parseInt(r.stringReplace(i[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(i[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=r.markType(n,"TileGeneratorMapImagery",d.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),n}(d),ge=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),ye=function(){function e(){r.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),r.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:ye,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.x6=null,t.x5=null,t.imageTilesReady=null,t.x9=null,t.ya=!1,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bb=function(){return new n},n.prototype.get_fo=function(){return!0},n.prototype.ci=function(){return new fe(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.x4=t},n.prototype.get_wg=function(){return!1},Object.defineProperty(n.prototype,"x8",{get:function(){return this.x6},set:function(e){if(e!=this.x8){var t=this.x8;this.x6=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"x7",{get:function(){return this.x5},set:function(e){var t=this.x5;this.x5=e,this.raisePropertyChanged("ActualTileImagery",t,this.x5)},enumerable:!1,configurable:!0}),n.prototype.p5=function(t,n,i,o){var a,s;switch(e.prototype.p5.call(this,t,n,i,o),n){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.yd))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.yd))),this.x4.dh(a,s),this.qm(!1),this.ph();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.ye)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.ye)),s.deferralHandler=this),this.x4.dg(a,s),null!=s&&null!==r.typeCast(f.$,this.c1)&&(s.geographicMap=this.c1,this.yg(this.cl),this.x4.dd(this.c1.vh)),this.ph();break;case"ActualWindowRect":this.x4.dd(o);break;case"WorldRect":this.x4.dk(o);break;case"SeriesViewer":var l=o;null!=i&&null!=this.x7&&this.x7.be(null),null!=l&&null!=this.x7&&this.x7.be(this.cl.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.pj()}},n.prototype.yd=function(e,t){"MultiScaleImage"==t.propertyName&&this.yg(this.cl)},n.prototype.ye=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.ya||this.x4.di()},n.prototype.register=function(e,t){this.x9=t},n.prototype.unRegister=function(e){this.x9=null},n.prototype.deferredRefresh=function(){this.qm(!1)},n.prototype.deferAction=function(e){null!=this.jf?this.jf.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.rj=function(t,n){this.x4.dj(),e.prototype.rj.call(this,t,n)},n.prototype.qn=function(t){e.prototype.qn.call(this,t),this.yf(t,this.cl)},n.prototype.yf=function(e,t){var n,i,r=t,o=t.getViewInfo(n,i);n=o.p0,i=o.p1,this.yg(t),null!=this.x9&&(this.ya=!0,this.x9(e),this.ya=!1),r.di()},n.prototype.ql=function(t,n,i,r,o){e.prototype.ql.call(this,t,n,i,r,o);var a=this.g5.item(r);a.a3(i),this.dt(a)||this.xn(a)},n.prototype.yg=function(e){var t,n,i=e.getViewInfo(t,n);t=i.p0,n=i.p1,null!=this.x8&&null!=this.x8.ao&&(this.x8!=this.x7&&(this.x7=this.x8),null==this.x7||t.isEmpty||(this.x7.width!=t.width&&(this.x7.width=t.width),this.x7.height!=t.height&&(this.x7.height=t.height)))},n.prototype.n7=function(t,n){e.prototype.n7.call(this,t,n),n.de()},n.$t=r.markType(n,"TileSeries",i.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),n}(i.ShapeSeriesBase),fe=function(e){function n(t){var n=e.call(this,t)||this;return n.da=null,n.dl=new r.GeometryGroup,n.dc=null,n.db=null,n.da=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.ud=i.Defaults.ao,this.da.t2=i.Defaults.an)},n.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},n.prototype.c5=function(e,t){return this.c6(e,t,!0)},n.prototype.c4=function(e,t){return null},n.prototype.co=function(e,t){},n.prototype.cm=function(e,t,n){},n.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},n.prototype.ct=function(){e.prototype.ct.call(this),this.as()},n.prototype.dd=function(e){null!=this.da.x8&&(this.da.x8.windowRect=e)},n.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jf.createElement("canvas");var n=this.e.jf.get2DCanvasContext(this.dc);this.db=new r.RenderingContext(new r.CanvasViewRenderer,n),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=r.delegateRemove(e.imagesChanged,r.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.df)))},n.prototype.df=function(e,t){this.as()},n.prototype.dh=function(e,t){},n.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.x8&&this.da.x8.bf(this.bx)},n.prototype.a8=function(t,n){if(e.prototype.a8.call(this,t,n),!n&&null!=this.dc){var i=!1;if(this.dl.d.count>0)i=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=r.truncate(Math.round(this.bx.left)),a=r.truncate(Math.round(this.bx.top)),s=r.truncate(Math.round(this.bx.width)),l=r.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,l,o,a,s,l),i&&this.k.z()}},n.prototype.di=function(){this.as()},n.prototype.de=function(){},n.prototype.dk=function(e){null!=this.da.x8&&this.da.x8.a6()},n.$t=r.markType(n,"TileSeriesView",i.ShapeSeriesViewBase.$),n}(i.ShapeSeriesViewBase),de=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new me},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isTile",{get:function(){return this.i.fo},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileImagery",{get:function(){var e=this.i.x8;return null==e?null:e.externalObject},set:function(e){this.i.x8=null==e?null:e.i},enumerable:!1,configurable:!0}),r.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)},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},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:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:n.forwardRef((function(){return r}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return r}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),r}(i.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:i.IgxShapeSeriesBaseComponent,useExisting:n.forwardRef((function(){return de}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return de}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:n.Input}]}});var ve=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:ve,decorators:[{type:n.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var be=function(){function e(){r.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),r.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,ve],exports:[ve]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,ve],ve]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:be,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,ve],exports:[ve],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var Se=function(e){function n(){var t=e.call(this)||this;return t.wm=null,t.wl=null,t.imageTilesReady=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bb=function(){return new n},n.prototype.get_fo=function(){return!0},Object.defineProperty(n.prototype,"wn",{get:function(){return this.wm},set:function(e){if(e!=this.wn){var t=this.wn;this.wm=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),n.prototype.wr=function(){null!=this.wn&&this.wn.clearTileCache()},n.prototype.p5=function(t,n,i,r){switch(e.prototype.p5.call(this,t,n,i,r),n){case"TileImagery":null!=this.vf&&(this.vf.x8=this.wn)}},n.prototype.vk=function(){if(e.prototype.vk.call(this),this.vf.x8=this.wn,null!=this.wl){var t=this.wl;t.imageTilesReady=r.delegateRemove(t.imageTilesReady,r.runOn(this,this.wq))}if(this.wl=this.vf,null!=this.wl){var n=this.wl;n.imageTilesReady=r.delegateCombine(n.imageTilesReady,r.runOn(this,this.wq))}},n.prototype.ve=function(){return new me},n.prototype.wq=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.$t=r.markType(n,"GeographicTileSeries",Q.$),n}(Q),we=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.fo},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.wn;return null==e?null:e.externalObject},set:function(e){this.i.wn=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.wr()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,n){e._runInZone((function(){var t=new C;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:i.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:we,decorators:[{type:n.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:n.forwardRef((function(){return we}))},{provide:K,useExisting:n.forwardRef((function(){return we}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return we}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:n.Input}],imageTilesReady:[{type:n.Output}]}});var xe=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,be],exports:[we,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:xe,decorators:[{type:n.NgModule,args:[{declarations:[we],imports:[o.CommonModule,be],exports:[we,be],entryComponents:[]}]}]});var Me=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",we),r.TypeRegistrar.register("GeographicTileSeries",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,xe],exports:[xe]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,xe],xe]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Me,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,xe],exports:[xe],entryComponents:[we]}]}],ctorParameters:function(){return[]}});var Ie=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.vp},set:function(e){this.i.vp=r.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.vq},set:function(e){this.i.vq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.vo},set:function(e){this.i.vo=r.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.vn},set:function(e){this.i.vn=r.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.v5},set:function(e){this.i.v5=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.wj)},set:function(e){this.i.wj=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.wk)},set:function(e){this.i.wk=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.vr},set:function(e){this.i.vr=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.v4},set:function(e){this.i.v4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.wh)},set:function(e){this.i.wh=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.wi)},set:function(e){this.i.wi=r.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:Ie,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 Ce=function(e){function n(){var t=e.call(this)||this,n=t.vf;return n.propertyUpdated=r.delegateCombine(n.propertyUpdated,r.runOn(t,t.v3)),t}return t.__extends(n,e),n.prototype.rs=function(){return this.v4},n.prototype.t8=function(){return this.wh},n.prototype.t9=function(){return this.wi},n.prototype.h3=function(){return this.vq},n.prototype.lf=function(){var e=r.typeCast(i.MarkerSeries.$,this.vf);return null==e?"Unknown":e.lf()},n.prototype.v3=function(e,t){var n=r.typeCast(i.MarkerSeries.$,this.vf);null!=n&&("ActualMarkerTemplate"==t.propertyName?this.v4=n.wa:"ActualMarkerOutline"==t.propertyName?this.wi=n.wr:"ActualMarkerBrush"==t.propertyName&&(this.wh=n.wq))},n.prototype.p5=function(t,i,r,o){switch(e.prototype.p5.call(this,t,i,r,o),i){case n.$$p[3]:this.vf.ws=this.wj;break;case n.$$p[6]:this.vf.wt=this.wk;break;case n.$$p[5]:this.vf.vj=this.vo;break;case n.$$p[4]:this.vf.vf=this.vn;break;case n.$$p[9]:this.vf.vp=this.vp;break;case n.$$p[7]:this.vf.wc=this.v5;break;case n.$$p[8]:this.vf.vu=this.vq;break;case n.$$p[10]:this.vf.yh=this.vr}},n.$t=r.markType(n,"GeographicMarkerSeries",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:wh:v6",[r.Brush.$],"ActualMarkerOutline:wi:v7",[r.Brush.$],"ActualMarkerTemplate:v4:v8",[r.DataTemplate.$,null],"MarkerBrush:wj:v9",[r.Brush.$],"MarkerFillMode:vn:wa",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:vo:wb",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:wk:wc",[r.Brush.$],"MarkerTemplate:v5:wd",[r.DataTemplate.$,null],"MarkerThickness:vq:we",[1,r.DeviceUtils.g(2)],"MarkerType:vp:wf",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:vr:wg",[1,400]]),n}(y),_e=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q},n.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.vf;t.y1=this.ch.xe,t.y9=this.ch.xc,t.vp=this.ch.vp,t.wc=this.ch.v5,t.vu=this.ch.vq,t.aa9=this.ch.wy,t.abz=this.ch.xj,t.aaz=this.ch.wq,t.abp=this.ch.xa,t.abk=this.ch.w2,t.aaw=this.ch.wn,t.aa7=this.ch.wu,t.aa8=this.ch.wx,t.abe=this.ch.w0,t.abd=this.ch.wz},n.prototype.cq=function(){this.ch.vf.y1=this.ch.xe},n.prototype.cp=function(){this.ch.vf.y9=this.ch.xc},n.prototype.cv=function(){this.ch.vf.vp=this.ch.vp},n.prototype.ct=function(){this.ch.vf.wc=this.ch.v5},n.prototype.cu=function(){this.ch.vf.vu=this.ch.vq},n.prototype.cw=function(){this.ch.vf.yh=this.ch.vr},n.prototype.cy=function(){this.ch.vf.xAxis=this.ch.c1.v4},n.prototype.cz=function(){this.ch.vf.yAxis=this.ch.c1.v6},n.prototype.cx=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c1.v4,e.yAxis=this.ch.c1.v6},n.prototype.cr=function(){this.ch.vf.ws=this.ch.wj},n.prototype.cs=function(){this.ch.vf.wt=this.ch.wk},n.prototype.c0=function(){this.ch.vf.abz=this.ch.xj},n.prototype.c1=function(){this.ch.vf.aaz=this.ch.wq,this.ch.vf.aa9=this.ch.wy},n.prototype.cl=function(){this.ch.vf.abp=this.ch.xa},n.prototype.cj=function(){this.ch.vf.aaw=this.ch.wn,this.ch.vf.aa7=this.ch.wu,this.ch.vf.aa8=this.ch.wx,this.ch.vf.abe=this.ch.w0,this.ch.vf.abd=this.ch.wz},n.prototype.ci=function(){this.ch.vf.abk=this.ch.w2},n.prototype.c2=function(){this.ch.vf.aa9=this.ch.wy},n.prototype.ck=function(){this.ch.vf.aa7=this.ch.wu},n.prototype.co=function(){this.ch.vf.aa8=this.ch.wx},n.prototype.cn=function(){this.ch.vf.abe=this.ch.w0},n.prototype.cm=function(){this.ch.vf.abd=this.ch.wz},n.$t=r.markType(n,"GeographicProportionalSymbolSeriesView",m.$),n}(m),ke=function(e){function n(){var t=e.call(this)||this;return t.wo=null,t.wt=!1,t.ws=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bb=function(){return new n},n.prototype.get_d4=function(){return!0},n.prototype.ci=function(){return new _e(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.wr=t},n.prototype.i1=function(){return.7},n.prototype.ve=function(){return new i.BubbleSeries},n.prototype.get_ez=function(){return!0},n.prototype.p5=function(t,i,o,a){switch(e.prototype.p5.call(this,t,i,o,a),i){case"SeriesViewer":this.wr.cx();break;case n.$$p[9]:this.wr.cq();break;case n.$$p[8]:this.wr.cp();break;case"XAxis":this.wr.cy();break;case"YAxis":this.wr.cz();break;case n.$$p[13]:this.wr.c0();break;case n.$$p[14]:this.wr.c1();break;case n.$$p[15]:this.wr.c2();break;case n.$$p[7]:this.wr.cl();break;case n.$$p[0]:this.wr.ci();break;case n.$$p[1]:this.wr.cj();break;case n.$$p[2]:this.wr.ck();break;case n.$$p[12]:this.wr.co();break;case n.$$p[11]:this.wr.cn();break;case n.$$p[10]:this.wr.cm();break;case n.$$p[4]:if(this.vf.xy=this.ww,this.wt=this.ww,this.ww){var s=this.vf;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.xo))}else{var l=this.vf;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.xo))}break;case n.$$p[3]:if(this.vf.xx=this.wv,this.ws=this.wv,this.ww){var u=this.vf;u.assigningScatterMarkerStyle=r.delegateCombine(u.assigningScatterMarkerStyle,r.runOn(this,this.xn))}else{var c=this.vf;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.xn))}break;case n.$$p[5]:this.vf.xh=this.wp;break;case n.$$p[6]:this.vf.yg=this.w1}},n.prototype.xo=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.xn=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicProportionalSymbolSeries",Ce.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["FillMemberPath:w2:xp",[2],"FillScale:wn:xq",[i.BrushScale.$],"FillScaleUseGlobalValues:wu:xr",[0,!1],"IsCustomScatterMarkerStyleAllowed:wv:xs",[0,!1],"IsCustomScatterStyleAllowed:ww:xt",[0,!1],"ItemSearchMode:wp:xu",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:w1:xv",[1,1e4],"LabelMemberPath:xa:xw",[2],"LatitudeMemberPath:xc:xx",[2,null],"LongitudeMemberPath:xe:xy",[2,null],"MarkerBrushBrightness:wz:xz",[1,NaN],"MarkerOutlineBrightness:w0:x0",[1,NaN],"MarkerOutlineUsesFillScale:wx:x1",[0,!1],"RadiusMemberPath:xj:x2",[2,null],"RadiusScale:wq:x3",[i.SizeScale.$],"RadiusScaleUseGlobalValues:wy:x4",[0,!1]]),n}(Ce),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 ke},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.d4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.xc},set:function(e){this.i.xc=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.xe},set:function(e){this.i.xe=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.xj},set:function(e){this.i.xj=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.wq;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.wq=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.w2},set:function(e){this.i.w2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.wn;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.wn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.wu},set:function(e){this.i.wu=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.wx},set:function(e){this.i.wx=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.w0},set:function(e){this.i.w0=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.wz},set:function(e){this.i.wz=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.wy},set:function(e){this.i.wy=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.ww},set:function(e){this.i.ww=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.wv},set:function(e){this.i.wv=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.wp},set:function(e){this.i.wp=r.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.w1},set:function(e){this.i.w1=+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,i){e.prototype._styling.call(this,t,n,i),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=r.delegateCombine(this.i.assigningScatterStyle,(function(t,n){var r=new i.IgxAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),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=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,n){var r=new i.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),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:Ie,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ie);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:Ie,useExisting:n.forwardRef((function(){return Pe}))},{provide:K,useExisting:n.forwardRef((function(){return Pe}))},{provide:i.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,i.IgxBubbleSeriesDynamicModule],exports:[Pe,i.IgxBubbleSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxBubbleSeriesDynamicModule],i.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,i.IgxBubbleSeriesDynamicModule],exports:[Pe,i.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",ke.$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:Te,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q},n.prototype.b5=function(){var t=this.ch.vf;e.prototype.b5.call(this),t.y1=this.ch.w3,t.y9=this.ch.w1,t.vp=this.ch.vp,t.wc=this.ch.v5,t.vu=this.ch.vq},n.prototype.cj=function(){this.ch.vf.y1=this.ch.w3},n.prototype.ci=function(){this.ch.vf.y9=this.ch.w1},n.prototype.cp=function(){this.ch.vf.vp=this.ch.vp},n.prototype.cn=function(){this.ch.vf.wc=this.ch.v5},n.prototype.co=function(){this.ch.vf.vu=this.ch.vq},n.prototype.cq=function(){this.ch.vf.yh=this.ch.vr},n.prototype.cs=function(){this.ch.vf.xAxis=this.ch.c1.v4},n.prototype.ct=function(){this.ch.vf.yAxis=this.ch.c1.v6},n.prototype.cr=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c1.v4,e.yAxis=this.ch.c1.v6},n.prototype.cl=function(){this.ch.vf.w2=this.ch.wn},n.prototype.ck=function(){this.ch.vf.ws=this.ch.wj},n.prototype.cm=function(){this.ch.vf.wt=this.ch.wk},n.$t=r.markType(n,"GeographicSymbolSeriesView",m.$),n}(m),Oe=function(e){function n(){var t=e.call(this)||this;return t.wp=null,t.ws=!1,t.wr=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bb=function(){return new n},n.prototype.get_d4=function(){return!0},n.prototype.ci=function(){return new je(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.wq=t},n.prototype.i1=function(){return.7},n.prototype.ve=function(){return new i.ScatterSeries},n.prototype.get_ez=function(){return!0},n.prototype.p5=function(t,i,o,a){switch(e.prototype.p5.call(this,t,i,o,a),i){case"SeriesViewer":this.wq.cr();break;case n.$$p[5]:this.wq.cj();break;case n.$$p[4]:this.wq.ci();break;case n.$$p[6]:this.wq.cl();break;case"XAxis":this.wq.cs();break;case"YAxis":this.wq.ct();break;case n.$$p[1]:if(this.vf.xy=this.wu,this.ws=this.wu,this.wu){var s=this.vf;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.w8))}else{var l=this.vf;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.w8))}break;case n.$$p[0]:if(this.vf.xx=this.wt,this.wr=this.wt,this.wu){var u=this.vf;u.assigningScatterMarkerStyle=r.delegateCombine(u.assigningScatterMarkerStyle,r.runOn(this,this.w7))}else{var c=this.vf;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.w7))}break;case n.$$p[2]:this.vf.xh=this.wo;break;case n.$$p[3]:this.vf.yg=this.ww}},n.prototype.w8=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.w7=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicSymbolSeries",Ce.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:wt:w9",[0,!1],"IsCustomScatterStyleAllowed:wu:xa",[0,!1],"ItemSearchMode:wo:xb",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ww:xc",[1,1e4],"LatitudeMemberPath:w1:xd",[2,null],"LongitudeMemberPath:w3:xe",[2,null],"MarkerCollisionAvoidance:wn:xf",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:wv:xg",[0,!1]]),n}(Ce),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Oe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.d4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.w1},set:function(e){this.i.w1=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.w3},set:function(e){this.i.w3=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.wn},set:function(e){this.i.wn=r.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.wu},set:function(e){this.i.wu=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.wt},set:function(e){this.i.wt=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.wo},set:function(e){this.i.wo=r.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.ww},set:function(e){this.i.ww=+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=r.delegateCombine(this.i.assigningScatterStyle,(function(t,n){var r=new i.IgxAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),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=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,n){var r=new i.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),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:Ie,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ie);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:$e,decorators:[{type:n.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ie,useExisting:n.forwardRef((function(){return $e}))},{provide:K,useExisting:n.forwardRef((function(){return $e}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return $e}))}],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 Re=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:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterSeriesDynamicModule],i.IgxScatterSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Re,decorators:[{type:n.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),r.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,Re],exports:[Re]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,Re],Re]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ve,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var Ae=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 r.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.vr},set:function(e){this.i.vr=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.vp},set:function(e){this.i.vp=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.vo},set:function(e){this.i.vo=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.vu},set:function(e){this.i.vu=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.vw},set:function(e){this.i.vw=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.vy},set:function(e){this.i.vy=e},enumerable:!1,configurable:!0}),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:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ae,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 Be=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 I},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.ef},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.wd},set:function(e){this.i.wd=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.v8;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.v8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.v7;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.v7=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,i){e.prototype._styling.call(this,t,n,i),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.wi()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new n.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,n){e._runInZone((function(){var t=new r.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:Ae,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ae);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Be,decorators:[{type:n.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ae,useExisting:n.forwardRef((function(){return Be}))},{provide:K,useExisting:n.forwardRef((function(){return Be}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return Be}))}],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 Ge=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:[Be],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Be,i.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],i.IgxScatterAreaSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ge,decorators:[{type:n.NgModule,args:[{declarations:[Be],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Be,i.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Fe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Be),r.TypeRegistrar.register("GeographicScatterAreaSeries",I.$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,Ge],exports:[Ge]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,Ge],Ge]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Fe,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ge],exports:[Ge],entryComponents:[Be]}]}],ctorParameters:function(){return[]}});var Ee=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.b5=function(){e.prototype.b5.call(this);var t=r.typeCast(i.HighDensityScatterSeries.$,this.ch.vf);t.xn=this.ch.v4,t.xv=this.ch.v2,t.v0=this.ch.vr,t.vz=this.ch.vq,t.fs=this.ch.vp,t.wv=this.ch.vt,t.wu=this.ch.vs,t.yt=this.ch.wn,t.ys=this.ch.wm,t.w7=this.ch.vw},n.prototype.cn=function(){this.ch.vf.xn=this.ch.v4},n.prototype.cm=function(){this.ch.vf.xv=this.ch.v2},n.prototype.cs=function(){this.ch.vf.v0=this.ch.vr},n.prototype.cq=function(){this.ch.vf.vz=this.ch.vq},n.prototype.co=function(){this.ch.vf.fs=this.ch.vp},n.prototype.cl=function(){this.ch.vf.wv=this.ch.vt},n.prototype.cj=function(){this.ch.vf.wu=this.ch.vs},n.prototype.cr=function(){var e=r.typeCast(i.HighDensityScatterSeries.$,this.ch.vf);if(null==this.ch.c1)return e.vk=null,void(e.vm=null);e.vk=this.ch.c1.v4,e.vm=this.ch.c1.v6},n.prototype.ct=function(){this.ch.vf.vk=this.ch.c1.v4},n.prototype.cu=function(){this.ch.vf.vm=this.ch.c1.v6},n.prototype.ck=function(){this.ch.vf.yt=this.ch.wn},n.prototype.ci=function(){this.ch.vf.ys=this.ch.wm},n.prototype.cp=function(){this.ch.vf.w7=this.ch.vw},n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.wn=i.Defaults.aq,this.ch.wm=i.Defaults.ap,this.ch.t2=i.Defaults.al,this.ch.ud=i.Defaults.ak)},n.$t=r.markType(n,"GeographicHighDensityScatterSeriesView",m.$),n}(m),Ne=function(e){function n(){var t=e.call(this)||this;return t.vn=null,t.progressiveLoadStatusChanged=null,t.vv=0,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bb=function(){return new n},n.prototype.i0=function(){return r.isNaN_(this.iz)?i.Defaults.q:e.prototype.i0.call(this)},n.prototype.get_e9=function(){return!0},n.prototype.ci=function(){return new Ee(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.vo=t},n.prototype.ve=function(){return this.vn=new i.HighDensityScatterSeries,this.vn},Object.defineProperty(n.prototype,"vx",{get:function(){return this.vv},set:function(e){var t=this.vv;this.vv=e,this.raisePropertyChanged("ProgressiveStatus",t,this.vv)},enumerable:!1,configurable:!0}),n.prototype.vk=function(){e.prototype.vk.call(this);var t=this.vf;t.progressiveLoadStatusChanged=r.delegateCombine(t.progressiveLoadStatusChanged,r.runOn(this,this.wb));var n=this.vf;n.propertyUpdated=r.delegateCombine(n.propertyUpdated,r.runOn(this,this.wa))},n.prototype.wb=function(e,t){this.vx=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},n.prototype.wa=function(e,t){this.vn},n.prototype.p5=function(t,i,r,o){switch(e.prototype.p5.call(this,t,i,r,o),i){case"SeriesViewer":this.vo.cr();break;case n.$$p[5]:this.vo.cn();break;case n.$$p[4]:this.vo.cm();break;case n.$$p[9]:this.vo.cs();break;case n.$$p[8]:this.vo.cq();break;case n.$$p[6]:this.vo.co();break;case"XAxis":this.vo.ct();break;case"YAxis":this.vo.cu();break;case n.$$p[3]:this.vo.cl();break;case n.$$p[1]:this.vo.cj();break;case n.$$p[2]:this.vo.ck();break;case n.$$p[0]:this.vo.ci();break;case n.$$p[7]:this.vo.cp()}},n.prototype.get_gq=function(){return!0},n.prototype.set_gq=function(t){e.prototype.set_gq.call(this,t)},n.$t=r.markType(n,"GeographicHighDensityScatterSeries",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["HeatMaximumColor:wm:wc",[r.Color.$,i.Defaults.ap],"HeatMaximum:vs:wd",[1,50],"HeatMinimumColor:wn:we",[r.Color.$,i.Defaults.aq],"HeatMinimum:vt:wf",[1,0],"LatitudeMemberPath:v2:wg",[2,null],"LongitudeMemberPath:v4:wh",[2,null],"MouseOverEnabled:vp:wi",[0,!1],"PointExtent:vw:wj",[1,1],"ProgressiveLoad:vq:wk",[0,!0],"UseBruteForce:vr:wl",[0,!1]]),n}(y),qe=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.e9},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.v2},set:function(e){this.i.v2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.v4},set:function(e){this.i.v4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.vr},set:function(e){this.i.vr=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.vq},set:function(e){this.i.vq=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.vp},set:function(e){this.i.vp=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.vt},set:function(e){this.i.vt=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.vs},set:function(e){this.i.vs=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.wn)},set:function(e){this.i.wn=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.wm)},set:function(e){this.i.wm=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.vw},set:function(e){this.i.vw=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.vx},set:function(e){this.i.vx=+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=r.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,n){e._runInZone((function(){var t=new i.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:i.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:qe,decorators:[{type:n.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:n.forwardRef((function(){return qe}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return qe}))}],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 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:[qe],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[qe,i.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],i.IgxHighDensityScatterSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ze,decorators:[{type:n.NgModule,args:[{declarations:[qe],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[qe,i.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",qe),r.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,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:Ue,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,ze],exports:[ze],entryComponents:[qe]}]}],ctorParameters:function(){return[]}});var Le=function(e){function n(t){var n=e.call(this,t)||this;return n.cp=null,n.cp=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.i5=i.Defaults.m)},n.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.vf&&(this.cp.v7.xa=this.cp.wa,this.cp.v7.xk=this.cp.we)},n.prototype.cq=function(){null!=this.cp.v7&&(this.cp.v7.xa=this.cp.wa)},n.prototype.cr=function(){null!=this.cp.v7&&(this.cp.v7.xk=this.cp.we)},n.$t=r.markType(n,"GeographicContourLineSeriesView",b.$),n}(b),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.bb=function(){return new n},n.prototype.get_e4=function(){return!0},n.prototype.vk=function(){e.prototype.vk.call(this)},n.prototype.ve=function(){this.v7=new i.ScatterContourSeries;var e=this.v7;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.wh));var t=this.v7;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.wi)),this.v7},n.prototype.wh=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.wi=function(e,t){var n=r.typeCast(i.ScatterContourSeries.$,this.vf);null!=n&&"ActualFillScale"==t.propertyName&&(this.v9=n.w9)},n.prototype.ra=function(){e.prototype.ra.call(this)},n.prototype.ci=function(){return new Le(this)},n.prototype.px=function(t){e.prototype.px.call(this,t),this.wb=t},n.prototype.p5=function(t,i,r,o){switch(e.prototype.p5.call(this,t,i,r,o),i){case n.$$p[1]:this.wb.cq();break;case n.$$p[2]:this.wb.cr();break;case n.$$p[3]:this.v7.w7=this.v6;break;case"DashArray":this.v7.uk=this.uk;break;case"DashCap":this.v7.ul=this.ul;break;case"MiterLimit":this.v7.ix=this.ix;break;case"LineJoin":this.v7.un=this.un}},n.$t=r.markType(n,"GeographicContourLineSeries",M.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualFillScale:v9:wj",[i.ValueBrushScale.$,null],"FillScale:wa:wk",[i.ValueBrushScale.$,null],"ValueMemberPath:we:wl",[2,"value"],"ValueResolver:v6:wm",[i.ContourValueResolver.$,null]]),n}(M),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.e4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.we},set:function(e){this.i.we=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.wa;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.wa=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.v9;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.v9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.v6;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.v6=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,i){e.prototype._styling.call(this,t,n,i),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=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,n){e._runInZone((function(){var t=new r.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:Ae,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ae);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:Ae,useExisting:n.forwardRef((function(){return We}))},{provide:K,useExisting:n.forwardRef((function(){return We}))},{provide:i.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,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],i.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,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),r.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,re,ue,pe,r.IgxHeatTileGeneratorModule,xe,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Ge,ze,Ze,X,r.IgxShapeDataSourceModule],exports:[re,ue,pe,r.IgxHeatTileGeneratorModule,xe,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Ge,ze,Ze,X,r.IgxShapeDataSourceModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,re,ue,pe,r.IgxHeatTileGeneratorModule,xe,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Ge,ze,Ze,X,r.IgxShapeDataSourceModule],re,ue,pe,r.IgxHeatTileGeneratorModule,xe,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Ge,ze,Ze,X,r.IgxShapeDataSourceModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ye,decorators:[{type:n.NgModule,args:[{declarations:[],exports:[re,ue,pe,r.IgxHeatTileGeneratorModule,xe,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Ge,ze,Ze,X,r.IgxShapeDataSourceModule],imports:[o.CommonModule,re,ue,pe,r.IgxHeatTileGeneratorModule,xe,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Ge,ze,Ze,X,r.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,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.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,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ce,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Fe,Ue,Xe,Y,r.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=r.markType(n,"TokenResponseModel"),n}(r.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=r.markType(n,"MapServerResponseModel"),n}(r.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=r.markType(n,"TileInfoResponseModel"),n}(r.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=r.markType(n,"LevelOfDetailResponseModel"),n}(r.Base),nt=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicProportionalSymbolSeriesBaseView",m.$),n}(m),it=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicShapeSeriesBaseBaseView",m.$),n}(m),rt=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicSymbolSeriesBaseView",m.$),n}(m),ot=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicXYTriangulatingSeriesBaseView",m.$),n}(m),at=function(e){function n(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new r.List$1(r.String_$type,0),t}return t.__extends(n,e),n.$t=r.markType(n,"ImageryMetadata"),n}(r.Base),st=function(e){function n(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(at.$,0),t}return t.__extends(n,e),n.$t=r.markType(n,"BingResourceSet"),n}(r.Base),lt=function(e){function n(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(st.$,0),t}return t.__extends(n,e),n.$t=r.markType(n,"BingResponse"),n}(r.Base),ut=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicMarkerSeriesBase",Ce.$),n}(Ce),ct=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicProportionalSymbolSeriesBase",ut.$),n}(ut),pt=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(Ie);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:pt,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(pt);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ht,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicShapeSeriesBaseBase",y.$),n}(y),yt=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:yt,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=r.markType(n,"GeographicSymbolSeriesBase",ut.$),n}(ut),ft=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(pt);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ft,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicXYTriangulatingSeriesBase",y.$),n}(y),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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:vt,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=T,e.BingMapsMapImagery=V,e.BingMapsMapImageryView=R,e.BingResourceSet=st,e.BingResponse=lt,e.CustomMapImagery=z,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ne,e.GeographicHighDensityScatterSeriesView=Ee,e.GeographicMapImagery=d,e.GeographicMapImageryView=v,e.GeographicMapSeriesHost=y,e.GeographicMarkerSeries=Ce,e.GeographicMarkerSeriesBase=ut,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=ke,e.GeographicProportionalSymbolSeriesBase=ct,e.GeographicProportionalSymbolSeriesBaseView=nt,e.GeographicProportionalSymbolSeriesView=_e,e.GeographicScatterAreaSeries=I,e.GeographicScatterAreaSeriesView=S,e.GeographicShapeSeries=ne,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=it,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=mt,e.GeographicSymbolSeriesBaseView=rt,e.GeographicSymbolSeriesView=je,e.GeographicTileSeries=Se,e.GeographicXYTriangulatingSeries=M,e.GeographicXYTriangulatingSeriesBase=dt,e.GeographicXYTriangulatingSeriesBaseView=ot,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=m,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxBingMapsMapImagery=A,e.IgxBingMapsMapImageryDynamicModule=B,e.IgxBingMapsMapImageryModule=k,e.IgxCustomMapImagery=q,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=N,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=qe,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=ze,e.IgxGeographicMapComponent=_,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=O,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=pt,e.IgxGeographicMarkerSeriesComponent=Ie,e.IgxGeographicPolylineSeriesComponent=le,e.IgxGeographicPolylineSeriesDynamicModule=ce,e.IgxGeographicPolylineSeriesModule=ue,e.IgxGeographicProportionalSymbolSeriesBaseComponent=ht,e.IgxGeographicProportionalSymbolSeriesComponent=Pe,e.IgxGeographicProportionalSymbolSeriesDynamicModule=Te,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Be,e.IgxGeographicScatterAreaSeriesDynamicModule=Fe,e.IgxGeographicScatterAreaSeriesModule=Ge,e.IgxGeographicShapeSeriesBaseBaseComponent=yt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ie,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=re,e.IgxGeographicSymbolSeriesBaseComponent=ft,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Ve,e.IgxGeographicSymbolSeriesModule=Re,e.IgxGeographicTileSeriesComponent=we,e.IgxGeographicTileSeriesDynamicModule=Me,e.IgxGeographicTileSeriesModule=xe,e.IgxGeographicXYTriangulatingSeriesBaseComponent=vt,e.IgxGeographicXYTriangulatingSeriesComponent=Ae,e.IgxImageTilesReadyEventArgs=C,e.IgxImagesChangedEventArgs=j,e.IgxOpenStreetMapImagery=F,e.IgxOpenStreetMapImageryDynamicModule=E,e.IgxOpenStreetMapImageryModule=G,e.IgxSubDomainsCollection=P,e.IgxTileGeneratorMapImagery=ge,e.IgxTileGeneratorMapImageryDynamicModule=ye,e.IgxTileGeneratorMapImageryModule=pe,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=be,e.IgxTileSeriesModule=ve,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=at,e.ImagesChangedEventArgs=g,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=l,e.MapBackgroundTilingMode_$type=u,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=x,e.SphericalMercatorHorizontalScaler=p,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=me,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=w,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,i,r,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=r.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}({}),c=r.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),u=function(e){function n(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new r.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,i,r){var o,a,s,l,c,u=r.e,p=r.d,h=r.c,g=(r.a,!h.isEmpty),y=(this.m,this.o,h.top),m=h.height,f=u.top,d=u.height,b=p.top,S=p.height,x=this.au.top,w=this.au.height,v=this.af(e),M=.017453292519943295,I=!1;null!=v&&(I=!0);for(var C=t;C<i;C++)o=I?v[C]:e.item(C),g?(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*M,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=y+(c=(this.ai-l)*m/this.aj))-x*m)/w-f*S)/d,I?v[C]=c:e.item(C,c)):(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*M,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=b+(c=(this.ai-l)*S/this.aj))-f*S)/d,I?v[C]=c:e.item(C,c))},n.prototype.t=function(e,t,n,i,r){return{p3:this.ak(e.l6),p4:this.ak(e.l5)}},n.prototype.w=function(t,i,r){switch(e.prototype.w.call(this,t,i,r),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,i,r){var o=(e-i.top)*t.width+t.top*i.height;return o=n.am(this.n)-o/(i.height/this.aj),n.aq(o)},n.prototype.getMercatorScaledValue1=function(e,t,n,i){return(n.top+this.getMercatorScaledValue3(e,n.height)-t.top*n.height)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,n,i,r){return(this.getMercatorScaledValue3(e,i.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 i=n.am(e);return(this.ai-i)*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=r.markType(n,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),n.ag=85.05112878,n.ah=-85.05112878,n}(i.VerticalLinearScaler),p=function(e){function n(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.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,i){var r,o=i.e,a=i.d,s=i.c,l=i.a,c=!s.isEmpty,u=this.m,p=this.o,h=s.left,g=s.width,y=o.left,m=o.width,f=a.left,d=a.width,b=this.aj.left,S=this.aj.width,x=this.af(e),w=!1;null!=x&&(w=!0);for(var v=t;v<n;v++)if(r=w?x[v]:e.item(v),c){var M=(r-p)/u;l&&(M=1-M);var I=((M=h+g*(M-b)/S)-y*d)/m;w?x[v]=I:e.item(v,I)}else{var C=(r-p)/u;l&&(C=1-C),C=f+d*(C-y)/m,w?x[v]=C:e.item(v,C)}},n.prototype.t=function(e,t,n,i,r){return{p3:e.l6,p4:e.l5}},n.prototype.getMercatorUnscaledValue=function(e,t,n,i){var r=t.left+t.width*(e-n.left)/n.width;return i&&(r=1-r),this.o+r*this.m},n.prototype.getMercatorScaledValue1=function(e,t,n,i){var r=(e-this.o)/this.m;return i&&(r=1-r),n.left+n.width*(r-t.left)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,n,i,r){var o=(e-this.o)/this.m;return r&&(o=1-o),n.left+n.width*(o-t.left)/t.width},n.$t=r.markType(n,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),n}(i.HorizontalLinearScaler),h=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"ImageTilesReadyEventArgs",r.EventArgs.$),n}(r.EventArgs),g=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"ImagesChangedEventArgs",r.EventArgs.$),n}(r.EventArgs),y=function(e){function n(){var t=e.call(this)||this;return t.wq=null,t.ws=t.wr(),t}return t.__extends(n,e),n.prototype.qc=function(){e.prototype.qc.call(this),null!=this.ws&&this.ws.qc()},n.prototype.get_fa=function(){return!0},n.prototype.ko=function(e,t){var n=this.nb(t);return"LatitudeMemberPath"==n&&(n="YMemberPath"),"LongitudeMemberPath"==n&&(n="XMemberPath"),this.ws.ko(e,n)},n.prototype.mb=function(e){var t=this.nb(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.ws.mb(t)},n.prototype.get_kg=function(){return this.ky(this.ws)},n.prototype.set_kg=function(e){this.ox(this.ws,e)},n.prototype.d9=function(e,t,n,i){return this.ws.d9(e,t,n,i)},n.prototype.ai=function(){return this.ws.ai()},n.prototype.bm=function(){return this.ws},Object.defineProperty(n.prototype,"ws",{get:function(){return this.wq},set:function(e){this.ws!=e&&(this.wq=e,this.wx())},enumerable:!1,configurable:!0}),n.prototype.get_hasMarkers=function(){return this.ws.hasMarkers},n.prototype.wx=function(){if(null!=this.wq){var e=this.wq;e.externalObject=r.TypeRegistrar.createFromInternal(e,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),e.externalObject._implementation=e}this.pd(this.ws),this.wt.b5()},n.prototype.de=function(e,t,n){return this.dg(this.ws,e,t,n)},n.prototype.df=function(e,t,n){return this.dh(this.ws,e,t,n)},n.prototype.kl=function(e){return this.ku(this.ws,e)},n.prototype.j8=function(e,t){return this.ws.j8(e,t)},n.prototype.j6=function(e,t){return this.ws.j6(e,t)},n.prototype.i3=function(e,t,n){return this.ws.i3(e,t,n)},n.prototype.v6=function(e,t,n){return this.ws.v6(e,t,n)},n.prototype.wh=function(e){return this.ws.wh(e)},n.prototype.an=function(e){return this.ws.an(e)},n.prototype.wi=function(e){return this.ws.wi(e)},n.prototype.ao=function(e){return this.ws.ao(e)},n.prototype.wj=function(e){return this.ws.wj(e)},n.prototype.wk=function(e){return this.ws.wk(e)},n.prototype.iz=function(e,t,n){return this.ws.iz(e,t,n)},n.prototype.v2=function(e,t,n){return this.ws.v2(e,t,n)},n.prototype.i1=function(e,t,n){return this.i3(e,t,n)},n.prototype.v4=function(e,t,n){return this.ws.v4(e,t,n)},n.prototype.v7=function(e,t,n){return this.ws.v7(e,t,n)},n.prototype.i4=function(e,t,n){return this.ws.i4(e,t,n)},n.prototype.v3=function(e,t,n){return this.ws.v3(e,t,n)},n.prototype.i0=function(e,t,n){return this.ws.i0(e,t,n)},n.prototype.v5=function(e,t,n){return this.ws.v5(e,t,n)},n.prototype.i2=function(e,t,n){return this.ws.i2(e,t,n)},n.prototype.j2=function(e){return this.ws.j2(e)},n.prototype.iu=function(){return this.ws.iu()},n.prototype.iq=function(e){return this.ws.iq(e)},n.prototype.km=function(e){return this.ws.km(e)},n.prototype.cq=function(){return new m(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.wt=r.typeCast(m.$,t)},Object.defineProperty(n.prototype,"wu",{get:function(){return this.c(n.wz)},set:function(e){this.h(n.wz,e)},enumerable:!1,configurable:!0}),n.prototype.q5=function(t,n,o,a){switch(e.prototype.q5.call(this,t,n,o,a),n){case"SeriesViewer":this.ws.c9=this.c9,null!=o&&o.qq(this.ws),null!=a&&this.c9.mw(this.ws),this.ws.q8(this.wl),this.ws.index=this.index,this.pw(this.ws),this.ke=this.ws.ke;var s=r.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.wy))),null!=this.c9){var l=this.c9;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.wy))}this.ww();break;case"SyncLink":this.ws.c1=this.c1;break;case"VisibleFromScale":this.ww();break;case"Index":this.ws.index=this.index;break;case"ItemsSource":this.wt.b6();break;case"Resolution":this.wt.cd();break;case"TransitionDuration":this.wt.cg();break;case"Opacity":this.wt.ca();break;case"Visibility":var c=this.ws,u=this._visibility;c.visibility=u;break;case"MouseOverEnabled":this.ws.f6=this.f6;break;case"ExpectFunctions":this.ws.expectFunctions=this.expectFunctions;break;case"Thickness":this.wt.cf();break;case"Brush":this.wt.b4();break;case"Outline":this.wt.cc();break;case"ActualBrush":this.wt.b1();break;case"ActualOutline":this.wt.b2();break;case"MarkerFillOpacity":r.isNaN_(this.je)||this.wt.b9();break;case"AreaFillOpacity":r.isNaN_(this.ii)||this.wt.b3();break;case"OutlineMode":this.wt.cb();break;case"ShowDefaultTooltip":this.wt.ce();break;case"Title":this.ws.title=this.title;break;case"LegendItemBadgeMode":this.wt.b7();break;case"LegendItemBadgeShape":this.wt.b8();break;case"Legend":this.ws.legend=this.legend,this.ct.av()}},n.prototype.ww=function(){if(null!=this.c9&&null!=this.ws&&!r.isNaN_(this.wu))if(this.c9.vl.width>this.wu){this.ws.visibility=1}else{this.ws.visibility=0}},n.prototype.wy=function(e,t){this.ww()},n.prototype.rn=function(t){e.prototype.rn.call(this,t),null!=this.ws&&this.ws.rn(t)},n.prototype.rm=function(e,t,n,i,r){null!=this.ws&&this.ws.rm(e,t,n,i,r)},n.prototype.a1=function(e,t){return this.ws.a1(e,t)},n.prototype.r6=function(){e.prototype.r6.call(this),this.ws.r6()},n.prototype.get_coercionMethods=function(){return this._coercionMethods},n.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.ws.coercionMethods=e},n.prototype.pv=function(t){if(e.prototype.pv.call(this,t),null!=this.ws){var n=this.ws.kk();this.o6(t,n)}},n.$t=r.markType(n,"GeographicMapSeriesHost",i.Series.$),n.wz=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,n.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),n}(i.Series),m=function(e){function n(t){var n=e.call(this,t)||this;return n.b0=null,n.b0=t,n}return t.__extends(n,e),n.prototype.at=function(t,n){e.prototype.at.call(this,t,n)},n.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.ws.legendItemVisibility=0,this.b0.ws.itemsSource=this.b0.itemsSource,this.b0.ws.index=this.b0.index,this.b0.ws.u9=this.b0.u9,this.b0.ws.vp=this.b0.u9,this.b0.ws.cg=this.b0.cg,this.b0.ws.jh=this.b0.jh,this.b0.ws.kb=this.b0.kb,this.b0.ws._opacity=this.b0._opacity,this.b0.ws.jn=this.b0.jn,this.b0.ws.ii=this.b0.ii,this.b0.ws.je=this.b0.je,this.b0.ws.gn=this.b0.gn,this.b0.ws.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.ws.bc=this.b0.bc},n.prototype.b6=function(){this.b0.ws.itemsSource=this.b0.itemsSource},n.prototype.cd=function(){this.b0.ws.jh=this.b0.jh},n.prototype.cg=function(){this.b0.ws.kb=this.b0.kb},n.prototype.ca=function(){this.b0.ws._opacity=this.b0._opacity},n.prototype.cf=function(){this.b0.ws.jn=this.b0.jn},n.prototype.b4=function(){this.b0.ws.u9=this.b0.u9},n.prototype.cc=function(){this.b0.ws.vp=this.b0.vp},n.prototype.b1=function(){this.b0.ws.u9=this.b0.u3},n.prototype.b2=function(){this.b0.ws.vp=this.b0.u7},n.prototype.b7=function(){this.b0.ws.bc=this.b0.bc},n.prototype.b8=function(){this.b0.ws.legendItemBadgeShape=this.b0.legendItemBadgeShape},n.prototype.b3=function(){this.b0.ws.ii=this.b0.ii},n.prototype.b9=function(){this.b0.ws.je=this.b0.je},n.prototype.cb=function(){this.b0.ws.cg=this.b0.cg},n.prototype.ce=function(){this.b0.ws.gn=this.b0.gn},n.$t=r.markType(n,"HostSeriesView",i.SeriesView.$),n}(i.SeriesView),f=function(e){function n(){var t=e.call(this)||this;t.wx=null,t.wm=!1,t.we=1,t.wt=0,t.x4=null,t.wb=null,t.v7=null,t.v9=null,t.wd=null,t.x0={$type:r.Point_$type,x:NaN,y:NaN},t.x7=null,t.ws=1,t.imageTilesReady=null,t.wl=null,t.x6=r.Rect.empty,t.wt=u.am(n.x5.bottom)-u.am(n.x5.top),t.ab=n.$,t.backgroundContent=new v;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.v8=a,t.v8.nm=new p;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wa=s,t.wa.nm=new u,t.xf(),t.xm(),t.no(),t}return t.__extends(n,e),n.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.v8.provideRenderer(t),this.wa.provideRenderer(t)},n.prototype.no=function(){e.prototype.no.call(this),this.wk.fv(this.hb)},n.prototype.fh=function(){return this.wq},n.prototype.fi=function(){return this.wq},n.prototype.wh=function(){return 0==this.wf&&this.wm?2:1},Object.defineProperty(n.prototype,"wg",{get:function(){return this.we},set:function(e){this.we=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"x9",{get:function(){return this.x4},set:function(e){if(r.Rect.l_op_Inequality(this.x4,e)){var t=this.x4;this.x4=e,this.p8("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),n.prototype.yd=function(){return this.x9},n.prototype.xf=function(){this.yl.isEmpty||(this.x9=this.yj(this.yl,1==this.cr))},n.prototype.yj=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,l=u.am(e.bottom),c=u.am(e.top),p=l-c,h=e.width/n.x5.width,g=u.am(n.x5.top);if(p/h>this.wt){var y=p/this.wt;o-=(y-h)/2*n.x5.width,a=y*n.x5.width,t&&(o<n.x5.left?o+=n.x5.left-o:o+a>n.x5.right&&(o-=o+a-n.x5.right))}else if(p/h<this.wt){var m=this.wt*h-p,f=c-m/2,d=l+m/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.wt&&(f-=d-(g+this.wt),d-=d-(g+this.wt))),i=u.aq(f),s=u.aq(d)-i}return new r.Rect(0,o,i,a,s)},Object.defineProperty(n.prototype,"backgroundContent",{get:function(){return this.wb},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wb=e,this.p8("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"v8",{get:function(){return this.v7},set:function(e){if(e!=this.v8){var t=this.v8;this.v7=e,this.p8("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"wa",{get:function(){return this.v9},set:function(e){if(e!=this.wa){var t=this.wa;this.v9=e,this.p8("YAxis",t,e)}},enumerable:!1,configurable:!0}),n.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},n.prototype.xp=function(e){this.v1=e},n.prototype.xo=function(e){this.yl=e},n.prototype.getZoomFromGeographicRect=function(e){return this.yb(e,!0,0)},n.prototype.ya=function(e,t){return this.yb(e,!1,t)},n.prototype.yb=function(e,t,o){var a=e;t&&(a=this.yj(e,!1));var s=this.v8,l=this.wa,c=new i.ScalerParams(1,n.x8,this.v0,s.ch);c.c=this.vp;var u=new i.ScalerParams(1,n.x8,this.v0,l.ch);u.c=this.vp;var p=this.v8.ek(a.left,c),h=this.v8.ek(a.right,c),g=this.wa.ek(a.top,u),y=this.wa.ek(a.bottom,u),m=(p-o)/this.v0.width,f=(y-o)/this.v0.height,d=(h-p+2*o)/this.v0.width,b=(g-y+2*o)/this.v0.height,S=new r.Rect(0,m,f,d,b);return S.intersect(n.x8),S.isEmpty&&(S=n.x8),S},n.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 n.x8;var l=new r.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},n.prototype.yf=function(e){var t=this.v8,o=this.wa,a=new i.ScalerParams(1,e,this.v0,t.ch);a.c=this.vp;var s=new i.ScalerParams(1,e,this.v0,o.ch);s.c=this.vp;var l=this.vo,c=t.en(l.left,a),u=o.en(l.top,s),p=t.en(l.right,a),h=o.en(l.bottom,s),g=p-c,y=u-h,m=new r.Rect(0,c,h,g,y);return 1==this.cr&&(m.intersect(n.x5),m.isEmpty&&(m=n.x5)),m},n.prototype.x1=function(e){var t=this.v8.l9(e.x),n=this.wa.l9(e.y);return{$type:r.Point_$type,x:t,y:n}},n.prototype.x2=function(e){var t=this.v8.e5(e.x),n=this.wa.e5(e.y);return{$type:r.Point_$type,x:t,y:n}},n.prototype.x3=function(e){return this.x2(e)},n.prototype.xc=function(){var e=r.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},n.prototype.xi=function(e){},n.prototype.ga=function(){return!0},n.prototype.xk=function(){var e,n;this.wk.ee();try{for(var i=t.__values(r.fromEnum(this.series)),o=i.next();!o.done;o=i.next()){o.value.r6()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}},n.prototype.xn=function(){if(2==this.wj){if(!this.v0.isEmpty&&this.v0.width>0&&this.v0.height>0){var e=this.v8.l9(this.v0.left+this.v0.width/2),t=this.wa.l9(this.v0.top+this.v0.height/2);this.x0={$type:r.Point_$type,x:e,y:t}}}else if(!this.v0.isEmpty&&this.v0.width>0&&this.v0.height>0){var n=this.v8.l9(this.v0.left),i=this.wa.l9(this.v0.top);this.x0={$type:r.Point_$type,x:n,y:i}}},n.prototype.xj=function(){(r.isNaN_(this.x0.x)||r.isNaN_(this.x0.y))&&this.xn();var e=this.x0.x,t=this.x0.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.vl.left,a=this.vl.top,s=this.vl.width,l=this.vl.height;if(s>this.x7.width);else{var c=new i.ScalerParams(1,n.x8,this.v0,this.v8.ch);c.c=this.vp;var u=this.v8.ek(e,c);if(2==this.wj)o=u/this.v0.width-s/2;else o=u/this.v0.width;o+s>this.x7.right?o=this.x7.right-s:o<this.x7.left&&(o=this.x7.left)}if(l>this.x7.height);else{var p=new i.ScalerParams(1,n.x8,this.v0,this.wa.ch);p.c=this.vp;var h=this.wa.ek(t,p);if(2==this.wj)a=h/this.v0.height-l/2;else a=h/this.v0.height;a+l>this.x7.bottom?a=this.x7.bottom-l:a<this.x7.top&&(a=this.x7.top)}this.rj(new r.Rect(0,o,a,s,l),!1)}},n.prototype.get_e9=function(){return!0},n.prototype.vm=function(){var t=e.prototype.vm.call(this);if(null==this.v8||null==this.wa)return t;this.vw();var n=t.left,i=t.top;1==this.cr&&(this.v1.width>this.x7.width?n=.5-this.v1.width/2:n+t.width>this.x7.right?n=this.x7.right-this.v1.width:n<this.x7.left&&(n=this.x7.left),this.v1.height>this.x7.height?i=.5-this.v1.height/2:i+this.v1.height>this.x7.bottom?i=this.x7.bottom-this.v1.height:i<this.x7.top&&(i=this.x7.top));var o=!1;!this.wp&&2==this.cr&&this.wm&&(n>1&&(n=n-Math.floor(n)+1),n<0&&(n=0-(Math.ceil(n)-n)),t.right-this.x7.right>0&&(t.right-this.x7.right)/t.width>.8?(n=this.x7.left-(t.width-(t.right-this.x7.right)),o=!0):t.left<this.x7.left&&Math.abs(t.left-this.x7.left)/t.width>.8&&(n=this.x7.right-Math.abs(t.left-this.x7.left),o=!0));var a=new r.Rect(0,n,i,t.width,t.height);if(this.wp){var s=this.ya(this.yl,1);s=this.yc(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var u=a.height/a.width,p=s.width,h=u*p;a=new r.Rect(0,l-p/2,c-h/2,p,h),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,m=g*y;a=new r.Rect(0,l-m/2,c-y/2,m,y),o=!0}a.left<s.left&&(a=new r.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new r.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new r.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new r.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ew=!0,this.v1=a,this.ew=!1),a},n.prototype.mt=function(e,t){var n=!0,i=!0,o=0,a=this.vw(),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&&(i=!1),n)if(i){var c=this.v7.ek(-180,t);o=this.v7.ek(180,t)-c}else{o=this.v7.ek(-180,t)-this.v7.ek(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,n,o)},n.prototype.vw=function(){var e=new i.ScalerParams(1,n.x8,this.v0,this.v8.ch);e.c=this.vp;var t=new i.ScalerParams(1,n.x8,this.v0,this.wa.ch);t.c=this.vp;var o=this.v8.ek(n.x5.left,e),a=this.v8.ek(n.x5.right,e),s=this.wa.ek(n.x5.top,t),l=this.wa.ek(n.x5.bottom,t);return this.x7=new r.Rect(0,o/this.v0.width,l/this.v0.height,(a-o)/this.v0.width,(s-l)/this.v0.height),this.x7},n.prototype.yc=function(e){var t=this.hf,n=.5*(e.left+e.right),i=.5*(e.top+e.bottom),o=e.width,a=e.height,s=r.MathUtil.d(e.width,t,1),l=r.MathUtil.d(e.height,t,1),c=this.v0,u=c.width/c.height,p=s*c.width,h=l*c.height;p/h!=u&&(h*u>p?s=(p=h*u)/c.width:l=(h=p/u)/c.height);var g=s!=o,y=l!=a,m=g?n-.5*s:e.left,f=y?i-.5*l:e.top,d=g?n+.5*s:e.right,b=y?i+.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 r.Rect(0,m,f,d-m,b-f)},n.prototype.vn=function(t){if(e.prototype.vn.call(this,this.v0),t.isEmpty)return r.Rect.empty;var n;if(t.width>t.height){var i=r.intDivide(r.truncate(t.width-t.height),2);n=new r.Rect(0,t.left+i,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);n=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return n},n.prototype.ye=function(e){return this.vn(e)},n.prototype.c7=function(){return new w(this)},n.prototype.xe=function(e){null!=e&&(e.bi=this)},n.prototype.pr=function(t){e.prototype.pr.call(this,t),this.wk=t},n.prototype.p2=function(t,n){e.prototype.p2.call(this,t,n),this.q7(this.v8),this.q7(this.wa),r.Rect.l_op_Inequality(t,n)&&this.xj(),this.wp&&(this.vl=this.vm()),this.xq()},Object.defineProperty(n.prototype,"wu",{get:function(){return this.ws},set:function(e){var t=this.ws;this.ws=e,this.p8("ActualWindowScale",t,this.ws)},enumerable:!1,configurable:!0}),n.prototype.hl=function(){return this.wu},n.prototype.hm=function(){return this.wu},n.prototype.q6=function(){e.prototype.q6.call(this);var t=Math.min(this.vl.width,this.vl.height);this.wu=t},n.prototype.fz=function(){return this.wm},n.prototype.cs=function(){return 0==this.ct&&this.wn?2:this.ct},n.prototype.p3=function(i,o,a,s){var l,c,u,p;switch(e.prototype.p3.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xf();break;case"WindowRect":this.xn();break;case n.$$p[0]:this.wg=this.wh(),null!=this.wd&&(this.wd.isHorizontalWrappingEnabled=2==this.wg);break;case n.$$p[1]:this.wm=this.wn,this.wg=this.wh(),this.cr=this.cs(),null!=this.wd&&(this.wd.isHorizontalWrappingEnabled=2==this.wg);break;case n.$$p[4]:this.vl=this.vm();break;case"BackgroundContent":if(null!=this.wd){var h=this.wd;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.xg)),this.wd.deferralHandler=null}if(this.wd=r.typeCast(d.$,this.backgroundContent),null!=this.wd){var g=this.wd;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.xg)),this.wd.deferralHandler=this,this.wd.isHorizontalWrappingEnabled=2==this.wg}this.wk.fu(r.typeCast(d.$,a),r.typeCast(d.$,s)),null!=this.wd&&(this.wd.geographicMap=this,this.wk.fr(this.vl),this.wk.fv(this.hb));break;case"YAxis":case"XAxis":this.xl(a),this.xe(s);break;case n.$$p[6]:this.wo||(this.v1=n.x8),this.xf(),this.xm(),this.xn(),this.vl=this.vm(),this.wk.fs();break;case"ActualWindowRect":this.wk.fr(this.vl);break;case"ActualWorldRect":try{for(var y=t.__values(r.fromEnum(this.series)),m=y.next();!m.done;m=y.next()){m.value.rn(!1)}}catch(e){l={error:e}}finally{try{m&&!m.done&&(c=y.return)&&c.call(y)}finally{if(l)throw l.error}}break;case n.$$p[5]:this.wu=this.wv;break;case"ActualWindowScale":this.f6||this.rh(this.hl(),this.hm());break;case"ActualPixelScalingRatio":this.wk.fv(this.hb);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;r.isNaN_(f)||r.isInfinity(f)?(this.hf=5e-6,this.he=5e-6):(this.hf=f,this.he=f);break;case n.$$p[7]:this.rd();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(r.fromEnum(this.series)),S=b.next();!S.done;S=b.next()){S.value.qc()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(u)throw u.error}}}},n.prototype.xg=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.xl=function(e){null!=e&&(e.bi=null)},n.prototype.xm=function(){null!=this.v8&&(this.v8.l6=this.x9.left,this.v8.l5=this.x9.right),null!=this.wa&&(this.wa.l6=this.x9.top,this.wa.l5=this.x9.bottom),this.v8.c2(!0),this.wa.c2(!0)},n.prototype.getFontInfo=function(){return this.wl=this.wk.fo,this.wl},n.prototype.up=function(){return this.wk.fw},n.prototype.getFontBrush=function(){return this.wk.fx},n.prototype.qz=function(t,n){if(null!==r.typeCast(r.ItfConverter.$,n)){var i=n,o=t;o.itemsSource=i.triangulationSource.points,o.w1=i.triangulationSource.triangles}else e.prototype.qz.call(this,t,n)},n.prototype.register=function(e,t){this.qn(e,t)},n.prototype.unRegister=function(e){this.q5(e)},n.prototype.deferredRefresh=function(){this.m6()},n.prototype.deferAction=function(e){null!=this.wx?this.wx.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.xd=function(e){this.rc(e)},n.prototype.wy=function(){var e=new i.ChartVisualData,t=this.v8.fx(),n=this.wa.fx();e.axes.add1(t),e.axes.add1(n);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kk();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.v0),e.centralArea=r.RectData.b(this.v0),e.plotArea=r.RectData.b(this.v0),e},n.prototype.vs=function(e,t,n){return e},n.prototype.xh=function(){},Object.defineProperty(n.prototype,"yk",{get:function(){return this.x6},set:function(e){this.x6=e},enumerable:!1,configurable:!0}),n.prototype.xr=function(e){this.yk=e,this.xq()},n.prototype.xq=function(){if(this.wr&&!this.yk.isEmpty){var e=this.getZoomFromGeographicRect(this.yk);this.yk=r.Rect.empty,this.rj(e,!1)}},Object.defineProperty(n.prototype,"wr",{get:function(){return!this.v0.isEmpty&&!this.vp.isEmpty},enumerable:!1,configurable:!0}),n.$t=r.markType(n,"XamGeographicMap",i.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),n.wi=0,n.x5=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),n.x8=new r.Rect(0,0,0,1,1),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"p8",["BackgroundTilingMode:wf:xs",[c,r.enumGetBox(c,0)],"IsHorizontalWrappingEnabled:wn:xt",[0,!1],"ResizeBehavior:wj:xu",[s,r.enumGetBox(s,n.wi)],"SuppressZoomResetOnWorldRectChange:wo:xv",[0,!1],"UseWorldRectForZoomBounds:wp:xw",[0,!1],"WindowScale:wv:xx",[1,NaN],"WorldRect:yl:xy",[r.Rect.$,n.x5],"Zoomable:wq:xz",[0,!0]]),n}(i.SeriesViewer),d=function(e){function n(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=n.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}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=r.delegateCombine(e.imageTilesReady,r.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.a4));var n=this.ao;n.downloadingImage=r.delegateCombine(n.downloadingImage,r.runOn(this,this.a3));var i=this.ao;i.cancellingImage=r.delegateCombine(i.cancellingImage,r.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,i){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 r.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 r.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 r.Rect(0,0,0,e.width,e.height),n=this.geographicMap.ye(t),o=f.x5,a=this.geographicMap.x9,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/n.width*s*l;var c=this.geographicMap.v8,u=this.geographicMap.wa,p=new i.ScalerParams(1,this.windowRect,t,c.ch);p.c=n;var h=new i.ScalerParams(1,this.windowRect,t,u.ch);h.c=n;var g=c.ek(o.left,p),y=u.ek(o.bottom,h),m=-g/t.width*this.ao.a5,d=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:r.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 g)},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=r.markType(n,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),n.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,n.$,new r.PropertyMetadata(2,null,n.a8)),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),n}(r.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=r.Rect.empty,n.a=t,n.a.ao=new r.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 r.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=r.markType(n,"GeographicMapImageryView"),n}(r.Base),S=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.ws;t.xs=this.ch.w4,t.x0=this.ch.w2,t.trianglesSource=this.ch.w1,t.xg=this.ch.w7,t.xi=this.ch.w9,t.xk=this.ch.xb},n.prototype.ck=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.wq=null,void(e.wr=null);e.wq=this.ch.c9.v8,e.wr=this.ch.c9.wa},n.prototype.cj=function(){this.ch.ws.xs=this.ch.w4},n.prototype.ci=function(){this.ch.ws.x0=this.ch.w2},n.prototype.cl=function(){this.ch.ws.trianglesSource=this.ch.w1},n.prototype.cm=function(){this.ch.ws.xg=this.ch.w7},n.prototype.cn=function(){this.ch.ws.xi=this.ch.w9},n.prototype.co=function(){this.ch.ws.xk=this.ch.xb},n.$t=r.markType(n,"GeographicXYTriangulatingSeriesView",m.$),n}(m),x=function(e){function n(t){var n=e.call(this,t)||this;return n.cp=null,n.cp=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q},n.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xm&&(this.cp.xm.yz=this.cp.xq,this.cp.xm.yn=this.cp.xl)},n.prototype.cq=function(){null!=this.cp.xm&&(this.cp.xm.yz=this.cp.xq)},n.prototype.cr=function(){null!=this.cp.xm&&(this.cp.xm.yn=this.cp.xl)},n.$t=r.markType(n,"GeographicScatterAreaSeriesView",S.$),n}(S),w=function(e){function n(t){var n=e.call(this,t)||this;return n.fn=null,n.fz=null,n.fx=null,n.fw=null,n.fo=null,n.fp=NaN,n.fz=r.Rect.empty,n.fn=t,n.fn.uj=2,n.fn.il=5e-6,n}return t.__extends(n,e),n.prototype.m=function(e){return 2},n.prototype.bk=function(e){this.j.bw(e),this.fn.xd(e),this.el()},n.prototype.get_ap=function(){return!0},n.prototype.d4=function(){var e,t,n,i,o,a=this.j.a8(e,t,n,i,o);e=a.p0,t=a.p1,n=a.p2,i=a.p3,o=a.p4,this.fx=n,this.fo=i,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new r.BrushCollection,this.fn.ai=null!=s.c?s.c:new r.BrushCollection,0==this.fn.ah.count)for(var l=0;l<s.a.count;l++)this.fn.ah.add(s.a.item(l));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fn.ai.add(s.f.item(c))},n.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var n=this.fn.backgroundContent;n.be(this.j.ae),n.bd(t)}},n.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},n.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},n.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},n.prototype.fr=function(e){null!=this.fn.wd&&(this.fn.wd.windowRect=e)},n.prototype.fu=function(e,t){if(null!=this.fn.wd&&(this.fn.wd.windowRect=this.fn.vl),null!=e){var n=e.ao;null!=n&&this.fn.al.h.remove(n.ag),e.bd(null),e.be(null)}if(null!=t){var i=t.ao;null!=i&&this.fn.al.h.add(i.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},n.prototype.ft=function(e){var t=this.fn.hb;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},n.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},n.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(n.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),n.$t=r.markType(n,"XamGeographicMapView",i.SeriesViewerView.$),n}(i.SeriesViewerView),v=function(e){function n(){return e.call(this,new r.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,i){switch(t){case"TilePath":this.ap.setTilePathUrl(null==i?null:i),this.aj.e()}e.prototype.ba.call(this,t,n,i)},n.$t=r.markType(n,"OpenStreetMapImagery",d.$),n.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.br)),n}(d),M=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.prototype.cq=function(){return new S(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.w0=t},n.prototype.q5=function(t,i,r,o){switch(e.prototype.q5.call(this,t,i,r,o),i){case"SeriesViewer":this.w0.ck();break;case n.$$p[1]:this.w0.cj();break;case n.$$p[0]:this.w0.ci();break;case n.$$p[5]:this.w0.cl();break;case n.$$p[2]:this.w0.cm();break;case n.$$p[3]:this.w0.cn();break;case n.$$p[4]:this.w0.co()}},n.$t=r.markType(n,"GeographicXYTriangulatingSeries",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["LatitudeMemberPath:w2:xd",[2,"pointY"],"LongitudeMemberPath:w4:xe",[2,"pointX"],"TriangleVertexMemberPath1:w7:xg",[2,"v1"],"TriangleVertexMemberPath2:w9:xh",[2,"v2"],"TriangleVertexMemberPath3:xb:xi",[2,"v3"],"TrianglesSource:w1:xf",[r.IEnumerable_$type,null]]),n}(y),I=function(e){function n(){var t=e.call(this)||this;return t.xj=null,t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bi=function(){return new n},n.prototype.get_es=function(){return!0},Object.defineProperty(n.prototype,"xl",{get:function(){return this.xj},set:function(e){if(this.xj!=e){var t=this.xj;if(null!=this.xj){var n=this.xj;n.propertyChanged=r.delegateRemove(n.propertyChanged,r.runOn(this,this.xt))}if(this.xj=e,null!=this.xj){var i=this.xj;i.propertyChanged=r.delegateCombine(i.propertyChanged,r.runOn(this,this.xt))}this.raisePropertyChanged("ColorScale",t,this.xj),null!=this.xm&&(this.xm.yn=e)}},enumerable:!1,configurable:!0}),n.prototype.xt=function(e,t){this.xo.cr(),this.xv(),this.rn(!1)},n.prototype.xv=function(){null!=this.xm&&(this.xk=this.xm.ym)},n.prototype.sb=function(){e.prototype.sb.call(this),this.xv()},n.prototype.wr=function(){this.xm=new i.ScatterAreaSeries;var e=this.xm;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.xu)),this.xm},n.prototype.xu=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.cq=function(){return new x(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.xo=t},n.prototype.q5=function(t,i,r,o){switch(e.prototype.q5.call(this,t,i,r,o),i){case n.$$p[1]:this.xo.cq();break;case"ColorScale":this.xo.cr(),this.xv()}},n.prototype.get_g5=function(){return!0},n.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},n.$t=r.markType(n,"GeographicScatterAreaSeries",M.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualColorScale:xk:xw",[i.ColorScale.$,null],"ColorMemberPath:xq:xx",[2,"value"]]),n}(M),C=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}(),k=function(e){function o(t,n,o,a,s){var l,c=e.call(this)||this;c._renderer=t,c._elRef=n,c._ngZone=o,c._componentFactoryResolver=a,c._injector=s,c.actualSeries=[],c._series=null,c._dataSource=null,c._seriesAdapter=null,c._defaultTooltips=null,c._imageTilesReady=null,c._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(c)),c._zoneRunner=function(e){return c._ngZone.run(e)},c._container=t.createElement("div"),t.appendChild(n.element.nativeElement,c._container),t.setStyle(c._container,"display","block"),t.setStyle(c._container,"width","100%"),t.setStyle(c._container,"height","100%"),l=c._container,null!=c._container.nativeElement&&(l=c._container.nativeElement);var u=new r.AngularRenderer(l,c._renderer,window.document,c._ngZone,!0,i.DataChartStylingDefaults);c._wrapper=u;var p=c.i;return c._chart=p,p.provideContainer(u),u.addSizeWatcher((function(){c._chart.notifyContainerResized()})),c}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgxSeriesCollection;t._innerColl.addListener((function(t,n){switch(n.action){case r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(n.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(n.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(n.oldStartingIndex),e._seriesAdapter.insertManualItem(n.newStartingIndex,n.newItems.item(0));break;case r.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(r.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=r.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),n=this._componentFactoryResolver.resolveComponentFactory(t),i=this._dynamicContent.createComponent(n);this._defaultTooltips=i,i.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(i)}))}this._seriesAdapter=new r.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 r.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(!r.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=r.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),n=this._dynamicContent.createComponent(t),i=n.location.nativeElement,o=this;return i.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new r.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)),n.instance.context=e,i.style.display="block",!0},i.hideToolTip=function(){i.style.display="none"},i.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.wq},set:function(e){this.i.wq=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.wj},set:function(e){this.i.wj=r.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.wn},set:function(e){this.i.wn=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.wf},set:function(e){this.i.wf=r.ensureEnum(c,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.wp},set:function(e){this.i.wp=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.wo},set:function(e){this.i.wo=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return r.fromRect(this.i.yl)},set:function(e){this.i.yl=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.x9)},set:function(e){this.i.x9=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.v8;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.v8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.wa;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.wa=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.e9},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.wv},set:function(e){this.i.wv=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.wu},set:function(e){this.i.wu=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.wr},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,i){e.prototype._styling.call(this,t,n,i),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.yd();return r.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(r.toRect(e));return r.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.xp(r.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.xo(r.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(r.toRect(e));return r.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var n=this.i.ya(r.toRect(e),t);return r.fromRect(n)},o.prototype.getZoomFromGeographicPoints=function(e,t){var n=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(n)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.yf(r.toRect(e));return r.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.x1(r.toPoint(e));return r.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.x2(r.toPoint(e));return r.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.x3(r.toPoint(e));return r.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.xc()},o.prototype.styleUpdated=function(){this.i.xk()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.hl()},o.prototype.getActualWindowScaleVertical=function(){return this.i.hm()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.wy()},o.prototype.zoomToGeographic=function(e){this.i.xr(r.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,n){var i=new C;i._provideImplementation(n),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,i),e._imageTilesReady.emit({sender:e,args:i})}))),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:i.IgxSeriesViewerComponent,useExisting:n.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:i.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}(i.IgxSeriesViewerComponent);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:k,decorators:[{type:n.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:n.ChangeDetectionStrategy.OnPush,providers:[{provide:i.IgxSeriesViewerComponent,useExisting:n.forwardRef((function(){return k}))}],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:[i.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 _=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:_,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 i=0;i<t.length;i++)n.add(t[i]);return n}return t.__extends(n,e),n.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.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}(r.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=r.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),j=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new g},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 r.TypeRegistrar.isRegistered(t)?r.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 r.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=r.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=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,n){e._runInZone((function(){var t=new C;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=r.delegateCombine(this.i.imagesChanged,(function(t,n){var i=new j;i._provideImplementation(n),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 n.EventEmitter,this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,(function(t,n){var i=new r.IgxCancellingMultiScaleImageEventArgs;i._provideImplementation(n),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 n.EventEmitter,this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,(function(t,n){var i=new r.IgxDownloadingMultiScaleImageEventArgs;i._provideImplementation(n),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,i),e._downloadingImage.emit({sender:e,args:i})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function n(t){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,r.String_$type,0)||this;break;case 1:var a=n[0];o=e.call(this,r.String_$type,1,a)||this}return o}return t.__extends(n,e),n.$t=r.markType(n,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),n}(r.ObservableCollection$1),R=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 $(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=r.markType(n,"BingMapsMapImageryView",b.$),n}(b),V=function(e){function n(){var t=e.call(this,new r.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 R(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!(r.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 $(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?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var n=this.imageryStyle,i=(t+=r.enumGetBox(T,n))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(i,this.getResponseCompleted,null)}else this.cp("",null)}},n.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var n=e,i=JSON.parse(n).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 r.List$1(r.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,i,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=r.delegateRemove(s.collectionChanged,r.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=r.delegateCombine(a.collectionChanged,r.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;r.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,i,o)},n.$t=r.markType(n,"BingMapsMapImagery",d.$),n.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,r.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),n}(d),A=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 V},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=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.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 $(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 r.SyncableObservableCollection$1(r.String_$type),i=this.i.subDomains;i||(i=new $(0)),n._inner=i,n.clear(),this._subDomains._setSyncTarget(n),this.i.subDomains=i},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 $(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 r.SyncableObservableCollection$1(r.String_$type),i=this.i.actualSubDomains;i||(i=new $(0)),n._inner=i,n.clear(),this._actualSubDomains._setSyncTarget(n),this.i.actualSubDomains=i},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=r.ensureEnum(T,e)},enumerable:!1,configurable:!0}),n.prototype.requestMapSettings=function(){this.i.requestMapSettings()},n}(O),B=function(){function e(){r.TypeRegistrar.registerCons("IgxBingMapsMapImagery",A),r.TypeRegistrar.register("BingMapsMapImagery",V.$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,_],exports:[_]}),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:[]}]}],ctorParameters:function(){return[]}});var z=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:z,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 v},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(){r.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),r.TypeRegistrar.register("OpenStreetMapImagery",v.$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,z],exports:[z]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,z],z]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:F,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,z],exports:[z],entryComponents:[]}]}],ctorParameters:function(){return[]}});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,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:E,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var N=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 n.EventEmitter,this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,(function(t,n){var i=new r.IgxGetTileImageUriArgs;i._provideImplementation(n),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 n(t){var n=e.call(this,t)||this;return n.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.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=r.markType(n,"CustomMapImagery",d.$),n}(d),U=function(){function e(){r.TypeRegistrar.registerCons("IgxCustomMapImagery",N),r.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,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:U,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,E],exports:[E],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 r.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(r.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(r.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),r.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var i=this.defaultTokenTimeout;if(i<1&&(i=1),t+=r.stringFormat1(n.bv,this.userName,this.password,this.refererUri,i),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},n.prototype.ci=function(){if(!r.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&r.stringRemove(e,e.length-1,1),this.isMapPublic)e=r.stringFormat("{0}?f=json",e);else{if(r.stringIsNullOrEmpty(this.userToken))return;e=r.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(r.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=r.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},n.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var n=e,i=JSON.parse(n);if(null!=i){var r="";null!=i.token&&(r=i.token),this.userToken=r}}},n.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var n=e,i=JSON.parse(n);null!=i&&null!=i.tileInfo&&(this.ap.levelOfDetail=i.tileInfo.lods.length)}},n.prototype.cf=function(t,n,i){var o=this,a=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=r.typeCast(r.String_$type,i)),this.ci();break;case"UserName":case"Password":if(r.stringIsNullOrEmpty(this.userName)||r.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,i)},n.$t=r.markType(n,"ArcGISOnlineMapImagery",d.$),n.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",n.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.cd)),n.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.cg)),n.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.ce)),n.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,n.$,new r.PropertyMetadata(2,null,n.ch)),n.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,n.$,new r.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=r.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(){r.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),r.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:[k],imports:[o.CommonModule,_,z,E,L],exports:[_,z,E,L,k]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,_,z,E,L],_,z,E,L]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:X,decorators:[{type:n.NgModule,args:[{declarations:[k],exports:[_,z,E,L,k],imports:[o.CommonModule,_,z,E,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicMapComponent",k)}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,F,U,Z,X],exports:[B,F,U,Z,X]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,B,F,U,Z,X],B,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:[B,F,U,Z,X],imports:[o.CommonModule,B,F,U,Z,X],entryComponents:[k]}]}],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.fa},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.wu},set:function(e){this.i.wu=+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.qc()},i.prototype.getItemValue=function(e,t){return this.i.ko(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mb(e)},i.prototype.getItem=function(e){return this.i.kl(r.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.j8(r.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.j6(r.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,n){return this.i.i3(r.toPoint(e),t,n)},i.prototype.getSeriesValuePosition=function(e,t,n){var i=this.i.v6(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wh(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wj(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,n){return this.i.iz(r.toPoint(e),t,n)},i.prototype.getSeriesHighValuePosition=function(e,t,n){var i=this.i.v2(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesLowValue=function(e,t,n){return this.i.i1(r.toPoint(e),t,n)},i.prototype.getSeriesLowValuePosition=function(e,t,n){var i=this.i.v4(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,n){var i=this.i.v7(r.toPoint(e),t,n);return r.fromPoint(i)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,n){return this.i.i4(r.toPoint(e),t,n)},i.prototype.getItemSpan=function(){return this.i.iu()},i.prototype.renderSeries=function(e){this.i.rn(e)},i.prototype.styleUpdated=function(){this.i.r6()},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:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(i.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,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 r.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.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xa},set:function(e){this.i.xa=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.w9},set:function(e){this.i.w9=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.w2},set:function(e){this.i.w2=r.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.w5;if(null==e)return null;if(!e.externalObject){var t=new r.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.w5=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var n=e.prototype.findByName.call(this,t);return n||(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=r.delegateCombine(this.i.assigningShapeStyle,(function(t,n){var r=new i.IgxAssigningShapeStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,r),e._assigningShapeStyle.emit({sender:e,args:r})}))),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=r.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,n){var r=new i.IgxAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle.emit({sender:e,args:r})}))),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",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}],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.w8=!1,t.w7=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.w4=null,t.w6=!1,t}return t.__extends(n,e),n.prototype.cq=function(){return new ee(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.w3=t},n.prototype.get_fc=function(){return!0},n.prototype.get_eb=function(){return!0},n.prototype.q5=function(t,i,o,a){switch(e.prototype.q5.call(this,t,i,o,a),i){case"SeriesViewer":this.w3.ci();break;case"ShapeMemberPath":this.w3.ck();break;case n.$$p[5]:this.w3.cj();break;case n.$$p[1]:if(this.ws.xr=this.xa,this.w8=this.xa,this.xa){var s=this.ws;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.xo))}else{var l=this.ws;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.xo))}break;case n.$$p[0]:if(this.ws.xq=this.w9,this.w7=this.w9,this.xa){var c=this.ws;c.assigningShapeMarkerStyle=r.delegateCombine(c.assigningShapeMarkerStyle,r.runOn(this,this.xn))}else{var u=this.ws;u.assigningShapeMarkerStyle=r.delegateRemove(u.assigningShapeMarkerStyle,r.runOn(this,this.xn))}break;case n.$$p[2]:this.ws.w8=this.w2;break;case n.$$p[3]:this.ws.x8=this.xc;break;case n.$$p[4]:this.ws.x9=this.xd;break;case"ShapefileDataSource":if(null!=o){var p=o;this.w6&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.xp)))}if(null!=a){var h=a;if(h.count>0){this.xq();break}this.w6=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.xp))}}},n.prototype.xo=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},n.prototype.xn=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},n.prototype.xp=function(e,t){this.xq()},n.prototype.xq=function(){var e=this.w5.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(n.prototype,"w5",{get:function(){return this.w4},set:function(e){var t=this.w4;this.w4=e,t!=this.w4&&this.raisePropertyChanged("ShapefileDataSource",t,this.w4)},enumerable:!1,configurable:!0}),n.prototype.get_g5=function(){return!0},n.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},n.$t=r.markType(n,"GeographicShapeSeriesBase",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:w9:xr",[0,!1],"IsCustomShapeStyleAllowed:xa:xs",[0,!1],"ItemSearchMode:w2:xt",[i.ShapeItemSearchMode_$type,r.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xc:xu",[1,1e4],"ItemSearchThreshold:xd:xv",[1,1e4],"ShapeFilterResolution:xb:xw",[1,2],"ShapeMemberPath:xl:xx",[2,"points"]]),n}(y),ee=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.b5=function(){e.prototype.b5.call(this),this.ch.ws.yl=this.ch.xl},n.prototype.ci=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.w2=null,void(e.w4=null);e.w2=this.ch.c9.v8,e.w4=this.ch.c9.wa},n.prototype.ck=function(){this.ch.ws.yl=this.ch.xl},n.prototype.cj=function(){this.ch.ws.x5=this.ch.xb},n.$t=r.markType(n,"GeographicShapeSeriesBaseView",m.$),n}(m),te=function(e){function n(t){var n=e.call(this,t)||this;return n.cl=null,n.cl=t,n.q||(n.cl.xl="points"),n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.y5=i.Defaults.aj,this.cl.jn=i.Defaults.p,this.cl.x4=i.Defaults.o,this.cl.x1=i.Defaults.d,this.cl.xz=i.Defaults.a)},n.prototype.b5=function(){e.prototype.b5.call(this),this.cl.ws.aa3=this.cl.y7,this.cl.ws.zw=this.cl.x2,this.cl.ws.aai=this.cl.yn,this.cl.ws.zz=this.cl.x4,this.cl.ws.zi=this.cl.xy},n.prototype.cq=function(){this.cl.ws.aai=this.cl.yn},n.prototype.cs=function(){this.cl.ws.zz=this.cl.x4},n.prototype.cn=function(){this.cl.ws.zi=this.cl.xy},n.prototype.cr=function(){this.cl.ws.zr=this.cl.x1},n.prototype.cm=function(){this.cl.ws.aaz=this.cl.y4},n.prototype.co=function(){this.cl.ws.aa0=this.cl.y5},n.prototype.cp=function(){this.cl.ws.aa2=this.cl.y6},n.prototype.ct=function(){this.cl.ws.zw=this.cl.x2},n.prototype.cu=function(){this.cl.ws.aa3=this.cl.y7},n.$t=r.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.bi=function(){return new n},n.prototype.get_fo=function(){return!0},n.prototype.cq=function(){return new te(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.x3=t},n.prototype.wr=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.yk)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.yl)),e},n.prototype.yk=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.yl=function(e,t){r.typeCast(i.ScatterPolygonSeries.$,this.ws)},n.prototype.il=function(){return this.x4},n.prototype.vf=function(){return this.y2},n.prototype.vg=function(){return this.y3},n.prototype.st=function(){return this.ym},n.prototype.l8=function(){var e=r.typeCast(i.ScatterPolygonSeries.$,this.ws);return null==e?"Unknown":e.l8()},n.prototype.q5=function(t,i,r,o){switch(e.prototype.q5.call(this,t,i,r,o),i){case n.$$p[6]:this.ws.zp=this.x0;break;case n.$$p[5]:this.ws.zl=this.xz;break;case n.$$p[9]:this.x3.cq();break;case n.$$p[10]:this.x3.cs();break;case n.$$p[4]:this.x3.cn();break;case n.$$p[11]:this.x3.cr();break;case n.$$p[3]:this.x3.cm();break;case n.$$p[7]:this.x3.co();break;case n.$$p[8]:this.x3.cp();break;case n.$$p[13]:this.x3.ct();break;case n.$$p[12]:this.x3.cu()}},n.prototype.jj=function(){return.7},n.$t=r.markType(n,"GeographicShapeSeries",Q.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:y2:yo",[r.Brush.$],"ActualMarkerOutline:y3:yp",[r.Brush.$],"ActualMarkerTemplate:ym:yq",[r.DataTemplate.$,null],"MarkerBrush:y4:yr",[r.Brush.$],"MarkerCollisionAvoidance:xy:ys",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:xz:yt",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:x0:yu",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:y5:yv",[r.Brush.$],"MarkerStyle:y6:yw",[r.Style.$],"MarkerTemplate:yn:yx",[r.DataTemplate.$,null],"MarkerThickness:x4:yy",[1,r.DeviceUtils.g(2)],"MarkerType:x1:yz",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:y7:y0",[r.Style.$,null],"ShapeStyleSelector:x2:y1",[i.StyleSelector.$,null]]),n}(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 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.fo},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.y7?this.i.y7.fill:null},set:function(e){this.ensureShapeStyle(),this.i.y7.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.y7?this.i.y7.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.y7.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.y7?this.i.y7.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.y7.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.y7?this.i.y7.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.y7.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.y7||(this.i.y7=new r.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.x1},set:function(e){this.i.x1=r.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.x0},set:function(e){this.i.x0=r.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.xz},set:function(e){this.i.xz=r.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.yn},set:function(e){this.i.yn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.y4)},set:function(e){this.i.y4=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.y5)},set:function(e){this.i.y5=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.x4},set:function(e){this.i.x4=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.xy},set:function(e){this.i.xy=r.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.y2)},set:function(e){this.i.y2=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.y3)},set:function(e){this.i.y3=r.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=r.delegateCombine(this.i.styleShape,(function(t,n){e._runInZone((function(){var t=new i.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:i.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:ie,decorators:[{type:n.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:n.forwardRef((function(){return ie}))},{provide:K,useExisting:n.forwardRef((function(){return ie}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return ie}))}],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 re=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:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],i.IgxScatterPolygonSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:re,decorators:[{type:n.NgModule,args:[{declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ie),r.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,re],exports:[re]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,re],re]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:oe,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,re],exports:[re],entryComponents:[ie]}]}],ctorParameters:function(){return[]}});var ae=function(e){function n(t){var n=e.call(this,t)||this;return n.cl=null,n.cl=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jn=i.Defaults.n)},n.prototype.b5=function(){e.prototype.b5.call(this),this.cl.ws.zi=this.cl.xy,this.cl.ws.zn=this.cl.x6},n.prototype.cm=function(){this.cl.ws.zi=this.cl.xy},n.prototype.cn=function(){this.cl.ws.zn=this.cl.x6},n.$t=r.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.bi=function(){return new n},n.prototype.get_fp=function(){return!0},n.prototype.cq=function(){return new ae(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.xz=t},n.prototype.wr=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.x3)),e},n.prototype.x3=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.q5=function(t,i,r,o){switch(e.prototype.q5.call(this,t,i,r,o),i){case n.$$p[1]:this.xz.cm();break;case n.$$p[0]:this.xz.cn()}},n.$t=r.markType(n,"GeographicPolylineSeries",Q.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ShapeStyle:x6:x4",[r.Style.$,null],"ShapeStyleSelector:xy:x5",[i.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.fp},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.x6?this.i.x6.fill:null},set:function(e){this.ensureShapeStyle(),this.i.x6.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.x6?this.i.x6.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.x6.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.x6?this.i.x6.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.x6.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.x6?this.i.x6.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.x6.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.x6||(this.i.x6=new r.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new n.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,n){e._runInZone((function(){var t=new i.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:i.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:i.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 ce=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,i.IgxScatterPolylineSeriesDynamicModule],exports:[le,i.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],i.IgxScatterPolylineSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ce,decorators:[{type:n.NgModule,args:[{declarations:[le],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[le,i.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",le),r.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,ce],exports:[ce]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,ce],ce]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ue,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,ce],exports:[ce],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 r.TileGeneratorTileSource)||this;return t.downloadingImage=r.delegateCombine(t.downloadingImage,r.runOn(t,t.br)),t.cancellingImage=r.delegateCombine(t.cancellingImage,r.runOn(t,t.bq)),t}return t.__extends(n,e),n.prototype.bq=function(e,t){var n=t.uri.toString().split("/"),i=parseInt(r.stringReplace(n[3],"/","")),o=parseInt(r.stringReplace(n[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(i,o,a)},n.prototype.br=function(e,t){var n=this,i=t.uri.toString().split("/"),o=parseInt(r.stringReplace(i[3],"/","")),a=parseInt(r.stringReplace(i[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(i[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=r.markType(n,"TileGeneratorMapImagery",d.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),n}(d),ge=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),ye=function(){function e(){r.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),r.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:ye,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.zj=null,t.zi=null,t.imageTilesReady=null,t.zm=null,t.zn=!1,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bi=function(){return new n},n.prototype.get_f1=function(){return!0},n.prototype.cq=function(){return new fe(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.zh=t},n.prototype.get_xt=function(){return!1},Object.defineProperty(n.prototype,"zl",{get:function(){return this.zj},set:function(e){if(e!=this.zl){var t=this.zl;this.zj=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"zk",{get:function(){return this.zi},set:function(e){var t=this.zi;this.zi=e,this.raisePropertyChanged("ActualTileImagery",t,this.zi)},enumerable:!1,configurable:!0}),n.prototype.q5=function(t,n,i,o){var a,s;switch(e.prototype.q5.call(this,t,n,i,o),n){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.zq))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.zq))),this.zh.dh(a,s),this.rn(!1),this.qh();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.zr)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.zr)),s.deferralHandler=this),this.zh.dg(a,s),null!=s&&null!==r.typeCast(f.$,this.c9)&&(s.geographicMap=this.c9,this.zt(this.ct),this.zh.dd(this.c9.vl)),this.qh();break;case"ActualWindowRect":this.zh.dd(o);break;case"WorldRect":this.zh.dk(o);break;case"SeriesViewer":var l=o;null!=i&&null!=this.zk&&this.zk.be(null),null!=l&&null!=this.zk&&this.zk.be(this.ct.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qj()}},n.prototype.zq=function(e,t){"MultiScaleImage"==t.propertyName&&this.zt(this.ct)},n.prototype.zr=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.zn||this.zh.di()},n.prototype.register=function(e,t){this.zm=t},n.prototype.unRegister=function(e){this.zm=null},n.prototype.deferredRefresh=function(){this.rn(!1)},n.prototype.deferAction=function(e){null!=this.jx?this.jx.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.sk=function(t,n){this.zh.dj(),e.prototype.sk.call(this,t,n)},n.prototype.ro=function(t){e.prototype.ro.call(this,t),this.zs(t,this.ct)},n.prototype.zs=function(e,t){var n,i,r=t,o=t.getViewInfo(n,i);n=o.p0,i=o.p1,this.zt(t),null!=this.zm&&(this.zn=!0,this.zm(e),this.zn=!1),r.di()},n.prototype.rm=function(t,n,i,r,o){e.prototype.rm.call(this,t,n,i,r,o);var a=this.hl.item(r);a.a3(i),this.d3(a)||this.y0(a)},n.prototype.zt=function(e){var t,n,i=e.getViewInfo(t,n);t=i.p0,n=i.p1,null!=this.zl&&null!=this.zl.ao&&(this.zl!=this.zk&&(this.zk=this.zl),null==this.zk||t.isEmpty||(this.zk.width!=t.width&&(this.zk.width=t.width),this.zk.height!=t.height&&(this.zk.height=t.height)))},n.prototype.o3=function(t,n){e.prototype.o3.call(this,t,n),n.de()},n.$t=r.markType(n,"TileSeries",i.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),n}(i.ShapeSeriesBase),fe=function(e){function n(t){var n=e.call(this,t)||this;return n.da=null,n.dl=new r.GeometryGroup,n.dc=null,n.db=null,n.da=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vp=i.Defaults.ao,this.da.u9=i.Defaults.an)},n.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},n.prototype.c5=function(e,t){return this.c6(e,t,!0)},n.prototype.c4=function(e,t){return null},n.prototype.co=function(e,t){},n.prototype.cm=function(e,t,n){},n.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},n.prototype.ct=function(){e.prototype.ct.call(this),this.as()},n.prototype.dd=function(e){null!=this.da.zl&&(this.da.zl.windowRect=e)},n.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jx.createElement("canvas");var n=this.e.jx.get2DCanvasContext(this.dc);this.db=new r.RenderingContext(new r.CanvasViewRenderer,n),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=r.delegateRemove(e.imagesChanged,r.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.df)))},n.prototype.df=function(e,t){this.as()},n.prototype.dh=function(e,t){},n.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.zl&&this.da.zl.bf(this.bx)},n.prototype.a8=function(t,n){if(e.prototype.a8.call(this,t,n),!n&&null!=this.dc){var i=!1;if(this.dl.d.count>0)i=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=r.truncate(Math.round(this.bx.left)),a=r.truncate(Math.round(this.bx.top)),s=r.truncate(Math.round(this.bx.width)),l=r.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,l,o,a,s,l),i&&this.k.z()}},n.prototype.di=function(){this.as()},n.prototype.de=function(){},n.prototype.dk=function(e){null!=this.da.zl&&this.da.zl.a6()},n.$t=r.markType(n,"TileSeriesView",i.ShapeSeriesViewBase.$),n}(i.ShapeSeriesViewBase),de=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new me},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isTile",{get:function(){return this.i.f1},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileImagery",{get:function(){var e=this.i.zl;return null==e?null:e.externalObject},set:function(e){this.i.zl=null==e?null:e.i},enumerable:!1,configurable:!0}),r.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)},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},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:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:n.forwardRef((function(){return r}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return r}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),r}(i.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:i.IgxShapeSeriesBaseComponent,useExisting:n.forwardRef((function(){return de}))},{provide:i.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(){r.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),r.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.xz=null,t.xy=null,t.imageTilesReady=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bi=function(){return new n},n.prototype.get_f1=function(){return!0},Object.defineProperty(n.prototype,"x0",{get:function(){return this.xz},set:function(e){if(e!=this.x0){var t=this.x0;this.xz=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),n.prototype.x4=function(){null!=this.x0&&this.x0.clearTileCache()},n.prototype.q5=function(t,n,i,r){switch(e.prototype.q5.call(this,t,n,i,r),n){case"TileImagery":null!=this.ws&&(this.ws.zl=this.x0)}},n.prototype.wx=function(){if(e.prototype.wx.call(this),this.ws.zl=this.x0,null!=this.xy){var t=this.xy;t.imageTilesReady=r.delegateRemove(t.imageTilesReady,r.runOn(this,this.x3))}if(this.xy=this.ws,null!=this.xy){var n=this.xy;n.imageTilesReady=r.delegateCombine(n.imageTilesReady,r.runOn(this,this.x3))}},n.prototype.wr=function(){return new me},n.prototype.x3=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.$t=r.markType(n,"GeographicTileSeries",Q.$),n}(Q),we=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.f1},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.x0;return null==e?null:e.externalObject},set:function(e){this.i.x0=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.x4()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new n.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,n){e._runInZone((function(){var t=new C;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:i.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:we,decorators:[{type:n.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:n.forwardRef((function(){return we}))},{provide:K,useExisting:n.forwardRef((function(){return we}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return we}))}],changeDetection:n.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:n.Input}],imageTilesReady:[{type:n.Output}]}});var ve=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,Se],exports:[we,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:ve,decorators:[{type:n.NgModule,args:[{declarations:[we],imports:[o.CommonModule,Se],exports:[we,Se],entryComponents:[]}]}]});var Me=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",we),r.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,ve],exports:[ve]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,ve],ve]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Me,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,ve],exports:[ve],entryComponents:[we]}]}],ctorParameters:function(){return[]}});var Ie=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.w2},set:function(e){this.i.w2=r.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.w3},set:function(e){this.i.w3=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.w1},set:function(e){this.i.w1=r.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.w0},set:function(e){this.i.w0=r.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.xi},set:function(e){this.i.xi=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.xw)},set:function(e){this.i.xw=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.xx)},set:function(e){this.i.xx=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.w4},set:function(e){this.i.w4=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.xu)},set:function(e){this.i.xu=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.xv)},set:function(e){this.i.xv=r.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:Ie,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 Ce=function(e){function n(){var t=e.call(this)||this,n=t.ws;return n.propertyUpdated=r.delegateCombine(n.propertyUpdated,r.runOn(t,t.xg)),t}return t.__extends(n,e),n.prototype.st=function(){return this.xh},n.prototype.vf=function(){return this.xu},n.prototype.vg=function(){return this.xv},n.prototype.il=function(){return this.w3},n.prototype.l8=function(){var e=r.typeCast(i.MarkerSeries.$,this.ws);return null==e?"Unknown":e.l8()},n.prototype.xg=function(e,t){var n=r.typeCast(i.MarkerSeries.$,this.ws);null!=n&&("ActualMarkerTemplate"==t.propertyName?this.xh=n.xs:"ActualMarkerOutline"==t.propertyName?this.xv=n.ya:"ActualMarkerBrush"==t.propertyName&&(this.xu=n.x9))},n.prototype.q5=function(t,i,r,o){switch(e.prototype.q5.call(this,t,i,r,o),i){case n.$$p[3]:this.ws.yb=this.xw;break;case n.$$p[6]:this.ws.yc=this.xx;break;case n.$$p[5]:this.ws.ww=this.w1;break;case n.$$p[4]:this.ws.ws=this.w0;break;case n.$$p[9]:this.ws.w2=this.w2;break;case n.$$p[7]:this.ws.xu=this.xi;break;case n.$$p[8]:this.ws.xb=this.w3;break;case n.$$p[10]:this.ws.z1=this.w4}},n.$t=r.markType(n,"GeographicMarkerSeries",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:xu:xj",[r.Brush.$],"ActualMarkerOutline:xv:xk",[r.Brush.$],"ActualMarkerTemplate:xh:xl",[r.DataTemplate.$,null],"MarkerBrush:xw:xm",[r.Brush.$],"MarkerFillMode:w0:xn",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:w1:xo",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:xx:xp",[r.Brush.$],"MarkerTemplate:xi:xq",[r.DataTemplate.$,null],"MarkerThickness:w3:xr",[1,r.DeviceUtils.g(2)],"MarkerType:w2:xs",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:w4:xt",[1,400]]),n}(y),ke=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q},n.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.ws;t.aal=this.ch.yr,t.aat=this.ch.yp,t.w2=this.ch.w2,t.xu=this.ch.xi,t.xb=this.ch.w3,t.act=this.ch.yb,t.adj=this.ch.yw,t.acj=this.ch.x3,t.ac9=this.ch.yn,t.ac4=this.ch.yf,t.acg=this.ch.x0,t.acr=this.ch.x7,t.acs=this.ch.ya,t.acy=this.ch.yd,t.acx=this.ch.yc},n.prototype.cq=function(){this.ch.ws.aal=this.ch.yr},n.prototype.cp=function(){this.ch.ws.aat=this.ch.yp},n.prototype.cv=function(){this.ch.ws.w2=this.ch.w2},n.prototype.ct=function(){this.ch.ws.xu=this.ch.xi},n.prototype.cu=function(){this.ch.ws.xb=this.ch.w3},n.prototype.cw=function(){this.ch.ws.z1=this.ch.w4},n.prototype.cy=function(){this.ch.ws.xAxis=this.ch.c9.v8},n.prototype.cz=function(){this.ch.ws.yAxis=this.ch.c9.wa},n.prototype.cx=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c9.v8,e.yAxis=this.ch.c9.wa},n.prototype.cr=function(){this.ch.ws.yb=this.ch.xw},n.prototype.cs=function(){this.ch.ws.yc=this.ch.xx},n.prototype.c0=function(){this.ch.ws.adj=this.ch.yw},n.prototype.c1=function(){this.ch.ws.acj=this.ch.x3,this.ch.ws.act=this.ch.yb},n.prototype.cl=function(){this.ch.ws.ac9=this.ch.yn},n.prototype.cj=function(){this.ch.ws.acg=this.ch.x0,this.ch.ws.acr=this.ch.x7,this.ch.ws.acs=this.ch.ya,this.ch.ws.acy=this.ch.yd,this.ch.ws.acx=this.ch.yc},n.prototype.ci=function(){this.ch.ws.ac4=this.ch.yf},n.prototype.c2=function(){this.ch.ws.act=this.ch.yb},n.prototype.ck=function(){this.ch.ws.acr=this.ch.x7},n.prototype.co=function(){this.ch.ws.acs=this.ch.ya},n.prototype.cn=function(){this.ch.ws.acy=this.ch.yd},n.prototype.cm=function(){this.ch.ws.acx=this.ch.yc},n.$t=r.markType(n,"GeographicProportionalSymbolSeriesView",m.$),n}(m),_e=function(e){function n(){var t=e.call(this)||this;return t.x1=null,t.x6=!1,t.x5=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bi=function(){return new n},n.prototype.get_eg=function(){return!0},n.prototype.cq=function(){return new ke(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.x4=t},n.prototype.jj=function(){return.7},n.prototype.wr=function(){return new i.BubbleSeries},n.prototype.get_fc=function(){return!0},n.prototype.q5=function(t,i,o,a){switch(e.prototype.q5.call(this,t,i,o,a),i){case"SeriesViewer":this.x4.cx();break;case n.$$p[9]:this.x4.cq();break;case n.$$p[8]:this.x4.cp();break;case"XAxis":this.x4.cy();break;case"YAxis":this.x4.cz();break;case n.$$p[13]:this.x4.c0();break;case n.$$p[14]:this.x4.c1();break;case n.$$p[15]:this.x4.c2();break;case n.$$p[7]:this.x4.cl();break;case n.$$p[0]:this.x4.ci();break;case n.$$p[1]:this.x4.cj();break;case n.$$p[2]:this.x4.ck();break;case n.$$p[12]:this.x4.co();break;case n.$$p[11]:this.x4.cn();break;case n.$$p[10]:this.x4.cm();break;case n.$$p[4]:if(this.ws.zh=this.x9,this.x6=this.x9,this.x9){var s=this.ws;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.y1))}else{var l=this.ws;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.y1))}break;case n.$$p[3]:if(this.ws.zg=this.x8,this.x5=this.x8,this.x9){var c=this.ws;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.y0))}else{var u=this.ws;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.y0))}break;case n.$$p[5]:this.ws.y0=this.x2;break;case n.$$p[6]:this.ws.z0=this.ye}},n.prototype.y1=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.y0=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicProportionalSymbolSeries",Ce.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["FillMemberPath:yf:y2",[2],"FillScale:x0:y3",[i.BrushScale.$],"FillScaleUseGlobalValues:x7:y4",[0,!1],"IsCustomScatterMarkerStyleAllowed:x8:y5",[0,!1],"IsCustomScatterStyleAllowed:x9:y6",[0,!1],"ItemSearchMode:x2:y7",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ye:y8",[1,1e4],"LabelMemberPath:yn:y9",[2],"LatitudeMemberPath:yp:za",[2,null],"LongitudeMemberPath:yr:zb",[2,null],"MarkerBrushBrightness:yc:zc",[1,NaN],"MarkerOutlineBrightness:yd:zd",[1,NaN],"MarkerOutlineUsesFillScale:ya:ze",[0,!1],"RadiusMemberPath:yw:zf",[2,null],"RadiusScale:x3:zg",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yb:zh",[0,!1]]),n}(Ce),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 _e},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.eg},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yp},set:function(e){this.i.yp=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yr},set:function(e){this.i.yr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.yw},set:function(e){this.i.yw=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.x3;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.x3=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.yn},set:function(e){this.i.yn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.yf},set:function(e){this.i.yf=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.x0;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.x0=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x7},set:function(e){this.i.x7=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.ya},set:function(e){this.i.ya=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.yd},set:function(e){this.i.yd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.yc},set:function(e){this.i.yc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yb},set:function(e){this.i.yb=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.x9},set:function(e){this.i.x9=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.x8},set:function(e){this.i.x8=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x2},set:function(e){this.i.x2=r.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.ye},set:function(e){this.i.ye=+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,i){e.prototype._styling.call(this,t,n,i),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=r.delegateCombine(this.i.assigningScatterStyle,(function(t,n){var r=new i.IgxAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),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=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,n){var r=new i.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),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:Ie,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ie);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:Ie,useExisting:n.forwardRef((function(){return Pe}))},{provide:K,useExisting:n.forwardRef((function(){return Pe}))},{provide:i.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,i.IgxBubbleSeriesDynamicModule],exports:[Pe,i.IgxBubbleSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxBubbleSeriesDynamicModule],i.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,i.IgxBubbleSeriesDynamicModule],exports:[Pe,i.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",_e.$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:Te,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q},n.prototype.b5=function(){var t=this.ch.ws;e.prototype.b5.call(this),t.aal=this.ch.yg,t.aat=this.ch.ye,t.w2=this.ch.w2,t.xu=this.ch.xi,t.xb=this.ch.w3},n.prototype.cj=function(){this.ch.ws.aal=this.ch.yg},n.prototype.ci=function(){this.ch.ws.aat=this.ch.ye},n.prototype.cp=function(){this.ch.ws.w2=this.ch.w2},n.prototype.cn=function(){this.ch.ws.xu=this.ch.xi},n.prototype.co=function(){this.ch.ws.xb=this.ch.w3},n.prototype.cq=function(){this.ch.ws.z1=this.ch.w4},n.prototype.cs=function(){this.ch.ws.xAxis=this.ch.c9.v8},n.prototype.ct=function(){this.ch.ws.yAxis=this.ch.c9.wa},n.prototype.cr=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c9.v8,e.yAxis=this.ch.c9.wa},n.prototype.cl=function(){this.ch.ws.yl=this.ch.x0},n.prototype.ck=function(){this.ch.ws.yb=this.ch.xw},n.prototype.cm=function(){this.ch.ws.yc=this.ch.xx},n.$t=r.markType(n,"GeographicSymbolSeriesView",m.$),n}(m),Oe=function(e){function n(){var t=e.call(this)||this;return t.x2=null,t.x5=!1,t.x4=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bi=function(){return new n},n.prototype.get_eg=function(){return!0},n.prototype.cq=function(){return new je(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.x3=t},n.prototype.jj=function(){return.7},n.prototype.wr=function(){return new i.ScatterSeries},n.prototype.get_fc=function(){return!0},n.prototype.q5=function(t,i,o,a){switch(e.prototype.q5.call(this,t,i,o,a),i){case"SeriesViewer":this.x3.cr();break;case n.$$p[5]:this.x3.cj();break;case n.$$p[4]:this.x3.ci();break;case n.$$p[6]:this.x3.cl();break;case"XAxis":this.x3.cs();break;case"YAxis":this.x3.ct();break;case n.$$p[1]:if(this.ws.zh=this.x7,this.x5=this.x7,this.x7){var s=this.ws;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.yl))}else{var l=this.ws;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.yl))}break;case n.$$p[0]:if(this.ws.zg=this.x6,this.x4=this.x6,this.x7){var c=this.ws;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.yk))}else{var u=this.ws;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.yk))}break;case n.$$p[2]:this.ws.y0=this.x1;break;case n.$$p[3]:this.ws.z0=this.x9}},n.prototype.yl=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.yk=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicSymbolSeries",Ce.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:x6:ym",[0,!1],"IsCustomScatterStyleAllowed:x7:yn",[0,!1],"ItemSearchMode:x1:yo",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:x9:yp",[1,1e4],"LatitudeMemberPath:ye:yq",[2,null],"LongitudeMemberPath:yg:yr",[2,null],"MarkerCollisionAvoidance:x0:ys",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:x8:yt",[0,!1]]),n}(Ce),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Oe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.eg},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.ye},set:function(e){this.i.ye=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yg},set:function(e){this.i.yg=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x0},set:function(e){this.i.x0=r.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.x7},set:function(e){this.i.x7=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.x6},set:function(e){this.i.x6=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x1},set:function(e){this.i.x1=r.ensureEnum(i.ScatterItemSearchMode_$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,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new n.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,n){var r=new i.IgxAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle.emit({sender:e,args:r})}))),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=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,n){var r=new i.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),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:Ie,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ie);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:$e,decorators:[{type:n.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ie,useExisting:n.forwardRef((function(){return $e}))},{provide:K,useExisting:n.forwardRef((function(){return $e}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return $e}))}],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 Re=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:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterSeriesDynamicModule],i.IgxScatterSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Re,decorators:[{type:n.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),r.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,Re],exports:[Re]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,Re],Re]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ve,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var Ae=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 r.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.w4},set:function(e){this.i.w4=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.w2},set:function(e){this.i.w2=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.w1},set:function(e){this.i.w1=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.w7},set:function(e){this.i.w7=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.w9},set:function(e){this.i.w9=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xb},set:function(e){this.i.xb=e},enumerable:!1,configurable:!0}),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:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ae,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 Be=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 I},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.es},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.xq},set:function(e){this.i.xq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.xl;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.xl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.xk;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.xk=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,i){e.prototype._styling.call(this,t,n,i),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.xv()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new n.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,n){e._runInZone((function(){var t=new r.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:Ae,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ae);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Be,decorators:[{type:n.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ae,useExisting:n.forwardRef((function(){return Be}))},{provide:K,useExisting:n.forwardRef((function(){return Be}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return Be}))}],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 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:[Be],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Be,i.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],i.IgxScatterAreaSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ze,decorators:[{type:n.NgModule,args:[{declarations:[Be],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Be,i.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Be),r.TypeRegistrar.register("GeographicScatterAreaSeries",I.$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:Ge,decorators:[{type:n.NgModule,args:[{declarations:[],imports:[o.CommonModule,ze],exports:[ze],entryComponents:[Be]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.prototype.b5=function(){e.prototype.b5.call(this);var t=r.typeCast(i.HighDensityScatterSeries.$,this.ch.ws);t.y0=this.ch.xh,t.y8=this.ch.xf,t.xd=this.ch.w4,t.xc=this.ch.w3,t.f6=this.ch.w2,t.x8=this.ch.w6,t.x7=this.ch.w5,t.z6=this.ch.x0,t.z5=this.ch.xz,t.yk=this.ch.w9},n.prototype.cn=function(){this.ch.ws.y0=this.ch.xh},n.prototype.cm=function(){this.ch.ws.y8=this.ch.xf},n.prototype.cs=function(){this.ch.ws.xd=this.ch.w4},n.prototype.cq=function(){this.ch.ws.xc=this.ch.w3},n.prototype.co=function(){this.ch.ws.f6=this.ch.w2},n.prototype.cl=function(){this.ch.ws.x8=this.ch.w6},n.prototype.cj=function(){this.ch.ws.x7=this.ch.w5},n.prototype.cr=function(){var e=r.typeCast(i.HighDensityScatterSeries.$,this.ch.ws);if(null==this.ch.c9)return e.wx=null,void(e.wz=null);e.wx=this.ch.c9.v8,e.wz=this.ch.c9.wa},n.prototype.ct=function(){this.ch.ws.wx=this.ch.c9.v8},n.prototype.cu=function(){this.ch.ws.wz=this.ch.c9.wa},n.prototype.ck=function(){this.ch.ws.z6=this.ch.x0},n.prototype.ci=function(){this.ch.ws.z5=this.ch.xz},n.prototype.cp=function(){this.ch.ws.yk=this.ch.w9},n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x0=i.Defaults.aq,this.ch.xz=i.Defaults.ap,this.ch.u9=i.Defaults.al,this.ch.vp=i.Defaults.ak)},n.$t=r.markType(n,"GeographicHighDensityScatterSeriesView",m.$),n}(m),Ee=function(e){function n(){var t=e.call(this)||this;return t.w0=null,t.progressiveLoadStatusChanged=null,t.w8=0,t.ab=n.$,t}return t.__extends(n,e),n.prototype.bi=function(){return new n},n.prototype.ji=function(){return r.isNaN_(this.jh)?i.Defaults.q:e.prototype.ji.call(this)},n.prototype.get_fm=function(){return!0},n.prototype.cq=function(){return new Fe(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.w1=t},n.prototype.wr=function(){return this.w0=new i.HighDensityScatterSeries,this.w0},Object.defineProperty(n.prototype,"xa",{get:function(){return this.w8},set:function(e){var t=this.w8;this.w8=e,this.raisePropertyChanged("ProgressiveStatus",t,this.w8)},enumerable:!1,configurable:!0}),n.prototype.wx=function(){e.prototype.wx.call(this);var t=this.ws;t.progressiveLoadStatusChanged=r.delegateCombine(t.progressiveLoadStatusChanged,r.runOn(this,this.xo));var n=this.ws;n.propertyUpdated=r.delegateCombine(n.propertyUpdated,r.runOn(this,this.xn))},n.prototype.xo=function(e,t){this.xa=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},n.prototype.xn=function(e,t){this.w0},n.prototype.q5=function(t,i,r,o){switch(e.prototype.q5.call(this,t,i,r,o),i){case"SeriesViewer":this.w1.cr();break;case n.$$p[5]:this.w1.cn();break;case n.$$p[4]:this.w1.cm();break;case n.$$p[9]:this.w1.cs();break;case n.$$p[8]:this.w1.cq();break;case n.$$p[6]:this.w1.co();break;case"XAxis":this.w1.ct();break;case"YAxis":this.w1.cu();break;case n.$$p[3]:this.w1.cl();break;case n.$$p[1]:this.w1.cj();break;case n.$$p[2]:this.w1.ck();break;case n.$$p[0]:this.w1.ci();break;case n.$$p[7]:this.w1.cp()}},n.prototype.get_g5=function(){return!0},n.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},n.$t=r.markType(n,"GeographicHighDensityScatterSeries",y.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["HeatMaximumColor:xz:xp",[r.Color.$,i.Defaults.ap],"HeatMaximum:w5:xq",[1,50],"HeatMinimumColor:x0:xr",[r.Color.$,i.Defaults.aq],"HeatMinimum:w6:xs",[1,0],"LatitudeMemberPath:xf:xt",[2,null],"LongitudeMemberPath:xh:xu",[2,null],"MouseOverEnabled:w2:xv",[0,!1],"PointExtent:w9:xw",[1,1],"ProgressiveLoad:w3:xx",[0,!0],"UseBruteForce:w4:xy",[0,!1]]),n}(y),Ne=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 Ee},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.fm},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.xf},set:function(e){this.i.xf=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.w4},set:function(e){this.i.w4=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.w3},set:function(e){this.i.w3=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.w2},set:function(e){this.i.w2=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.w6},set:function(e){this.i.w6=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.w5},set:function(e){this.i.w5=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.x0)},set:function(e){this.i.x0=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.xz)},set:function(e){this.i.xz=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.w9},set:function(e){this.i.w9=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.xa},set:function(e){this.i.xa=+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=r.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,n){e._runInZone((function(){var t=new i.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:i.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:Ne,decorators:[{type:n.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:n.forwardRef((function(){return Ne}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return Ne}))}],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:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],i.IgxHighDensityScatterSeriesDynamicModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:qe,decorators:[{type:n.NgModule,args:[{declarations:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ne),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ee.$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:[Ne]}]}],ctorParameters:function(){return[]}});var Le=function(e){function n(t){var n=e.call(this,t)||this;return n.cp=null,n.cp=t,n}return t.__extends(n,e),n.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jn=i.Defaults.m)},n.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.ws&&(this.cp.xk.yn=this.cp.xn,this.cp.xk.yx=this.cp.xr)},n.prototype.cq=function(){null!=this.cp.xk&&(this.cp.xk.yn=this.cp.xn)},n.prototype.cr=function(){null!=this.cp.xk&&(this.cp.xk.yx=this.cp.xr)},n.$t=r.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.bi=function(){return new n},n.prototype.get_fh=function(){return!0},n.prototype.wx=function(){e.prototype.wx.call(this)},n.prototype.wr=function(){this.xk=new i.ScatterContourSeries;var e=this.xk;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.xu));var t=this.xk;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.xv)),this.xk},n.prototype.xu=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.xv=function(e,t){var n=r.typeCast(i.ScatterContourSeries.$,this.ws);null!=n&&"ActualFillScale"==t.propertyName&&(this.xm=n.ym)},n.prototype.sb=function(){e.prototype.sb.call(this)},n.prototype.cq=function(){return new Le(this)},n.prototype.qx=function(t){e.prototype.qx.call(this,t),this.xo=t},n.prototype.q5=function(t,i,r,o){switch(e.prototype.q5.call(this,t,i,r,o),i){case n.$$p[1]:this.xo.cq();break;case n.$$p[2]:this.xo.cr();break;case n.$$p[3]:this.xk.yk=this.xj;break;case"DashArray":this.xk.vw=this.vw;break;case"DashCap":this.xk.vx=this.vx;break;case"MiterLimit":this.xk.jf=this.jf;break;case"LineJoin":this.xk.vz=this.vz}},n.$t=r.markType(n,"GeographicContourLineSeries",M.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualFillScale:xm:xw",[i.ValueBrushScale.$,null],"FillScale:xn:xx",[i.ValueBrushScale.$,null],"ValueMemberPath:xr:xy",[2,"value"],"ValueResolver:xj:xz",[i.ContourValueResolver.$,null]]),n}(M),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.fh},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.xr},set:function(e){this.i.xr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xn;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.xn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.xm;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.xm=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.xj;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.xj=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,i){e.prototype._styling.call(this,t,n,i),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=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,n){e._runInZone((function(){var t=new r.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:Ae,useExisting:n.forwardRef((function(){return o}))},{provide:K,useExisting:n.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:n.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:n,template:"",isInline:!0,changeDetection:n.ChangeDetectionStrategy.OnPush}),o}(Ae);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:Ae,useExisting:n.forwardRef((function(){return We}))},{provide:K,useExisting:n.forwardRef((function(){return We}))},{provide:i.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,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],i.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,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),r.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,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule],exports:[re,ce,pe,r.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule],re,ce,pe,r.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule]}),e}();n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:Ye,decorators:[{type:n.NgModule,args:[{declarations:[],exports:[re,ce,pe,r.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule],imports:[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.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,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=n["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:e,imports:[[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.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,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.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=r.markType(n,"TokenResponseModel"),n}(r.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=r.markType(n,"MapServerResponseModel"),n}(r.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=r.markType(n,"TileInfoResponseModel"),n}(r.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=r.markType(n,"LevelOfDetailResponseModel"),n}(r.Base),nt=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicProportionalSymbolSeriesBaseView",m.$),n}(m),it=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicShapeSeriesBaseBaseView",m.$),n}(m),rt=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicSymbolSeriesBaseView",m.$),n}(m),ot=function(e){function n(t){var n=e.call(this,t)||this;return n.ch=null,n.ch=t,n}return t.__extends(n,e),n.$t=r.markType(n,"GeographicXYTriangulatingSeriesBaseView",m.$),n}(m),at=function(e){function n(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new r.List$1(r.String_$type,0),t}return t.__extends(n,e),n.$t=r.markType(n,"ImageryMetadata"),n}(r.Base),st=function(e){function n(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(at.$,0),t}return t.__extends(n,e),n.$t=r.markType(n,"BingResourceSet"),n}(r.Base),lt=function(e){function n(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(st.$,0),t}return t.__extends(n,e),n.$t=r.markType(n,"BingResponse"),n}(r.Base),ct=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicMarkerSeriesBase",Ce.$),n}(Ce),ut=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicProportionalSymbolSeriesBase",ct.$),n}(ct),pt=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(Ie);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:pt,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(pt);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ht,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicShapeSeriesBaseBase",y.$),n}(y),yt=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:yt,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=r.markType(n,"GeographicSymbolSeriesBase",ct.$),n}(ct),ft=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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(pt);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:ft,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(n,e),n.$t=r.markType(n,"GeographicXYTriangulatingSeriesBase",y.$),n}(y),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=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:"ng-component",usesInheritance:!0,ngImport:n,template:"",isInline:!0}),i}(K);n["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:n,type:bt,decorators:[{type:n.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=T,e.BingMapsMapImagery=V,e.BingMapsMapImageryView=R,e.BingResourceSet=st,e.BingResponse=lt,e.CustomMapImagery=q,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ee,e.GeographicHighDensityScatterSeriesView=Fe,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=y,e.GeographicMarkerSeries=Ce,e.GeographicMarkerSeriesBase=ct,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=_e,e.GeographicProportionalSymbolSeriesBase=ut,e.GeographicProportionalSymbolSeriesBaseView=nt,e.GeographicProportionalSymbolSeriesView=ke,e.GeographicScatterAreaSeries=I,e.GeographicScatterAreaSeriesView=x,e.GeographicShapeSeries=ne,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=it,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=mt,e.GeographicSymbolSeriesBaseView=rt,e.GeographicSymbolSeriesView=je,e.GeographicTileSeries=xe,e.GeographicXYTriangulatingSeries=M,e.GeographicXYTriangulatingSeriesBase=dt,e.GeographicXYTriangulatingSeriesBaseView=ot,e.GeographicXYTriangulatingSeriesView=S,e.HostSeriesView=m,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxBingMapsMapImagery=A,e.IgxBingMapsMapImageryDynamicModule=B,e.IgxBingMapsMapImageryModule=_,e.IgxCustomMapImagery=N,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=E,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=Ne,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=qe,e.IgxGeographicMapComponent=k,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=O,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=pt,e.IgxGeographicMarkerSeriesComponent=Ie,e.IgxGeographicPolylineSeriesComponent=le,e.IgxGeographicPolylineSeriesDynamicModule=ue,e.IgxGeographicPolylineSeriesModule=ce,e.IgxGeographicProportionalSymbolSeriesBaseComponent=ht,e.IgxGeographicProportionalSymbolSeriesComponent=Pe,e.IgxGeographicProportionalSymbolSeriesDynamicModule=Te,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Be,e.IgxGeographicScatterAreaSeriesDynamicModule=Ge,e.IgxGeographicScatterAreaSeriesModule=ze,e.IgxGeographicShapeSeriesBaseBaseComponent=yt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ie,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=re,e.IgxGeographicSymbolSeriesBaseComponent=ft,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Ve,e.IgxGeographicSymbolSeriesModule=Re,e.IgxGeographicTileSeriesComponent=we,e.IgxGeographicTileSeriesDynamicModule=Me,e.IgxGeographicTileSeriesModule=ve,e.IgxGeographicXYTriangulatingSeriesBaseComponent=bt,e.IgxGeographicXYTriangulatingSeriesComponent=Ae,e.IgxImageTilesReadyEventArgs=C,e.IgxImagesChangedEventArgs=j,e.IgxOpenStreetMapImagery=G,e.IgxOpenStreetMapImageryDynamicModule=F,e.IgxOpenStreetMapImageryModule=z,e.IgxSubDomainsCollection=P,e.IgxTileGeneratorMapImagery=ge,e.IgxTileGeneratorMapImageryDynamicModule=ye,e.IgxTileGeneratorMapImageryModule=pe,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=Se,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=at,e.ImagesChangedEventArgs=g,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=l,e.MapBackgroundTilingMode_$type=c,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=v,e.SphericalMercatorHorizontalScaler=p,e.SphericalMercatorVerticalScaler=u,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=me,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=w,Object.defineProperty(e,"__esModule",{value:!0})}));