igniteui-angular-maps 18.2.0 → 19.0.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1008 -1008
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +87 -87
  14. package/esm2015/lib/XamGeographicMap_combined.js +86 -86
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +85 -85
  39. package/esm5/lib/XamGeographicMap_combined.js +85 -85
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1016 -1016
  54. package/fesm5/igniteui-angular-maps.js +1008 -1008
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +20 -20
  71. package/lib/XamGeographicMap_combined.d.ts +24 -24
  72. package/package.json +5 -5
@@ -4,4 +4,4 @@
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,i,n,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 i(){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(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},i.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,n,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<n;C++)o=I?v[C]:e.item(C),g?(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.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<i.ah&&(o=i.ah),o>i.ag&&(o=i.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))},i.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.mc),p4:this.ak(e.mb)}},i.prototype.w=function(t,n,r){switch(e.prototype.w.call(this,t,n,r),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=i.am(this.n),this.aj=i.am(this.n)-i.am(this.o)}},Object.defineProperty(i,"as",{get:function(){return i.ag},enumerable:!1,configurable:!0}),Object.defineProperty(i,"at",{get:function(){return i.ah},enumerable:!1,configurable:!0}),i.prototype.getMercatorUnscaledValue=function(e,t,n,r){var o=(e-n.top)*t.width+t.top*n.height;return o=i.am(this.n)-o/(n.height/this.aj),i.aq(o)},i.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue3=function(e,t){e=e>i.ah?e<i.ag?e:i.ag:i.ah;var n=i.am(e);return(this.ai-n)*t/this.aj},i.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},i.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},i.prototype.ak=function(e){return e<i.ah?i.ah:e>i.ag?i.ag:e},i.$t=r.markType(i,"SphericalMercatorVerticalScaler",n.VerticalLinearScaler.$),i.ag=85.05112878,i.ah=-85.05112878,i}(n.VerticalLinearScaler),p=function(e){function i(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},i.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,i,n){var r,o=n.e,a=n.d,s=n.c,l=n.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<i;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)}},i.prototype.t=function(e,t,i,n,r){return{p3:e.mc,p4:e.mb}},i.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},i.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},i.$t=r.markType(i,"SphericalMercatorHorizontalScaler",n.HorizontalLinearScaler.$),i}(n.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImageTilesReadyEventArgs",r.EventArgs.$),i}(r.EventArgs),g=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImagesChangedEventArgs",r.EventArgs.$),i}(r.EventArgs),y=function(e){function i(){var t=e.call(this)||this;return t.wy=null,t.w0=t.wz(),t}return t.__extends(i,e),i.prototype.qg=function(){e.prototype.qg.call(this),null!=this.w0&&this.w0.qg()},i.prototype.get_fc=function(){return!0},i.prototype.kq=function(e,t){var i=this.nd(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.w0.kq(e,i)},i.prototype.md=function(e){var t=this.nd(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.w0.md(t)},i.prototype.get_ki=function(){return this.k0(this.w0)},i.prototype.set_ki=function(e){this.oz(this.w0,e)},i.prototype.eb=function(e,t,i,n,r){return this.w0.eb(e,t,i,n,r)},i.prototype.ai=function(){return this.w0.ai()},i.prototype.bo=function(){return this.w0},Object.defineProperty(i.prototype,"w0",{get:function(){return this.wy},set:function(e){var t=this.wy;this.w0!=e&&(this.wy=e,this.w5(t,this.wy))},enumerable:!1,configurable:!0}),i.prototype.get_hasMarkers=function(){return this.w0.hasMarkers},i.prototype.w5=function(e,t){if(null!=this.wy){var i=this.wy;i.externalObject=r.TypeRegistrar.createFromInternal(i,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pf(this.w0),this.w1.b5(),null!=e){var n=e;this.r1(n,null)}if(null!=t){var o=t;this.r1(o,this)}},i.prototype.dg=function(e,t,i){return this.di(this.w0,e,t,i)},i.prototype.dh=function(e,t,i){return this.dj(this.w0,e,t,i)},i.prototype.kn=function(e){return this.kw(this.w0,e)},i.prototype.ka=function(e,t){return this.w0.ka(e,t)},i.prototype.j8=function(e,t){return this.w0.j8(e,t)},i.prototype.i5=function(e,t,i){return this.w0.i5(e,t,i)},i.prototype.wc=function(e,t,i){return this.w0.wc(e,t,i)},i.prototype.wn=function(e){return this.w0.wn(e)},i.prototype.ao=function(e){return this.w0.ao(e)},i.prototype.wo=function(e){return this.w0.wo(e)},i.prototype.ap=function(e){return this.w0.ap(e)},i.prototype.wp=function(e){return this.w0.wp(e)},i.prototype.wq=function(e){return this.w0.wq(e)},i.prototype.i1=function(e,t,i){return this.w0.i1(e,t,i)},i.prototype.v8=function(e,t,i){return this.w0.v8(e,t,i)},i.prototype.i3=function(e,t,i){return this.i5(e,t,i)},i.prototype.wa=function(e,t,i){return this.w0.wa(e,t,i)},i.prototype.wd=function(e,t,i){return this.w0.wd(e,t,i)},i.prototype.i6=function(e,t,i){return this.w0.i6(e,t,i)},i.prototype.v9=function(e,t,i){return this.w0.v9(e,t,i)},i.prototype.i2=function(e,t,i){return this.w0.i2(e,t,i)},i.prototype.wb=function(e,t,i){return this.w0.wb(e,t,i)},i.prototype.i4=function(e,t,i){return this.w0.i4(e,t,i)},i.prototype.j4=function(e){return this.w0.j4(e)},i.prototype.iw=function(){return this.w0.iw()},i.prototype.is=function(e){return this.w0.is(e)},i.prototype.ko=function(e){return this.w0.ko(e)},i.prototype.cs=function(){return new m(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.w1=r.typeCast(m.$,t)},Object.defineProperty(i.prototype,"w2",{get:function(){return this.c(i.w7)},set:function(e){this.h(i.w7,e)},enumerable:!1,configurable:!0}),i.prototype.q9=function(t,i,o,a){switch(e.prototype.q9.call(this,t,i,o,a),i){case"SeriesViewer":this.w0.db=this.db,null!=o&&o.q4(this.w0),null!=a&&this.db.m8(this.w0),this.w0.rc(this.ws),this.w0.index=this.index,this.p0(this.w0),this.kg=this.w0.kg;var s=r.typeCast(n.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.w6))),null!=this.db){var l=this.db;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.w6))}this.w4();break;case"SyncLink":this.w0.c3=this.c3;break;case"VisibleFromScale":this.w4();break;case"Index":this.w0.index=this.index;break;case"ItemsSource":this.w1.b6();break;case"Resolution":this.w1.cd();break;case"TransitionDuration":this.w1.cg();break;case"Opacity":this.w1.ca();break;case"Visibility":var c=this.w0,u=this._visibility;c.visibility=u;break;case"MouseOverEnabled":this.w0.f8=this.f8;break;case"ExpectFunctions":this.w0.expectFunctions=this.expectFunctions;break;case"Thickness":this.w1.cf();break;case"Brush":this.w1.b4();break;case"Outline":this.w1.cc();break;case"ActualBrush":this.w1.b1();break;case"ActualOutline":this.w1.b2();break;case"MarkerFillOpacity":r.isNaN_(this.jg)||this.w1.b9();break;case"AreaFillOpacity":r.isNaN_(this.ik)||this.w1.b3();break;case"OutlineMode":this.w1.cb();break;case"ShowDefaultTooltip":this.w1.ce();break;case"Title":this.w0.title=this.title;break;case"LegendItemBadgeMode":this.w1.b7();break;case"LegendItemBadgeShape":this.w1.b8();break;case"Legend":this.w0.legend=this.legend,this.cv.av()}},i.prototype.w4=function(){if(null!=this.db&&null!=this.w0&&!r.isNaN_(this.w2))if(this.db.v4.width>this.w2){this.w0.visibility=1}else{this.w0.visibility=0}},i.prototype.w6=function(e,t){this.w4()},i.prototype.rr=function(t){e.prototype.rr.call(this,t),null!=this.w0&&this.w0.rr(t)},i.prototype.q5=function(t){e.prototype.q5.call(this,t),null!=this.w0&&this.w0.qn()},i.prototype.rq=function(e,t,i,n,r){null!=this.w0&&this.w0.rq(e,t,i,n,r)},i.prototype.a2=function(e,t){return this.w0.a2(e,t)},i.prototype.sc=function(){e.prototype.sc.call(this),this.w0.sc()},i.prototype.get_coercionMethods=function(){return this._coercionMethods},i.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.w0.coercionMethods=e},i.prototype.pz=function(t){if(e.prototype.pz.call(this,t),null!=this.w0){var i=this.w0.km();this.o8(t,i)}},i.$t=r.markType(i,"GeographicMapSeriesHost",n.Series.$),i.w7=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,i.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),i}(n.Series),m=function(e){function i(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(i,e),i.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},i.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.w0.legendItemVisibility=0,this.b0.w0.itemsSource=this.b0.itemsSource,this.b0.w0.index=this.b0.index,this.b0.w0.vf=this.b0.vf,this.b0.w0.vv=this.b0.vf,this.b0.w0.ci=this.b0.ci,this.b0.w0.jj=this.b0.jj,this.b0.w0.kd=this.b0.kd,this.b0.w0._opacity=this.b0._opacity,this.b0.w0.jp=this.b0.jp,this.b0.w0.ik=this.b0.ik,this.b0.w0.jg=this.b0.jg,this.b0.w0.gp=this.b0.gp,this.b0.w0.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.w0.bd=this.b0.bd},i.prototype.b6=function(){this.b0.w0.itemsSource=this.b0.itemsSource},i.prototype.cd=function(){this.b0.w0.jj=this.b0.jj},i.prototype.cg=function(){this.b0.w0.kd=this.b0.kd},i.prototype.ca=function(){this.b0.w0._opacity=this.b0._opacity},i.prototype.cf=function(){this.b0.w0.jp=this.b0.jp},i.prototype.b4=function(){this.b0.w0.vf=this.b0.vf},i.prototype.cc=function(){this.b0.w0.vv=this.b0.vv},i.prototype.b1=function(){this.b0.w0.vf=this.b0.u9},i.prototype.b2=function(){this.b0.w0.vv=this.b0.vd},i.prototype.b7=function(){this.b0.w0.bd=this.b0.bd},i.prototype.b8=function(){this.b0.w0.legendItemBadgeShape=this.b0.legendItemBadgeShape},i.prototype.b3=function(){this.b0.w0.ik=this.b0.ik},i.prototype.b9=function(){this.b0.w0.jg=this.b0.jg},i.prototype.cb=function(){this.b0.w0.ci=this.b0.ci},i.prototype.ce=function(){this.b0.w0.gp=this.b0.gp},i.$t=r.markType(i,"HostSeriesView",n.SeriesView.$),i}(n.SeriesView),f=function(e){function i(){var t=e.call(this)||this;t.xh=null,t.w6=!1,t.wy=1,t.xd=0,t.yo=null,t.wv=null,t.wr=null,t.wt=null,t.wx=null,t.yk={$type:r.Point_$type,x:NaN,y:NaN},t.yr=null,t.xc=1,t.imageTilesReady=null,t.w5=null,t.yq=r.Rect.empty,t.xd=u.am(i.yp.bottom)-u.am(i.yp.top),t.ab=i.$,t.backgroundContent=new v;var o,a=((o=new n.NumericXAxis).bi=t,o);a.cf=!0,t.ws=a,t.ws.n4=new p;var s=function(){var e=new n.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wu=s,t.wu.n4=new u,t.xz(),t.x6(),t.n0(),t}return t.__extends(i,e),i.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.ws.provideRenderer(t),this.wu.provideRenderer(t)},i.prototype.n0=function(){e.prototype.n0.call(this),this.w4.fv(this.hi)},i.prototype.fl=function(){return this.xa},i.prototype.fm=function(){return this.xa},i.prototype.w1=function(){return 0==this.wz&&this.w6?2:1},Object.defineProperty(i.prototype,"w0",{get:function(){return this.wy},set:function(e){this.wy=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"yt",{get:function(){return this.yo},set:function(e){if(r.Rect.l_op_Inequality(this.yo,e)){var t=this.yo;this.yo=e,this.qm("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yx=function(){return this.yt},i.prototype.xz=function(){this.y5.isEmpty||(this.yt=this.y3(this.y5,1==this.cr))},i.prototype.y3=function(e,t){var n=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/i.yp.width,g=u.am(i.yp.top);if(p/h>this.xd){var y=p/this.xd;o-=(y-h)/2*i.yp.width,a=y*i.yp.width,t&&(o<i.yp.left?o+=i.yp.left-o:o+a>i.yp.right&&(o-=o+a-i.yp.right))}else if(p/h<this.xd){var m=this.xd*h-p,f=c-m/2,d=l+m/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.xd&&(f-=d-(g+this.xd),d-=d-(g+this.xd))),n=u.aq(f),s=u.aq(d)-n}return new r.Rect(0,o,n,a,s)},Object.defineProperty(i.prototype,"backgroundContent",{get:function(){return this.wv},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wv=e,this.qm("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ws",{get:function(){return this.wr},set:function(e){if(e!=this.ws){var t=this.ws;this.wr=e,this.qm("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wu",{get:function(){return this.wt},set:function(e){if(e!=this.wu){var t=this.wu;this.wt=e,this.qm("YAxis",t,e)}},enumerable:!1,configurable:!0}),i.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},i.prototype.x9=function(e){this.wl=e},i.prototype.x8=function(e){this.y5=e},i.prototype.getZoomFromGeographicRect=function(e){return this.yv(e,!0,0)},i.prototype.yu=function(e,t){return this.yv(e,!1,t)},i.prototype.yv=function(e,t,o){var a=e;t&&(a=this.y3(e,!1));var s=this.ws,l=this.wu,c=new n.ScalerParams(1,i.ys,this.wk,s.ch);c.c=this.v8;var u=new n.ScalerParams(1,i.ys,this.wk,l.ch);u.c=this.v8;var p=this.ws.el(a.left,c),h=this.ws.el(a.right,c),g=this.wu.el(a.top,u),y=this.wu.el(a.bottom,u),m=(p-o)/this.wk.width,f=(y-o)/this.wk.height,d=(h-p+2*o)/this.wk.width,b=(g-y+2*o)/this.wk.height,S=new r.Rect(0,m,f,d,b);return S.intersect(i.ys),S.isEmpty&&(S=i.ys),S},i.prototype.getZoomFromGeographicPoints=function(e,t){var n=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return i.ys;var l=new r.Rect(0,n,o,a,s);return this.getZoomFromGeographicRect(l)},i.prototype.yz=function(e){var t=this.ws,o=this.wu,a=new n.ScalerParams(1,e,this.wk,t.ch);a.c=this.v8;var s=new n.ScalerParams(1,e,this.wk,o.ch);s.c=this.v8;var l=this.v7,c=t.eo(l.left,a),u=o.eo(l.top,s),p=t.eo(l.right,a),h=o.eo(l.bottom,s),g=p-c,y=u-h,m=new r.Rect(0,c,h,g,y);return 1==this.cr&&(m.intersect(i.yp),m.isEmpty&&(m=i.yp)),m},i.prototype.yl=function(e){var t=this.ws.mf(e.x),i=this.wu.mf(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.ym=function(e){var t=this.ws.e6(e.x),i=this.wu.e6(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.yn=function(e){return this.ym(e)},i.prototype.xw=function(){var e=r.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},i.prototype.x2=function(e){},i.prototype.gg=function(){return!0},i.prototype.x4=function(){var e,i;this.w4.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.sc()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},i.prototype.x7=function(){if(2==this.w3){if(!this.wk.isEmpty&&this.wk.width>0&&this.wk.height>0){var e=this.ws.mf(this.wk.left+this.wk.width/2),t=this.wu.mf(this.wk.top+this.wk.height/2);this.yk={$type:r.Point_$type,x:e,y:t}}}else if(!this.wk.isEmpty&&this.wk.width>0&&this.wk.height>0){var i=this.ws.mf(this.wk.left),n=this.wu.mf(this.wk.top);this.yk={$type:r.Point_$type,x:i,y:n}}},i.prototype.x3=function(){(r.isNaN_(this.yk.x)||r.isNaN_(this.yk.y))&&this.x7();var e=this.yk.x,t=this.yk.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.v4.left,a=this.v4.top,s=this.v4.width,l=this.v4.height;if(s>this.yr.width);else{var c=new n.ScalerParams(1,i.ys,this.wk,this.ws.ch);c.c=this.v8;var u=this.ws.el(e,c);if(2==this.w3)o=u/this.wk.width-s/2;else o=u/this.wk.width;o+s>this.yr.right?o=this.yr.right-s:o<this.yr.left&&(o=this.yr.left)}if(l>this.yr.height);else{var p=new n.ScalerParams(1,i.ys,this.wk,this.wu.ch);p.c=this.v8;var h=this.wu.el(t,p);if(2==this.w3)a=h/this.wk.height-l/2;else a=h/this.wk.height;a+l>this.yr.bottom?a=this.yr.bottom-l:a<this.yr.top&&(a=this.yr.top)}this.rx(new r.Rect(0,o,a,s,l),!1)}},i.prototype.get_fd=function(){return!0},i.prototype.v5=function(){var t=e.prototype.v5.call(this);if(null==this.ws||null==this.wu)return t;this.wf();var i=t.left,n=t.top;1==this.cr&&(this.wl.width>this.yr.width?i=.5-this.wl.width/2:i+t.width>this.yr.right?i=this.yr.right-this.wl.width:i<this.yr.left&&(i=this.yr.left),this.wl.height>this.yr.height?n=.5-this.wl.height/2:n+this.wl.height>this.yr.bottom?n=this.yr.bottom-this.wl.height:n<this.yr.top&&(n=this.yr.top));var o=!1;!this.w9&&2==this.cr&&this.w6&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.yr.right>0&&(t.right-this.yr.right)/t.width>.8?(i=this.yr.left-(t.width-(t.right-this.yr.right)),o=!0):t.left<this.yr.left&&Math.abs(t.left-this.yr.left)/t.width>.8&&(i=this.yr.right-Math.abs(t.left-this.yr.left),o=!0));var a=new r.Rect(0,i,n,t.width,t.height);if(this.w9){var s=this.yu(this.y5,1);s=this.yw(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.ez=!0,this.wl=a,this.ez=!1),a},i.prototype.m4=function(e,t){var i=!0,n=!0,o=0,a=this.wf(),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&&(i=!1),l>s&&(n=!1),i)if(n){var c=this.wr.el(-180,t);o=this.wr.el(180,t)-c}else{o=this.wr.el(-180,t)-this.wr.el(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,i,o)},i.prototype.wf=function(){var e=new n.ScalerParams(1,i.ys,this.wk,this.ws.ch);e.c=this.v8;var t=new n.ScalerParams(1,i.ys,this.wk,this.wu.ch);t.c=this.v8;var o=this.ws.el(i.yp.left,e),a=this.ws.el(i.yp.right,e),s=this.wu.el(i.yp.top,t),l=this.wu.el(i.yp.bottom,t);return this.yr=new r.Rect(0,o/this.wk.width,l/this.wk.height,(a-o)/this.wk.width,(s-l)/this.wk.height),this.yr},i.prototype.yw=function(e){var t=this.hm,i=.5*(e.left+e.right),n=.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.wk,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?i-.5*s:e.left,f=y?n-.5*l:e.top,d=g?i+.5*s:e.right,b=y?n+.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)},i.prototype.v6=function(t){if(e.prototype.v6.call(this,this.wk),t.isEmpty)return r.Rect.empty;var i;if(t.width>t.height){var n=r.intDivide(r.truncate(t.width-t.height),2);i=new r.Rect(0,t.left+n,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);i=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return i},i.prototype.yy=function(e){return this.v6(e)},i.prototype.c8=function(){return new w(this)},i.prototype.xy=function(e){null!=e&&(e.bi=this)},i.prototype.p5=function(t){e.prototype.p5.call(this,t),this.w4=t},i.prototype.qg=function(t,i){e.prototype.qg.call(this,t,i),this.rl(this.ws),this.rl(this.wu),r.Rect.l_op_Inequality(t,i)&&this.x3(),this.w9&&(this.v4=this.v5()),this.ya()},Object.defineProperty(i.prototype,"xe",{get:function(){return this.xc},set:function(e){var t=this.xc;this.xc=e,this.qm("ActualWindowScale",t,this.xc)},enumerable:!1,configurable:!0}),i.prototype.hs=function(){return this.xe},i.prototype.ht=function(){return this.xe},i.prototype.rk=function(){e.prototype.rk.call(this);var t=Math.min(this.v4.width,this.v4.height);this.xe=t},i.prototype.f4=function(){return this.w6},i.prototype.cs=function(){return 0==this.ct&&this.w7?2:this.ct},i.prototype.qh=function(n,o,a,s){var l,c,u,p;switch(e.prototype.qh.call(this,n,o,a,s),o){case"ZoomCoercionMode":this.xz();break;case"WindowRect":this.x7();break;case i.$$p[0]:this.w0=this.w1(),null!=this.wx&&(this.wx.isHorizontalWrappingEnabled=2==this.w0);break;case i.$$p[1]:this.w6=this.w7,this.w0=this.w1(),this.cr=this.cs(),null!=this.wx&&(this.wx.isHorizontalWrappingEnabled=2==this.w0);break;case i.$$p[4]:this.v4=this.v5();break;case"BackgroundContent":if(null!=this.wx){var h=this.wx;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.x0)),this.wx.deferralHandler=null}if(this.wx=r.typeCast(d.$,this.backgroundContent),null!=this.wx){var g=this.wx;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.x0)),this.wx.deferralHandler=this,this.wx.isHorizontalWrappingEnabled=2==this.w0}this.w4.fu(r.typeCast(d.$,a),r.typeCast(d.$,s)),null!=this.wx&&(this.wx.geographicMap=this,this.w4.fr(this.v4),this.w4.fv(this.hi));break;case"YAxis":case"XAxis":this.x5(a),this.xy(s);break;case i.$$p[6]:this.w8||(this.wl=i.ys),this.xz(),this.x6(),this.x7(),this.v4=this.v5(),this.w4.fs();break;case"ActualWindowRect":this.w4.fr(this.v4);break;case"ActualWorldRect":try{for(var y=t.__values(r.fromEnum(this.series)),m=y.next();!m.done;m=y.next()){m.value.rr(!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 i.$$p[5]:this.xe=this.xf;break;case"ActualWindowScale":this.gc||this.rv(this.hs(),this.ht());break;case"ActualPixelScalingRatio":this.w4.fv(this.hi);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;r.isNaN_(f)||r.isInfinity(f)?(this.hm=5e-6,this.hl=5e-6):(this.hm=f,this.hl=f);break;case i.$$p[7]:this.rr();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(r.fromEnum(this.series)),S=b.next();!S.done;S=b.next()){S.value.qg()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(u)throw u.error}}}},i.prototype.x0=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.x5=function(e){null!=e&&(e.bi=null)},i.prototype.x6=function(){null!=this.ws&&(this.ws.mc=this.yt.left,this.ws.mb=this.yt.right),null!=this.wu&&(this.wu.mc=this.yt.top,this.wu.mb=this.yt.bottom),this.ws.c2(!0),this.wu.c2(!0)},i.prototype.getFontInfo=function(){return this.w5=this.w4.fo,this.w5},i.prototype.u8=function(){return this.w4.fw},i.prototype.getFontBrush=function(){return this.w4.fx},i.prototype.rd=function(t,i){if(null!==r.typeCast(r.ItfConverter.$,i)){var n=i,o=t;o.itemsSource=n.triangulationSource.points,o.w9=n.triangulationSource.triangles}else e.prototype.rd.call(this,t,i)},i.prototype.register=function(e,t){this.q1(e,t)},i.prototype.unRegister=function(e){this.rj(e)},i.prototype.deferredRefresh=function(){this.ni()},i.prototype.deferAction=function(e){null!=this.xh?this.xh.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.xx=function(e){this.rq(e)},i.prototype.xi=function(){var e=new n.ChartVisualData,t=this.ws.fy(),i=this.wu.fy();e.axes.add1(t),e.axes.add1(i);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].km();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.wk),e.centralArea=r.RectData.b(this.wk),e.plotArea=r.RectData.b(this.wk),e},i.prototype.wb=function(e,t,i){return e},i.prototype.x1=function(){},Object.defineProperty(i.prototype,"y4",{get:function(){return this.yq},set:function(e){this.yq=e},enumerable:!1,configurable:!0}),i.prototype.yb=function(e){this.y4=e,this.ya()},i.prototype.ya=function(){if(this.xb&&!this.y4.isEmpty){var e=this.getZoomFromGeographicRect(this.y4);this.y4=r.Rect.empty,this.rx(e,!1)}},Object.defineProperty(i.prototype,"xb",{get:function(){return!this.wk.isEmpty&&!this.v8.isEmpty},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMap",n.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),i.w2=0,i.yp=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),i.ys=new r.Rect(0,0,0,1,1),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"qm",["BackgroundTilingMode:wz:yc",[c,r.enumGetBox(c,0)],"IsHorizontalWrappingEnabled:w7:yd",[0,!1],"ResizeBehavior:w3:ye",[s,r.enumGetBox(s,i.w2)],"SuppressZoomResetOnWorldRectChange:w8:yf",[0,!1],"UseWorldRectForZoomBounds:w9:yg",[0,!1],"WindowScale:xf:yh",[1,NaN],"WorldRect:y5:yi",[r.Rect.$,i.yp],"Zoomable:xa:yj",[0,!0]]),i}(n.SeriesViewer),d=function(e){function i(t){var n=e.call(this)||this;return n.ak=null,n.imageTilesReady=null,n.an=null,n.ap=null,n.propertyChanged=null,n.imagesChanged=null,n.cancellingImage=null,n.downloadingImage=null,n.ab=i.$,n.ap=t,n.aj=n.ai(),n.bb(n.aj),n}return t.__extends(i,e),i.prototype.bb=function(e){},i.prototype.ai=function(){return new b(this)},Object.defineProperty(i.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),i.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.a9=function(){var e=this.ao;e.imageTilesReady=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 i=this.ao;i.downloadingImage=r.delegateCombine(i.downloadingImage,r.runOn(this,this.a3));var n=this.ao;n.cancellingImage=r.delegateCombine(n.cancellingImage,r.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},i.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},i.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},i.prototype.bg=function(){null!=this.ao&&this.aj.e()},i.prototype.ba=function(e,t,n){switch(e){case i.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case i.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case i.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case i.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs(e))},Object.defineProperty(i.prototype,"geographicMap",{get:function(){return this.c(i.geographicMapProperty)},set:function(e){this.h(i.geographicMapProperty,e)},enumerable:!1,configurable:!0}),i.a8=function(e,t){e.a7(t.oldValue,t.newValue)},i.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},i.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(i.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),i.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new r.Rect(0,0,0,e.width,e.height),i=this.geographicMap.yy(t),o=f.yp,a=this.geographicMap.yt,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/i.width*s*l;var c=this.geographicMap.ws,u=this.geographicMap.wu,p=new n.ScalerParams(1,this.windowRect,t,c.ch);p.c=i;var h=new n.ScalerParams(1,this.windowRect,t,u.ch);h.c=i;var g=c.el(o.left,p),y=u.el(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},i.prototype.bd=function(e){this.aj.f(e)},i.prototype.bf=function(e){this.aj.h(e)},i.prototype.be=function(e){this.aj.g(e)},i.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new g)},i.prototype.a6=function(){this.aj.e()},i.prototype.bc=function(e){this.aj.i(e)},i.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},i.$t=r.markType(i,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),i.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,i.$,new r.PropertyMetadata(2,null,i.a8)),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),i}(r.Control),b=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=r.Rect.empty,i.a=t,i.a.ao=new r.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new r.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b1(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=r.markType(i,"GeographicMapImageryView"),i}(r.Base),S=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.w0;t.x0=this.ch.xc,t.x8=this.ch.xa,t.trianglesSource=this.ch.w9,t.xo=this.ch.xf,t.xq=this.ch.xh,t.xs=this.ch.xj},i.prototype.ck=function(){var e=this.ch.w0;if(null==this.ch.db)return e.wy=null,void(e.wz=null);e.wy=this.ch.db.ws,e.wz=this.ch.db.wu},i.prototype.cj=function(){this.ch.w0.x0=this.ch.xc},i.prototype.ci=function(){this.ch.w0.x8=this.ch.xa},i.prototype.cl=function(){this.ch.w0.trianglesSource=this.ch.w9},i.prototype.cm=function(){this.ch.w0.xo=this.ch.xf},i.prototype.cn=function(){this.ch.w0.xq=this.ch.xh},i.prototype.co=function(){this.ch.w0.xs=this.ch.xj},i.$t=r.markType(i,"GeographicXYTriangulatingSeriesView",m.$),i}(m),x=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xu&&(this.cp.xu.y7=this.cp.xy,this.cp.xu.yv=this.cp.xt)},i.prototype.cq=function(){null!=this.cp.xu&&(this.cp.xu.y7=this.cp.xy)},i.prototype.cr=function(){null!=this.cp.xu&&(this.cp.xu.yv=this.cp.xt)},i.$t=r.markType(i,"GeographicScatterAreaSeriesView",S.$),i}(S),w=function(e){function i(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=r.Rect.empty,i.fn=t,i.fn.u1=2,i.fn.it=5e-6,i}return t.__extends(i,e),i.prototype.m=function(e){return 2},i.prototype.bk=function(e){this.j.bw(e),this.fn.xx(e),this.el()},i.prototype.get_ap=function(){return!0},i.prototype.d4=function(){var e,t,i,n,o,a=this.j.a8(e,t,i,n,o);e=a.p0,t=a.p1,i=a.p2,n=a.p3,o=a.p4,this.fx=i,this.fo=n,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))},i.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},i.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},i.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},i.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},i.prototype.fr=function(e){null!=this.fn.wx&&(this.fn.wx.windowRect=e)},i.prototype.fu=function(e,t){if(null!=this.fn.wx&&(this.fn.wx.windowRect=this.fn.v4),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},i.prototype.ft=function(e){var t=this.fn.hi;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},i.prototype.d1=function(){this.fd.ad=n.Defaults.j,this.fe.ad=n.Defaults.j,this.fd._stroke=n.Defaults.ae,this.fe._stroke=n.Defaults.ae,e.prototype.d1.call(this)},i.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(i.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMapView",n.SeriesViewerView.$),i}(n.SeriesViewerView),v=function(e){function i(){return e.call(this,new r.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=r.markType(i,"OpenStreetMapImagery",d.$),i.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.br)),i}(d),M=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cs=function(){return new S(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.w8=t},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case"SeriesViewer":this.w8.ck();break;case i.$$p[1]:this.w8.cj();break;case i.$$p[0]:this.w8.ci();break;case i.$$p[5]:this.w8.cl();break;case i.$$p[2]:this.w8.cm();break;case i.$$p[3]:this.w8.cn();break;case i.$$p[4]:this.w8.co()}},i.$t=r.markType(i,"GeographicXYTriangulatingSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xa:xl",[2,"pointY"],"LongitudeMemberPath:xc:xm",[2,"pointX"],"TriangleVertexMemberPath1:xf:xo",[2,"v1"],"TriangleVertexMemberPath2:xh:xp",[2,"v2"],"TriangleVertexMemberPath3:xj:xq",[2,"v3"],"TrianglesSource:w9:xn",[r.IEnumerable_$type,null]]),i}(y),I=function(e){function i(){var t=e.call(this)||this;return t.xr=null,t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_eu=function(){return!0},Object.defineProperty(i.prototype,"xt",{get:function(){return this.xr},set:function(e){if(this.xr!=e){var t=this.xr;if(null!=this.xr){var i=this.xr;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.x1))}if(this.xr=e,null!=this.xr){var n=this.xr;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.x1))}this.raisePropertyChanged("ColorScale",t,this.xr),null!=this.xu&&(this.xu.yv=e)}},enumerable:!1,configurable:!0}),i.prototype.x1=function(e,t){this.xw.cr(),this.x3(),this.rr(!1)},i.prototype.x3=function(){null!=this.xu&&(this.xs=this.xu.yu)},i.prototype.sh=function(){e.prototype.sh.call(this),this.x3()},i.prototype.wz=function(){this.xu=new n.ScatterAreaSeries;var e=this.xu;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.x2)),this.xu},i.prototype.x2=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.cs=function(){return new x(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.xw=t},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case i.$$p[1]:this.xw.cq();break;case"ColorScale":this.xw.cr(),this.x3()}},i.prototype.get_g7=function(){return!0},i.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},i.$t=r.markType(i,"GeographicScatterAreaSeries",M.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualColorScale:xs:x4",[n.ColorScale.$,null],"ColorMemberPath:xy:x5",[2,"value"]]),i}(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,i,o,a,s){var l,c=e.call(this)||this;c._renderer=t,c._elRef=i,c._ngZone=o,c._componentFactoryResolver=a,c._injector=s,c.actualSeries=[],c._series=null,c._dataSource=null,c._seriesAdapter=null,c._defaultTooltips=null,c._imageTilesReady=null,c._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(c)),c._zoneRunner=function(e){return c._ngZone.run(e)},c._container=t.createElement("div"),t.appendChild(i.element.nativeElement,c._container),t.setStyle(c._container,"display","block"),t.setStyle(c._container,"width","100%"),t.setStyle(c._container,"height","100%"),l=c._container,null!=c._container.nativeElement&&(l=c._container.nativeElement);var u=new r.AngularRenderer(l,c._renderer,window.document,c._ngZone,!0,n.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 n.IgxSeriesCollection;t._innerColl.addListener((function(t,i){switch(i.action){case r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.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"),i=this._componentFactoryResolver.resolveComponentFactory(t),n=this._dynamicContent.createComponent(i);this._defaultTooltips=n,n.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(n)}))}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 i=new r.AngularWrapper(e,t._renderer,t._ngZone);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},o.prototype.createTooltip=function(){if(!r.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=r.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),i=this._dynamicContent.createComponent(t),n=i.location.nativeElement,o=this;return n.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:n.parentElement!=o._container&&(null!=n.parentElement&&n.parentElement.removeChild(n),o._container.appendChild(n)),i.instance.context=e,n.style.display="block",!0},n.hideToolTip=function(){n.style.display="none"},n.style.display="none",i},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.xa},set:function(e){this.i.xa=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.w3},set:function(e){this.i.w3=r.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.w7},set:function(e){this.i.w7=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.wz},set:function(e){this.i.wz=r.ensureEnum(c,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.w9},set:function(e){this.i.w9=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.w8},set:function(e){this.i.w8=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return r.fromRect(this.i.y5)},set:function(e){this.i.y5=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.yt)},set:function(e){this.i.yt=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.ws;if(null==e)return null;if(!e.externalObject){var t=n.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.ws=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.wu;if(null==e)return null;if(!e.externalObject){var t=n.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.wu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.fd},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.xf},set:function(e){this.i.xf=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.xe},set:function(e){this.i.xe=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.xb},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.yx();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.x9(r.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.x8(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 i=this.i.yu(r.toRect(e),t);return r.fromRect(i)},o.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(i)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.yz(r.toRect(e));return r.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.yl(r.toPoint(e));return r.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.ym(r.toPoint(e));return r.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.yn(r.toPoint(e));return r.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.xw()},o.prototype.styleUpdated=function(){this.i.x4()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.hs()},o.prototype.getActualWindowScaleVertical=function(){return this.i.ht()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.xi()},o.prototype.zoomToGeographic=function(e){this.i.yb(r.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){var n=new C;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady.emit({sender:e,args:n})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[{token:i.Renderer2},{token:i.ViewContainerRef},{token:i.NgZone},{token:i.ComponentFactoryResolver},{token:i.Injector}],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:n.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:i.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:i,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(n.IgxSeriesViewerComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:k,decorators:[{type:i.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:i.ChangeDetectionStrategy.OnPush,providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.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:i.Renderer2},{type:i.ViewContainerRef},{type:i.NgZone},{type:i.ComponentFactoryResolver},{type:i.Injector}]},propDecorators:{contentSeries:[{type:i.ContentChildren,args:[n.IgxSeriesComponent]}],_dynamicContent:[{type:i.ViewChild,args:["dynamicContent",{read:i.ViewContainerRef,static:!0}]}],height:[{type:i.Input}],width:[{type:i.Input}],legend:[{type:i.Input}],dataSource:[{type:i.Input}],zoomable:[{type:i.Input}],resizeBehavior:[{type:i.Input}],isHorizontalWrappingEnabled:[{type:i.Input}],backgroundTilingMode:[{type:i.Input}],useWorldRectForZoomBounds:[{type:i.Input}],suppressZoomResetOnWorldRectChange:[{type:i.Input}],worldRect:[{type:i.Input}],actualWorldRect:[{type:i.Input}],xAxis:[{type:i.Input}],yAxis:[{type:i.Input}],windowScale:[{type:i.Input}],actualWindowScale:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var _=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:_,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(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 i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new C;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new i.EventEmitter,this.i.imagesChanged=r.delegateCombine(this.i.imagesChanged,(function(t,i){var n=new j;n._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,n),e._imagesChanged.emit({sender:e,args:n})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new i.EventEmitter,this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,(function(t,i){var n=new r.IgxCancellingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,n),e._cancellingImage.emit({sender:e,args:n})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new i.EventEmitter,this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,(function(t,i){var n=new r.IgxDownloadingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,n),e._downloadingImage.emit({sender:e,args:n})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function i(t){for(var i=[],n=1;n<arguments.length;n++)i[n-1]=arguments[n];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=i[0];o=e.call(this,r.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=r.markType(i,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),i}(r.ObservableCollection$1),R=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=r.markType(i,"BingMapsMapImageryView",b.$),i}(b),V=function(e){function i(){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=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new R(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(r.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,n=(t+=r.enumGetBox(T,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(n,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,n=JSON.parse(i).resourceSets;if(null!=n){var o=n.length>0?n[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)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,n,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=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,n,o)},i.$t=r.markType(i,"BingMapsMapImagery",d.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,r.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(d),A=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new V},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new P,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new P;this._subDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.subDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new P,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new P;this._actualSubDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.actualSubDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=r.ensureEnum(T,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(O),B=function(){function e(){r.TypeRegistrar.registerCons("IgxBingMapsMapImagery",A),r.TypeRegistrar.register("BingMapsMapImagery",V.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,_],exports:[_]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,_],_]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:B,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,_],exports:[_],entryComponents:[]}]}],ctorParameters:function(){return[]}});var z=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:z,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new v},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(O),F=function(){function e(){r.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),r.TypeRegistrar.register("OpenStreetMapImagery",v.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,z],exports:[z]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,z],z]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:F,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,z],exports:[z],entryComponents:[]}]}],ctorParameters:function(){return[]}});var E=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:E,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var N=function(e){function n(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new i.EventEmitter,this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,(function(t,i){var n=new r.IgxGetTileImageUriArgs;n._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,n),e._getTileImageUri.emit({sender:e,args:n})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),n}(O),q=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=r.markType(i,"CustomMapImagery",d.$),i}(d),U=function(){function e(){r.TypeRegistrar.registerCons("IgxCustomMapImagery",N),r.TypeRegistrar.register("CustomMapImagery",q.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,E],exports:[E]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,E],E]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:U,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,E],exports:[E],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:L,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function i(){var t=e.call(this,new 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(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(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 n=this.defaultTokenTimeout;if(n<1&&(n=1),t+=r.stringFormat1(i.bv,this.userName,this.password,this.refererUri,n),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.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)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,n){var o=this,a=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=r.typeCast(r.String_$type,n)),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,i,n)},i.$t=r.markType(i,"ArcGISOnlineMapImagery",d.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cd)),i.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cg)),i.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,i.$,new r.PropertyMetadata(2,!0,i.cc)),i}(d),W=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new H},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(O),Z=function(){function e(){r.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),r.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,L],L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Z,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[k],imports:[o.CommonModule,_,z,E,L],exports:[_,z,E,L,k]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,_,z,E,L],_,z,E,L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:X,decorators:[{type:i.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=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,B,F,U,Z,X],exports:[B,F,U,Z,X]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,B,F,U,Z,X],B,F,U,Z,X]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Y,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[B,F,U,Z,X],imports:[o.CommonModule,B,F,U,Z,X],entryComponents:[k]}]}],ctorParameters:function(){return[]}});var K=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isGeographic",{get:function(){return this.i.fc},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"visibleFromScale",{get:function(){return this.i.w2},set:function(e){this.i.w2=+e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),n.prototype.notifyIndexedPropertiesChanged=function(){this.i.qg()},n.prototype.getItemValue=function(e,t){return this.i.kq(e,t)},n.prototype.getMemberPathValue=function(e){return this.i.md(e)},n.prototype.getItem=function(e){return this.i.kn(r.toPoint(e))},n.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ka(r.toPoint(e),t)},n.prototype.getNextOrExactIndex=function(e,t){return this.i.j8(r.toPoint(e),t)},n.prototype.getSeriesValue=function(e,t,i){return this.i.i5(r.toPoint(e),t,i)},n.prototype.getSeriesValuePosition=function(e,t,i){var n=this.i.wc(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wn(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wp(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesHighValue=function(e,t,i){return this.i.i1(r.toPoint(e),t,i)},n.prototype.getSeriesHighValuePosition=function(e,t,i){var n=this.i.v8(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesLowValue=function(e,t,i){return this.i.i3(r.toPoint(e),t,i)},n.prototype.getSeriesLowValuePosition=function(e,t,i){var n=this.i.wa(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.wd(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i6(r.toPoint(e),t,i)},n.prototype.getItemSpan=function(){return this.i.iw()},n.prototype.renderSeries=function(e){this.i.rr(e)},n.prototype.styleUpdated=function(){this.i.sc()},n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(n.IgxSeriesComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:K,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:i.Input}],coercionMethods:[{type:i.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(i,n){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.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xk},set:function(e){this.i.xk=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xj},set:function(e){this.i.xj=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.xb},set:function(e){this.i.xb=r.ensureEnum(n.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.xn},set:function(e){this.i.xn=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.xo},set:function(e){this.i.xo=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xa;if(null==e)return null;if(!e.externalObject){var t=n.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.xa=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xi},set:function(e){this.i.xi=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.xe;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.xe=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.xl},set:function(e){this.i.xl=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new i.EventEmitter,this.i.assigningShapeStyle=r.delegateCombine(this.i.assigningShapeStyle,(function(t,i){var r=new n.IgxAssigningShapeStyleEventArgs;r._provideImplementation(i),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 i.EventEmitter,this.i.assigningShapeMarkerStyle=r.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,i){var r=new n.IgxAssigningShapeMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle.emit({sender:e,args:r})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:J,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:i.Input}],databaseSource:[{type:i.Input}],shapeMemberPath:[{type:i.Input}],isCustomShapeStyleAllowed:[{type:i.Input}],isCustomShapeMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],itemSearchPointsThreshold:[{type:i.Input}],shapefileDataSource:[{type:i.Input}],shapeFilterResolution:[{type:i.Input}],assigningShapeStyle:[{type:i.Output}],assigningShapeMarkerStyle:[{type:i.Output}]}});var Q=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.xh=!1,t.xg=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xd=null,t.xf=!1,t}return t.__extends(i,e),i.prototype.cs=function(){return new ee(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.xc=t},i.prototype.get_fe=function(){return!0},i.prototype.get_ed=function(){return!0},i.prototype.q9=function(t,n,o,a){switch(e.prototype.q9.call(this,t,n,o,a),n){case"SeriesViewer":this.xc.ci();break;case"ShapeMemberPath":this.xc.ck();break;case i.$$p[8]:this.xc.cj();break;case i.$$p[4]:if(this.w0.x8=this.xk,this.xh=this.xk,this.xk){var s=this.w0;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.x2))}else{var l=this.w0;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.x2))}break;case i.$$p[3]:if(this.w0.x7=this.xj,this.xg=this.xj,this.xk){var c=this.w0;c.assigningShapeMarkerStyle=r.delegateCombine(c.assigningShapeMarkerStyle,r.runOn(this,this.x1))}else{var u=this.w0;u.assigningShapeMarkerStyle=r.delegateRemove(u.assigningShapeMarkerStyle,r.runOn(this,this.x1))}break;case i.$$p[5]:this.w0.xk=this.xb;break;case i.$$p[6]:this.w0.yp=this.xm;break;case i.$$p[7]:this.w0.yq=this.xn;break;case i.$$p[0]:this.w0.yu=this.xo;break;case i.$$p[1]:this.w0.xa=this.xa;break;case i.$$p[2]:this.w0.x3=this.xi;break;case"ShapefileDataSource":if(null!=o){var p=o;this.xf&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.x3)))}if(null!=a){var h=a;if(h.count>0){this.x4();break}this.xf=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.x3))}}},i.prototype.x2=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},i.prototype.x1=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},i.prototype.x3=function(e,t){this.x4()},i.prototype.x4=function(){var e=this.xe.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(i.prototype,"xe",{get:function(){return this.xd},set:function(e){var t=this.xd;this.xd=e,t!=this.xd&&this.raisePropertyChanged("ShapefileDataSource",t,this.xd)},enumerable:!1,configurable:!0}),i.prototype.get_g7=function(){return!0},i.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},i.$t=r.markType(i,"GeographicShapeSeriesBase",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:xo:x5",[2],"FillScale:xa:x6",[n.BrushScale.$],"FillScaleUseGlobalValues:xi:x7",[0,!1],"IsCustomShapeMarkerStyleAllowed:xj:x8",[0,!1],"IsCustomShapeStyleAllowed:xk:x9",[0,!1],"ItemSearchMode:xb:ya",[n.ShapeItemSearchMode_$type,r.enumGetBox(n.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xm:yb",[1,1e4],"ItemSearchThreshold:xn:yc",[1,1e4],"ShapeFilterResolution:xl:yd",[1,2],"ShapeMemberPath:xz:ye",[2,"points"]]),i}(y),ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.w0.y7=this.ch.xz},i.prototype.ci=function(){var e=this.ch.w0;if(null==this.ch.db)return e.xe=null,void(e.xg=null);e.xe=this.ch.db.ws,e.xg=this.ch.db.wu},i.prototype.ck=function(){this.ch.w0.y7=this.ch.xz},i.prototype.cj=function(){this.ch.w0.ym=this.ch.xl},i.$t=r.markType(i,"GeographicShapeSeriesBaseView",m.$),i}(m),te=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.xz="points"),i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.zm=n.Defaults.aj,this.cl.jp=n.Defaults.p,this.cl.yl=n.Defaults.o,this.cl.yi=n.Defaults.d,this.cl.yg=n.Defaults.a)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.w0.abt=this.cl.zo,this.cl.w0.aam=this.cl.yj,this.cl.w0.aa8=this.cl.y4,this.cl.w0.aap=this.cl.yl,this.cl.w0.z8=this.cl.yf},i.prototype.cq=function(){this.cl.w0.aa8=this.cl.y4},i.prototype.cs=function(){this.cl.w0.aap=this.cl.yl},i.prototype.cn=function(){this.cl.w0.z8=this.cl.yf},i.prototype.cr=function(){this.cl.w0.aah=this.cl.yi},i.prototype.cm=function(){this.cl.w0.abp=this.cl.zl},i.prototype.co=function(){this.cl.w0.abq=this.cl.zm},i.prototype.cp=function(){this.cl.w0.abs=this.cl.zn},i.prototype.ct=function(){this.cl.w0.aam=this.cl.yj},i.prototype.cu=function(){this.cl.w0.abt=this.cl.zo},i.$t=r.markType(i,"GeographicShapeSeriesView",ee.$),i}(ee),ie=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_fq=function(){return!0},i.prototype.cs=function(){return new te(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yk=t},i.prototype.wz=function(){var e=new n.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.y1)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.y2)),e},i.prototype.y1=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.y2=function(e,t){r.typeCast(n.ScatterPolygonSeries.$,this.w0)},i.prototype.io=function(){return this.yl},i.prototype.vl=function(){return this.zj},i.prototype.vm=function(){return this.zk},i.prototype.sz=function(){return this.y3},i.prototype.ma=function(){var e=r.typeCast(n.ScatterPolygonSeries.$,this.w0);return null==e?"Unknown":e.ma()},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case i.$$p[6]:this.w0.aaf=this.yh;break;case i.$$p[5]:this.w0.aab=this.yg;break;case i.$$p[9]:this.yk.cq();break;case i.$$p[10]:this.yk.cs();break;case i.$$p[4]:this.yk.cn();break;case i.$$p[11]:this.yk.cr();break;case i.$$p[3]:this.yk.cm();break;case i.$$p[7]:this.yk.co();break;case i.$$p[8]:this.yk.cp();break;case i.$$p[13]:this.yk.ct();break;case i.$$p[12]:this.yk.cu()}},i.prototype.jl=function(){return.7},i.$t=r.markType(i,"GeographicShapeSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:zj:y5",[r.Brush.$],"ActualMarkerOutline:zk:y6",[r.Brush.$],"ActualMarkerTemplate:y3:y7",[r.DataTemplate.$,null],"MarkerBrush:zl:y8",[r.Brush.$],"MarkerCollisionAvoidance:yf:y9",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yg:za",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:yh:zb",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:zm:zc",[r.Brush.$],"MarkerStyle:zn:zd",[r.Style.$],"MarkerTemplate:y4:ze",[r.DataTemplate.$,null],"MarkerThickness:yl:zf",[1,r.DeviceUtils.g(2)],"MarkerType:yi:zg",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,2)],"ShapeStyle:zo:zh",[r.Style.$,null],"ShapeStyleSelector:yj:zi",[n.StyleSelector.$,null]]),i}(Q),ne=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ie},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.fq},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.zo?this.i.zo.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zo.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.zo?this.i.zo.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zo.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.zo?this.i.zo.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zo.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.zo?this.i.zo.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zo.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.zo||(this.i.zo=new r.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.yi},set:function(e){this.i.yi=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.yh},set:function(e){this.i.yh=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.yg},set:function(e){this.i.yg=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.y4},set:function(e){this.i.y4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.zl)},set:function(e){this.i.zl=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.zm)},set:function(e){this.i.zm=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.yl},set:function(e){this.i.yl=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yf},set:function(e){this.i.yf=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.y3},set:function(e){this.i.y3=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.zj)},set:function(e){this.i.zj=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.zk)},set:function(e){this.i.zk=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ne,decorators:[{type:i.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ne}))},{provide:K,useExisting:i.forwardRef((function(){return ne}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ne}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],markerType:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],markerThickness:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}],styleShape:[{type:i.Output}]}});var re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],n.IgxScatterPolygonSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:re,decorators:[{type:i.NgModule,args:[{declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ne),r.TypeRegistrar.register("GeographicShapeSeries",ie.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re],exports:[re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re],re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:oe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,re],exports:[re],entryComponents:[ne]}]}],ctorParameters:function(){return[]}});var ae=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jp=n.Defaults.n)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.w0.z8=this.cl.yf,this.cl.w0.aad=this.cl.yn},i.prototype.cm=function(){this.cl.w0.z8=this.cl.yf},i.prototype.cn=function(){this.cl.w0.aad=this.cl.yn},i.$t=r.markType(i,"GeographicPolylineSeriesView",ee.$),i}(ee),se=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_fr=function(){return!0},i.prototype.cs=function(){return new ae(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yg=t},i.prototype.wz=function(){var e=new n.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.yk)),e},i.prototype.yk=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case i.$$p[1]:this.yg.cm();break;case i.$$p[0]:this.yg.cn()}},i.$t=r.markType(i,"GeographicPolylineSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ShapeStyle:yn:yl",[r.Style.$,null],"ShapeStyleSelector:yf:ym",[n.StyleSelector.$,null]]),i}(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.fr},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.yn?this.i.yn.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yn.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.yn?this.i.yn.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yn.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.yn?this.i.yn.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yn.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.yn?this.i.yn.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yn.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.yn||(this.i.yn=new r.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:le,decorators:[{type:i.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return le}))},{provide:K,useExisting:i.forwardRef((function(){return le}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return le}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],styleShape:[{type:i.Output}]}});var ce=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[le],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[le,n.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],n.IgxScatterPolylineSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ce,decorators:[{type:i.NgModule,args:[{declarations:[le],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[le,n.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",le),r.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ce],exports:[ce]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ce],ce]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ue,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,ce],exports:[ce],entryComponents:[le]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function i(){var t=e.call(this,new 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(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),n=parseInt(r.stringReplace(i[3],"/","")),o=parseInt(r.stringReplace(i[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(n,o,a)},i.prototype.br=function(e,t){var i=this,n=t.uri.toString().split("/"),o=parseInt(r.stringReplace(n[3],"/","")),a=parseInt(r.stringReplace(n[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=r.markType(i,"TileGeneratorMapImagery",d.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),i}(d),ge=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new he},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(O),ye=function(){function e(){r.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),r.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,pe],pe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ye,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function i(){var t=e.call(this)||this;return t.z9=null,t.z8=null,t.imageTilesReady=null,t.aac=null,t.aad=!1,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_f3=function(){return!0},i.prototype.cs=function(){return new fe(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.z7=t},i.prototype.get_ya=function(){return!1},Object.defineProperty(i.prototype,"aab",{get:function(){return this.z9},set:function(e){if(e!=this.aab){var t=this.aab;this.z9=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"aaa",{get:function(){return this.z8},set:function(e){var t=this.z8;this.z8=e,this.raisePropertyChanged("ActualTileImagery",t,this.z8)},enumerable:!1,configurable:!0}),i.prototype.q9=function(t,i,n,o){var a,s;switch(e.prototype.q9.call(this,t,i,n,o),i){case"TileImagery":s=o,null!=(a=n)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.aag))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.aag))),this.z7.dh(a,s),this.rr(!1),this.ql();break;case"ActualTileImagery":s=o,null!=(a=n)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.aah)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.aah)),s.deferralHandler=this),this.z7.dg(a,s),null!=s&&null!==r.typeCast(f.$,this.db)&&(s.geographicMap=this.db,this.aaj(this.cv),this.z7.dd(this.db.v4)),this.ql();break;case"ActualWindowRect":this.z7.dd(o);break;case"WorldRect":this.z7.dk(o);break;case"SeriesViewer":var l=o;null!=n&&null!=this.aaa&&this.aaa.be(null),null!=l&&null!=this.aaa&&this.aaa.be(this.cv.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qn()}},i.prototype.aag=function(e,t){"MultiScaleImage"==t.propertyName&&this.aaj(this.cv)},i.prototype.aah=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.aad||this.z7.di()},i.prototype.register=function(e,t){this.aac=t},i.prototype.unRegister=function(e){this.aac=null},i.prototype.deferredRefresh=function(){this.rr(!1)},i.prototype.deferAction=function(e){null!=this.jz?this.jz.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.sq=function(t,i){this.z7.dj(),e.prototype.sq.call(this,t,i)},i.prototype.rs=function(t){e.prototype.rs.call(this,t),this.aai(t,this.cv)},i.prototype.aai=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.aaj(t),null!=this.aac&&(this.aad=!0,this.aac(e),this.aad=!1),r.di()},i.prototype.rq=function(t,i,n,r,o){e.prototype.rq.call(this,t,i,n,r,o);var a=this.hn.item(r);a.a3(n),this.d5(a)||this.zn(a)},i.prototype.aaj=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aab&&null!=this.aab.ao&&(this.aab!=this.aaa&&(this.aaa=this.aab),null==this.aaa||t.isEmpty||(this.aaa.width!=t.width&&(this.aaa.width=t.width),this.aaa.height!=t.height&&(this.aaa.height=t.height)))},i.prototype.o5=function(t,i){e.prototype.o5.call(this,t,i),i.de()},i.$t=r.markType(i,"TileSeries",n.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),i}(n.ShapeSeriesBase),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new r.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vv=n.Defaults.ao,this.da.vf=n.Defaults.an)},i.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},i.prototype.c5=function(e,t){return this.c6(e,t,!0)},i.prototype.c4=function(e,t){return null},i.prototype.co=function(e,t){},i.prototype.cm=function(e,t,i){},i.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},i.prototype.ct=function(){e.prototype.ct.call(this),this.as()},i.prototype.dd=function(e){null!=this.da.aab&&(this.da.aab.windowRect=e)},i.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jz.createElement("canvas");var i=this.e.jz.get2DCanvasContext(this.dc);this.db=new r.RenderingContext(new r.CanvasViewRenderer,i),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)))},i.prototype.df=function(e,t){this.as()},i.prototype.dh=function(e,t){},i.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.aab&&this.da.aab.bf(this.bx)},i.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var n=!1;if(this.dl.d.count>0)n=!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),n&&this.k.z()}},i.prototype.di=function(){this.as()},i.prototype.de=function(){},i.prototype.dk=function(e){null!=this.da.aab&&this.da.aab.a6()},i.$t=r.markType(i,"TileSeriesView",n.ShapeSeriesViewBase.$),i}(n.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.f3},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileImagery",{get:function(){var e=this.i.aab;return null==e?null:e.externalObject},set:function(e){this.i.aab=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return r}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return r}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),r}(n.IgxShapeSeriesBaseComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:de,decorators:[{type:i.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return de}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return de}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}]}});var be=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:be,decorators:[{type:i.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var Se=function(){function e(){r.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),r.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,be],be]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Se,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var xe=function(e){function i(){var t=e.call(this)||this;return t.yg=null,t.yf=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_f3=function(){return!0},Object.defineProperty(i.prototype,"yh",{get:function(){return this.yg},set:function(e){if(e!=this.yh){var t=this.yh;this.yg=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yl=function(){null!=this.yh&&this.yh.clearTileCache()},i.prototype.q9=function(t,i,n,r){switch(e.prototype.q9.call(this,t,i,n,r),i){case"TileImagery":null!=this.w0&&(this.w0.aab=this.yh)}},i.prototype.w5=function(t,i){if(e.prototype.w5.call(this,t,i),this.w0.aab=this.yh,null!=this.yf){var n=this.yf;n.imageTilesReady=r.delegateRemove(n.imageTilesReady,r.runOn(this,this.yk))}if(this.yf=this.w0,null!=this.yf){var o=this.yf;o.imageTilesReady=r.delegateCombine(o.imageTilesReady,r.runOn(this,this.yk))}},i.prototype.wz=function(){return new me},i.prototype.yk=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=r.markType(i,"GeographicTileSeries",Q.$),i}(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.f3},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.yh;return null==e?null:e.externalObject},set:function(e){this.i.yh=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.yl()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new C;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:we,decorators:[{type:i.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return we}))},{provide:K,useExisting:i.forwardRef((function(){return we}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return we}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var ve=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[we],imports:[o.CommonModule,Se],exports:[we,Se]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Se],Se]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ve,decorators:[{type:i.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=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ve],exports:[ve]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ve],ve]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Me,decorators:[{type:i.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.xa},set:function(e){this.i.xa=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.w9},set:function(e){this.i.w9=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.w8},set:function(e){this.i.w8=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.xq},set:function(e){this.i.xq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.x4)},set:function(e){this.i.x4=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.x5)},set:function(e){this.i.x5=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.x2)},set:function(e){this.i.x2=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.x3)},set:function(e){this.i.x3=r.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ie,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:i.Input}],markerThickness:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],maximumMarkers:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}]}});var Ce=function(e){function i(){var t=e.call(this)||this,i=t.w0;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.xo)),t}return t.__extends(i,e),i.prototype.sz=function(){return this.xp},i.prototype.vl=function(){return this.x2},i.prototype.vm=function(){return this.x3},i.prototype.io=function(){return this.xb},i.prototype.ma=function(){var e=r.typeCast(n.MarkerSeries.$,this.w0);return null==e?"Unknown":e.ma()},i.prototype.xo=function(e,t){var i=r.typeCast(n.MarkerSeries.$,this.w0);null!=i&&("ActualMarkerTemplate"==t.propertyName?this.xp=i.x0:"ActualMarkerOutline"==t.propertyName?this.x3=i.yi:"ActualMarkerBrush"==t.propertyName&&(this.x2=i.yh))},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case i.$$p[3]:this.w0.yj=this.x4;break;case i.$$p[6]:this.w0.yk=this.x5;break;case i.$$p[5]:this.w0.w4=this.w9;break;case i.$$p[4]:this.w0.w0=this.w8;break;case i.$$p[9]:this.w0.xa=this.xa;break;case i.$$p[7]:this.w0.x2=this.xq;break;case i.$$p[8]:this.w0.xj=this.xb;break;case i.$$p[10]:this.w0.z9=this.xc}},i.$t=r.markType(i,"GeographicMarkerSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:x2:xr",[r.Brush.$],"ActualMarkerOutline:x3:xs",[r.Brush.$],"ActualMarkerTemplate:xp:xt",[r.DataTemplate.$,null],"MarkerBrush:x4:xu",[r.Brush.$],"MarkerFillMode:w8:xv",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:w9:xw",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:x5:xx",[r.Brush.$],"MarkerTemplate:xq:xy",[r.DataTemplate.$,null],"MarkerThickness:xb:xz",[1,r.DeviceUtils.g(2)],"MarkerType:xa:x0",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,n.Defaults.e)],"MaximumMarkers:xc:x1",[1,400]]),i}(y),ke=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.w0;t.aat=this.ch.yz,t.aa1=this.ch.yx,t.xa=this.ch.xa,t.x2=this.ch.xq,t.xj=this.ch.xb,t.ac3=this.ch.yj,t.adt=this.ch.y4,t.acs=this.ch.yb,t.adj=this.ch.yv,t.ade=this.ch.yn,t.acp=this.ch.x8,t.ac1=this.ch.yf,t.ac2=this.ch.yi,t.ac8=this.ch.yl,t.ac7=this.ch.yk},i.prototype.cq=function(){this.ch.w0.aat=this.ch.yz},i.prototype.cp=function(){this.ch.w0.aa1=this.ch.yx},i.prototype.cv=function(){this.ch.w0.xa=this.ch.xa},i.prototype.ct=function(){this.ch.w0.x2=this.ch.xq},i.prototype.cu=function(){this.ch.w0.xj=this.ch.xb},i.prototype.cw=function(){this.ch.w0.z9=this.ch.xc},i.prototype.cy=function(){this.ch.w0.xAxis=this.ch.db.ws},i.prototype.cz=function(){this.ch.w0.yAxis=this.ch.db.wu},i.prototype.cx=function(){var e=this.ch.w0;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.ws,e.yAxis=this.ch.db.wu},i.prototype.cr=function(){this.ch.w0.yj=this.ch.x4},i.prototype.cs=function(){this.ch.w0.yk=this.ch.x5},i.prototype.c0=function(){this.ch.w0.adt=this.ch.y4},i.prototype.c1=function(){this.ch.w0.acs=this.ch.yb,this.ch.w0.ac3=this.ch.yj},i.prototype.cl=function(){this.ch.w0.adj=this.ch.yv},i.prototype.cj=function(){this.ch.w0.acp=this.ch.x8,this.ch.w0.ac1=this.ch.yf,this.ch.w0.ac2=this.ch.yi,this.ch.w0.ac8=this.ch.yl,this.ch.w0.ac7=this.ch.yk},i.prototype.ci=function(){this.ch.w0.ade=this.ch.yn},i.prototype.c2=function(){this.ch.w0.ac3=this.ch.yj},i.prototype.ck=function(){this.ch.w0.ac1=this.ch.yf},i.prototype.co=function(){this.ch.w0.ac2=this.ch.yi},i.prototype.cn=function(){this.ch.w0.ac8=this.ch.yl},i.prototype.cm=function(){this.ch.w0.ac7=this.ch.yk},i.$t=r.markType(i,"GeographicProportionalSymbolSeriesView",m.$),i}(m),_e=function(e){function i(){var t=e.call(this)||this;return t.x9=null,t.ye=!1,t.yd=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_ei=function(){return!0},i.prototype.cs=function(){return new ke(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yc=t},i.prototype.jl=function(){return.7},i.prototype.wz=function(){return new n.BubbleSeries},i.prototype.get_fe=function(){return!0},i.prototype.q9=function(t,n,o,a){switch(e.prototype.q9.call(this,t,n,o,a),n){case"SeriesViewer":this.yc.cx();break;case i.$$p[9]:this.yc.cq();break;case i.$$p[8]:this.yc.cp();break;case"XAxis":this.yc.cy();break;case"YAxis":this.yc.cz();break;case i.$$p[13]:this.yc.c0();break;case i.$$p[14]:this.yc.c1();break;case i.$$p[15]:this.yc.c2();break;case i.$$p[7]:this.yc.cl();break;case i.$$p[0]:this.yc.ci();break;case i.$$p[1]:this.yc.cj();break;case i.$$p[2]:this.yc.ck();break;case i.$$p[12]:this.yc.co();break;case i.$$p[11]:this.yc.cn();break;case i.$$p[10]:this.yc.cm();break;case i.$$p[4]:if(this.w0.zp=this.yh,this.ye=this.yh,this.yh){var s=this.w0;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.y9))}else{var l=this.w0;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.y9))}break;case i.$$p[3]:if(this.w0.zo=this.yg,this.yd=this.yg,this.yh){var c=this.w0;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.y8))}else{var u=this.w0;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.y8))}break;case i.$$p[5]:this.w0.y8=this.ya;break;case i.$$p[6]:this.w0.z8=this.ym}},i.prototype.y9=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.y8=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicProportionalSymbolSeries",Ce.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:yn:za",[2],"FillScale:x8:zb",[n.BrushScale.$],"FillScaleUseGlobalValues:yf:zc",[0,!1],"IsCustomScatterMarkerStyleAllowed:yg:zd",[0,!1],"IsCustomScatterStyleAllowed:yh:ze",[0,!1],"ItemSearchMode:ya:zf",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ym:zg",[1,1e4],"LabelMemberPath:yv:zh",[2],"LatitudeMemberPath:yx:zi",[2,null],"LongitudeMemberPath:yz:zj",[2,null],"MarkerBrushBrightness:yk:zk",[1,NaN],"MarkerOutlineBrightness:yl:zl",[1,NaN],"MarkerOutlineUsesFillScale:yi:zm",[0,!1],"RadiusMemberPath:y4:zn",[2,null],"RadiusScale:yb:zo",[n.SizeScale.$],"RadiusScaleUseGlobalValues:yj:zp",[0,!1]]),i}(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.ei},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yz},set:function(e){this.i.yz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.y4},set:function(e){this.i.y4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.yb;if(null==e)return null;if(!e.externalObject){var t=n.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.yb=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.yv},set:function(e){this.i.yv=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.yn},set:function(e){this.i.yn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.x8;if(null==e)return null;if(!e.externalObject){var t=n.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.x8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yf},set:function(e){this.i.yf=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yi},set:function(e){this.i.yi=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.yl},set:function(e){this.i.yl=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.yk},set:function(e){this.i.yk=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yj},set:function(e){this.i.yj=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yh},set:function(e){this.i.yh=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yg},set:function(e){this.i.yg=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.ya},set:function(e){this.i.ya=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.ym},set:function(e){this.i.ym=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),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 i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ie,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ie);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Pe,decorators:[{type:i.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ie,useExisting:i.forwardRef((function(){return Pe}))},{provide:K,useExisting:i.forwardRef((function(){return Pe}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Pe}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],radiusMemberPath:[{type:i.Input}],radiusScale:[{type:i.Input}],labelMemberPath:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],markerOutlineUsesFillScale:[{type:i.Input}],markerOutlineBrightness:[{type:i.Input}],markerBrushBrightness:[{type:i.Input}],radiusScaleUseGlobalValues:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var De=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxBubbleSeriesDynamicModule],n.IgxBubbleSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:De,decorators:[{type:i.NgModule,args:[{declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",_e.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,De],De]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Te,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.w0;e.prototype.b5.call(this),t.aat=this.ch.yo,t.aa1=this.ch.ym,t.xa=this.ch.xa,t.x2=this.ch.xq,t.xj=this.ch.xb},i.prototype.cj=function(){this.ch.w0.aat=this.ch.yo},i.prototype.ci=function(){this.ch.w0.aa1=this.ch.ym},i.prototype.cp=function(){this.ch.w0.xa=this.ch.xa},i.prototype.cn=function(){this.ch.w0.x2=this.ch.xq},i.prototype.co=function(){this.ch.w0.xj=this.ch.xb},i.prototype.cq=function(){this.ch.w0.z9=this.ch.xc},i.prototype.cs=function(){this.ch.w0.xAxis=this.ch.db.ws},i.prototype.ct=function(){this.ch.w0.yAxis=this.ch.db.wu},i.prototype.cr=function(){var e=this.ch.w0;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.ws,e.yAxis=this.ch.db.wu},i.prototype.cl=function(){this.ch.w0.yt=this.ch.x8},i.prototype.ck=function(){this.ch.w0.yj=this.ch.x4},i.prototype.cm=function(){this.ch.w0.yk=this.ch.x5},i.$t=r.markType(i,"GeographicSymbolSeriesView",m.$),i}(m),Oe=function(e){function i(){var t=e.call(this)||this;return t.ya=null,t.yd=!1,t.yc=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_ei=function(){return!0},i.prototype.cs=function(){return new je(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yb=t},i.prototype.jl=function(){return.7},i.prototype.wz=function(){return new n.ScatterSeries},i.prototype.get_fe=function(){return!0},i.prototype.q9=function(t,n,o,a){switch(e.prototype.q9.call(this,t,n,o,a),n){case"SeriesViewer":this.yb.cr();break;case i.$$p[5]:this.yb.cj();break;case i.$$p[4]:this.yb.ci();break;case i.$$p[6]:this.yb.cl();break;case"XAxis":this.yb.cs();break;case"YAxis":this.yb.ct();break;case i.$$p[1]:if(this.w0.zp=this.yf,this.yd=this.yf,this.yf){var s=this.w0;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.yt))}else{var l=this.w0;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.yt))}break;case i.$$p[0]:if(this.w0.zo=this.ye,this.yc=this.ye,this.yf){var c=this.w0;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.ys))}else{var u=this.w0;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.ys))}break;case i.$$p[2]:this.w0.y8=this.x9;break;case i.$$p[3]:this.w0.z8=this.yh}},i.prototype.yt=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.ys=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicSymbolSeries",Ce.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:ye:yu",[0,!1],"IsCustomScatterStyleAllowed:yf:yv",[0,!1],"ItemSearchMode:x9:yw",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yh:yx",[1,1e4],"LatitudeMemberPath:ym:yy",[2,null],"LongitudeMemberPath:yo:yz",[2,null],"MarkerCollisionAvoidance:x8:y0",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yg:y1",[0,!1]]),i}(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.ei},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yo},set:function(e){this.i.yo=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x8},set:function(e){this.i.x8=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yf},set:function(e){this.i.yf=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.ye},set:function(e){this.i.ye=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x9},set:function(e){this.i.x9=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yh},set:function(e){this.i.yh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),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 i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ie,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ie);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:$e,decorators:[{type:i.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ie,useExisting:i.forwardRef((function(){return $e}))},{provide:K,useExisting:i.forwardRef((function(){return $e}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return $e}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var Re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterSeriesDynamicModule],n.IgxScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Re,decorators:[{type:i.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),r.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Re],exports:[Re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Re],Re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ve,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var Ae=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),n.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},n.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.xc},set:function(e){this.i.xc=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"trianglesSource",{get:function(){return this.i.w9},set:function(e){this.i.w9=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xf},set:function(e){this.i.xf=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xj},set:function(e){this.i.xj=e},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ae,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],latitudeMemberPath:[{type:i.Input}],trianglesSource:[{type:i.Input}],triangleVertexMemberPath1:[{type:i.Input}],triangleVertexMemberPath2:[{type:i.Input}],triangleVertexMemberPath3:[{type:i.Input}]}});var 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.eu},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.xt;if(null==e)return null;if(!e.externalObject){var t=n.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.xt=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.xs;if(null==e)return null;if(!e.externalObject){var t=n.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.xs=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.x3()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ae,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ae);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Be,decorators:[{type:i.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ae,useExisting:i.forwardRef((function(){return Be}))},{provide:K,useExisting:i.forwardRef((function(){return Be}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Be}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:i.Input}],colorScale:[{type:i.Input}],actualColorScale:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var ze=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Be],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Be,n.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],n.IgxScatterAreaSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ze,decorators:[{type:i.NgModule,args:[{declarations:[Be],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Be,n.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Be),r.TypeRegistrar.register("GeographicScatterAreaSeries",I.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ze],exports:[ze]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ze],ze]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ge,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,ze],exports:[ze],entryComponents:[Be]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=r.typeCast(n.HighDensityScatterSeries.$,this.ch.w0);t.y9=this.ch.xp,t.zh=this.ch.xn,t.xm=this.ch.xc,t.xl=this.ch.xb,t.f8=this.ch.xa,t.yh=this.ch.xe,t.yg=this.ch.xd,t.aaf=this.ch.x8,t.aae=this.ch.x7,t.yt=this.ch.xh},i.prototype.cn=function(){this.ch.w0.y9=this.ch.xp},i.prototype.cm=function(){this.ch.w0.zh=this.ch.xn},i.prototype.cs=function(){this.ch.w0.xm=this.ch.xc},i.prototype.cq=function(){this.ch.w0.xl=this.ch.xb},i.prototype.co=function(){this.ch.w0.f8=this.ch.xa},i.prototype.cl=function(){this.ch.w0.yh=this.ch.xe},i.prototype.cj=function(){this.ch.w0.yg=this.ch.xd},i.prototype.cr=function(){var e=r.typeCast(n.HighDensityScatterSeries.$,this.ch.w0);if(null==this.ch.db)return e.w5=null,void(e.w7=null);e.w5=this.ch.db.ws,e.w7=this.ch.db.wu},i.prototype.ct=function(){this.ch.w0.w5=this.ch.db.ws},i.prototype.cu=function(){this.ch.w0.w7=this.ch.db.wu},i.prototype.ck=function(){this.ch.w0.aaf=this.ch.x8},i.prototype.ci=function(){this.ch.w0.aae=this.ch.x7},i.prototype.cp=function(){this.ch.w0.yt=this.ch.xh},i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x8=n.Defaults.aq,this.ch.x7=n.Defaults.ap,this.ch.vf=n.Defaults.al,this.ch.vv=n.Defaults.ak)},i.$t=r.markType(i,"GeographicHighDensityScatterSeriesView",m.$),i}(m),Ee=function(e){function i(){var t=e.call(this)||this;return t.w8=null,t.progressiveLoadStatusChanged=null,t.xg=0,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.jk=function(){return r.isNaN_(this.jj)?n.Defaults.q:e.prototype.jk.call(this)},i.prototype.get_fo=function(){return!0},i.prototype.cs=function(){return new Fe(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.w9=t},i.prototype.wz=function(){return this.w8=new n.HighDensityScatterSeries,this.w8},Object.defineProperty(i.prototype,"xi",{get:function(){return this.xg},set:function(e){var t=this.xg;this.xg=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xg)},enumerable:!1,configurable:!0}),i.prototype.w5=function(t,i){e.prototype.w5.call(this,t,i);var n=this.w0;n.progressiveLoadStatusChanged=r.delegateCombine(n.progressiveLoadStatusChanged,r.runOn(this,this.xw));var o=this.w0;o.propertyUpdated=r.delegateCombine(o.propertyUpdated,r.runOn(this,this.xv))},i.prototype.xw=function(e,t){this.xi=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},i.prototype.xv=function(e,t){this.w8},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case"SeriesViewer":this.w9.cr();break;case i.$$p[5]:this.w9.cn();break;case i.$$p[4]:this.w9.cm();break;case i.$$p[9]:this.w9.cs();break;case i.$$p[8]:this.w9.cq();break;case i.$$p[6]:this.w9.co();break;case"XAxis":this.w9.ct();break;case"YAxis":this.w9.cu();break;case i.$$p[3]:this.w9.cl();break;case i.$$p[1]:this.w9.cj();break;case i.$$p[2]:this.w9.ck();break;case i.$$p[0]:this.w9.ci();break;case i.$$p[7]:this.w9.cp()}},i.prototype.get_g7=function(){return!0},i.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},i.$t=r.markType(i,"GeographicHighDensityScatterSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["HeatMaximumColor:x7:xx",[r.Color.$,n.Defaults.ap],"HeatMaximum:xd:xy",[1,50],"HeatMinimumColor:x8:xz",[r.Color.$,n.Defaults.aq],"HeatMinimum:xe:x0",[1,0],"LatitudeMemberPath:xn:x1",[2,null],"LongitudeMemberPath:xp:x2",[2,null],"MouseOverEnabled:xa:x3",[0,!1],"PointExtent:xh:x4",[1,1],"ProgressiveLoad:xb:x5",[0,!0],"UseBruteForce:xc:x6",[0,!1]]),i}(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.fo},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.xc},set:function(e){this.i.xc=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.xb},set:function(e){this.i.xb=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.xa},set:function(e){this.i.xa=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.xe},set:function(e){this.i.xe=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.x8)},set:function(e){this.i.x8=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.x7)},set:function(e){this.i.x7=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.xh},set:function(e){this.i.xh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.xi},set:function(e){this.i.xi=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new i.EventEmitter,this.i.progressiveLoadStatusChanged=r.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,i){e._runInZone((function(){var t=new n.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(i),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ne,decorators:[{type:i.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:i.forwardRef((function(){return Ne}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Ne}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],useBruteForce:[{type:i.Input}],progressiveLoad:[{type:i.Input}],mouseOverEnabled:[{type:i.Input}],heatMinimum:[{type:i.Input}],heatMaximum:[{type:i.Input}],heatMinimumColor:[{type:i.Input}],heatMaximumColor:[{type:i.Input}],pointExtent:[{type:i.Input}],progressiveStatus:[{type:i.Input}],progressiveLoadStatusChanged:[{type:i.Output}]}});var qe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Ne],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,n.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],n.IgxHighDensityScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:qe,decorators:[{type:i.NgModule,args:[{declarations:[Ne],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,n.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ne),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ee.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,qe],exports:[qe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,qe],qe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ue,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,qe],exports:[qe],entryComponents:[Ne]}]}],ctorParameters:function(){return[]}});var Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jp=n.Defaults.m)},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.w0&&(this.cp.xs.yv=this.cp.xv,this.cp.xs.y5=this.cp.xz)},i.prototype.cq=function(){null!=this.cp.xs&&(this.cp.xs.yv=this.cp.xv)},i.prototype.cr=function(){null!=this.cp.xs&&(this.cp.xs.y5=this.cp.xz)},i.$t=r.markType(i,"GeographicContourLineSeriesView",S.$),i}(S),He=function(e){function i(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_fj=function(){return!0},i.prototype.w5=function(t,i){e.prototype.w5.call(this,t,i)},i.prototype.wz=function(){this.xs=new n.ScatterContourSeries;var e=this.xs;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.x2));var t=this.xs;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.x3)),this.xs},i.prototype.x2=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.x3=function(e,t){var i=r.typeCast(n.ScatterContourSeries.$,this.w0);null!=i&&"ActualFillScale"==t.propertyName&&(this.xu=i.yu)},i.prototype.sh=function(){e.prototype.sh.call(this)},i.prototype.cs=function(){return new Le(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.xw=t},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case i.$$p[1]:this.xw.cq();break;case i.$$p[2]:this.xw.cr();break;case i.$$p[3]:this.xs.ys=this.xr;break;case"DashArray":this.xs.v2=this.v2;break;case"DashCap":this.xs.v3=this.v3;break;case"MiterLimit":this.xs.jh=this.jh;break;case"LineJoin":this.xs.v5=this.v5}},i.$t=r.markType(i,"GeographicContourLineSeries",M.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualFillScale:xu:x4",[n.ValueBrushScale.$,null],"FillScale:xv:x5",[n.ValueBrushScale.$,null],"ValueMemberPath:xz:x6",[2,"value"],"ValueResolver:xr:x7",[n.ContourValueResolver.$,null]]),i}(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.fj},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xv;if(null==e)return null;if(!e.externalObject){var t=n.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.xv=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.xu;if(null==e)return null;if(!e.externalObject){var t=n.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.xu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.xr;if(null==e)return null;if(!e.externalObject){var t=n.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.xr=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ae,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ae);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:We,decorators:[{type:i.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:Ae,useExisting:i.forwardRef((function(){return We}))},{provide:K,useExisting:i.forwardRef((function(){return We}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return We}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],actualFillScale:[{type:i.Input}],valueResolver:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Ze=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],n.IgxScatterContourSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ze,decorators:[{type:i.NgModule,args:[{declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),r.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Xe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule],exports:[re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule],re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ye,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule],imports:[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,ze,qe,Ze,X,r.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ke,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TokenResponseModel"),i}(r.Base),Qe=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"MapServerResponseModel"),i}(r.Base),et=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TileInfoResponseModel"),i}(r.Base),tt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"LevelOfDetailResponseModel"),i}(r.Base),it=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBaseView",m.$),i}(m),nt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBaseView",m.$),i}(m),rt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBaseView",m.$),i}(m),ot=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBaseView",m.$),i}(m),at=function(e){function i(){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(i,e),i.$t=r.markType(i,"ImageryMetadata"),i}(r.Base),st=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(at.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResourceSet"),i}(r.Base),lt=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(st.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResponse"),i}(r.Base),ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicMarkerSeriesBase",Ce.$),i}(Ce),ut=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBase",ct.$),i}(ct),pt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(Ie);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ht,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBase",y.$),i}(y),yt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:yt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var mt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBase",ct.$),i}(ct),ft=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ft,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBase",y.$),i}(y),bt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:bt,decorators:[{type:i.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=it,e.GeographicProportionalSymbolSeriesView=ke,e.GeographicScatterAreaSeries=I,e.GeographicScatterAreaSeriesView=x,e.GeographicShapeSeries=ie,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=nt,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=ne,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})}));
7
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,i,n,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 i(){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(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},i.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,n,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,w=this.au.top,x=this.au.height,v=this.af(e),M=.017453292519943295,I=!1;null!=v&&(I=!0);for(var C=t;C<n;C++)o=I?v[C]:e.item(C),g?(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.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))-w*m)/x-f*S)/d,I?v[C]=c:e.item(C,c)):(o<i.ah&&(o=i.ah),o>i.ag&&(o=i.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))},i.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.mc),p4:this.ak(e.mb)}},i.prototype.w=function(t,n,r){switch(e.prototype.w.call(this,t,n,r),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=i.am(this.n),this.aj=i.am(this.n)-i.am(this.o)}},Object.defineProperty(i,"as",{get:function(){return i.ag},enumerable:!1,configurable:!0}),Object.defineProperty(i,"at",{get:function(){return i.ah},enumerable:!1,configurable:!0}),i.prototype.getMercatorUnscaledValue=function(e,t,n,r){var o=(e-n.top)*t.width+t.top*n.height;return o=i.am(this.n)-o/(n.height/this.aj),i.aq(o)},i.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},i.prototype.getMercatorScaledValue3=function(e,t){e=e>i.ah?e<i.ag?e:i.ag:i.ah;var n=i.am(e);return(this.ai-n)*t/this.aj},i.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},i.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},i.prototype.ak=function(e){return e<i.ah?i.ah:e>i.ag?i.ag:e},i.$t=r.markType(i,"SphericalMercatorVerticalScaler",n.VerticalLinearScaler.$),i.ag=85.05112878,i.ah=-85.05112878,i}(n.VerticalLinearScaler),p=function(e){function i(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.Rect(0,0,0,1,1),t}return t.__extends(i,e),i.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},i.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},i.prototype.af=function(e){return Array.isArray(e)?e:null},i.prototype.v=function(e,t,i,n){var r,o=n.e,a=n.d,s=n.c,l=n.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,w=this.af(e),x=!1;null!=w&&(x=!0);for(var v=t;v<i;v++)if(r=x?w[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;x?w[v]=I:e.item(v,I)}else{var C=(r-p)/u;l&&(C=1-C),C=f+d*(C-y)/m,x?w[v]=C:e.item(v,C)}},i.prototype.t=function(e,t,i,n,r){return{p3:e.mc,p4:e.mb}},i.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},i.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},i.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},i.$t=r.markType(i,"SphericalMercatorHorizontalScaler",n.HorizontalLinearScaler.$),i}(n.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImageTilesReadyEventArgs",r.EventArgs.$),i}(r.EventArgs),g=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImagesChangedEventArgs",r.EventArgs.$),i}(r.EventArgs),y=function(e){function i(){var t=e.call(this)||this;return t.wx=null,t.wz=t.wy(),t}return t.__extends(i,e),i.prototype.qf=function(){e.prototype.qf.call(this),null!=this.wz&&this.wz.qf()},i.prototype.get_fb=function(){return!0},i.prototype.kp=function(e,t){var i=this.nc(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.wz.kp(e,i)},i.prototype.mc=function(e){var t=this.nc(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.wz.mc(t)},i.prototype.get_kh=function(){return this.kz(this.wz)},i.prototype.set_kh=function(e){this.oy(this.wz,e)},i.prototype.eb=function(e,t,i,n,r){return this.wz.eb(e,t,i,n,r)},i.prototype.ai=function(){return this.wz.ai()},i.prototype.bo=function(){return this.wz},Object.defineProperty(i.prototype,"wz",{get:function(){return this.wx},set:function(e){var t=this.wx;this.wz!=e&&(this.wx=e,this.w4(t,this.wx))},enumerable:!1,configurable:!0}),i.prototype.get_hasMarkers=function(){return this.wz.hasMarkers},i.prototype.w4=function(e,t){if(null!=this.wx){var i=this.wx;i.externalObject=r.TypeRegistrar.createFromInternal(i,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pe(this.wz),this.w0.b5(),null!=e){var n=e;this.r0(n,null)}if(null!=t){var o=t;this.r0(o,this)}},i.prototype.dg=function(e,t,i){return this.di(this.wz,e,t,i)},i.prototype.dh=function(e,t,i){return this.dj(this.wz,e,t,i)},i.prototype.km=function(e){return this.kv(this.wz,e)},i.prototype.j9=function(e,t){return this.wz.j9(e,t)},i.prototype.j7=function(e,t){return this.wz.j7(e,t)},i.prototype.i4=function(e,t,i){return this.wz.i4(e,t,i)},i.prototype.wb=function(e,t,i){return this.wz.wb(e,t,i)},i.prototype.wm=function(e){return this.wz.wm(e)},i.prototype.ao=function(e){return this.wz.ao(e)},i.prototype.wn=function(e){return this.wz.wn(e)},i.prototype.ap=function(e){return this.wz.ap(e)},i.prototype.wo=function(e){return this.wz.wo(e)},i.prototype.wp=function(e){return this.wz.wp(e)},i.prototype.i0=function(e,t,i){return this.wz.i0(e,t,i)},i.prototype.v7=function(e,t,i){return this.wz.v7(e,t,i)},i.prototype.i2=function(e,t,i){return this.i4(e,t,i)},i.prototype.v9=function(e,t,i){return this.wz.v9(e,t,i)},i.prototype.wc=function(e,t,i){return this.wz.wc(e,t,i)},i.prototype.i5=function(e,t,i){return this.wz.i5(e,t,i)},i.prototype.v8=function(e,t,i){return this.wz.v8(e,t,i)},i.prototype.i1=function(e,t,i){return this.wz.i1(e,t,i)},i.prototype.wa=function(e,t,i){return this.wz.wa(e,t,i)},i.prototype.i3=function(e,t,i){return this.wz.i3(e,t,i)},i.prototype.j3=function(e){return this.wz.j3(e)},i.prototype.iv=function(){return this.wz.iv()},i.prototype.ir=function(e){return this.wz.ir(e)},i.prototype.kn=function(e){return this.wz.kn(e)},i.prototype.cs=function(){return new m(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.w0=r.typeCast(m.$,t)},Object.defineProperty(i.prototype,"w1",{get:function(){return this.c(i.w6)},set:function(e){this.h(i.w6,e)},enumerable:!1,configurable:!0}),i.prototype.q8=function(t,i,o,a){switch(e.prototype.q8.call(this,t,i,o,a),i){case"SeriesViewer":this.wz.db=this.db,null!=o&&o.q4(this.wz),null!=a&&this.db.m8(this.wz),this.wz.rb(this.wr),this.wz.index=this.index,this.pz(this.wz),this.kf=this.wz.kf;var s=r.typeCast(n.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.w5))),null!=this.db){var l=this.db;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.w5))}this.w3();break;case"SyncLink":this.wz.c3=this.c3;break;case"VisibleFromScale":this.w3();break;case"Index":this.wz.index=this.index;break;case"ItemsSource":this.w0.b6();break;case"Resolution":this.w0.cd();break;case"TransitionDuration":this.w0.cg();break;case"Opacity":this.w0.ca();break;case"Visibility":var c=this.wz,u=this._visibility;c.visibility=u;break;case"MouseOverEnabled":this.wz.f7=this.f7;break;case"ExpectFunctions":this.wz.expectFunctions=this.expectFunctions;break;case"Thickness":this.w0.cf();break;case"Brush":this.w0.b4();break;case"Outline":this.w0.cc();break;case"ActualBrush":this.w0.b1();break;case"ActualOutline":this.w0.b2();break;case"MarkerFillOpacity":r.isNaN_(this.jf)||this.w0.b9();break;case"AreaFillOpacity":r.isNaN_(this.ij)||this.w0.b3();break;case"OutlineMode":this.w0.cb();break;case"ShowDefaultTooltip":this.w0.ce();break;case"Title":this.wz.title=this.title;break;case"LegendItemBadgeMode":this.w0.b7();break;case"LegendItemBadgeShape":this.w0.b8();break;case"Legend":this.wz.legend=this.legend,this.cv.av()}},i.prototype.w3=function(){if(null!=this.db&&null!=this.wz&&!r.isNaN_(this.w1))if(this.db.v4.width>this.w1){this.wz.visibility=1}else{this.wz.visibility=0}},i.prototype.w5=function(e,t){this.w3()},i.prototype.rq=function(t){e.prototype.rq.call(this,t),null!=this.wz&&this.wz.rq(t)},i.prototype.q4=function(t){e.prototype.q4.call(this,t),null!=this.wz&&this.wz.qm()},i.prototype.rp=function(e,t,i,n,r){null!=this.wz&&this.wz.rp(e,t,i,n,r)},i.prototype.a2=function(e,t){return this.wz.a2(e,t)},i.prototype.sb=function(){e.prototype.sb.call(this),this.wz.sb()},i.prototype.get_coercionMethods=function(){return this._coercionMethods},i.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.wz.coercionMethods=e},i.prototype.py=function(t){if(e.prototype.py.call(this,t),null!=this.wz){var i=this.wz.kl();this.o7(t,i)}},i.$t=r.markType(i,"GeographicMapSeriesHost",n.Series.$),i.w6=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,i.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),i}(n.Series),m=function(e){function i(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(i,e),i.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},i.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.wz.legendItemVisibility=0,this.b0.wz.itemsSource=this.b0.itemsSource,this.b0.wz.index=this.b0.index,this.b0.wz.ve=this.b0.ve,this.b0.wz.vu=this.b0.ve,this.b0.wz.ci=this.b0.ci,this.b0.wz.ji=this.b0.ji,this.b0.wz.kc=this.b0.kc,this.b0.wz._opacity=this.b0._opacity,this.b0.wz.jo=this.b0.jo,this.b0.wz.ij=this.b0.ij,this.b0.wz.jf=this.b0.jf,this.b0.wz.go=this.b0.go,this.b0.wz.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.wz.bd=this.b0.bd},i.prototype.b6=function(){this.b0.wz.itemsSource=this.b0.itemsSource},i.prototype.cd=function(){this.b0.wz.ji=this.b0.ji},i.prototype.cg=function(){this.b0.wz.kc=this.b0.kc},i.prototype.ca=function(){this.b0.wz._opacity=this.b0._opacity},i.prototype.cf=function(){this.b0.wz.jo=this.b0.jo},i.prototype.b4=function(){this.b0.wz.ve=this.b0.ve},i.prototype.cc=function(){this.b0.wz.vu=this.b0.vu},i.prototype.b1=function(){this.b0.wz.ve=this.b0.u8},i.prototype.b2=function(){this.b0.wz.vu=this.b0.vc},i.prototype.b7=function(){this.b0.wz.bd=this.b0.bd},i.prototype.b8=function(){this.b0.wz.legendItemBadgeShape=this.b0.legendItemBadgeShape},i.prototype.b3=function(){this.b0.wz.ij=this.b0.ij},i.prototype.b9=function(){this.b0.wz.jf=this.b0.jf},i.prototype.cb=function(){this.b0.wz.ci=this.b0.ci},i.prototype.ce=function(){this.b0.wz.go=this.b0.go},i.$t=r.markType(i,"HostSeriesView",n.SeriesView.$),i}(n.SeriesView),f=function(e){function i(){var t=e.call(this)||this;t.xh=null,t.w6=!1,t.wy=1,t.xd=0,t.yo=null,t.wv=null,t.wr=null,t.wt=null,t.wx=null,t.yk={$type:r.Point_$type,x:NaN,y:NaN},t.yr=null,t.xc=1,t.imageTilesReady=null,t.w5=null,t.yq=r.Rect.empty,t.xd=u.am(i.yp.bottom)-u.am(i.yp.top),t.ab=i.$,t.backgroundContent=new v;var o,a=((o=new n.NumericXAxis).bi=t,o);a.cf=!0,t.ws=a,t.ws.n4=new p;var s=function(){var e=new n.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wu=s,t.wu.n4=new u,t.xz(),t.x6(),t.n0(),t}return t.__extends(i,e),i.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.ws.provideRenderer(t),this.wu.provideRenderer(t)},i.prototype.n0=function(){e.prototype.n0.call(this),this.w4.fv(this.hi)},i.prototype.fl=function(){return this.xa},i.prototype.fm=function(){return this.xa},i.prototype.w1=function(){return 0==this.wz&&this.w6?2:1},Object.defineProperty(i.prototype,"w0",{get:function(){return this.wy},set:function(e){this.wy=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"yt",{get:function(){return this.yo},set:function(e){if(r.Rect.l_op_Inequality(this.yo,e)){var t=this.yo;this.yo=e,this.qm("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yx=function(){return this.yt},i.prototype.xz=function(){this.y5.isEmpty||(this.yt=this.y3(this.y5,1==this.cr))},i.prototype.y3=function(e,t){var n=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/i.yp.width,g=u.am(i.yp.top);if(p/h>this.xd){var y=p/this.xd;o-=(y-h)/2*i.yp.width,a=y*i.yp.width,t&&(o<i.yp.left?o+=i.yp.left-o:o+a>i.yp.right&&(o-=o+a-i.yp.right))}else if(p/h<this.xd){var m=this.xd*h-p,f=c-m/2,d=l+m/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.xd&&(f-=d-(g+this.xd),d-=d-(g+this.xd))),n=u.aq(f),s=u.aq(d)-n}return new r.Rect(0,o,n,a,s)},Object.defineProperty(i.prototype,"backgroundContent",{get:function(){return this.wv},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wv=e,this.qm("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ws",{get:function(){return this.wr},set:function(e){if(e!=this.ws){var t=this.ws;this.wr=e,this.qm("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wu",{get:function(){return this.wt},set:function(e){if(e!=this.wu){var t=this.wu;this.wt=e,this.qm("YAxis",t,e)}},enumerable:!1,configurable:!0}),i.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},i.prototype.x9=function(e){this.wl=e},i.prototype.x8=function(e){this.y5=e},i.prototype.getZoomFromGeographicRect=function(e){return this.yv(e,!0,0)},i.prototype.yu=function(e,t){return this.yv(e,!1,t)},i.prototype.yv=function(e,t,o){var a=e;t&&(a=this.y3(e,!1));var s=this.ws,l=this.wu,c=new n.ScalerParams(1,i.ys,this.wk,s.ch);c.c=this.v8;var u=new n.ScalerParams(1,i.ys,this.wk,l.ch);u.c=this.v8;var p=this.ws.el(a.left,c),h=this.ws.el(a.right,c),g=this.wu.el(a.top,u),y=this.wu.el(a.bottom,u),m=(p-o)/this.wk.width,f=(y-o)/this.wk.height,d=(h-p+2*o)/this.wk.width,b=(g-y+2*o)/this.wk.height,S=new r.Rect(0,m,f,d,b);return S.intersect(i.ys),S.isEmpty&&(S=i.ys),S},i.prototype.getZoomFromGeographicPoints=function(e,t){var n=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return i.ys;var l=new r.Rect(0,n,o,a,s);return this.getZoomFromGeographicRect(l)},i.prototype.yz=function(e){var t=this.ws,o=this.wu,a=new n.ScalerParams(1,e,this.wk,t.ch);a.c=this.v8;var s=new n.ScalerParams(1,e,this.wk,o.ch);s.c=this.v8;var l=this.v7,c=t.eo(l.left,a),u=o.eo(l.top,s),p=t.eo(l.right,a),h=o.eo(l.bottom,s),g=p-c,y=u-h,m=new r.Rect(0,c,h,g,y);return 1==this.cr&&(m.intersect(i.yp),m.isEmpty&&(m=i.yp)),m},i.prototype.yl=function(e){var t=this.ws.mf(e.x),i=this.wu.mf(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.ym=function(e){var t=this.ws.e6(e.x),i=this.wu.e6(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.yn=function(e){return this.ym(e)},i.prototype.xw=function(){var e=r.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},i.prototype.x2=function(e){},i.prototype.gg=function(){return!0},i.prototype.x4=function(){var e,i;this.w4.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.sb()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},i.prototype.x7=function(){if(2==this.w3){if(!this.wk.isEmpty&&this.wk.width>0&&this.wk.height>0){var e=this.ws.mf(this.wk.left+this.wk.width/2),t=this.wu.mf(this.wk.top+this.wk.height/2);this.yk={$type:r.Point_$type,x:e,y:t}}}else if(!this.wk.isEmpty&&this.wk.width>0&&this.wk.height>0){var i=this.ws.mf(this.wk.left),n=this.wu.mf(this.wk.top);this.yk={$type:r.Point_$type,x:i,y:n}}},i.prototype.x3=function(){(r.isNaN_(this.yk.x)||r.isNaN_(this.yk.y))&&this.x7();var e=this.yk.x,t=this.yk.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.v4.left,a=this.v4.top,s=this.v4.width,l=this.v4.height;if(s>this.yr.width);else{var c=new n.ScalerParams(1,i.ys,this.wk,this.ws.ch);c.c=this.v8;var u=this.ws.el(e,c);if(2==this.w3)o=u/this.wk.width-s/2;else o=u/this.wk.width;o+s>this.yr.right?o=this.yr.right-s:o<this.yr.left&&(o=this.yr.left)}if(l>this.yr.height);else{var p=new n.ScalerParams(1,i.ys,this.wk,this.wu.ch);p.c=this.v8;var h=this.wu.el(t,p);if(2==this.w3)a=h/this.wk.height-l/2;else a=h/this.wk.height;a+l>this.yr.bottom?a=this.yr.bottom-l:a<this.yr.top&&(a=this.yr.top)}this.rx(new r.Rect(0,o,a,s,l),!1)}},i.prototype.get_fd=function(){return!0},i.prototype.v5=function(){var t=e.prototype.v5.call(this);if(null==this.ws||null==this.wu)return t;this.wf();var i=t.left,n=t.top;1==this.cr&&(this.wl.width>this.yr.width?i=.5-this.wl.width/2:i+t.width>this.yr.right?i=this.yr.right-this.wl.width:i<this.yr.left&&(i=this.yr.left),this.wl.height>this.yr.height?n=.5-this.wl.height/2:n+this.wl.height>this.yr.bottom?n=this.yr.bottom-this.wl.height:n<this.yr.top&&(n=this.yr.top));var o=!1;!this.w9&&2==this.cr&&this.w6&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.yr.right>0&&(t.right-this.yr.right)/t.width>.8?(i=this.yr.left-(t.width-(t.right-this.yr.right)),o=!0):t.left<this.yr.left&&Math.abs(t.left-this.yr.left)/t.width>.8&&(i=this.yr.right-Math.abs(t.left-this.yr.left),o=!0));var a=new r.Rect(0,i,n,t.width,t.height);if(this.w9){var s=this.yu(this.y5,1);s=this.yw(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.ez=!0,this.wl=a,this.ez=!1),a},i.prototype.m4=function(e,t){var i=!0,n=!0,o=0,a=this.wf(),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&&(i=!1),l>s&&(n=!1),i)if(n){var c=this.wr.el(-180,t);o=this.wr.el(180,t)-c}else{o=this.wr.el(-180,t)-this.wr.el(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,i,o)},i.prototype.wf=function(){var e=new n.ScalerParams(1,i.ys,this.wk,this.ws.ch);e.c=this.v8;var t=new n.ScalerParams(1,i.ys,this.wk,this.wu.ch);t.c=this.v8;var o=this.ws.el(i.yp.left,e),a=this.ws.el(i.yp.right,e),s=this.wu.el(i.yp.top,t),l=this.wu.el(i.yp.bottom,t);return this.yr=new r.Rect(0,o/this.wk.width,l/this.wk.height,(a-o)/this.wk.width,(s-l)/this.wk.height),this.yr},i.prototype.yw=function(e){var t=this.hm,i=.5*(e.left+e.right),n=.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.wk,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?i-.5*s:e.left,f=y?n-.5*l:e.top,d=g?i+.5*s:e.right,b=y?n+.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)},i.prototype.v6=function(t){if(e.prototype.v6.call(this,this.wk),t.isEmpty)return r.Rect.empty;var i;if(t.width>t.height){var n=r.intDivide(r.truncate(t.width-t.height),2);i=new r.Rect(0,t.left+n,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);i=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return i},i.prototype.yy=function(e){return this.v6(e)},i.prototype.c8=function(){return new x(this)},i.prototype.xy=function(e){null!=e&&(e.bi=this)},i.prototype.p5=function(t){e.prototype.p5.call(this,t),this.w4=t},i.prototype.qg=function(t,i){e.prototype.qg.call(this,t,i),this.rl(this.ws),this.rl(this.wu),r.Rect.l_op_Inequality(t,i)&&this.x3(),this.w9&&(this.v4=this.v5()),this.ya()},Object.defineProperty(i.prototype,"xe",{get:function(){return this.xc},set:function(e){var t=this.xc;this.xc=e,this.qm("ActualWindowScale",t,this.xc)},enumerable:!1,configurable:!0}),i.prototype.hs=function(){return this.xe},i.prototype.ht=function(){return this.xe},i.prototype.rk=function(){e.prototype.rk.call(this);var t=Math.min(this.v4.width,this.v4.height);this.xe=t},i.prototype.f4=function(){return this.w6},i.prototype.cs=function(){return 0==this.ct&&this.w7?2:this.ct},i.prototype.qh=function(n,o,a,s){var l,c,u,p;switch(e.prototype.qh.call(this,n,o,a,s),o){case"ZoomCoercionMode":this.xz();break;case"WindowRect":this.x7();break;case i.$$p[0]:this.w0=this.w1(),null!=this.wx&&(this.wx.isHorizontalWrappingEnabled=2==this.w0);break;case i.$$p[1]:this.w6=this.w7,this.w0=this.w1(),this.cr=this.cs(),null!=this.wx&&(this.wx.isHorizontalWrappingEnabled=2==this.w0);break;case i.$$p[4]:this.v4=this.v5();break;case"BackgroundContent":if(null!=this.wx){var h=this.wx;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.x0)),this.wx.deferralHandler=null}if(this.wx=r.typeCast(d.$,this.backgroundContent),null!=this.wx){var g=this.wx;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.x0)),this.wx.deferralHandler=this,this.wx.isHorizontalWrappingEnabled=2==this.w0}this.w4.fu(r.typeCast(d.$,a),r.typeCast(d.$,s)),null!=this.wx&&(this.wx.geographicMap=this,this.w4.fr(this.v4),this.w4.fv(this.hi));break;case"YAxis":case"XAxis":this.x5(a),this.xy(s);break;case i.$$p[6]:this.w8||(this.wl=i.ys),this.xz(),this.x6(),this.x7(),this.v4=this.v5(),this.w4.fs();break;case"ActualWindowRect":this.w4.fr(this.v4);break;case"ActualWorldRect":try{for(var y=t.__values(r.fromEnum(this.series)),m=y.next();!m.done;m=y.next()){m.value.rq(!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 i.$$p[5]:this.xe=this.xf;break;case"ActualWindowScale":this.gc||this.rv(this.hs(),this.ht());break;case"ActualPixelScalingRatio":this.w4.fv(this.hi);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;r.isNaN_(f)||r.isInfinity(f)?(this.hm=5e-6,this.hl=5e-6):(this.hm=f,this.hl=f);break;case i.$$p[7]:this.rr();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(r.fromEnum(this.series)),S=b.next();!S.done;S=b.next()){S.value.qf()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(u)throw u.error}}}},i.prototype.x0=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.x5=function(e){null!=e&&(e.bi=null)},i.prototype.x6=function(){null!=this.ws&&(this.ws.mc=this.yt.left,this.ws.mb=this.yt.right),null!=this.wu&&(this.wu.mc=this.yt.top,this.wu.mb=this.yt.bottom),this.ws.c2(!0),this.wu.c2(!0)},i.prototype.getFontInfo=function(){return this.w5=this.w4.fo,this.w5},i.prototype.u8=function(){return this.w4.fw},i.prototype.getFontBrush=function(){return this.w4.fx},i.prototype.rd=function(t,i){if(null!==r.typeCast(r.ItfConverter.$,i)){var n=i,o=t;o.itemsSource=n.triangulationSource.points,o.w8=n.triangulationSource.triangles}else e.prototype.rd.call(this,t,i)},i.prototype.register=function(e,t){this.q1(e,t)},i.prototype.unRegister=function(e){this.rj(e)},i.prototype.deferredRefresh=function(){this.ni()},i.prototype.deferAction=function(e){null!=this.xh?this.xh.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.xx=function(e){this.rq(e)},i.prototype.xi=function(){var e=new n.ChartVisualData,t=this.ws.fy(),i=this.wu.fy();e.axes.add1(t),e.axes.add1(i);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kl();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.wk),e.centralArea=r.RectData.b(this.wk),e.plotArea=r.RectData.b(this.wk),e},i.prototype.wb=function(e,t,i){return e},i.prototype.x1=function(){},Object.defineProperty(i.prototype,"y4",{get:function(){return this.yq},set:function(e){this.yq=e},enumerable:!1,configurable:!0}),i.prototype.yb=function(e){this.y4=e,this.ya()},i.prototype.ya=function(){if(this.xb&&!this.y4.isEmpty){var e=this.getZoomFromGeographicRect(this.y4);this.y4=r.Rect.empty,this.rx(e,!1)}},Object.defineProperty(i.prototype,"xb",{get:function(){return!this.wk.isEmpty&&!this.v8.isEmpty},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMap",n.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),i.w2=0,i.yp=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),i.ys=new r.Rect(0,0,0,1,1),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"qm",["BackgroundTilingMode:wz:yc",[c,r.enumGetBox(c,0)],"IsHorizontalWrappingEnabled:w7:yd",[0,!1],"ResizeBehavior:w3:ye",[s,r.enumGetBox(s,i.w2)],"SuppressZoomResetOnWorldRectChange:w8:yf",[0,!1],"UseWorldRectForZoomBounds:w9:yg",[0,!1],"WindowScale:xf:yh",[1,NaN],"WorldRect:y5:yi",[r.Rect.$,i.yp],"Zoomable:xa:yj",[0,!0]]),i}(n.SeriesViewer),d=function(e){function i(t){var n=e.call(this)||this;return n.ak=null,n.imageTilesReady=null,n.an=null,n.ap=null,n.propertyChanged=null,n.imagesChanged=null,n.cancellingImage=null,n.downloadingImage=null,n.ab=i.$,n.ap=t,n.aj=n.ai(),n.bb(n.aj),n}return t.__extends(i,e),i.prototype.bb=function(e){},i.prototype.ai=function(){return new b(this)},Object.defineProperty(i.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),i.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.a9=function(){var e=this.ao;e.imageTilesReady=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 i=this.ao;i.downloadingImage=r.delegateCombine(i.downloadingImage,r.runOn(this,this.a3));var n=this.ao;n.cancellingImage=r.delegateCombine(n.cancellingImage,r.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},i.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},i.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},i.prototype.bg=function(){null!=this.ao&&this.aj.e()},i.prototype.ba=function(e,t,n){switch(e){case i.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case i.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case i.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case i.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs(e))},Object.defineProperty(i.prototype,"geographicMap",{get:function(){return this.c(i.geographicMapProperty)},set:function(e){this.h(i.geographicMapProperty,e)},enumerable:!1,configurable:!0}),i.a8=function(e,t){e.a7(t.oldValue,t.newValue)},i.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},i.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(i.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),i.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new r.Rect(0,0,0,e.width,e.height),i=this.geographicMap.yy(t),o=f.yp,a=this.geographicMap.yt,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/i.width*s*l;var c=this.geographicMap.ws,u=this.geographicMap.wu,p=new n.ScalerParams(1,this.windowRect,t,c.ch);p.c=i;var h=new n.ScalerParams(1,this.windowRect,t,u.ch);h.c=i;var g=c.el(o.left,p),y=u.el(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},i.prototype.bd=function(e){this.aj.f(e)},i.prototype.bf=function(e){this.aj.h(e)},i.prototype.be=function(e){this.aj.g(e)},i.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new g)},i.prototype.a6=function(){this.aj.e()},i.prototype.bc=function(e){this.aj.i(e)},i.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},i.$t=r.markType(i,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),i.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,i.$,new r.PropertyMetadata(2,null,i.a8)),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),i}(r.Control),b=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=r.Rect.empty,i.a=t,i.a.ao=new r.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new r.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b1(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=r.markType(i,"GeographicMapImageryView"),i}(r.Base),S=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.wz;t.xz=this.ch.xb,t.x7=this.ch.w9,t.trianglesSource=this.ch.w8,t.xn=this.ch.xe,t.xp=this.ch.xg,t.xr=this.ch.xi},i.prototype.ck=function(){var e=this.ch.wz;if(null==this.ch.db)return e.wx=null,void(e.wy=null);e.wx=this.ch.db.ws,e.wy=this.ch.db.wu},i.prototype.cj=function(){this.ch.wz.xz=this.ch.xb},i.prototype.ci=function(){this.ch.wz.x7=this.ch.w9},i.prototype.cl=function(){this.ch.wz.trianglesSource=this.ch.w8},i.prototype.cm=function(){this.ch.wz.xn=this.ch.xe},i.prototype.cn=function(){this.ch.wz.xp=this.ch.xg},i.prototype.co=function(){this.ch.wz.xr=this.ch.xi},i.$t=r.markType(i,"GeographicXYTriangulatingSeriesView",m.$),i}(m),w=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xt&&(this.cp.xt.y6=this.cp.xx,this.cp.xt.yu=this.cp.xs)},i.prototype.cq=function(){null!=this.cp.xt&&(this.cp.xt.y6=this.cp.xx)},i.prototype.cr=function(){null!=this.cp.xt&&(this.cp.xt.yu=this.cp.xs)},i.$t=r.markType(i,"GeographicScatterAreaSeriesView",S.$),i}(S),x=function(e){function i(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=r.Rect.empty,i.fn=t,i.fn.u1=2,i.fn.it=5e-6,i}return t.__extends(i,e),i.prototype.m=function(e){return 2},i.prototype.bk=function(e){this.j.bw(e),this.fn.xx(e),this.el()},i.prototype.get_ap=function(){return!0},i.prototype.d4=function(){var e,t,i,n,o,a=this.j.a8(e,t,i,n,o);e=a.p0,t=a.p1,i=a.p2,n=a.p3,o=a.p4,this.fx=i,this.fo=n,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))},i.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},i.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},i.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},i.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},i.prototype.fr=function(e){null!=this.fn.wx&&(this.fn.wx.windowRect=e)},i.prototype.fu=function(e,t){if(null!=this.fn.wx&&(this.fn.wx.windowRect=this.fn.v4),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},i.prototype.ft=function(e){var t=this.fn.hi;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},i.prototype.d1=function(){this.fd.ad=n.Defaults.j,this.fe.ad=n.Defaults.j,this.fd._stroke=n.Defaults.ae,this.fe._stroke=n.Defaults.ae,e.prototype.d1.call(this)},i.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(i.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMapView",n.SeriesViewerView.$),i}(n.SeriesViewerView),v=function(e){function i(){return e.call(this,new r.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=r.markType(i,"OpenStreetMapImagery",d.$),i.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.br)),i}(d),M=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cs=function(){return new S(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.w7=t},i.prototype.q8=function(t,n,r,o){switch(e.prototype.q8.call(this,t,n,r,o),n){case"SeriesViewer":this.w7.ck();break;case i.$$p[1]:this.w7.cj();break;case i.$$p[0]:this.w7.ci();break;case i.$$p[5]:this.w7.cl();break;case i.$$p[2]:this.w7.cm();break;case i.$$p[3]:this.w7.cn();break;case i.$$p[4]:this.w7.co()}},i.$t=r.markType(i,"GeographicXYTriangulatingSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:w9:xk",[2,"pointY"],"LongitudeMemberPath:xb:xl",[2,"pointX"],"TriangleVertexMemberPath1:xe:xn",[2,"v1"],"TriangleVertexMemberPath2:xg:xo",[2,"v2"],"TriangleVertexMemberPath3:xi:xp",[2,"v3"],"TrianglesSource:w8:xm",[r.IEnumerable_$type,null]]),i}(y),I=function(e){function i(){var t=e.call(this)||this;return t.xq=null,t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_eu=function(){return!0},Object.defineProperty(i.prototype,"xs",{get:function(){return this.xq},set:function(e){if(this.xq!=e){var t=this.xq;if(null!=this.xq){var i=this.xq;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.x0))}if(this.xq=e,null!=this.xq){var n=this.xq;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.x0))}this.raisePropertyChanged("ColorScale",t,this.xq),null!=this.xt&&(this.xt.yu=e)}},enumerable:!1,configurable:!0}),i.prototype.x0=function(e,t){this.xv.cr(),this.x2(),this.rq(!1)},i.prototype.x2=function(){null!=this.xt&&(this.xr=this.xt.yt)},i.prototype.sg=function(){e.prototype.sg.call(this),this.x2()},i.prototype.wy=function(){this.xt=new n.ScatterAreaSeries;var e=this.xt;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.x1)),this.xt},i.prototype.x1=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.cs=function(){return new w(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.xv=t},i.prototype.q8=function(t,n,r,o){switch(e.prototype.q8.call(this,t,n,r,o),n){case i.$$p[1]:this.xv.cq();break;case"ColorScale":this.xv.cr(),this.x2()}},i.prototype.get_g6=function(){return!0},i.prototype.set_g6=function(t){e.prototype.set_g6.call(this,t)},i.$t=r.markType(i,"GeographicScatterAreaSeries",M.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualColorScale:xr:x3",[n.ColorScale.$,null],"ColorMemberPath:xx:x4",[2,"value"]]),i}(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,i,o,a,s){var l,c=e.call(this)||this;c._renderer=t,c._elRef=i,c._ngZone=o,c._componentFactoryResolver=a,c._injector=s,c.actualSeries=[],c._series=null,c._dataSource=null,c._seriesAdapter=null,c._defaultTooltips=null,c._imageTilesReady=null,c._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(c)),c._zoneRunner=function(e){return c._ngZone.run(e)},c._container=t.createElement("div"),t.appendChild(i.element.nativeElement,c._container),t.setStyle(c._container,"display","block"),t.setStyle(c._container,"width","100%"),t.setStyle(c._container,"height","100%"),l=c._container,null!=c._container.nativeElement&&(l=c._container.nativeElement);var u=new r.AngularRenderer(l,c._renderer,window.document,c._ngZone,!0,n.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 n.IgxSeriesCollection;t._innerColl.addListener((function(t,i){switch(i.action){case r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.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"),i=this._componentFactoryResolver.resolveComponentFactory(t),n=this._dynamicContent.createComponent(i);this._defaultTooltips=n,n.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(n)}))}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 i=new r.AngularWrapper(e,t._renderer,t._ngZone);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},o.prototype.createTooltip=function(){if(!r.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=r.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),i=this._dynamicContent.createComponent(t),n=i.location.nativeElement,o=this;return n.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:n.parentElement!=o._container&&(null!=n.parentElement&&n.parentElement.removeChild(n),o._container.appendChild(n)),i.instance.context=e,n.style.display="block",!0},n.hideToolTip=function(){n.style.display="none"},n.style.display="none",i},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.xa},set:function(e){this.i.xa=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.w3},set:function(e){this.i.w3=r.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.w7},set:function(e){this.i.w7=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.wz},set:function(e){this.i.wz=r.ensureEnum(c,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.w9},set:function(e){this.i.w9=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.w8},set:function(e){this.i.w8=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return r.fromRect(this.i.y5)},set:function(e){this.i.y5=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.yt)},set:function(e){this.i.yt=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.ws;if(null==e)return null;if(!e.externalObject){var t=n.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.ws=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.wu;if(null==e)return null;if(!e.externalObject){var t=n.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.wu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.fd},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.xf},set:function(e){this.i.xf=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.xe},set:function(e){this.i.xe=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.xb},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.yx();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.x9(r.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.x8(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 i=this.i.yu(r.toRect(e),t);return r.fromRect(i)},o.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(i)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.yz(r.toRect(e));return r.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.yl(r.toPoint(e));return r.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.ym(r.toPoint(e));return r.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.yn(r.toPoint(e));return r.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.xw()},o.prototype.styleUpdated=function(){this.i.x4()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.hs()},o.prototype.getActualWindowScaleVertical=function(){return this.i.ht()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.xi()},o.prototype.zoomToGeographic=function(e){this.i.yb(r.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){var n=new C;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady.emit({sender:e,args:n})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[{token:i.Renderer2},{token:i.ViewContainerRef},{token:i.NgZone},{token:i.ComponentFactoryResolver},{token:i.Injector}],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:n.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:i.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:i,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(n.IgxSeriesViewerComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:_,decorators:[{type:i.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:i.ChangeDetectionStrategy.OnPush,providers:[{provide:n.IgxSeriesViewerComponent,useExisting:i.forwardRef((function(){return _}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:i.Renderer2},{type:i.ViewContainerRef},{type:i.NgZone},{type:i.ComponentFactoryResolver},{type:i.Injector}]},propDecorators:{contentSeries:[{type:i.ContentChildren,args:[n.IgxSeriesComponent]}],_dynamicContent:[{type:i.ViewChild,args:["dynamicContent",{read:i.ViewContainerRef,static:!0}]}],height:[{type:i.Input}],width:[{type:i.Input}],legend:[{type:i.Input}],dataSource:[{type:i.Input}],zoomable:[{type:i.Input}],resizeBehavior:[{type:i.Input}],isHorizontalWrappingEnabled:[{type:i.Input}],backgroundTilingMode:[{type:i.Input}],useWorldRectForZoomBounds:[{type:i.Input}],suppressZoomResetOnWorldRectChange:[{type:i.Input}],worldRect:[{type:i.Input}],actualWorldRect:[{type:i.Input}],xAxis:[{type:i.Input}],yAxis:[{type:i.Input}],windowScale:[{type:i.Input}],actualWindowScale:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var k=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:k,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(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 i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new C;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new i.EventEmitter,this.i.imagesChanged=r.delegateCombine(this.i.imagesChanged,(function(t,i){var n=new j;n._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,n),e._imagesChanged.emit({sender:e,args:n})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new i.EventEmitter,this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,(function(t,i){var n=new r.IgxCancellingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,n),e._cancellingImage.emit({sender:e,args:n})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new i.EventEmitter,this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,(function(t,i){var n=new r.IgxDownloadingMultiScaleImageEventArgs;n._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,n),e._downloadingImage.emit({sender:e,args:n})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function i(t){for(var i=[],n=1;n<arguments.length;n++)i[n-1]=arguments[n];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=i[0];o=e.call(this,r.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=r.markType(i,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),i}(r.ObservableCollection$1),z=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=r.markType(i,"BingMapsMapImageryView",b.$),i}(b),R=function(e){function i(){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=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new z(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(r.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,n=(t+=r.enumGetBox(T,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(n,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,n=JSON.parse(i).resourceSets;if(null!=n){var o=n.length>0?n[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)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,n,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=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,n,o)},i.$t=r.markType(i,"BingMapsMapImagery",d.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,r.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(d),V=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new R},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new P,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new P;this._subDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.subDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new P,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new P;this._actualSubDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.actualSubDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=n},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=r.ensureEnum(T,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(O),A=function(){function e(){r.TypeRegistrar.registerCons("IgxBingMapsMapImagery",V),r.TypeRegistrar.register("BingMapsMapImagery",R.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,k],exports:[k]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,k],k]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:A,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,k],exports:[k],entryComponents:[]}]}],ctorParameters:function(){return[]}});var B=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:B,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new v},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(O),F=function(){function e(){r.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),r.TypeRegistrar.register("OpenStreetMapImagery",v.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,B],exports:[B]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,B],B]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:F,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,B],exports:[B],entryComponents:[]}]}],ctorParameters:function(){return[]}});var E=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:E,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var N=function(e){function n(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new i.EventEmitter,this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,(function(t,i){var n=new r.IgxGetTileImageUriArgs;n._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,n),e._getTileImageUri.emit({sender:e,args:n})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),n}(O),q=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=r.markType(i,"CustomMapImagery",d.$),i}(d),U=function(){function e(){r.TypeRegistrar.registerCons("IgxCustomMapImagery",N),r.TypeRegistrar.register("CustomMapImagery",q.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,E],exports:[E]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,E],E]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:U,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,E],exports:[E],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:L,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function i(){var t=e.call(this,new 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(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(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 n=this.defaultTokenTimeout;if(n<1&&(n=1),t+=r.stringFormat1(i.bv,this.userName,this.password,this.refererUri,n),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.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)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,n){var o=this,a=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=r.typeCast(r.String_$type,n)),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,i,n)},i.$t=r.markType(i,"ArcGISOnlineMapImagery",d.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cd)),i.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cg)),i.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,i.$,new r.PropertyMetadata(2,!0,i.cc)),i}(d),W=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new H},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(O),Z=function(){function e(){r.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),r.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,L],L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Z,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[_],imports:[o.CommonModule,k,B,E,L],exports:[k,B,E,L,_]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,k,B,E,L],k,B,E,L]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:X,decorators:[{type:i.NgModule,args:[{declarations:[_],exports:[k,B,E,L,_],imports:[o.CommonModule,k,B,E,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicMapComponent",_)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,A,F,U,Z,X],exports:[A,F,U,Z,X]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,A,F,U,Z,X],A,F,U,Z,X]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Y,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[A,F,U,Z,X],imports:[o.CommonModule,A,F,U,Z,X],entryComponents:[_]}]}],ctorParameters:function(){return[]}});var K=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isGeographic",{get:function(){return this.i.fb},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"visibleFromScale",{get:function(){return this.i.w1},set:function(e){this.i.w1=+e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),n.prototype.notifyIndexedPropertiesChanged=function(){this.i.qf()},n.prototype.getItemValue=function(e,t){return this.i.kp(e,t)},n.prototype.getMemberPathValue=function(e){return this.i.mc(e)},n.prototype.getItem=function(e){return this.i.km(r.toPoint(e))},n.prototype.getPreviousOrExactIndex=function(e,t){return this.i.j9(r.toPoint(e),t)},n.prototype.getNextOrExactIndex=function(e,t){return this.i.j7(r.toPoint(e),t)},n.prototype.getSeriesValue=function(e,t,i){return this.i.i4(r.toPoint(e),t,i)},n.prototype.getSeriesValuePosition=function(e,t,i){var n=this.i.wb(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wm(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wo(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesHighValue=function(e,t,i){return this.i.i0(r.toPoint(e),t,i)},n.prototype.getSeriesHighValuePosition=function(e,t,i){var n=this.i.v7(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesLowValue=function(e,t,i){return this.i.i2(r.toPoint(e),t,i)},n.prototype.getSeriesLowValuePosition=function(e,t,i){var n=this.i.v9(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.wc(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i5(r.toPoint(e),t,i)},n.prototype.getItemSpan=function(){return this.i.iv()},n.prototype.renderSeries=function(e){this.i.rq(e)},n.prototype.styleUpdated=function(){this.i.sb()},n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(n.IgxSeriesComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:K,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:i.Input}],coercionMethods:[{type:i.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(i,n){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.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xj},set:function(e){this.i.xj=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xi},set:function(e){this.i.xi=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.xa},set:function(e){this.i.xa=r.ensureEnum(n.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.w9;if(null==e)return null;if(!e.externalObject){var t=n.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.w9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xh},set:function(e){this.i.xh=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xl},set:function(e){this.i.xl=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.xd;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.xd=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.xk},set:function(e){this.i.xk=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new i.EventEmitter,this.i.assigningShapeStyle=r.delegateCombine(this.i.assigningShapeStyle,(function(t,i){var r=new n.IgxAssigningShapeStyleEventArgs;r._provideImplementation(i),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 i.EventEmitter,this.i.assigningShapeMarkerStyle=r.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,i){var r=new n.IgxAssigningShapeMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle.emit({sender:e,args:r})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:J,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:i.Input}],databaseSource:[{type:i.Input}],shapeMemberPath:[{type:i.Input}],isCustomShapeStyleAllowed:[{type:i.Input}],isCustomShapeMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],itemSearchPointsThreshold:[{type:i.Input}],shapefileDataSource:[{type:i.Input}],shapeFilterResolution:[{type:i.Input}],assigningShapeStyle:[{type:i.Output}],assigningShapeMarkerStyle:[{type:i.Output}]}});var Q=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.xg=!1,t.xf=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xc=null,t.xe=!1,t}return t.__extends(i,e),i.prototype.cs=function(){return new ee(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.xb=t},i.prototype.get_fd=function(){return!0},i.prototype.get_ed=function(){return!0},i.prototype.q8=function(t,n,o,a){switch(e.prototype.q8.call(this,t,n,o,a),n){case"SeriesViewer":this.xb.ci();break;case"ShapeMemberPath":this.xb.ck();break;case i.$$p[8]:this.xb.cj();break;case i.$$p[4]:if(this.wz.x7=this.xj,this.xg=this.xj,this.xj){var s=this.wz;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.x1))}else{var l=this.wz;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.x1))}break;case i.$$p[3]:if(this.wz.x6=this.xi,this.xf=this.xi,this.xj){var c=this.wz;c.assigningShapeMarkerStyle=r.delegateCombine(c.assigningShapeMarkerStyle,r.runOn(this,this.x0))}else{var u=this.wz;u.assigningShapeMarkerStyle=r.delegateRemove(u.assigningShapeMarkerStyle,r.runOn(this,this.x0))}break;case i.$$p[5]:this.wz.xj=this.xa;break;case i.$$p[6]:this.wz.yo=this.xl;break;case i.$$p[7]:this.wz.yp=this.xm;break;case i.$$p[0]:this.wz.yt=this.xn;break;case i.$$p[1]:this.wz.w9=this.w9;break;case i.$$p[2]:this.wz.x2=this.xh;break;case"ShapefileDataSource":if(null!=o){var p=o;this.xe&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.x2)))}if(null!=a){var h=a;if(h.count>0){this.x3();break}this.xe=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.x2))}}},i.prototype.x1=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},i.prototype.x0=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},i.prototype.x2=function(e,t){this.x3()},i.prototype.x3=function(){var e=this.xd.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(i.prototype,"xd",{get:function(){return this.xc},set:function(e){var t=this.xc;this.xc=e,t!=this.xc&&this.raisePropertyChanged("ShapefileDataSource",t,this.xc)},enumerable:!1,configurable:!0}),i.prototype.get_g6=function(){return!0},i.prototype.set_g6=function(t){e.prototype.set_g6.call(this,t)},i.$t=r.markType(i,"GeographicShapeSeriesBase",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:xn:x4",[2],"FillScale:w9:x5",[n.BrushScale.$],"FillScaleUseGlobalValues:xh:x6",[0,!1],"IsCustomShapeMarkerStyleAllowed:xi:x7",[0,!1],"IsCustomShapeStyleAllowed:xj:x8",[0,!1],"ItemSearchMode:xa:x9",[n.ShapeItemSearchMode_$type,r.enumGetBox(n.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xl:ya",[1,1e4],"ItemSearchThreshold:xm:yb",[1,1e4],"ShapeFilterResolution:xk:yc",[1,2],"ShapeMemberPath:xy:yd",[2,"points"]]),i}(y),ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.wz.y6=this.ch.xy},i.prototype.ci=function(){var e=this.ch.wz;if(null==this.ch.db)return e.xd=null,void(e.xf=null);e.xd=this.ch.db.ws,e.xf=this.ch.db.wu},i.prototype.ck=function(){this.ch.wz.y6=this.ch.xy},i.prototype.cj=function(){this.ch.wz.yl=this.ch.xk},i.$t=r.markType(i,"GeographicShapeSeriesBaseView",m.$),i}(m),te=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.xy="points"),i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.zl=n.Defaults.aj,this.cl.jo=n.Defaults.p,this.cl.yk=n.Defaults.o,this.cl.yh=n.Defaults.d,this.cl.yf=n.Defaults.a)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.wz.abs=this.cl.zn,this.cl.wz.aal=this.cl.yi,this.cl.wz.aa7=this.cl.y3,this.cl.wz.aao=this.cl.yk,this.cl.wz.z7=this.cl.ye},i.prototype.cq=function(){this.cl.wz.aa7=this.cl.y3},i.prototype.cs=function(){this.cl.wz.aao=this.cl.yk},i.prototype.cn=function(){this.cl.wz.z7=this.cl.ye},i.prototype.cr=function(){this.cl.wz.aag=this.cl.yh},i.prototype.cm=function(){this.cl.wz.abo=this.cl.zk},i.prototype.co=function(){this.cl.wz.abp=this.cl.zl},i.prototype.cp=function(){this.cl.wz.abr=this.cl.zm},i.prototype.ct=function(){this.cl.wz.aal=this.cl.yi},i.prototype.cu=function(){this.cl.wz.abs=this.cl.zn},i.$t=r.markType(i,"GeographicShapeSeriesView",ee.$),i}(ee),ie=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_fp=function(){return!0},i.prototype.cs=function(){return new te(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.yj=t},i.prototype.wy=function(){var e=new n.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.y0)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.y1)),e},i.prototype.y0=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.y1=function(e,t){r.typeCast(n.ScatterPolygonSeries.$,this.wz)},i.prototype.im=function(){return this.yk},i.prototype.vk=function(){return this.zi},i.prototype.vl=function(){return this.zj},i.prototype.sy=function(){return this.y2},i.prototype.l9=function(){var e=r.typeCast(n.ScatterPolygonSeries.$,this.wz);return null==e?"Unknown":e.l9()},i.prototype.q8=function(t,n,r,o){switch(e.prototype.q8.call(this,t,n,r,o),n){case i.$$p[6]:this.wz.aae=this.yg;break;case i.$$p[5]:this.wz.aaa=this.yf;break;case i.$$p[9]:this.yj.cq();break;case i.$$p[10]:this.yj.cs();break;case i.$$p[4]:this.yj.cn();break;case i.$$p[11]:this.yj.cr();break;case i.$$p[3]:this.yj.cm();break;case i.$$p[7]:this.yj.co();break;case i.$$p[8]:this.yj.cp();break;case i.$$p[13]:this.yj.ct();break;case i.$$p[12]:this.yj.cu()}},i.prototype.jk=function(){return.7},i.$t=r.markType(i,"GeographicShapeSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:zi:y4",[r.Brush.$],"ActualMarkerOutline:zj:y5",[r.Brush.$],"ActualMarkerTemplate:y2:y6",[r.DataTemplate.$,null],"MarkerBrush:zk:y7",[r.Brush.$],"MarkerCollisionAvoidance:ye:y8",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yf:y9",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:yg:za",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:zl:zb",[r.Brush.$],"MarkerStyle:zm:zc",[r.Style.$],"MarkerTemplate:y3:zd",[r.DataTemplate.$,null],"MarkerThickness:yk:ze",[1,r.DeviceUtils.g(2)],"MarkerType:yh:zf",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,2)],"ShapeStyle:zn:zg",[r.Style.$,null],"ShapeStyleSelector:yi:zh",[n.StyleSelector.$,null]]),i}(Q),ne=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ie},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.fp},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.zn?this.i.zn.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zn.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.zn?this.i.zn.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zn.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.zn?this.i.zn.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zn.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.zn?this.i.zn.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zn.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.zn||(this.i.zn=new r.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.yh},set:function(e){this.i.yh=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.yg},set:function(e){this.i.yg=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.yf},set:function(e){this.i.yf=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.y3},set:function(e){this.i.y3=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.zk)},set:function(e){this.i.zk=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.zl)},set:function(e){this.i.zl=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.yk},set:function(e){this.i.yk=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.ye},set:function(e){this.i.ye=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.y2},set:function(e){this.i.y2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.zi)},set:function(e){this.i.zi=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.zj)},set:function(e){this.i.zj=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ne,decorators:[{type:i.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return ne}))},{provide:K,useExisting:i.forwardRef((function(){return ne}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return ne}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],markerType:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],markerThickness:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}],styleShape:[{type:i.Output}]}});var re=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],n.IgxScatterPolygonSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:re,decorators:[{type:i.NgModule,args:[{declarations:[ne],imports:[o.CommonModule,n.IgxScatterPolygonSeriesDynamicModule],exports:[ne,n.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ne),r.TypeRegistrar.register("GeographicShapeSeries",ie.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re],exports:[re]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re],re]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:oe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,re],exports:[re],entryComponents:[ne]}]}],ctorParameters:function(){return[]}});var ae=function(e){function i(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jo=n.Defaults.n)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.wz.z7=this.cl.ye,this.cl.wz.aac=this.cl.ym},i.prototype.cm=function(){this.cl.wz.z7=this.cl.ye},i.prototype.cn=function(){this.cl.wz.aac=this.cl.ym},i.$t=r.markType(i,"GeographicPolylineSeriesView",ee.$),i}(ee),se=function(e){function i(){var t=e.call(this)||this;return t.styleShape=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_fq=function(){return!0},i.prototype.cs=function(){return new ae(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.yf=t},i.prototype.wy=function(){var e=new n.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.yj)),e},i.prototype.yj=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.q8=function(t,n,r,o){switch(e.prototype.q8.call(this,t,n,r,o),n){case i.$$p[1]:this.yf.cm();break;case i.$$p[0]:this.yf.cn()}},i.$t=r.markType(i,"GeographicPolylineSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ShapeStyle:ym:yk",[r.Style.$,null],"ShapeStyleSelector:ye:yl",[n.StyleSelector.$,null]]),i}(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.fq},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.ym?this.i.ym.fill:null},set:function(e){this.ensureShapeStyle(),this.i.ym.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.ym?this.i.ym.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.ym.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.ym?this.i.ym.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.ym.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.ym?this.i.ym.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.ym.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.ym||(this.i.ym=new r.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new i.EventEmitter,this.i.styleShape=r.delegateCombine(this.i.styleShape,(function(t,i){e._runInZone((function(){var t=new n.IgxStyleShapeEventArgs;t._provideImplementation(i),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:le,decorators:[{type:i.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return le}))},{provide:K,useExisting:i.forwardRef((function(){return le}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return le}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:i.Input}],shapeStroke:[{type:i.Input}],shapeStrokeThickness:[{type:i.Input}],shapeOpacity:[{type:i.Input}],styleShape:[{type:i.Output}]}});var ce=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[le],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[le,n.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],n.IgxScatterPolylineSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ce,decorators:[{type:i.NgModule,args:[{declarations:[le],imports:[o.CommonModule,n.IgxScatterPolylineSeriesDynamicModule],exports:[le,n.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",le),r.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ce],exports:[ce]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ce],ce]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ue,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,ce],exports:[ce],entryComponents:[le]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function i(){var t=e.call(this,new 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(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),n=parseInt(r.stringReplace(i[3],"/","")),o=parseInt(r.stringReplace(i[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(n,o,a)},i.prototype.br=function(e,t){var i=this,n=t.uri.toString().split("/"),o=parseInt(r.stringReplace(n[3],"/","")),a=parseInt(r.stringReplace(n[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=r.markType(i,"TileGeneratorMapImagery",d.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),i}(d),ge=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new he},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(O),ye=function(){function e(){r.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),r.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,pe],pe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ye,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function i(){var t=e.call(this)||this;return t.z8=null,t.z7=null,t.imageTilesReady=null,t.aab=null,t.aac=!1,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_f2=function(){return!0},i.prototype.cs=function(){return new fe(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.z6=t},i.prototype.get_x9=function(){return!1},Object.defineProperty(i.prototype,"aaa",{get:function(){return this.z8},set:function(e){if(e!=this.aaa){var t=this.aaa;this.z8=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"z9",{get:function(){return this.z7},set:function(e){var t=this.z7;this.z7=e,this.raisePropertyChanged("ActualTileImagery",t,this.z7)},enumerable:!1,configurable:!0}),i.prototype.q8=function(t,i,n,o){var a,s;switch(e.prototype.q8.call(this,t,i,n,o),i){case"TileImagery":s=o,null!=(a=n)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.aaf))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.aaf))),this.z6.dh(a,s),this.rq(!1),this.qk();break;case"ActualTileImagery":s=o,null!=(a=n)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.aag)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.aag)),s.deferralHandler=this),this.z6.dg(a,s),null!=s&&null!==r.typeCast(f.$,this.db)&&(s.geographicMap=this.db,this.aai(this.cv),this.z6.dd(this.db.v4)),this.qk();break;case"ActualWindowRect":this.z6.dd(o);break;case"WorldRect":this.z6.dk(o);break;case"SeriesViewer":var l=o;null!=n&&null!=this.z9&&this.z9.be(null),null!=l&&null!=this.z9&&this.z9.be(this.cv.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qm()}},i.prototype.aaf=function(e,t){"MultiScaleImage"==t.propertyName&&this.aai(this.cv)},i.prototype.aag=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.aac||this.z6.di()},i.prototype.register=function(e,t){this.aab=t},i.prototype.unRegister=function(e){this.aab=null},i.prototype.deferredRefresh=function(){this.rq(!1)},i.prototype.deferAction=function(e){null!=this.jy?this.jy.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.sp=function(t,i){this.z6.dj(),e.prototype.sp.call(this,t,i)},i.prototype.rr=function(t){e.prototype.rr.call(this,t),this.aah(t,this.cv)},i.prototype.aah=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.aai(t),null!=this.aab&&(this.aac=!0,this.aab(e),this.aac=!1),r.di()},i.prototype.rp=function(t,i,n,r,o){e.prototype.rp.call(this,t,i,n,r,o);var a=this.hm.item(r);a.a3(n),this.d5(a)||this.zm(a)},i.prototype.aai=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aaa&&null!=this.aaa.ao&&(this.aaa!=this.z9&&(this.z9=this.aaa),null==this.z9||t.isEmpty||(this.z9.width!=t.width&&(this.z9.width=t.width),this.z9.height!=t.height&&(this.z9.height=t.height)))},i.prototype.o4=function(t,i){e.prototype.o4.call(this,t,i),i.de()},i.$t=r.markType(i,"TileSeries",n.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),i}(n.ShapeSeriesBase),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new r.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vu=n.Defaults.ao,this.da.ve=n.Defaults.an)},i.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},i.prototype.c5=function(e,t){return this.c6(e,t,!0)},i.prototype.c4=function(e,t){return null},i.prototype.co=function(e,t){},i.prototype.cm=function(e,t,i){},i.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},i.prototype.ct=function(){e.prototype.ct.call(this),this.as()},i.prototype.dd=function(e){null!=this.da.aaa&&(this.da.aaa.windowRect=e)},i.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jy.createElement("canvas");var i=this.e.jy.get2DCanvasContext(this.dc);this.db=new r.RenderingContext(new r.CanvasViewRenderer,i),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)))},i.prototype.df=function(e,t){this.as()},i.prototype.dh=function(e,t){},i.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.aaa&&this.da.aaa.bf(this.bx)},i.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var n=!1;if(this.dl.d.count>0)n=!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),n&&this.k.z()}},i.prototype.di=function(){this.as()},i.prototype.de=function(){},i.prototype.dk=function(e){null!=this.da.aaa&&this.da.aaa.a6()},i.$t=r.markType(i,"TileSeriesView",n.ShapeSeriesViewBase.$),i}(n.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.f2},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileImagery",{get:function(){var e=this.i.aaa;return null==e?null:e.externalObject},set:function(e){this.i.aaa=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:r,deps:[],target:i["ɵɵFactoryTarget"].Component}),r.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:r,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return r}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return r}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),r}(n.IgxShapeSeriesBaseComponent);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:de,decorators:[{type:i.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:n.IgxShapeSeriesBaseComponent,useExisting:i.forwardRef((function(){return de}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return de}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}]}});var be=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule]]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:be,decorators:[{type:i.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var Se=function(){function e(){r.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),r.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,be],be]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Se,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var we=function(e){function i(){var t=e.call(this)||this;return t.yf=null,t.ye=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_f2=function(){return!0},Object.defineProperty(i.prototype,"yg",{get:function(){return this.yf},set:function(e){if(e!=this.yg){var t=this.yg;this.yf=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yk=function(){null!=this.yg&&this.yg.clearTileCache()},i.prototype.q8=function(t,i,n,r){switch(e.prototype.q8.call(this,t,i,n,r),i){case"TileImagery":null!=this.wz&&(this.wz.aaa=this.yg)}},i.prototype.w4=function(t,i){if(e.prototype.w4.call(this,t,i),this.wz.aaa=this.yg,null!=this.ye){var n=this.ye;n.imageTilesReady=r.delegateRemove(n.imageTilesReady,r.runOn(this,this.yj))}if(this.ye=this.wz,null!=this.ye){var o=this.ye;o.imageTilesReady=r.delegateCombine(o.imageTilesReady,r.runOn(this,this.yj))}},i.prototype.wy=function(){return new me},i.prototype.yj=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=r.markType(i,"GeographicTileSeries",Q.$),i}(Q),xe=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 we},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.f2},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.yg;return null==e?null:e.externalObject},set:function(e){this.i.yg=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.yk()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new i.EventEmitter,this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,(function(t,i){e._runInZone((function(){var t=new C;t._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(J);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:xe,decorators:[{type:i.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:i.forwardRef((function(){return xe}))},{provide:K,useExisting:i.forwardRef((function(){return xe}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return xe}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:i.Input}],imageTilesReady:[{type:i.Output}]}});var ve=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[xe],imports:[o.CommonModule,Se],exports:[xe,Se]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Se],Se]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ve,decorators:[{type:i.NgModule,args:[{declarations:[xe],imports:[o.CommonModule,Se],exports:[xe,Se],entryComponents:[]}]}]});var Me=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",xe),r.TypeRegistrar.register("GeographicTileSeries",we.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ve],exports:[ve]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ve],ve]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Me,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,ve],exports:[ve],entryComponents:[xe]}]}],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.w9},set:function(e){this.i.w9=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.xa},set:function(e){this.i.xa=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.w8},set:function(e){this.i.w8=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.w7},set:function(e){this.i.w7=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.x3)},set:function(e){this.i.x3=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.x4)},set:function(e){this.i.x4=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.xo},set:function(e){this.i.xo=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.x1)},set:function(e){this.i.x1=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.x2)},set:function(e){this.i.x2=r.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ie,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:i.Input}],markerThickness:[{type:i.Input}],markerOutlineMode:[{type:i.Input}],markerFillMode:[{type:i.Input}],markerTemplate:[{type:i.Input}],markerBrush:[{type:i.Input}],markerOutline:[{type:i.Input}],maximumMarkers:[{type:i.Input}],actualMarkerTemplate:[{type:i.Input}],actualMarkerBrush:[{type:i.Input}],actualMarkerOutline:[{type:i.Input}]}});var Ce=function(e){function i(){var t=e.call(this)||this,i=t.wz;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.xn)),t}return t.__extends(i,e),i.prototype.sy=function(){return this.xo},i.prototype.vk=function(){return this.x1},i.prototype.vl=function(){return this.x2},i.prototype.im=function(){return this.xa},i.prototype.l9=function(){var e=r.typeCast(n.MarkerSeries.$,this.wz);return null==e?"Unknown":e.l9()},i.prototype.xn=function(e,t){var i=r.typeCast(n.MarkerSeries.$,this.wz);null!=i&&("ActualMarkerTemplate"==t.propertyName?this.xo=i.xz:"ActualMarkerOutline"==t.propertyName?this.x2=i.yh:"ActualMarkerBrush"==t.propertyName&&(this.x1=i.yg))},i.prototype.q8=function(t,n,r,o){switch(e.prototype.q8.call(this,t,n,r,o),n){case i.$$p[3]:this.wz.yi=this.x3;break;case i.$$p[6]:this.wz.yj=this.x4;break;case i.$$p[5]:this.wz.w3=this.w8;break;case i.$$p[4]:this.wz.wz=this.w7;break;case i.$$p[9]:this.wz.w9=this.w9;break;case i.$$p[7]:this.wz.x1=this.xp;break;case i.$$p[8]:this.wz.xi=this.xa;break;case i.$$p[10]:this.wz.z8=this.xb}},i.$t=r.markType(i,"GeographicMarkerSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:x1:xq",[r.Brush.$],"ActualMarkerOutline:x2:xr",[r.Brush.$],"ActualMarkerTemplate:xo:xs",[r.DataTemplate.$,null],"MarkerBrush:x3:xt",[r.Brush.$],"MarkerFillMode:w7:xu",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:w8:xv",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:x4:xw",[r.Brush.$],"MarkerTemplate:xp:xx",[r.DataTemplate.$,null],"MarkerThickness:xa:xy",[1,r.DeviceUtils.g(2)],"MarkerType:w9:xz",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,n.Defaults.e)],"MaximumMarkers:xb:x0",[1,400]]),i}(y),_e=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.wz;t.aas=this.ch.yy,t.aa0=this.ch.yw,t.w9=this.ch.w9,t.x1=this.ch.xp,t.xi=this.ch.xa,t.ac2=this.ch.yi,t.ads=this.ch.y3,t.acr=this.ch.ya,t.adi=this.ch.yu,t.add=this.ch.ym,t.aco=this.ch.x7,t.ac0=this.ch.ye,t.ac1=this.ch.yh,t.ac7=this.ch.yk,t.ac6=this.ch.yj},i.prototype.cq=function(){this.ch.wz.aas=this.ch.yy},i.prototype.cp=function(){this.ch.wz.aa0=this.ch.yw},i.prototype.cv=function(){this.ch.wz.w9=this.ch.w9},i.prototype.ct=function(){this.ch.wz.x1=this.ch.xp},i.prototype.cu=function(){this.ch.wz.xi=this.ch.xa},i.prototype.cw=function(){this.ch.wz.z8=this.ch.xb},i.prototype.cy=function(){this.ch.wz.xAxis=this.ch.db.ws},i.prototype.cz=function(){this.ch.wz.yAxis=this.ch.db.wu},i.prototype.cx=function(){var e=this.ch.wz;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.ws,e.yAxis=this.ch.db.wu},i.prototype.cr=function(){this.ch.wz.yi=this.ch.x3},i.prototype.cs=function(){this.ch.wz.yj=this.ch.x4},i.prototype.c0=function(){this.ch.wz.ads=this.ch.y3},i.prototype.c1=function(){this.ch.wz.acr=this.ch.ya,this.ch.wz.ac2=this.ch.yi},i.prototype.cl=function(){this.ch.wz.adi=this.ch.yu},i.prototype.cj=function(){this.ch.wz.aco=this.ch.x7,this.ch.wz.ac0=this.ch.ye,this.ch.wz.ac1=this.ch.yh,this.ch.wz.ac7=this.ch.yk,this.ch.wz.ac6=this.ch.yj},i.prototype.ci=function(){this.ch.wz.add=this.ch.ym},i.prototype.c2=function(){this.ch.wz.ac2=this.ch.yi},i.prototype.ck=function(){this.ch.wz.ac0=this.ch.ye},i.prototype.co=function(){this.ch.wz.ac1=this.ch.yh},i.prototype.cn=function(){this.ch.wz.ac7=this.ch.yk},i.prototype.cm=function(){this.ch.wz.ac6=this.ch.yj},i.$t=r.markType(i,"GeographicProportionalSymbolSeriesView",m.$),i}(m),ke=function(e){function i(){var t=e.call(this)||this;return t.x8=null,t.yd=!1,t.yc=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_ei=function(){return!0},i.prototype.cs=function(){return new _e(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.yb=t},i.prototype.jk=function(){return.7},i.prototype.wy=function(){return new n.BubbleSeries},i.prototype.get_fd=function(){return!0},i.prototype.q8=function(t,n,o,a){switch(e.prototype.q8.call(this,t,n,o,a),n){case"SeriesViewer":this.yb.cx();break;case i.$$p[9]:this.yb.cq();break;case i.$$p[8]:this.yb.cp();break;case"XAxis":this.yb.cy();break;case"YAxis":this.yb.cz();break;case i.$$p[13]:this.yb.c0();break;case i.$$p[14]:this.yb.c1();break;case i.$$p[15]:this.yb.c2();break;case i.$$p[7]:this.yb.cl();break;case i.$$p[0]:this.yb.ci();break;case i.$$p[1]:this.yb.cj();break;case i.$$p[2]:this.yb.ck();break;case i.$$p[12]:this.yb.co();break;case i.$$p[11]:this.yb.cn();break;case i.$$p[10]:this.yb.cm();break;case i.$$p[4]:if(this.wz.zo=this.yg,this.yd=this.yg,this.yg){var s=this.wz;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.y8))}else{var l=this.wz;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.y8))}break;case i.$$p[3]:if(this.wz.zn=this.yf,this.yc=this.yf,this.yg){var c=this.wz;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.y7))}else{var u=this.wz;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.y7))}break;case i.$$p[5]:this.wz.y7=this.x9;break;case i.$$p[6]:this.wz.z7=this.yl}},i.prototype.y8=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.y7=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicProportionalSymbolSeries",Ce.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:ym:y9",[2],"FillScale:x7:za",[n.BrushScale.$],"FillScaleUseGlobalValues:ye:zb",[0,!1],"IsCustomScatterMarkerStyleAllowed:yf:zc",[0,!1],"IsCustomScatterStyleAllowed:yg:zd",[0,!1],"ItemSearchMode:x9:ze",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yl:zf",[1,1e4],"LabelMemberPath:yu:zg",[2],"LatitudeMemberPath:yw:zh",[2,null],"LongitudeMemberPath:yy:zi",[2,null],"MarkerBrushBrightness:yj:zj",[1,NaN],"MarkerOutlineBrightness:yk:zk",[1,NaN],"MarkerOutlineUsesFillScale:yh:zl",[0,!1],"RadiusMemberPath:y3:zm",[2,null],"RadiusScale:ya:zn",[n.SizeScale.$],"RadiusScaleUseGlobalValues:yi:zo",[0,!1]]),i}(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.ei},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yw},set:function(e){this.i.yw=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yy},set:function(e){this.i.yy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.y3},set:function(e){this.i.y3=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.ya;if(null==e)return null;if(!e.externalObject){var t=n.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.ya=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.yu},set:function(e){this.i.yu=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.x7;if(null==e)return null;if(!e.externalObject){var t=n.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.x7=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.ye},set:function(e){this.i.ye=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yh},set:function(e){this.i.yh=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.yk},set:function(e){this.i.yk=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.yj},set:function(e){this.i.yj=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yi},set:function(e){this.i.yi=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yg},set:function(e){this.i.yg=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yf},set:function(e){this.i.yf=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x9},set:function(e){this.i.x9=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yl},set:function(e){this.i.yl=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),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 i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ie,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ie);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Pe,decorators:[{type:i.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ie,useExisting:i.forwardRef((function(){return Pe}))},{provide:K,useExisting:i.forwardRef((function(){return Pe}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Pe}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],radiusMemberPath:[{type:i.Input}],radiusScale:[{type:i.Input}],labelMemberPath:[{type:i.Input}],fillMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],fillScaleUseGlobalValues:[{type:i.Input}],markerOutlineUsesFillScale:[{type:i.Input}],markerOutlineBrightness:[{type:i.Input}],markerBrushBrightness:[{type:i.Input}],radiusScaleUseGlobalValues:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var De=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxBubbleSeriesDynamicModule],n.IgxBubbleSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:De,decorators:[{type:i.NgModule,args:[{declarations:[Pe],imports:[o.CommonModule,n.IgxBubbleSeriesDynamicModule],exports:[Pe,n.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",ke.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,De],De]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Te,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.wz;e.prototype.b5.call(this),t.aas=this.ch.yn,t.aa0=this.ch.yl,t.w9=this.ch.w9,t.x1=this.ch.xp,t.xi=this.ch.xa},i.prototype.cj=function(){this.ch.wz.aas=this.ch.yn},i.prototype.ci=function(){this.ch.wz.aa0=this.ch.yl},i.prototype.cp=function(){this.ch.wz.w9=this.ch.w9},i.prototype.cn=function(){this.ch.wz.x1=this.ch.xp},i.prototype.co=function(){this.ch.wz.xi=this.ch.xa},i.prototype.cq=function(){this.ch.wz.z8=this.ch.xb},i.prototype.cs=function(){this.ch.wz.xAxis=this.ch.db.ws},i.prototype.ct=function(){this.ch.wz.yAxis=this.ch.db.wu},i.prototype.cr=function(){var e=this.ch.wz;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.ws,e.yAxis=this.ch.db.wu},i.prototype.cl=function(){this.ch.wz.ys=this.ch.x7},i.prototype.ck=function(){this.ch.wz.yi=this.ch.x3},i.prototype.cm=function(){this.ch.wz.yj=this.ch.x4},i.$t=r.markType(i,"GeographicSymbolSeriesView",m.$),i}(m),Oe=function(e){function i(){var t=e.call(this)||this;return t.x9=null,t.yc=!1,t.yb=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_ei=function(){return!0},i.prototype.cs=function(){return new je(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.ya=t},i.prototype.jk=function(){return.7},i.prototype.wy=function(){return new n.ScatterSeries},i.prototype.get_fd=function(){return!0},i.prototype.q8=function(t,n,o,a){switch(e.prototype.q8.call(this,t,n,o,a),n){case"SeriesViewer":this.ya.cr();break;case i.$$p[5]:this.ya.cj();break;case i.$$p[4]:this.ya.ci();break;case i.$$p[6]:this.ya.cl();break;case"XAxis":this.ya.cs();break;case"YAxis":this.ya.ct();break;case i.$$p[1]:if(this.wz.zo=this.ye,this.yc=this.ye,this.ye){var s=this.wz;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.ys))}else{var l=this.wz;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.ys))}break;case i.$$p[0]:if(this.wz.zn=this.yd,this.yb=this.yd,this.ye){var c=this.wz;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.yr))}else{var u=this.wz;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.yr))}break;case i.$$p[2]:this.wz.y7=this.x8;break;case i.$$p[3]:this.wz.z7=this.yg}},i.prototype.ys=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.yr=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},i.$t=r.markType(i,"GeographicSymbolSeries",Ce.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:yd:yt",[0,!1],"IsCustomScatterStyleAllowed:ye:yu",[0,!1],"ItemSearchMode:x8:yv",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yg:yw",[1,1e4],"LatitudeMemberPath:yl:yx",[2,null],"LongitudeMemberPath:yn:yy",[2,null],"MarkerCollisionAvoidance:x7:yz",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yf:y0",[0,!1]]),i}(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.ei},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yn},set:function(e){this.i.yn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x7},set:function(e){this.i.x7=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.ye},set:function(e){this.i.ye=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yd},set:function(e){this.i.yd=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x8},set:function(e){this.i.x8=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yg},set:function(e){this.i.yg=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new i.EventEmitter,this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,(function(t,i){var r=new n.IgxAssigningScatterStyleEventArgs;r._provideImplementation(i),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 i.EventEmitter,this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,i){var r=new n.IgxAssigningScatterMarkerStyleEventArgs;r._provideImplementation(i),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle.emit({sender:e,args:r})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ie,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ie);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:$e,decorators:[{type:i.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ie,useExisting:i.forwardRef((function(){return $e}))},{provide:K,useExisting:i.forwardRef((function(){return $e}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return $e}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],markerCollisionAvoidance:[{type:i.Input}],isCustomScatterStyleAllowed:[{type:i.Input}],isCustomScatterMarkerStyleAllowed:[{type:i.Input}],itemSearchMode:[{type:i.Input}],itemSearchThreshold:[{type:i.Input}],assigningScatterStyle:[{type:i.Output}],assigningScatterMarkerStyle:[{type:i.Output}]}});var ze=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterSeriesDynamicModule],n.IgxScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ze,decorators:[{type:i.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,n.IgxScatterSeriesDynamicModule],exports:[$e,n.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Re=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),r.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,ze],exports:[ze]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,ze],ze]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Re,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,ze],exports:[ze],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var Ve=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),n.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},n.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.xb},set:function(e){this.i.xb=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.w9},set:function(e){this.i.w9=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"trianglesSource",{get:function(){return this.i.w8},set:function(e){this.i.w8=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xe},set:function(e){this.i.xe=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xg},set:function(e){this.i.xg=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xi},set:function(e){this.i.xi=e},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ve,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],latitudeMemberPath:[{type:i.Input}],trianglesSource:[{type:i.Input}],triangleVertexMemberPath1:[{type:i.Input}],triangleVertexMemberPath2:[{type:i.Input}],triangleVertexMemberPath3:[{type:i.Input}]}});var Ae=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new 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.eu},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.xs;if(null==e)return null;if(!e.externalObject){var t=n.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.xs=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.xr;if(null==e)return null;if(!e.externalObject){var t=n.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.xr=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.x2()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ve,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ve);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ae,decorators:[{type:i.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ve,useExisting:i.forwardRef((function(){return Ae}))},{provide:K,useExisting:i.forwardRef((function(){return Ae}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Ae}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:i.Input}],colorScale:[{type:i.Input}],actualColorScale:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Be=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Ae],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Ae,n.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],n.IgxScatterAreaSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Be,decorators:[{type:i.NgModule,args:[{declarations:[Ae],imports:[o.CommonModule,n.IgxScatterAreaSeriesDynamicModule],exports:[Ae,n.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Ae),r.TypeRegistrar.register("GeographicScatterAreaSeries",I.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Be],exports:[Be]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Be],Be]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ge,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Be],exports:[Be],entryComponents:[Ae]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=r.typeCast(n.HighDensityScatterSeries.$,this.ch.wz);t.y8=this.ch.xo,t.zg=this.ch.xm,t.xl=this.ch.xb,t.xk=this.ch.xa,t.f7=this.ch.w9,t.yg=this.ch.xd,t.yf=this.ch.xc,t.aae=this.ch.x7,t.aad=this.ch.x6,t.ys=this.ch.xg},i.prototype.cn=function(){this.ch.wz.y8=this.ch.xo},i.prototype.cm=function(){this.ch.wz.zg=this.ch.xm},i.prototype.cs=function(){this.ch.wz.xl=this.ch.xb},i.prototype.cq=function(){this.ch.wz.xk=this.ch.xa},i.prototype.co=function(){this.ch.wz.f7=this.ch.w9},i.prototype.cl=function(){this.ch.wz.yg=this.ch.xd},i.prototype.cj=function(){this.ch.wz.yf=this.ch.xc},i.prototype.cr=function(){var e=r.typeCast(n.HighDensityScatterSeries.$,this.ch.wz);if(null==this.ch.db)return e.w4=null,void(e.w6=null);e.w4=this.ch.db.ws,e.w6=this.ch.db.wu},i.prototype.ct=function(){this.ch.wz.w4=this.ch.db.ws},i.prototype.cu=function(){this.ch.wz.w6=this.ch.db.wu},i.prototype.ck=function(){this.ch.wz.aae=this.ch.x7},i.prototype.ci=function(){this.ch.wz.aad=this.ch.x6},i.prototype.cp=function(){this.ch.wz.ys=this.ch.xg},i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x7=n.Defaults.aq,this.ch.x6=n.Defaults.ap,this.ch.ve=n.Defaults.al,this.ch.vu=n.Defaults.ak)},i.$t=r.markType(i,"GeographicHighDensityScatterSeriesView",m.$),i}(m),Ee=function(e){function i(){var t=e.call(this)||this;return t.w7=null,t.progressiveLoadStatusChanged=null,t.xf=0,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.jj=function(){return r.isNaN_(this.ji)?n.Defaults.q:e.prototype.jj.call(this)},i.prototype.get_fn=function(){return!0},i.prototype.cs=function(){return new Fe(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.w8=t},i.prototype.wy=function(){return this.w7=new n.HighDensityScatterSeries,this.w7},Object.defineProperty(i.prototype,"xh",{get:function(){return this.xf},set:function(e){var t=this.xf;this.xf=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xf)},enumerable:!1,configurable:!0}),i.prototype.w4=function(t,i){e.prototype.w4.call(this,t,i);var n=this.wz;n.progressiveLoadStatusChanged=r.delegateCombine(n.progressiveLoadStatusChanged,r.runOn(this,this.xv));var o=this.wz;o.propertyUpdated=r.delegateCombine(o.propertyUpdated,r.runOn(this,this.xu))},i.prototype.xv=function(e,t){this.xh=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},i.prototype.xu=function(e,t){this.w7},i.prototype.q8=function(t,n,r,o){switch(e.prototype.q8.call(this,t,n,r,o),n){case"SeriesViewer":this.w8.cr();break;case i.$$p[5]:this.w8.cn();break;case i.$$p[4]:this.w8.cm();break;case i.$$p[9]:this.w8.cs();break;case i.$$p[8]:this.w8.cq();break;case i.$$p[6]:this.w8.co();break;case"XAxis":this.w8.ct();break;case"YAxis":this.w8.cu();break;case i.$$p[3]:this.w8.cl();break;case i.$$p[1]:this.w8.cj();break;case i.$$p[2]:this.w8.ck();break;case i.$$p[0]:this.w8.ci();break;case i.$$p[7]:this.w8.cp()}},i.prototype.get_g6=function(){return!0},i.prototype.set_g6=function(t){e.prototype.set_g6.call(this,t)},i.$t=r.markType(i,"GeographicHighDensityScatterSeries",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["HeatMaximumColor:x6:xw",[r.Color.$,n.Defaults.ap],"HeatMaximum:xc:xx",[1,50],"HeatMinimumColor:x7:xy",[r.Color.$,n.Defaults.aq],"HeatMinimum:xd:xz",[1,0],"LatitudeMemberPath:xm:x0",[2,null],"LongitudeMemberPath:xo:x1",[2,null],"MouseOverEnabled:w9:x2",[0,!1],"PointExtent:xg:x3",[1,1],"ProgressiveLoad:xa:x4",[0,!0],"UseBruteForce:xb:x5",[0,!1]]),i}(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.fn},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.xm},set:function(e){this.i.xm=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.xo},set:function(e){this.i.xo=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.xb},set:function(e){this.i.xb=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.xa},set:function(e){this.i.xa=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.w9},set:function(e){this.i.w9=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.x7)},set:function(e){this.i.x7=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.x6)},set:function(e){this.i.x6=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.xg},set:function(e){this.i.xg=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.xh},set:function(e){this.i.xh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new i.EventEmitter,this.i.progressiveLoadStatusChanged=r.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,i){e._runInZone((function(){var t=new n.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(i),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ne,decorators:[{type:i.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:i.forwardRef((function(){return Ne}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Ne}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],useBruteForce:[{type:i.Input}],progressiveLoad:[{type:i.Input}],mouseOverEnabled:[{type:i.Input}],heatMinimum:[{type:i.Input}],heatMaximum:[{type:i.Input}],heatMinimumColor:[{type:i.Input}],heatMaximumColor:[{type:i.Input}],pointExtent:[{type:i.Input}],progressiveStatus:[{type:i.Input}],progressiveLoadStatusChanged:[{type:i.Output}]}});var qe=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Ne],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,n.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],n.IgxHighDensityScatterSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:qe,decorators:[{type:i.NgModule,args:[{declarations:[Ne],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,n.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ne),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ee.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,qe],exports:[qe]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,qe],qe]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ue,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,qe],exports:[qe],entryComponents:[Ne]}]}],ctorParameters:function(){return[]}});var Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jo=n.Defaults.m)},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.wz&&(this.cp.xr.yu=this.cp.xu,this.cp.xr.y4=this.cp.xy)},i.prototype.cq=function(){null!=this.cp.xr&&(this.cp.xr.yu=this.cp.xu)},i.prototype.cr=function(){null!=this.cp.xr&&(this.cp.xr.y4=this.cp.xy)},i.$t=r.markType(i,"GeographicContourLineSeriesView",S.$),i}(S),He=function(e){function i(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_fi=function(){return!0},i.prototype.w4=function(t,i){e.prototype.w4.call(this,t,i)},i.prototype.wy=function(){this.xr=new n.ScatterContourSeries;var e=this.xr;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.x1));var t=this.xr;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.x2)),this.xr},i.prototype.x1=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.x2=function(e,t){var i=r.typeCast(n.ScatterContourSeries.$,this.wz);null!=i&&"ActualFillScale"==t.propertyName&&(this.xt=i.yt)},i.prototype.sg=function(){e.prototype.sg.call(this)},i.prototype.cs=function(){return new Le(this)},i.prototype.q0=function(t){e.prototype.q0.call(this,t),this.xv=t},i.prototype.q8=function(t,n,r,o){switch(e.prototype.q8.call(this,t,n,r,o),n){case i.$$p[1]:this.xv.cq();break;case i.$$p[2]:this.xv.cr();break;case i.$$p[3]:this.xr.yr=this.xq;break;case"DashArray":this.xr.v1=this.v1;break;case"DashCap":this.xr.v2=this.v2;break;case"MiterLimit":this.xr.jg=this.jg;break;case"LineJoin":this.xr.v4=this.v4}},i.$t=r.markType(i,"GeographicContourLineSeries",M.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualFillScale:xt:x3",[n.ValueBrushScale.$,null],"FillScale:xu:x4",[n.ValueBrushScale.$,null],"ValueMemberPath:xy:x5",[2,"value"],"ValueResolver:xq:x6",[n.ContourValueResolver.$,null]]),i}(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.fi},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xu;if(null==e)return null;if(!e.externalObject){var t=n.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.xu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.xt;if(null==e)return null;if(!e.externalObject){var t=n.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.xt=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.xq;if(null==e)return null;if(!e.externalObject){var t=n.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.xq=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},o.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new i.EventEmitter,this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,(function(t,i){e._runInZone((function(){var t=new r.IgxTriangulationStatusEventArgs;t._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:o,deps:[],target:i["ɵɵFactoryTarget"].Component}),o.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ve,useExisting:i.forwardRef((function(){return o}))},{provide:K,useExisting:i.forwardRef((function(){return o}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:i,template:"",isInline:!0,changeDetection:i.ChangeDetectionStrategy.OnPush}),o}(Ve);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:We,decorators:[{type:i.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:Ve,useExisting:i.forwardRef((function(){return We}))},{provide:K,useExisting:i.forwardRef((function(){return We}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return We}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:i.Input}],fillScale:[{type:i.Input}],actualFillScale:[{type:i.Input}],valueResolver:[{type:i.Input}],triangulationStatusChanged:[{type:i.Output}]}});var Ze=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],n.IgxScatterContourSeriesDynamicModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ze,decorators:[{type:i.NgModule,args:[{declarations:[We],imports:[o.CommonModule,n.IgxScatterContourSeriesDynamicModule],exports:[We,n.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),r.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Xe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,ze,Be,qe,Ze,X,r.IgxShapeDataSourceModule],exports:[re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,ze,Be,qe,Ze,X,r.IgxShapeDataSourceModule]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,ze,Be,qe,Ze,X,r.IgxShapeDataSourceModule],re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,ze,Be,qe,Ze,X,r.IgxShapeDataSourceModule]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ye,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,ze,Be,qe,Ze,X,r.IgxShapeDataSourceModule],imports:[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,ze,Be,qe,Ze,X,r.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Re,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Re,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Re,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Re,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ke,decorators:[{type:i.NgModule,args:[{declarations:[],exports:[oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Re,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ue,ye,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,Te,Re,Ge,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TokenResponseModel"),i}(r.Base),Qe=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"MapServerResponseModel"),i}(r.Base),et=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"TileInfoResponseModel"),i}(r.Base),tt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"LevelOfDetailResponseModel"),i}(r.Base),it=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBaseView",m.$),i}(m),nt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBaseView",m.$),i}(m),rt=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBaseView",m.$),i}(m),ot=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBaseView",m.$),i}(m),at=function(e){function i(){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(i,e),i.$t=r.markType(i,"ImageryMetadata"),i}(r.Base),st=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(at.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResourceSet"),i}(r.Base),lt=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(st.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResponse"),i}(r.Base),ct=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicMarkerSeriesBase",Ce.$),i}(Ce),ut=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBase",ct.$),i}(ct),pt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(Ie);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:pt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ht,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBase",y.$),i}(y),yt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:yt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var mt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBase",ct.$),i}(ct),ft=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(pt);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:ft,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBase",y.$),i}(y),bt=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:n,deps:[],target:i["ɵɵFactoryTarget"].Component}),n.ɵcmp=i["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"ng-component",usesInheritance:!0,ngImport:i,template:"",isInline:!0}),n}(K);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:bt,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=T,e.BingMapsMapImagery=R,e.BingMapsMapImageryView=z,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=ke,e.GeographicProportionalSymbolSeriesBase=ut,e.GeographicProportionalSymbolSeriesBaseView=it,e.GeographicProportionalSymbolSeriesView=_e,e.GeographicScatterAreaSeries=I,e.GeographicScatterAreaSeriesView=w,e.GeographicShapeSeries=ie,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=nt,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=mt,e.GeographicSymbolSeriesBaseView=rt,e.GeographicSymbolSeriesView=je,e.GeographicTileSeries=we,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=V,e.IgxBingMapsMapImageryDynamicModule=A,e.IgxBingMapsMapImageryModule=k,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=_,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=Ae,e.IgxGeographicScatterAreaSeriesDynamicModule=Ge,e.IgxGeographicScatterAreaSeriesModule=Be,e.IgxGeographicShapeSeriesBaseBaseComponent=yt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ne,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=re,e.IgxGeographicSymbolSeriesBaseComponent=ft,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Re,e.IgxGeographicSymbolSeriesModule=ze,e.IgxGeographicTileSeriesComponent=xe,e.IgxGeographicTileSeriesDynamicModule=Me,e.IgxGeographicTileSeriesModule=ve,e.IgxGeographicXYTriangulatingSeriesBaseComponent=bt,e.IgxGeographicXYTriangulatingSeriesComponent=Ve,e.IgxImageTilesReadyEventArgs=C,e.IgxImagesChangedEventArgs=j,e.IgxOpenStreetMapImagery=G,e.IgxOpenStreetMapImageryDynamicModule=F,e.IgxOpenStreetMapImageryModule=B,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=x,Object.defineProperty(e,"__esModule",{value:!0})}));