igniteui-webcomponents-maps 4.6.0 → 4.7.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 (86) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1706 -1706
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  21. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  22. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  23. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  24. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  25. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  26. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  28. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  29. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  30. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igc-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  51. package/esm5/lib/igc-geographic-map-component.js +50 -50
  52. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  53. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  54. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  55. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  56. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  58. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  59. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  60. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igc-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-webcomponents-maps.js +1723 -1723
  64. package/fesm5/igniteui-webcomponents-maps.js +1706 -1706
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +3 -3
@@ -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("igniteui-webcomponents-charts"),require("igniteui-webcomponents-core")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-charts","igniteui-webcomponents-core"],t):t((e=e||self)["igniteui-webcomponents-maps"]={},e.tslib,e.igniteuiWebcomponentsCharts,e.igniteuiWebcomponentsCore)}(this,(function(e,t,i,r){"use strict";var n=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),o=r.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=r.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=function(e){function n(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new r.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},n.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,i,r){var o,a,s,l,c,h=r.e,u=r.d,p=r.c,g=(r.a,!p.isEmpty),f=(this.m,this.o,p.top),y=p.height,d=h.top,b=h.height,m=u.top,S=u.height,_=this.au.top,v=this.au.height,k=this.af(e),C=.017453292519943295,q=!1;null!=k&&(q=!0);for(var w=t;w<i;w++)o=q?k[w]:e.item(w),g?(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*C,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=f+(c=(this.ai-l)*y/this.aj))-_*y)/v-d*S)/b,q?k[w]=c:e.item(w,c)):(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*C,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*S/this.aj))-d*S)/b,q?k[w]=c:e.item(w,c))},n.prototype.t=function(e,t,i,r,n){return{p3:this.ak(e.l5),p4:this.ak(e.l4)}},n.prototype.w=function(t,i,r){switch(e.prototype.w.call(this,t,i,r),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=n.am(this.n),this.aj=n.am(this.n)-n.am(this.o)}},Object.defineProperty(n,"as",{get:function(){return n.ag},enumerable:!1,configurable:!0}),Object.defineProperty(n,"at",{get:function(){return n.ah},enumerable:!1,configurable:!0}),n.prototype.getMercatorUnscaledValue=function(e,t,i,r){var o=(e-i.top)*t.width+t.top*i.height;return o=n.am(this.n)-o/(i.height/this.aj),n.aq(o)},n.prototype.getMercatorScaledValue1=function(e,t,i,r){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,i,r,n){return(this.getMercatorScaledValue3(e,r.height)-t.top*i.height)/t.width},n.prototype.getMercatorScaledValue3=function(e,t){e=e>n.ah?e<n.ag?e:n.ag:n.ah;var i=n.am(e);return(this.ai-i)*t/this.aj},n.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},n.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},n.prototype.ak=function(e){return e<n.ah?n.ah:e>n.ag?n.ag:e},n.$t=r.markType(n,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),n.ag=85.05112878,n.ah=-85.05112878,n}(i.VerticalLinearScaler),c=function(e){function n(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},n.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,i,r){var n,o=r.e,a=r.d,s=r.c,l=r.a,c=!s.isEmpty,h=this.m,u=this.o,p=s.left,g=s.width,f=o.left,y=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,_=this.af(e),v=!1;null!=_&&(v=!0);for(var k=t;k<i;k++)if(n=v?_[k]:e.item(k),c){var C=(n-u)/h;l&&(C=1-C);var q=((C=p+g*(C-m)/S)-f*b)/y;v?_[k]=q:e.item(k,q)}else{var w=(n-u)/h;l&&(w=1-w),w=d+b*(w-f)/y,v?_[k]=w:e.item(k,w)}},n.prototype.t=function(e,t,i,r,n){return{p3:e.l5,p4:e.l4}},n.prototype.getMercatorUnscaledValue=function(e,t,i,r){var n=t.left+t.width*(e-i.left)/i.width;return r&&(n=1-n),this.o+n*this.m},n.prototype.getMercatorScaledValue1=function(e,t,i,r){var n=(e-this.o)/this.m;return r&&(n=1-n),i.left+i.width*(n-t.left)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,i,r,n){var o=(e-this.o)/this.m;return n&&(o=1-o),i.left+i.width*(o-t.left)/t.width},n.$t=r.markType(n,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),n}(i.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),u=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),p=function(e){function n(){var t=e.call(this)||this;return t.qc=null,t.qe=t.qd(),t}return t.__extends(n,e),n.prototype.lp=function(){e.prototype.lp.call(this),null!=this.qe&&this.qe.lp()},n.prototype.get_dy=function(){return!0},n.prototype.h1=function(e,t){var i=this.jv(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.qe.h1(e,t)},n.prototype.c2=function(e,t,i,r){return this.qe.c2(e,t,i,r)},n.prototype.ag=function(){return this.qe.ag()},n.prototype.bf=function(){return this.qe},Object.defineProperty(n.prototype,"qe",{get:function(){return this.qc},set:function(e){this.qe!=e&&(this.qc=e,this.qj())},enumerable:!1,configurable:!0}),n.prototype.get_hasMarkers=function(){return this.qe.hasMarkers},n.prototype.qj=function(){if(null!=this.qc){var e=this.qc;e.externalObject=r.TypeRegistrar.createFromInternal(e,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),e.externalObject._implementation=e}this.k7(this.qe),this.qf.b2()},n.prototype.ax=function(e,t,i){return this.az(this.qe,e,t,i)},n.prototype.ay=function(e,t,i){return this.a0(this.qe,e,t,i)},n.prototype.hy=function(e){return this.h3(this.qe,e)},n.prototype.ho=function(e,t){return this.qe.ho(e,t)},n.prototype.hm=function(e,t){return this.qe.hm(e,t)},n.prototype.gn=function(e,t,i){return this.qe.gn(e,t,i)},n.prototype.ps=function(e,t,i){return this.qe.ps(e,t,i)},n.prototype.p3=function(e){return this.qe.p3(e)},n.prototype.ak=function(e){return this.qe.ak(e)},n.prototype.p4=function(e){return this.qe.p4(e)},n.prototype.al=function(e){return this.qe.al(e)},n.prototype.p5=function(e){return this.qe.p5(e)},n.prototype.p6=function(e){return this.qe.p6(e)},n.prototype.gj=function(e,t,i){return this.qe.gj(e,t,i)},n.prototype.po=function(e,t,i){return this.qe.po(e,t,i)},n.prototype.gl=function(e,t,i){return this.gn(e,t,i)},n.prototype.pq=function(e,t,i){return this.qe.pq(e,t,i)},n.prototype.pt=function(e,t,i){return this.qe.pt(e,t,i)},n.prototype.go=function(e,t,i){return this.qe.go(e,t,i)},n.prototype.pp=function(e,t,i){return this.qe.pp(e,t,i)},n.prototype.gk=function(e,t,i){return this.qe.gk(e,t,i)},n.prototype.pr=function(e,t,i){return this.qe.pr(e,t,i)},n.prototype.gm=function(e,t,i){return this.qe.gm(e,t,i)},n.prototype.hj=function(e){return this.qe.hj(e)},n.prototype.ge=function(){return this.qe.ge()},n.prototype.ga=function(e){return this.qe.ga(e)},n.prototype.hz=function(e){return this.qe.hz(e)},n.prototype.by=function(){return new g(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.qf=r.typeCast(g.$,t)},Object.defineProperty(n.prototype,"qg",{get:function(){return this.c(n.ql)},set:function(e){this.h(n.ql,e)},enumerable:!1,configurable:!0}),n.prototype.l9=function(t,n,o,a){switch(e.prototype.l9.call(this,t,n,o,a),n){case"SeriesViewer":this.qe.ce=this.ce,null!=o&&o.o0(this.qe),null!=a&&this.ce.lp(this.qe),this.qe.mc(this.p7),this.qe.index=this.index,this.ld(this.qe),this.ht=this.qe.ht;var s=r.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.qk))),null!=this.ce){var l=this.ce;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.qk))}this.qi();break;case"SyncLink":this.qe.b9=this.b9;break;case"VisibleFromScale":this.qi();break;case"Index":this.qe.index=this.index;break;case"ItemsSource":this.qf.b3();break;case"Resolution":this.qf.ca();break;case"TransitionDuration":this.qf.cd();break;case"Opacity":this.qf.b7();break;case"Visibility":var c=this.qe,h=this._visibility;c.visibility=h;break;case"MouseOverEnabled":this.qe.eo=this.eo;break;case"ExpectFunctions":this.qe.expectFunctions=this.expectFunctions;break;case"Thickness":this.qf.cc();break;case"Brush":this.qf.b1();break;case"Outline":this.qf.b9();break;case"ActualBrush":this.qf.by();break;case"ActualOutline":this.qf.bz();break;case"MarkerFillOpacity":r.isNaN_(this.gv)||this.qf.b6();break;case"AreaFillOpacity":r.isNaN_(this.f3)||this.qf.b0();break;case"OutlineMode":this.qf.b8();break;case"ShowDefaultTooltip":this.qf.cb();break;case"Title":this.qe.title=this.title;break;case"LegendItemBadgeMode":this.qf.b4();break;case"LegendItemBadgeShape":this.qf.b5();break;case"Legend":this.qe.legend=this.legend,this.b1.at()}},n.prototype.qi=function(){if(null!=this.ce&&null!=this.qe&&!r.isNaN_(this.qg))if(this.ce.tk.width>this.qg){this.qe.visibility=1}else{this.qe.visibility=0}},n.prototype.qk=function(e,t){this.qi()},n.prototype.mn=function(t){e.prototype.mn.call(this,t),null!=this.qe&&this.qe.mn(t)},n.prototype.mm=function(e,t,i,r,n){null!=this.qe&&this.qe.mm(e,t,i,r,n)},n.prototype.au=function(e,t){return this.qe.au(e,t)},n.prototype.mx=function(){e.prototype.mx.call(this),this.qe.mx()},n.prototype.get_coercionMethods=function(){return this._coercionMethods},n.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.qe.coercionMethods=e},n.prototype.lc=function(t){if(e.prototype.lc.call(this,t),null!=this.qe){var i=this.qe.hx();this.k4(t,i)}},n.$t=r.markType(n,"GeographicMapSeriesHost",i.Series.$),n.ql=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,n.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),n}(i.Series),g=function(e){function n(t){var i=e.call(this,t)||this;return i.bx=null,i.bx=t,i}return t.__extends(n,e),n.prototype.ar=function(t,i){e.prototype.ar.call(this,t,i)},n.prototype.b2=function(){this.bx.qb=1,this.bx.qe.qb=0,this.bx.qe.itemsSource=this.bx.itemsSource,this.bx.qe.index=this.bx.index,this.bx.qe.o9=this.bx.o9,this.bx.qe.pe=this.bx.o9,this.bx.qe.bu=this.bx.bu,this.bx.qe.gy=this.bx.gy,this.bx.qe.hr=this.bx.hr,this.bx.qe._opacity=this.bx._opacity,this.bx.qe.g4=this.bx.g4,this.bx.qe.f3=this.bx.f3,this.bx.qe.gv=this.bx.gv,this.bx.qe.ev=this.bx.ev,this.bx.qe.legendItemBadgeShape=this.bx.legendItemBadgeShape,this.bx.qe.ba=this.bx.ba},n.prototype.b3=function(){this.bx.qe.itemsSource=this.bx.itemsSource},n.prototype.ca=function(){this.bx.qe.gy=this.bx.gy},n.prototype.cd=function(){this.bx.qe.hr=this.bx.hr},n.prototype.b7=function(){this.bx.qe._opacity=this.bx._opacity},n.prototype.cc=function(){this.bx.qe.g4=this.bx.g4},n.prototype.b1=function(){this.bx.qe.o9=this.bx.o9},n.prototype.b9=function(){this.bx.qe.pe=this.bx.pe},n.prototype.by=function(){this.bx.qe.o9=this.bx.o5},n.prototype.bz=function(){this.bx.qe.pe=this.bx.o8},n.prototype.b4=function(){this.bx.qe.ba=this.bx.ba},n.prototype.b5=function(){this.bx.qe.legendItemBadgeShape=this.bx.legendItemBadgeShape},n.prototype.b0=function(){this.bx.qe.f3=this.bx.f3},n.prototype.b6=function(){this.bx.qe.gv=this.bx.gv},n.prototype.b8=function(){this.bx.qe.bu=this.bx.bu},n.prototype.cb=function(){this.bx.qe.ev=this.bx.ev},n.$t=r.markType(n,"HostSeriesView",i.SeriesView.$),n}(i.SeriesView),f=function(e){function n(){var t=e.call(this)||this;t.uw=null,t.ul=!1,t.ud=1,t.us=0,t.v3=null,t.ua=null,t.t6=null,t.t8=null,t.uc=null,t.vz={$type:r.Point_$type,x:NaN,y:NaN},t.v6=null,t.ur=1,t.imageTilesReady=null,t.uk=null,t.v5=r.Rect.empty,t.us=l.am(n.v4.bottom)-l.am(n.v4.top),t.ab=n.$,t.backgroundContent=new _;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.t7=a,t.t7.nl=new c;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.t9=s,t.t9.nl=new l,t.ve(),t.vl(),t.mb(),t}return t.__extends(n,e),n.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.t7.provideRenderer(t),this.t9.provideRenderer(t)},n.prototype.mb=function(){e.prototype.mb.call(this),this.uj.fv(this.gg)},n.prototype.et=function(){return this.up},n.prototype.eu=function(){return this.up},n.prototype.ug=function(){return 0==this.ue&&this.ul?2:1},Object.defineProperty(n.prototype,"uf",{get:function(){return this.ud},set:function(e){this.ud=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"v8",{get:function(){return this.v3},set:function(e){if(r.Rect.l_op_Inequality(this.v3,e)){var t=this.v3;this.v3=e,this.oj("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),n.prototype.wc=function(){return this.v8},n.prototype.ve=function(){this.wk.isEmpty||(this.v8=this.wi(this.wk,1==this.cd))},n.prototype.wi=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,c=l.am(e.bottom),h=l.am(e.top),u=c-h,p=e.width/n.v4.width,g=l.am(n.v4.top);if(u/p>this.us){var f=u/this.us;o-=(f-p)/2*n.v4.width,a=f*n.v4.width,t&&(o<n.v4.left?o+=n.v4.left-o:o+a>n.v4.right&&(o-=o+a-n.v4.right))}else if(u/p<this.us){var y=this.us*p-u,d=h-y/2,b=c+y/2;t&&(d<g?b+=g-(d+=g-d):b>g+this.us&&(d-=b-(g+this.us),b-=b-(g+this.us))),i=l.aq(d),s=l.aq(b)-i}return new r.Rect(0,o,i,a,s)},Object.defineProperty(n.prototype,"backgroundContent",{get:function(){return this.ua},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.ua=e,this.oj("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"t7",{get:function(){return this.t6},set:function(e){if(e!=this.t7){var t=this.t7;this.t6=e,this.oj("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"t9",{get:function(){return this.t8},set:function(e){if(e!=this.t9){var t=this.t9;this.t8=e,this.oj("YAxis",t,e)}},enumerable:!1,configurable:!0}),n.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},n.prototype.vo=function(e){this.t0=e},n.prototype.vn=function(e){this.wk=e},n.prototype.getZoomFromGeographicRect=function(e){return this.wa(e,!0,0)},n.prototype.v9=function(e,t){return this.wa(e,!1,t)},n.prototype.wa=function(e,t,o){var a=e;t&&(a=this.wi(e,!1));var s=this.t7,l=this.t9,c=new i.ScalerParams(1,n.v7,this.tz,s.ch);c.c=this.to;var h=new i.ScalerParams(1,n.v7,this.tz,l.ch);h.c=this.to;var u=this.t7.ej(a.left,c),p=this.t7.ej(a.right,c),g=this.t9.ej(a.top,h),f=this.t9.ej(a.bottom,h),y=(u-o)/this.tz.width,d=(f-o)/this.tz.height,b=(p-u+2*o)/this.tz.width,m=(g-f+2*o)/this.tz.height,S=new r.Rect(0,y,d,b,m);return S.intersect(n.v7),S.isEmpty&&(S=n.v7),S},n.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return n.v7;var l=new r.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},n.prototype.we=function(e){var t=this.t7,o=this.t9,a=new i.ScalerParams(1,e,this.tz,t.ch);a.c=this.to;var s=new i.ScalerParams(1,e,this.tz,o.ch);s.c=this.to;var l=this.tn,c=t.em(l.left,a),h=o.em(l.top,s),u=t.em(l.right,a),p=o.em(l.bottom,s),g=u-c,f=h-p,y=new r.Rect(0,c,p,g,f);return 1==this.cd&&(y.intersect(n.v4),y.isEmpty&&(y=n.v4)),y},n.prototype.v0=function(e){var t=this.t7.l8(e.x),i=this.t9.l8(e.y);return{$type:r.Point_$type,x:t,y:i}},n.prototype.v1=function(e){var t=this.t7.e4(e.x),i=this.t9.e4(e.y);return{$type:r.Point_$type,x:t,y:i}},n.prototype.v2=function(e){return this.v1(e)},n.prototype.vb=function(){var e=r.typeCast(y.$,this.backgroundContent);null!=e&&e.clearTileCache()},n.prototype.vh=function(e){},n.prototype.fi=function(){return!0},n.prototype.vj=function(){var e,i;this.uj.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.mx()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},n.prototype.vm=function(){if(2==this.ui){if(!this.tz.isEmpty&&this.tz.width>0&&this.tz.height>0){var e=this.t7.l8(this.tz.left+this.tz.width/2),t=this.t9.l8(this.tz.top+this.tz.height/2);this.vz={$type:r.Point_$type,x:e,y:t}}}else if(!this.tz.isEmpty&&this.tz.width>0&&this.tz.height>0){var i=this.t7.l8(this.tz.left),n=this.t9.l8(this.tz.top);this.vz={$type:r.Point_$type,x:i,y:n}}},n.prototype.vi=function(){(r.isNaN_(this.vz.x)||r.isNaN_(this.vz.y))&&this.vm();var e=this.vz.x,t=this.vz.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.tk.left,a=this.tk.top,s=this.tk.width,l=this.tk.height;if(s>this.v6.width);else{var c=new i.ScalerParams(1,n.v7,this.tz,this.t7.ch);c.c=this.to;var h=this.t7.ej(e,c);if(2==this.ui)o=h/this.tz.width-s/2;else o=h/this.tz.width;o+s>this.v6.right?o=this.v6.right-s:o<this.v6.left&&(o=this.v6.left)}if(l>this.v6.height);else{var u=new i.ScalerParams(1,n.v7,this.tz,this.t9.ch);u.c=this.to;var p=this.t9.ej(t,u);if(2==this.ui)a=p/this.tz.height-l/2;else a=p/this.tz.height;a+l>this.v6.bottom?a=this.v6.bottom-l:a<this.v6.top&&(a=this.v6.top)}this.ps(new r.Rect(0,o,a,s,l),!1)}},n.prototype.get_el=function(){return!0},n.prototype.tl=function(){var t=e.prototype.tl.call(this);if(null==this.t7||null==this.t9)return t;this.tv();var i=t.left,n=t.top;1==this.cd&&(this.t0.width>this.v6.width?i=.5-this.t0.width/2:i+t.width>this.v6.right?i=this.v6.right-this.t0.width:i<this.v6.left&&(i=this.v6.left),this.t0.height>this.v6.height?n=.5-this.t0.height/2:n+this.t0.height>this.v6.bottom?n=this.v6.bottom-this.t0.height:n<this.v6.top&&(n=this.v6.top));var o=!1;!this.uo&&2==this.cd&&this.ul&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.v6.right>0&&(t.right-this.v6.right)/t.width>.8?(i=this.v6.left-(t.width-(t.right-this.v6.right)),o=!0):t.left<this.v6.left&&Math.abs(t.left-this.v6.left)/t.width>.8&&(i=this.v6.right-Math.abs(t.left-this.v6.left),o=!0));var a=new r.Rect(0,i,n,t.width,t.height);if(this.uo){var s=this.v9(this.wk,1);s=this.wb(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var h=a.height/a.width,u=s.width,p=h*u;a=new r.Rect(0,l-u/2,c-p/2,u,p),o=!0}if(a.height>s.height){var g=a.width/a.height,f=s.height,y=g*f;a=new r.Rect(0,l-y/2,c-f/2,y,f),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.d8=!0,this.t0=a,this.d8=!1),a},n.prototype.lm=function(e,t){var i=!0,n=!0,o=0,a=this.tv(),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.t6.ej(-180,t);o=this.t6.ej(180,t)-c}else{o=this.t6.ej(-180,t)-this.t6.ej(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,i,o)},n.prototype.tv=function(){var e=new i.ScalerParams(1,n.v7,this.tz,this.t7.ch);e.c=this.to;var t=new i.ScalerParams(1,n.v7,this.tz,this.t9.ch);t.c=this.to;var o=this.t7.ej(n.v4.left,e),a=this.t7.ej(n.v4.right,e),s=this.t9.ej(n.v4.top,t),l=this.t9.ej(n.v4.bottom,t);return this.v6=new r.Rect(0,o/this.tz.width,l/this.tz.height,(a-o)/this.tz.width,(s-l)/this.tz.height),this.v6},n.prototype.wb=function(e){var t=this.gk,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.tz,h=c.width/c.height,u=s*c.width,p=l*c.height;u/p!=h&&(p*h>u?s=(u=p*h)/c.width:l=(p=u/h)/c.height);var g=s!=o,f=l!=a,y=g?i-.5*s:e.left,d=f?n-.5*l:e.top,b=g?i+.5*s:e.right,m=f?n+.5*l:e.bottom;return y<0&&(b=(y=0)+s),b>1&&(y=(b=1)-s),d<0&&(m=(d=0)+l),m>1&&(d=(m=1)-l),new r.Rect(0,y,d,b-y,m-d)},n.prototype.tm=function(t){if(e.prototype.tm.call(this,this.tz),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},n.prototype.wd=function(e){return this.tm(e)},n.prototype.ct=function(){return new S(this)},n.prototype.vd=function(e){null!=e&&(e.bi=this)},n.prototype.n2=function(t){e.prototype.n2.call(this,t),this.uj=t},n.prototype.od=function(t,i){e.prototype.od.call(this,t,i),this.pf(this.t7),this.pf(this.t9),r.Rect.l_op_Inequality(t,i)&&this.vi(),this.uo&&(this.tk=this.tl()),this.vp()},Object.defineProperty(n.prototype,"ut",{get:function(){return this.ur},set:function(e){var t=this.ur;this.ur=e,this.oj("ActualWindowScale",t,this.ur)},enumerable:!1,configurable:!0}),n.prototype.gq=function(){return this.ut},n.prototype.gr=function(){return this.ut},n.prototype.pe=function(){e.prototype.pe.call(this);var t=Math.min(this.tk.width,this.tk.height);this.ut=t},n.prototype.fa=function(){return this.ul},n.prototype.ce=function(){return 0==this.cf&&this.um?2:this.cf},n.prototype.oe=function(i,o,a,s){var l,c,h,u;switch(e.prototype.oe.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.ve();break;case"WindowRect":this.vm();break;case n.$$p[0]:this.uf=this.ug(),null!=this.uc&&(this.uc.isHorizontalWrappingEnabled=2==this.uf);break;case n.$$p[1]:this.ul=this.um,this.uf=this.ug(),this.cd=this.ce(),null!=this.uc&&(this.uc.isHorizontalWrappingEnabled=2==this.uf);break;case n.$$p[4]:this.tk=this.tl();break;case"BackgroundContent":if(null!=this.uc){var p=this.uc;p.imageTilesReady=r.delegateRemove(p.imageTilesReady,r.runOn(this,this.vf)),this.uc.deferralHandler=null}if(this.uc=r.typeCast(y.$,this.backgroundContent),null!=this.uc){var g=this.uc;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.vf)),this.uc.deferralHandler=this,this.uc.isHorizontalWrappingEnabled=2==this.uf}this.uj.fu(r.typeCast(y.$,a),r.typeCast(y.$,s)),null!=this.uc&&(this.uc.geographicMap=this,this.uj.fr(this.tk),this.uj.fv(this.gg));break;case"YAxis":case"XAxis":this.vk(a),this.vd(s);break;case n.$$p[6]:this.un||(this.t0=n.v7),this.ve(),this.vl(),this.vm(),this.tk=this.tl(),this.uj.fs();break;case"ActualWindowRect":this.uj.fr(this.tk);break;case"ActualWorldRect":try{for(var f=t.__values(r.fromEnum(this.series)),d=f.next();!d.done;d=f.next()){d.value.mn(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(l)throw l.error}}break;case n.$$p[5]:this.ut=this.uu;break;case"ActualWindowScale":this.fh||this.pq(this.gq(),this.gr());break;case"ActualPixelScalingRatio":this.uj.fv(this.gg);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;r.isNaN_(b)||r.isInfinity(b)?(this.gk=5e-6,this.gj=5e-6):(this.gk=b,this.gj=b);break;case n.$$p[7]:this.pm();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(r.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.lp()}}catch(e){h={error:e}}finally{try{S&&!S.done&&(u=m.return)&&u.call(m)}finally{if(h)throw h.error}}}},n.prototype.vf=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.vk=function(e){null!=e&&(e.bi=null)},n.prototype.vl=function(){null!=this.t7&&(this.t7.l5=this.v8.left,this.t7.l4=this.v8.right),null!=this.t9&&(this.t9.l5=this.v8.top,this.t9.l4=this.v8.bottom),this.t7.c2(!0),this.t9.c2(!0)},n.prototype.getFontInfo=function(){return this.uk=this.uj.fo,this.uk},n.prototype.sp=function(){return this.uj.fw},n.prototype.getFontBrush=function(){return this.uj.fx},n.prototype.o7=function(t,i){if(null!==r.typeCast(r.ItfConverter.$,i)){var n=i,o=t;o.itemsSource=n.triangulationSource.points,o.qn=n.triangulationSource.triangles}else e.prototype.o7.call(this,t,i)},n.prototype.register=function(e,t){this.ox(e,t)},n.prototype.unRegister=function(e){this.pd(e)},n.prototype.deferredRefresh=function(){this.lz()},n.prototype.deferAction=function(e){null!=this.uw?this.uw.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.vc=function(e){this.pl(e)},n.prototype.ux=function(){var e=new i.ChartVisualData,t=this.t7.fw(),n=this.t9.fw();e.axes.add1(t),e.axes.add1(n);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].hx();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.tz),e.centralArea=r.RectData.b(this.tz),e.plotArea=r.RectData.b(this.tz),e},n.prototype.tr=function(e,t,i){return e},n.prototype.vg=function(){},Object.defineProperty(n.prototype,"wj",{get:function(){return this.v5},set:function(e){this.v5=e},enumerable:!1,configurable:!0}),n.prototype.vq=function(e){this.wj=e,this.vp()},n.prototype.vp=function(){if(this.uq&&!this.wj.isEmpty){var e=this.getZoomFromGeographicRect(this.wj);this.wj=r.Rect.empty,this.ps(e,!1)}},Object.defineProperty(n.prototype,"uq",{get:function(){return!this.tz.isEmpty&&!this.to.isEmpty},enumerable:!1,configurable:!0}),n.$t=r.markType(n,"XamGeographicMap",i.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),n.uh=0,n.v4=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),n.v7=new r.Rect(0,0,0,1,1),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"oj",["BackgroundTilingMode:ue:vr",[s,r.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:um:vs",[0,!1],"ResizeBehavior:ui:vt",[o,r.enumGetBox(o,n.uh)],"SuppressZoomResetOnWorldRectChange:un:vu",[0,!1],"UseWorldRectForZoomBounds:uo:vv",[0,!1],"WindowScale:uu:vw",[1,NaN],"WorldRect:wk:vx",[r.Rect.$,n.v4],"Zoomable:up:vy",[0,!0]]),n}(i.SeriesViewer),y=function(e){function n(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=n.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(n,e),n.prototype.bb=function(e){},n.prototype.ai=function(){return new d(this)},Object.defineProperty(n.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),n.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.a9=function(){var e=this.ao;e.imageTilesReady=r.delegateCombine(e.imageTilesReady,r.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.a4));var 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},n.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},n.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},n.prototype.bg=function(){null!=this.ao&&this.aj.e()},n.prototype.ba=function(e,t,i){switch(e){case n.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case n.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case n.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case n.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs(e))},Object.defineProperty(n.prototype,"geographicMap",{get:function(){return this.c(n.geographicMapProperty)},set:function(e){this.h(n.geographicMapProperty,e)},enumerable:!1,configurable:!0}),n.a8=function(e,t){e.a7(t.oldValue,t.newValue)},n.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},n.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(n.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),n.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new r.Rect(0,0,0,e.width,e.height),n=this.geographicMap.wd(t),o=f.v4,a=this.geographicMap.v8,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/n.width*s*l;var c=this.geographicMap.t7,h=this.geographicMap.t9,u=new i.ScalerParams(1,this.windowRect,t,c.ch);u.c=n;var p=new i.ScalerParams(1,this.windowRect,t,h.ch);p.c=n;var g=c.ej(o.left,u),y=h.ej(o.bottom,p),d=-g/t.width*this.ao.a5,b=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:r.Point_$type,x:d,y:b},e},n.prototype.bd=function(e){this.aj.f(e)},n.prototype.bf=function(e){this.aj.h(e)},n.prototype.be=function(e){this.aj.g(e)},n.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new u)},n.prototype.a6=function(){this.aj.e()},n.prototype.bc=function(e){this.aj.i(e)},n.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},n.$t=r.markType(n,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),n.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,n.$,new r.PropertyMetadata(2,null,n.a8)),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),n}(r.Control),d=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),b=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.qe;t.re=this.ce.qq,t.rm=this.ce.qo,t.trianglesSource=this.ce.qn,t.q2=this.ce.qt,t.q4=this.ce.qv,t.q6=this.ce.qx},i.prototype.ch=function(){var e=this.ce.qe;if(null==this.ce.ce)return e.qc=null,void(e.qd=null);e.qc=this.ce.ce.t7,e.qd=this.ce.ce.t9},i.prototype.cg=function(){this.ce.qe.re=this.ce.qq},i.prototype.cf=function(){this.ce.qe.rm=this.ce.qo},i.prototype.ci=function(){this.ce.qe.trianglesSource=this.ce.qn},i.prototype.cj=function(){this.ce.qe.q2=this.ce.qt},i.prototype.ck=function(){this.ce.qe.q4=this.ce.qv},i.prototype.cl=function(){this.ce.qe.q6=this.ce.qx},i.$t=r.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cm=null,i.cm=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.q8&&(this.cm.q8.sl=this.cm.rc,this.cm.q8.r9=this.cm.q7)},i.prototype.cn=function(){null!=this.cm.q8&&(this.cm.q8.sl=this.cm.rc)},i.prototype.co=function(){null!=this.cm.q8&&(this.cm.q8.r9=this.cm.q7)},i.$t=r.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function n(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.sk=2,i.fn.hp=5e-6,i}return t.__extends(n,e),n.prototype.m=function(e){return 2},n.prototype.bk=function(e){this.j.bw(e),this.fn.vc(e),this.el()},n.prototype.get_ap=function(){return!0},n.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))},n.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)}},n.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},n.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},n.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},n.prototype.fr=function(e){null!=this.fn.uc&&(this.fn.uc.windowRect=e)},n.prototype.fu=function(e,t){if(null!=this.fn.uc&&(this.fn.uc.windowRect=this.fn.tk),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var r=t.ao;null!=r&&this.fn.al.h.add(r.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},n.prototype.ft=function(e){var t=this.fn.gg;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},n.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},n.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(n.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),n.$t=r.markType(n,"XamGeographicMapView",i.SeriesViewerView.$),n}(i.SeriesViewerView),_=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,r){switch(t){case"TilePath":this.ap.setTilePathUrl(null==r?null:r),this.aj.e()}e.prototype.ba.call(this,t,i,r)},i.$t=r.markType(i,"OpenStreetMapImagery",y.$),i.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.br)),i}(y),v=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.by=function(){return new b(this)},i.prototype.l4=function(t){e.prototype.l4.call(this,t),this.qm=t},i.prototype.l9=function(t,r,n,o){switch(e.prototype.l9.call(this,t,r,n,o),r){case"SeriesViewer":this.qm.ch();break;case i.$$p[1]:this.qm.cg();break;case i.$$p[0]:this.qm.cf();break;case i.$$p[2]:this.qm.ci();break;case i.$$p[3]:this.qm.cj();break;case i.$$p[4]:this.qm.ck();break;case i.$$p[5]:this.qm.cl()}},i.$t=r.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:qo:qz",[2,"pointY"],"LongitudeMemberPath:qq:q0",[2,"pointX"],"TrianglesSource:qn:q1",[r.IEnumerable_$type,null],"TriangleVertexMemberPath1:qt:q2",[2,"v1"],"TriangleVertexMemberPath2:qv:q3",[2,"v2"],"TriangleVertexMemberPath3:qx:q4",[2,"v3"]]),i}(p),k=function(e){function n(){var t=e.call(this)||this;return t.q5=null,t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_df=function(){return!0},Object.defineProperty(n.prototype,"q7",{get:function(){return this.q5},set:function(e){if(this.q5!=e){var t=this.q5;if(null!=this.q5){var i=this.q5;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.rf))}if(this.q5=e,null!=this.q5){var n=this.q5;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.rf))}this.raisePropertyChanged("ColorScale",t,this.q5),null!=this.q8&&(this.q8.r9=e)}},enumerable:!1,configurable:!0}),n.prototype.rf=function(e,t){this.ra.co(),this.rh(),this.mn(!1)},n.prototype.rh=function(){null!=this.q8&&(this.q6=this.q8.r8)},n.prototype.m1=function(){e.prototype.m1.call(this),this.rh()},n.prototype.qd=function(){this.q8=new i.ScatterAreaSeries;var e=this.q8;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.rg)),this.q8},n.prototype.rg=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.by=function(){return new m(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.ra=t},n.prototype.l9=function(t,i,r,o){switch(e.prototype.l9.call(this,t,i,r,o),i){case n.$$p[1]:this.ra.cn();break;case"ColorScale":this.ra.co(),this.rh()}},n.prototype.get_e7=function(){return!0},n.prototype.set_e7=function(t){e.prototype.set_e7.call(this,t)},n.$t=r.markType(n,"GeographicScatterAreaSeries",v.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualColorScale:q6:ri",[i.ColorScale.$,null],"ColorMemberPath:rc:rj",[2,"value"]]),n}(v),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(),this._initializeAdapters&&this._initializeAdapters()},e}(),q=function(e){function n(){var n=e.call(this)||this;n.contentSeries=[],n.actualSeries=[],n._series=null,n._dataSource=null,n._seriesAdapter=null,n._disconnected=!1,n._defaultTooltips=null,n._imageTilesReady=null,n._imageTilesReady_wrapped=null,n._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._renderer=new r.WebComponentRenderer(n,document,!0,i.DataChartStylingDefaults),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._container.setStyleProperty("display","block"),n._container.setStyleProperty("width","100%"),n._container.setStyleProperty("height","100%"),n._container,null!=n._container.nativeElement&&n._container.nativeElement,n._wrapper=n._renderer;var o=n.i;return n._chart=o,n._seriesAdapter=new r.CollectionAdapter(n.contentSeries,n.i.series,n.actualSeries,(function(e){return e.i}),(function(e){e.owner=n,e._provideRenderer(n._dataSource),e.provideData(n._dataSource),n.parentElement&&e._styling(n,n,n),n._ensureDefaultTooltip(e),n._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),o.provideContainer(n._renderer),new MutationObserver((function(e){var i,r;try{for(var o=t.__values(e),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&n.updateContentChildren()}}catch(e){i={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n._renderer.addSizeWatcher((function(){n.notifyContainerResized()})),n}return t.__extends(n,e),Object.defineProperty(n.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this.style.height=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),n.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(n.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(n.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgcSeriesCollection;t._innerColl.addListener((function(t,i){if(e._seriesAdapter)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}),n.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new f},Object.defineProperty(n.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),n.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)},n.prototype.updateContentChildren=function(){this.contentSeries.length=0;for(var e=0;e<this.children.length;e++)this.children[e]instanceof i.IgcSeriesComponent&&this.contentSeries.push(this.children[e]);null!=this._seriesAdapter&&this._seriesAdapter.notifyContentChanged()},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("igc-geographic-map"),this.classList.add("ig-geographic-map"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._flushQueuedAttributes(),this._styling(this,this);for(var e=0;e<this.actualSeries.length;e++){this.actualSeries[e]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},n.prototype.afterContentInit=function(){var e=this;if(r.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=r.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},n.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new r.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},n.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},n.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])},n.prototype.createTooltip=function(){if(!r.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=r.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(n,o){if(n.externalObject)n=n.externalObject;else{var a=new r.IgcDataContext;a._implementation=n,n=a}return o?n.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=n,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(n.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){if("string"==typeof e&&"empty"==e)return this.i.backgroundContent=null,void this._a("backgroundContent","empty");null!=e&&null!=e?this.i.backgroundContent=e.i:(this.i.backgroundContent=null,this._a("backgroundContent","empty"))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicMapComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicMapComponent=e}return n._observedAttributesIgcGeographicMapComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"zoomable",{get:function(){return this.i.up},set:function(e){this.i.up=r.ensureBool(e),this._a("zoomable",this.i.up)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"resizeBehavior",{get:function(){return this.i.ui},set:function(e){this.i.ui=r.ensureEnum(o,e),this._a("resizeBehavior",r.enumToString(o,this.i.ui))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.um},set:function(e){this.i.um=r.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.um)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"backgroundTilingMode",{get:function(){return this.i.ue},set:function(e){this.i.ue=r.ensureEnum(s,e),this._a("backgroundTilingMode",r.enumToString(s,this.i.ue))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.uo},set:function(e){this.i.uo=r.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.uo)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.un},set:function(e){this.i.un=r.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.un)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"worldRect",{get:function(){return r.fromRect(this.i.wk)},set:function(e){this.i.wk=r.toRect(e),this._a("worldRect",r.rectToString(this.i.wk))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.v8)},set:function(e){this.i.v8=r.toRect(e),this._a("actualWorldRect",r.rectToString(this.i.v8))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"xAxis",{get:function(){var e=this.i.t7;if(null==e)return null;if(!e.externalObject){var t=i.IgcNumericXAxisComponent._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.t7=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"yAxis",{get:function(){var e=this.i.t9;if(null==e)return null;if(!e.externalObject){var t=i.IgcNumericYAxisComponent._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.t9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isMap",{get:function(){return this.i.el},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"windowScale",{get:function(){return this.i.uu},set:function(e){this.i.uu=+e,this._a("windowScale",this.i.uu)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualWindowScale",{get:function(){return this.i.ut},set:function(e){this.i.ut=+e,this._a("actualWindowScale",this.i.ut)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"zoomIsReady",{get:function(){return this.i.uq},enumerable:!1,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},n.prototype.getCurrentActualWorldRect=function(){var e=this.i.wc();return r.fromRect(e)},n.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(r.toRect(e));return r.fromRect(t)},n.prototype.updateZoomWindow=function(e){this.i.vo(r.toRect(e))},n.prototype.updateWorldRect=function(e){this.i.vn(r.toRect(e))},n.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(r.toRect(e));return r.fromRect(t)},n.prototype.convertGeographicToZoom=function(e,t){var i=this.i.v9(r.toRect(e),t);return r.fromRect(i)},n.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(i)},n.prototype.getGeographicFromZoom=function(e){var t=this.i.we(r.toRect(e));return r.fromRect(t)},n.prototype.getGeographicPoint=function(e){var t=this.i.v0(r.toPoint(e));return r.fromPoint(t)},n.prototype.getPixelPoint=function(e){var t=this.i.v1(r.toPoint(e));return r.fromPoint(t)},n.prototype.getWindowPoint=function(e){var t=this.i.v2(r.toPoint(e));return r.fromPoint(t)},n.prototype.clearTileCache=function(){this.i.vb()},n.prototype.styleUpdated=function(){this.i.vj()},n.prototype.getActualWindowScaleHorizontal=function(){return this.i.gq()},n.prototype.getActualWindowScaleVertical=function(){return this.i.gr()},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.prototype.exportVisualData=function(){return this.i.ux()},n.prototype.zoomToGeographic=function(e){this.i.vq(r.toRect(e))},Object.defineProperty(n.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicMapComponent=null,n.htmlTagName="igc-geographic-map",n._isElementRegistered=!1,n}(i.IgcSeriesViewerComponent),w=function(e){function i(t){var i=e.call(this)||this;if(t)for(var r=0;r<t.length;r++)i.add(t[r]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new 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),P=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}({}),M=r.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),I=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new u},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(),this._initializeAdapters&&this._initializeAdapters()},e}(),T=function(){function e(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=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="Igc"+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(),this._initializeAdapters&&this._initializeAdapters()},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(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){return this._imagesChanged},set:function(e){var t=this;null!==this._imagesChanged_wrapped&&(this.i.imagesChanged=r.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var r=new I;r._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,r),t._imagesChanged&&t._imagesChanged(t,r)},this.i.imagesChanged=r.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(e){var t=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=r.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var n=new r.IgcCancellingMultiScaleImageEventArgs;n._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,n),t._cancellingImage&&t._cancellingImage(t,n)},this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(e){var t=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=r.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var n=new r.IgcDownloadingMultiScaleImageEventArgs;n._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,n),t._downloadingImage&&t._downloadingImage(t,n)},this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),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),j=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",d.$),i}(d),O=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 j(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(M,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",y.$),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",[M,r.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(y),R=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 O},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 w,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new w;this._subDomains=t._fromOuter(e);var 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 w,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new w;this._actualSubDomains=t._fromOuter(e);var 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(M,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),x=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),r.TypeRegistrar.register("BingMapsMapImagery",O.$type)},e}(),A=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new _},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}(T),G=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",A),r.TypeRegistrar.register("OpenStreetMapImagery",_.$type)},e}(),B=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t._getTileImageUri_wrapped=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(){return this._getTileImageUri},set:function(e){var t=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=r.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var n=new r.IgcGetTileImageUriArgs;n._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,n),t._getTileImageUri&&t._getTileImageUri(t,n)},this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(T),D=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",y.$),i}(y),E=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcCustomMapImagery",B),r.TypeRegistrar.register("CustomMapImagery",D.$type)},e}(),z=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,r=JSON.parse(i);if(null!=r){var n="";null!=r.token&&(n=r.token),this.userToken=n}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,r=JSON.parse(i);null!=r&&null!=r.tileInfo&&(this.ap.levelOfDetail=r.tileInfo.lods.length)}},i.prototype.cf=function(t,i,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",y.$),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}(y),N=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new z},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}(T),V=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",N),r.TypeRegistrar.register("ArcGISOnlineMapImagery",z.$type)},e}(),U=function(){function e(){}return e.register=function(){x.register(),G.register(),E.register(),V.register(),q.register(),r.TypeRegistrar.registerCons("IgcGeographicMapComponent",q)},e}(),L=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.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.dy},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.qg},set:function(e){this.i.qg=+e,this._a("visibleFromScale",this.i.qg)},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.lp()},i.prototype.getItemValue=function(e,t){return this.i.h1(e,t)},i.prototype.getItem=function(e){return this.i.hy(r.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ho(r.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.hm(r.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.gn(r.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var n=this.i.ps(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.p3(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.p5(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.gj(r.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var n=this.i.po(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.gl(r.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var n=this.i.pq(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.pt(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.go(r.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.ge()},i.prototype.renderSeries=function(e){this.i.mn(e)},i.prototype.styleUpdated=function(){this.i.mx()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=function(e){function n(){var t=e.call(this)||this;return t._currData=null,t._onImportCompleted=null,t._assigningShapeStyle=null,t._assigningShapeStyle_wrapped=null,t._assigningShapeMarkerStyle=null,t._assigningShapeMarkerStyle_wrapped=null,t}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicShapeSeriesBaseComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicShapeSeriesBaseComponent=e}return n._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),n.prototype.onUpdateDataSource=function(e){var t=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(e,i){if(t._currData){t._currData.i.importCompleted=r.delegateRemove(t._currData.i.importCompleted,t._onImportCompleted);var n=t._currData;t._currData=null,t.i.itemsSource=n.getPointData()}}),e&&e.getPointData?e.count>0?e.getPointData():(this._currData=e,this._currData.i.importCompleted=r.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):e},n.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new r.IgcShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted=this.onShapeDataSourceImportCompleted),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},n.prototype.onShapeDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(n.prototype,"shapeMemberPath",{get:function(){return this.i.q7},set:function(e){this.i.q7=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.qw},set:function(e){this.i.qw=r.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.qw)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.qv},set:function(e){this.i.qv=r.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.qv)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.qo},set:function(e){this.i.qo=r.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ShapeItemSearchMode_$type,this.i.qo))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.qz},set:function(e){this.i.qz=+e,this._a("itemSearchThreshold",this.i.qz)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.qy},set:function(e){this.i.qy=+e,this._a("itemSearchPointsThreshold",this.i.qy)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapefileDataSource",{get:function(){var e=this.i.qr;if(null==e)return null;if(!e.externalObject){var t=new r.IgcShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.qr=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeFilterResolution",{get:function(){return this.i.qx},set:function(e){this.i.qx=+e,this._a("shapeFilterResolution",this.i.qx)},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(n.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(e){var t=this;null!==this._assigningShapeStyle_wrapped&&(this.i.assigningShapeStyle=r.delegateRemove(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped),this._assigningShapeStyle_wrapped=null,this._assigningShapeStyle=null),this._assigningShapeStyle=e,this._assigningShapeStyle_wrapped=function(e,r){var n=new i.IgcAssigningShapeStyleEventArgs;n._provideImplementation(r),t.beforeAssigningShapeStyle&&t.beforeAssigningShapeStyle(t,n),t._assigningShapeStyle&&t._assigningShapeStyle(t,n)},this.i.assigningShapeStyle=r.delegateCombine(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"assigningShapeMarkerStyle",{get:function(){return this._assigningShapeMarkerStyle},set:function(e){var t=this;null!==this._assigningShapeMarkerStyle_wrapped&&(this.i.assigningShapeMarkerStyle=r.delegateRemove(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped),this._assigningShapeMarkerStyle_wrapped=null,this._assigningShapeMarkerStyle=null),this._assigningShapeMarkerStyle=e,this._assigningShapeMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningShapeMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningShapeMarkerStyle&&t.beforeAssigningShapeMarkerStyle(t,n),t._assigningShapeMarkerStyle&&t._assigningShapeMarkerStyle(t,n)},this.i.assigningShapeMarkerStyle=r.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,n}(L),H=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.qu=!1,t.qt=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.qq=null,t.qs=!1,t}return t.__extends(n,e),n.prototype.by=function(){return new W(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.qp=t},n.prototype.get_d0=function(){return!0},n.prototype.get_c3=function(){return!0},n.prototype.l9=function(t,i,o,a){switch(e.prototype.l9.call(this,t,i,o,a),i){case"SeriesViewer":this.qp.cf();break;case"ShapeMemberPath":this.qp.ch();break;case n.$$p[5]:this.qp.cg();break;case n.$$p[1]:if(this.qe.rd=this.qw,this.qu=this.qw,this.qw){var s=this.qe;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.ra))}else{var l=this.qe;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.ra))}break;case n.$$p[0]:if(this.qe.rc=this.qv,this.qt=this.qv,this.qw){var c=this.qe;c.assigningShapeMarkerStyle=r.delegateCombine(c.assigningShapeMarkerStyle,r.runOn(this,this.q9))}else{var h=this.qe;h.assigningShapeMarkerStyle=r.delegateRemove(h.assigningShapeMarkerStyle,r.runOn(this,this.q9))}break;case n.$$p[2]:this.qe.qz=this.qo;break;case n.$$p[3]:this.qe.ru=this.qy;break;case n.$$p[4]:this.qe.rv=this.qz;break;case"ShapefileDataSource":if(null!=o){var u=o;this.qs&&(u.importCompleted=r.delegateRemove(u.importCompleted,r.runOn(this,this.rb)))}if(null!=a){var p=a;if(p.count>0){this.rc();break}this.qs=!0,p.importCompleted=r.delegateCombine(p.importCompleted,r.runOn(this,this.rb))}}},n.prototype.ra=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},n.prototype.q9=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},n.prototype.rb=function(e,t){this.rc()},n.prototype.rc=function(){var e=this.qr.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(n.prototype,"qr",{get:function(){return this.qq},set:function(e){var t=this.qq;this.qq=e,t!=this.qq&&this.raisePropertyChanged("ShapefileDataSource",t,this.qq)},enumerable:!1,configurable:!0}),n.prototype.get_e7=function(){return!0},n.prototype.set_e7=function(t){e.prototype.set_e7.call(this,t)},n.$t=r.markType(n,"GeographicShapeSeriesBase",p.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:qv:rd",[0,!1],"IsCustomShapeStyleAllowed:qw:re",[0,!1],"ItemSearchMode:qo:rf",[i.ShapeItemSearchMode_$type,r.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:qy:rg",[1,1e4],"ItemSearchThreshold:qz:rh",[1,1e4],"ShapeFilterResolution:qx:ri",[1,2],"ShapeMemberPath:q7:rj",[2,"points"]]),n}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.b2=function(){e.prototype.b2.call(this),this.ce.qe.r5=this.ce.q7},i.prototype.cf=function(){var e=this.ce.qe;if(null==this.ce.ce)return e.qt=null,void(e.qv=null);e.qt=this.ce.ce.t7,e.qv=this.ce.ce.t9},i.prototype.ch=function(){this.ce.qe.r5=this.ce.q7},i.prototype.cg=function(){this.ce.qe.rr=this.ce.qx},i.$t=r.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(e){function n(t){var i=e.call(this,t)||this;return i.ci=null,i.ci=t,i.q||(i.ci.q7="points"),i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.sr=i.Defaults.aj,this.ci.g4=i.Defaults.p,this.ci.rq=i.Defaults.o,this.ci.rn=i.Defaults.d,this.ci.rl=i.Defaults.a)},n.prototype.b2=function(){e.prototype.b2.call(this),this.ci.qe.ul=this.ci.st,this.ci.qe.te=this.ci.ro,this.ci.qe.t0=this.ci.r9,this.ci.qe.th=this.ci.rq,this.ci.qe.s0=this.ci.rk},n.prototype.cn=function(){this.ci.qe.t0=this.ci.r9},n.prototype.cp=function(){this.ci.qe.th=this.ci.rq},n.prototype.ck=function(){this.ci.qe.s0=this.ci.rk},n.prototype.co=function(){this.ci.qe.s9=this.ci.rn},n.prototype.cj=function(){this.ci.qe.uh=this.ci.sq},n.prototype.cl=function(){this.ci.qe.ui=this.ci.sr},n.prototype.cm=function(){this.ci.qe.uk=this.ci.ss},n.prototype.cq=function(){this.ci.qe.te=this.ci.ro},n.prototype.cr=function(){this.ci.qe.ul=this.ci.st},n.$t=r.markType(n,"GeographicShapeSeriesView",W.$),n}(W),Y=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_ea=function(){return!0},n.prototype.by=function(){return new X(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.rp=t},n.prototype.qd=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.r6)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.r7)),e},n.prototype.r6=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.r7=function(e,t){r.typeCast(i.ScatterPolygonSeries.$,this.qe)},n.prototype.f6=function(){return this.rq},n.prototype.pc=function(){return this.so},n.prototype.pd=function(){return this.sp},n.prototype.nj=function(){return this.r8},n.prototype.i2=function(){var e=r.typeCast(i.ScatterPolygonSeries.$,this.qe);return null==e?"Unknown":e.i2()},n.prototype.l9=function(t,i,r,o){switch(e.prototype.l9.call(this,t,i,r,o),i){case n.$$p[6]:this.qe.s7=this.rm;break;case n.$$p[5]:this.qe.s3=this.rl;break;case n.$$p[9]:this.rp.cn();break;case n.$$p[10]:this.rp.cp();break;case n.$$p[4]:this.rp.ck();break;case n.$$p[11]:this.rp.co();break;case n.$$p[3]:this.rp.cj();break;case n.$$p[7]:this.rp.cl();break;case n.$$p[8]:this.rp.cm();break;case n.$$p[13]:this.rp.cq();break;case n.$$p[12]:this.rp.cr()}},n.prototype.g0=function(){return.7},n.$t=r.markType(n,"GeographicShapeSeries",H.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:so:sa",[r.Brush.$],"ActualMarkerOutline:sp:sb",[r.Brush.$],"ActualMarkerTemplate:r8:sc",[r.DataTemplate.$,null],"MarkerBrush:sq:sd",[r.Brush.$],"MarkerCollisionAvoidance:rk:se",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:rl:sf",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:rm:sg",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:sr:sh",[r.Brush.$],"MarkerStyle:ss:si",[r.Style.$],"MarkerTemplate:r9:sj",[r.DataTemplate.$,null],"MarkerThickness:rq:sk",[1,r.DeviceUtils.g(2)],"MarkerType:rn:sl",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:st:sm",[r.Style.$,null],"ShapeStyleSelector:ro:sn",[i.StyleSelector.$,null]]),n}(H),Z=function(e){function n(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new Y},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicShapeSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicShapeSeriesComponent=e}return n._observedAttributesIgcGeographicShapeSeriesComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPolygon",{get:function(){return this.i.ea},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeFill",{get:function(){return this.i.st?this.i.st.fill:null},set:function(e){this.ensureShapeStyle(),this.i.st.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeStroke",{get:function(){return this.i.st?this.i.st.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.st.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeStrokeThickness",{get:function(){return this.i.st?this.i.st.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.st.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.st.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeOpacity",{get:function(){return this.i.st?this.i.st.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.st.opacity=+e,this._a("shapeOpacity",this.i.st.opacity)},enumerable:!1,configurable:!0}),n.prototype.ensureShapeStyle=function(){this.i.st||(this.i.st=new r.Style)},Object.defineProperty(n.prototype,"markerType",{get:function(){return this.i.rn},set:function(e){this.i.rn=r.ensureEnum(i.MarkerType_$type,e),this._a("markerType",r.enumToString(i.MarkerType_$type,this.i.rn))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineMode",{get:function(){return this.i.rm},set:function(e){this.i.rm=r.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",r.enumToString(i.MarkerOutlineMode_$type,this.i.rm))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerFillMode",{get:function(){return this.i.rl},set:function(e){this.i.rl=r.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",r.enumToString(i.MarkerFillMode_$type,this.i.rl))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerTemplate",{get:function(){return this.i.r9},set:function(e){this.i.r9=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.sq)},set:function(e){this.i.sq=r.stringToBrush(e),this._a("markerBrush",r.brushToString(this.i.sq))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.sr)},set:function(e){this.i.sr=r.stringToBrush(e),this._a("markerOutline",r.brushToString(this.i.sr))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerThickness",{get:function(){return this.i.rq},set:function(e){this.i.rq=+e,this._a("markerThickness",this.i.rq)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerCollisionAvoidance",{get:function(){return this.i.rk},set:function(e){this.i.rk=r.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",r.enumToString(i.CollisionAvoidanceType_$type,this.i.rk))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerTemplate",{get:function(){return this.i.r8},set:function(e){this.i.r8=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.so)},set:function(e){this.i.so=r.stringToBrush(e),this._a("actualMarkerBrush",r.brushToString(this.i.so))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.sp)},set:function(e){this.i.sp=r.stringToBrush(e),this._a("actualMarkerOutline",r.brushToString(this.i.sp))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=r.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,r){var n=new i.IgcStyleShapeEventArgs;n._provideImplementation(r),t.beforeStyleShape&&t.beforeStyleShape(t,n),t._styleShape&&t._styleShape(t,n)},this.i.styleShape=r.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicShapeSeriesComponent=null,n.htmlTagName="igc-geographic-shape-series",n._isElementRegistered=!1,n}(F),Q=function(){function e(){}return e.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),r.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),r.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},e}(),K=function(e){function n(t){var i=e.call(this,t)||this;return i.ci=null,i.ci=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.g4=i.Defaults.n)},n.prototype.b2=function(){e.prototype.b2.call(this),this.ci.qe.s0=this.ci.rk,this.ci.qe.s5=this.ci.rs},n.prototype.cj=function(){this.ci.qe.s0=this.ci.rk},n.prototype.ck=function(){this.ci.qe.s5=this.ci.rs},n.$t=r.markType(n,"GeographicPolylineSeriesView",W.$),n}(W),J=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_eb=function(){return!0},n.prototype.by=function(){return new K(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.rl=t},n.prototype.qd=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.rp)),e},n.prototype.rp=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.l9=function(t,i,r,o){switch(e.prototype.l9.call(this,t,i,r,o),i){case n.$$p[1]:this.rl.cj();break;case n.$$p[0]:this.rl.ck()}},n.$t=r.markType(n,"GeographicPolylineSeries",H.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ShapeStyle:rs:rq",[r.Style.$,null],"ShapeStyleSelector:rk:rr",[i.StyleSelector.$,null]]),n}(H),ee=function(e){function n(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new J},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicPolylineSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicPolylineSeriesComponent=e}return n._observedAttributesIgcGeographicPolylineSeriesComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPolyline",{get:function(){return this.i.eb},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeFill",{get:function(){return this.i.rs?this.i.rs.fill:null},set:function(e){this.ensureShapeStyle(),this.i.rs.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeStroke",{get:function(){return this.i.rs?this.i.rs.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.rs.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeStrokeThickness",{get:function(){return this.i.rs?this.i.rs.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.rs.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.rs.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"shapeOpacity",{get:function(){return this.i.rs?this.i.rs.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.rs.opacity=+e,this._a("shapeOpacity",this.i.rs.opacity)},enumerable:!1,configurable:!0}),n.prototype.ensureShapeStyle=function(){this.i.rs||(this.i.rs=new r.Style)},Object.defineProperty(n.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=r.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,r){var n=new i.IgcStyleShapeEventArgs;n._provideImplementation(r),t.beforeStyleShape&&t.beforeStyleShape(t,n),t._styleShape&&t._styleShape(t,n)},this.i.styleShape=r.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicPolylineSeriesComponent=null,n.htmlTagName="igc-geographic-polyline-series",n._isElementRegistered=!1,n}(F),te=function(){function e(){}return e.register=function(){i.IgcScatterPolylineSeriesModule.register(),ee.register(),r.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",ee),r.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},e}(),ie=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",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),i}(y),re=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ie},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}(T),ne=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",re),r.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),oe=function(e){function n(){var t=e.call(this)||this;return t.s1=null,t.s0=null,t.imageTilesReady=null,t.s4=null,t.s5=!1,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_el=function(){return!0},n.prototype.by=function(){return new ae(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.sz=t},n.prototype.get_rf=function(){return!1},Object.defineProperty(n.prototype,"s3",{get:function(){return this.s1},set:function(e){if(e!=this.s3){var t=this.s3;this.s1=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"s2",{get:function(){return this.s0},set:function(e){var t=this.s0;this.s0=e,this.raisePropertyChanged("ActualTileImagery",t,this.s0)},enumerable:!1,configurable:!0}),n.prototype.l9=function(t,i,n,o){var a,s;switch(e.prototype.l9.call(this,t,i,n,o),i){case"TileImagery":s=o,null!=(a=n)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.s8))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.s8))),this.sz.de(a,s),this.mn(!1),this.lu();break;case"ActualTileImagery":s=o,null!=(a=n)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.s9)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.s9)),s.deferralHandler=this),this.sz.dd(a,s),null!=s&&null!==r.typeCast(f.$,this.ce)&&(s.geographicMap=this.ce,this.tb(this.b1),this.sz.da(this.ce.tk)),this.lu();break;case"ActualWindowRect":this.sz.da(o);break;case"WorldRect":this.sz.dh(o);break;case"SeriesViewer":var l=o;null!=n&&null!=this.s2&&this.s2.be(null),null!=l&&null!=this.s2&&this.s2.be(this.b1.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.lw()}},n.prototype.s8=function(e,t){"MultiScaleImage"==t.propertyName&&this.tb(this.b1)},n.prototype.s9=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.s5||this.sz.df()},n.prototype.register=function(e,t){this.s4=t},n.prototype.unRegister=function(e){this.s4=null},n.prototype.deferredRefresh=function(){this.mn(!1)},n.prototype.deferAction=function(e){null!=this.he?this.he.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.na=function(t,i){this.sz.dg(),e.prototype.na.call(this,t,i)},n.prototype.mo=function(t){e.prototype.mo.call(this,t),this.ta(t,this.b1)},n.prototype.ta=function(e,t){var i,r,n=t,o=t.getViewInfo(i,r);i=o.p0,r=o.p1,this.tb(t),null!=this.s4&&(this.s5=!0,this.s4(e),this.s5=!1),n.df()},n.prototype.mm=function(t,i,r,n,o){e.prototype.mm.call(this,t,i,r,n,o);var a=this.fg.item(n);a.a1(r),this.cy(a)||this.sj(a)},n.prototype.tb=function(e){var t,i,r=e.getViewInfo(t,i);t=r.p0,i=r.p1,null!=this.s3&&null!=this.s3.ao&&(this.s3!=this.s2&&(this.s2=this.s3),null==this.s2||t.isEmpty||(this.s2.width!=t.width&&(this.s2.width=t.width),this.s2.height!=t.height&&(this.s2.height=t.height)))},n.prototype.k2=function(t,i){e.prototype.k2.call(this,t,i),i.db()},n.$t=r.markType(n,"TileSeries",i.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),n}(i.ShapeSeriesBase),ae=function(e){function n(t){var i=e.call(this,t)||this;return i.c7=null,i.di=new r.GeometryGroup,i.c9=null,i.c8=null,i.c7=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.c7.pe=i.Defaults.ao,this.c7.o9=i.Defaults.an)},n.prototype.ch=function(e,t){t.c.count>0&&this.di.d.add(t)},n.prototype.c2=function(e,t){return this.c3(e,t,!0)},n.prototype.c1=function(e,t){return null},n.prototype.cl=function(e,t){},n.prototype.cj=function(e,t,i){},n.prototype.cr=function(){e.prototype.cr.call(this),this.di.d.clear()},n.prototype.cq=function(){e.prototype.cq.call(this),this.aq()},n.prototype.da=function(e){null!=this.c7.s3&&(this.c7.s3.windowRect=e)},n.prototype.dd=function(e,t){if(null==this.c9){this.c9=this.e.he.createElement("canvas");var i=this.e.he.get2DCanvasContext(this.c9);this.c8=new r.RenderingContext(new r.CanvasViewRenderer,i),this.c9.setAttribute("width",this.bu.width.toString()),this.c9.setAttribute("height",this.bu.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=r.delegateRemove(e.imagesChanged,r.runOn(this,this.dc))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.c8),t.bf(this.bu),t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.dc)))},n.prototype.dc=function(e,t){this.aq()},n.prototype.de=function(e,t){},n.prototype.dg=function(){null!=this.c9&&(this.c9.setAttribute("width",this.bu.width.toString()),this.c9.setAttribute("height",this.bu.height.toString())),null!=this.c7.s3&&this.c7.s3.bf(this.bu)},n.prototype.a6=function(t,i){if(e.prototype.a6.call(this,t,i),!i&&null!=this.c9){var n=!1;if(this.di.d.count>0)n=!0,this.k.aa(),this.k.r(this.di),this.k.h().clip();var o=r.truncate(Math.round(this.bu.left)),a=r.truncate(Math.round(this.bu.top)),s=r.truncate(Math.round(this.bu.width)),l=r.truncate(Math.round(this.bu.height));this.k.o(this.c9.getNativeElement(),1,o,a,s,l,o,a,s,l),n&&this.k.z()}},n.prototype.df=function(){this.aq()},n.prototype.db=function(){},n.prototype.dh=function(e){null!=this.c7.s3&&this.c7.s3.a6()},n.$t=r.markType(n,"TileSeriesView",i.ShapeSeriesViewBase.$),n}(i.ShapeSeriesViewBase),se=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new oe},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}return i._observedAttributesIgcTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,r.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.el},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.s3;return null==e?null:e.externalObject},set:function(e){this.i.s3=null==e?null:e.i},enumerable:!1,configurable:!0}),i.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)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),le=function(){function e(){}return e.register=function(){se.register(),r.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),r.TypeRegistrar.register("TileSeries",oe.$type)},e}(),ce=function(e){function i(){var t=e.call(this)||this;return t.rl=null,t.rk=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_el=function(){return!0},Object.defineProperty(i.prototype,"rm",{get:function(){return this.rl},set:function(e){if(e!=this.rm){var t=this.rm;this.rl=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.rq=function(){null!=this.rm&&this.rm.clearTileCache()},i.prototype.l9=function(t,i,r,n){switch(e.prototype.l9.call(this,t,i,r,n),i){case"TileImagery":null!=this.qe&&(this.qe.s3=this.rm)}},i.prototype.qj=function(){if(e.prototype.qj.call(this),this.qe.s3=this.rm,null!=this.rk){var t=this.rk;t.imageTilesReady=r.delegateRemove(t.imageTilesReady,r.runOn(this,this.rp))}if(this.rk=this.qe,null!=this.rk){var i=this.rk;i.imageTilesReady=r.delegateCombine(i.imageTilesReady,r.runOn(this,this.rp))}},i.prototype.qd=function(){return new oe},i.prototype.rp=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=r.markType(i,"GeographicTileSeries",H.$),i}(H),he=function(e){function i(){var t=e.call(this)||this;return t._imageTilesReady=null,t._imageTilesReady_wrapped=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ce},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicTileSeriesComponent=e}return i._observedAttributesIgcGeographicTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,r.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.el},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.rm;return null==e?null:e.externalObject},set:function(e){this.i.rm=null==e?null:e.i},enumerable:!1,configurable:!0}),i.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)},i.prototype.clearTileCache=function(){this.i.rq()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicTileSeriesComponent=null,i.htmlTagName="igc-geographic-tile-series",i._isElementRegistered=!1,i}(F),ue=function(){function e(){}return e.register=function(){le.register(),he.register(),r.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",he),r.TypeRegistrar.register("GeographicTileSeries",ce.$type)},e}(),pe=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.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicMarkerSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicMarkerSeriesComponent=e}return n._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerType",{get:function(){return this.i.qo},set:function(e){this.i.qo=r.ensureEnum(i.MarkerType_$type,e),this._a("markerType",r.enumToString(i.MarkerType_$type,this.i.qo))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerThickness",{get:function(){return this.i.qp},set:function(e){this.i.qp=+e,this._a("markerThickness",this.i.qp)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineMode",{get:function(){return this.i.qn},set:function(e){this.i.qn=r.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",r.enumToString(i.MarkerOutlineMode_$type,this.i.qn))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerFillMode",{get:function(){return this.i.qm},set:function(e){this.i.qm=r.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",r.enumToString(i.MarkerFillMode_$type,this.i.qm))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerTemplate",{get:function(){return this.i.q4},set:function(e){this.i.q4=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.ri)},set:function(e){this.i.ri=r.stringToBrush(e),this._a("markerBrush",r.brushToString(this.i.ri))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.rj)},set:function(e){this.i.rj=r.stringToBrush(e),this._a("markerOutline",r.brushToString(this.i.rj))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"maximumMarkers",{get:function(){return this.i.qq},set:function(e){this.i.qq=+e,this._a("maximumMarkers",this.i.qq)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerTemplate",{get:function(){return this.i.q3},set:function(e){this.i.q3=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.rg)},set:function(e){this.i.rg=r.stringToBrush(e),this._a("actualMarkerBrush",r.brushToString(this.i.rg))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.rh)},set:function(e){this.i.rh=r.stringToBrush(e),this._a("actualMarkerOutline",r.brushToString(this.i.rh))},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicMarkerSeriesComponent=null,n}(L),ge=function(e){function n(){var t=e.call(this)||this,i=t.qe;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.q2)),t}return t.__extends(n,e),n.prototype.nj=function(){return this.q3},n.prototype.pc=function(){return this.rg},n.prototype.pd=function(){return this.rh},n.prototype.f6=function(){return this.qp},n.prototype.i2=function(){var e=r.typeCast(i.MarkerSeries.$,this.qe);return null==e?"Unknown":e.i2()},n.prototype.q2=function(e,t){var n=r.typeCast(i.MarkerSeries.$,this.qe);null!=n&&("ActualMarkerTemplate"==t.propertyName?this.q3=n.q5:"ActualMarkerOutline"==t.propertyName?this.rh=n.rm:"ActualMarkerBrush"==t.propertyName&&(this.rg=n.rl))},n.prototype.l9=function(t,i,r,o){switch(e.prototype.l9.call(this,t,i,r,o),i){case n.$$p[3]:this.qe.rn=this.ri;break;case n.$$p[6]:this.qe.ro=this.rj;break;case n.$$p[5]:this.qe.qi=this.qn;break;case n.$$p[4]:this.qe.qe=this.qm;break;case n.$$p[9]:this.qe.ql=this.qo;break;case n.$$p[7]:this.qe.q7=this.q4;break;case n.$$p[8]:this.qe.qq=this.qp;break;case n.$$p[10]:this.qe.tb=this.qq}},n.$t=r.markType(n,"GeographicMarkerSeries",p.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:rg:q5",[r.Brush.$],"ActualMarkerOutline:rh:q6",[r.Brush.$],"ActualMarkerTemplate:q3:q7",[r.DataTemplate.$,null],"MarkerBrush:ri:q8",[r.Brush.$],"MarkerFillMode:qm:q9",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:qn:ra",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:rj:rb",[r.Brush.$],"MarkerTemplate:q4:rc",[r.DataTemplate.$,null],"MarkerThickness:qp:rd",[1,r.DeviceUtils.g(2)],"MarkerType:qo:re",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:qq:rf",[1,400]]),n}(p),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.qe;t.tr=this.ce.sd,t.tz=this.ce.sb,t.ql=this.ce.qo,t.q7=this.ce.q4,t.qq=this.ce.qp,t.vv=this.ce.rx,t.wl=this.ce.si,t.vl=this.ce.rp,t.wb=this.ce.r9,t.v6=this.ce.r1,t.vi=this.ce.rm,t.vt=this.ce.rt,t.vu=this.ce.rw,t.v0=this.ce.rz,t.vz=this.ce.ry},i.prototype.cn=function(){this.ce.qe.tr=this.ce.sd},i.prototype.cm=function(){this.ce.qe.tz=this.ce.sb},i.prototype.cs=function(){this.ce.qe.ql=this.ce.qo},i.prototype.cq=function(){this.ce.qe.q7=this.ce.q4},i.prototype.cr=function(){this.ce.qe.qq=this.ce.qp},i.prototype.ct=function(){this.ce.qe.tb=this.ce.qq},i.prototype.cv=function(){this.ce.qe.xAxis=this.ce.ce.t7},i.prototype.cw=function(){this.ce.qe.yAxis=this.ce.ce.t9},i.prototype.cu=function(){var e=this.ce.qe;if(null==this.ce.ce)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.ce.t7,e.yAxis=this.ce.ce.t9},i.prototype.co=function(){this.ce.qe.rn=this.ce.ri},i.prototype.cp=function(){this.ce.qe.ro=this.ce.rj},i.prototype.cx=function(){this.ce.qe.wl=this.ce.si},i.prototype.cy=function(){this.ce.qe.vl=this.ce.rp,this.ce.qe.vv=this.ce.rx},i.prototype.ci=function(){this.ce.qe.wb=this.ce.r9},i.prototype.cg=function(){this.ce.qe.vi=this.ce.rm,this.ce.qe.vt=this.ce.rt,this.ce.qe.vu=this.ce.rw,this.ce.qe.v0=this.ce.rz,this.ce.qe.vz=this.ce.ry},i.prototype.cf=function(){this.ce.qe.v6=this.ce.r1},i.prototype.cz=function(){this.ce.qe.vv=this.ce.rx},i.prototype.ch=function(){this.ce.qe.vt=this.ce.rt},i.prototype.cl=function(){this.ce.qe.vu=this.ce.rw},i.prototype.ck=function(){this.ce.qe.v0=this.ce.rz},i.prototype.cj=function(){this.ce.qe.vz=this.ce.ry},i.$t=r.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),ye=function(e){function n(){var t=e.call(this)||this;return t.rn=null,t.rs=!1,t.rr=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_c5=function(){return!0},n.prototype.by=function(){return new fe(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.rq=t},n.prototype.g0=function(){return.7},n.prototype.qd=function(){return new i.BubbleSeries},n.prototype.get_d0=function(){return!0},n.prototype.l9=function(t,i,o,a){switch(e.prototype.l9.call(this,t,i,o,a),i){case"SeriesViewer":this.rq.cu();break;case n.$$p[9]:this.rq.cn();break;case n.$$p[8]:this.rq.cm();break;case"XAxis":this.rq.cv();break;case"YAxis":this.rq.cw();break;case n.$$p[13]:this.rq.cx();break;case n.$$p[14]:this.rq.cy();break;case n.$$p[15]:this.rq.cz();break;case n.$$p[7]:this.rq.ci();break;case n.$$p[0]:this.rq.cf();break;case n.$$p[1]:this.rq.cg();break;case n.$$p[2]:this.rq.ch();break;case n.$$p[12]:this.rq.cl();break;case n.$$p[11]:this.rq.ck();break;case n.$$p[10]:this.rq.cj();break;case n.$$p[4]:if(this.qe.st=this.rv,this.rs=this.rv,this.rv){var s=this.qe;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.sn))}else{var l=this.qe;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.sn))}break;case n.$$p[3]:if(this.qe.ss=this.ru,this.rr=this.ru,this.rv){var c=this.qe;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.sm))}else{var h=this.qe;h.assigningScatterMarkerStyle=r.delegateRemove(h.assigningScatterMarkerStyle,r.runOn(this,this.sm))}break;case n.$$p[5]:this.qe.sh=this.ro;break;case n.$$p[6]:this.qe.ta=this.r0}},n.prototype.sn=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.sm=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicProportionalSymbolSeries",ge.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["FillMemberPath:r1:so",[2],"FillScale:rm:sp",[i.BrushScale.$],"FillScaleUseGlobalValues:rt:sq",[0,!1],"IsCustomScatterMarkerStyleAllowed:ru:sr",[0,!1],"IsCustomScatterStyleAllowed:rv:ss",[0,!1],"ItemSearchMode:ro:st",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:r0:su",[1,1e4],"LabelMemberPath:r9:sv",[2],"LatitudeMemberPath:sb:sw",[2,null],"LongitudeMemberPath:sd:sx",[2,null],"MarkerBrushBrightness:ry:sy",[1,NaN],"MarkerOutlineBrightness:rz:sz",[1,NaN],"MarkerOutlineUsesFillScale:rw:s0",[0,!1],"RadiusMemberPath:si:s1",[2,null],"RadiusScale:rp:s2",[i.SizeScale.$],"RadiusScaleUseGlobalValues:rx:s3",[0,!1]]),n}(ge),de=function(e){function n(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new ye},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}return n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"hasOnlyMarkers",{get:function(){return this.i.c5},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.sb},set:function(e){this.i.sb=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.sd},set:function(e){this.i.sd=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"radiusMemberPath",{get:function(){return this.i.si},set:function(e){this.i.si=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"radiusScale",{get:function(){var e=this.i.rp;if(null==e)return null;if(!e.externalObject){var t=i.IgcSizeScaleComponent._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.rp=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"labelMemberPath",{get:function(){return this.i.r9},set:function(e){this.i.r9=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"fillMemberPath",{get:function(){return this.i.r1},set:function(e){this.i.r1=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"fillScale",{get:function(){var e=this.i.rm;if(null==e)return null;if(!e.externalObject){var t=i.IgcBrushScaleComponent._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.rm=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.rt},set:function(e){this.i.rt=r.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.rt)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.rw},set:function(e){this.i.rw=r.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.rw)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineBrightness",{get:function(){return this.i.rz},set:function(e){this.i.rz=+e,this._a("markerOutlineBrightness",this.i.rz)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerBrushBrightness",{get:function(){return this.i.ry},set:function(e){this.i.ry=+e,this._a("markerBrushBrightness",this.i.ry)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.rx},set:function(e){this.i.rx=r.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.rx)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rv},set:function(e){this.i.rv=r.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.rv)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.ru},set:function(e){this.i.ru=r.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.ru)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.ro},set:function(e){this.i.ro=r.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ScatterItemSearchMode_$type,this.i.ro))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.r0},set:function(e){this.i.r0=+e,this._a("itemSearchThreshold",this.i.r0)},enumerable:!1,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(n.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=r.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,n),t._assigningScatterStyle&&t._assigningScatterStyle(t,n)},this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=r.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,n),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,n)},this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=null,n.htmlTagName="igc-geographic-proportional-symbol-series",n._isElementRegistered=!1,n}(pe),be=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),r.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",ye.$type)},e}(),me=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){var t=this.ce.qe;e.prototype.b2.call(this),t.tr=this.ce.r2,t.tz=this.ce.r0,t.ql=this.ce.qo,t.q7=this.ce.q4,t.qq=this.ce.qp},i.prototype.cg=function(){this.ce.qe.tr=this.ce.r2},i.prototype.cf=function(){this.ce.qe.tz=this.ce.r0},i.prototype.cm=function(){this.ce.qe.ql=this.ce.qo},i.prototype.ck=function(){this.ce.qe.q7=this.ce.q4},i.prototype.cl=function(){this.ce.qe.qq=this.ce.qp},i.prototype.cn=function(){this.ce.qe.tb=this.ce.qq},i.prototype.cp=function(){this.ce.qe.xAxis=this.ce.ce.t7},i.prototype.cq=function(){this.ce.qe.yAxis=this.ce.ce.t9},i.prototype.co=function(){var e=this.ce.qe;if(null==this.ce.ce)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.ce.t7,e.yAxis=this.ce.ce.t9},i.prototype.ci=function(){this.ce.qe.rx=this.ce.rm},i.prototype.ch=function(){this.ce.qe.rn=this.ce.ri},i.prototype.cj=function(){this.ce.qe.ro=this.ce.rj},i.$t=r.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),Se=function(e){function n(){var t=e.call(this)||this;return t.ro=null,t.rr=!1,t.rq=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_c5=function(){return!0},n.prototype.by=function(){return new me(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.rp=t},n.prototype.g0=function(){return.7},n.prototype.qd=function(){return new i.ScatterSeries},n.prototype.get_d0=function(){return!0},n.prototype.l9=function(t,i,o,a){switch(e.prototype.l9.call(this,t,i,o,a),i){case"SeriesViewer":this.rp.co();break;case n.$$p[5]:this.rp.cg();break;case n.$$p[4]:this.rp.cf();break;case n.$$p[6]:this.rp.ci();break;case"XAxis":this.rp.cp();break;case"YAxis":this.rp.cq();break;case n.$$p[1]:if(this.qe.st=this.rt,this.rr=this.rt,this.rt){var s=this.qe;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.r7))}else{var l=this.qe;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.r7))}break;case n.$$p[0]:if(this.qe.ss=this.rs,this.rq=this.rs,this.rt){var c=this.qe;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.r6))}else{var h=this.qe;h.assigningScatterMarkerStyle=r.delegateRemove(h.assigningScatterMarkerStyle,r.runOn(this,this.r6))}break;case n.$$p[2]:this.qe.sh=this.rn;break;case n.$$p[3]:this.qe.ta=this.rv}},n.prototype.r7=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.r6=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicSymbolSeries",ge.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:rs:r8",[0,!1],"IsCustomScatterStyleAllowed:rt:r9",[0,!1],"ItemSearchMode:rn:sa",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rv:sb",[1,1e4],"LatitudeMemberPath:r0:sc",[2,null],"LongitudeMemberPath:r2:sd",[2,null],"MarkerCollisionAvoidance:rm:se",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:ru:sf",[0,!1]]),n}(ge),_e=function(e){function n(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new Se},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicSymbolSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicSymbolSeriesComponent=e}return n._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"hasOnlyMarkers",{get:function(){return this.i.c5},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.r0},set:function(e){this.i.r0=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.r2},set:function(e){this.i.r2=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"markerCollisionAvoidance",{get:function(){return this.i.rm},set:function(e){this.i.rm=r.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",r.enumToString(i.CollisionAvoidanceType_$type,this.i.rm))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rt},set:function(e){this.i.rt=r.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.rt)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rs},set:function(e){this.i.rs=r.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.rs)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.rn},set:function(e){this.i.rn=r.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ScatterItemSearchMode_$type,this.i.rn))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.rv},set:function(e){this.i.rv=+e,this._a("itemSearchThreshold",this.i.rv)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=r.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,n),t._assigningScatterStyle&&t._assigningScatterStyle(t,n)},this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=r.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,n),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,n)},this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicSymbolSeriesComponent=null,n.htmlTagName="igc-geographic-symbol-series",n._isElementRegistered=!1,n}(pe),ve=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),_e.register(),r.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",_e),r.TypeRegistrar.register("GeographicSymbolSeries",Se.$type)},e}(),ke=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,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new r.IgcTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted=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.qq},set:function(e){this.i.qq=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.qo},set:function(e){this.i.qo=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.qn},set:function(e){this.i.qn=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.qt},set:function(e){this.i.qt=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.qv},set:function(e){this.i.qv=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.qx},set:function(e){this.i.qx=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),Ce=function(e){function n(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new k},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicScatterAreaSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicScatterAreaSeriesComponent=e}return n._observedAttributesIgcGeographicScatterAreaSeriesComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isArea",{get:function(){return this.i.df},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"colorMemberPath",{get:function(){return this.i.rc},set:function(e){this.i.rc=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"colorScale",{get:function(){var e=this.i.q7;if(null==e)return null;if(!e.externalObject){var t=i.IgcColorScaleComponent._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.q7=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualColorScale",{get:function(){var e=this.i.q6;if(null==e)return null;if(!e.externalObject){var t=i.IgcColorScaleComponent._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.q6=null==e?null:e.i},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},n.prototype.updateActualColorScale=function(){this.i.rh()},Object.defineProperty(n.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=r.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var n=new r.IgcTriangulationStatusEventArgs;n._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,n),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,n)},this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicScatterAreaSeriesComponent=null,n.htmlTagName="igc-geographic-scatter-area-series",n._isElementRegistered=!1,n}(ke),qe=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),Ce.register(),r.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",Ce),r.TypeRegistrar.register("GeographicScatterAreaSeries",k.$type)},e}(),we=function(e){function n(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(n,e),n.prototype.b2=function(){e.prototype.b2.call(this);var t=r.typeCast(i.HighDensityScatterSeries.$,this.ce.qe);t.sm=this.ce.q3,t.su=this.ce.q1,t.qz=this.ce.qq,t.qy=this.ce.qp,t.eo=this.ce.qo,t.ru=this.ce.qs,t.rt=this.ce.qr,t.ts=this.ce.rm,t.tr=this.ce.rl,t.r6=this.ce.qv},n.prototype.ck=function(){this.ce.qe.sm=this.ce.q3},n.prototype.cj=function(){this.ce.qe.su=this.ce.q1},n.prototype.cp=function(){this.ce.qe.qz=this.ce.qq},n.prototype.cn=function(){this.ce.qe.qy=this.ce.qp},n.prototype.cl=function(){this.ce.qe.eo=this.ce.qo},n.prototype.ci=function(){this.ce.qe.ru=this.ce.qs},n.prototype.cg=function(){this.ce.qe.rt=this.ce.qr},n.prototype.co=function(){var e=r.typeCast(i.HighDensityScatterSeries.$,this.ce.qe);if(null==this.ce.ce)return e.qj=null,void(e.ql=null);e.qj=this.ce.ce.t7,e.ql=this.ce.ce.t9},n.prototype.cq=function(){this.ce.qe.qj=this.ce.ce.t7},n.prototype.cr=function(){this.ce.qe.ql=this.ce.ce.t9},n.prototype.ch=function(){this.ce.qe.ts=this.ce.rm},n.prototype.cf=function(){this.ce.qe.tr=this.ce.rl},n.prototype.cm=function(){this.ce.qe.r6=this.ce.qv},n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ce.rm=i.Defaults.aq,this.ce.rl=i.Defaults.ap,this.ce.o9=i.Defaults.al,this.ce.pe=i.Defaults.ak)},n.$t=r.markType(n,"GeographicHighDensityScatterSeriesView",g.$),n}(g),Pe=function(e){function n(){var t=e.call(this)||this;return t.qm=null,t.progressiveLoadStatusChanged=null,t.qu=0,t.ab=n.$,t}return t.__extends(n,e),n.prototype.gz=function(){return r.isNaN_(this.gy)?i.Defaults.q:e.prototype.gz.call(this)},n.prototype.get_d8=function(){return!0},n.prototype.by=function(){return new we(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.qn=t},n.prototype.qd=function(){return this.qm=new i.HighDensityScatterSeries,this.qm},Object.defineProperty(n.prototype,"qw",{get:function(){return this.qu},set:function(e){var t=this.qu;this.qu=e,this.raisePropertyChanged("ProgressiveStatus",t,this.qu)},enumerable:!1,configurable:!0}),n.prototype.qj=function(){e.prototype.qj.call(this);var t=this.qe;t.progressiveLoadStatusChanged=r.delegateCombine(t.progressiveLoadStatusChanged,r.runOn(this,this.ra));var i=this.qe;i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(this,this.q9))},n.prototype.ra=function(e,t){this.qw=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},n.prototype.q9=function(e,t){this.qm},n.prototype.l9=function(t,i,r,o){switch(e.prototype.l9.call(this,t,i,r,o),i){case"SeriesViewer":this.qn.co();break;case n.$$p[5]:this.qn.ck();break;case n.$$p[4]:this.qn.cj();break;case n.$$p[9]:this.qn.cp();break;case n.$$p[8]:this.qn.cn();break;case n.$$p[6]:this.qn.cl();break;case"XAxis":this.qn.cq();break;case"YAxis":this.qn.cr();break;case n.$$p[3]:this.qn.ci();break;case n.$$p[1]:this.qn.cg();break;case n.$$p[2]:this.qn.ch();break;case n.$$p[0]:this.qn.cf();break;case n.$$p[7]:this.qn.cm()}},n.prototype.get_e7=function(){return!0},n.prototype.set_e7=function(t){e.prototype.set_e7.call(this,t)},n.$t=r.markType(n,"GeographicHighDensityScatterSeries",p.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["HeatMaximumColor:rl:rb",[r.Color.$,i.Defaults.ap],"HeatMaximum:qr:rc",[1,50],"HeatMinimumColor:rm:rd",[r.Color.$,i.Defaults.aq],"HeatMinimum:qs:re",[1,0],"LatitudeMemberPath:q1:rf",[2,null],"LongitudeMemberPath:q3:rg",[2,null],"MouseOverEnabled:qo:rh",[0,!1],"PointExtent:qv:ri",[1,1],"ProgressiveLoad:qp:rj",[0,!0],"UseBruteForce:qq:rk",[0,!1]]),n}(p),Me=function(e){function n(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new Pe},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}return n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPixel",{get:function(){return this.i.d8},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.q1},set:function(e){this.i.q1=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.q3},set:function(e){this.i.q3=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"useBruteForce",{get:function(){return this.i.qq},set:function(e){this.i.qq=r.ensureBool(e),this._a("useBruteForce",this.i.qq)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"progressiveLoad",{get:function(){return this.i.qp},set:function(e){this.i.qp=r.ensureBool(e),this._a("progressiveLoad",this.i.qp)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"mouseOverEnabled",{get:function(){return this.i.qo},set:function(e){this.i.qo=r.ensureBool(e),this._a("mouseOverEnabled",this.i.qo)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"heatMinimum",{get:function(){return this.i.qs},set:function(e){this.i.qs=+e,this._a("heatMinimum",this.i.qs)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"heatMaximum",{get:function(){return this.i.qr},set:function(e){this.i.qr=+e,this._a("heatMaximum",this.i.qr)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.rm)},set:function(e){this.i.rm=r.stringToColor(e),this._a("heatMinimumColor",r.colorToString(this.i.rm))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.rl)},set:function(e){this.i.rl=r.stringToColor(e),this._a("heatMaximumColor",r.colorToString(this.i.rl))},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"pointExtent",{get:function(){return this.i.qv},set:function(e){this.i.qv=+e,this._a("pointExtent",this.i.qv)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"progressiveStatus",{get:function(){return this.i.qw},set:function(e){this.i.qw=+e,this._a("progressiveStatus",this.i.qw)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(e){var t=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=r.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=e,this._progressiveLoadStatusChanged_wrapped=function(e,r){var n=new i.IgcProgressiveLoadStatusEventArgs;n._provideImplementation(r),t.beforeProgressiveLoadStatusChanged&&t.beforeProgressiveLoadStatusChanged(t,n),t._progressiveLoadStatusChanged&&t._progressiveLoadStatusChanged(t,n)},this.i.progressiveLoadStatusChanged=r.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,n.htmlTagName="igc-geographic-high-density-scatter-series",n._isElementRegistered=!1,n}(L),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),r.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Te=function(e){function n(t){var i=e.call(this,t)||this;return i.cm=null,i.cm=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.cm.g4=i.Defaults.m)},n.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.qe&&(this.cm.q6.r9=this.cm.q9,this.cm.q6.sj=this.cm.rd)},n.prototype.cn=function(){null!=this.cm.q6&&(this.cm.q6.r9=this.cm.q9)},n.prototype.co=function(){null!=this.cm.q6&&(this.cm.q6.sj=this.cm.rd)},n.$t=r.markType(n,"GeographicContourLineSeriesView",b.$),n}(b),$e=function(e){function n(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_d3=function(){return!0},n.prototype.qj=function(){e.prototype.qj.call(this)},n.prototype.qd=function(){this.q6=new i.ScatterContourSeries;var e=this.q6;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.rg));var t=this.q6;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.rh)),this.q6},n.prototype.rg=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.rh=function(e,t){var n=r.typeCast(i.ScatterContourSeries.$,this.qe);null!=n&&"ActualFillScale"==t.propertyName&&(this.q8=n.r8)},n.prototype.m1=function(){e.prototype.m1.call(this)},n.prototype.by=function(){return new Te(this)},n.prototype.l4=function(t){e.prototype.l4.call(this,t),this.ra=t},n.prototype.l9=function(t,i,r,o){switch(e.prototype.l9.call(this,t,i,r,o),i){case n.$$p[1]:this.ra.cn();break;case n.$$p[2]:this.ra.co();break;case n.$$p[3]:this.q6.r6=this.q5;break;case"DashArray":this.q6.pi=this.pi;break;case"DashCap":this.q6.pj=this.pj;break;case"MiterLimit":this.q6.gw=this.gw;break;case"LineJoin":this.q6.pl=this.pl}},n.$t=r.markType(n,"GeographicContourLineSeries",v.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualFillScale:q8:ri",[i.ValueBrushScale.$,null],"FillScale:q9:rj",[i.ValueBrushScale.$,null],"ValueMemberPath:rd:rk",[2,"value"],"ValueResolver:q5:rl",[i.ContourValueResolver.$,null]]),n}(v),je=function(e){function n(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new $e},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicContourLineSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicContourLineSeriesComponent=e}return n._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!1,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isLineContour",{get:function(){return this.i.d3},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"valueMemberPath",{get:function(){return this.i.rd},set:function(e){this.i.rd=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"fillScale",{get:function(){var e=this.i.q9;if(null==e)return null;if(!e.externalObject){var t=i.IgcValueBrushScaleComponent._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.q9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"actualFillScale",{get:function(){var e=this.i.q8;if(null==e)return null;if(!e.externalObject){var t=i.IgcValueBrushScaleComponent._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.q8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"valueResolver",{get:function(){var e=this.i.q5;if(null==e)return null;if(!e.externalObject){var t=i.IgcContourValueResolverComponent._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.q5=null==e?null:e.i},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(n.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=r.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var n=new r.IgcTriangulationStatusEventArgs;n._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,n),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,n)},this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),n._observedAttributesIgcGeographicContourLineSeriesComponent=null,n.htmlTagName="igc-geographic-contour-line-series",n._isElementRegistered=!1,n}(ke),Oe=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),je.register(),r.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",je),r.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),ne.register(),r.IgcHeatTileGeneratorModule.register(),ue.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),ve.register(),qe.register(),Ie.register(),Oe.register(),U.register(),r.IgcShapeDataSourceModule.register()},e}(),xe=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),Ae=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),Ge=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),Be=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),De=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),ze=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),Ve=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),Ue=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(Ve.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResourceSet"),i}(r.Base),Le=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResponse"),i}(r.Base),Fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicMarkerSeriesBase",ge.$),i}(ge),He=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBase",Fe.$),i}(Fe),We=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.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pe),Xe=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.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(We),Ye=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),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}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(L),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBase",Fe.$),i}(Fe),Ke=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.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(We),Je=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),et=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.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);e.ArcGISOnlineMapImagery=z,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=j,e.BingResourceSet=Ue,e.BingResponse=Le,e.CustomMapImagery=D,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=we,e.GeographicMapImagery=y,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Fe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=ye,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=De,e.GeographicProportionalSymbolSeriesView=fe,e.GeographicScatterAreaSeries=k,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=Ee,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=ze,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=v,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ne,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=x,e.IgcCustomMapImagery=B,e.IgcCustomMapImageryModule=E,e.IgcGeographicContourLineSeriesComponent=je,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=q,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=We,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=Xe,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=Ce,e.IgcGeographicScatterAreaSeriesModule=qe,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=ve,e.IgcGeographicTileSeriesComponent=he,e.IgcGeographicTileSeriesModule=ue,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=ke,e.IgcImageTilesReadyEventArgs=C,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=A,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=w,e.IgcTileGeneratorMapImagery=re,e.IgcTileGeneratorMapImageryModule=ne,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=Ve,e.ImagesChangedEventArgs=u,e.LevelOfDetailResponseModel=Be,e.MapBackgroundTilingMode=a,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=n,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=Ae,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=oe,e.TileSeriesView=ae,e.TokenResponseModel=xe,e.XamGeographicMap=f,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));
7
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("tslib"),require("igniteui-webcomponents-charts"),require("igniteui-webcomponents-core")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-charts","igniteui-webcomponents-core"],e):e((t=t||self)["igniteui-webcomponents-maps"]={},t.tslib,t.igniteuiWebcomponentsCharts,t.igniteuiWebcomponentsCore)}(this,(function(t,e,i,n){"use strict";var r=function(t){return t[t.Auto=0]="Auto",t[t.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",t[t.MaintainCenterPosition=2]="MaintainCenterPosition",t}({}),o=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(t){return t[t.Auto=0]="Auto",t[t.NonWrapped=1]="NonWrapped",t[t.Wrapped=2]="Wrapped",t}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),u=function(t){function r(){var e=t.call(this)||this;return e.au=null,e.ai=0,e.aj=0,e.au=new n.Rect(0,0,0,1,1),e}return e.__extends(r,t),r.prototype.q=function(t,e){if(e.c.isEmpty)return this.getMercatorUnscaledValue(t,e.e,e.d,e.a);var i=t*e.e.height+e.e.top*e.d.height;return this.getMercatorUnscaledValue(i,this.au,e.c,e.a)},r.prototype.p=function(t,e){if(e.c.isEmpty)return this.getMercatorScaledValue1(t,e.e,e.d,e.a);var i=this.getMercatorScaledValue1(t,this.au,e.c,e.a);return i=(i-e.e.top*e.d.height)/e.e.height},r.prototype.af=function(t){return Array.isArray(t)?t:null},r.prototype.v=function(t,e,i,n){var o,a,s,u,l,c=n.e,h=n.d,p=n.c,g=(n.a,!p.isEmpty),f=(this.m,this.o,p.top),y=p.height,d=c.top,b=c.height,m=h.top,S=h.height,v=this.au.top,_=this.au.height,w=this.af(t),k=.017453292519943295,C=!1;null!=w&&(C=!0);for(var P=e;P<i;P++)o=C?w[P]:t.item(P),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=(((l=f+(l=(this.ai-u)*y/this.aj))-v*y)/_-d*S)/b,C?w[P]=l:t.item(P,l)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=((l=m+(l=(this.ai-u)*S/this.aj))-d*S)/b,C?w[P]=l:t.item(P,l))},r.prototype.t=function(t,e,i,n,r){return{p3:this.ak(t.l5),p4:this.ak(t.l4)}},r.prototype.w=function(e,i,n){switch(t.prototype.w.call(this,e,i,n),e){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(t,e,i,n){var o=(t-i.top)*e.width+e.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(t,e,i,n){return(i.top+this.getMercatorScaledValue3(t,i.height)-e.top*i.height)/e.width},r.prototype.getMercatorScaledValue2=function(t,e,i,n,r){return(this.getMercatorScaledValue3(t,n.height)-e.top*i.height)/e.width},r.prototype.getMercatorScaledValue3=function(t,e){t=t>r.ah?t<r.ag?t:r.ag:r.ah;var i=r.am(t);return(this.ai-i)*e/this.aj},r.am=function(t){var e=.017453292519943295*t,i=Math.sin(e);return.5*Math.log((1+i)/(1-i))},r.aq=function(t){return t=Math.exp(2*t),Math.asin((t-1)/(t+1))/.017453292519943295},r.prototype.ak=function(t){return t<r.ah?r.ah:t>r.ag?r.ag:t},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),l=function(t){function r(){var e=t.call(this)||this;return e.aj=null,e.aj=new n.Rect(0,0,0,1,1),e}return e.__extends(r,t),r.prototype.q=function(t,e){if(e.c.isEmpty)return this.getMercatorUnscaledValue(t,e.e,e.d,e.a);var i=t*e.e.width+e.e.left*e.d.width;return this.getMercatorUnscaledValue(i,this.aj,e.c,e.a)},r.prototype.p=function(t,e){return e.c.isEmpty?this.getMercatorScaledValue1(t,e.e,e.d,e.a):(this.getMercatorScaledValue1(t,this.aj,e.c,e.a)-e.e.left*e.d.width)/e.e.width},r.prototype.af=function(t){return Array.isArray(t)?t:null},r.prototype.v=function(t,e,i,n){var r,o=n.e,a=n.d,s=n.c,u=n.a,l=!s.isEmpty,c=this.m,h=this.o,p=s.left,g=s.width,f=o.left,y=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,v=this.af(t),_=!1;null!=v&&(_=!0);for(var w=e;w<i;w++)if(r=_?v[w]:t.item(w),l){var k=(r-h)/c;u&&(k=1-k);var C=((k=p+g*(k-m)/S)-f*b)/y;_?v[w]=C:t.item(w,C)}else{var P=(r-h)/c;u&&(P=1-P),P=d+b*(P-f)/y,_?v[w]=P:t.item(w,P)}},r.prototype.t=function(t,e,i,n,r){return{p3:t.l5,p4:t.l4}},r.prototype.getMercatorUnscaledValue=function(t,e,i,n){var r=e.left+e.width*(t-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},r.prototype.getMercatorScaledValue1=function(t,e,i,n){var r=(t-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-e.left)/e.width},r.prototype.getMercatorScaledValue2=function(t,e,i,n,r){var o=(t-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-e.left)/e.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),c=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"ImageTilesReadyEventArgs",n.EventArgs.$),i}(n.EventArgs),h=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"ImagesChangedEventArgs",n.EventArgs.$),i}(n.EventArgs),p=function(t){function r(){var e=t.call(this)||this;return e.t1=null,e.t3=e.t2(),e}return e.__extends(r,t),r.prototype.og=function(){t.prototype.og.call(this),null!=this.t3&&this.t3.og()},r.prototype.get_eq=function(){return!0},r.prototype.ju=function(t,e){var i=this.lv(e);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.t3.ju(t,e)},r.prototype.ds=function(t,e,i,n){return this.t3.ds(t,e,i,n)},r.prototype.ag=function(){return this.t3.ag()},r.prototype.bj=function(){return this.t3},Object.defineProperty(r.prototype,"t3",{get:function(){return this.t1},set:function(t){this.t3!=t&&(this.t1=t,this.t8())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.t3.hasMarkers},r.prototype.t8=function(){if(null!=this.t1){var t=this.t1;t.externalObject=n.TypeRegistrar.createFromInternal(t,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),t.externalObject._implementation=t}this.nr(this.t3),this.t4.b5()},r.prototype.ax=function(t,e,i){return this.az(this.t3,t,e,i)},r.prototype.ay=function(t,e,i){return this.a0(this.t3,t,e,i)},r.prototype.jr=function(t){return this.jx(this.t3,t)},r.prototype.jf=function(t,e){return this.t3.jf(t,e)},r.prototype.jd=function(t,e){return this.t3.jd(t,e)},r.prototype.h9=function(t,e,i){return this.t3.h9(t,e,i)},r.prototype.th=function(t,e,i){return this.t3.th(t,e,i)},r.prototype.ts=function(t){return this.t3.ts(t)},r.prototype.ak=function(t){return this.t3.ak(t)},r.prototype.tt=function(t){return this.t3.tt(t)},r.prototype.al=function(t){return this.t3.al(t)},r.prototype.tu=function(t){return this.t3.tu(t)},r.prototype.tv=function(t){return this.t3.tv(t)},r.prototype.h5=function(t,e,i){return this.t3.h5(t,e,i)},r.prototype.td=function(t,e,i){return this.t3.td(t,e,i)},r.prototype.h7=function(t,e,i){return this.h9(t,e,i)},r.prototype.tf=function(t,e,i){return this.t3.tf(t,e,i)},r.prototype.ti=function(t,e,i){return this.t3.ti(t,e,i)},r.prototype.ia=function(t,e,i){return this.t3.ia(t,e,i)},r.prototype.te=function(t,e,i){return this.t3.te(t,e,i)},r.prototype.h6=function(t,e,i){return this.t3.h6(t,e,i)},r.prototype.tg=function(t,e,i){return this.t3.tg(t,e,i)},r.prototype.h8=function(t,e,i){return this.t3.h8(t,e,i)},r.prototype.i9=function(t){return this.t3.i9(t)},r.prototype.h0=function(){return this.t3.h0()},r.prototype.hw=function(t){return this.t3.hw(t)},r.prototype.js=function(t){return this.t3.js(t)},r.prototype.cg=function(){return new g(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.t4=n.typeCast(g.$,e)},Object.defineProperty(r.prototype,"t5",{get:function(){return this.c(r.ua)},set:function(t){this.h(r.ua,t)},enumerable:!1,configurable:!0}),r.prototype.o8=function(e,r,o,a){switch(t.prototype.o8.call(this,e,r,o,a),r){case"SeriesViewer":this.t3.cy=this.cy,null!=o&&o.o2(this.t3),null!=a&&this.cy.lr(this.t3),this.t3.pb(this.tw),this.t3.index=this.index,this.n2(this.t3),this.jl=this.t3.jl;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.t9))),null!=this.cy){var u=this.cy;u.actualWindowRectChanged=n.delegateCombine(u.actualWindowRectChanged,n.runOn(this,this.t9))}this.t7();break;case"SyncLink":this.t3.cr=this.cr;break;case"VisibleFromScale":this.t7();break;case"Index":this.t3.index=this.index;break;case"ItemsSource":this.t4.b6();break;case"Resolution":this.t4.cd();break;case"TransitionDuration":this.t4.cg();break;case"Opacity":this.t4.ca();break;case"Visibility":var l=this.t3,c=this._visibility;l.visibility=c;break;case"MouseOverEnabled":this.t3.fk=this.fk;break;case"ExpectFunctions":this.t3.expectFunctions=this.expectFunctions;break;case"Thickness":this.t4.cf();break;case"Brush":this.t4.b4();break;case"Outline":this.t4.cc();break;case"ActualBrush":this.t4.b1();break;case"ActualOutline":this.t4.b2();break;case"MarkerFillOpacity":n.isNaN_(this.ik)||this.t4.b9();break;case"AreaFillOpacity":n.isNaN_(this.hp)||this.t4.b3();break;case"OutlineMode":this.t4.cb();break;case"ShowDefaultTooltip":this.t4.ce();break;case"Title":this.t3.title=this.title;break;case"LegendItemBadgeMode":this.t4.b7();break;case"LegendItemBadgeShape":this.t4.b8();break;case"Legend":this.t3.legend=this.legend,this.cj.av()}},r.prototype.t7=function(){if(null!=this.cy&&null!=this.t3&&!n.isNaN_(this.t5))if(this.cy.tn.width>this.t5){this.t3.visibility=1}else{this.t3.visibility=0}},r.prototype.t9=function(t,e){this.t7()},r.prototype.pp=function(e){t.prototype.pp.call(this,e),null!=this.t3&&this.t3.pp(e)},r.prototype.po=function(t,e,i,n,r){null!=this.t3&&this.t3.po(t,e,i,n,r)},r.prototype.au=function(t,e){return this.t3.au(t,e)},r.prototype.p8=function(){t.prototype.p8.call(this),this.t3.p8()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(t){this._coercionMethods=t,this.t3.coercionMethods=t},r.prototype.n1=function(e){if(t.prototype.n1.call(this,e),null!=this.t3){var i=this.t3.jq();this.nm(e,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.ua=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(t,e){t.raisePropertyChanged("VisibleFromScale",e.oldValue,e.newValue)}))),r}(i.Series),g=function(t){function r(e){var i=t.call(this,e)||this;return i.b0=null,i.b0=e,i}return e.__extends(r,t),r.prototype.at=function(e,i){t.prototype.at.call(this,e,i)},r.prototype.b5=function(){this.b0.t0=1,this.b0.t3.t0=0,this.b0.t3.itemsSource=this.b0.itemsSource,this.b0.t3.index=this.b0.index,this.b0.t3.sw=this.b0.sw,this.b0.t3.s2=this.b0.sw,this.b0.t3.cc=this.b0.cc,this.b0.t3.io=this.b0.io,this.b0.t3.ji=this.b0.ji,this.b0.t3._opacity=this.b0._opacity,this.b0.t3.iu=this.b0.iu,this.b0.t3.hp=this.b0.hp,this.b0.t3.ik=this.b0.ik,this.b0.t3.fy=this.b0.fy,this.b0.t3.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.t3.ba=this.b0.ba},r.prototype.b6=function(){this.b0.t3.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.t3.io=this.b0.io},r.prototype.cg=function(){this.b0.t3.ji=this.b0.ji},r.prototype.ca=function(){this.b0.t3._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.t3.iu=this.b0.iu},r.prototype.b4=function(){this.b0.t3.sw=this.b0.sw},r.prototype.cc=function(){this.b0.t3.s2=this.b0.s2},r.prototype.b1=function(){this.b0.t3.sw=this.b0.ss},r.prototype.b2=function(){this.b0.t3.s2=this.b0.sv},r.prototype.b7=function(){this.b0.t3.ba=this.b0.ba},r.prototype.b8=function(){this.b0.t3.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.t3.hp=this.b0.hp},r.prototype.b9=function(){this.b0.t3.ik=this.b0.ik},r.prototype.cb=function(){this.b0.t3.cc=this.b0.cc},r.prototype.ce=function(){this.b0.t3.fy=this.b0.fy},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(t){function r(){var e=t.call(this)||this;e.uz=null,e.uo=!1,e.ug=1,e.uv=0,e.v6=null,e.ud=null,e.t9=null,e.ub=null,e.uf=null,e.v2={$type:n.Point_$type,x:NaN,y:NaN},e.v9=null,e.uu=1,e.imageTilesReady=null,e.un=null,e.v8=n.Rect.empty,e.uv=u.am(r.v7.bottom)-u.am(r.v7.top),e.ab=r.$,e.backgroundContent=new v;var o,a=((o=new i.NumericXAxis).bi=e,o);a.cf=!0,e.ua=a,e.ua.nl=new l;var s=function(){var t=new i.NumericYAxis;return t.bi=e,t}();return s.cf=!0,e.uc=s,e.uc.nl=new u,e.vh(),e.vo(),e.md(),e}return e.__extends(r,t),r.prototype.provideContainer=function(e){t.prototype.provideContainer.call(this,e),this.ua.provideRenderer(e),this.uc.provideRenderer(e)},r.prototype.md=function(){t.prototype.md.call(this),this.um.fv(this.gh)},r.prototype.eu=function(){return this.us},r.prototype.ev=function(){return this.us},r.prototype.uj=function(){return 0==this.uh&&this.uo?2:1},Object.defineProperty(r.prototype,"ui",{get:function(){return this.ug},set:function(t){this.ug=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wb",{get:function(){return this.v6},set:function(t){if(n.Rect.l_op_Inequality(this.v6,t)){var e=this.v6;this.v6=t,this.ol("ActualWorldRect",e,t)}},enumerable:!1,configurable:!0}),r.prototype.wf=function(){return this.wb},r.prototype.vh=function(){this.wn.isEmpty||(this.wb=this.wl(this.wn,1==this.ce))},r.prototype.wl=function(t,e){var i=t.top,o=t.left,a=t.width,s=t.height,l=u.am(t.bottom),c=u.am(t.top),h=l-c,p=t.width/r.v7.width,g=u.am(r.v7.top);if(h/p>this.uv){var f=h/this.uv;o-=(f-p)/2*r.v7.width,a=f*r.v7.width,e&&(o<r.v7.left?o+=r.v7.left-o:o+a>r.v7.right&&(o-=o+a-r.v7.right))}else if(h/p<this.uv){var y=this.uv*p-h,d=c-y/2,b=l+y/2;e&&(d<g?b+=g-(d+=g-d):b>g+this.uv&&(d-=b-(g+this.uv),b-=b-(g+this.uv))),i=u.aq(d),s=u.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.ud},set:function(t){if(t!=this.backgroundContent){var e=this.backgroundContent;this.ud=t,this.ol("BackgroundContent",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ua",{get:function(){return this.t9},set:function(t){if(t!=this.ua){var e=this.ua;this.t9=t,this.ol("XAxis",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"uc",{get:function(){return this.ub},set:function(t){if(t!=this.uc){var e=this.uc;this.ub=t,this.ol("YAxis",e,t)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(t){return this.getZoomFromGeographicRect(t)},r.prototype.vr=function(t){this.t3=t},r.prototype.vq=function(t){this.wn=t},r.prototype.getZoomFromGeographicRect=function(t){return this.wd(t,!0,0)},r.prototype.wc=function(t,e){return this.wd(t,!1,e)},r.prototype.wd=function(t,e,o){var a=t;e&&(a=this.wl(t,!1));var s=this.ua,u=this.uc,l=new i.ScalerParams(1,r.wa,this.t2,s.ch);l.c=this.tr;var c=new i.ScalerParams(1,r.wa,this.t2,u.ch);c.c=this.tr;var h=this.ua.ej(a.left,l),p=this.ua.ej(a.right,l),g=this.uc.ej(a.top,c),f=this.uc.ej(a.bottom,c),y=(h-o)/this.t2.width,d=(f-o)/this.t2.height,b=(p-h+2*o)/this.t2.width,m=(g-f+2*o)/this.t2.height,S=new n.Rect(0,y,d,b,m);return S.intersect(r.wa),S.isEmpty&&(S=r.wa),S},r.prototype.getZoomFromGeographicPoints=function(t,e){var i=t.x,o=e.y,a=e.x-t.x,s=t.y-e.y;if(a<0||s<0)return r.wa;var u=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(u)},r.prototype.wh=function(t){var e=this.ua,o=this.uc,a=new i.ScalerParams(1,t,this.t2,e.ch);a.c=this.tr;var s=new i.ScalerParams(1,t,this.t2,o.ch);s.c=this.tr;var u=this.tq,l=e.em(u.left,a),c=o.em(u.top,s),h=e.em(u.right,a),p=o.em(u.bottom,s),g=h-l,f=c-p,y=new n.Rect(0,l,p,g,f);return 1==this.ce&&(y.intersect(r.v7),y.isEmpty&&(y=r.v7)),y},r.prototype.v3=function(t){var e=this.ua.l8(t.x),i=this.uc.l8(t.y);return{$type:n.Point_$type,x:e,y:i}},r.prototype.v4=function(t){var e=this.ua.e4(t.x),i=this.uc.e4(t.y);return{$type:n.Point_$type,x:e,y:i}},r.prototype.v5=function(t){return this.v4(t)},r.prototype.ve=function(){var t=n.typeCast(y.$,this.backgroundContent);null!=t&&t.clearTileCache()},r.prototype.vk=function(t){},r.prototype.fj=function(){return!0},r.prototype.vm=function(){var t,i;this.um.ee();try{for(var r=e.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.p8()}}catch(e){t={error:e}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}},r.prototype.vp=function(){if(2==this.ul){if(!this.t2.isEmpty&&this.t2.width>0&&this.t2.height>0){var t=this.ua.l8(this.t2.left+this.t2.width/2),e=this.uc.l8(this.t2.top+this.t2.height/2);this.v2={$type:n.Point_$type,x:t,y:e}}}else if(!this.t2.isEmpty&&this.t2.width>0&&this.t2.height>0){var i=this.ua.l8(this.t2.left),r=this.uc.l8(this.t2.top);this.v2={$type:n.Point_$type,x:i,y:r}}},r.prototype.vl=function(){(n.isNaN_(this.v2.x)||n.isNaN_(this.v2.y))&&this.vp();var t=this.v2.x,e=this.v2.y;if(!n.isNaN_(t)&&!n.isNaN_(e)){var o=this.tn.left,a=this.tn.top,s=this.tn.width,u=this.tn.height;if(s>this.v9.width);else{var l=new i.ScalerParams(1,r.wa,this.t2,this.ua.ch);l.c=this.tr;var c=this.ua.ej(t,l);if(2==this.ul)o=c/this.t2.width-s/2;else o=c/this.t2.width;o+s>this.v9.right?o=this.v9.right-s:o<this.v9.left&&(o=this.v9.left)}if(u>this.v9.height);else{var h=new i.ScalerParams(1,r.wa,this.t2,this.uc.ch);h.c=this.tr;var p=this.uc.ej(e,h);if(2==this.ul)a=p/this.t2.height-u/2;else a=p/this.t2.height;a+u>this.v9.bottom?a=this.v9.bottom-u:a<this.v9.top&&(a=this.v9.top)}this.pu(new n.Rect(0,o,a,s,u),!1)}},r.prototype.get_em=function(){return!0},r.prototype.to=function(){var e=t.prototype.to.call(this);if(null==this.ua||null==this.uc)return e;this.ty();var i=e.left,r=e.top;1==this.ce&&(this.t3.width>this.v9.width?i=.5-this.t3.width/2:i+e.width>this.v9.right?i=this.v9.right-this.t3.width:i<this.v9.left&&(i=this.v9.left),this.t3.height>this.v9.height?r=.5-this.t3.height/2:r+this.t3.height>this.v9.bottom?r=this.v9.bottom-this.t3.height:r<this.v9.top&&(r=this.v9.top));var o=!1;!this.ur&&2==this.ce&&this.uo&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),e.right-this.v9.right>0&&(e.right-this.v9.right)/e.width>.8?(i=this.v9.left-(e.width-(e.right-this.v9.right)),o=!0):e.left<this.v9.left&&Math.abs(e.left-this.v9.left)/e.width>.8&&(i=this.v9.right-Math.abs(e.left-this.v9.left),o=!0));var a=new n.Rect(0,i,r,e.width,e.height);if(this.ur){var s=this.wc(this.wn,1);s=this.we(s);var u=a.left+a.width/2,l=a.top+a.height/2;if(a.width>s.width){var c=a.height/a.width,h=s.width,p=c*h;a=new n.Rect(0,u-h/2,l-p/2,h,p),o=!0}if(a.height>s.height){var g=a.width/a.height,f=s.height,y=g*f;a=new n.Rect(0,u-y/2,l-f/2,y,f),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.d9=!0,this.t3=a,this.d9=!1),a},r.prototype.lo=function(t,e){var i=!0,r=!0,o=0,a=this.ty(),s=0,u=0;if(t.right-a.right>0&&(s=(t.right-a.right)/t.width),t.left<a.left&&(u=Math.abs(t.left-a.left)/t.width),0==u&&0==s&&(i=!1),u>s&&(r=!1),i)if(r){var l=this.t9.ej(-180,e);o=this.t9.ej(180,e)-l}else{o=this.t9.ej(-180,e)-this.t9.ej(180,e)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.ty=function(){var t=new i.ScalerParams(1,r.wa,this.t2,this.ua.ch);t.c=this.tr;var e=new i.ScalerParams(1,r.wa,this.t2,this.uc.ch);e.c=this.tr;var o=this.ua.ej(r.v7.left,t),a=this.ua.ej(r.v7.right,t),s=this.uc.ej(r.v7.top,e),u=this.uc.ej(r.v7.bottom,e);return this.v9=new n.Rect(0,o/this.t2.width,u/this.t2.height,(a-o)/this.t2.width,(s-u)/this.t2.height),this.v9},r.prototype.we=function(t){var e=this.gl,i=.5*(t.left+t.right),r=.5*(t.top+t.bottom),o=t.width,a=t.height,s=n.MathUtil.d(t.width,e,1),u=n.MathUtil.d(t.height,e,1),l=this.t2,c=l.width/l.height,h=s*l.width,p=u*l.height;h/p!=c&&(p*c>h?s=(h=p*c)/l.width:u=(p=h/c)/l.height);var g=s!=o,f=u!=a,y=g?i-.5*s:t.left,d=f?r-.5*u:t.top,b=g?i+.5*s:t.right,m=f?r+.5*u:t.bottom;return y<0&&(b=(y=0)+s),b>1&&(y=(b=1)-s),d<0&&(m=(d=0)+u),m>1&&(d=(m=1)-u),new n.Rect(0,y,d,b-y,m-d)},r.prototype.tp=function(e){if(t.prototype.tp.call(this,this.t2),e.isEmpty)return n.Rect.empty;var i;if(e.width>e.height){var r=n.intDivide(n.truncate(e.width-e.height),2);i=new n.Rect(0,e.left+r,e.top,e.height,e.height)}else{var o=n.intDivide(n.truncate(e.height-e.width),2);i=new n.Rect(0,e.left,e.top+o,e.width,e.width)}return i},r.prototype.wg=function(t){return this.tp(t)},r.prototype.cu=function(){return new S(this)},r.prototype.vg=function(t){null!=t&&(t.bi=this)},r.prototype.n4=function(e){t.prototype.n4.call(this,e),this.um=e},r.prototype.of=function(e,i){t.prototype.of.call(this,e,i),this.ph(this.ua),this.ph(this.uc),n.Rect.l_op_Inequality(e,i)&&this.vl(),this.ur&&(this.tn=this.to()),this.vs()},Object.defineProperty(r.prototype,"uw",{get:function(){return this.uu},set:function(t){var e=this.uu;this.uu=t,this.ol("ActualWindowScale",e,this.uu)},enumerable:!1,configurable:!0}),r.prototype.gr=function(){return this.uw},r.prototype.gs=function(){return this.uw},r.prototype.pg=function(){t.prototype.pg.call(this);var e=Math.min(this.tn.width,this.tn.height);this.uw=e},r.prototype.fb=function(){return this.uo},r.prototype.cf=function(){return 0==this.cg&&this.up?2:this.cg},r.prototype.og=function(i,o,a,s){var u,l,c,h;switch(t.prototype.og.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.vh();break;case"WindowRect":this.vp();break;case r.$$p[0]:this.ui=this.uj(),null!=this.uf&&(this.uf.isHorizontalWrappingEnabled=2==this.ui);break;case r.$$p[1]:this.uo=this.up,this.ui=this.uj(),this.ce=this.cf(),null!=this.uf&&(this.uf.isHorizontalWrappingEnabled=2==this.ui);break;case r.$$p[4]:this.tn=this.to();break;case"BackgroundContent":if(null!=this.uf){var p=this.uf;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.vi)),this.uf.deferralHandler=null}if(this.uf=n.typeCast(y.$,this.backgroundContent),null!=this.uf){var g=this.uf;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.vi)),this.uf.deferralHandler=this,this.uf.isHorizontalWrappingEnabled=2==this.ui}this.um.fu(n.typeCast(y.$,a),n.typeCast(y.$,s)),null!=this.uf&&(this.uf.geographicMap=this,this.um.fr(this.tn),this.um.fv(this.gh));break;case"YAxis":case"XAxis":this.vn(a),this.vg(s);break;case r.$$p[6]:this.uq||(this.t3=r.wa),this.vh(),this.vo(),this.vp(),this.tn=this.to(),this.um.fs();break;case"ActualWindowRect":this.um.fr(this.tn);break;case"ActualWorldRect":try{for(var f=e.__values(n.fromEnum(this.series)),d=f.next();!d.done;d=f.next()){d.value.pp(!1)}}catch(t){u={error:t}}finally{try{d&&!d.done&&(l=f.return)&&l.call(f)}finally{if(u)throw u.error}}break;case r.$$p[5]:this.uw=this.ux;break;case"ActualWindowScale":this.fi||this.ps(this.gr(),this.gs());break;case"ActualPixelScalingRatio":this.um.fv(this.gh);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.gl=5e-6,this.gk=5e-6):(this.gl=b,this.gk=b);break;case r.$$p[7]:this.po();break;case"MarkerAutomaticBehavior":try{for(var m=e.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.og()}}catch(t){c={error:t}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(c)throw c.error}}}},r.prototype.vi=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},r.prototype.vn=function(t){null!=t&&(t.bi=null)},r.prototype.vo=function(){null!=this.ua&&(this.ua.l5=this.wb.left,this.ua.l4=this.wb.right),null!=this.uc&&(this.uc.l5=this.wb.top,this.uc.l4=this.wb.bottom),this.ua.c2(!0),this.uc.c2(!0)},r.prototype.getFontInfo=function(){return this.un=this.um.fo,this.un},r.prototype.ss=function(){return this.um.fw},r.prototype.getFontBrush=function(){return this.um.fx},r.prototype.o9=function(e,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=e;o.itemsSource=r.triangulationSource.points,o.uc=r.triangulationSource.triangles}else t.prototype.o9.call(this,e,i)},r.prototype.register=function(t,e){this.oz(t,e)},r.prototype.unRegister=function(t){this.pf(t)},r.prototype.deferredRefresh=function(){this.l1()},r.prototype.deferAction=function(t){null!=this.uz?this.uz.setTimeout(t,0):window.setTimeout(t,0)},r.prototype.vf=function(t){this.pn(t)},r.prototype.u0=function(){var t=new i.ChartVisualData,e=this.ua.fw(),r=this.uc.fw();t.axes.add1(e),t.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].jq();t.series.add1(a)}return t.name=this.name,t.contentArea=n.RectData.b(this.t2),t.centralArea=n.RectData.b(this.t2),t.plotArea=n.RectData.b(this.t2),t},r.prototype.tu=function(t,e,i){return t},r.prototype.vj=function(){},Object.defineProperty(r.prototype,"wm",{get:function(){return this.v8},set:function(t){this.v8=t},enumerable:!1,configurable:!0}),r.prototype.vt=function(t){this.wm=t,this.vs()},r.prototype.vs=function(){if(this.ut&&!this.wm.isEmpty){var t=this.getZoomFromGeographicRect(this.wm);this.wm=n.Rect.empty,this.pu(t,!1)}},Object.defineProperty(r.prototype,"ut",{get:function(){return!this.t2.isEmpty&&!this.tr.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.uk=0,r.v7=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.wa=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ol",["BackgroundTilingMode:uh:vu",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:up:vv",[0,!1],"ResizeBehavior:ul:vw",[o,n.enumGetBox(o,r.uk)],"SuppressZoomResetOnWorldRectChange:uq:vx",[0,!1],"UseWorldRectForZoomBounds:ur:vy",[0,!1],"WindowScale:ux:vz",[1,NaN],"WorldRect:wn:v0",[n.Rect.$,r.v7],"Zoomable:us:v1",[0,!0]]),r}(i.SeriesViewer),y=function(t){function r(e){var i=t.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=e,i.aj=i.ai(),i.bb(i.aj),i}return e.__extends(r,t),r.prototype.bb=function(t){},r.prototype.ai=function(){return new d(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(t){this.ak=t,null!=this.ao&&(this.ao.al=t)},enumerable:!1,configurable:!0}),r.prototype.a5=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},r.prototype.a9=function(){var t=this.ao;t.imageTilesReady=n.delegateCombine(t.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var e=this.ao;e.imagesChanged=n.delegateCombine(e.imagesChanged,n.runOn(this,this.a4));var i=this.ao;i.downloadingImage=n.delegateCombine(i.downloadingImage,n.runOn(this,this.a3));var r=this.ao;r.cancellingImage=n.delegateCombine(r.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(t,e){null!=this.downloadingImage&&this.downloadingImage(this,e)},r.prototype.a2=function(t,e){null!=this.cancellingImage&&this.cancellingImage(this,e)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(t,e,i){switch(t){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(t))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(t){this.h(r.geographicMapProperty,t)},enumerable:!1,configurable:!0}),r.a8=function(t,e){t.a7(e.oldValue,e.newValue)},r.prototype.a7=function(t,e){this.ba("GeographicMap",t,e)},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(t){this.an=t,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(t){if(null==this.geographicMap||t.width<1||t.height<1)return t;var e=new n.Rect(0,0,0,t.width,t.height),r=this.geographicMap.wg(e),o=f.v7,a=this.geographicMap.wb,s=Math.min(this.windowRect.height,this.windowRect.width),u=a.width/o.width;this.ao.a5=e.width/r.width*s*u;var l=this.geographicMap.ua,c=this.geographicMap.uc,h=new i.ScalerParams(1,this.windowRect,e,l.ch);h.c=r;var p=new i.ScalerParams(1,this.windowRect,e,c.ch);p.c=r;var g=l.ej(o.left,h),y=c.ej(o.bottom,p),d=-g/e.width*this.ao.a5,b=-y/e.height*this.ao.a5*(e.height/e.width);return this.ao.cm={$type:n.Point_$type,x:d,y:b},t},r.prototype.bd=function(t){this.aj.f(t)},r.prototype.bf=function(t){this.aj.h(t)},r.prototype.be=function(t){this.aj.g(t)},r.prototype.a4=function(t,e){null!=this.imagesChanged&&this.imagesChanged(this,new h)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(t){this.aj.i(t)},r.prototype.v=function(){t.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),d=function(t){function i(e){var i=t.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=n.Rect.empty,i.a=e,i.a.ao=new n.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return e.__extends(i,t),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},i.prototype.f=function(t){this.a.ao.b1(t)},i.prototype.g=function(t){this.d=t,this.a.ao.b2(t)},i.prototype.h=function(t){this.j=t,this.a.ao.b3(t),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(t){this.b=t,this.a.ao.bz(t)},i.$t=n.markType(i,"GeographicMapImageryView"),i}(n.Base),b=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.b5=function(){t.prototype.b5.call(this);var e=this.ch.t3;e.u3=this.ch.uf,e.vb=this.ch.ud,e.trianglesSource=this.ch.uc,e.ur=this.ch.ui,e.ut=this.ch.uk,e.uv=this.ch.um},i.prototype.ck=function(){var t=this.ch.t3;if(null==this.ch.cy)return t.t1=null,void(t.t2=null);t.t1=this.ch.cy.ua,t.t2=this.ch.cy.uc},i.prototype.cj=function(){this.ch.t3.u3=this.ch.uf},i.prototype.ci=function(){this.ch.t3.vb=this.ch.ud},i.prototype.cl=function(){this.ch.t3.trianglesSource=this.ch.uc},i.prototype.cm=function(){this.ch.t3.ur=this.ch.ui},i.prototype.cn=function(){this.ch.t3.ut=this.ch.uk},i.prototype.co=function(){this.ch.t3.uv=this.ch.um},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),m=function(t){function i(e){var i=t.call(this,e)||this;return i.cp=null,i.cp=e,i}return e.__extends(i,t),i.prototype.au=function(){t.prototype.au.call(this),this.q},i.prototype.b5=function(){t.prototype.b5.call(this),null!=this.cp.ux&&(this.cp.ux.wa=this.cp.u1,this.cp.ux.vy=this.cp.uw)},i.prototype.cq=function(){null!=this.cp.ux&&(this.cp.ux.wa=this.cp.u1)},i.prototype.cr=function(){null!=this.cp.ux&&(this.cp.ux.vy=this.cp.uw)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(t){function r(e){var i=t.call(this,e)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=e,i.fn.sn=2,i.fn.hq=5e-6,i}return e.__extends(r,t),r.prototype.m=function(t){return 2},r.prototype.bk=function(t){this.j.bw(t),this.fn.vf(t),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var t,e,i,r,o,a=this.j.a8(t,e,i,r,o);t=a.p0,e=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var u=0;u<s.a.count;u++)this.fn.ah.add(s.a.item(u));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fn.ai.add(s.f.item(l))},r.prototype.du=function(e){if(t.prototype.du.call(this,e),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(e)}},r.prototype.dv=function(e){(t.prototype.dv.call(this,e),this.fz=e,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(t){null!=this.fn.uf&&(this.fn.uf.windowRect=t)},r.prototype.fu=function(t,e){if(null!=this.fn.uf&&(this.fn.uf.windowRect=this.fn.tn),null!=t){var i=t.ao;null!=i&&this.fn.al.h.remove(i.ag),t.bd(null),t.be(null)}if(null!=e){var n=e.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==e&&this.ft(this.w)},r.prototype.ft=function(t){var e=this.fn.gh;1!=e&&(t.aa(),t.ab(e,e)),t.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=e&&t.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,t.prototype.d1.call(this)},r.prototype.fv=function(t){this.fp=t,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(t)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(t){this.fp=t},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),v=function(t){function i(){return t.call(this,new n.OpenStreetMapTileSource)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(t){this.h(i.tilePathProperty,t)},enumerable:!1,configurable:!0}),i.br=function(t,e){t.bq("TilePath",e.oldValue,e.newValue)},i.prototype.bq=function(e,i,n){switch(e){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}t.prototype.ba.call(this,e,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",y.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(y),_=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.prototype.cg=function(){return new b(this)},i.prototype.o0=function(e){t.prototype.o0.call(this,e),this.ub=e},i.prototype.o8=function(e,n,r,o){switch(t.prototype.o8.call(this,e,n,r,o),n){case"SeriesViewer":this.ub.ck();break;case i.$$p[1]:this.ub.cj();break;case i.$$p[0]:this.ub.ci();break;case i.$$p[2]:this.ub.cl();break;case i.$$p[3]:this.ub.cm();break;case i.$$p[4]:this.ub.cn();break;case i.$$p[5]:this.ub.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:ud:uo",[2,"pointY"],"LongitudeMemberPath:uf:up",[2,"pointX"],"TrianglesSource:uc:uq",[n.IEnumerable_$type,null],"TriangleVertexMemberPath1:ui:ur",[2,"v1"],"TriangleVertexMemberPath2:uk:us",[2,"v2"],"TriangleVertexMemberPath3:um:ut",[2,"v3"]]),i}(p),w=function(t){function r(){var e=t.call(this)||this;return e.uu=null,e.triangulationStatusChanged=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.get_d8=function(){return!0},Object.defineProperty(r.prototype,"uw",{get:function(){return this.uu},set:function(t){if(this.uu!=t){var e=this.uu;if(null!=this.uu){var i=this.uu;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.u4))}if(this.uu=t,null!=this.uu){var r=this.uu;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.u4))}this.raisePropertyChanged("ColorScale",e,this.uu),null!=this.ux&&(this.ux.vy=t)}},enumerable:!1,configurable:!0}),r.prototype.u4=function(t,e){this.uz.cr(),this.u6(),this.pp(!1)},r.prototype.u6=function(){null!=this.ux&&(this.uv=this.ux.vx)},r.prototype.qd=function(){t.prototype.qd.call(this),this.u6()},r.prototype.t2=function(){this.ux=new i.ScatterAreaSeries;var t=this.ux;return t.triangulationStatusChanged=n.delegateCombine(t.triangulationStatusChanged,n.runOn(this,this.u5)),this.ux},r.prototype.u5=function(t,e){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,e)},r.prototype.cg=function(){return new m(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.uz=e},r.prototype.o8=function(e,i,n,o){switch(t.prototype.o8.call(this,e,i,n,o),i){case r.$$p[1]:this.uz.cq();break;case"ColorScale":this.uz.cr(),this.u6()}},r.prototype.get_gf=function(){return!0},r.prototype.set_gf=function(e){t.prototype.set_gf.call(this,e)},r.$t=n.markType(r,"GeographicScatterAreaSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:uv:u7",[i.ColorScale.$,null],"ColorMemberPath:u1:u8",[2,"value"]]),r}(_),k=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return new c},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},t}(),C=function(t){function r(){var r=t.call(this)||this;r.contentSeries=[],r.actualSeries=[],r._series=null,r._dataSource=null,r._seriesAdapter=null,r._disconnected=!1,r._defaultTooltips=null,r._imageTilesReady=null,r._imageTilesReady_wrapped=null,r._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(r)),r._renderer=new n.WebComponentRenderer(r,document,!0,i.DataChartStylingDefaults),r._container=r._renderer.createElement("div"),r._renderer.updateRoot(r._container),r._container.setStyleProperty("display","block"),r._container.setStyleProperty("width","100%"),r._container.setStyleProperty("height","100%"),r._container,null!=r._container.nativeElement&&r._container.nativeElement,r._wrapper=r._renderer;var o=r.i;return r._chart=o,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(t){return t.i}),(function(t){t.owner=r,t._provideRenderer(r._dataSource),t.provideData(r._dataSource),r.parentElement&&t._styling(r,r,r),r._ensureDefaultTooltip(t),r._ensureTooltipCreated(t)}),(function(t){t._provideRenderer(null),t.provideData(null)})),o.provideContainer(r._renderer),new MutationObserver((function(t){var i,n;try{for(var o=e.__values(t),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(t){i={error:t}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return e.__extends(r,t),Object.defineProperty(r.prototype,"height",{get:function(){return this._height},set:function(t){this._height=t,this.style.height=t,this.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"width",{get:function(){return this._width},set:function(t){this._width=t,this.style.width=t,this.notifyContainerResized()},enumerable:!1,configurable:!0}),r.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(r.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(t){null!=t&&null!=t&&(this.i.legend=t.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"series",{get:function(){var t=this;if(null===this._series){var e=new i.IgcSeriesCollection;e._innerColl.addListener((function(e,i){if(t._seriesAdapter)switch(i.action){case n.NotifyCollectionChangedAction.Add:t._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:t._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:t._seriesAdapter.removeManualItemAt(i.oldStartingIndex),t._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:t._seriesAdapter.clearManualItems()}})),this._series=e}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new f},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(t){this._dataSource=t,this.bindData()},enumerable:!1,configurable:!0}),r.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,e=0;e<t.length;e++)t[e].provideData(this._dataSource)},r.prototype.updateContentChildren=function(){this.contentSeries.length=0;for(var t=0;t<this.children.length;t++)this.children[t]instanceof i.IgcSeriesComponent&&this.contentSeries.push(this.children[t]);null!=this._seriesAdapter&&this._seriesAdapter.notifyContentChanged()},r.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},r.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("igc-geographic-map"),this.classList.add("ig-geographic-map"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._flushQueuedAttributes(),this._styling(this,this);for(var t=0;t<this.actualSeries.length;t++){this.actualSeries[t]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var t=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var e=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=e,e.onContentReady=function(){t._onDefaultTooltipsReady(e)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(t){var e=this;t._ensureTooltipCreated((function(){return e.createTooltip()}),(function(t){var i=new n.WebComponentWrapper(t,e._renderer);return i.updateToolTip=t.updateToolTip,i.hideToolTip=t.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(t){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(t)},r.prototype._onDefaultTooltipsReady=function(t){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,i=0;i<e.length;i++)e[i].showDefaultTooltip&&this._ensureDefaultTooltip(e[i])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var t=n.TypeRegistrar.create("IgcTooltipContainerComponent"),e=t,i=this;return e.updateToolTip=function(r,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?r.isSubContent=!0:e.parentElement!=i._container.getNativeElement()&&(null!=e.parentElement&&e.parentElement.removeChild(e),i._container.getNativeElement().appendChild(e)),t.context=r,e.style.display="block",!0},e.hideToolTip=function(){e.style.display="none"},e.style.display="none",t},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(t){if("string"==typeof t&&"empty"==t)return this.i.backgroundContent=null,void this._a("backgroundContent","empty");null!=t&&null!=t?this.i.backgroundContent=t.i:(this.i.backgroundContent=null,this._a("backgroundContent","empty"))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicMapComponent=t}return r._observedAttributesIgcGeographicMapComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"zoomable",{get:function(){return this.i.us},set:function(t){this.i.us=n.ensureBool(t),this._a("zoomable",this.i.us)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.ul},set:function(t){this.i.ul=n.ensureEnum(o,t),this._a("resizeBehavior",n.enumToString(o,this.i.ul))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.up},set:function(t){this.i.up=n.ensureBool(t),this._a("isHorizontalWrappingEnabled",this.i.up)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.uh},set:function(t){this.i.uh=n.ensureEnum(s,t),this._a("backgroundTilingMode",n.enumToString(s,this.i.uh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.ur},set:function(t){this.i.ur=n.ensureBool(t),this._a("useWorldRectForZoomBounds",this.i.ur)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.uq},set:function(t){this.i.uq=n.ensureBool(t),this._a("suppressZoomResetOnWorldRectChange",this.i.uq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.wn)},set:function(t){this.i.wn=n.toRect(t),this._a("worldRect",n.rectToString(this.i.wn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.wb)},set:function(t){this.i.wb=n.toRect(t),this._a("actualWorldRect",n.rectToString(this.i.wb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var t=this.i.ua;if(null==t)return null;if(!t.externalObject){var e=i.IgcNumericXAxisComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.ua=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var t=this.i.uc;if(null==t)return null;if(!t.externalObject){var e=i.IgcNumericYAxisComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uc=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.em},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.ux},set:function(t){this.i.ux=+t,this._a("windowScale",this.i.ux)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.uw},set:function(t){this.i.uw=+t,this._a("actualWindowScale",this.i.uw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.ut},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==e?this.backgroundContent:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(e,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(e,i,this),this._inStyling=!1},r.prototype.getCurrentActualWorldRect=function(){var t=this.i.wf();return n.fromRect(t)},r.prototype.getZoomRectFromGeoRect=function(t){var e=this.i.getZoomRectFromGeoRect(n.toRect(t));return n.fromRect(e)},r.prototype.updateZoomWindow=function(t){this.i.vr(n.toRect(t))},r.prototype.updateWorldRect=function(t){this.i.vq(n.toRect(t))},r.prototype.getZoomFromGeographicRect=function(t){var e=this.i.getZoomFromGeographicRect(n.toRect(t));return n.fromRect(e)},r.prototype.convertGeographicToZoom=function(t,e){var i=this.i.wc(n.toRect(t),e);return n.fromRect(i)},r.prototype.getZoomFromGeographicPoints=function(t,e){var i=this.i.getZoomFromGeographicPoints(n.toPoint(t),n.toPoint(e));return n.fromRect(i)},r.prototype.getGeographicFromZoom=function(t){var e=this.i.wh(n.toRect(t));return n.fromRect(e)},r.prototype.getGeographicPoint=function(t){var e=this.i.v3(n.toPoint(t));return n.fromPoint(e)},r.prototype.getPixelPoint=function(t){var e=this.i.v4(n.toPoint(t));return n.fromPoint(e)},r.prototype.getWindowPoint=function(t){var e=this.i.v5(n.toPoint(t));return n.fromPoint(e)},r.prototype.clearTileCache=function(){this.i.ve()},r.prototype.styleUpdated=function(){this.i.vm()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.gr()},r.prototype.getActualWindowScaleVertical=function(){return this.i.gs()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.u0()},r.prototype.zoomToGeographic=function(t){this.i.vt(n.toRect(t))},Object.defineProperty(r.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMapComponent=null,r.htmlTagName="igc-geographic-map",r._isElementRegistered=!1,r}(i.IgcSeriesViewerComponent),P=function(t){function i(e){var i=t.call(this)||this;if(e)for(var n=0;n<e.length;n++)i.add(e[n]);return i}return e.__extends(i,t),i.prototype._createInnerColl=function(){var t=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return t.compare=function(t,e){var i=t;return i.equals?i.equals(e):i===e},t.createTo=function(t){return t},t.createFrom=function(t){return t},t},i}(n.IgCollection),M=function(t){return t[t.Aerial=0]="Aerial",t[t.AerialWithLabels=1]="AerialWithLabels",t[t.Road=2]="Road",t[t.CanvasDark=3]="CanvasDark",t[t.CanvasLight=4]="CanvasLight",t[t.CanvasGray=5]="CanvasGray",t}({}),I=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return new h},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},t}(),$=function(){function t(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return null},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return n.TypeRegistrar.isRegistered(e)?n.TypeRegistrar.create(e):null},t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},Object.defineProperty(t.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(t){this.i.deferralHandler=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(t){this.i.windowRect=n.toRect(t)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"geographicMap",{get:function(){var t=this.i.geographicMap;return null==t?null:t.externalObject},set:function(t){this.i.geographicMap=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"referer",{get:function(){return this.i.referer},set:function(t){this.i.referer=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(t){this.i.isHorizontalWrappingEnabled=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(t){this.i.userAgent=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"opacity",{get:function(){return this.i.opacity},set:function(t){this.i.opacity=+t},enumerable:!1,configurable:!0}),t.prototype.findByName=function(t){return this.findEphemera&&t&&0==t.indexOf("@@e:")?this.findEphemera(t):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==t?this.geographicMap:null},t.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(t.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"imagesChanged",{get:function(){return this._imagesChanged},set:function(t){var e=this;null!==this._imagesChanged_wrapped&&(this.i.imagesChanged=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=t,this._imagesChanged_wrapped=function(t,i){var n=new T;n._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,n),e._imagesChanged&&e._imagesChanged(e,n)},this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(t){var e=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=t,this._cancellingImage_wrapped=function(t,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,r),e._cancellingImage&&e._cancellingImage(e,r)},this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(t){var e=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=t,this._downloadingImage_wrapped=function(t,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,r),e._downloadingImage&&e._downloadingImage(e,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),t}(),O=function(t){function i(e){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var o=this;switch(e=null==e?0:e){case 0:o=t.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=t.call(this,n.String_$type,1,a)||this}return o}return e.__extends(i,t),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),j=function(t){function i(e){var i=t.call(this,e)||this;return i.k=e,i}return e.__extends(i,t),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new O(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),R=function(t){function i(){var e=t.call(this,new n.BingMapsTileSource(0))||this;return e._pendingBingRequest_=null,e._isInitialized=!1,e.bz=null,e.bq=null,e.b0=null,e.by=null,e.getResponseCompleted=e.getResponseCompleted.bind(e),e.bp.m(),e.actualBingImageryRestUri=i.cc,e}return e.__extends(i,t),i.prototype.ai=function(){return new j(this)},i.prototype.bb=function(e){t.prototype.bb.call(this,e),this.bp=e},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(t){this._isInitialized=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(t){var e=this.bz;this.bz=t,this.cm("ActualTilePath",e,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(t){var e=this.bq;this.bq=t,this.cm("ActualSubDomains",e,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(t){var e=this.b0;this.b0=t,this.cm("BingImageryRestUri",e,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(t){var e=this.by;this.by=t,this.ba("ActualBingImageryRestUri",e,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(t){this.cl(t)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(t,e){t!=this.actualTilePath&&(this.actualTilePath=t);var i=null==e?null:new O(1,e);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(t){if(t||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var e=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(e=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(e=this.actualBingImageryRestUri),null!=e){var i=this.imageryStyle,r=(e+=n.enumGetBox(I,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(t,e){if(e==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=t,r=JSON.parse(i).resourceSets;if(null!=r){var o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),u=0;u<o[0].imageUrlSubdomains.length;u++)s.add(o[0].imageUrlSubdomains[u]);this.cp(a,s)}}}},i.prototype.ci=function(t,e){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(e,r,o){switch(e){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var u=o;n.stringIsNullOrEmpty(u)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}t.prototype.ba.call(this,e,r,o)},i.$t=n.markType(i,"BingMapsMapImagery",y.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[I,n.enumGetBox(I,1)],"IsDeferredLoad",[0,!1],"SubDomains",[O.$,null],"TilePath",[2,null]]),i}(y),A=function(t){function i(){var e=t.call(this)||this;return e._subDomains=null,e._actualSubDomains=null,e}return e.__extends(i,t),i.prototype.createImplementation=function(){return new R},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(t){this.i.isInitialized=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(t){this.i.isDeferredLoad=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(t){this.i.tilePath=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(t){this.i.actualTilePath=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var t=new P,e=this.i.subDomains;e||(e=new O(0)),this._subDomains=t._fromInner(e),this.i.subDomains=e}return this._subDomains},set:function(t){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var e=new P;this._subDomains=e._fromOuter(t);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new O(0)),i._inner=r,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var t=new P,e=this.i.actualSubDomains;e||(e=new O(0)),this._actualSubDomains=t._fromInner(e),this.i.actualSubDomains=e}return this._actualSubDomains},set:function(t){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var e=new P;this._actualSubDomains=e._fromOuter(t);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new O(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(t){this.i.bingImageryRestUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(t){this.i.actualBingImageryRestUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(t){this.i.cultureName=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(t){this.i.apiKey=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(t){this.i.imageryStyle=n.ensureEnum(I,t)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}($),x=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",A),n.TypeRegistrar.register("BingMapsMapImagery",R.$type)},t}(),G=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),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(t){this.i.tilePath=t},enumerable:!1,configurable:!0}),i}($),B=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",v.$type)},t}(),D=function(t){function i(){var e=t.call(this)||this;return e._getTileImageUri=null,e._getTileImageUri_wrapped=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(t){var e=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=t,this._getTileImageUri_wrapped=function(t,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,r),e._getTileImageUri&&e._getTileImageUri(e,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}($),E=function(t){function i(e){var i=t.call(this,e)||this;return i.getTileImageUri=null,e.getTileImageUri=n.delegateCombine(e.getTileImageUri,n.runOn(i,i.bq)),i}return e.__extends(i,t),i.prototype.bq=function(t,e){this.bp(e)},i.prototype.bp=function(t){null!=this.getTileImageUri&&this.getTileImageUri(this,t)},i.$t=n.markType(i,"CustomMapImagery",y.$),i}(y),N=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",E.$type)},t}(),V=function(t){function i(){var e=t.call(this,new n.ArcGISOnlineTileSource)||this;return e.bp=0,e.bu=null,e.bt=null,e._pendingTokenRequest_=null,e._pendingMapServerRequest_=null,e.bt="localhost",e.bu="https://www.arcgis.com/sharing/",e.bp=60,e.userToken=null,e.getResponseCompleted_MapServerResponse=e.getResponseCompleted_MapServerResponse.bind(e),e.getResponseCompleted_TokenResponse=e.getResponseCompleted_TokenResponse.bind(e),e}return e.__extends(i,t),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(t){this.h(i.mapServerUriProperty,t)},enumerable:!1,configurable:!0}),i.cd=function(t,e){t.cf("MapServerUri",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(t){this.h(i.userNameProperty,t)},enumerable:!1,configurable:!0}),i.cg=function(t,e){t.cf("UserName",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(t){this.h(i.passwordProperty,t)},enumerable:!1,configurable:!0}),i.ce=function(t,e){t.cf("Password",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(t){this.h(i.userTokenProperty,t)},enumerable:!1,configurable:!0}),i.ch=function(t,e){t.cf("UserToken",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(t){this.h(i.isMapPublicProperty,t)},enumerable:!1,configurable:!0}),i.cc=function(t,e){t.cf("IsMapPublic",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(t){this.bp=t,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(t){this.bu=t,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(t){this.bt=t,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(t){t()},i.prototype.b8=function(t){if(n.stringIsNullOrEmpty(this.userToken)&&0==t)this.ci();else{var e=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(e))this.userToken="";else if("/"!=e.substr(e.length-1,1)&&(e+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),e+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(e,1)){var o=e;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var t=this.mapServerUri;if("/"==t.substr(t.length-1,1)&&n.stringRemove(t,t.length-1,1),this.isMapPublic)t=n.stringFormat("{0}?f=json",t);else{if(n.stringIsNullOrEmpty(this.userToken))return;t=n.stringFormat("{0}?f=json&token={1}",t,this.userToken)}if(n.Uri.isWellFormedUriString(t,1)){var e=t;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(e,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(t,e){if(e==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=t,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(t,e){if(e==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=t,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(e,i,r){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(e){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}t.prototype.ba.call(this,e,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",y.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cd)),i.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cg)),i.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,i.$,new n.PropertyMetadata(2,!0,i.cc)),i}(y),z=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),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,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(t){this.i.mapServerUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(t){this.i.userName=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(t){this.i.password=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(t){this.i.userToken=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(t){this.i.isMapPublic=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(t){this.i.defaultTokenTimeout=+t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(t){this.i.tokenGenerationEndPoint=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(t){this.i.refererUri=t},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}($),U=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",z),n.TypeRegistrar.register("ArcGISOnlineMapImagery",V.$type)},t}(),q=function(){function t(){}return t.register=function(){x.register(),B.register(),N.register(),U.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},t}(),L=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicMapSeriesHostComponent=t}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.eq},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.t5},set:function(t){this.i.t5=+t,this._a("visibleFromScale",this.i.t5)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(t){this.i.coercionMethods=t},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.og()},i.prototype.getItemValue=function(t,e){return this.i.ju(t,e)},i.prototype.getItem=function(t){return this.i.jr(n.toPoint(t))},i.prototype.getPreviousOrExactIndex=function(t,e){return this.i.jf(n.toPoint(t),e)},i.prototype.getNextOrExactIndex=function(t,e){return this.i.jd(n.toPoint(t),e)},i.prototype.getSeriesValue=function(t,e,i){return this.i.h9(n.toPoint(t),e,i)},i.prototype.getSeriesValuePosition=function(t,e,i){var r=this.i.th(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(t){var e=this.i.ts(n.toPoint(t));return n.fromRect(e)},i.prototype.getSeriesValueMarkerBoundingBox=function(t){var e=this.i.tu(n.toPoint(t));return n.fromRect(e)},i.prototype.getSeriesHighValue=function(t,e,i){return this.i.h5(n.toPoint(t),e,i)},i.prototype.getSeriesHighValuePosition=function(t,e,i){var r=this.i.td(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(t,e,i){return this.i.h7(n.toPoint(t),e,i)},i.prototype.getSeriesLowValuePosition=function(t,e,i){var r=this.i.tf(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(t,e,i){var r=this.i.ti(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(t,e,i){return this.i.ia(n.toPoint(t),e,i)},i.prototype.getItemSpan=function(){return this.i.h0()},i.prototype.renderSeries=function(t){this.i.pp(t)},i.prototype.styleUpdated=function(){this.i.p8()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=function(t){function r(){var e=t.call(this)||this;return e._currData=null,e._onImportCompleted=null,e._assigningShapeStyle=null,e._assigningShapeStyle_wrapped=null,e._assigningShapeMarkerStyle=null,e._assigningShapeMarkerStyle_wrapped=null,e}return e.__extends(r,t),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesBaseComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicShapeSeriesBaseComponent=t}return r._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(t){this._shapeDataSource=t,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(t){this._databaseSource=t,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),r.prototype.onUpdateDataSource=function(t){var e=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(t,i){if(e._currData){e._currData.i.importCompleted=n.delegateRemove(e._currData.i.importCompleted,e._onImportCompleted);var r=e._currData;e._currData=null,e.i.itemsSource=r.getPointData()}}),t&&t.getPointData?t.count>0?t.getPointData():(this._currData=t,this._currData.i.importCompleted=n.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):t},r.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgcShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted=this.onShapeDataSourceImportCompleted),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},r.prototype.onShapeDataSourceImportCompleted=function(t,e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(r.prototype,"shapeMemberPath",{get:function(){return this.i.uw},set:function(t){this.i.uw=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.ul},set:function(t){this.i.ul=n.ensureBool(t),this._a("isCustomShapeStyleAllowed",this.i.ul)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.uk},set:function(t){this.i.uk=n.ensureBool(t),this._a("isCustomShapeMarkerStyleAllowed",this.i.uk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.ud},set:function(t){this.i.ud=n.ensureEnum(i.ShapeItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.ud))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.uo},set:function(t){this.i.uo=+t,this._a("itemSearchThreshold",this.i.uo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.un},set:function(t){this.i.un=+t,this._a("itemSearchPointsThreshold",this.i.un)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var t=this.i.ug;if(null==t)return null;if(!t.externalObject){var e=new n.IgcShapeDataSource;t.$type?e._implementation=t:e.i.setNativeElement&&e.i.setNativeElement(t),t.externalObject=e}return t.externalObject},set:function(t){this.i.ug=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.um},set:function(t){this.i.um=+t,this._a("shapeFilterResolution",this.i.um)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==e?this.shapefileDataSource:null)},Object.defineProperty(r.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(t){var e=this;null!==this._assigningShapeStyle_wrapped&&(this.i.assigningShapeStyle=n.delegateRemove(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped),this._assigningShapeStyle_wrapped=null,this._assigningShapeStyle=null),this._assigningShapeStyle=t,this._assigningShapeStyle_wrapped=function(t,n){var r=new i.IgcAssigningShapeStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,r),e._assigningShapeStyle&&e._assigningShapeStyle(e,r)},this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningShapeMarkerStyle",{get:function(){return this._assigningShapeMarkerStyle},set:function(t){var e=this;null!==this._assigningShapeMarkerStyle_wrapped&&(this.i.assigningShapeMarkerStyle=n.delegateRemove(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped),this._assigningShapeMarkerStyle_wrapped=null,this._assigningShapeMarkerStyle=null),this._assigningShapeMarkerStyle=t,this._assigningShapeMarkerStyle_wrapped=function(t,n){var r=new i.IgcAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle&&e._assigningShapeMarkerStyle(e,r)},this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,r}(L),H=function(t){function r(){var e=null!==t&&t.apply(this,arguments)||this;return e.uj=!1,e.ui=!1,e.assigningShapeStyle=null,e.assigningShapeMarkerStyle=null,e.uf=null,e.uh=!1,e}return e.__extends(r,t),r.prototype.cg=function(){return new W(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.ue=e},r.prototype.get_es=function(){return!0},r.prototype.get_du=function(){return!0},r.prototype.o8=function(e,i,o,a){switch(t.prototype.o8.call(this,e,i,o,a),i){case"SeriesViewer":this.ue.ci();break;case"ShapeMemberPath":this.ue.ck();break;case r.$$p[5]:this.ue.cj();break;case r.$$p[1]:if(this.t3.u2=this.ul,this.uj=this.ul,this.ul){var s=this.t3;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.uz))}else{var u=this.t3;u.assigningShapeStyle=n.delegateRemove(u.assigningShapeStyle,n.runOn(this,this.uz))}break;case r.$$p[0]:if(this.t3.u1=this.uk,this.ui=this.uk,this.ul){var l=this.t3;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.uy))}else{var c=this.t3;c.assigningShapeMarkerStyle=n.delegateRemove(c.assigningShapeMarkerStyle,n.runOn(this,this.uy))}break;case r.$$p[2]:this.t3.uo=this.ud;break;case r.$$p[3]:this.t3.vj=this.un;break;case r.$$p[4]:this.t3.vk=this.uo;break;case"ShapefileDataSource":if(null!=o){var h=o;this.uh&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.u0)))}if(null!=a){var p=a;if(p.count>0){this.u1();break}this.uh=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.u0))}}},r.prototype.uz=function(t,e){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,e)},r.prototype.uy=function(t,e){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,e)},r.prototype.u0=function(t,e){this.u1()},r.prototype.u1=function(){var t=this.ug.externalObject;this.itemsSource=t.getPointData()},Object.defineProperty(r.prototype,"ug",{get:function(){return this.uf},set:function(t){var e=this.uf;this.uf=t,e!=this.uf&&this.raisePropertyChanged("ShapefileDataSource",e,this.uf)},enumerable:!1,configurable:!0}),r.prototype.get_gf=function(){return!0},r.prototype.set_gf=function(e){t.prototype.set_gf.call(this,e)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:uk:u2",[0,!1],"IsCustomShapeStyleAllowed:ul:u3",[0,!1],"ItemSearchMode:ud:u4",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:un:u5",[1,1e4],"ItemSearchThreshold:uo:u6",[1,1e4],"ShapeFilterResolution:um:u7",[1,2],"ShapeMemberPath:uw:u8",[2,"points"]]),r}(p),W=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.b5=function(){t.prototype.b5.call(this),this.ch.t3.vw=this.ch.uw},i.prototype.ci=function(){var t=this.ch.t3;if(null==this.ch.cy)return t.ui=null,void(t.uk=null);t.ui=this.ch.cy.ua,t.uk=this.ch.cy.uc},i.prototype.ck=function(){this.ch.t3.vw=this.ch.uw},i.prototype.cj=function(){this.ch.t3.vg=this.ch.um},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(t){function r(e){var i=t.call(this,e)||this;return i.cl=null,i.cl=e,i.q||(i.cl.uw="points"),i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cl.wg=i.Defaults.aj,this.cl.iu=i.Defaults.p,this.cl.vf=i.Defaults.o,this.cl.vc=i.Defaults.d,this.cl.va=i.Defaults.a)},r.prototype.b5=function(){t.prototype.b5.call(this),this.cl.t3.ye=this.cl.wi,this.cl.t3.w7=this.cl.vd,this.cl.t3.xt=this.cl.vy,this.cl.t3.xa=this.cl.vf,this.cl.t3.wt=this.cl.u9},r.prototype.cq=function(){this.cl.t3.xt=this.cl.vy},r.prototype.cs=function(){this.cl.t3.xa=this.cl.vf},r.prototype.cn=function(){this.cl.t3.wt=this.cl.u9},r.prototype.cr=function(){this.cl.t3.w2=this.cl.vc},r.prototype.cm=function(){this.cl.t3.ya=this.cl.wf},r.prototype.co=function(){this.cl.t3.yb=this.cl.wg},r.prototype.cp=function(){this.cl.t3.yd=this.cl.wh},r.prototype.ct=function(){this.cl.t3.w7=this.cl.vd},r.prototype.cu=function(){this.cl.t3.ye=this.cl.wi},r.$t=n.markType(r,"GeographicShapeSeriesView",W.$),r}(W),Y=function(t){function r(){var e=t.call(this)||this;return e.styleShape=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.get_e3=function(){return!0},r.prototype.cg=function(){return new X(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.ve=e},r.prototype.t2=function(){var t=new i.ScatterPolygonSeries;return t.styleShape=n.delegateCombine(t.styleShape,n.runOn(this,this.vv)),t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.vw)),t},r.prototype.vv=function(t,e){null!=this.styleShape&&this.styleShape(this,e)},r.prototype.vw=function(t,e){n.typeCast(i.ScatterPolygonSeries.$,this.t3)},r.prototype.hs=function(){return this.vf},r.prototype.sz=function(){return this.wd},r.prototype.s0=function(){return this.we},r.prototype.qv=function(){return this.vx},r.prototype.kx=function(){var t=n.typeCast(i.ScatterPolygonSeries.$,this.t3);return null==t?"Unknown":t.kx()},r.prototype.o8=function(e,i,n,o){switch(t.prototype.o8.call(this,e,i,n,o),i){case r.$$p[6]:this.t3.w0=this.vb;break;case r.$$p[5]:this.t3.ww=this.va;break;case r.$$p[9]:this.ve.cq();break;case r.$$p[10]:this.ve.cs();break;case r.$$p[4]:this.ve.cn();break;case r.$$p[11]:this.ve.cr();break;case r.$$p[3]:this.ve.cm();break;case r.$$p[7]:this.ve.co();break;case r.$$p[8]:this.ve.cp();break;case r.$$p[13]:this.ve.ct();break;case r.$$p[12]:this.ve.cu()}},r.prototype.iq=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:wd:vz",[n.Brush.$],"ActualMarkerOutline:we:v0",[n.Brush.$],"ActualMarkerTemplate:vx:v1",[n.DataTemplate.$,null],"MarkerBrush:wf:v2",[n.Brush.$],"MarkerCollisionAvoidance:u9:v3",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:va:v4",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:vb:v5",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:wg:v6",[n.Brush.$],"MarkerStyle:wh:v7",[n.Style.$],"MarkerTemplate:vy:v8",[n.DataTemplate.$,null],"MarkerThickness:vf:v9",[1,n.DeviceUtils.g(2)],"MarkerType:vc:wa",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:wi:wb",[n.Style.$,null],"ShapeStyleSelector:vd:wc",[i.StyleSelector.$,null]]),r}(H),Z=function(t){function r(){var e=t.call(this)||this;return e._styleShape=null,e._styleShape_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new Y},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicShapeSeriesComponent=t}return r._observedAttributesIgcGeographicShapeSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolygon",{get:function(){return this.i.e3},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.wi?this.i.wi.fill:null},set:function(t){this.ensureShapeStyle(),this.i.wi.fill=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.wi?this.i.wi.stroke:null},set:function(t){this.ensureShapeStyle(),this.i.wi.stroke=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.wi?this.i.wi.strokeThickness:NaN},set:function(t){this.ensureShapeStyle(),this.i.wi.strokeThickness=+t,this._a("shapeStrokeThickness",this.i.wi.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.wi?this.i.wi.opacity:NaN},set:function(t){this.ensureShapeStyle(),this.i.wi.opacity=+t,this._a("shapeOpacity",this.i.wi.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.wi||(this.i.wi=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.vc},set:function(t){this.i.vc=n.ensureEnum(i.MarkerType_$type,t),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.vc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.vb},set:function(t){this.i.vb=n.ensureEnum(i.MarkerOutlineMode_$type,t),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.vb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.va},set:function(t){this.i.va=n.ensureEnum(i.MarkerFillMode_$type,t),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.va))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.vy},set:function(t){this.i.vy=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.wf)},set:function(t){this.i.wf=n.stringToBrush(t),this._a("markerBrush",n.brushToString(this.i.wf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.wg)},set:function(t){this.i.wg=n.stringToBrush(t),this._a("markerOutline",n.brushToString(this.i.wg))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.vf},set:function(t){this.i.vf=+t,this._a("markerThickness",this.i.vf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.u9},set:function(t){this.i.u9=n.ensureEnum(i.CollisionAvoidanceType_$type,t),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.u9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.vx},set:function(t){this.i.vx=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.wd)},set:function(t){this.i.wd=n.stringToBrush(t),this._a("actualMarkerBrush",n.brushToString(this.i.wd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.we)},set:function(t){this.i.we=n.stringToBrush(t),this._a("actualMarkerOutline",n.brushToString(this.i.we))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(t){var e=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=t,this._styleShape_wrapped=function(t,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),e.beforeStyleShape&&e.beforeStyleShape(e,r),e._styleShape&&e._styleShape(e,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesComponent=null,r.htmlTagName="igc-geographic-shape-series",r._isElementRegistered=!1,r}(F),Q=function(){function t(){}return t.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),n.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),n.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},t}(),K=function(t){function r(e){var i=t.call(this,e)||this;return i.cl=null,i.cl=e,i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cl.iu=i.Defaults.n)},r.prototype.b5=function(){t.prototype.b5.call(this),this.cl.t3.wt=this.cl.u9,this.cl.t3.wy=this.cl.vh},r.prototype.cm=function(){this.cl.t3.wt=this.cl.u9},r.prototype.cn=function(){this.cl.t3.wy=this.cl.vh},r.$t=n.markType(r,"GeographicPolylineSeriesView",W.$),r}(W),J=function(t){function r(){var e=t.call(this)||this;return e.styleShape=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.get_e4=function(){return!0},r.prototype.cg=function(){return new K(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.va=e},r.prototype.t2=function(){var t=new i.ScatterPolylineSeries;return t.styleShape=n.delegateCombine(t.styleShape,n.runOn(this,this.ve)),t},r.prototype.ve=function(t,e){null!=this.styleShape&&this.styleShape(this,e)},r.prototype.o8=function(e,i,n,o){switch(t.prototype.o8.call(this,e,i,n,o),i){case r.$$p[1]:this.va.cm();break;case r.$$p[0]:this.va.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:vh:vf",[n.Style.$,null],"ShapeStyleSelector:u9:vg",[i.StyleSelector.$,null]]),r}(H),tt=function(t){function r(){var e=t.call(this)||this;return e._styleShape=null,e._styleShape_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new J},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicPolylineSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicPolylineSeriesComponent=t}return r._observedAttributesIgcGeographicPolylineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolyline",{get:function(){return this.i.e4},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.vh?this.i.vh.fill:null},set:function(t){this.ensureShapeStyle(),this.i.vh.fill=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.vh?this.i.vh.stroke:null},set:function(t){this.ensureShapeStyle(),this.i.vh.stroke=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.vh?this.i.vh.strokeThickness:NaN},set:function(t){this.ensureShapeStyle(),this.i.vh.strokeThickness=+t,this._a("shapeStrokeThickness",this.i.vh.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.vh?this.i.vh.opacity:NaN},set:function(t){this.ensureShapeStyle(),this.i.vh.opacity=+t,this._a("shapeOpacity",this.i.vh.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.vh||(this.i.vh=new n.Style)},Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(t){var e=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=t,this._styleShape_wrapped=function(t,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),e.beforeStyleShape&&e.beforeStyleShape(e,r),e._styleShape&&e._styleShape(e,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicPolylineSeriesComponent=null,r.htmlTagName="igc-geographic-polyline-series",r._isElementRegistered=!1,r}(F),et=function(){function t(){}return t.register=function(){i.IgcScatterPolylineSeriesModule.register(),tt.register(),n.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",tt),n.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},t}(),it=function(t){function i(){var e=t.call(this,new n.TileGeneratorTileSource)||this;return e.downloadingImage=n.delegateCombine(e.downloadingImage,n.runOn(e,e.br)),e.cancellingImage=n.delegateCombine(e.cancellingImage,n.runOn(e,e.bq)),e}return e.__extends(i,t),i.prototype.bq=function(t,e){var i=e.uri.toString().split("/"),r=parseInt(n.stringReplace(i[3],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(t,e){var i=this,r=e.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));e.uri=null;var u=e.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(t,e){return i.deferralHandler.deferAction((function(){return u.src=e.url}))}),(function(t,e){}),(function(t,e){}),u)},i.$t=n.markType(i,"TileGeneratorMapImagery",y.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(y),nt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new it},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(t){this.i.tileGenerator=t},enumerable:!1,configurable:!0}),i}($),rt=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",nt),n.TypeRegistrar.register("TileGeneratorMapImagery",it.$type)},t}(),ot=function(t){function r(){var e=t.call(this)||this;return e.wu=null,e.wt=null,e.imageTilesReady=null,e.wx=null,e.wy=!1,e.ab=r.$,e}return e.__extends(r,t),r.prototype.get_fg=function(){return!0},r.prototype.cg=function(){return new at(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.ws=e},r.prototype.get_u4=function(){return!1},Object.defineProperty(r.prototype,"ww",{get:function(){return this.wu},set:function(t){if(t!=this.ww){var e=this.ww;this.wu=t,this.raisePropertyChanged("TileImagery",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wv",{get:function(){return this.wt},set:function(t){var e=this.wt;this.wt=t,this.raisePropertyChanged("ActualTileImagery",e,this.wt)},enumerable:!1,configurable:!0}),r.prototype.o8=function(e,i,r,o){var a,s;switch(t.prototype.o8.call(this,e,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.w1))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.w1))),this.ws.dh(a,s),this.pp(!1),this.ol();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.w2)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.w2)),s.deferralHandler=this),this.ws.dg(a,s),null!=s&&null!==n.typeCast(f.$,this.cy)&&(s.geographicMap=this.cy,this.w4(this.cj),this.ws.dd(this.cy.tn)),this.ol();break;case"ActualWindowRect":this.ws.dd(o);break;case"WorldRect":this.ws.dk(o);break;case"SeriesViewer":var u=o;null!=r&&null!=this.wv&&this.wv.be(null),null!=u&&null!=this.wv&&this.wv.be(this.cj.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.on()}},r.prototype.w1=function(t,e){"MultiScaleImage"==e.propertyName&&this.w4(this.cj)},r.prototype.w2=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.wy||this.ws.di()},r.prototype.register=function(t,e){this.wx=e},r.prototype.unRegister=function(t){this.wx=null},r.prototype.deferredRefresh=function(){this.pp(!1)},r.prototype.deferAction=function(t){null!=this.i4?this.i4.setTimeout(t,0):window.setTimeout(t,0)},r.prototype.qm=function(e,i){this.ws.dj(),t.prototype.qm.call(this,e,i)},r.prototype.pq=function(e){t.prototype.pq.call(this,e),this.w3(e,this.cj)},r.prototype.w3=function(t,e){var i,n,r=e,o=e.getViewInfo(i,n);i=o.p0,n=o.p1,this.w4(e),null!=this.wx&&(this.wy=!0,this.wx(t),this.wy=!1),r.di()},r.prototype.po=function(e,i,n,r,o){t.prototype.po.call(this,e,i,n,r,o);var a=this.gu.item(r);a.a3(n),this.dl(a)||this.wb(a)},r.prototype.w4=function(t){var e,i,n=t.getViewInfo(e,i);e=n.p0,i=n.p1,null!=this.ww&&null!=this.ww.ao&&(this.ww!=this.wv&&(this.wv=this.ww),null==this.wv||e.isEmpty||(this.wv.width!=e.width&&(this.wv.width=e.width),this.wv.height!=e.height&&(this.wv.height=e.height)))},r.prototype.nj=function(e,i){t.prototype.nj.call(this,e,i),i.de()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),at=function(t){function r(e){var i=t.call(this,e)||this;return i.da=null,i.dl=new n.GeometryGroup,i.dc=null,i.db=null,i.da=e,i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.da.s2=i.Defaults.ao,this.da.sw=i.Defaults.an)},r.prototype.ck=function(t,e){e.c.count>0&&this.dl.d.add(e)},r.prototype.c5=function(t,e){return this.c6(t,e,!0)},r.prototype.c4=function(t,e){return null},r.prototype.co=function(t,e){},r.prototype.cm=function(t,e,i){},r.prototype.cu=function(){t.prototype.cu.call(this),this.dl.d.clear()},r.prototype.ct=function(){t.prototype.ct.call(this),this.as()},r.prototype.dd=function(t){null!=this.da.ww&&(this.da.ww.windowRect=t)},r.prototype.dg=function(t,e){if(null==this.dc){this.dc=this.e.i4.createElement("canvas");var i=this.e.i4.get2DCanvasContext(this.dc);this.db=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=t&&(t.bd(null),t.be(null),t.imagesChanged=n.delegateRemove(t.imagesChanged,n.runOn(this,this.df))),null!=e&&(null!=this.w&&e.be(this.w),e.bd(this.db),e.bf(this.bx),e.imagesChanged=n.delegateCombine(e.imagesChanged,n.runOn(this,this.df)))},r.prototype.df=function(t,e){this.as()},r.prototype.dh=function(t,e){},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.ww&&this.da.ww.bf(this.bx)},r.prototype.a8=function(e,i){if(t.prototype.a8.call(this,e,i),!i&&null!=this.dc){var r=!1;if(this.dl.d.count>0)r=!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)),u=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,u,o,a,s,u),r&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(t){null!=this.da.ww&&this.da.ww.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),st=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new ot},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcTileSeriesComponent=t}return i._observedAttributesIgcTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.fg},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var t=this.i.ww;return null==t?null:t.externalObject},set:function(t){this.i.ww=null==t?null:t.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==e?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),ut=function(){function t(){}return t.register=function(){st.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",st),n.TypeRegistrar.register("TileSeries",ot.$type)},t}(),lt=function(t){function i(){var e=t.call(this)||this;return e.va=null,e.u9=null,e.imageTilesReady=null,e.ab=i.$,e}return e.__extends(i,t),i.prototype.get_fg=function(){return!0},Object.defineProperty(i.prototype,"vb",{get:function(){return this.va},set:function(t){if(t!=this.vb){var e=this.vb;this.va=t,this.raisePropertyChanged("TileImagery",e,t)}},enumerable:!1,configurable:!0}),i.prototype.vf=function(){null!=this.vb&&this.vb.clearTileCache()},i.prototype.o8=function(e,i,n,r){switch(t.prototype.o8.call(this,e,i,n,r),i){case"TileImagery":null!=this.t3&&(this.t3.ww=this.vb)}},i.prototype.t8=function(){if(t.prototype.t8.call(this),this.t3.ww=this.vb,null!=this.u9){var e=this.u9;e.imageTilesReady=n.delegateRemove(e.imageTilesReady,n.runOn(this,this.ve))}if(this.u9=this.t3,null!=this.u9){var i=this.u9;i.imageTilesReady=n.delegateCombine(i.imageTilesReady,n.runOn(this,this.ve))}},i.prototype.t2=function(){return new ot},i.prototype.ve=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),ct=function(t){function i(){var e=t.call(this)||this;return e._imageTilesReady=null,e._imageTilesReady_wrapped=null,e}return e.__extends(i,t),i.prototype.createImplementation=function(){return new lt},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicTileSeriesComponent=t}return i._observedAttributesIgcGeographicTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.fg},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var t=this.i.vb;return null==t?null:t.externalObject},set:function(t){this.i.vb=null==t?null:t.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==e?this.tileImagery:null)},i.prototype.clearTileCache=function(){this.i.vf()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicTileSeriesComponent=null,i.htmlTagName="igc-geographic-tile-series",i._isElementRegistered=!1,i}(F),ht=function(){function t(){}return t.register=function(){ut.register(),ct.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ct),n.TypeRegistrar.register("GeographicTileSeries",lt.$type)},t}(),pt=function(t){function r(){return t.call(this)||this}return e.__extends(r,t),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMarkerSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicMarkerSeriesComponent=t}return r._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.ud},set:function(t){this.i.ud=n.ensureEnum(i.MarkerType_$type,t),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.ud))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.ue},set:function(t){this.i.ue=+t,this._a("markerThickness",this.i.ue)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.uc},set:function(t){this.i.uc=n.ensureEnum(i.MarkerOutlineMode_$type,t),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.uc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.ub},set:function(t){this.i.ub=n.ensureEnum(i.MarkerFillMode_$type,t),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.ub))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.ut},set:function(t){this.i.ut=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.u7)},set:function(t){this.i.u7=n.stringToBrush(t),this._a("markerBrush",n.brushToString(this.i.u7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.u8)},set:function(t){this.i.u8=n.stringToBrush(t),this._a("markerOutline",n.brushToString(this.i.u8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.uf},set:function(t){this.i.uf=+t,this._a("maximumMarkers",this.i.uf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.us},set:function(t){this.i.us=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.u5)},set:function(t){this.i.u5=n.stringToBrush(t),this._a("actualMarkerBrush",n.brushToString(this.i.u5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.u6)},set:function(t){this.i.u6=n.stringToBrush(t),this._a("actualMarkerOutline",n.brushToString(this.i.u6))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),gt=function(t){function r(){var e=t.call(this)||this,i=e.t3;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(e,e.ur)),e}return e.__extends(r,t),r.prototype.qv=function(){return this.us},r.prototype.sz=function(){return this.u5},r.prototype.s0=function(){return this.u6},r.prototype.hs=function(){return this.ue},r.prototype.kx=function(){var t=n.typeCast(i.MarkerSeries.$,this.t3);return null==t?"Unknown":t.kx()},r.prototype.ur=function(t,e){var r=n.typeCast(i.MarkerSeries.$,this.t3);null!=r&&("ActualMarkerTemplate"==e.propertyName?this.us=r.uu:"ActualMarkerOutline"==e.propertyName?this.u6=r.vb:"ActualMarkerBrush"==e.propertyName&&(this.u5=r.va))},r.prototype.o8=function(e,i,n,o){switch(t.prototype.o8.call(this,e,i,n,o),i){case r.$$p[3]:this.t3.vc=this.u7;break;case r.$$p[6]:this.t3.vd=this.u8;break;case r.$$p[5]:this.t3.t7=this.uc;break;case r.$$p[4]:this.t3.t3=this.ub;break;case r.$$p[9]:this.t3.ua=this.ud;break;case r.$$p[7]:this.t3.uw=this.ut;break;case r.$$p[8]:this.t3.uf=this.ue;break;case r.$$p[10]:this.t3.w1=this.uf}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:u5:uu",[n.Brush.$],"ActualMarkerOutline:u6:uv",[n.Brush.$],"ActualMarkerTemplate:us:uw",[n.DataTemplate.$,null],"MarkerBrush:u7:ux",[n.Brush.$],"MarkerFillMode:ub:uy",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:uc:uz",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:u8:u0",[n.Brush.$],"MarkerTemplate:ut:u1",[n.DataTemplate.$,null],"MarkerThickness:ue:u2",[1,n.DeviceUtils.g(2)],"MarkerType:ud:u3",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:uf:u4",[1,400]]),r}(p),ft=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.au=function(){t.prototype.au.call(this),this.q},i.prototype.b5=function(){t.prototype.b5.call(this);var e=this.ch.t3;e.xl=this.ch.v2,e.xt=this.ch.v0,e.ua=this.ch.ud,e.uw=this.ch.ut,e.uf=this.ch.ue,e.zt=this.ch.vm,e.aaj=this.ch.v7,e.zj=this.ch.ve,e.z9=this.ch.vy,e.z4=this.ch.vq,e.zg=this.ch.vb,e.zr=this.ch.vi,e.zs=this.ch.vl,e.zy=this.ch.vo,e.zx=this.ch.vn},i.prototype.cq=function(){this.ch.t3.xl=this.ch.v2},i.prototype.cp=function(){this.ch.t3.xt=this.ch.v0},i.prototype.cv=function(){this.ch.t3.ua=this.ch.ud},i.prototype.ct=function(){this.ch.t3.uw=this.ch.ut},i.prototype.cu=function(){this.ch.t3.uf=this.ch.ue},i.prototype.cw=function(){this.ch.t3.w1=this.ch.uf},i.prototype.cy=function(){this.ch.t3.xAxis=this.ch.cy.ua},i.prototype.cz=function(){this.ch.t3.yAxis=this.ch.cy.uc},i.prototype.cx=function(){var t=this.ch.t3;if(null==this.ch.cy)return t.xAxis=null,void(t.yAxis=null);t.xAxis=this.ch.cy.ua,t.yAxis=this.ch.cy.uc},i.prototype.cr=function(){this.ch.t3.vc=this.ch.u7},i.prototype.cs=function(){this.ch.t3.vd=this.ch.u8},i.prototype.c0=function(){this.ch.t3.aaj=this.ch.v7},i.prototype.c1=function(){this.ch.t3.zj=this.ch.ve,this.ch.t3.zt=this.ch.vm},i.prototype.cl=function(){this.ch.t3.z9=this.ch.vy},i.prototype.cj=function(){this.ch.t3.zg=this.ch.vb,this.ch.t3.zr=this.ch.vi,this.ch.t3.zs=this.ch.vl,this.ch.t3.zy=this.ch.vo,this.ch.t3.zx=this.ch.vn},i.prototype.ci=function(){this.ch.t3.z4=this.ch.vq},i.prototype.c2=function(){this.ch.t3.zt=this.ch.vm},i.prototype.ck=function(){this.ch.t3.zr=this.ch.vi},i.prototype.co=function(){this.ch.t3.zs=this.ch.vl},i.prototype.cn=function(){this.ch.t3.zy=this.ch.vo},i.prototype.cm=function(){this.ch.t3.zx=this.ch.vn},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),yt=function(t){function r(){var e=t.call(this)||this;return e.vc=null,e.vh=!1,e.vg=!1,e.assigningScatterStyle=null,e.assigningScatterMarkerStyle=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.get_dx=function(){return!0},r.prototype.cg=function(){return new ft(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.vf=e},r.prototype.iq=function(){return.7},r.prototype.t2=function(){return new i.BubbleSeries},r.prototype.get_es=function(){return!0},r.prototype.o8=function(e,i,o,a){switch(t.prototype.o8.call(this,e,i,o,a),i){case"SeriesViewer":this.vf.cx();break;case r.$$p[9]:this.vf.cq();break;case r.$$p[8]:this.vf.cp();break;case"XAxis":this.vf.cy();break;case"YAxis":this.vf.cz();break;case r.$$p[13]:this.vf.c0();break;case r.$$p[14]:this.vf.c1();break;case r.$$p[15]:this.vf.c2();break;case r.$$p[7]:this.vf.cl();break;case r.$$p[0]:this.vf.ci();break;case r.$$p[1]:this.vf.cj();break;case r.$$p[2]:this.vf.ck();break;case r.$$p[12]:this.vf.co();break;case r.$$p[11]:this.vf.cn();break;case r.$$p[10]:this.vf.cm();break;case r.$$p[4]:if(this.t3.wi=this.vk,this.vh=this.vk,this.vk){var s=this.t3;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.wc))}else{var u=this.t3;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.wc))}break;case r.$$p[3]:if(this.t3.wh=this.vj,this.vg=this.vj,this.vk){var l=this.t3;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.wb))}else{var c=this.t3;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.wb))}break;case r.$$p[5]:this.t3.v6=this.vd;break;case r.$$p[6]:this.t3.w0=this.vp}},r.prototype.wc=function(t,e){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,e)},r.prototype.wb=function(t,e){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,e)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",gt.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:vq:wd",[2],"FillScale:vb:we",[i.BrushScale.$],"FillScaleUseGlobalValues:vi:wf",[0,!1],"IsCustomScatterMarkerStyleAllowed:vj:wg",[0,!1],"IsCustomScatterStyleAllowed:vk:wh",[0,!1],"ItemSearchMode:vd:wi",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vp:wj",[1,1e4],"LabelMemberPath:vy:wk",[2],"LatitudeMemberPath:v0:wl",[2,null],"LongitudeMemberPath:v2:wm",[2,null],"MarkerBrushBrightness:vn:wn",[1,NaN],"MarkerOutlineBrightness:vo:wo",[1,NaN],"MarkerOutlineUsesFillScale:vl:wp",[0,!1],"RadiusMemberPath:v7:wq",[2,null],"RadiusScale:ve:wr",[i.SizeScale.$],"RadiusScaleUseGlobalValues:vm:ws",[0,!1]]),r}(gt),dt=function(t){function r(){var e=t.call(this)||this;return e._assigningScatterStyle=null,e._assigningScatterStyle_wrapped=null,e._assigningScatterMarkerStyle=null,e._assigningScatterMarkerStyle_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new yt},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=t}return r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.dx},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.v0},set:function(t){this.i.v0=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.v2},set:function(t){this.i.v2=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.v7},set:function(t){this.i.v7=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var t=this.i.ve;if(null==t)return null;if(!t.externalObject){var e=i.IgcSizeScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.ve=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.vy},set:function(t){this.i.vy=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.vq},set:function(t){this.i.vq=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var t=this.i.vb;if(null==t)return null;if(!t.externalObject){var e=i.IgcBrushScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.vb=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.vi},set:function(t){this.i.vi=n.ensureBool(t),this._a("fillScaleUseGlobalValues",this.i.vi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.vl},set:function(t){this.i.vl=n.ensureBool(t),this._a("markerOutlineUsesFillScale",this.i.vl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.vo},set:function(t){this.i.vo=+t,this._a("markerOutlineBrightness",this.i.vo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.vn},set:function(t){this.i.vn=+t,this._a("markerBrushBrightness",this.i.vn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.vm},set:function(t){this.i.vm=n.ensureBool(t),this._a("radiusScaleUseGlobalValues",this.i.vm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vk},set:function(t){this.i.vk=n.ensureBool(t),this._a("isCustomScatterStyleAllowed",this.i.vk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vj},set:function(t){this.i.vj=n.ensureBool(t),this._a("isCustomScatterMarkerStyleAllowed",this.i.vj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.vd},set:function(t){this.i.vd=n.ensureEnum(i.ScatterItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.vd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.vp},set:function(t){this.i.vp=+t,this._a("itemSearchThreshold",this.i.vp)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==e?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==e?this.fillScale:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(e,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(e,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(t){var e=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=t,this._assigningScatterStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle&&e._assigningScatterStyle(e,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(t){var e=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=t,this._assigningScatterMarkerStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle&&e._assigningScatterMarkerStyle(e,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-proportional-symbol-series",r._isElementRegistered=!1,r}(pt),bt=function(){function t(){}return t.register=function(){i.IgcBubbleSeriesModule.register(),dt.register(),n.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",dt),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",yt.$type)},t}(),mt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.au=function(){t.prototype.au.call(this),this.q},i.prototype.b5=function(){var e=this.ch.t3;t.prototype.b5.call(this),e.xl=this.ch.vr,e.xt=this.ch.vp,e.ua=this.ch.ud,e.uw=this.ch.ut,e.uf=this.ch.ue},i.prototype.cj=function(){this.ch.t3.xl=this.ch.vr},i.prototype.ci=function(){this.ch.t3.xt=this.ch.vp},i.prototype.cp=function(){this.ch.t3.ua=this.ch.ud},i.prototype.cn=function(){this.ch.t3.uw=this.ch.ut},i.prototype.co=function(){this.ch.t3.uf=this.ch.ue},i.prototype.cq=function(){this.ch.t3.w1=this.ch.uf},i.prototype.cs=function(){this.ch.t3.xAxis=this.ch.cy.ua},i.prototype.ct=function(){this.ch.t3.yAxis=this.ch.cy.uc},i.prototype.cr=function(){var t=this.ch.t3;if(null==this.ch.cy)return t.xAxis=null,void(t.yAxis=null);t.xAxis=this.ch.cy.ua,t.yAxis=this.ch.cy.uc},i.prototype.cl=function(){this.ch.t3.vm=this.ch.vb},i.prototype.ck=function(){this.ch.t3.vc=this.ch.u7},i.prototype.cm=function(){this.ch.t3.vd=this.ch.u8},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),St=function(t){function r(){var e=t.call(this)||this;return e.vd=null,e.vg=!1,e.vf=!1,e.assigningScatterStyle=null,e.assigningScatterMarkerStyle=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.get_dx=function(){return!0},r.prototype.cg=function(){return new mt(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.ve=e},r.prototype.iq=function(){return.7},r.prototype.t2=function(){return new i.ScatterSeries},r.prototype.get_es=function(){return!0},r.prototype.o8=function(e,i,o,a){switch(t.prototype.o8.call(this,e,i,o,a),i){case"SeriesViewer":this.ve.cr();break;case r.$$p[5]:this.ve.cj();break;case r.$$p[4]:this.ve.ci();break;case r.$$p[6]:this.ve.cl();break;case"XAxis":this.ve.cs();break;case"YAxis":this.ve.ct();break;case r.$$p[1]:if(this.t3.wi=this.vi,this.vg=this.vi,this.vi){var s=this.t3;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.vw))}else{var u=this.t3;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.vw))}break;case r.$$p[0]:if(this.t3.wh=this.vh,this.vf=this.vh,this.vi){var l=this.t3;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.vv))}else{var c=this.t3;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.vv))}break;case r.$$p[2]:this.t3.v6=this.vc;break;case r.$$p[3]:this.t3.w0=this.vk}},r.prototype.vw=function(t,e){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,e)},r.prototype.vv=function(t,e){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,e)},r.$t=n.markType(r,"GeographicSymbolSeries",gt.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:vh:vx",[0,!1],"IsCustomScatterStyleAllowed:vi:vy",[0,!1],"ItemSearchMode:vc:vz",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vk:v0",[1,1e4],"LatitudeMemberPath:vp:v1",[2,null],"LongitudeMemberPath:vr:v2",[2,null],"MarkerCollisionAvoidance:vb:v3",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:vj:v4",[0,!1]]),r}(gt),vt=function(t){function r(){var e=t.call(this)||this;return e._assigningScatterStyle=null,e._assigningScatterStyle_wrapped=null,e._assigningScatterMarkerStyle=null,e._assigningScatterMarkerStyle_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new St},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicSymbolSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicSymbolSeriesComponent=t}return r._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.dx},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.vp},set:function(t){this.i.vp=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.vr},set:function(t){this.i.vr=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.vb},set:function(t){this.i.vb=n.ensureEnum(i.CollisionAvoidanceType_$type,t),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.vb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vi},set:function(t){this.i.vi=n.ensureBool(t),this._a("isCustomScatterStyleAllowed",this.i.vi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vh},set:function(t){this.i.vh=n.ensureBool(t),this._a("isCustomScatterMarkerStyleAllowed",this.i.vh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.vc},set:function(t){this.i.vc=n.ensureEnum(i.ScatterItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.vc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.vk},set:function(t){this.i.vk=+t,this._a("itemSearchThreshold",this.i.vk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(t){var e=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=t,this._assigningScatterStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle&&e._assigningScatterStyle(e,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(t){var e=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=t,this._assigningScatterMarkerStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle&&e._assigningScatterMarkerStyle(e,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-symbol-series",r._isElementRegistered=!1,r}(pt),_t=function(){function t(){}return t.register=function(){i.IgcScatterSeriesModule.register(),vt.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",vt),n.TypeRegistrar.register("GeographicSymbolSeries",St.$type)},t}(),wt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=t}return i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(t){this._triangulationDataSource=t,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgcTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted=this.onTriangulationDataSourceImportCompleted),this._cachedTriangulationDataSource.source=this._triangulationDataSource},i.prototype.onTriangulationDataSourceImportCompleted=function(t,e){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(i.prototype,"longitudeMemberPath",{get:function(){return this.i.uf},set:function(t){this.i.uf=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.ud},set:function(t){this.i.ud=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.uc},set:function(t){this.i.uc=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.ui},set:function(t){this.i.ui=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.uk},set:function(t){this.i.uk=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.um},set:function(t){this.i.um=t},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),kt=function(t){function r(){var e=t.call(this)||this;return e._triangulationStatusChanged=null,e._triangulationStatusChanged_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new w},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicScatterAreaSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicScatterAreaSeriesComponent=t}return r._observedAttributesIgcGeographicScatterAreaSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isArea",{get:function(){return this.i.d8},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.u1},set:function(t){this.i.u1=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var t=this.i.uw;if(null==t)return null;if(!t.externalObject){var e=i.IgcColorScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uw=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var t=this.i.uv;if(null==t)return null;if(!t.externalObject){var e=i.IgcColorScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uv=null==t?null:t.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==e?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==e?this.actualColorScale:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(e,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(e,i,this),this._inStyling=!1},r.prototype.updateActualColorScale=function(){this.i.u6()},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(t){var e=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=t,this._triangulationStatusChanged_wrapped=function(t,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,r),e._triangulationStatusChanged&&e._triangulationStatusChanged(e,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicScatterAreaSeriesComponent=null,r.htmlTagName="igc-geographic-scatter-area-series",r._isElementRegistered=!1,r}(wt),Ct=function(){function t(){}return t.register=function(){i.IgcScatterAreaSeriesModule.register(),kt.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",kt),n.TypeRegistrar.register("GeographicScatterAreaSeries",w.$type)},t}(),Pt=function(t){function r(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(r,t),r.prototype.b5=function(){t.prototype.b5.call(this);var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.t3);e.wb=this.ch.us,e.wj=this.ch.uq,e.uo=this.ch.uf,e.un=this.ch.ue,e.fk=this.ch.ud,e.vj=this.ch.uh,e.vi=this.ch.ug,e.xh=this.ch.vb,e.xg=this.ch.va,e.vv=this.ch.uk},r.prototype.cn=function(){this.ch.t3.wb=this.ch.us},r.prototype.cm=function(){this.ch.t3.wj=this.ch.uq},r.prototype.cs=function(){this.ch.t3.uo=this.ch.uf},r.prototype.cq=function(){this.ch.t3.un=this.ch.ue},r.prototype.co=function(){this.ch.t3.fk=this.ch.ud},r.prototype.cl=function(){this.ch.t3.vj=this.ch.uh},r.prototype.cj=function(){this.ch.t3.vi=this.ch.ug},r.prototype.cr=function(){var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.t3);if(null==this.ch.cy)return t.t8=null,void(t.ua=null);t.t8=this.ch.cy.ua,t.ua=this.ch.cy.uc},r.prototype.ct=function(){this.ch.t3.t8=this.ch.cy.ua},r.prototype.cu=function(){this.ch.t3.ua=this.ch.cy.uc},r.prototype.ck=function(){this.ch.t3.xh=this.ch.vb},r.prototype.ci=function(){this.ch.t3.xg=this.ch.va},r.prototype.cp=function(){this.ch.t3.vv=this.ch.uk},r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.ch.vb=i.Defaults.aq,this.ch.va=i.Defaults.ap,this.ch.sw=i.Defaults.al,this.ch.s2=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",g.$),r}(g),Mt=function(t){function r(){var e=t.call(this)||this;return e.ub=null,e.progressiveLoadStatusChanged=null,e.uj=0,e.ab=r.$,e}return e.__extends(r,t),r.prototype.ip=function(){return n.isNaN_(this.io)?i.Defaults.q:t.prototype.ip.call(this)},r.prototype.get_e1=function(){return!0},r.prototype.cg=function(){return new Pt(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.uc=e},r.prototype.t2=function(){return this.ub=new i.HighDensityScatterSeries,this.ub},Object.defineProperty(r.prototype,"ul",{get:function(){return this.uj},set:function(t){var e=this.uj;this.uj=t,this.raisePropertyChanged("ProgressiveStatus",e,this.uj)},enumerable:!1,configurable:!0}),r.prototype.t8=function(){t.prototype.t8.call(this);var e=this.t3;e.progressiveLoadStatusChanged=n.delegateCombine(e.progressiveLoadStatusChanged,n.runOn(this,this.uz));var i=this.t3;i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(this,this.uy))},r.prototype.uz=function(t,e){this.ul=e.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,e)},r.prototype.uy=function(t,e){this.ub},r.prototype.o8=function(e,i,n,o){switch(t.prototype.o8.call(this,e,i,n,o),i){case"SeriesViewer":this.uc.cr();break;case r.$$p[5]:this.uc.cn();break;case r.$$p[4]:this.uc.cm();break;case r.$$p[9]:this.uc.cs();break;case r.$$p[8]:this.uc.cq();break;case r.$$p[6]:this.uc.co();break;case"XAxis":this.uc.ct();break;case"YAxis":this.uc.cu();break;case r.$$p[3]:this.uc.cl();break;case r.$$p[1]:this.uc.cj();break;case r.$$p[2]:this.uc.ck();break;case r.$$p[0]:this.uc.ci();break;case r.$$p[7]:this.uc.cp()}},r.prototype.get_gf=function(){return!0},r.prototype.set_gf=function(e){t.prototype.set_gf.call(this,e)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:va:u0",[n.Color.$,i.Defaults.ap],"HeatMaximum:ug:u1",[1,50],"HeatMinimumColor:vb:u2",[n.Color.$,i.Defaults.aq],"HeatMinimum:uh:u3",[1,0],"LatitudeMemberPath:uq:u4",[2,null],"LongitudeMemberPath:us:u5",[2,null],"MouseOverEnabled:ud:u6",[0,!1],"PointExtent:uk:u7",[1,1],"ProgressiveLoad:ue:u8",[0,!0],"UseBruteForce:uf:u9",[0,!1]]),r}(p),It=function(t){function r(){var e=t.call(this)||this;return e._progressiveLoadStatusChanged=null,e._progressiveLoadStatusChanged_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new Mt},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=t}return r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPixel",{get:function(){return this.i.e1},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.uq},set:function(t){this.i.uq=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.us},set:function(t){this.i.us=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.uf},set:function(t){this.i.uf=n.ensureBool(t),this._a("useBruteForce",this.i.uf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.ue},set:function(t){this.i.ue=n.ensureBool(t),this._a("progressiveLoad",this.i.ue)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.ud},set:function(t){this.i.ud=n.ensureBool(t),this._a("mouseOverEnabled",this.i.ud)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.uh},set:function(t){this.i.uh=+t,this._a("heatMinimum",this.i.uh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.ug},set:function(t){this.i.ug=+t,this._a("heatMaximum",this.i.ug)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.vb)},set:function(t){this.i.vb=n.stringToColor(t),this._a("heatMinimumColor",n.colorToString(this.i.vb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.va)},set:function(t){this.i.va=n.stringToColor(t),this._a("heatMaximumColor",n.colorToString(this.i.va))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.uk},set:function(t){this.i.uk=+t,this._a("pointExtent",this.i.uk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.ul},set:function(t){this.i.ul=+t,this._a("progressiveStatus",this.i.ul)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(t){var e=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=n.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=t,this._progressiveLoadStatusChanged_wrapped=function(t,n){var r=new i.IgcProgressiveLoadStatusEventArgs;r._provideImplementation(n),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,r),e._progressiveLoadStatusChanged&&e._progressiveLoadStatusChanged(e,r)},this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,r.htmlTagName="igc-geographic-high-density-scatter-series",r._isElementRegistered=!1,r}(L),Tt=function(){function t(){}return t.register=function(){i.IgcHighDensityScatterSeriesModule.register(),It.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",It),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Mt.$type)},t}(),$t=function(t){function r(e){var i=t.call(this,e)||this;return i.cp=null,i.cp=e,i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cp.iu=i.Defaults.m)},r.prototype.b5=function(){t.prototype.b5.call(this),null!=this.cp.t3&&(this.cp.uv.vy=this.cp.uy,this.cp.uv.v8=this.cp.u2)},r.prototype.cq=function(){null!=this.cp.uv&&(this.cp.uv.vy=this.cp.uy)},r.prototype.cr=function(){null!=this.cp.uv&&(this.cp.uv.v8=this.cp.u2)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),Ot=function(t){function r(){var e=t.call(this)||this;return e.triangulationStatusChanged=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.get_ew=function(){return!0},r.prototype.t8=function(){t.prototype.t8.call(this)},r.prototype.t2=function(){this.uv=new i.ScatterContourSeries;var t=this.uv;t.triangulationStatusChanged=n.delegateCombine(t.triangulationStatusChanged,n.runOn(this,this.u5));var e=this.uv;return e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.u6)),this.uv},r.prototype.u5=function(t,e){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,e)},r.prototype.u6=function(t,e){var r=n.typeCast(i.ScatterContourSeries.$,this.t3);null!=r&&"ActualFillScale"==e.propertyName&&(this.ux=r.vx)},r.prototype.qd=function(){t.prototype.qd.call(this)},r.prototype.cg=function(){return new $t(this)},r.prototype.o0=function(e){t.prototype.o0.call(this,e),this.uz=e},r.prototype.o8=function(e,i,n,o){switch(t.prototype.o8.call(this,e,i,n,o),i){case r.$$p[1]:this.uz.cq();break;case r.$$p[2]:this.uz.cr();break;case r.$$p[3]:this.uv.vv=this.uu;break;case"DashArray":this.uv.s7=this.s7;break;case"DashCap":this.uv.s8=this.s8;break;case"MiterLimit":this.uv.il=this.il;break;case"LineJoin":this.uv.ta=this.ta}},r.$t=n.markType(r,"GeographicContourLineSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:ux:u7",[i.ValueBrushScale.$,null],"FillScale:uy:u8",[i.ValueBrushScale.$,null],"ValueMemberPath:u2:u9",[2,"value"],"ValueResolver:uu:va",[i.ContourValueResolver.$,null]]),r}(_),jt=function(t){function r(){var e=t.call(this)||this;return e._triangulationStatusChanged=null,e._triangulationStatusChanged_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new Ot},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicContourLineSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicContourLineSeriesComponent=t}return r._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isLineContour",{get:function(){return this.i.ew},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.u2},set:function(t){this.i.u2=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var t=this.i.uy;if(null==t)return null;if(!t.externalObject){var e=i.IgcValueBrushScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uy=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var t=this.i.ux;if(null==t)return null;if(!t.externalObject){var e=i.IgcValueBrushScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.ux=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var t=this.i.uu;if(null==t)return null;if(!t.externalObject){var e=i.IgcContourValueResolverComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uu=null==t?null:t.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==e?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==e?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==e?this.valueResolver:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(e,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(e,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(e,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(t){var e=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=t,this._triangulationStatusChanged_wrapped=function(t,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,r),e._triangulationStatusChanged&&e._triangulationStatusChanged(e,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicContourLineSeriesComponent=null,r.htmlTagName="igc-geographic-contour-line-series",r._isElementRegistered=!1,r}(wt),Rt=function(){function t(){}return t.register=function(){i.IgcScatterContourSeriesModule.register(),jt.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",jt),n.TypeRegistrar.register("GeographicContourLineSeries",Ot.$type)},t}(),At=function(){function t(){}return t.register=function(){Q.register(),et.register(),rt.register(),n.IgcHeatTileGeneratorModule.register(),ht.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),bt.register(),_t.register(),Ct.register(),Tt.register(),Rt.register(),q.register(),n.IgcShapeDataSourceModule.register()},t}(),xt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._token=null,e._expires=0,e._ssl=!1,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(t){this._token=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(t){this._expires=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(t){this._ssl=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),Gt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._name=null,e._tileInfo=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(t){this._name=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(t){this._tileInfo=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),Bt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._lods=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(t){this._lods=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),Dt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._level=0,e._resolution=0,e._scale=0,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(t){this._level=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(t){this._resolution=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(t){this._scale=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),Et=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),Nt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),Vt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),zt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),Ut=function(t){function i(){var e=t.call(this)||this;return e.b=null,e.a=null,e.a=new n.List$1(n.String_$type,0),e}return e.__extends(i,t),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),qt=function(t){function i(){var e=t.call(this)||this;return e.a=null,e.a=new n.List$1(Ut.$,0),e}return e.__extends(i,t),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Lt=function(t){function i(){var e=t.call(this)||this;return e.a=null,e.a=new n.List$1(qt.$,0),e}return e.__extends(i,t),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Ft=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicMarkerSeriesBase",gt.$),i}(gt),Ht=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Ft.$),i}(Ft),Wt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=t}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pt),Xt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=t}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(Wt),Yt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),Zt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=t}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(L),Qt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Ft.$),i}(Ft),Kt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=t}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(Wt),Jt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),te=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=t}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);t.ArcGISOnlineMapImagery=V,t.BingMapsImageryStyle=M,t.BingMapsImageryStyle_$type=I,t.BingMapsMapImagery=R,t.BingMapsMapImageryView=j,t.BingResourceSet=qt,t.BingResponse=Lt,t.CustomMapImagery=E,t.GeographicContourLineSeries=Ot,t.GeographicContourLineSeriesView=$t,t.GeographicHighDensityScatterSeries=Mt,t.GeographicHighDensityScatterSeriesView=Pt,t.GeographicMapImagery=y,t.GeographicMapImageryView=d,t.GeographicMapSeriesHost=p,t.GeographicMarkerSeries=gt,t.GeographicMarkerSeriesBase=Ft,t.GeographicPolylineSeries=J,t.GeographicPolylineSeriesView=K,t.GeographicProportionalSymbolSeries=yt,t.GeographicProportionalSymbolSeriesBase=Ht,t.GeographicProportionalSymbolSeriesBaseView=Et,t.GeographicProportionalSymbolSeriesView=ft,t.GeographicScatterAreaSeries=w,t.GeographicScatterAreaSeriesView=m,t.GeographicShapeSeries=Y,t.GeographicShapeSeriesBase=H,t.GeographicShapeSeriesBaseBase=Yt,t.GeographicShapeSeriesBaseBaseView=Nt,t.GeographicShapeSeriesBaseView=W,t.GeographicShapeSeriesView=X,t.GeographicSymbolSeries=St,t.GeographicSymbolSeriesBase=Qt,t.GeographicSymbolSeriesBaseView=Vt,t.GeographicSymbolSeriesView=mt,t.GeographicTileSeries=lt,t.GeographicXYTriangulatingSeries=_,t.GeographicXYTriangulatingSeriesBase=Jt,t.GeographicXYTriangulatingSeriesBaseView=zt,t.GeographicXYTriangulatingSeriesView=b,t.HostSeriesView=g,t.IgcArcGISOnlineMapImagery=z,t.IgcArcGISOnlineMapImageryModule=U,t.IgcBingMapsMapImagery=A,t.IgcBingMapsMapImageryModule=x,t.IgcCustomMapImagery=D,t.IgcCustomMapImageryModule=N,t.IgcGeographicContourLineSeriesComponent=jt,t.IgcGeographicContourLineSeriesModule=Rt,t.IgcGeographicHighDensityScatterSeriesComponent=It,t.IgcGeographicHighDensityScatterSeriesModule=Tt,t.IgcGeographicMapComponent=C,t.IgcGeographicMapCoreModule=q,t.IgcGeographicMapImagery=$,t.IgcGeographicMapModule=At,t.IgcGeographicMapSeriesHostComponent=L,t.IgcGeographicMarkerSeriesBaseComponent=Wt,t.IgcGeographicMarkerSeriesComponent=pt,t.IgcGeographicPolylineSeriesComponent=tt,t.IgcGeographicPolylineSeriesModule=et,t.IgcGeographicProportionalSymbolSeriesBaseComponent=Xt,t.IgcGeographicProportionalSymbolSeriesComponent=dt,t.IgcGeographicProportionalSymbolSeriesModule=bt,t.IgcGeographicScatterAreaSeriesComponent=kt,t.IgcGeographicScatterAreaSeriesModule=Ct,t.IgcGeographicShapeSeriesBaseBaseComponent=Zt,t.IgcGeographicShapeSeriesBaseComponent=F,t.IgcGeographicShapeSeriesComponent=Z,t.IgcGeographicShapeSeriesModule=Q,t.IgcGeographicSymbolSeriesBaseComponent=Kt,t.IgcGeographicSymbolSeriesComponent=vt,t.IgcGeographicSymbolSeriesModule=_t,t.IgcGeographicTileSeriesComponent=ct,t.IgcGeographicTileSeriesModule=ht,t.IgcGeographicXYTriangulatingSeriesBaseComponent=te,t.IgcGeographicXYTriangulatingSeriesComponent=wt,t.IgcImageTilesReadyEventArgs=k,t.IgcImagesChangedEventArgs=T,t.IgcOpenStreetMapImagery=G,t.IgcOpenStreetMapImageryModule=B,t.IgcSubDomainsCollection=P,t.IgcTileGeneratorMapImagery=nt,t.IgcTileGeneratorMapImageryModule=rt,t.IgcTileSeriesComponent=st,t.IgcTileSeriesModule=ut,t.ImageTilesReadyEventArgs=c,t.ImageryMetadata=Ut,t.ImagesChangedEventArgs=h,t.LevelOfDetailResponseModel=Dt,t.MapBackgroundTilingMode=a,t.MapBackgroundTilingMode_$type=s,t.MapResizeBehavior=r,t.MapResizeBehavior_$type=o,t.MapServerResponseModel=Gt,t.OpenStreetMapImagery=v,t.SphericalMercatorHorizontalScaler=l,t.SphericalMercatorVerticalScaler=u,t.SubDomainsCollection=O,t.TileGeneratorMapImagery=it,t.TileInfoResponseModel=Bt,t.TileSeries=ot,t.TileSeriesView=at,t.TokenResponseModel=xt,t.XamGeographicMap=f,t.XamGeographicMapView=S,Object.defineProperty(t,"__esModule",{value:!0})}));