igniteui-angular-maps 18.1.0 → 18.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1559 -1473
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1561 -1487
  60. package/fesm5/igniteui-angular-maps.js +1560 -1474
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -4,4 +4,4 @@
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,r,i,n,o){"use strict";var a=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),s=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),l=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),c=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),u=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(r,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var r=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return r=(r-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var o,a,s,l,c,u=n.e,p=n.d,h=n.c,g=(n.a,!h.isEmpty),y=(this.m,this.o,h.top),m=h.height,f=u.top,d=u.height,b=p.top,S=p.height,x=this.au.top,w=this.au.height,v=this.af(e),M=.017453292519943295,I=!1;null!=v&&(I=!0);for(var C=t;C<i;C++)o=I?v[C]:e.item(C),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.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<r.ah&&(o=r.ah),o>r.ag&&(o=r.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))},r.prototype.t=function(e,t,r,i,n){return{p3:this.ak(e.l6),p4:this.ak(e.l5)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,r,i){return(r.top+this.getMercatorScaledValue3(e,r.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){return(this.getMercatorScaledValue3(e,i.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,r=Math.sin(t);return.5*Math.log((1+r)/(1-r))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),p=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(r,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,r,i){var n,o=i.e,a=i.d,s=i.c,l=i.a,c=!s.isEmpty,u=this.m,p=this.o,h=s.left,g=s.width,y=o.left,m=o.width,f=a.left,d=a.width,b=this.aj.left,S=this.aj.width,x=this.af(e),w=!1;null!=x&&(w=!0);for(var v=t;v<r;v++)if(n=w?x[v]:e.item(v),c){var M=(n-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=(n-p)/u;l&&(C=1-C),C=f+d*(C-y)/m,w?x[v]=C:e.item(v,C)}},r.prototype.t=function(e,t,r,i,n){return{p3:e.l6,p4:e.l5}},r.prototype.getMercatorUnscaledValue=function(e,t,r,i){var n=t.left+t.width*(e-r.left)/r.width;return i&&(n=1-n),this.o+n*this.m},r.prototype.getMercatorScaledValue1=function(e,t,r,i){var n=(e-this.o)/this.m;return i&&(n=1-n),r.left+r.width*(n-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){var o=(e-this.o)/this.m;return n&&(o=1-o),r.left+r.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImageTilesReadyEventArgs",n.EventArgs.$),r}(n.EventArgs),g=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImagesChangedEventArgs",n.EventArgs.$),r}(n.EventArgs),y=function(e){function r(){var t=e.call(this)||this;return t.wp=null,t.wr=t.wq(),t}return t.__extends(r,e),r.prototype.qb=function(){e.prototype.qb.call(this),null!=this.wr&&this.wr.qb()},r.prototype.get_fa=function(){return!0},r.prototype.ko=function(e,t){var r=this.na(t);return"LatitudeMemberPath"==r&&(r="YMemberPath"),"LongitudeMemberPath"==r&&(r="XMemberPath"),this.wr.ko(e,r)},r.prototype.ma=function(e){var t=this.na(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.wr.ma(t)},r.prototype.get_kg=function(){return this.kx(this.wr)},r.prototype.set_kg=function(e){this.ow(this.wr,e)},r.prototype.d9=function(e,t,r,i){return this.wr.d9(e,t,r,i)},r.prototype.ai=function(){return this.wr.ai()},r.prototype.bm=function(){return this.wr},Object.defineProperty(r.prototype,"wr",{get:function(){return this.wp},set:function(e){this.wr!=e&&(this.wp=e,this.ww())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.wr.hasMarkers},r.prototype.ww=function(){if(null!=this.wp){var e=this.wp;e.externalObject=n.TypeRegistrar.createFromInternal(e,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),e.externalObject._implementation=e}this.pc(this.wr),this.ws.b5()},r.prototype.de=function(e,t,r){return this.dg(this.wr,e,t,r)},r.prototype.df=function(e,t,r){return this.dh(this.wr,e,t,r)},r.prototype.kl=function(e){return this.kt(this.wr,e)},r.prototype.j8=function(e,t){return this.wr.j8(e,t)},r.prototype.j6=function(e,t){return this.wr.j6(e,t)},r.prototype.i3=function(e,t,r){return this.wr.i3(e,t,r)},r.prototype.v5=function(e,t,r){return this.wr.v5(e,t,r)},r.prototype.wg=function(e){return this.wr.wg(e)},r.prototype.an=function(e){return this.wr.an(e)},r.prototype.wh=function(e){return this.wr.wh(e)},r.prototype.ao=function(e){return this.wr.ao(e)},r.prototype.wi=function(e){return this.wr.wi(e)},r.prototype.wj=function(e){return this.wr.wj(e)},r.prototype.iz=function(e,t,r){return this.wr.iz(e,t,r)},r.prototype.v1=function(e,t,r){return this.wr.v1(e,t,r)},r.prototype.i1=function(e,t,r){return this.i3(e,t,r)},r.prototype.v3=function(e,t,r){return this.wr.v3(e,t,r)},r.prototype.v6=function(e,t,r){return this.wr.v6(e,t,r)},r.prototype.i4=function(e,t,r){return this.wr.i4(e,t,r)},r.prototype.v2=function(e,t,r){return this.wr.v2(e,t,r)},r.prototype.i0=function(e,t,r){return this.wr.i0(e,t,r)},r.prototype.v4=function(e,t,r){return this.wr.v4(e,t,r)},r.prototype.i2=function(e,t,r){return this.wr.i2(e,t,r)},r.prototype.j2=function(e){return this.wr.j2(e)},r.prototype.iu=function(){return this.wr.iu()},r.prototype.iq=function(e){return this.wr.iq(e)},r.prototype.km=function(e){return this.wr.km(e)},r.prototype.cq=function(){return new m(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.ws=n.typeCast(m.$,t)},Object.defineProperty(r.prototype,"wt",{get:function(){return this.c(r.wy)},set:function(e){this.h(r.wy,e)},enumerable:!1,configurable:!0}),r.prototype.q4=function(t,r,o,a){switch(e.prototype.q4.call(this,t,r,o,a),r){case"SeriesViewer":this.wr.c9=this.c9,null!=o&&o.qq(this.wr),null!=a&&this.c9.mw(this.wr),this.wr.q7(this.wk),this.wr.index=this.index,this.pv(this.wr),this.ke=this.wr.ke;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.wx))),null!=this.c9){var l=this.c9;l.actualWindowRectChanged=n.delegateCombine(l.actualWindowRectChanged,n.runOn(this,this.wx))}this.wv();break;case"SyncLink":this.wr.c1=this.c1;break;case"VisibleFromScale":this.wv();break;case"Index":this.wr.index=this.index;break;case"ItemsSource":this.ws.b6();break;case"Resolution":this.ws.cd();break;case"TransitionDuration":this.ws.cg();break;case"Opacity":this.ws.ca();break;case"Visibility":var c=this.wr,u=this._visibility;c.visibility=u;break;case"MouseOverEnabled":this.wr.f6=this.f6;break;case"ExpectFunctions":this.wr.expectFunctions=this.expectFunctions;break;case"Thickness":this.ws.cf();break;case"Brush":this.ws.b4();break;case"Outline":this.ws.cc();break;case"ActualBrush":this.ws.b1();break;case"ActualOutline":this.ws.b2();break;case"MarkerFillOpacity":n.isNaN_(this.je)||this.ws.b9();break;case"AreaFillOpacity":n.isNaN_(this.ii)||this.ws.b3();break;case"OutlineMode":this.ws.cb();break;case"ShowDefaultTooltip":this.ws.ce();break;case"Title":this.wr.title=this.title;break;case"LegendItemBadgeMode":this.ws.b7();break;case"LegendItemBadgeShape":this.ws.b8();break;case"Legend":this.wr.legend=this.legend,this.ct.av()}},r.prototype.wv=function(){if(null!=this.c9&&null!=this.wr&&!n.isNaN_(this.wt))if(this.c9.vl.width>this.wt){this.wr.visibility=1}else{this.wr.visibility=0}},r.prototype.wx=function(e,t){this.wv()},r.prototype.rm=function(t){e.prototype.rm.call(this,t),null!=this.wr&&this.wr.rm(t)},r.prototype.rl=function(e,t,r,i,n){null!=this.wr&&this.wr.rl(e,t,r,i,n)},r.prototype.a1=function(e,t){return this.wr.a1(e,t)},r.prototype.r5=function(){e.prototype.r5.call(this),this.wr.r5()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.wr.coercionMethods=e},r.prototype.pu=function(t){if(e.prototype.pu.call(this,t),null!=this.wr){var r=this.wr.kk();this.o5(t,r)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.wy=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),m=function(e){function r(t){var r=e.call(this,t)||this;return r.b0=null,r.b0=t,r}return t.__extends(r,e),r.prototype.at=function(t,r){e.prototype.at.call(this,t,r)},r.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.wr.legendItemVisibility=0,this.b0.wr.itemsSource=this.b0.itemsSource,this.b0.wr.index=this.b0.index,this.b0.wr.u8=this.b0.u8,this.b0.wr.vo=this.b0.u8,this.b0.wr.cg=this.b0.cg,this.b0.wr.jh=this.b0.jh,this.b0.wr.kb=this.b0.kb,this.b0.wr._opacity=this.b0._opacity,this.b0.wr.jn=this.b0.jn,this.b0.wr.ii=this.b0.ii,this.b0.wr.je=this.b0.je,this.b0.wr.gn=this.b0.gn,this.b0.wr.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.wr.bc=this.b0.bc},r.prototype.b6=function(){this.b0.wr.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.wr.jh=this.b0.jh},r.prototype.cg=function(){this.b0.wr.kb=this.b0.kb},r.prototype.ca=function(){this.b0.wr._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.wr.jn=this.b0.jn},r.prototype.b4=function(){this.b0.wr.u8=this.b0.u8},r.prototype.cc=function(){this.b0.wr.vo=this.b0.vo},r.prototype.b1=function(){this.b0.wr.u8=this.b0.u2},r.prototype.b2=function(){this.b0.wr.vo=this.b0.u6},r.prototype.b7=function(){this.b0.wr.bc=this.b0.bc},r.prototype.b8=function(){this.b0.wr.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.wr.ii=this.b0.ii},r.prototype.b9=function(){this.b0.wr.je=this.b0.je},r.prototype.cb=function(){this.b0.wr.cg=this.b0.cg},r.prototype.ce=function(){this.b0.wr.gn=this.b0.gn},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(e){function r(){var t=e.call(this)||this;t.wx=null,t.wm=!1,t.we=1,t.wt=0,t.x4=null,t.wb=null,t.v7=null,t.v9=null,t.wd=null,t.x0={$type:n.Point_$type,x:NaN,y:NaN},t.x7=null,t.ws=1,t.imageTilesReady=null,t.wl=null,t.x6=n.Rect.empty,t.wt=u.am(r.x5.bottom)-u.am(r.x5.top),t.ab=r.$,t.backgroundContent=new v;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.v8=a,t.v8.nm=new p;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wa=s,t.wa.nm=new u,t.xf(),t.xm(),t.no(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.v8.provideRenderer(t),this.wa.provideRenderer(t)},r.prototype.no=function(){e.prototype.no.call(this),this.wk.fv(this.hb)},r.prototype.fh=function(){return this.wq},r.prototype.fi=function(){return this.wq},r.prototype.wh=function(){return 0==this.wf&&this.wm?2:1},Object.defineProperty(r.prototype,"wg",{get:function(){return this.we},set:function(e){this.we=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"x9",{get:function(){return this.x4},set:function(e){if(n.Rect.l_op_Inequality(this.x4,e)){var t=this.x4;this.x4=e,this.p8("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.yd=function(){return this.x9},r.prototype.xf=function(){this.yl.isEmpty||(this.x9=this.yj(this.yl,1==this.cr))},r.prototype.yj=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,l=u.am(e.bottom),c=u.am(e.top),p=l-c,h=e.width/r.x5.width,g=u.am(r.x5.top);if(p/h>this.wt){var y=p/this.wt;o-=(y-h)/2*r.x5.width,a=y*r.x5.width,t&&(o<r.x5.left?o+=r.x5.left-o:o+a>r.x5.right&&(o-=o+a-r.x5.right))}else if(p/h<this.wt){var m=this.wt*h-p,f=c-m/2,d=l+m/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.wt&&(f-=d-(g+this.wt),d-=d-(g+this.wt))),i=u.aq(f),s=u.aq(d)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.wb},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wb=e,this.p8("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"v8",{get:function(){return this.v7},set:function(e){if(e!=this.v8){var t=this.v8;this.v7=e,this.p8("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wa",{get:function(){return this.v9},set:function(e){if(e!=this.wa){var t=this.wa;this.v9=e,this.p8("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.xp=function(e){this.v1=e},r.prototype.xo=function(e){this.yl=e},r.prototype.getZoomFromGeographicRect=function(e){return this.yb(e,!0,0)},r.prototype.ya=function(e,t){return this.yb(e,!1,t)},r.prototype.yb=function(e,t,o){var a=e;t&&(a=this.yj(e,!1));var s=this.v8,l=this.wa,c=new i.ScalerParams(1,r.x8,this.v0,s.ch);c.c=this.vp;var u=new i.ScalerParams(1,r.x8,this.v0,l.ch);u.c=this.vp;var p=this.v8.ek(a.left,c),h=this.v8.ek(a.right,c),g=this.wa.ek(a.top,u),y=this.wa.ek(a.bottom,u),m=(p-o)/this.v0.width,f=(y-o)/this.v0.height,d=(h-p+2*o)/this.v0.width,b=(g-y+2*o)/this.v0.height,S=new n.Rect(0,m,f,d,b);return S.intersect(r.x8),S.isEmpty&&(S=r.x8),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.x8;var l=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},r.prototype.yf=function(e){var t=this.v8,o=this.wa,a=new i.ScalerParams(1,e,this.v0,t.ch);a.c=this.vp;var s=new i.ScalerParams(1,e,this.v0,o.ch);s.c=this.vp;var l=this.vo,c=t.en(l.left,a),u=o.en(l.top,s),p=t.en(l.right,a),h=o.en(l.bottom,s),g=p-c,y=u-h,m=new n.Rect(0,c,h,g,y);return 1==this.cr&&(m.intersect(r.x5),m.isEmpty&&(m=r.x5)),m},r.prototype.x1=function(e){var t=this.v8.l9(e.x),r=this.wa.l9(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.x2=function(e){var t=this.v8.e5(e.x),r=this.wa.e5(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.x3=function(e){return this.x2(e)},r.prototype.xc=function(){var e=n.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.xi=function(e){},r.prototype.ga=function(){return!0},r.prototype.xk=function(){var e,r;this.wk.ee();try{for(var i=t.__values(n.fromEnum(this.series)),o=i.next();!o.done;o=i.next()){o.value.r5()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(e)throw e.error}}},r.prototype.xn=function(){if(2==this.wj){if(!this.v0.isEmpty&&this.v0.width>0&&this.v0.height>0){var e=this.v8.l9(this.v0.left+this.v0.width/2),t=this.wa.l9(this.v0.top+this.v0.height/2);this.x0={$type:n.Point_$type,x:e,y:t}}}else if(!this.v0.isEmpty&&this.v0.width>0&&this.v0.height>0){var r=this.v8.l9(this.v0.left),i=this.wa.l9(this.v0.top);this.x0={$type:n.Point_$type,x:r,y:i}}},r.prototype.xj=function(){(n.isNaN_(this.x0.x)||n.isNaN_(this.x0.y))&&this.xn();var e=this.x0.x,t=this.x0.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.vl.left,a=this.vl.top,s=this.vl.width,l=this.vl.height;if(s>this.x7.width);else{var c=new i.ScalerParams(1,r.x8,this.v0,this.v8.ch);c.c=this.vp;var u=this.v8.ek(e,c);if(2==this.wj)o=u/this.v0.width-s/2;else o=u/this.v0.width;o+s>this.x7.right?o=this.x7.right-s:o<this.x7.left&&(o=this.x7.left)}if(l>this.x7.height);else{var p=new i.ScalerParams(1,r.x8,this.v0,this.wa.ch);p.c=this.vp;var h=this.wa.ek(t,p);if(2==this.wj)a=h/this.v0.height-l/2;else a=h/this.v0.height;a+l>this.x7.bottom?a=this.x7.bottom-l:a<this.x7.top&&(a=this.x7.top)}this.rj(new n.Rect(0,o,a,s,l),!1)}},r.prototype.get_e9=function(){return!0},r.prototype.vm=function(){var t=e.prototype.vm.call(this);if(null==this.v8||null==this.wa)return t;this.vw();var r=t.left,i=t.top;1==this.cr&&(this.v1.width>this.x7.width?r=.5-this.v1.width/2:r+t.width>this.x7.right?r=this.x7.right-this.v1.width:r<this.x7.left&&(r=this.x7.left),this.v1.height>this.x7.height?i=.5-this.v1.height/2:i+this.v1.height>this.x7.bottom?i=this.x7.bottom-this.v1.height:i<this.x7.top&&(i=this.x7.top));var o=!1;!this.wp&&2==this.cr&&this.wm&&(r>1&&(r=r-Math.floor(r)+1),r<0&&(r=0-(Math.ceil(r)-r)),t.right-this.x7.right>0&&(t.right-this.x7.right)/t.width>.8?(r=this.x7.left-(t.width-(t.right-this.x7.right)),o=!0):t.left<this.x7.left&&Math.abs(t.left-this.x7.left)/t.width>.8&&(r=this.x7.right-Math.abs(t.left-this.x7.left),o=!0));var a=new n.Rect(0,r,i,t.width,t.height);if(this.wp){var s=this.ya(this.yl,1);s=this.yc(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var u=a.height/a.width,p=s.width,h=u*p;a=new n.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 n.Rect(0,l-m/2,c-y/2,m,y),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ew=!0,this.v1=a,this.ew=!1),a},r.prototype.mt=function(e,t){var r=!0,i=!0,o=0,a=this.vw(),s=0,l=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(l=Math.abs(e.left-a.left)/e.width),0==l&&0==s&&(r=!1),l>s&&(i=!1),r)if(i){var c=this.v7.ek(-180,t);o=this.v7.ek(180,t)-c}else{o=this.v7.ek(-180,t)-this.v7.ek(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,r,o)},r.prototype.vw=function(){var e=new i.ScalerParams(1,r.x8,this.v0,this.v8.ch);e.c=this.vp;var t=new i.ScalerParams(1,r.x8,this.v0,this.wa.ch);t.c=this.vp;var o=this.v8.ek(r.x5.left,e),a=this.v8.ek(r.x5.right,e),s=this.wa.ek(r.x5.top,t),l=this.wa.ek(r.x5.bottom,t);return this.x7=new n.Rect(0,o/this.v0.width,l/this.v0.height,(a-o)/this.v0.width,(s-l)/this.v0.height),this.x7},r.prototype.yc=function(e){var t=this.hf,r=.5*(e.left+e.right),i=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),l=n.MathUtil.d(e.height,t,1),c=this.v0,u=c.width/c.height,p=s*c.width,h=l*c.height;p/h!=u&&(h*u>p?s=(p=h*u)/c.width:l=(h=p/u)/c.height);var g=s!=o,y=l!=a,m=g?r-.5*s:e.left,f=y?i-.5*l:e.top,d=g?r+.5*s:e.right,b=y?i+.5*l:e.bottom;return m<0&&(d=(m=0)+s),d>1&&(m=(d=1)-s),f<0&&(b=(f=0)+l),b>1&&(f=(b=1)-l),new n.Rect(0,m,f,d-m,b-f)},r.prototype.vn=function(t){if(e.prototype.vn.call(this,this.v0),t.isEmpty)return n.Rect.empty;var r;if(t.width>t.height){var i=n.intDivide(n.truncate(t.width-t.height),2);r=new n.Rect(0,t.left+i,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);r=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return r},r.prototype.ye=function(e){return this.vn(e)},r.prototype.c7=function(){return new w(this)},r.prototype.xe=function(e){null!=e&&(e.bi=this)},r.prototype.pr=function(t){e.prototype.pr.call(this,t),this.wk=t},r.prototype.p2=function(t,r){e.prototype.p2.call(this,t,r),this.q7(this.v8),this.q7(this.wa),n.Rect.l_op_Inequality(t,r)&&this.xj(),this.wp&&(this.vl=this.vm()),this.xq()},Object.defineProperty(r.prototype,"wu",{get:function(){return this.ws},set:function(e){var t=this.ws;this.ws=e,this.p8("ActualWindowScale",t,this.ws)},enumerable:!1,configurable:!0}),r.prototype.hl=function(){return this.wu},r.prototype.hm=function(){return this.wu},r.prototype.q6=function(){e.prototype.q6.call(this);var t=Math.min(this.vl.width,this.vl.height);this.wu=t},r.prototype.fz=function(){return this.wm},r.prototype.cs=function(){return 0==this.ct&&this.wn?2:this.ct},r.prototype.p3=function(i,o,a,s){var l,c,u,p;switch(e.prototype.p3.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xf();break;case"WindowRect":this.xn();break;case r.$$p[0]:this.wg=this.wh(),null!=this.wd&&(this.wd.isHorizontalWrappingEnabled=2==this.wg);break;case r.$$p[1]:this.wm=this.wn,this.wg=this.wh(),this.cr=this.cs(),null!=this.wd&&(this.wd.isHorizontalWrappingEnabled=2==this.wg);break;case r.$$p[4]:this.vl=this.vm();break;case"BackgroundContent":if(null!=this.wd){var h=this.wd;h.imageTilesReady=n.delegateRemove(h.imageTilesReady,n.runOn(this,this.xg)),this.wd.deferralHandler=null}if(this.wd=n.typeCast(d.$,this.backgroundContent),null!=this.wd){var g=this.wd;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.xg)),this.wd.deferralHandler=this,this.wd.isHorizontalWrappingEnabled=2==this.wg}this.wk.fu(n.typeCast(d.$,a),n.typeCast(d.$,s)),null!=this.wd&&(this.wd.geographicMap=this,this.wk.fr(this.vl),this.wk.fv(this.hb));break;case"YAxis":case"XAxis":this.xl(a),this.xe(s);break;case r.$$p[6]:this.wo||(this.v1=r.x8),this.xf(),this.xm(),this.xn(),this.vl=this.vm(),this.wk.fs();break;case"ActualWindowRect":this.wk.fr(this.vl);break;case"ActualWorldRect":try{for(var y=t.__values(n.fromEnum(this.series)),m=y.next();!m.done;m=y.next()){m.value.rm(!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 r.$$p[5]:this.wu=this.wv;break;case"ActualWindowScale":this.f6||this.rh(this.hl(),this.hm());break;case"ActualPixelScalingRatio":this.wk.fv(this.hb);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var f=s;n.isNaN_(f)||n.isInfinity(f)?(this.hf=5e-6,this.he=5e-6):(this.hf=f,this.he=f);break;case r.$$p[7]:this.rd();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(n.fromEnum(this.series)),S=b.next();!S.done;S=b.next()){S.value.qb()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(u)throw u.error}}}},r.prototype.xg=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.xl=function(e){null!=e&&(e.bi=null)},r.prototype.xm=function(){null!=this.v8&&(this.v8.l6=this.x9.left,this.v8.l5=this.x9.right),null!=this.wa&&(this.wa.l6=this.x9.top,this.wa.l5=this.x9.bottom),this.v8.c2(!0),this.wa.c2(!0)},r.prototype.getFontInfo=function(){return this.wl=this.wk.fo,this.wl},r.prototype.up=function(){return this.wk.fw},r.prototype.getFontBrush=function(){return this.wk.fx},r.prototype.qz=function(t,r){if(null!==n.typeCast(n.ItfConverter.$,r)){var i=r,o=t;o.itemsSource=i.triangulationSource.points,o.w0=i.triangulationSource.triangles}else e.prototype.qz.call(this,t,r)},r.prototype.register=function(e,t){this.qn(e,t)},r.prototype.unRegister=function(e){this.q5(e)},r.prototype.deferredRefresh=function(){this.m6()},r.prototype.deferAction=function(e){null!=this.wx?this.wx.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.xd=function(e){this.rc(e)},r.prototype.wy=function(){var e=new i.ChartVisualData,t=this.v8.fx(),r=this.wa.fx();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kk();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.v0),e.centralArea=n.RectData.b(this.v0),e.plotArea=n.RectData.b(this.v0),e},r.prototype.vs=function(e,t,r){return e},r.prototype.xh=function(){},Object.defineProperty(r.prototype,"yk",{get:function(){return this.x6},set:function(e){this.x6=e},enumerable:!1,configurable:!0}),r.prototype.xr=function(e){this.yk=e,this.xq()},r.prototype.xq=function(){if(this.wr&&!this.yk.isEmpty){var e=this.getZoomFromGeographicRect(this.yk);this.yk=n.Rect.empty,this.rj(e,!1)}},Object.defineProperty(r.prototype,"wr",{get:function(){return!this.v0.isEmpty&&!this.vp.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.wi=0,r.x5=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.x8=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"p8",["BackgroundTilingMode:wf:xs",[c,n.enumGetBox(c,0)],"IsHorizontalWrappingEnabled:wn:xt",[0,!1],"ResizeBehavior:wj:xu",[s,n.enumGetBox(s,r.wi)],"SuppressZoomResetOnWorldRectChange:wo:xv",[0,!1],"UseWorldRectForZoomBounds:wp:xw",[0,!1],"WindowScale:wv:xx",[1,NaN],"WorldRect:yl:xy",[n.Rect.$,r.x5],"Zoomable:wq:xz",[0,!0]]),r}(i.SeriesViewer),d=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new b(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var r=this.ao;r.downloadingImage=n.delegateCombine(r.downloadingImage,n.runOn(this,this.a3));var i=this.ao;i.cancellingImage=n.delegateCombine(i.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.ye(t),o=f.x5,a=this.geographicMap.x9,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/r.width*s*l;var c=this.geographicMap.v8,u=this.geographicMap.wa,p=new i.ScalerParams(1,this.windowRect,t,c.ch);p.c=r;var h=new i.ScalerParams(1,this.windowRect,t,u.ch);h.c=r;var g=c.ek(o.left,p),y=u.ek(o.bottom,h),m=-g/t.width*this.ao.a5,d=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:m,y:d},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new g)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",f.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),b=function(e){function r(t){var r=e.call(this)||this;return r.a=null,r.j=null,r.d=null,r.b=1,r.j=n.Rect.empty,r.a=t,r.a.ao=new n.XamMultiScaleImage,r.a.ao.ao=r.a.ap,r.a.a9(),r}return t.__extends(r,e),r.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},r.prototype.f=function(e){this.a.ao.b1(e)},r.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},r.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(r.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),r.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},r.$t=n.markType(r,"GeographicMapImageryView"),r}(n.Base),S=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.wr;t.xr=this.ch.w3,t.xz=this.ch.w1,t.trianglesSource=this.ch.w0,t.xf=this.ch.w6,t.xh=this.ch.w8,t.xj=this.ch.xa},r.prototype.ck=function(){var e=this.ch.wr;if(null==this.ch.c9)return e.wp=null,void(e.wq=null);e.wp=this.ch.c9.v8,e.wq=this.ch.c9.wa},r.prototype.cj=function(){this.ch.wr.xr=this.ch.w3},r.prototype.ci=function(){this.ch.wr.xz=this.ch.w1},r.prototype.cl=function(){this.ch.wr.trianglesSource=this.ch.w0},r.prototype.cm=function(){this.ch.wr.xf=this.ch.w6},r.prototype.cn=function(){this.ch.wr.xh=this.ch.w8},r.prototype.co=function(){this.ch.wr.xj=this.ch.xa},r.$t=n.markType(r,"GeographicXYTriangulatingSeriesView",m.$),r}(m),x=function(e){function r(t){var r=e.call(this,t)||this;return r.cp=null,r.cp=t,r}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q},r.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xl&&(this.cp.xl.yy=this.cp.xp,this.cp.xl.ym=this.cp.xk)},r.prototype.cq=function(){null!=this.cp.xl&&(this.cp.xl.yy=this.cp.xp)},r.prototype.cr=function(){null!=this.cp.xl&&(this.cp.xl.ym=this.cp.xk)},r.$t=n.markType(r,"GeographicScatterAreaSeriesView",S.$),r}(S),w=function(e){function r(t){var r=e.call(this,t)||this;return r.fn=null,r.fz=null,r.fx=null,r.fw=null,r.fo=null,r.fp=NaN,r.fz=n.Rect.empty,r.fn=t,r.fn.uj=2,r.fn.il=5e-6,r}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bw(e),this.fn.xd(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,r,i,o,a=this.j.a8(e,t,r,i,o);e=a.p0,t=a.p1,r=a.p2,i=a.p3,o=a.p4,this.fx=r,this.fo=i,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var 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))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var r=this.fn.backgroundContent;r.be(this.j.ae),r.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.wd&&(this.fn.wd.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.wd&&(this.fn.wd.windowRect=this.fn.vl),null!=e){var r=e.ao;null!=r&&this.fn.al.h.remove(r.ag),e.bd(null),e.be(null)}if(null!=t){var i=t.ao;null!=i&&this.fn.al.h.add(i.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.hb;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),v=function(e){function r(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.c(r.tilePathProperty)},set:function(e){this.h(r.tilePathProperty,e)},enumerable:!1,configurable:!0}),r.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},r.prototype.bq=function(t,r,i){switch(t){case"TilePath":this.ap.setTilePathUrl(null==i?null:i),this.aj.e()}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"OpenStreetMapImagery",d.$),r.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.br)),r}(d),M=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.prototype.cq=function(){return new S(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.wz=t},r.prototype.q4=function(t,i,n,o){switch(e.prototype.q4.call(this,t,i,n,o),i){case"SeriesViewer":this.wz.ck();break;case r.$$p[1]:this.wz.cj();break;case r.$$p[0]:this.wz.ci();break;case r.$$p[5]:this.wz.cl();break;case r.$$p[2]:this.wz.cm();break;case r.$$p[3]:this.wz.cn();break;case r.$$p[4]:this.wz.co()}},r.$t=n.markType(r,"GeographicXYTriangulatingSeries",y.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["LatitudeMemberPath:w1:xc",[2,"pointY"],"LongitudeMemberPath:w3:xd",[2,"pointX"],"TriangleVertexMemberPath1:w6:xf",[2,"v1"],"TriangleVertexMemberPath2:w8:xg",[2,"v2"],"TriangleVertexMemberPath3:xa:xh",[2,"v3"],"TrianglesSource:w0:xe",[n.IEnumerable_$type,null]]),r}(y),I=function(e){function r(){var t=e.call(this)||this;return t.xi=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_es=function(){return!0},Object.defineProperty(r.prototype,"xk",{get:function(){return this.xi},set:function(e){if(this.xi!=e){var t=this.xi;if(null!=this.xi){var r=this.xi;r.propertyChanged=n.delegateRemove(r.propertyChanged,n.runOn(this,this.xs))}if(this.xi=e,null!=this.xi){var i=this.xi;i.propertyChanged=n.delegateCombine(i.propertyChanged,n.runOn(this,this.xs))}this.raisePropertyChanged("ColorScale",t,this.xi),null!=this.xl&&(this.xl.ym=e)}},enumerable:!1,configurable:!0}),r.prototype.xs=function(e,t){this.xn.cr(),this.xu(),this.rm(!1)},r.prototype.xu=function(){null!=this.xl&&(this.xj=this.xl.yl)},r.prototype.sa=function(){e.prototype.sa.call(this),this.xu()},r.prototype.wq=function(){this.xl=new i.ScatterAreaSeries;var e=this.xl;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.xt)),this.xl},r.prototype.xt=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.cq=function(){return new x(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.xn=t},r.prototype.q4=function(t,i,n,o){switch(e.prototype.q4.call(this,t,i,n,o),i){case r.$$p[1]:this.xn.cq();break;case"ColorScale":this.xn.cr(),this.xu()}},r.prototype.get_g5=function(){return!0},r.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",M.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:xj:xv",[i.ColorScale.$,null],"ColorMemberPath:xp:xw",[2,"value"]]),r}(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,r,o,a,s){var l,c=e.call(this)||this;c._renderer=t,c._elRef=r,c._ngZone=o,c._componentFactoryResolver=a,c._injector=s,c.actualSeries=[],c._series=null,c._dataSource=null,c._seriesAdapter=null,c._defaultTooltips=null,c._imageTilesReady=null,c._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(c)),c._zoneRunner=function(e){return c._ngZone.run(e)},c._container=t.createElement("div"),t.appendChild(r.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 n.AngularRenderer(l,c._renderer,window.document,c._ngZone,!0,i.DataChartStylingDefaults);c._wrapper=u;var p=c.i;return c._chart=p,p.provideContainer(u),u.addSizeWatcher((function(){c._chart.notifyContainerResized()})),c}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgxSeriesCollection;t._innerColl.addListener((function(t,r){switch(r.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex),e._seriesAdapter.insertManualItem(r.newStartingIndex,r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),o.prototype.ngOnDestroy=function(){this._chart.destroy(),this._wrapper.destroy()},o.prototype.createImplementation=function(){return new f},Object.defineProperty(o.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),o.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},o.prototype.ngAfterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),r=this._componentFactoryResolver.resolveComponentFactory(t),i=this._dynamicContent.createComponent(r);this._defaultTooltips=i,i.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(i)}))}this._seriesAdapter=new n.CollectionAdapter(this.contentSeries,this.i.series,this.actualSeries,(function(e){return e.i}),(function(t){t.owner=e,t._provideRenderer(e._dataSource),t.provideData(e._dataSource),e._ensureDefaultTooltip(t),e._ensureTooltipCreated(t)}),(function(e){e._provideRenderer(null),e.provideData(null)})),this.i.notifyContainerResized()},o.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var r=new n.AngularWrapper(e,t._renderer,t._ngZone);return r.updateToolTip=e.updateToolTip,r.hideToolTip=e.hideToolTip,r}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,r=0;r<t.length;r++)t[r].showDefaultTooltip&&this._ensureDefaultTooltip(t[r])},o.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=n.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),r=this._dynamicContent.createComponent(t),i=r.location.nativeElement,o=this;return i.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new n.IgxDataContext;a._implementation=e,e=a}return t?e.isSubContent=!0:i.parentElement!=o._container&&(null!=i.parentElement&&i.parentElement.removeChild(i),o._container.appendChild(i)),r.instance.context=e,i.style.display="block",!0},i.hideToolTip=function(){i.style.display="none"},i.style.display="none",r},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.wq},set:function(e){this.i.wq=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.wj},set:function(e){this.i.wj=n.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.wn},set:function(e){this.i.wn=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.wf},set:function(e){this.i.wf=n.ensureEnum(c,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.wp},set:function(e){this.i.wp=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.wo},set:function(e){this.i.wo=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return n.fromRect(this.i.yl)},set:function(e){this.i.yl=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.x9)},set:function(e){this.i.x9=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.v8;if(null==e)return null;if(!e.externalObject){var t=i.IgxNumericXAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.v8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.wa;if(null==e)return null;if(!e.externalObject){var t=i.IgxNumericYAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.wa=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.e9},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.wv},set:function(e){this.i.wv=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.wu},set:function(e){this.i.wu=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.wr},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,r,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,r,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.yd();return n.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.xp(n.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.xo(n.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var r=this.i.ya(n.toRect(e),t);return n.fromRect(r)},o.prototype.getZoomFromGeographicPoints=function(e,t){var r=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(r)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.yf(n.toRect(e));return n.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.x1(n.toPoint(e));return n.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.x2(n.toPoint(e));return n.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.x3(n.toPoint(e));return n.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.xc()},o.prototype.styleUpdated=function(){this.i.xk()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.hl()},o.prototype.getActualWindowScaleVertical=function(){return this.i.hm()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.wy()},o.prototype.zoomToGeographic=function(e){this.i.xr(n.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){var i=new C;i._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,i),e._imageTilesReady.emit({sender:e,args:i})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[{token:r.Renderer2},{token:r.ViewContainerRef},{token:r.NgZone},{token:r.ComponentFactoryResolver},{token:r.Injector}],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:i.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:r.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:r,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(i.IgxSeriesViewerComponent);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:_,decorators:[{type:r.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:r.ChangeDetectionStrategy.OnPush,providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return _}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:r.Renderer2},{type:r.ViewContainerRef},{type:r.NgZone},{type:r.ComponentFactoryResolver},{type:r.Injector}]},propDecorators:{contentSeries:[{type:r.ContentChildren,args:[i.IgxSeriesComponent]}],_dynamicContent:[{type:r.ViewChild,args:["dynamicContent",{read:r.ViewContainerRef,static:!0}]}],height:[{type:r.Input}],width:[{type:r.Input}],legend:[{type:r.Input}],dataSource:[{type:r.Input}],zoomable:[{type:r.Input}],resizeBehavior:[{type:r.Input}],isHorizontalWrappingEnabled:[{type:r.Input}],backgroundTilingMode:[{type:r.Input}],useWorldRectForZoomBounds:[{type:r.Input}],suppressZoomResetOnWorldRectChange:[{type:r.Input}],worldRect:[{type:r.Input}],actualWorldRect:[{type:r.Input}],xAxis:[{type:r.Input}],yAxis:[{type:r.Input}],windowScale:[{type:r.Input}],actualWindowScale:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var k=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:k,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var P=function(e){function r(t){var r=e.call(this)||this;if(t)for(var i=0;i<t.length;i++)r.add(t[i]);return r}return t.__extends(r,e),r.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var r=e;return r.equals?r.equals(t):r===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},r}(n.IgCollection),D=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),T=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),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 n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new C;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new r.EventEmitter,this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,(function(t,r){var i=new j;i._provideImplementation(r),e.beforeImagesChanged&&e.beforeImagesChanged(e,i),e._imagesChanged.emit({sender:e,args:i})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new r.EventEmitter,this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,(function(t,r){var i=new n.IgxCancellingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeCancellingImage&&e.beforeCancellingImage(e,i),e._cancellingImage.emit({sender:e,args:i})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new r.EventEmitter,this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,(function(t,r){var i=new n.IgxDownloadingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,i),e._downloadingImage.emit({sender:e,args:i})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function r(t){for(var r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=r[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(r,e),r.$t=n.markType(r,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),r}(n.ObservableCollection$1),R=function(e){function r(t){var r=e.call(this,t)||this;return r.k=t,r}return t.__extends(r,e),r.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},r.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},r.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},r.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},r.$t=n.markType(r,"BingMapsMapImageryView",b.$),r}(b),V=function(e){function r(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=r.cc,t}return t.__extends(r,e),r.prototype.ai=function(){return new R(this)},r.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.co(!0)},r.prototype.co=function(e){this.cl(e)},r.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},r.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},r.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},r.prototype.cj=function(){},r.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var r=null==t?null:new $(1,t);this.actualSubDomains!=r&&(this.actualSubDomains=r),this.bp.m()},r.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var r=this.imageryStyle,i=(t+=n.enumGetBox(T,r))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(i,this.getResponseCompleted,null)}else this.cp("",null)}},r.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var r=e,i=JSON.parse(r).resourceSets;if(null!=i){var o=i.length>0?i[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)s.add(o[0].imageUrlSubdomains[l]);this.cp(a,s)}}}},r.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(r.$$p[4],this.actualSubDomains,this.actualSubDomains)},r.prototype.cm=function(t,i,o){switch(t){case r.$$p[0]:case r.$$p[3]:this.cq();break;case r.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case r.$$p[1]:this.bp.l(),this.aj.e();break;case r.$$p[2]:this.cq();break;case r.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;n.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,i,o)},r.$t=n.markType(r,"BingMapsMapImagery",d.$),r.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[T,n.enumGetBox(T,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),r}(d),z=function(e){function r(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new V},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new 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 r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.subDomains;i||(i=new $(0)),r._inner=i,r.clear(),this._subDomains._setSyncTarget(r),this.i.subDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new 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 r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.actualSubDomains;i||(i=new $(0)),r._inner=i,r.clear(),this._actualSubDomains._setSyncTarget(r),this.i.actualSubDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(T,e)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.i.requestMapSettings()},r}(O),A=function(){function e(){n.TypeRegistrar.registerCons("IgxBingMapsMapImagery",z),n.TypeRegistrar.register("BingMapsMapImagery",V.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,k],exports:[k]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,k],k]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:A,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,k],exports:[k],entryComponents:[]}]}],ctorParameters:function(){return[]}});var B=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:B,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new v},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),r}(O),F=function(){function e(){n.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",v.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,B],exports:[B]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,B],B]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:F,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,B],exports:[B],entryComponents:[]}]}],ctorParameters:function(){return[]}});var E=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:E,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var N=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new r.EventEmitter,this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,(function(t,r){var i=new n.IgxGetTileImageUriArgs;i._provideImplementation(r),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,i),e._getTileImageUri.emit({sender:e,args:i})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),i}(O),q=function(e){function r(t){var r=e.call(this,t)||this;return r.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(r,r.bq)),r}return t.__extends(r,e),r.prototype.bq=function(e,t){this.bp(t)},r.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},r.$t=n.markType(r,"CustomMapImagery",d.$),r}(d),U=function(){function e(){n.TypeRegistrar.registerCons("IgxCustomMapImagery",N),n.TypeRegistrar.register("CustomMapImagery",q.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,E],exports:[E]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,E],E]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:U,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,E],exports:[E],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:L,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function r(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(r,e),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.c(r.mapServerUriProperty)},set:function(e){this.h(r.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),r.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userName",{get:function(){return this.c(r.userNameProperty)},set:function(e){this.h(r.userNameProperty,e)},enumerable:!1,configurable:!0}),r.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"password",{get:function(){return this.c(r.passwordProperty)},set:function(e){this.h(r.passwordProperty,e)},enumerable:!1,configurable:!0}),r.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userToken",{get:function(){return this.c(r.userTokenProperty)},set:function(e){this.h(r.userTokenProperty,e)},enumerable:!1,configurable:!0}),r.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.c(r.isMapPublicProperty)},set:function(e){this.h(r.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),r.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.b8(!0)},r.prototype.b9=function(e){e()},r.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var i=this.defaultTokenTimeout;if(i<1&&(i=1),t+=n.stringFormat1(r.bv,this.userName,this.password,this.refererUri,i),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},r.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},r.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var r=e,i=JSON.parse(r);if(null!=i){var n="";null!=i.token&&(n=i.token),this.userToken=n}}},r.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var r=e,i=JSON.parse(r);null!=i&&null!=i.tileInfo&&(this.ap.levelOfDetail=i.tileInfo.lods.length)}},r.prototype.cf=function(t,r,i){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,i)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"ArcGISOnlineMapImagery",d.$),r.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",r.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cd)),r.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cg)),r.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ce)),r.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ch)),r.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,r.$,new n.PropertyMetadata(2,!0,r.cc)),r}(d),W=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new H},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.i.acquireNewToken()},r}(O),Z=function(){function e(){n.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),n.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,L],L]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Z,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[_],imports:[o.CommonModule,k,B,E,L],exports:[k,B,E,L,_]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,k,B,E,L],k,B,E,L]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:X,decorators:[{type:r.NgModule,args:[{declarations:[_],exports:[k,B,E,L,_],imports:[o.CommonModule,k,B,E,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicMapComponent",_)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,A,F,U,Z,X],exports:[A,F,U,Z,X]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,A,F,U,Z,X],A,F,U,Z,X]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Y,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[A,F,U,Z,X],imports:[o.CommonModule,A,F,U,Z,X],entryComponents:[_]}]}],ctorParameters:function(){return[]}});var K=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.fa},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.wt},set:function(e){this.i.wt=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.qb()},i.prototype.getItemValue=function(e,t){return this.i.ko(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.ma(e)},i.prototype.getItem=function(e){return this.i.kl(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.j8(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.j6(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,r){return this.i.i3(n.toPoint(e),t,r)},i.prototype.getSeriesValuePosition=function(e,t,r){var i=this.i.v5(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wg(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wi(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,r){return this.i.iz(n.toPoint(e),t,r)},i.prototype.getSeriesHighValuePosition=function(e,t,r){var i=this.i.v1(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesLowValue=function(e,t,r){return this.i.i1(n.toPoint(e),t,r)},i.prototype.getSeriesLowValuePosition=function(e,t,r){var i=this.i.v3(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,r){var i=this.i.v6(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,r){return this.i.i4(n.toPoint(e),t,r)},i.prototype.getItemSpan=function(){return this.i.iu()},i.prototype.renderSeries=function(e){this.i.rm(e)},i.prototype.styleUpdated=function(){this.i.r5()},i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(i.IgxSeriesComponent);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:K,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:r.Input}],coercionMethods:[{type:r.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(r,i){t._currData==e&&(null!=t._sub&&(t._sub(),t._sub),t.i.itemsSource=e.getPointData())})),null)):e},o.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgxShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted.subscribe(this.onShapeDataSourceImportCompleted)),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},o.prototype.onShapeDataSourceImportCompleted=function(e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(o.prototype,"shapeMemberPath",{get:function(){return this.i.xk},set:function(e){this.i.xk=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.w9},set:function(e){this.i.w9=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.w8},set:function(e){this.i.w8=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.w1},set:function(e){this.i.w1=n.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.w4;if(null==e)return null;if(!e.externalObject){var t=new n.IgxShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.w4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.xa},set:function(e){this.i.xa=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new r.EventEmitter,this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,(function(t,r){var n=new i.IgxAssigningShapeStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,n),e._assigningShapeStyle.emit({sender:e,args:n})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new r.EventEmitter,this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,r){var n=new i.IgxAssigningShapeMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,n),e._assigningShapeMarkerStyle.emit({sender:e,args:n})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:J,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:r.Input}],databaseSource:[{type:r.Input}],shapeMemberPath:[{type:r.Input}],isCustomShapeStyleAllowed:[{type:r.Input}],isCustomShapeMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],itemSearchPointsThreshold:[{type:r.Input}],shapefileDataSource:[{type:r.Input}],shapeFilterResolution:[{type:r.Input}],assigningShapeStyle:[{type:r.Output}],assigningShapeMarkerStyle:[{type:r.Output}]}});var Q=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.w7=!1,t.w6=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.w3=null,t.w5=!1,t}return t.__extends(r,e),r.prototype.cq=function(){return new ee(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.w2=t},r.prototype.get_fc=function(){return!0},r.prototype.get_eb=function(){return!0},r.prototype.q4=function(t,i,o,a){switch(e.prototype.q4.call(this,t,i,o,a),i){case"SeriesViewer":this.w2.ci();break;case"ShapeMemberPath":this.w2.ck();break;case r.$$p[5]:this.w2.cj();break;case r.$$p[1]:if(this.wr.xq=this.w9,this.w7=this.w9,this.w9){var s=this.wr;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.xn))}else{var l=this.wr;l.assigningShapeStyle=n.delegateRemove(l.assigningShapeStyle,n.runOn(this,this.xn))}break;case r.$$p[0]:if(this.wr.xp=this.w8,this.w6=this.w8,this.w9){var c=this.wr;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.xm))}else{var u=this.wr;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.xm))}break;case r.$$p[2]:this.wr.w7=this.w1;break;case r.$$p[3]:this.wr.x7=this.xb;break;case r.$$p[4]:this.wr.x8=this.xc;break;case"ShapefileDataSource":if(null!=o){var p=o;this.w5&&(p.importCompleted=n.delegateRemove(p.importCompleted,n.runOn(this,this.xo)))}if(null!=a){var h=a;if(h.count>0){this.xp();break}this.w5=!0,h.importCompleted=n.delegateCombine(h.importCompleted,n.runOn(this,this.xo))}}},r.prototype.xn=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.xm=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.xo=function(e,t){this.xp()},r.prototype.xp=function(){var e=this.w4.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"w4",{get:function(){return this.w3},set:function(e){var t=this.w3;this.w3=e,t!=this.w3&&this.raisePropertyChanged("ShapefileDataSource",t,this.w3)},enumerable:!1,configurable:!0}),r.prototype.get_g5=function(){return!0},r.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",y.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:w8:xq",[0,!1],"IsCustomShapeStyleAllowed:w9:xr",[0,!1],"ItemSearchMode:w1:xs",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xb:xt",[1,1e4],"ItemSearchThreshold:xc:xu",[1,1e4],"ShapeFilterResolution:xa:xv",[1,2],"ShapeMemberPath:xk:xw",[2,"points"]]),r}(y),ee=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.prototype.b5=function(){e.prototype.b5.call(this),this.ch.wr.yk=this.ch.xk},r.prototype.ci=function(){var e=this.ch.wr;if(null==this.ch.c9)return e.w1=null,void(e.w3=null);e.w1=this.ch.c9.v8,e.w3=this.ch.c9.wa},r.prototype.ck=function(){this.ch.wr.yk=this.ch.xk},r.prototype.cj=function(){this.ch.wr.x4=this.ch.xa},r.$t=n.markType(r,"GeographicShapeSeriesBaseView",m.$),r}(m),te=function(e){function r(t){var r=e.call(this,t)||this;return r.cl=null,r.cl=t,r.q||(r.cl.xk="points"),r}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.y4=i.Defaults.aj,this.cl.jn=i.Defaults.p,this.cl.x3=i.Defaults.o,this.cl.x0=i.Defaults.d,this.cl.xy=i.Defaults.a)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.wr.aa2=this.cl.y6,this.cl.wr.zv=this.cl.x1,this.cl.wr.aah=this.cl.ym,this.cl.wr.zy=this.cl.x3,this.cl.wr.zh=this.cl.xx},r.prototype.cq=function(){this.cl.wr.aah=this.cl.ym},r.prototype.cs=function(){this.cl.wr.zy=this.cl.x3},r.prototype.cn=function(){this.cl.wr.zh=this.cl.xx},r.prototype.cr=function(){this.cl.wr.zq=this.cl.x0},r.prototype.cm=function(){this.cl.wr.aay=this.cl.y3},r.prototype.co=function(){this.cl.wr.aaz=this.cl.y4},r.prototype.cp=function(){this.cl.wr.aa1=this.cl.y5},r.prototype.ct=function(){this.cl.wr.zv=this.cl.x1},r.prototype.cu=function(){this.cl.wr.aa2=this.cl.y6},r.$t=n.markType(r,"GeographicShapeSeriesView",ee.$),r}(ee),re=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_fo=function(){return!0},r.prototype.cq=function(){return new te(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.x2=t},r.prototype.wq=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yj)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.yk)),e},r.prototype.yj=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.yk=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.wr)},r.prototype.il=function(){return this.x3},r.prototype.ve=function(){return this.y1},r.prototype.vf=function(){return this.y2},r.prototype.ss=function(){return this.yl},r.prototype.l7=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.wr);return null==e?"Unknown":e.l7()},r.prototype.q4=function(t,i,n,o){switch(e.prototype.q4.call(this,t,i,n,o),i){case r.$$p[6]:this.wr.zo=this.xz;break;case r.$$p[5]:this.wr.zk=this.xy;break;case r.$$p[9]:this.x2.cq();break;case r.$$p[10]:this.x2.cs();break;case r.$$p[4]:this.x2.cn();break;case r.$$p[11]:this.x2.cr();break;case r.$$p[3]:this.x2.cm();break;case r.$$p[7]:this.x2.co();break;case r.$$p[8]:this.x2.cp();break;case r.$$p[13]:this.x2.ct();break;case r.$$p[12]:this.x2.cu()}},r.prototype.jj=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:y1:yn",[n.Brush.$],"ActualMarkerOutline:y2:yo",[n.Brush.$],"ActualMarkerTemplate:yl:yp",[n.DataTemplate.$,null],"MarkerBrush:y3:yq",[n.Brush.$],"MarkerCollisionAvoidance:xx:yr",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:xy:ys",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xz:yt",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:y4:yu",[n.Brush.$],"MarkerStyle:y5:yv",[n.Style.$],"MarkerTemplate:ym:yw",[n.DataTemplate.$,null],"MarkerThickness:x3:yx",[1,n.DeviceUtils.g(2)],"MarkerType:x0:yy",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:y6:yz",[n.Style.$,null],"ShapeStyleSelector:x1:y0",[i.StyleSelector.$,null]]),r}(Q),ie=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new re},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.fo},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.y6?this.i.y6.fill:null},set:function(e){this.ensureShapeStyle(),this.i.y6.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.y6?this.i.y6.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.y6.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.y6?this.i.y6.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.y6.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.y6?this.i.y6.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.y6.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.y6||(this.i.y6=new n.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.x0},set:function(e){this.i.x0=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.xz},set:function(e){this.i.xz=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.xy},set:function(e){this.i.xy=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.y3)},set:function(e){this.i.y3=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.y4)},set:function(e){this.i.y4=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.x3},set:function(e){this.i.x3=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.xx},set:function(e){this.i.xx=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.y1)},set:function(e){this.i.y1=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.y2)},set:function(e){this.i.y2=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ie,decorators:[{type:r.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return ie}))},{provide:K,useExisting:r.forwardRef((function(){return ie}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return ie}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],markerType:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],markerThickness:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}],styleShape:[{type:r.Output}]}});var ne=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],i.IgxScatterPolygonSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ne,decorators:[{type:r.NgModule,args:[{declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ie),n.TypeRegistrar.register("GeographicShapeSeries",re.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,ne],exports:[ne]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,ne],ne]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:oe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ne],exports:[ne],entryComponents:[ie]}]}],ctorParameters:function(){return[]}});var ae=function(e){function r(t){var r=e.call(this,t)||this;return r.cl=null,r.cl=t,r}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jn=i.Defaults.n)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.wr.zh=this.cl.xx,this.cl.wr.zm=this.cl.x5},r.prototype.cm=function(){this.cl.wr.zh=this.cl.xx},r.prototype.cn=function(){this.cl.wr.zm=this.cl.x5},r.$t=n.markType(r,"GeographicPolylineSeriesView",ee.$),r}(ee),se=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_fp=function(){return!0},r.prototype.cq=function(){return new ae(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.xy=t},r.prototype.wq=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.x2)),e},r.prototype.x2=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.q4=function(t,i,n,o){switch(e.prototype.q4.call(this,t,i,n,o),i){case r.$$p[1]:this.xy.cm();break;case r.$$p[0]:this.xy.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:x5:x3",[n.Style.$,null],"ShapeStyleSelector:xx:x4",[i.StyleSelector.$,null]]),r}(Q),le=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolyline",{get:function(){return this.i.fp},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.x5?this.i.x5.fill:null},set:function(e){this.ensureShapeStyle(),this.i.x5.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.x5?this.i.x5.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.x5.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.x5?this.i.x5.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.x5.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.x5?this.i.x5.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.x5.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.x5||(this.i.x5=new n.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:le,decorators:[{type:r.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return le}))},{provide:K,useExisting:r.forwardRef((function(){return le}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return le}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],styleShape:[{type:r.Output}]}});var ce=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[le],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[le,i.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],i.IgxScatterPolylineSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ce,decorators:[{type:r.NgModule,args:[{declarations:[le],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[le,i.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ue=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",le),n.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,ce],exports:[ce]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,ce],ce]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ue,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ce],exports:[ce],entryComponents:[le]}]}],ctorParameters:function(){return[]}});var pe=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:pe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function r(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(r,e),r.prototype.bq=function(e,t){var r=t.uri.toString().split("/"),i=parseInt(n.stringReplace(r[3],"/","")),o=parseInt(n.stringReplace(r[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(i,o,a)},r.prototype.br=function(e,t){var r=this,i=t.uri.toString().split("/"),o=parseInt(n.stringReplace(i[3],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return r.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},r.$t=n.markType(r,"TileGeneratorMapImagery",d.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),r}(d),ge=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new he},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),r}(O),ye=function(){function e(){n.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),n.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,pe],exports:[pe]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,pe],pe]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ye,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function r(){var t=e.call(this)||this;return t.zi=null,t.zh=null,t.imageTilesReady=null,t.zl=null,t.zm=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_f1=function(){return!0},r.prototype.cq=function(){return new fe(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.zg=t},r.prototype.get_xs=function(){return!1},Object.defineProperty(r.prototype,"zk",{get:function(){return this.zi},set:function(e){if(e!=this.zk){var t=this.zk;this.zi=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zj",{get:function(){return this.zh},set:function(e){var t=this.zh;this.zh=e,this.raisePropertyChanged("ActualTileImagery",t,this.zh)},enumerable:!1,configurable:!0}),r.prototype.q4=function(t,r,i,o){var a,s;switch(e.prototype.q4.call(this,t,r,i,o),r){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.zp))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.zp))),this.zg.dh(a,s),this.rm(!1),this.qg();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.zq)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.zq)),s.deferralHandler=this),this.zg.dg(a,s),null!=s&&null!==n.typeCast(f.$,this.c9)&&(s.geographicMap=this.c9,this.zs(this.ct),this.zg.dd(this.c9.vl)),this.qg();break;case"ActualWindowRect":this.zg.dd(o);break;case"WorldRect":this.zg.dk(o);break;case"SeriesViewer":var l=o;null!=i&&null!=this.zj&&this.zj.be(null),null!=l&&null!=this.zj&&this.zj.be(this.ct.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qi()}},r.prototype.zp=function(e,t){"MultiScaleImage"==t.propertyName&&this.zs(this.ct)},r.prototype.zq=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.zm||this.zg.di()},r.prototype.register=function(e,t){this.zl=t},r.prototype.unRegister=function(e){this.zl=null},r.prototype.deferredRefresh=function(){this.rm(!1)},r.prototype.deferAction=function(e){null!=this.jx?this.jx.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.sj=function(t,r){this.zg.dj(),e.prototype.sj.call(this,t,r)},r.prototype.rn=function(t){e.prototype.rn.call(this,t),this.zr(t,this.ct)},r.prototype.zr=function(e,t){var r,i,n=t,o=t.getViewInfo(r,i);r=o.p0,i=o.p1,this.zs(t),null!=this.zl&&(this.zm=!0,this.zl(e),this.zm=!1),n.di()},r.prototype.rl=function(t,r,i,n,o){e.prototype.rl.call(this,t,r,i,n,o);var a=this.hl.item(n);a.a3(i),this.d3(a)||this.yz(a)},r.prototype.zs=function(e){var t,r,i=e.getViewInfo(t,r);t=i.p0,r=i.p1,null!=this.zk&&null!=this.zk.ao&&(this.zk!=this.zj&&(this.zj=this.zk),null==this.zj||t.isEmpty||(this.zj.width!=t.width&&(this.zj.width=t.width),this.zj.height!=t.height&&(this.zj.height=t.height)))},r.prototype.o2=function(t,r){e.prototype.o2.call(this,t,r),r.de()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),fe=function(e){function r(t){var r=e.call(this,t)||this;return r.da=null,r.dl=new n.GeometryGroup,r.dc=null,r.db=null,r.da=t,r}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vo=i.Defaults.ao,this.da.u8=i.Defaults.an)},r.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},r.prototype.c5=function(e,t){return this.c6(e,t,!0)},r.prototype.c4=function(e,t){return null},r.prototype.co=function(e,t){},r.prototype.cm=function(e,t,r){},r.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},r.prototype.ct=function(){e.prototype.ct.call(this),this.as()},r.prototype.dd=function(e){null!=this.da.zk&&(this.da.zk.windowRect=e)},r.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jx.createElement("canvas");var r=this.e.jx.get2DCanvasContext(this.dc);this.db=new n.RenderingContext(new n.CanvasViewRenderer,r),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=n.delegateRemove(e.imagesChanged,n.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.df)))},r.prototype.df=function(e,t){this.as()},r.prototype.dh=function(e,t){},r.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.zk&&this.da.zk.bf(this.bx)},r.prototype.a8=function(t,r){if(e.prototype.a8.call(this,t,r),!r&&null!=this.dc){var i=!1;if(this.dl.d.count>0)i=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=n.truncate(Math.round(this.bx.left)),a=n.truncate(Math.round(this.bx.top)),s=n.truncate(Math.round(this.bx.width)),l=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,l,o,a,s,l),i&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(e){null!=this.da.zk&&this.da.zk.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),de=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new me},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isTile",{get:function(){return this.i.f1},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileImagery",{get:function(){var e=this.i.zk;return null==e?null:e.externalObject},set:function(e){this.i.zk=null==e?null:e.i},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:n,deps:[],target:r["ɵɵFactoryTarget"].Component}),n.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:n,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return n}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return n}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),n}(i.IgxShapeSeriesBaseComponent);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:de,decorators:[{type:r.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return de}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return de}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}]}});var be=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:be,decorators:[{type:r.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var Se=function(){function e(){n.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),n.TypeRegistrar.register("TileSeries",me.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,be],be]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Se,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var xe=function(e){function r(){var t=e.call(this)||this;return t.xy=null,t.xx=null,t.imageTilesReady=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_f1=function(){return!0},Object.defineProperty(r.prototype,"xz",{get:function(){return this.xy},set:function(e){if(e!=this.xz){var t=this.xz;this.xy=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),r.prototype.x3=function(){null!=this.xz&&this.xz.clearTileCache()},r.prototype.q4=function(t,r,i,n){switch(e.prototype.q4.call(this,t,r,i,n),r){case"TileImagery":null!=this.wr&&(this.wr.zk=this.xz)}},r.prototype.ww=function(){if(e.prototype.ww.call(this),this.wr.zk=this.xz,null!=this.xx){var t=this.xx;t.imageTilesReady=n.delegateRemove(t.imageTilesReady,n.runOn(this,this.x2))}if(this.xx=this.wr,null!=this.xx){var r=this.xx;r.imageTilesReady=n.delegateCombine(r.imageTilesReady,n.runOn(this,this.x2))}},r.prototype.wq=function(){return new me},r.prototype.x2=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.$t=n.markType(r,"GeographicTileSeries",Q.$),r}(Q),we=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new xe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.f1},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.xz;return null==e?null:e.externalObject},set:function(e){this.i.xz=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.x3()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new C;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:we,decorators:[{type:r.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return we}))},{provide:K,useExisting:r.forwardRef((function(){return we}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return we}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var ve=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[we],imports:[o.CommonModule,Se],exports:[we,Se]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Se],Se]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ve,decorators:[{type:r.NgModule,args:[{declarations:[we],imports:[o.CommonModule,Se],exports:[we,Se],entryComponents:[]}]}]});var Me=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",we),n.TypeRegistrar.register("GeographicTileSeries",xe.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,ve],exports:[ve]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,ve],ve]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Me,decorators:[{type:r.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.w1},set:function(e){this.i.w1=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.w2},set:function(e){this.i.w2=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.w0},set:function(e){this.i.w0=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.wz},set:function(e){this.i.wz=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.xv)},set:function(e){this.i.xv=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.xw)},set:function(e){this.i.xw=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.w3},set:function(e){this.i.w3=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.xg},set:function(e){this.i.xg=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.xt)},set:function(e){this.i.xt=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.xu)},set:function(e){this.i.xu=n.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ie,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:r.Input}],markerThickness:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],maximumMarkers:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}]}});var Ce=function(e){function r(){var t=e.call(this)||this,r=t.wr;return r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(t,t.xf)),t}return t.__extends(r,e),r.prototype.ss=function(){return this.xg},r.prototype.ve=function(){return this.xt},r.prototype.vf=function(){return this.xu},r.prototype.il=function(){return this.w2},r.prototype.l7=function(){var e=n.typeCast(i.MarkerSeries.$,this.wr);return null==e?"Unknown":e.l7()},r.prototype.xf=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.wr);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.xg=r.xr:"ActualMarkerOutline"==t.propertyName?this.xu=r.x9:"ActualMarkerBrush"==t.propertyName&&(this.xt=r.x8))},r.prototype.q4=function(t,i,n,o){switch(e.prototype.q4.call(this,t,i,n,o),i){case r.$$p[3]:this.wr.ya=this.xv;break;case r.$$p[6]:this.wr.yb=this.xw;break;case r.$$p[5]:this.wr.wv=this.w0;break;case r.$$p[4]:this.wr.wr=this.wz;break;case r.$$p[9]:this.wr.w1=this.w1;break;case r.$$p[7]:this.wr.xt=this.xh;break;case r.$$p[8]:this.wr.xa=this.w2;break;case r.$$p[10]:this.wr.z0=this.w3}},r.$t=n.markType(r,"GeographicMarkerSeries",y.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:xt:xi",[n.Brush.$],"ActualMarkerOutline:xu:xj",[n.Brush.$],"ActualMarkerTemplate:xg:xk",[n.DataTemplate.$,null],"MarkerBrush:xv:xl",[n.Brush.$],"MarkerFillMode:wz:xm",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:w0:xn",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:xw:xo",[n.Brush.$],"MarkerTemplate:xh:xp",[n.DataTemplate.$,null],"MarkerThickness:w2:xq",[1,n.DeviceUtils.g(2)],"MarkerType:w1:xr",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:w3:xs",[1,400]]),r}(y),_e=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q},r.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.wr;t.aak=this.ch.yq,t.aas=this.ch.yo,t.w1=this.ch.w1,t.xt=this.ch.xh,t.xa=this.ch.w2,t.acs=this.ch.ya,t.adi=this.ch.yv,t.aci=this.ch.x2,t.ac8=this.ch.ym,t.ac3=this.ch.ye,t.acf=this.ch.xz,t.acq=this.ch.x6,t.acr=this.ch.x9,t.acx=this.ch.yc,t.acw=this.ch.yb},r.prototype.cq=function(){this.ch.wr.aak=this.ch.yq},r.prototype.cp=function(){this.ch.wr.aas=this.ch.yo},r.prototype.cv=function(){this.ch.wr.w1=this.ch.w1},r.prototype.ct=function(){this.ch.wr.xt=this.ch.xh},r.prototype.cu=function(){this.ch.wr.xa=this.ch.w2},r.prototype.cw=function(){this.ch.wr.z0=this.ch.w3},r.prototype.cy=function(){this.ch.wr.xAxis=this.ch.c9.v8},r.prototype.cz=function(){this.ch.wr.yAxis=this.ch.c9.wa},r.prototype.cx=function(){var e=this.ch.wr;if(null==this.ch.c9)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c9.v8,e.yAxis=this.ch.c9.wa},r.prototype.cr=function(){this.ch.wr.ya=this.ch.xv},r.prototype.cs=function(){this.ch.wr.yb=this.ch.xw},r.prototype.c0=function(){this.ch.wr.adi=this.ch.yv},r.prototype.c1=function(){this.ch.wr.aci=this.ch.x2,this.ch.wr.acs=this.ch.ya},r.prototype.cl=function(){this.ch.wr.ac8=this.ch.ym},r.prototype.cj=function(){this.ch.wr.acf=this.ch.xz,this.ch.wr.acq=this.ch.x6,this.ch.wr.acr=this.ch.x9,this.ch.wr.acx=this.ch.yc,this.ch.wr.acw=this.ch.yb},r.prototype.ci=function(){this.ch.wr.ac3=this.ch.ye},r.prototype.c2=function(){this.ch.wr.acs=this.ch.ya},r.prototype.ck=function(){this.ch.wr.acq=this.ch.x6},r.prototype.co=function(){this.ch.wr.acr=this.ch.x9},r.prototype.cn=function(){this.ch.wr.acx=this.ch.yc},r.prototype.cm=function(){this.ch.wr.acw=this.ch.yb},r.$t=n.markType(r,"GeographicProportionalSymbolSeriesView",m.$),r}(m),ke=function(e){function r(){var t=e.call(this)||this;return t.x0=null,t.x5=!1,t.x4=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_eg=function(){return!0},r.prototype.cq=function(){return new _e(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.x3=t},r.prototype.jj=function(){return.7},r.prototype.wq=function(){return new i.BubbleSeries},r.prototype.get_fc=function(){return!0},r.prototype.q4=function(t,i,o,a){switch(e.prototype.q4.call(this,t,i,o,a),i){case"SeriesViewer":this.x3.cx();break;case r.$$p[9]:this.x3.cq();break;case r.$$p[8]:this.x3.cp();break;case"XAxis":this.x3.cy();break;case"YAxis":this.x3.cz();break;case r.$$p[13]:this.x3.c0();break;case r.$$p[14]:this.x3.c1();break;case r.$$p[15]:this.x3.c2();break;case r.$$p[7]:this.x3.cl();break;case r.$$p[0]:this.x3.ci();break;case r.$$p[1]:this.x3.cj();break;case r.$$p[2]:this.x3.ck();break;case r.$$p[12]:this.x3.co();break;case r.$$p[11]:this.x3.cn();break;case r.$$p[10]:this.x3.cm();break;case r.$$p[4]:if(this.wr.zg=this.x8,this.x5=this.x8,this.x8){var s=this.wr;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y0))}else{var l=this.wr;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.y0))}break;case r.$$p[3]:if(this.wr.zf=this.x7,this.x4=this.x7,this.x8){var c=this.wr;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.yz))}else{var u=this.wr;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.yz))}break;case r.$$p[5]:this.wr.yz=this.x1;break;case r.$$p[6]:this.wr.zz=this.yd}},r.prototype.y0=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.yz=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",Ce.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:ye:y1",[2],"FillScale:xz:y2",[i.BrushScale.$],"FillScaleUseGlobalValues:x6:y3",[0,!1],"IsCustomScatterMarkerStyleAllowed:x7:y4",[0,!1],"IsCustomScatterStyleAllowed:x8:y5",[0,!1],"ItemSearchMode:x1:y6",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yd:y7",[1,1e4],"LabelMemberPath:ym:y8",[2],"LatitudeMemberPath:yo:y9",[2,null],"LongitudeMemberPath:yq:za",[2,null],"MarkerBrushBrightness:yb:zb",[1,NaN],"MarkerOutlineBrightness:yc:zc",[1,NaN],"MarkerOutlineUsesFillScale:x9:zd",[0,!1],"RadiusMemberPath:yv:ze",[2,null],"RadiusScale:x2:zf",[i.SizeScale.$],"RadiusScaleUseGlobalValues:ya:zg",[0,!1]]),r}(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.eg},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yo},set:function(e){this.i.yo=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yq},set:function(e){this.i.yq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.yv},set:function(e){this.i.yv=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.x2;if(null==e)return null;if(!e.externalObject){var t=i.IgxSizeScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x2=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.ye},set:function(e){this.i.ye=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xz;if(null==e)return null;if(!e.externalObject){var t=i.IgxBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xz=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x6},set:function(e){this.i.x6=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.x9},set:function(e){this.i.x9=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.yc},set:function(e){this.i.yc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.yb},set:function(e){this.i.yb=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.ya},set:function(e){this.i.ya=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.x8},set:function(e){this.i.x8=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.x7},set:function(e){this.i.x7=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x1},set:function(e){this.i.x1=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yd},set:function(e){this.i.yd=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,r,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ie,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ie);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Pe,decorators:[{type:r.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:Ie,useExisting:r.forwardRef((function(){return Pe}))},{provide:K,useExisting:r.forwardRef((function(){return Pe}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Pe}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],radiusMemberPath:[{type:r.Input}],radiusScale:[{type:r.Input}],labelMemberPath:[{type:r.Input}],fillMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],fillScaleUseGlobalValues:[{type:r.Input}],markerOutlineUsesFillScale:[{type:r.Input}],markerOutlineBrightness:[{type:r.Input}],markerBrushBrightness:[{type:r.Input}],radiusScaleUseGlobalValues:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var De=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[Pe],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[Pe,i.IgxBubbleSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxBubbleSeriesDynamicModule],i.IgxBubbleSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:De,decorators:[{type:r.NgModule,args:[{declarations:[Pe],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[Pe,i.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var Te=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",Pe),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",ke.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,De],De]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Te,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var je=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q},r.prototype.b5=function(){var t=this.ch.wr;e.prototype.b5.call(this),t.aak=this.ch.yf,t.aas=this.ch.yd,t.w1=this.ch.w1,t.xt=this.ch.xh,t.xa=this.ch.w2},r.prototype.cj=function(){this.ch.wr.aak=this.ch.yf},r.prototype.ci=function(){this.ch.wr.aas=this.ch.yd},r.prototype.cp=function(){this.ch.wr.w1=this.ch.w1},r.prototype.cn=function(){this.ch.wr.xt=this.ch.xh},r.prototype.co=function(){this.ch.wr.xa=this.ch.w2},r.prototype.cq=function(){this.ch.wr.z0=this.ch.w3},r.prototype.cs=function(){this.ch.wr.xAxis=this.ch.c9.v8},r.prototype.ct=function(){this.ch.wr.yAxis=this.ch.c9.wa},r.prototype.cr=function(){var e=this.ch.wr;if(null==this.ch.c9)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c9.v8,e.yAxis=this.ch.c9.wa},r.prototype.cl=function(){this.ch.wr.yk=this.ch.xz},r.prototype.ck=function(){this.ch.wr.ya=this.ch.xv},r.prototype.cm=function(){this.ch.wr.yb=this.ch.xw},r.$t=n.markType(r,"GeographicSymbolSeriesView",m.$),r}(m),Oe=function(e){function r(){var t=e.call(this)||this;return t.x1=null,t.x4=!1,t.x3=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_eg=function(){return!0},r.prototype.cq=function(){return new je(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.x2=t},r.prototype.jj=function(){return.7},r.prototype.wq=function(){return new i.ScatterSeries},r.prototype.get_fc=function(){return!0},r.prototype.q4=function(t,i,o,a){switch(e.prototype.q4.call(this,t,i,o,a),i){case"SeriesViewer":this.x2.cr();break;case r.$$p[5]:this.x2.cj();break;case r.$$p[4]:this.x2.ci();break;case r.$$p[6]:this.x2.cl();break;case"XAxis":this.x2.cs();break;case"YAxis":this.x2.ct();break;case r.$$p[1]:if(this.wr.zg=this.x6,this.x4=this.x6,this.x6){var s=this.wr;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.yk))}else{var l=this.wr;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.yk))}break;case r.$$p[0]:if(this.wr.zf=this.x5,this.x3=this.x5,this.x6){var c=this.wr;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.yj))}else{var u=this.wr;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.yj))}break;case r.$$p[2]:this.wr.yz=this.x0;break;case r.$$p[3]:this.wr.zz=this.x8}},r.prototype.yk=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.yj=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",Ce.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:x5:yl",[0,!1],"IsCustomScatterStyleAllowed:x6:ym",[0,!1],"ItemSearchMode:x0:yn",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:x8:yo",[1,1e4],"LatitudeMemberPath:yd:yp",[2,null],"LongitudeMemberPath:yf:yq",[2,null],"MarkerCollisionAvoidance:xz:yr",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:x7:ys",[0,!1]]),r}(Ce),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Oe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.eg},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.yd},set:function(e){this.i.yd=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yf},set:function(e){this.i.yf=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.xz},set:function(e){this.i.xz=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.x6},set:function(e){this.i.x6=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.x5},set:function(e){this.i.x5=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x0},set:function(e){this.i.x0=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.x8},set:function(e){this.i.x8=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:Ie,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ie);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:$e,decorators:[{type:r.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:Ie,useExisting:r.forwardRef((function(){return $e}))},{provide:K,useExisting:r.forwardRef((function(){return $e}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return $e}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var Re=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterSeriesDynamicModule],i.IgxScatterSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Re,decorators:[{type:r.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ve=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),n.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,Re],exports:[Re]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Re],Re]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ve,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Re],exports:[Re],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var ze=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgxTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted.subscribe(this.onTriangulationDataSourceImportCompleted)),this._cachedTriangulationDataSource.source=this._triangulationDataSource},i.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(i.prototype,"longitudeMemberPath",{get:function(){return this.i.w3},set:function(e){this.i.w3=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.w1},set:function(e){this.i.w1=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.w0},set:function(e){this.i.w0=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.w6},set:function(e){this.i.w6=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.w8},set:function(e){this.i.w8=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ze,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],latitudeMemberPath:[{type:r.Input}],trianglesSource:[{type:r.Input}],triangleVertexMemberPath1:[{type:r.Input}],triangleVertexMemberPath2:[{type:r.Input}],triangleVertexMemberPath3:[{type:r.Input}]}});var Ae=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new I},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.es},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){var e=this.i.xk;if(null==e)return null;if(!e.externalObject){var t=i.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xk=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.xj;if(null==e)return null;if(!e.externalObject){var t=i.IgxColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xj=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,r,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,r,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.xu()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:ze,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(ze);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ae,decorators:[{type:r.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:ze,useExisting:r.forwardRef((function(){return Ae}))},{provide:K,useExisting:r.forwardRef((function(){return Ae}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Ae}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:r.Input}],colorScale:[{type:r.Input}],actualColorScale:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Be=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[Ae],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Ae,i.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],i.IgxScatterAreaSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Be,decorators:[{type:r.NgModule,args:[{declarations:[Ae],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Ae,i.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Ae),n.TypeRegistrar.register("GeographicScatterAreaSeries",I.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,Be],exports:[Be]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Be],Be]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ge,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Be],exports:[Be],entryComponents:[Ae]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.prototype.b5=function(){e.prototype.b5.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.wr);t.yz=this.ch.xg,t.y7=this.ch.xe,t.xc=this.ch.w3,t.xb=this.ch.w2,t.f6=this.ch.w1,t.x7=this.ch.w5,t.x6=this.ch.w4,t.z5=this.ch.xz,t.z4=this.ch.xy,t.yj=this.ch.w8},r.prototype.cn=function(){this.ch.wr.yz=this.ch.xg},r.prototype.cm=function(){this.ch.wr.y7=this.ch.xe},r.prototype.cs=function(){this.ch.wr.xc=this.ch.w3},r.prototype.cq=function(){this.ch.wr.xb=this.ch.w2},r.prototype.co=function(){this.ch.wr.f6=this.ch.w1},r.prototype.cl=function(){this.ch.wr.x7=this.ch.w5},r.prototype.cj=function(){this.ch.wr.x6=this.ch.w4},r.prototype.cr=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.wr);if(null==this.ch.c9)return e.ww=null,void(e.wy=null);e.ww=this.ch.c9.v8,e.wy=this.ch.c9.wa},r.prototype.ct=function(){this.ch.wr.ww=this.ch.c9.v8},r.prototype.cu=function(){this.ch.wr.wy=this.ch.c9.wa},r.prototype.ck=function(){this.ch.wr.z5=this.ch.xz},r.prototype.ci=function(){this.ch.wr.z4=this.ch.xy},r.prototype.cp=function(){this.ch.wr.yj=this.ch.w8},r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.xz=i.Defaults.aq,this.ch.xy=i.Defaults.ap,this.ch.u8=i.Defaults.al,this.ch.vo=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",m.$),r}(m),Ee=function(e){function r(){var t=e.call(this)||this;return t.wz=null,t.progressiveLoadStatusChanged=null,t.w7=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.ji=function(){return n.isNaN_(this.jh)?i.Defaults.q:e.prototype.ji.call(this)},r.prototype.get_fm=function(){return!0},r.prototype.cq=function(){return new Fe(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.w0=t},r.prototype.wq=function(){return this.wz=new i.HighDensityScatterSeries,this.wz},Object.defineProperty(r.prototype,"w9",{get:function(){return this.w7},set:function(e){var t=this.w7;this.w7=e,this.raisePropertyChanged("ProgressiveStatus",t,this.w7)},enumerable:!1,configurable:!0}),r.prototype.ww=function(){e.prototype.ww.call(this);var t=this.wr;t.progressiveLoadStatusChanged=n.delegateCombine(t.progressiveLoadStatusChanged,n.runOn(this,this.xn));var r=this.wr;r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(this,this.xm))},r.prototype.xn=function(e,t){this.w9=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.xm=function(e,t){this.wz},r.prototype.q4=function(t,i,n,o){switch(e.prototype.q4.call(this,t,i,n,o),i){case"SeriesViewer":this.w0.cr();break;case r.$$p[5]:this.w0.cn();break;case r.$$p[4]:this.w0.cm();break;case r.$$p[9]:this.w0.cs();break;case r.$$p[8]:this.w0.cq();break;case r.$$p[6]:this.w0.co();break;case"XAxis":this.w0.ct();break;case"YAxis":this.w0.cu();break;case r.$$p[3]:this.w0.cl();break;case r.$$p[1]:this.w0.cj();break;case r.$$p[2]:this.w0.ck();break;case r.$$p[0]:this.w0.ci();break;case r.$$p[7]:this.w0.cp()}},r.prototype.get_g5=function(){return!0},r.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",y.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:xy:xo",[n.Color.$,i.Defaults.ap],"HeatMaximum:w4:xp",[1,50],"HeatMinimumColor:xz:xq",[n.Color.$,i.Defaults.aq],"HeatMinimum:w5:xr",[1,0],"LatitudeMemberPath:xe:xs",[2,null],"LongitudeMemberPath:xg:xt",[2,null],"MouseOverEnabled:w1:xu",[0,!1],"PointExtent:w8:xv",[1,1],"ProgressiveLoad:w2:xw",[0,!0],"UseBruteForce:w3:xx",[0,!1]]),r}(y),Ne=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Ee},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.fm},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.xe},set:function(e){this.i.xe=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.xg},set:function(e){this.i.xg=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.w3},set:function(e){this.i.w3=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.w2},set:function(e){this.i.w2=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.w1},set:function(e){this.i.w1=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.w5},set:function(e){this.i.w5=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.w4},set:function(e){this.i.w4=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.xz)},set:function(e){this.i.xz=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.xy)},set:function(e){this.i.xy=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.w8},set:function(e){this.i.w8=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.w9},set:function(e){this.i.w9=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new r.EventEmitter,this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,r){e._runInZone((function(){var t=new i.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(r),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ne,decorators:[{type:r.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:r.forwardRef((function(){return Ne}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Ne}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],useBruteForce:[{type:r.Input}],progressiveLoad:[{type:r.Input}],mouseOverEnabled:[{type:r.Input}],heatMinimum:[{type:r.Input}],heatMaximum:[{type:r.Input}],heatMinimumColor:[{type:r.Input}],heatMaximumColor:[{type:r.Input}],pointExtent:[{type:r.Input}],progressiveStatus:[{type:r.Input}],progressiveLoadStatusChanged:[{type:r.Output}]}});var qe=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],i.IgxHighDensityScatterSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:qe,decorators:[{type:r.NgModule,args:[{declarations:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ne),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ee.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,qe],exports:[qe]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,qe],qe]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ue,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,qe],exports:[qe],entryComponents:[Ne]}]}],ctorParameters:function(){return[]}});var Le=function(e){function r(t){var r=e.call(this,t)||this;return r.cp=null,r.cp=t,r}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jn=i.Defaults.m)},r.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.wr&&(this.cp.xj.ym=this.cp.xm,this.cp.xj.yw=this.cp.xq)},r.prototype.cq=function(){null!=this.cp.xj&&(this.cp.xj.ym=this.cp.xm)},r.prototype.cr=function(){null!=this.cp.xj&&(this.cp.xj.yw=this.cp.xq)},r.$t=n.markType(r,"GeographicContourLineSeriesView",S.$),r}(S),He=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_fh=function(){return!0},r.prototype.ww=function(){e.prototype.ww.call(this)},r.prototype.wq=function(){this.xj=new i.ScatterContourSeries;var e=this.xj;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.xt));var t=this.xj;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.xu)),this.xj},r.prototype.xt=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.xu=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.wr);null!=r&&"ActualFillScale"==t.propertyName&&(this.xl=r.yl)},r.prototype.sa=function(){e.prototype.sa.call(this)},r.prototype.cq=function(){return new Le(this)},r.prototype.qw=function(t){e.prototype.qw.call(this,t),this.xn=t},r.prototype.q4=function(t,i,n,o){switch(e.prototype.q4.call(this,t,i,n,o),i){case r.$$p[1]:this.xn.cq();break;case r.$$p[2]:this.xn.cr();break;case r.$$p[3]:this.xj.yj=this.xi;break;case"DashArray":this.xj.vv=this.vv;break;case"DashCap":this.xj.vw=this.vw;break;case"MiterLimit":this.xj.jf=this.jf;break;case"LineJoin":this.xj.vy=this.vy}},r.$t=n.markType(r,"GeographicContourLineSeries",M.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:xl:xv",[i.ValueBrushScale.$,null],"FillScale:xm:xw",[i.ValueBrushScale.$,null],"ValueMemberPath:xq:xx",[2,"value"],"ValueResolver:xi:xy",[i.ContourValueResolver.$,null]]),r}(M),We=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new He},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isLineContour",{get:function(){return this.i.fh},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.xq},set:function(e){this.i.xq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.xm;if(null==e)return null;if(!e.externalObject){var t=i.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xm=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){var e=this.i.xl;if(null==e)return null;if(!e.externalObject){var t=i.IgxValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.xi;if(null==e)return null;if(!e.externalObject){var t=i.IgxContourValueResolverComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xi=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,r,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:o,deps:[],target:r["ɵɵFactoryTarget"].Component}),o.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:ze,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(ze);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:We,decorators:[{type:r.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:ze,useExisting:r.forwardRef((function(){return We}))},{provide:K,useExisting:r.forwardRef((function(){return We}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return We}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],actualFillScale:[{type:r.Input}],valueResolver:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Ze=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],i.IgxScatterContourSeriesDynamicModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ze,decorators:[{type:r.NgModule,args:[{declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),n.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Xe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,ne,ce,pe,n.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],exports:[ne,ce,pe,n.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,ne,ce,pe,n.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],ne,ce,pe,n.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ye,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[ne,ce,pe,n.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],imports:[o.CommonModule,ne,ce,pe,n.IgxHeatTileGeneratorModule,ve,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,Re,Be,qe,Ze,X,n.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,deps:[],target:r["ɵɵFactoryTarget"].NgModule}),e.ɵmod=r["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[o.CommonModule,oe,ue,ye,n.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ue,ye,n.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=r["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:e,imports:[[o.CommonModule,oe,ue,ye,n.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],oe,ue,ye,n.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e}();r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:Ke,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[oe,ue,ye,n.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ue,ye,n.IgxHeatTileGeneratorDynamicModule,Me,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,Te,Ve,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TokenResponseModel"),r}(n.Base),Qe=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"MapServerResponseModel"),r}(n.Base),et=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TileInfoResponseModel"),r}(n.Base),tt=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"LevelOfDetailResponseModel"),r}(n.Base),rt=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBaseView",m.$),r}(m),it=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBaseView",m.$),r}(m),nt=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBaseView",m.$),r}(m),ot=function(e){function r(t){var r=e.call(this,t)||this;return r.ch=null,r.ch=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBaseView",m.$),r}(m),at=function(e){function r(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(r,e),r.$t=n.markType(r,"ImageryMetadata"),r}(n.Base),st=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(at.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResourceSet"),r}(n.Base),lt=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(st.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResponse"),r}(n.Base),ct=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicMarkerSeriesBase",Ce.$),r}(Ce),ut=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBase",ct.$),r}(ct),pt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(Ie);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:pt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(pt);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ht,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBase",y.$),r}(y),yt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:yt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var mt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBase",ct.$),r}(ct),ft=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(pt);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:ft,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBase",y.$),r}(y),bt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:i,deps:[],target:r["ɵɵFactoryTarget"].Component}),i.ɵcmp=r["ɵɵngDeclareComponent"]({minVersion:"12.0.0",version:"12.2.17",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:r,type:bt,decorators:[{type:r.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=ke,e.GeographicProportionalSymbolSeriesBase=ut,e.GeographicProportionalSymbolSeriesBaseView=rt,e.GeographicProportionalSymbolSeriesView=_e,e.GeographicScatterAreaSeries=I,e.GeographicScatterAreaSeriesView=x,e.GeographicShapeSeries=re,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=it,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=mt,e.GeographicSymbolSeriesBaseView=nt,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=z,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=ie,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=ne,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=ze,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=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,y=(r.a,!h.isEmpty),g=(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),y?(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=g+(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,y=s.width,g=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+y*(M-b)/S)-g*d)/m;x?w[v]=I:e.item(v,I)}else{var C=(r-p)/u;l&&(C=1-C),C=f+d*(C-g)/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),y=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),g=function(e){function i(){var t=e.call(this)||this;return t.ww=null,t.wy=t.wx(),t}return t.__extends(i,e),i.prototype.qe=function(){e.prototype.qe.call(this),null!=this.wy&&this.wy.qe()},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.wy.kq(e,i)},i.prototype.md=function(e){var t=this.nd(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.wy.md(t)},i.prototype.get_ki=function(){return this.k0(this.wy)},i.prototype.set_ki=function(e){this.oz(this.wy,e)},i.prototype.eb=function(e,t,i,n,r){return this.wy.eb(e,t,i,n,r)},i.prototype.ai=function(){return this.wy.ai()},i.prototype.bo=function(){return this.wy},Object.defineProperty(i.prototype,"wy",{get:function(){return this.ww},set:function(e){var t=this.ww;this.wy!=e&&(this.ww=e,this.w3(t,this.ww))},enumerable:!1,configurable:!0}),i.prototype.get_hasMarkers=function(){return this.wy.hasMarkers},i.prototype.w3=function(e,t){if(null!=this.ww){var i=this.ww;i.externalObject=r.TypeRegistrar.createFromInternal(i,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pf(this.wy),this.wz.b5(),null!=e){var n=e;this.rz(n,null)}if(null!=t){var o=t;this.rz(o,this)}},i.prototype.dg=function(e,t,i){return this.di(this.wy,e,t,i)},i.prototype.dh=function(e,t,i){return this.dj(this.wy,e,t,i)},i.prototype.kn=function(e){return this.kw(this.wy,e)},i.prototype.ka=function(e,t){return this.wy.ka(e,t)},i.prototype.j8=function(e,t){return this.wy.j8(e,t)},i.prototype.i5=function(e,t,i){return this.wy.i5(e,t,i)},i.prototype.wa=function(e,t,i){return this.wy.wa(e,t,i)},i.prototype.wl=function(e){return this.wy.wl(e)},i.prototype.ao=function(e){return this.wy.ao(e)},i.prototype.wm=function(e){return this.wy.wm(e)},i.prototype.ap=function(e){return this.wy.ap(e)},i.prototype.wn=function(e){return this.wy.wn(e)},i.prototype.wo=function(e){return this.wy.wo(e)},i.prototype.i1=function(e,t,i){return this.wy.i1(e,t,i)},i.prototype.v6=function(e,t,i){return this.wy.v6(e,t,i)},i.prototype.i3=function(e,t,i){return this.i5(e,t,i)},i.prototype.v8=function(e,t,i){return this.wy.v8(e,t,i)},i.prototype.wb=function(e,t,i){return this.wy.wb(e,t,i)},i.prototype.i6=function(e,t,i){return this.wy.i6(e,t,i)},i.prototype.v7=function(e,t,i){return this.wy.v7(e,t,i)},i.prototype.i2=function(e,t,i){return this.wy.i2(e,t,i)},i.prototype.v9=function(e,t,i){return this.wy.v9(e,t,i)},i.prototype.i4=function(e,t,i){return this.wy.i4(e,t,i)},i.prototype.j4=function(e){return this.wy.j4(e)},i.prototype.iw=function(){return this.wy.iw()},i.prototype.is=function(e){return this.wy.is(e)},i.prototype.ko=function(e){return this.wy.ko(e)},i.prototype.cs=function(){return new m(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.wz=r.typeCast(m.$,t)},Object.defineProperty(i.prototype,"w0",{get:function(){return this.c(i.w5)},set:function(e){this.h(i.w5,e)},enumerable:!1,configurable:!0}),i.prototype.q7=function(t,i,o,a){switch(e.prototype.q7.call(this,t,i,o,a),i){case"SeriesViewer":this.wy.db=this.db,null!=o&&o.q4(this.wy),null!=a&&this.db.m8(this.wy),this.wy.ra(this.wq),this.wy.index=this.index,this.py(this.wy),this.kg=this.wy.kg;var s=r.typeCast(n.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.w4))),null!=this.db){var l=this.db;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.w4))}this.w2();break;case"SyncLink":this.wy.c3=this.c3;break;case"VisibleFromScale":this.w2();break;case"Index":this.wy.index=this.index;break;case"ItemsSource":this.wz.b6();break;case"Resolution":this.wz.cd();break;case"TransitionDuration":this.wz.cg();break;case"Opacity":this.wz.ca();break;case"Visibility":var c=this.wy,u=this._visibility;c.visibility=u;break;case"MouseOverEnabled":this.wy.f8=this.f8;break;case"ExpectFunctions":this.wy.expectFunctions=this.expectFunctions;break;case"Thickness":this.wz.cf();break;case"Brush":this.wz.b4();break;case"Outline":this.wz.cc();break;case"ActualBrush":this.wz.b1();break;case"ActualOutline":this.wz.b2();break;case"MarkerFillOpacity":r.isNaN_(this.jg)||this.wz.b9();break;case"AreaFillOpacity":r.isNaN_(this.ik)||this.wz.b3();break;case"OutlineMode":this.wz.cb();break;case"ShowDefaultTooltip":this.wz.ce();break;case"Title":this.wy.title=this.title;break;case"LegendItemBadgeMode":this.wz.b7();break;case"LegendItemBadgeShape":this.wz.b8();break;case"Legend":this.wy.legend=this.legend,this.cv.av()}},i.prototype.w2=function(){if(null!=this.db&&null!=this.wy&&!r.isNaN_(this.w0))if(this.db.v4.width>this.w0){this.wy.visibility=1}else{this.wy.visibility=0}},i.prototype.w4=function(e,t){this.w2()},i.prototype.rp=function(t){e.prototype.rp.call(this,t),null!=this.wy&&this.wy.rp(t)},i.prototype.q3=function(t){e.prototype.q3.call(this,t),null!=this.wy&&this.wy.ql()},i.prototype.ro=function(e,t,i,n,r){null!=this.wy&&this.wy.ro(e,t,i,n,r)},i.prototype.a2=function(e,t){return this.wy.a2(e,t)},i.prototype.sa=function(){e.prototype.sa.call(this),this.wy.sa()},i.prototype.get_coercionMethods=function(){return this._coercionMethods},i.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.wy.coercionMethods=e},i.prototype.px=function(t){if(e.prototype.px.call(this,t),null!=this.wy){var i=this.wy.km();this.o8(t,i)}},i.$t=r.markType(i,"GeographicMapSeriesHost",n.Series.$),i.w5=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.wy.legendItemVisibility=0,this.b0.wy.itemsSource=this.b0.itemsSource,this.b0.wy.index=this.b0.index,this.b0.wy.vd=this.b0.vd,this.b0.wy.vt=this.b0.vd,this.b0.wy.ci=this.b0.ci,this.b0.wy.jj=this.b0.jj,this.b0.wy.kd=this.b0.kd,this.b0.wy._opacity=this.b0._opacity,this.b0.wy.jp=this.b0.jp,this.b0.wy.ik=this.b0.ik,this.b0.wy.jg=this.b0.jg,this.b0.wy.gp=this.b0.gp,this.b0.wy.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.wy.bd=this.b0.bd},i.prototype.b6=function(){this.b0.wy.itemsSource=this.b0.itemsSource},i.prototype.cd=function(){this.b0.wy.jj=this.b0.jj},i.prototype.cg=function(){this.b0.wy.kd=this.b0.kd},i.prototype.ca=function(){this.b0.wy._opacity=this.b0._opacity},i.prototype.cf=function(){this.b0.wy.jp=this.b0.jp},i.prototype.b4=function(){this.b0.wy.vd=this.b0.vd},i.prototype.cc=function(){this.b0.wy.vt=this.b0.vt},i.prototype.b1=function(){this.b0.wy.vd=this.b0.u7},i.prototype.b2=function(){this.b0.wy.vt=this.b0.vb},i.prototype.b7=function(){this.b0.wy.bd=this.b0.bd},i.prototype.b8=function(){this.b0.wy.legendItemBadgeShape=this.b0.legendItemBadgeShape},i.prototype.b3=function(){this.b0.wy.ik=this.b0.ik},i.prototype.b9=function(){this.b0.wy.jg=this.b0.jg},i.prototype.cb=function(){this.b0.wy.ci=this.b0.ci},i.prototype.ce=function(){this.b0.wy.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.xg=null,t.w5=!1,t.wx=1,t.xc=0,t.yn=null,t.wu=null,t.wq=null,t.ws=null,t.ww=null,t.yj={$type:r.Point_$type,x:NaN,y:NaN},t.yq=null,t.xb=1,t.imageTilesReady=null,t.w4=null,t.yp=r.Rect.empty,t.xc=u.am(i.yo.bottom)-u.am(i.yo.top),t.ab=i.$,t.backgroundContent=new v;var o,a=((o=new n.NumericXAxis).bi=t,o);a.cf=!0,t.wr=a,t.wr.n4=new p;var s=function(){var e=new n.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wt=s,t.wt.n4=new u,t.xy(),t.x5(),t.n0(),t}return t.__extends(i,e),i.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.wr.provideRenderer(t),this.wt.provideRenderer(t)},i.prototype.n0=function(){e.prototype.n0.call(this),this.w3.fv(this.hi)},i.prototype.fl=function(){return this.w9},i.prototype.fm=function(){return this.w9},i.prototype.w0=function(){return 0==this.wy&&this.w5?2:1},Object.defineProperty(i.prototype,"wz",{get:function(){return this.wx},set:function(e){this.wx=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ys",{get:function(){return this.yn},set:function(e){if(r.Rect.l_op_Inequality(this.yn,e)){var t=this.yn;this.yn=e,this.qm("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yw=function(){return this.ys},i.prototype.xy=function(){this.y4.isEmpty||(this.ys=this.y2(this.y4,1==this.cr))},i.prototype.y2=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.yo.width,y=u.am(i.yo.top);if(p/h>this.xc){var g=p/this.xc;o-=(g-h)/2*i.yo.width,a=g*i.yo.width,t&&(o<i.yo.left?o+=i.yo.left-o:o+a>i.yo.right&&(o-=o+a-i.yo.right))}else if(p/h<this.xc){var m=this.xc*h-p,f=c-m/2,d=l+m/2;t&&(f<y?d+=y-(f+=y-f):d>y+this.xc&&(f-=d-(y+this.xc),d-=d-(y+this.xc))),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.wu},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wu=e,this.qm("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wr",{get:function(){return this.wq},set:function(e){if(e!=this.wr){var t=this.wr;this.wq=e,this.qm("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"wt",{get:function(){return this.ws},set:function(e){if(e!=this.wt){var t=this.wt;this.ws=e,this.qm("YAxis",t,e)}},enumerable:!1,configurable:!0}),i.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},i.prototype.x8=function(e){this.wk=e},i.prototype.x7=function(e){this.y4=e},i.prototype.getZoomFromGeographicRect=function(e){return this.yu(e,!0,0)},i.prototype.yt=function(e,t){return this.yu(e,!1,t)},i.prototype.yu=function(e,t,o){var a=e;t&&(a=this.y2(e,!1));var s=this.wr,l=this.wt,c=new n.ScalerParams(1,i.yr,this.wj,s.ch);c.c=this.v8;var u=new n.ScalerParams(1,i.yr,this.wj,l.ch);u.c=this.v8;var p=this.wr.el(a.left,c),h=this.wr.el(a.right,c),y=this.wt.el(a.top,u),g=this.wt.el(a.bottom,u),m=(p-o)/this.wj.width,f=(g-o)/this.wj.height,d=(h-p+2*o)/this.wj.width,b=(y-g+2*o)/this.wj.height,S=new r.Rect(0,m,f,d,b);return S.intersect(i.yr),S.isEmpty&&(S=i.yr),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.yr;var l=new r.Rect(0,n,o,a,s);return this.getZoomFromGeographicRect(l)},i.prototype.yy=function(e){var t=this.wr,o=this.wt,a=new n.ScalerParams(1,e,this.wj,t.ch);a.c=this.v8;var s=new n.ScalerParams(1,e,this.wj,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),y=p-c,g=u-h,m=new r.Rect(0,c,h,y,g);return 1==this.cr&&(m.intersect(i.yo),m.isEmpty&&(m=i.yo)),m},i.prototype.yk=function(e){var t=this.wr.mf(e.x),i=this.wt.mf(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.yl=function(e){var t=this.wr.e6(e.x),i=this.wt.e6(e.y);return{$type:r.Point_$type,x:t,y:i}},i.prototype.ym=function(e){return this.yl(e)},i.prototype.xv=function(){var e=r.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},i.prototype.x1=function(e){},i.prototype.gg=function(){return!0},i.prototype.x3=function(){var e,i;this.w3.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.sa()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},i.prototype.x6=function(){if(2==this.w2){if(!this.wj.isEmpty&&this.wj.width>0&&this.wj.height>0){var e=this.wr.mf(this.wj.left+this.wj.width/2),t=this.wt.mf(this.wj.top+this.wj.height/2);this.yj={$type:r.Point_$type,x:e,y:t}}}else if(!this.wj.isEmpty&&this.wj.width>0&&this.wj.height>0){var i=this.wr.mf(this.wj.left),n=this.wt.mf(this.wj.top);this.yj={$type:r.Point_$type,x:i,y:n}}},i.prototype.x2=function(){(r.isNaN_(this.yj.x)||r.isNaN_(this.yj.y))&&this.x6();var e=this.yj.x,t=this.yj.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.yq.width);else{var c=new n.ScalerParams(1,i.yr,this.wj,this.wr.ch);c.c=this.v8;var u=this.wr.el(e,c);if(2==this.w2)o=u/this.wj.width-s/2;else o=u/this.wj.width;o+s>this.yq.right?o=this.yq.right-s:o<this.yq.left&&(o=this.yq.left)}if(l>this.yq.height);else{var p=new n.ScalerParams(1,i.yr,this.wj,this.wt.ch);p.c=this.v8;var h=this.wt.el(t,p);if(2==this.w2)a=h/this.wj.height-l/2;else a=h/this.wj.height;a+l>this.yq.bottom?a=this.yq.bottom-l:a<this.yq.top&&(a=this.yq.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.wr||null==this.wt)return t;this.wf();var i=t.left,n=t.top;1==this.cr&&(this.wk.width>this.yq.width?i=.5-this.wk.width/2:i+t.width>this.yq.right?i=this.yq.right-this.wk.width:i<this.yq.left&&(i=this.yq.left),this.wk.height>this.yq.height?n=.5-this.wk.height/2:n+this.wk.height>this.yq.bottom?n=this.yq.bottom-this.wk.height:n<this.yq.top&&(n=this.yq.top));var o=!1;!this.w8&&2==this.cr&&this.w5&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.yq.right>0&&(t.right-this.yq.right)/t.width>.8?(i=this.yq.left-(t.width-(t.right-this.yq.right)),o=!0):t.left<this.yq.left&&Math.abs(t.left-this.yq.left)/t.width>.8&&(i=this.yq.right-Math.abs(t.left-this.yq.left),o=!0));var a=new r.Rect(0,i,n,t.width,t.height);if(this.w8){var s=this.yt(this.y4,1);s=this.yv(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 y=a.width/a.height,g=s.height,m=y*g;a=new r.Rect(0,l-m/2,c-g/2,m,g),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.wk=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.wq.el(-180,t);o=this.wq.el(180,t)-c}else{o=this.wq.el(-180,t)-this.wq.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.yr,this.wj,this.wr.ch);e.c=this.v8;var t=new n.ScalerParams(1,i.yr,this.wj,this.wt.ch);t.c=this.v8;var o=this.wr.el(i.yo.left,e),a=this.wr.el(i.yo.right,e),s=this.wt.el(i.yo.top,t),l=this.wt.el(i.yo.bottom,t);return this.yq=new r.Rect(0,o/this.wj.width,l/this.wj.height,(a-o)/this.wj.width,(s-l)/this.wj.height),this.yq},i.prototype.yv=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.wj,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 y=s!=o,g=l!=a,m=y?i-.5*s:e.left,f=g?n-.5*l:e.top,d=y?i+.5*s:e.right,b=g?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.wj),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.yx=function(e){return this.v6(e)},i.prototype.c8=function(){return new x(this)},i.prototype.xx=function(e){null!=e&&(e.bi=this)},i.prototype.p5=function(t){e.prototype.p5.call(this,t),this.w3=t},i.prototype.qg=function(t,i){e.prototype.qg.call(this,t,i),this.rl(this.wr),this.rl(this.wt),r.Rect.l_op_Inequality(t,i)&&this.x2(),this.w8&&(this.v4=this.v5()),this.x9()},Object.defineProperty(i.prototype,"xd",{get:function(){return this.xb},set:function(e){var t=this.xb;this.xb=e,this.qm("ActualWindowScale",t,this.xb)},enumerable:!1,configurable:!0}),i.prototype.hs=function(){return this.xd},i.prototype.ht=function(){return this.xd},i.prototype.rk=function(){e.prototype.rk.call(this);var t=Math.min(this.v4.width,this.v4.height);this.xd=t},i.prototype.f4=function(){return this.w5},i.prototype.cs=function(){return 0==this.ct&&this.w6?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.xy();break;case"WindowRect":this.x6();break;case i.$$p[0]:this.wz=this.w0(),null!=this.ww&&(this.ww.isHorizontalWrappingEnabled=2==this.wz);break;case i.$$p[1]:this.w5=this.w6,this.wz=this.w0(),this.cr=this.cs(),null!=this.ww&&(this.ww.isHorizontalWrappingEnabled=2==this.wz);break;case i.$$p[4]:this.v4=this.v5();break;case"BackgroundContent":if(null!=this.ww){var h=this.ww;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.xz)),this.ww.deferralHandler=null}if(this.ww=r.typeCast(d.$,this.backgroundContent),null!=this.ww){var y=this.ww;y.imageTilesReady=r.delegateCombine(y.imageTilesReady,r.runOn(this,this.xz)),this.ww.deferralHandler=this,this.ww.isHorizontalWrappingEnabled=2==this.wz}this.w3.fu(r.typeCast(d.$,a),r.typeCast(d.$,s)),null!=this.ww&&(this.ww.geographicMap=this,this.w3.fr(this.v4),this.w3.fv(this.hi));break;case"YAxis":case"XAxis":this.x4(a),this.xx(s);break;case i.$$p[6]:this.w7||(this.wk=i.yr),this.xy(),this.x5(),this.x6(),this.v4=this.v5(),this.w3.fs();break;case"ActualWindowRect":this.w3.fr(this.v4);break;case"ActualWorldRect":try{for(var g=t.__values(r.fromEnum(this.series)),m=g.next();!m.done;m=g.next()){m.value.rp(!1)}}catch(e){l={error:e}}finally{try{m&&!m.done&&(c=g.return)&&c.call(g)}finally{if(l)throw l.error}}break;case i.$$p[5]:this.xd=this.xe;break;case"ActualWindowScale":this.gc||this.rv(this.hs(),this.ht());break;case"ActualPixelScalingRatio":this.w3.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.qe()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(p=b.return)&&p.call(b)}finally{if(u)throw u.error}}}},i.prototype.xz=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.prototype.x4=function(e){null!=e&&(e.bi=null)},i.prototype.x5=function(){null!=this.wr&&(this.wr.mc=this.ys.left,this.wr.mb=this.ys.right),null!=this.wt&&(this.wt.mc=this.ys.top,this.wt.mb=this.ys.bottom),this.wr.c2(!0),this.wt.c2(!0)},i.prototype.getFontInfo=function(){return this.w4=this.w3.fo,this.w4},i.prototype.u8=function(){return this.w3.fw},i.prototype.getFontBrush=function(){return this.w3.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.w7=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.xg?this.xg.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.xw=function(e){this.rq(e)},i.prototype.xh=function(){var e=new n.ChartVisualData,t=this.wr.fy(),i=this.wt.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.wj),e.centralArea=r.RectData.b(this.wj),e.plotArea=r.RectData.b(this.wj),e},i.prototype.wb=function(e,t,i){return e},i.prototype.x0=function(){},Object.defineProperty(i.prototype,"y3",{get:function(){return this.yp},set:function(e){this.yp=e},enumerable:!1,configurable:!0}),i.prototype.ya=function(e){this.y3=e,this.x9()},i.prototype.x9=function(){if(this.xa&&!this.y3.isEmpty){var e=this.getZoomFromGeographicRect(this.y3);this.y3=r.Rect.empty,this.rx(e,!1)}},Object.defineProperty(i.prototype,"xa",{get:function(){return!this.wj.isEmpty&&!this.v8.isEmpty},enumerable:!1,configurable:!0}),i.$t=r.markType(i,"XamGeographicMap",n.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),i.w1=0,i.yo=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),i.yr=new r.Rect(0,0,0,1,1),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"qm",["BackgroundTilingMode:wy:yb",[c,r.enumGetBox(c,0)],"IsHorizontalWrappingEnabled:w6:yc",[0,!1],"ResizeBehavior:w2:yd",[s,r.enumGetBox(s,i.w1)],"SuppressZoomResetOnWorldRectChange:w7:ye",[0,!1],"UseWorldRectForZoomBounds:w8:yf",[0,!1],"WindowScale:xe:yg",[1,NaN],"WorldRect:y4:yh",[r.Rect.$,i.yo],"Zoomable:w9:yi",[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.yx(t),o=f.yo,a=this.geographicMap.ys,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.wr,u=this.geographicMap.wt,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 y=c.el(o.left,p),g=u.el(o.bottom,h),m=-y/t.width*this.ao.a5,d=-g/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type: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 y)},i.prototype.a6=function(){this.aj.e()},i.prototype.bc=function(e){this.aj.i(e)},i.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},i.$t=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.wy;t.xy=this.ch.xa,t.x6=this.ch.w8,t.trianglesSource=this.ch.w7,t.xm=this.ch.xd,t.xo=this.ch.xf,t.xq=this.ch.xh},i.prototype.ck=function(){var e=this.ch.wy;if(null==this.ch.db)return e.ww=null,void(e.wx=null);e.ww=this.ch.db.wr,e.wx=this.ch.db.wt},i.prototype.cj=function(){this.ch.wy.xy=this.ch.xa},i.prototype.ci=function(){this.ch.wy.x6=this.ch.w8},i.prototype.cl=function(){this.ch.wy.trianglesSource=this.ch.w7},i.prototype.cm=function(){this.ch.wy.xm=this.ch.xd},i.prototype.cn=function(){this.ch.wy.xo=this.ch.xf},i.prototype.co=function(){this.ch.wy.xq=this.ch.xh},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.xs&&(this.cp.xs.y5=this.cp.xw,this.cp.xs.yt=this.cp.xr)},i.prototype.cq=function(){null!=this.cp.xs&&(this.cp.xs.y5=this.cp.xw)},i.prototype.cr=function(){null!=this.cp.xs&&(this.cp.xs.yt=this.cp.xr)},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.xw(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.ww&&(this.fn.ww.windowRect=e)},i.prototype.fu=function(e,t){if(null!=this.fn.ww&&(this.fn.ww.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.qz=function(t){e.prototype.qz.call(this,t),this.w6=t},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case"SeriesViewer":this.w6.ck();break;case i.$$p[1]:this.w6.cj();break;case i.$$p[0]:this.w6.ci();break;case i.$$p[5]:this.w6.cl();break;case i.$$p[2]:this.w6.cm();break;case i.$$p[3]:this.w6.cn();break;case i.$$p[4]:this.w6.co()}},i.$t=r.markType(i,"GeographicXYTriangulatingSeries",g.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:w8:xj",[2,"pointY"],"LongitudeMemberPath:xa:xk",[2,"pointX"],"TriangleVertexMemberPath1:xd:xm",[2,"v1"],"TriangleVertexMemberPath2:xf:xn",[2,"v2"],"TriangleVertexMemberPath3:xh:xo",[2,"v3"],"TrianglesSource:w7:xl",[r.IEnumerable_$type,null]]),i}(g),I=function(e){function i(){var t=e.call(this)||this;return t.xp=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,"xr",{get:function(){return this.xp},set:function(e){if(this.xp!=e){var t=this.xp;if(null!=this.xp){var i=this.xp;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.xz))}if(this.xp=e,null!=this.xp){var n=this.xp;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.xz))}this.raisePropertyChanged("ColorScale",t,this.xp),null!=this.xs&&(this.xs.yt=e)}},enumerable:!1,configurable:!0}),i.prototype.xz=function(e,t){this.xu.cr(),this.x1(),this.rp(!1)},i.prototype.x1=function(){null!=this.xs&&(this.xq=this.xs.ys)},i.prototype.sf=function(){e.prototype.sf.call(this),this.x1()},i.prototype.wx=function(){this.xs=new n.ScatterAreaSeries;var e=this.xs;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.x0)),this.xs},i.prototype.x0=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.cs=function(){return new w(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.xu=t},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case i.$$p[1]:this.xu.cq();break;case"ColorScale":this.xu.cr(),this.x1()}},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:xq:x2",[n.ColorScale.$,null],"ColorMemberPath:xw:x3",[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.w9},set:function(e){this.i.w9=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.w2},set:function(e){this.i.w2=r.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.w6},set:function(e){this.i.w6=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.wy},set:function(e){this.i.wy=r.ensureEnum(c,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.w8},set:function(e){this.i.w8=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.w7},set:function(e){this.i.w7=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return r.fromRect(this.i.y4)},set:function(e){this.i.y4=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.ys)},set:function(e){this.i.ys=r.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){var e=this.i.wr;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.wr=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){var e=this.i.wt;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.wt=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.xe},set:function(e){this.i.xe=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.xa},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.yw();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.x8(r.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.x7(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.yt(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.yy(r.toRect(e));return r.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.yk(r.toPoint(e));return r.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.yl(r.toPoint(e));return r.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.ym(r.toPoint(e));return r.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.xv()},o.prototype.styleUpdated=function(){this.i.x3()},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.xh()},o.prototype.zoomToGeographic=function(e){this.i.ya(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}({}),j=r.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new y},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),O=function(){function e(){this._imageTilesReady=null,this._imagesChanged=null,this._cancellingImage=null,this._downloadingImage=null,this._zoneRunner=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igx"+e.$type.name+"Component";return 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 T;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(j,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",[j,r.enumGetBox(j,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(d),z=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new V},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=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(j,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(O),A=function(){function e(){r.TypeRegistrar.registerCons("IgxBingMapsMapImagery",z),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,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 q=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),G=function(){function e(){r.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",q),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:G,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,B],exports:[B],entryComponents:[]}]}],ctorParameters:function(){return[]}});var F=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:F,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var E=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),N=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",E),r.TypeRegistrar.register("CustomMapImagery",N.$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,F],exports:[F]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,F],F]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:U,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,F],exports:[F],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,F,L],exports:[k,B,F,L,_]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,k,B,F,L],k,B,F,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,F,L,_],imports:[o.CommonModule,k,B,F,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,G,U,Z,X],exports:[A,G,U,Z,X]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,A,G,U,Z,X],A,G,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,G,U,Z,X],imports:[o.CommonModule,A,G,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.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.w0},set:function(e){this.i.w0=+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.qe()},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.wa(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wl(r.toPoint(e));return r.fromRect(t)},n.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wn(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.v6(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.v8(r.toPoint(e),t,i);return r.fromPoint(n)},n.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.wb(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.rp(e)},n.prototype.styleUpdated=function(){this.i.sa()},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.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xi},set:function(e){this.i.xi=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xh},set:function(e){this.i.xh=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.w9},set:function(e){this.i.w9=r.ensureEnum(n.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.xl},set:function(e){this.i.xl=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.xm},set:function(e){this.i.xm=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.w8;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.w8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xg},set:function(e){this.i.xg=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xk},set:function(e){this.i.xk=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){var e=this.i.xc;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.xc=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.xj},set:function(e){this.i.xj=+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.xf=!1,t.xe=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xb=null,t.xd=!1,t}return t.__extends(i,e),i.prototype.cs=function(){return new ee(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.xa=t},i.prototype.get_fe=function(){return!0},i.prototype.get_ed=function(){return!0},i.prototype.q7=function(t,n,o,a){switch(e.prototype.q7.call(this,t,n,o,a),n){case"SeriesViewer":this.xa.ci();break;case"ShapeMemberPath":this.xa.ck();break;case i.$$p[8]:this.xa.cj();break;case i.$$p[4]:if(this.wy.x6=this.xi,this.xf=this.xi,this.xi){var s=this.wy;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.x0))}else{var l=this.wy;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.x0))}break;case i.$$p[3]:if(this.wy.x5=this.xh,this.xe=this.xh,this.xi){var c=this.wy;c.assigningShapeMarkerStyle=r.delegateCombine(c.assigningShapeMarkerStyle,r.runOn(this,this.xz))}else{var u=this.wy;u.assigningShapeMarkerStyle=r.delegateRemove(u.assigningShapeMarkerStyle,r.runOn(this,this.xz))}break;case i.$$p[5]:this.wy.xi=this.w9;break;case i.$$p[6]:this.wy.yn=this.xk;break;case i.$$p[7]:this.wy.yo=this.xl;break;case i.$$p[0]:this.wy.ys=this.xm;break;case i.$$p[1]:this.wy.w8=this.w8;break;case i.$$p[2]:this.wy.x1=this.xg;break;case"ShapefileDataSource":if(null!=o){var p=o;this.xd&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.x1)))}if(null!=a){var h=a;if(h.count>0){this.x2();break}this.xd=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.x1))}}},i.prototype.x0=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},i.prototype.xz=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},i.prototype.x1=function(e,t){this.x2()},i.prototype.x2=function(){var e=this.xc.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(i.prototype,"xc",{get:function(){return this.xb},set:function(e){var t=this.xb;this.xb=e,t!=this.xb&&this.raisePropertyChanged("ShapefileDataSource",t,this.xb)},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",g.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["FillMemberPath:xm:x3",[2],"FillScale:w8:x4",[n.BrushScale.$],"FillScaleUseGlobalValues:xg:x5",[0,!1],"IsCustomShapeMarkerStyleAllowed:xh:x6",[0,!1],"IsCustomShapeStyleAllowed:xi:x7",[0,!1],"ItemSearchMode:w9:x8",[n.ShapeItemSearchMode_$type,r.enumGetBox(n.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xk:x9",[1,1e4],"ItemSearchThreshold:xl:ya",[1,1e4],"ShapeFilterResolution:xj:yb",[1,2],"ShapeMemberPath:xx:yc",[2,"points"]]),i}(g),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.wy.y5=this.ch.xx},i.prototype.ci=function(){var e=this.ch.wy;if(null==this.ch.db)return e.xc=null,void(e.xe=null);e.xc=this.ch.db.wr,e.xe=this.ch.db.wt},i.prototype.ck=function(){this.ch.wy.y5=this.ch.xx},i.prototype.cj=function(){this.ch.wy.yk=this.ch.xj},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.xx="points"),i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.zk=n.Defaults.aj,this.cl.jp=n.Defaults.p,this.cl.yj=n.Defaults.o,this.cl.yg=n.Defaults.d,this.cl.ye=n.Defaults.a)},i.prototype.b5=function(){e.prototype.b5.call(this),this.cl.wy.abr=this.cl.zm,this.cl.wy.aak=this.cl.yh,this.cl.wy.aa6=this.cl.y2,this.cl.wy.aan=this.cl.yj,this.cl.wy.z6=this.cl.yd},i.prototype.cq=function(){this.cl.wy.aa6=this.cl.y2},i.prototype.cs=function(){this.cl.wy.aan=this.cl.yj},i.prototype.cn=function(){this.cl.wy.z6=this.cl.yd},i.prototype.cr=function(){this.cl.wy.aaf=this.cl.yg},i.prototype.cm=function(){this.cl.wy.abn=this.cl.zj},i.prototype.co=function(){this.cl.wy.abo=this.cl.zk},i.prototype.cp=function(){this.cl.wy.abq=this.cl.zl},i.prototype.ct=function(){this.cl.wy.aak=this.cl.yh},i.prototype.cu=function(){this.cl.wy.abr=this.cl.zm},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.qz=function(t){e.prototype.qz.call(this,t),this.yi=t},i.prototype.wx=function(){var e=new n.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.yz)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.y0)),e},i.prototype.yz=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.y0=function(e,t){r.typeCast(n.ScatterPolygonSeries.$,this.wy)},i.prototype.io=function(){return this.yj},i.prototype.vj=function(){return this.zh},i.prototype.vk=function(){return this.zi},i.prototype.sx=function(){return this.y1},i.prototype.ma=function(){var e=r.typeCast(n.ScatterPolygonSeries.$,this.wy);return null==e?"Unknown":e.ma()},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case i.$$p[6]:this.wy.aad=this.yf;break;case i.$$p[5]:this.wy.z9=this.ye;break;case i.$$p[9]:this.yi.cq();break;case i.$$p[10]:this.yi.cs();break;case i.$$p[4]:this.yi.cn();break;case i.$$p[11]:this.yi.cr();break;case i.$$p[3]:this.yi.cm();break;case i.$$p[7]:this.yi.co();break;case i.$$p[8]:this.yi.cp();break;case i.$$p[13]:this.yi.ct();break;case i.$$p[12]:this.yi.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:zh:y3",[r.Brush.$],"ActualMarkerOutline:zi:y4",[r.Brush.$],"ActualMarkerTemplate:y1:y5",[r.DataTemplate.$,null],"MarkerBrush:zj:y6",[r.Brush.$],"MarkerCollisionAvoidance:yd:y7",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"MarkerFillMode:ye:y8",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:yf:y9",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:zk:za",[r.Brush.$],"MarkerStyle:zl:zb",[r.Style.$],"MarkerTemplate:y2:zc",[r.DataTemplate.$,null],"MarkerThickness:yj:zd",[1,r.DeviceUtils.g(2)],"MarkerType:yg:ze",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,2)],"ShapeStyle:zm:zf",[r.Style.$,null],"ShapeStyleSelector:yh:zg",[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.zm?this.i.zm.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zm.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.zm?this.i.zm.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zm.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.zm?this.i.zm.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zm.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.zm?this.i.zm.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zm.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.zm||(this.i.zm=new r.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.yg},set:function(e){this.i.yg=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.yf},set:function(e){this.i.yf=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.ye},set:function(e){this.i.ye=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.y2},set:function(e){this.i.y2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{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,"markerOutline",{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,"markerThickness",{get:function(){return this.i.yj},set:function(e){this.i.yj=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yd},set:function(e){this.i.yd=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.y1},set:function(e){this.i.y1=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.zh)},set:function(e){this.i.zh=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{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,"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.wy.z6=this.cl.yd,this.cl.wy.aab=this.cl.yl},i.prototype.cm=function(){this.cl.wy.z6=this.cl.yd},i.prototype.cn=function(){this.cl.wy.aab=this.cl.yl},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.qz=function(t){e.prototype.qz.call(this,t),this.ye=t},i.prototype.wx=function(){var e=new n.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.yi)),e},i.prototype.yi=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case i.$$p[1]:this.ye.cm();break;case i.$$p[0]:this.ye.cn()}},i.$t=r.markType(i,"GeographicPolylineSeries",Q.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ShapeStyle:yl:yj",[r.Style.$,null],"ShapeStyleSelector:yd:yk",[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.yl?this.i.yl.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yl.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.yl?this.i.yl.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yl.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.yl?this.i.yl.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yl.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.yl?this.i.yl.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yl.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.yl||(this.i.yl=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),ye=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new he},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(O),ge=function(){function e(){r.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ye),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:ge,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,pe],exports:[pe],entryComponents:[]}]}],ctorParameters:function(){return[]}});var me=function(e){function i(){var t=e.call(this)||this;return t.z7=null,t.z6=null,t.imageTilesReady=null,t.aaa=null,t.aab=!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.qz=function(t){e.prototype.qz.call(this,t),this.z5=t},i.prototype.get_x8=function(){return!1},Object.defineProperty(i.prototype,"z9",{get:function(){return this.z7},set:function(e){if(e!=this.z9){var t=this.z9;this.z7=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"z8",{get:function(){return this.z6},set:function(e){var t=this.z6;this.z6=e,this.raisePropertyChanged("ActualTileImagery",t,this.z6)},enumerable:!1,configurable:!0}),i.prototype.q7=function(t,i,n,o){var a,s;switch(e.prototype.q7.call(this,t,i,n,o),i){case"TileImagery":s=o,null!=(a=n)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.aae))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.aae))),this.z5.dh(a,s),this.rp(!1),this.qj();break;case"ActualTileImagery":s=o,null!=(a=n)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.aaf)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.aaf)),s.deferralHandler=this),this.z5.dg(a,s),null!=s&&null!==r.typeCast(f.$,this.db)&&(s.geographicMap=this.db,this.aah(this.cv),this.z5.dd(this.db.v4)),this.qj();break;case"ActualWindowRect":this.z5.dd(o);break;case"WorldRect":this.z5.dk(o);break;case"SeriesViewer":var l=o;null!=n&&null!=this.z8&&this.z8.be(null),null!=l&&null!=this.z8&&this.z8.be(this.cv.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.ql()}},i.prototype.aae=function(e,t){"MultiScaleImage"==t.propertyName&&this.aah(this.cv)},i.prototype.aaf=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.aab||this.z5.di()},i.prototype.register=function(e,t){this.aaa=t},i.prototype.unRegister=function(e){this.aaa=null},i.prototype.deferredRefresh=function(){this.rp(!1)},i.prototype.deferAction=function(e){null!=this.jz?this.jz.setTimeout(e,0):window.setTimeout(e,0)},i.prototype.so=function(t,i){this.z5.dj(),e.prototype.so.call(this,t,i)},i.prototype.rq=function(t){e.prototype.rq.call(this,t),this.aag(t,this.cv)},i.prototype.aag=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.aah(t),null!=this.aaa&&(this.aab=!0,this.aaa(e),this.aab=!1),r.di()},i.prototype.ro=function(t,i,n,r,o){e.prototype.ro.call(this,t,i,n,r,o);var a=this.hn.item(r);a.a3(n),this.d5(a)||this.zl(a)},i.prototype.aah=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.z9&&null!=this.z9.ao&&(this.z9!=this.z8&&(this.z8=this.z9),null==this.z8||t.isEmpty||(this.z8.width!=t.width&&(this.z8.width=t.width),this.z8.height!=t.height&&(this.z8.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.vt=n.Defaults.ao,this.da.vd=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.z9&&(this.da.z9.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.z9&&this.da.z9.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.z9&&this.da.z9.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.z9;return null==e?null:e.externalObject},set:function(e){this.i.z9=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.ye=null,t.yd=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,"yf",{get:function(){return this.ye},set:function(e){if(e!=this.yf){var t=this.yf;this.ye=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yj=function(){null!=this.yf&&this.yf.clearTileCache()},i.prototype.q7=function(t,i,n,r){switch(e.prototype.q7.call(this,t,i,n,r),i){case"TileImagery":null!=this.wy&&(this.wy.z9=this.yf)}},i.prototype.w3=function(t,i){if(e.prototype.w3.call(this,t,i),this.wy.z9=this.yf,null!=this.yd){var n=this.yd;n.imageTilesReady=r.delegateRemove(n.imageTilesReady,r.runOn(this,this.yi))}if(this.yd=this.wy,null!=this.yd){var o=this.yd;o.imageTilesReady=r.delegateCombine(o.imageTilesReady,r.runOn(this,this.yi))}},i.prototype.wx=function(){return new me},i.prototype.yi=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.f3},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){var e=this.i.yf;return null==e?null:e.externalObject},set:function(e){this.i.yf=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.yj()},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.w8},set:function(e){this.i.w8=r.ensureEnum(n.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.w9},set:function(e){this.i.w9=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.w7},set:function(e){this.i.w7=r.ensureEnum(n.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.w6},set:function(e){this.i.w6=r.ensureEnum(n.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.xo},set:function(e){this.i.xo=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{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,"markerOutline",{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,"maximumMarkers",{get:function(){return this.i.xa},set:function(e){this.i.xa=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.x0)},set:function(e){this.i.x0=r.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.x1)},set:function(e){this.i.x1=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.wy;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.xm)),t}return t.__extends(i,e),i.prototype.sx=function(){return this.xn},i.prototype.vj=function(){return this.x0},i.prototype.vk=function(){return this.x1},i.prototype.io=function(){return this.w9},i.prototype.ma=function(){var e=r.typeCast(n.MarkerSeries.$,this.wy);return null==e?"Unknown":e.ma()},i.prototype.xm=function(e,t){var i=r.typeCast(n.MarkerSeries.$,this.wy);null!=i&&("ActualMarkerTemplate"==t.propertyName?this.xn=i.xy:"ActualMarkerOutline"==t.propertyName?this.x1=i.yg:"ActualMarkerBrush"==t.propertyName&&(this.x0=i.yf))},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case i.$$p[3]:this.wy.yh=this.x2;break;case i.$$p[6]:this.wy.yi=this.x3;break;case i.$$p[5]:this.wy.w2=this.w7;break;case i.$$p[4]:this.wy.wy=this.w6;break;case i.$$p[9]:this.wy.w8=this.w8;break;case i.$$p[7]:this.wy.x0=this.xo;break;case i.$$p[8]:this.wy.xh=this.w9;break;case i.$$p[10]:this.wy.z7=this.xa}},i.$t=r.markType(i,"GeographicMarkerSeries",g.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualMarkerBrush:x0:xp",[r.Brush.$],"ActualMarkerOutline:x1:xq",[r.Brush.$],"ActualMarkerTemplate:xn:xr",[r.DataTemplate.$,null],"MarkerBrush:x2:xs",[r.Brush.$],"MarkerFillMode:w6:xt",[n.MarkerFillMode_$type,r.enumGetBox(n.MarkerFillMode_$type,0)],"MarkerOutlineMode:w7:xu",[n.MarkerOutlineMode_$type,r.enumGetBox(n.MarkerOutlineMode_$type,0)],"MarkerOutline:x3:xv",[r.Brush.$],"MarkerTemplate:xo:xw",[r.DataTemplate.$,null],"MarkerThickness:w9:xx",[1,r.DeviceUtils.g(2)],"MarkerType:w8:xy",[n.MarkerType_$type,r.enumGetBox(n.MarkerType_$type,n.Defaults.e)],"MaximumMarkers:xa:xz",[1,400]]),i}(g),_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.wy;t.aar=this.ch.yx,t.aaz=this.ch.yv,t.w8=this.ch.w8,t.x0=this.ch.xo,t.xh=this.ch.w9,t.ac1=this.ch.yh,t.adr=this.ch.y2,t.acq=this.ch.x9,t.adh=this.ch.yt,t.adc=this.ch.yl,t.acn=this.ch.x6,t.acz=this.ch.yd,t.ac0=this.ch.yg,t.ac6=this.ch.yj,t.ac5=this.ch.yi},i.prototype.cq=function(){this.ch.wy.aar=this.ch.yx},i.prototype.cp=function(){this.ch.wy.aaz=this.ch.yv},i.prototype.cv=function(){this.ch.wy.w8=this.ch.w8},i.prototype.ct=function(){this.ch.wy.x0=this.ch.xo},i.prototype.cu=function(){this.ch.wy.xh=this.ch.w9},i.prototype.cw=function(){this.ch.wy.z7=this.ch.xa},i.prototype.cy=function(){this.ch.wy.xAxis=this.ch.db.wr},i.prototype.cz=function(){this.ch.wy.yAxis=this.ch.db.wt},i.prototype.cx=function(){var e=this.ch.wy;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.wr,e.yAxis=this.ch.db.wt},i.prototype.cr=function(){this.ch.wy.yh=this.ch.x2},i.prototype.cs=function(){this.ch.wy.yi=this.ch.x3},i.prototype.c0=function(){this.ch.wy.adr=this.ch.y2},i.prototype.c1=function(){this.ch.wy.acq=this.ch.x9,this.ch.wy.ac1=this.ch.yh},i.prototype.cl=function(){this.ch.wy.adh=this.ch.yt},i.prototype.cj=function(){this.ch.wy.acn=this.ch.x6,this.ch.wy.acz=this.ch.yd,this.ch.wy.ac0=this.ch.yg,this.ch.wy.ac6=this.ch.yj,this.ch.wy.ac5=this.ch.yi},i.prototype.ci=function(){this.ch.wy.adc=this.ch.yl},i.prototype.c2=function(){this.ch.wy.ac1=this.ch.yh},i.prototype.ck=function(){this.ch.wy.acz=this.ch.yd},i.prototype.co=function(){this.ch.wy.ac0=this.ch.yg},i.prototype.cn=function(){this.ch.wy.ac6=this.ch.yj},i.prototype.cm=function(){this.ch.wy.ac5=this.ch.yi},i.$t=r.markType(i,"GeographicProportionalSymbolSeriesView",m.$),i}(m),ke=function(e){function i(){var t=e.call(this)||this;return t.x7=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 _e(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.ya=t},i.prototype.jl=function(){return.7},i.prototype.wx=function(){return new n.BubbleSeries},i.prototype.get_fe=function(){return!0},i.prototype.q7=function(t,n,o,a){switch(e.prototype.q7.call(this,t,n,o,a),n){case"SeriesViewer":this.ya.cx();break;case i.$$p[9]:this.ya.cq();break;case i.$$p[8]:this.ya.cp();break;case"XAxis":this.ya.cy();break;case"YAxis":this.ya.cz();break;case i.$$p[13]:this.ya.c0();break;case i.$$p[14]:this.ya.c1();break;case i.$$p[15]:this.ya.c2();break;case i.$$p[7]:this.ya.cl();break;case i.$$p[0]:this.ya.ci();break;case i.$$p[1]:this.ya.cj();break;case i.$$p[2]:this.ya.ck();break;case i.$$p[12]:this.ya.co();break;case i.$$p[11]:this.ya.cn();break;case i.$$p[10]:this.ya.cm();break;case i.$$p[4]:if(this.wy.zn=this.yf,this.yc=this.yf,this.yf){var s=this.wy;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.y7))}else{var l=this.wy;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.y7))}break;case i.$$p[3]:if(this.wy.zm=this.ye,this.yb=this.ye,this.yf){var c=this.wy;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.y6))}else{var u=this.wy;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.y6))}break;case i.$$p[5]:this.wy.y6=this.x8;break;case i.$$p[6]:this.wy.z6=this.yk}},i.prototype.y7=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.y6=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:yl:y8",[2],"FillScale:x6:y9",[n.BrushScale.$],"FillScaleUseGlobalValues:yd:za",[0,!1],"IsCustomScatterMarkerStyleAllowed:ye:zb",[0,!1],"IsCustomScatterStyleAllowed:yf:zc",[0,!1],"ItemSearchMode:x8:zd",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yk:ze",[1,1e4],"LabelMemberPath:yt:zf",[2],"LatitudeMemberPath:yv:zg",[2,null],"LongitudeMemberPath:yx:zh",[2,null],"MarkerBrushBrightness:yi:zi",[1,NaN],"MarkerOutlineBrightness:yj:zj",[1,NaN],"MarkerOutlineUsesFillScale:yg:zk",[0,!1],"RadiusMemberPath:y2:zl",[2,null],"RadiusScale:x9:zm",[n.SizeScale.$],"RadiusScaleUseGlobalValues:yh:zn",[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.yv},set:function(e){this.i.yv=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.y2},set:function(e){this.i.y2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){var e=this.i.x9;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.x9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.yt},set:function(e){this.i.yt=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){var e=this.i.x6;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.x6=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yd},set:function(e){this.i.yd=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yg},set:function(e){this.i.yg=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.yj},set:function(e){this.i.yj=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.yi},set:function(e){this.i.yi=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yh},set:function(e){this.i.yh=r.ensureBool(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.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.yk},set:function(e){this.i.yk=+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 je=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:je,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[Pe]}]}],ctorParameters:function(){return[]}});var Te=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.wy;e.prototype.b5.call(this),t.aar=this.ch.ym,t.aaz=this.ch.yk,t.w8=this.ch.w8,t.x0=this.ch.xo,t.xh=this.ch.w9},i.prototype.cj=function(){this.ch.wy.aar=this.ch.ym},i.prototype.ci=function(){this.ch.wy.aaz=this.ch.yk},i.prototype.cp=function(){this.ch.wy.w8=this.ch.w8},i.prototype.cn=function(){this.ch.wy.x0=this.ch.xo},i.prototype.co=function(){this.ch.wy.xh=this.ch.w9},i.prototype.cq=function(){this.ch.wy.z7=this.ch.xa},i.prototype.cs=function(){this.ch.wy.xAxis=this.ch.db.wr},i.prototype.ct=function(){this.ch.wy.yAxis=this.ch.db.wt},i.prototype.cr=function(){var e=this.ch.wy;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.wr,e.yAxis=this.ch.db.wt},i.prototype.cl=function(){this.ch.wy.yr=this.ch.x6},i.prototype.ck=function(){this.ch.wy.yh=this.ch.x2},i.prototype.cm=function(){this.ch.wy.yi=this.ch.x3},i.$t=r.markType(i,"GeographicSymbolSeriesView",m.$),i}(m),Oe=function(e){function i(){var t=e.call(this)||this;return t.x8=null,t.yb=!1,t.ya=!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 Te(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.x9=t},i.prototype.jl=function(){return.7},i.prototype.wx=function(){return new n.ScatterSeries},i.prototype.get_fe=function(){return!0},i.prototype.q7=function(t,n,o,a){switch(e.prototype.q7.call(this,t,n,o,a),n){case"SeriesViewer":this.x9.cr();break;case i.$$p[5]:this.x9.cj();break;case i.$$p[4]:this.x9.ci();break;case i.$$p[6]:this.x9.cl();break;case"XAxis":this.x9.cs();break;case"YAxis":this.x9.ct();break;case i.$$p[1]:if(this.wy.zn=this.yd,this.yb=this.yd,this.yd){var s=this.wy;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.yr))}else{var l=this.wy;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.yr))}break;case i.$$p[0]:if(this.wy.zm=this.yc,this.ya=this.yc,this.yd){var c=this.wy;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.yq))}else{var u=this.wy;u.assigningScatterMarkerStyle=r.delegateRemove(u.assigningScatterMarkerStyle,r.runOn(this,this.yq))}break;case i.$$p[2]:this.wy.y6=this.x7;break;case i.$$p[3]:this.wy.z6=this.yf}},i.prototype.yr=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},i.prototype.yq=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:yc:ys",[0,!1],"IsCustomScatterStyleAllowed:yd:yt",[0,!1],"ItemSearchMode:x7:yu",[n.ScatterItemSearchMode_$type,r.enumGetBox(n.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yf:yv",[1,1e4],"LatitudeMemberPath:yk:yw",[2,null],"LongitudeMemberPath:ym:yx",[2,null],"MarkerCollisionAvoidance:x6:yy",[n.CollisionAvoidanceType_$type,r.enumGetBox(n.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:ye:yz",[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.yk},set:function(e){this.i.yk=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x6},set:function(e){this.i.x6=r.ensureEnum(n.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yd},set:function(e){this.i.yd=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yc},set:function(e){this.i.yc=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.x7},set:function(e){this.i.x7=r.ensureEnum(n.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.yf},set:function(e){this.i.yf=+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 ze=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.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.w8},set:function(e){this.i.w8=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"trianglesSource",{get:function(){return this.i.w7},set:function(e){this.i.w7=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xd},set:function(e){this.i.xd=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xf},set:function(e){this.i.xf=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xh},set:function(e){this.i.xh=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:ze,decorators:[{type:i.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],latitudeMemberPath:[{type:i.Input}],trianglesSource:[{type:i.Input}],triangleVertexMemberPath1:[{type:i.Input}],triangleVertexMemberPath2:[{type:i.Input}],triangleVertexMemberPath3:[{type:i.Input}]}});var Ae=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new 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.xw},set:function(e){this.i.xw=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{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}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){var e=this.i.xq;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.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.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.x1()},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:ze,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}(ze);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ae,decorators:[{type:i.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:ze,useExisting:i.forwardRef((function(){return Ae}))},{provide:K,useExisting:i.forwardRef((function(){return Ae}))},{provide: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 qe=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:qe,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Be],exports:[Be],entryComponents:[Ae]}]}],ctorParameters:function(){return[]}});var Ge=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.wy);t.y7=this.ch.xn,t.zf=this.ch.xl,t.xk=this.ch.xa,t.xj=this.ch.w9,t.f8=this.ch.w8,t.yf=this.ch.xc,t.ye=this.ch.xb,t.aad=this.ch.x6,t.aac=this.ch.x5,t.yr=this.ch.xf},i.prototype.cn=function(){this.ch.wy.y7=this.ch.xn},i.prototype.cm=function(){this.ch.wy.zf=this.ch.xl},i.prototype.cs=function(){this.ch.wy.xk=this.ch.xa},i.prototype.cq=function(){this.ch.wy.xj=this.ch.w9},i.prototype.co=function(){this.ch.wy.f8=this.ch.w8},i.prototype.cl=function(){this.ch.wy.yf=this.ch.xc},i.prototype.cj=function(){this.ch.wy.ye=this.ch.xb},i.prototype.cr=function(){var e=r.typeCast(n.HighDensityScatterSeries.$,this.ch.wy);if(null==this.ch.db)return e.w3=null,void(e.w5=null);e.w3=this.ch.db.wr,e.w5=this.ch.db.wt},i.prototype.ct=function(){this.ch.wy.w3=this.ch.db.wr},i.prototype.cu=function(){this.ch.wy.w5=this.ch.db.wt},i.prototype.ck=function(){this.ch.wy.aad=this.ch.x6},i.prototype.ci=function(){this.ch.wy.aac=this.ch.x5},i.prototype.cp=function(){this.ch.wy.yr=this.ch.xf},i.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x6=n.Defaults.aq,this.ch.x5=n.Defaults.ap,this.ch.vd=n.Defaults.al,this.ch.vt=n.Defaults.ak)},i.$t=r.markType(i,"GeographicHighDensityScatterSeriesView",m.$),i}(m),Fe=function(e){function i(){var t=e.call(this)||this;return t.w6=null,t.progressiveLoadStatusChanged=null,t.xe=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 Ge(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.w7=t},i.prototype.wx=function(){return this.w6=new n.HighDensityScatterSeries,this.w6},Object.defineProperty(i.prototype,"xg",{get:function(){return this.xe},set:function(e){var t=this.xe;this.xe=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xe)},enumerable:!1,configurable:!0}),i.prototype.w3=function(t,i){e.prototype.w3.call(this,t,i);var n=this.wy;n.progressiveLoadStatusChanged=r.delegateCombine(n.progressiveLoadStatusChanged,r.runOn(this,this.xu));var o=this.wy;o.propertyUpdated=r.delegateCombine(o.propertyUpdated,r.runOn(this,this.xt))},i.prototype.xu=function(e,t){this.xg=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},i.prototype.xt=function(e,t){this.w6},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case"SeriesViewer":this.w7.cr();break;case i.$$p[5]:this.w7.cn();break;case i.$$p[4]:this.w7.cm();break;case i.$$p[9]:this.w7.cs();break;case i.$$p[8]:this.w7.cq();break;case i.$$p[6]:this.w7.co();break;case"XAxis":this.w7.ct();break;case"YAxis":this.w7.cu();break;case i.$$p[3]:this.w7.cl();break;case i.$$p[1]:this.w7.cj();break;case i.$$p[2]:this.w7.ck();break;case i.$$p[0]:this.w7.ci();break;case i.$$p[7]:this.w7.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",g.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["HeatMaximumColor:x5:xv",[r.Color.$,n.Defaults.ap],"HeatMaximum:xb:xw",[1,50],"HeatMinimumColor:x6:xx",[r.Color.$,n.Defaults.aq],"HeatMinimum:xc:xy",[1,0],"LatitudeMemberPath:xl:xz",[2,null],"LongitudeMemberPath:xn:x0",[2,null],"MouseOverEnabled:w8:x1",[0,!1],"PointExtent:xf:x2",[1,1],"ProgressiveLoad:w9:x3",[0,!0],"UseBruteForce:xa:x4",[0,!1]]),i}(g),Ee=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Fe},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.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.xa},set:function(e){this.i.xa=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.w9},set:function(e){this.i.w9=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.w8},set:function(e){this.i.w8=r.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{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,"heatMaximumColor",{get:function(){return r.colorToString(this.i.x5)},set:function(e){this.i.x5=r.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.xf},set:function(e){this.i.xf=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.xg},set:function(e){this.i.xg=+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:Ee,decorators:[{type:i.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:i.forwardRef((function(){return Ee}))},{provide:n.IgxSeriesComponent,useExisting:i.forwardRef((function(){return Ee}))}],changeDetection:i.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:i.Input}],longitudeMemberPath:[{type:i.Input}],useBruteForce:[{type:i.Input}],progressiveLoad:[{type:i.Input}],mouseOverEnabled:[{type:i.Input}],heatMinimum:[{type:i.Input}],heatMaximum:[{type:i.Input}],heatMinimumColor:[{type:i.Input}],heatMaximumColor:[{type:i.Input}],pointExtent:[{type:i.Input}],progressiveStatus:[{type:i.Input}],progressiveLoadStatusChanged:[{type:i.Output}]}});var Ne=function(){function e(){}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,declarations:[Ee],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,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:Ne,decorators:[{type:i.NgModule,args:[{declarations:[Ee],imports:[o.CommonModule,n.IgxHighDensityScatterSeriesDynamicModule],exports:[Ee,n.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){r.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ee),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Fe.$type)}return e.ɵfac=i["ɵɵngDeclareFactory"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,deps:[],target:i["ɵɵFactoryTarget"].NgModule}),e.ɵmod=i["ɵɵngDeclareNgModule"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[o.CommonModule,Ne],exports:[Ne]}),e.ɵinj=i["ɵɵngDeclareInjector"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:e,imports:[[o.CommonModule,Ne],Ne]}),e}();i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:Ue,decorators:[{type:i.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ne],exports:[Ne],entryComponents:[Ee]}]}],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.wy&&(this.cp.xq.yt=this.cp.xt,this.cp.xq.y3=this.cp.xx)},i.prototype.cq=function(){null!=this.cp.xq&&(this.cp.xq.yt=this.cp.xt)},i.prototype.cr=function(){null!=this.cp.xq&&(this.cp.xq.y3=this.cp.xx)},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.w3=function(t,i){e.prototype.w3.call(this,t,i)},i.prototype.wx=function(){this.xq=new n.ScatterContourSeries;var e=this.xq;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.x0));var t=this.xq;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.x1)),this.xq},i.prototype.x0=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},i.prototype.x1=function(e,t){var i=r.typeCast(n.ScatterContourSeries.$,this.wy);null!=i&&"ActualFillScale"==t.propertyName&&(this.xs=i.ys)},i.prototype.sf=function(){e.prototype.sf.call(this)},i.prototype.cs=function(){return new Le(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.xu=t},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case i.$$p[1]:this.xu.cq();break;case i.$$p[2]:this.xu.cr();break;case i.$$p[3]:this.xq.yq=this.xp;break;case"DashArray":this.xq.v0=this.v0;break;case"DashCap":this.xq.v1=this.v1;break;case"MiterLimit":this.xq.jh=this.jh;break;case"LineJoin":this.xq.v3=this.v3}},i.$t=r.markType(i,"GeographicContourLineSeries",M.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["ActualFillScale:xs:x2",[n.ValueBrushScale.$,null],"FillScale:xt:x3",[n.ValueBrushScale.$,null],"ValueMemberPath:xx:x4",[2,"value"],"ValueResolver:xp:x5",[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.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{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,"actualFillScale",{get:function(){var e=this.i.xs;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.xs=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){var e=this.i.xp;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.xp=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:ze,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}(ze);i["ɵɵngDeclareClassMetadata"]({minVersion:"12.0.0",version:"12.2.17",ngImport:i,type:We,decorators:[{type:i.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:ze,useExisting:i.forwardRef((function(){return We}))},{provide:K,useExisting:i.forwardRef((function(){return We}))},{provide: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,Be,Ne,Ze,X,r.IgxShapeDataSourceModule],exports:[re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Be,Ne,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,Be,Ne,Ze,X,r.IgxShapeDataSourceModule],re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Be,Ne,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,Be,Ne,Ze,X,r.IgxShapeDataSourceModule],imports:[o.CommonModule,re,ce,pe,r.IgxHeatTileGeneratorModule,ve,n.IgxSizeScaleModule,n.IgxValueBrushScaleModule,n.IgxCustomPaletteColorScaleModule,De,Re,Be,Ne,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,ge,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,je,Ve,qe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ue,ge,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,je,Ve,qe,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,ge,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,je,Ve,qe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],oe,ue,ge,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,je,Ve,qe,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,ge,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,je,Ve,qe,Ue,Xe,Y,r.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ue,ge,r.IgxHeatTileGeneratorDynamicModule,Me,n.IgxSizeScaleDynamicModule,n.IgxValueBrushScaleDynamicModule,n.IgxCustomPaletteColorScaleDynamicModule,je,Ve,qe,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 yt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBase",g.$),i}(g),gt=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:gt,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",g.$),i}(g),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=j,e.BingMapsMapImagery=V,e.BingMapsMapImageryView=R,e.BingResourceSet=st,e.BingResponse=lt,e.CustomMapImagery=N,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Fe,e.GeographicHighDensityScatterSeriesView=Ge,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=g,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=yt,e.GeographicShapeSeriesBaseBaseView=nt,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=mt,e.GeographicSymbolSeriesBaseView=rt,e.GeographicSymbolSeriesView=Te,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=z,e.IgxBingMapsMapImageryDynamicModule=A,e.IgxBingMapsMapImageryModule=k,e.IgxCustomMapImagery=E,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=F,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=Ee,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=Ne,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=je,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Ae,e.IgxGeographicScatterAreaSeriesDynamicModule=qe,e.IgxGeographicScatterAreaSeriesModule=Be,e.IgxGeographicShapeSeriesBaseBaseComponent=gt,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=xe,e.IgxGeographicTileSeriesDynamicModule=Me,e.IgxGeographicTileSeriesModule=ve,e.IgxGeographicXYTriangulatingSeriesBaseComponent=bt,e.IgxGeographicXYTriangulatingSeriesComponent=ze,e.IgxImageTilesReadyEventArgs=C,e.IgxImagesChangedEventArgs=T,e.IgxOpenStreetMapImagery=q,e.IgxOpenStreetMapImageryDynamicModule=G,e.IgxOpenStreetMapImageryModule=B,e.IgxSubDomainsCollection=P,e.IgxTileGeneratorMapImagery=ye,e.IgxTileGeneratorMapImageryDynamicModule=ge,e.IgxTileGeneratorMapImageryModule=pe,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=Se,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=at,e.ImagesChangedEventArgs=y,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})}));