igniteui-webcomponents-maps 6.2.2-alpha.3 → 6.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1580 -1583
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +542 -542
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-imagery.js +0 -3
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +534 -534
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-imagery.js +0 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1595 -1598
- package/fesm5/igniteui-webcomponents-maps.js +1580 -1583
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +132 -132
- 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,n){"use strict";var r=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),a=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),o=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),c=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var a,o,s,c,l,u=n.e,h=n.d,p=n.c,y=(n.a,!p.isEmpty),g=(this.m,this.o,p.top),f=p.height,d=u.top,b=u.height,m=h.top,S=h.height,_=this.au.top,x=this.au.height,k=this.af(e),v=.017453292519943295,C=!1;null!=k&&(C=!0);for(var w=t;w<i;w++)a=C?k[w]:e.item(w),y?(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*v,s=Math.sin(o),c=.5*Math.log((1+s)/(1-s)),l=(((l=g+(l=(this.ai-c)*f/this.aj))-_*f)/x-d*S)/b,C?k[w]=l:e.item(w,l)):(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*v,s=Math.sin(o),c=.5*Math.log((1+s)/(1-s)),l=((l=m+(l=(this.ai-c)*S/this.aj))-d*S)/b,C?k[w]=l:e.item(w,l))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.p3),p4:this.ak(e.p2)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var a=(e-i.top)*t.width+t.top*i.height;return a=r.am(this.n)-a/(i.height/this.aj),r.aq(a)},r.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),l=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var r,a=n.e,o=n.d,s=n.c,c=n.a,l=!s.isEmpty,u=this.m,h=this.o,p=s.left,y=s.width,g=a.left,f=a.width,d=o.left,b=o.width,m=this.aj.left,S=this.aj.width,_=this.af(e),x=!1;null!=_&&(x=!0);for(var k=t;k<i;k++)if(r=x?_[k]:e.item(k),l){var v=(r-h)/u;c&&(v=1-v);var C=((v=p+y*(v-m)/S)-g*b)/f;x?_[k]=C:e.item(k,C)}else{var w=(r-h)/u;c&&(w=1-w),w=d+b*(w-g)/f,x?_[k]=w:e.item(k,w)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.p3,p4:e.p2}},r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},r.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var a=(e-this.o)/this.m;return r&&(a=1-a),i.left+i.width*(a-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),u=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImageTilesReadyEventArgs",n.EventArgs.$),i}(n.EventArgs),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImagesChangedEventArgs",n.EventArgs.$),i}(n.EventArgs),p=function(e){function r(){var t=e.call(this)||this;return t.w9=null,t.xb=t.xa(),t}return t.__extends(r,e),r.prototype.qn=function(){e.prototype.qn.call(this),null!=this.xb&&this.xb.qn()},r.prototype.get_fd=function(){return!0},r.prototype.ku=function(e,t){var i=this.ni(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.xb.ku(e,i)},r.prototype.mi=function(e){var t=this.ni(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xb.mi(t)},r.prototype.get_km=function(){return this.k4(this.xb)},r.prototype.set_km=function(e){this.o5(this.xb,e)},r.prototype.ed=function(e,t,i,n,r){return this.xb.ed(e,t,i,n,r)},r.prototype.ai=function(){return this.xb.ai()},r.prototype.bp=function(){return this.xb},Object.defineProperty(r.prototype,"xb",{get:function(){return this.w9},set:function(e){var t=this.w9;this.xb!=e&&(this.w9=e,this.xg(t,this.w9))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.xb.hasMarkers},r.prototype.xg=function(e,t){if(null!=this.w9){var i=this.w9;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pl(this.xb),this.xc.ci(),null!=e){var r=e;this.sa(r,null)}if(null!=t){var a=t;this.sa(a,this)}},r.prototype.dh=function(e,t,i){return this.dj(this.xb,e,t,i)},r.prototype.di=function(e,t,i){return this.dk(this.xb,e,t,i)},r.prototype.kr=function(e){return this.k0(this.xb,e)},r.prototype.ke=function(e,t){return this.xb.ke(e,t)},r.prototype.kc=function(e,t){return this.xb.kc(e,t)},r.prototype.i8=function(e,t,i){return this.xb.i8(e,t,i)},r.prototype.wn=function(e,t,i){return this.xb.wn(e,t,i)},r.prototype.wy=function(e){return this.xb.wy(e)},r.prototype.ao=function(e){return this.xb.ao(e)},r.prototype.wz=function(e){return this.xb.wz(e)},r.prototype.ap=function(e){return this.xb.ap(e)},r.prototype.w0=function(e){return this.xb.w0(e)},r.prototype.w1=function(e){return this.xb.w1(e)},r.prototype.i4=function(e,t,i){return this.xb.i4(e,t,i)},r.prototype.wj=function(e,t,i){return this.xb.wj(e,t,i)},r.prototype.i6=function(e,t,i){return this.i8(e,t,i)},r.prototype.wl=function(e,t,i){return this.xb.wl(e,t,i)},r.prototype.wo=function(e,t,i){return this.xb.wo(e,t,i)},r.prototype.i9=function(e,t,i){return this.xb.i9(e,t,i)},r.prototype.wk=function(e,t,i){return this.xb.wk(e,t,i)},r.prototype.i5=function(e,t,i){return this.xb.i5(e,t,i)},r.prototype.wm=function(e,t,i){return this.xb.wm(e,t,i)},r.prototype.i7=function(e,t,i){return this.xb.i7(e,t,i)},r.prototype.j8=function(e){return this.xb.j8(e)},r.prototype.iy=function(){return this.xb.iy()},r.prototype.iu=function(e){return this.xb.iu(e)},r.prototype.ks=function(e){return this.xb.ks(e)},r.prototype.ct=function(){return new y(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xc=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"xd",{get:function(){return this.c(r.xi)},set:function(e){this.h(r.xi,e)},enumerable:!1,configurable:!0}),r.prototype.rh=function(t,r,a,o){switch(e.prototype.rh.call(this,t,r,a,o),r){case"SeriesViewer":this.xb.dc=this.dc,null!=a&&a.sg(this.xb),null!=o&&this.dc.n6(this.xb),this.xb.rk(this.w3),this.xb.index=this.index,this.p6(this.xb),this.kk=this.xb.kk;var s=n.typeCast(i.SeriesViewer.$,a);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xh))),null!=this.dc){var c=this.dc;c.actualWindowRectChanged=n.delegateCombine(c.actualWindowRectChanged,n.runOn(this,this.xh))}this.xf();break;case"SyncLink":this.xb.c4=this.c4;break;case"VisibleFromScale":this.xf();break;case"Index":this.xb.index=this.index;break;case"ItemsSource":this.xc.cj();break;case"Resolution":this.xc.cq();break;case"TransitionDuration":this.xc.ct();break;case"Opacity":this.xc.cn();break;case"Visibility":var l=this.xb,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.xb.f9=this.f9;break;case"ExpectFunctions":this.xb.expectFunctions=this.expectFunctions;break;case"Thickness":this.xc.cs();break;case"Brush":this.xc.ch();break;case"Outline":this.xc.cp();break;case"ActualBrush":this.xc.ce();break;case"ActualOutline":this.xc.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jj)||this.xc.cm();break;case"AreaFillOpacity":n.isNaN_(this.il)||this.xc.cg();break;case"OutlineMode":this.xc.co();break;case"ShowDefaultTooltip":this.xc.cr();break;case"Title":this.xb.title=this.title;break;case"LegendItemBadgeMode":this.xc.ck();break;case"LegendItemBadgeShape":this.xc.cl();break;case"Legend":this.xb.legend=this.legend,this.cw.a5()}},r.prototype.xf=function(){if(null!=this.dc&&null!=this.xb&&!n.isNaN_(this.xd))if(this.dc.xn.width>this.xd){this.xb.visibility=1}else{this.xb.visibility=0}},r.prototype.xh=function(e,t){this.xf()},r.prototype.rz=function(t){e.prototype.rz.call(this,t),null!=this.xb&&this.xb.rz(t)},r.prototype.rc=function(t){e.prototype.rc.call(this,t),null!=this.xb&&this.xb.qu()},r.prototype.ry=function(e,t,i,n,r){null!=this.xb&&this.xb.ry(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.xb.a2(e,t)},r.prototype.sl=function(){e.prototype.sl.call(this),this.xb.sl()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xb.coercionMethods=e},r.prototype.p5=function(t){if(e.prototype.p5.call(this,t),null!=this.xb){var i=this.xb.kq();this.pe(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xi=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),y=function(e){function r(t){var i=e.call(this,t)||this;return i.cd=null,i.cd=t,i}return t.__extends(r,e),r.prototype.a3=function(t,i){e.prototype.a3.call(this,t,i)},r.prototype.ci=function(){this.cd.legendItemVisibility=1,this.cd.xb.legendItemVisibility=0,this.cd.xb.itemsSource=this.cd.itemsSource,this.cd.xb.index=this.cd.index,this.cd.xb.vq=this.cd.vq,this.cd.xb.v6=this.cd.vq,this.cd.xb.cj=this.cd.cj,this.cd.xb.jm=this.cd.jm,this.cd.xb.kh=this.cd.kh,this.cd.xb._opacity=this.cd._opacity,this.cd.xb.jt=this.cd.jt,this.cd.xb.il=this.cd.il,this.cd.xb.jj=this.cd.jj,this.cd.xb.gq=this.cd.gq,this.cd.xb.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xb.be=this.cd.be},r.prototype.cj=function(){this.cd.xb.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.xb.jm=this.cd.jm},r.prototype.ct=function(){this.cd.xb.kh=this.cd.kh},r.prototype.cn=function(){this.cd.xb._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.xb.jt=this.cd.jt},r.prototype.ch=function(){this.cd.xb.vq=this.cd.vq},r.prototype.cp=function(){this.cd.xb.v6=this.cd.v6},r.prototype.ce=function(){this.cd.xb.vq=this.cd.vk},r.prototype.cf=function(){this.cd.xb.v6=this.cd.vo},r.prototype.ck=function(){this.cd.xb.be=this.cd.be},r.prototype.cl=function(){this.cd.xb.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.xb.il=this.cd.il},r.prototype.cm=function(){this.cd.xb.jj=this.cd.jj},r.prototype.co=function(){this.cd.xb.cj=this.cd.cj},r.prototype.cr=function(){this.cd.xb.gq=this.cd.gq},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),g=function(e){function r(){var t=e.call(this)||this;t.y2=null,t.yr=!1,t.yj=1,t.yy=0,t.z9=null,t.yg=null,t.yc=null,t.ye=null,t.yi=null,t.z5={$type:n.Point_$type,x:NaN,y:NaN},t.aac=null,t.yx=1,t.imageTilesReady=null,t.yq=null,t.aab=n.Rect.empty,t.yy=c.am(r.aaa.bottom)-c.am(r.aaa.top),t.ab=r.$,t.backgroundContent=new _;var a,o=((a=new i.NumericXAxis).b0=t,a);o.dd=!0,t.yd=o,t.yd.r8=new l;var s=function(){var e=new i.NumericYAxis;return e.b0=t,e}();return s.dd=!0,t.yf=s,t.yf.r8=new c,t.zk(),t.zr(),t.oz(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.yd.provideRenderer(t),this.yf.provideRenderer(t)},r.prototype.oz=function(){e.prototype.oz.call(this),this.yp.fv(this.h3)},r.prototype.f2=function(){return this.yv},r.prototype.f3=function(){return this.yv},r.prototype.ym=function(){return 0==this.yk&&this.yr?2:1},Object.defineProperty(r.prototype,"yl",{get:function(){return this.yj},set:function(e){this.yj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aae",{get:function(){return this.z9},set:function(e){if(n.Rect.l_op_Inequality(this.z9,e)){var t=this.z9;this.z9=e,this.ry("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.aai=function(){return this.aae},r.prototype.zk=function(){this.aaq.isEmpty||(this.aae=this.aao(this.aaq,1==this.c4))},r.prototype.aao=function(e,t){var i=e.top,a=e.left,o=e.width,s=e.height,l=c.am(e.bottom),u=c.am(e.top),h=l-u,p=e.width/r.aaa.width,y=c.am(r.aaa.top);if(h/p>this.yy){var g=h/this.yy;a-=(g-p)/2*r.aaa.width,o=g*r.aaa.width,t&&(a<r.aaa.left?a+=r.aaa.left-a:a+o>r.aaa.right&&(a-=a+o-r.aaa.right))}else if(h/p<this.yy){var f=this.yy*p-h,d=u-f/2,b=l+f/2;t&&(d<y?b+=y-(d+=y-d):b>y+this.yy&&(d-=b-(y+this.yy),b-=b-(y+this.yy))),i=c.aq(d),s=c.aq(b)-i}return new n.Rect(0,a,i,o,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.yg},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.yg=e,this.ry("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yd",{get:function(){return this.yc},set:function(e){if(e!=this.yd){var t=this.yd;this.yc=e,this.ry("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yf",{get:function(){return this.ye},set:function(e){if(e!=this.yf){var t=this.yf;this.ye=e,this.ry("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.zu=function(e){this.x6=e},r.prototype.zt=function(e){this.aaq=e},r.prototype.getZoomFromGeographicRect=function(e){return this.aag(e,!0,0)},r.prototype.aaf=function(e,t){return this.aag(e,!1,t)},r.prototype.aag=function(e,t,a){var o=e;t&&(o=this.aao(e,!1));var s=this.yd,c=this.yf,l=new i.ScalerParams(1,r.aad,this.x5,s.df);l.c=this.xr;var u=new i.ScalerParams(1,r.aad,this.x5,c.df);u.c=this.xr;var h=this.yd.ft(o.left,l),p=this.yd.ft(o.right,l),y=this.yf.ft(o.top,u),g=this.yf.ft(o.bottom,u),f=(h-a)/this.x5.width,d=(g-a)/this.x5.height,b=(p-h+2*a)/this.x5.width,m=(y-g+2*a)/this.x5.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.aad),S.isEmpty&&(S=r.aad),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,a=t.y,o=t.x-e.x,s=e.y-t.y;if(o<0||s<0)return r.aad;var c=new n.Rect(0,i,a,o,s);return this.getZoomFromGeographicRect(c)},r.prototype.aak=function(e){var t=this.yd,a=this.yf,o=new i.ScalerParams(1,e,this.x5,t.df);o.c=this.xr;var s=new i.ScalerParams(1,e,this.x5,a.df);s.c=this.xr;var c=this.xq,l=t.fw(c.left,o),u=a.fw(c.top,s),h=t.fw(c.right,o),p=a.fw(c.bottom,s),y=h-l,g=u-p,f=new n.Rect(0,l,p,y,g);return 1==this.c4&&(f.intersect(r.aaa),f.isEmpty&&(f=r.aaa)),f},r.prototype.z6=function(e){var t=this.yd.p6(e.x),i=this.yf.p6(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.z7=function(e){var t=this.yd.gg(e.x),i=this.yf.gg(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.z8=function(e){return this.z7(e)},r.prototype.zh=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.zn=function(e){},r.prototype.gx=function(){return!0},r.prototype.zp=function(){var e,i;this.yp.ee();try{for(var r=t.__values(n.fromEnum(this.series)),a=r.next();!a.done;a=r.next()){a.value.sl()}}catch(t){e={error:t}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.zs=function(){if(2==this.yo){if(!this.x5.isEmpty&&this.x5.width>0&&this.x5.height>0){var e=this.yd.p6(this.x5.left+this.x5.width/2),t=this.yf.p6(this.x5.top+this.x5.height/2);this.z5={$type:n.Point_$type,x:e,y:t}}}else if(!this.x5.isEmpty&&this.x5.width>0&&this.x5.height>0){var i=this.yd.p6(this.x5.left),r=this.yf.p6(this.x5.top);this.z5={$type:n.Point_$type,x:i,y:r}}},r.prototype.zo=function(){(n.isNaN_(this.z5.x)||n.isNaN_(this.z5.y))&&this.zs();var e=this.z5.x,t=this.z5.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var a=this.xn.left,o=this.xn.top,s=this.xn.width,c=this.xn.height;if(s>this.aac.width);else{var l=new i.ScalerParams(1,r.aad,this.x5,this.yd.df);l.c=this.xr;var u=this.yd.ft(e,l);if(2==this.yo)a=u/this.x5.width-s/2;else a=u/this.x5.width;a+s>this.aac.right?a=this.aac.right-s:a<this.aac.left&&(a=this.aac.left)}if(c>this.aac.height);else{var h=new i.ScalerParams(1,r.aad,this.x5,this.yf.df);h.c=this.xr;var p=this.yf.ft(t,h);if(2==this.yo)o=p/this.x5.height-c/2;else o=p/this.x5.height;o+c>this.aac.bottom?o=this.aac.bottom-c:o<this.aac.top&&(o=this.aac.top)}this.ta(new n.Rect(0,a,o,s,c),!1)}},r.prototype.get_ft=function(){return!0},r.prototype.xo=function(){var t=e.prototype.xo.call(this);if(null==this.yd||null==this.yf)return t;this.xz();var i=t.left,r=t.top;1==this.c4&&(this.x6.width>this.aac.width?i=.5-this.x6.width/2:i+t.width>this.aac.right?i=this.aac.right-this.x6.width:i<this.aac.left&&(i=this.aac.left),this.x6.height>this.aac.height?r=.5-this.x6.height/2:r+this.x6.height>this.aac.bottom?r=this.aac.bottom-this.x6.height:r<this.aac.top&&(r=this.aac.top));var a=!1;!this.yu&&2==this.c4&&this.yr&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.aac.right>0&&(t.right-this.aac.right)/t.width>.8?(i=this.aac.left-(t.width-(t.right-this.aac.right)),a=!0):t.left<this.aac.left&&Math.abs(t.left-this.aac.left)/t.width>.8&&(i=this.aac.right-Math.abs(t.left-this.aac.left),a=!0));var o=new n.Rect(0,i,r,t.width,t.height);if(this.yu){var s=this.aaf(this.aaq,1);s=this.aah(s);var c=o.left+o.width/2,l=o.top+o.height/2;if(o.width>s.width){var u=o.height/o.width,h=s.width,p=u*h;o=new n.Rect(0,c-h/2,l-p/2,h,p),a=!0}if(o.height>s.height){var y=o.width/o.height,g=s.height,f=y*g;o=new n.Rect(0,c-f/2,l-g/2,f,g),a=!0}o.left<s.left&&(o=new n.Rect(0,s.left,o.top,o.width,o.height),a=!0),o.top<s.top&&(o=new n.Rect(0,o.left,s.top,o.width,o.height),a=!0),o.right>s.right&&(o=new n.Rect(0,s.right-o.width,o.top,o.width,o.height),a=!0),o.bottom>s.bottom&&(o=new n.Rect(0,o.left,s.bottom-o.height,o.width,o.height),a=!0)}return a&&(this.ff=!0,this.x6=o,this.ff=!1),o},r.prototype.n2=function(e,t){var i=!0,r=!0,a=0,o=this.xz(),s=0,c=0;if(e.right-o.right>0&&(s=(e.right-o.right)/e.width),e.left<o.left&&(c=Math.abs(e.left-o.left)/e.width),0==c&&0==s&&(i=!1),c>s&&(r=!1),i)if(r){var l=this.yc.ft(-180,t);a=this.yc.ft(180,t)-l}else{a=this.yc.ft(-180,t)-this.yc.ft(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,a)},r.prototype.xz=function(){var e=new i.ScalerParams(1,r.aad,this.x5,this.yd.df);e.c=this.xr;var t=new i.ScalerParams(1,r.aad,this.x5,this.yf.df);t.c=this.xr;var a=this.yd.ft(r.aaa.left,e),o=this.yd.ft(r.aaa.right,e),s=this.yf.ft(r.aaa.top,t),c=this.yf.ft(r.aaa.bottom,t);return this.aac=new n.Rect(0,a/this.x5.width,c/this.x5.height,(o-a)/this.x5.width,(s-c)/this.x5.height),this.aac},r.prototype.aah=function(e){var t=this.h7,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),a=e.width,o=e.height,s=n.MathUtil.d(e.width,t,1),c=n.MathUtil.d(e.height,t,1),l=this.x5,u=l.width/l.height,h=s*l.width,p=c*l.height;h/p!=u&&(p*u>h?s=(h=p*u)/l.width:c=(p=h/u)/l.height);var y=s!=a,g=c!=o,f=y?i-.5*s:e.left,d=g?r-.5*c:e.top,b=y?i+.5*s:e.right,m=g?r+.5*c:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+c),m>1&&(d=(m=1)-c),new n.Rect(0,f,d,b-f,m-d)},r.prototype.xp=function(t){if(e.prototype.xp.call(this,this.x5),t.isEmpty)return n.Rect.empty;var i;if(t.width>t.height){var r=n.intDivide(n.truncate(t.width-t.height),2);i=new n.Rect(0,t.left+r,t.top,t.height,t.height)}else{var a=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+a,t.width,t.width)}return i},r.prototype.aaj=function(e){return this.xp(e)},r.prototype.dn=function(){return new S(this)},r.prototype.zj=function(e){null!=e&&(e.b0=this)},r.prototype.q5=function(t){e.prototype.q5.call(this,t),this.yp=t},r.prototype.rg=function(t,i){e.prototype.rg.call(this,t,i),this.sy(this.yd),this.sy(this.yf),n.Rect.l_op_Inequality(t,i)&&this.zo(),this.yu&&(this.xn=this.xo()),this.zv()},Object.defineProperty(r.prototype,"yz",{get:function(){return this.yx},set:function(e){var t=this.yx;this.yx=e,this.ry("ActualWindowScale",t,this.yx)},enumerable:!1,configurable:!0}),r.prototype.id=function(){return this.yz},r.prototype.ie=function(){return this.yz},r.prototype.sx=function(){e.prototype.sx.call(this);var t=Math.min(this.xn.width,this.xn.height);this.yz=t},r.prototype.gl=function(){return this.yr},r.prototype.c5=function(){return 0==this.c6&&this.ys?2:this.c6},r.prototype.rh=function(i,a,o,s){var c,l,u,h;switch(e.prototype.rh.call(this,i,a,o,s),a){case"ZoomCoercionMode":this.zk();break;case"WindowRect":this.zs();break;case r.$$p[0]:this.yl=this.ym(),null!=this.yi&&(this.yi.isHorizontalWrappingEnabled=2==this.yl);break;case r.$$p[1]:this.yr=this.ys,this.yl=this.ym(),this.c4=this.c5(),null!=this.yi&&(this.yi.isHorizontalWrappingEnabled=2==this.yl);break;case r.$$p[4]:this.xn=this.xo();break;case"BackgroundContent":if(null!=this.yi){var p=this.yi;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.zl)),this.yi.deferralHandler=null}if(this.yi=n.typeCast(f.$,this.backgroundContent),null!=this.yi){var y=this.yi;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.zl)),this.yi.deferralHandler=this,this.yi.isHorizontalWrappingEnabled=2==this.yl}this.yp.fu(n.typeCast(f.$,o),n.typeCast(f.$,s)),null!=this.yi&&(this.yi.geographicMap=this,this.yp.fr(this.xn),this.yp.fv(this.h3));break;case"YAxis":case"XAxis":this.zq(o),this.zj(s);break;case r.$$p[6]:this.yt||(this.x6=r.aad),this.zk(),this.zr(),this.zs(),this.xn=this.xo(),this.yp.fs();break;case"ActualWindowRect":this.yp.fr(this.xn);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.series)),d=g.next();!d.done;d=g.next()){d.value.rz(!1)}}catch(e){c={error:e}}finally{try{d&&!d.done&&(l=g.return)&&l.call(g)}finally{if(c)throw c.error}}break;case r.$$p[5]:this.yz=this.y0;break;case"ActualWindowScale":this.gt||this.s8(this.id(),this.ie());break;case"ActualPixelScalingRatio":this.yp.fv(this.h3);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.h7=5e-6,this.h6=5e-6):(this.h7=b,this.h6=b);break;case r.$$p[7]:this.s4();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.qn()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(u)throw u.error}}}},r.prototype.zl=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.zq=function(e){null!=e&&(e.b0=null)},r.prototype.zr=function(){null!=this.yd&&(this.yd.p3=this.aae.left,this.yd.p2=this.aae.right),null!=this.yf&&(this.yf.p3=this.aae.top,this.yf.p2=this.aae.bottom),this.yd.d3(!0),this.yf.d3(!0)},r.prototype.getFontInfo=function(){return this.yq=this.yp.fo,this.yq},r.prototype.wr=function(){return this.yp.fw},r.prototype.getFontBrush=function(){return this.yp.fx},r.prototype.sq=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,a=t;a.itemsSource=r.triangulationSource.points,a.xk=r.triangulationSource.triangles}else e.prototype.sq.call(this,t,i)},r.prototype.register=function(e,t){this.sd(e,t)},r.prototype.unRegister=function(e){this.sw(e)},r.prototype.deferredRefresh=function(){this.og()},r.prototype.deferAction=function(e){null!=this.y2?this.y2.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.zi=function(e){this.s3(e)},r.prototype.y3=function(){var e=new i.ChartVisualData,t=this.yd.hb(),r=this.yf.hb();e.axes.add1(t),e.axes.add1(r);for(var a=0;a<this.series.count;a++){var o=this.series._inner[a].kq();e.series.add1(o)}return e.name=this.name,e.contentArea=n.RectData.b(this.x5),e.centralArea=n.RectData.b(this.x5),e.plotArea=n.RectData.b(this.x5),e},r.prototype.xv=function(e,t,i){return e},r.prototype.zm=function(){},Object.defineProperty(r.prototype,"aap",{get:function(){return this.aab},set:function(e){this.aab=e},enumerable:!1,configurable:!0}),r.prototype.zw=function(e){this.aap=e,this.zv()},r.prototype.zv=function(){if(this.yw&&!this.aap.isEmpty){var e=this.getZoomFromGeographicRect(this.aap);this.aap=n.Rect.empty,this.ta(e,!1)}},Object.defineProperty(r.prototype,"yw",{get:function(){return!this.x5.isEmpty&&!this.xr.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.yn=0,r.aaa=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.aad=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ry",["BackgroundTilingMode:yk:zx",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:ys:zy",[0,!1],"ResizeBehavior:yo:zz",[a,n.enumGetBox(a,r.yn)],"SuppressZoomResetOnWorldRectChange:yt:z0",[0,!1],"UseWorldRectForZoomBounds:yu:z1",[0,!1],"WindowScale:y0:z2",[1,NaN],"WorldRect:aaq:z3",[n.Rect.$,r.aaa],"Zoomable:yv:z4",[0,!0]]),r}(i.SeriesViewer),f=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new d(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var 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(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.aaj(t),a=g.aaa,o=this.geographicMap.aae,s=Math.min(this.windowRect.height,this.windowRect.width),c=o.width/a.width;this.ao.a5=t.width/r.width*s*c;var l=this.geographicMap.yd,u=this.geographicMap.yf,h=new i.ScalerParams(1,this.windowRect,t,l.df);h.c=r;var p=new i.ScalerParams(1,this.windowRect,t,u.df);p.c=r;var y=l.ft(a.left,h),f=u.ft(a.bottom,p),d=-y/t.width*this.ao.a5,b=-f/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:d,y:b},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new h)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",g.$,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(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=n.Rect.empty,i.a=t,i.a.ao=new n.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 n.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=n.markType(i,"GeographicMapImageryView"),i}(n.Base),b=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xb;t.yb=this.cu.xn,t.yj=this.cu.xl,t.trianglesSource=this.cu.xk,t.xz=this.cu.xq,t.x1=this.cu.xs,t.x3=this.cu.xu},i.prototype.cx=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.w9=null,void(e.xa=null);e.w9=this.cu.dc.yd,e.xa=this.cu.dc.yf},i.prototype.cw=function(){this.cu.xb.yb=this.cu.xn},i.prototype.cv=function(){this.cu.xb.yj=this.cu.xl},i.prototype.cy=function(){this.cu.xb.trianglesSource=this.cu.xk},i.prototype.cz=function(){this.cu.xb.xz=this.cu.xq},i.prototype.c0=function(){this.cu.xb.x1=this.cu.xs},i.prototype.c1=function(){this.cu.xb.x3=this.cu.xu},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",y.$),i}(y),m=function(e){function i(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.x5&&(this.c2.x5.zi=this.c2.x9,this.c2.x5.y6=this.c2.x4)},i.prototype.c3=function(){null!=this.c2.x5&&(this.c2.x5.zi=this.c2.x9)},i.prototype.c4=function(){null!=this.c2.x5&&(this.c2.x5.y6=this.c2.x4)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function r(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=n.Rect.empty,i.fn=t,i.fn.wk=2,i.fn.jh=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bw(e),this.fn.zi(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,i,r,a,o=this.j.a8(e,t,i,r,a);e=o.p0,t=o.p1,i=o.p2,r=o.p3,a=o.p4,this.fx=i,this.fo=r,this.fw=a;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 c=0;c<s.a.count;c++)this.fn.ah.add(s.a.item(c));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(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)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.yi&&(this.fn.yi.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.yi&&(this.fn.yi.windowRect=this.fn.xn),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.h3;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.crosshairLineThickness,this.fe.ad=i.Defaults.crosshairLineThickness,this.fd._stroke=i.Defaults.crosshairLineBrush,this.fe._stroke=i.Defaults.crosshairLineBrush,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),_=function(e){function i(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",f.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(f),x=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.ct=function(){return new b(this)},i.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xj=t},i.prototype.rh=function(t,n,r,a){switch(e.prototype.rh.call(this,t,n,r,a),n){case"SeriesViewer":this.xj.cx();break;case i.$$p[1]:this.xj.cw();break;case i.$$p[0]:this.xj.cv();break;case i.$$p[5]:this.xj.cy();break;case i.$$p[2]:this.xj.cz();break;case i.$$p[3]:this.xj.c0();break;case i.$$p[4]:this.xj.c1()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xl:xw",[2,"pointY"],"LongitudeMemberPath:xn:xx",[2,"pointX"],"TriangleVertexMemberPath1:xq:xz",[2,"v1"],"TriangleVertexMemberPath2:xs:x0",[2,"v2"],"TriangleVertexMemberPath3:xu:x1",[2,"v3"],"TrianglesSource:xk:xy",[n.IEnumerable_$type,null]]),i}(p),k=function(e){function r(){var t=e.call(this)||this;return t.x2=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ew=function(){return!0},Object.defineProperty(r.prototype,"x4",{get:function(){return this.x2},set:function(e){if(this.x2!=e){var t=this.x2;if(null!=this.x2){var i=this.x2;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.yc))}if(this.x2=e,null!=this.x2){var r=this.x2;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.yc))}this.raisePropertyChanged("ColorScale",t,this.x2),null!=this.x5&&(this.x5.y6=e)}},enumerable:!1,configurable:!0}),r.prototype.yc=function(e,t){this.x7.c4(),this.ye(),this.rz(!1)},r.prototype.ye=function(){null!=this.x5&&(this.x3=this.x5.y5)},r.prototype.sq=function(){e.prototype.sq.call(this),this.ye()},r.prototype.xa=function(){this.x5=new i.ScatterAreaSeries;var e=this.x5;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yd)),this.x5},r.prototype.yd=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new m(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.x7=t},r.prototype.rh=function(t,i,n,a){switch(e.prototype.rh.call(this,t,i,n,a),i){case r.$$p[1]:this.x7.c3();break;case"ColorScale":this.x7.c4(),this.ye()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:x3:yf",[i.ColorScale.$,null],"ColorMemberPath:x9:yg",[2,"value"]]),r}(x),v=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}(),C=function(e){function r(){var r=e.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 a=r.i;return r._chart=a,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(e){return e.i}),(function(e){e.owner=r,e._provideRenderer(r._dataSource),e.provideData(r._dataSource),r.parentElement&&e._styling(r,r,r),r._ensureDefaultTooltip(e),r._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),a.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var a=t.__values(e),o=a.next();!o.done;o=a.next()){"childList"==o.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return t.__extends(r,e),Object.defineProperty(r.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(r.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,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(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.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 n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new g},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),r.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)},r.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()},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 e=0;e<this.actualSeries.length;e++){this.actualSeries[e]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new n.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},r.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])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=n.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(r,a){if(r.externalObject)r=r.externalObject;else{var o=new n.IgcDataContext;o._implementation=r,r=o}return a?r.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=r,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(r.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(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMapComponent=e}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.yv},set:function(e){this.i.yv=n.ensureBool(e),this._a("zoomable",this.i.yv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.yo},set:function(e){this.i.yo=n.ensureEnum(a,e),this._a("resizeBehavior",n.enumToString(a,this.i.yo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.ys)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.yk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.yu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.yt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.aaq)},set:function(e){this.i.aaq=n.toRect(e),this._a("worldRect",n.rectToString(this.i.aaq))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.aae)},set:function(e){this.i.aae=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.aae))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.yd;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.yd=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.yf;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.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.ft},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.y0},set:function(e){this.i.y0=+e,this._a("windowScale",this.i.y0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.yz},set:function(e){this.i.yz=+e,this._a("actualWindowScale",this.i.yz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.yw},enumerable:!1,configurable:!0}),r.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)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},r.prototype.getCurrentActualWorldRect=function(){var e=this.i.aai();return n.fromRect(e)},r.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},r.prototype.updateZoomWindow=function(e){this.i.zu(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.zt(n.toRect(e))},r.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},r.prototype.convertGeographicToZoom=function(e,t){var i=this.i.aaf(n.toRect(e),t);return n.fromRect(i)},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(i)},r.prototype.getGeographicFromZoom=function(e){var t=this.i.aak(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.z6(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.z7(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.z8(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.zh()},r.prototype.styleUpdated=function(){this.i.zp()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.id()},r.prototype.getActualWindowScaleVertical=function(){return this.i.ie()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.y3()},r.prototype.zoomToGeographic=function(e){this.i.zw(n.toRect(e))},Object.defineProperty(r.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=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=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,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),w=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.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}(n.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=n.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 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}(),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 n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),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 n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=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=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.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=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var n=new I;n._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,n),t._imagesChanged&&t._imagesChanged(t,n)},this.i.imagesChanged=n.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=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,r),t._cancellingImage&&t._cancellingImage(t,r)},this.i.cancellingImage=n.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=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,r),t._downloadingImage&&t._downloadingImage(t,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),e}(),$=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var a=this;switch(t=null==t?0:t){case 0:a=e.call(this,n.String_$type,0)||this;break;case 1:var o=i[0];a=e.call(this,n.String_$type,1,o)||this}return a}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),O=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=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),j=function(e){function i(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new O(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!(n.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?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,r=(t+=n.enumGetBox(M,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,r=JSON.parse(i).resourceSets;if(null!=r){var a=r.length>0?r[0].resources:null;if(null!=a&&0!=a.length){for(var o=a[0].imageUrl,s=new n.List$1(n.String_$type,0),c=0;c<a[0].imageUrlSubdomains.length;c++)s.add(a[0].imageUrlSubdomains[c]);this.cp(o,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,r,a){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=a,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 o=a;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=o,null!=this.actualSubDomains&&(o.collectionChanged=n.delegateCombine(o.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var c=a;n.stringIsNullOrEmpty(c)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=a,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,a)},i.$t=n.markType(i,"BingMapsMapImagery",f.$),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",[M,n.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(f),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 j},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=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.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 n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new $(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 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 n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new $(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(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=n.ensureEnum(M,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),A=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),n.TypeRegistrar.register("BingMapsMapImagery",j.$type)},e}(),z=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(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",z),n.TypeRegistrar.register("OpenStreetMapImagery",_.$type)},e}(),D=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=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,r),t._getTileImageUri&&t._getTileImageUri(t,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(T),B=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.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=n.markType(i,"CustomMapImagery",f.$),i}(f),q=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",B.$type)},e}(),E=function(e){function i(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(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(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(t,1)){var a=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(a,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,r){var a=this,o=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=o&&(o.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 o.userToken=a.userToken})),this.ci();break;case"IsMapPublic":o.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",f.$),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}(f),N=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new E},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=n.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(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",N),n.TypeRegistrar.register("ArcGISOnlineMapImagery",E.$type)},e}(),U=function(){function e(){}return e.register=function(){A.register(),G.register(),q.register(),V.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.fd},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.xd},set:function(e){this.i.xd=+e,this._a("visibleFromScale",this.i.xd)},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.qn()},i.prototype.getItemValue=function(e,t){return this.i.ku(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mi(e)},i.prototype.getItem=function(e){return this.i.kr(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ke(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.kc(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.i8(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wn(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wy(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.w0(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i4(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.wj(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.i6(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wl(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wo(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i9(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.iy()},i.prototype.renderSeries=function(e){this.i.rz(e)},i.prototype.styleUpdated=function(){this.i.sl()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=function(e){function r(){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(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesBaseComponent=e}return r._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),r.prototype.onUpdateDataSource=function(e){var t=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(e,i){if(t._currData){t._currData.i.importCompleted=n.delegateRemove(t._currData.i.importCompleted,t._onImportCompleted);var r=t._currData;t._currData=null,t.i.itemsSource=r.getPointData()}}),e&&e.getPointData?e.count>0?e.getPointData():(this._currData=e,this._currData.i.importCompleted=n.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):e},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(e,t){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(r.prototype,"shapeMemberPath",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xv},set:function(e){this.i.xv=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.xv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.xu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.xm},set:function(e){this.i.xm=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.xm))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.xy},set:function(e){this.i.xy=+e,this._a("itemSearchThreshold",this.i.xy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xl;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.xl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xt},set:function(e){this.i.xt=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.xt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e,this._a("itemSearchPointsThreshold",this.i.xx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.xp;if(null==e)return null;if(!e.externalObject){var t=new n.IgcShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.xp=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.xw},set:function(e){this.i.xw=+e,this._a("shapeFilterResolution",this.i.xw)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(e){var t=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=e,this._assigningShapeStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeStyle&&t.beforeAssigningShapeStyle(t,r),t._assigningShapeStyle&&t._assigningShapeStyle(t,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(e){var t=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=e,this._assigningShapeMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeMarkerStyle&&t.beforeAssigningShapeMarkerStyle(t,r),t._assigningShapeMarkerStyle&&t._assigningShapeMarkerStyle(t,r)},this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,r}(L),H=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.xs=!1,t.xr=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xo=null,t.xq=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new W(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xn=t},r.prototype.get_ff=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rh=function(t,i,a,o){switch(e.prototype.rh.call(this,t,i,a,o),i){case"SeriesViewer":this.xn.cv();break;case"ShapeMemberPath":this.xn.cx();break;case r.$$p[8]:this.xn.cw();break;case r.$$p[4]:if(this.xb.yj=this.xv,this.xs=this.xv,this.xv){var s=this.xb;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.yd))}else{var c=this.xb;c.assigningShapeStyle=n.delegateRemove(c.assigningShapeStyle,n.runOn(this,this.yd))}break;case r.$$p[3]:if(this.xb.yi=this.xu,this.xr=this.xu,this.xv){var l=this.xb;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.yc))}else{var u=this.xb;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.yc))}break;case r.$$p[5]:this.xb.xv=this.xm;break;case r.$$p[6]:this.xb.y0=this.xx;break;case r.$$p[7]:this.xb.y1=this.xy;break;case r.$$p[0]:this.xb.y5=this.xz;break;case r.$$p[1]:this.xb.xl=this.xl;break;case r.$$p[2]:this.xb.ye=this.xt;break;case"ShapefileDataSource":if(null!=a){var h=a;this.xq&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.ye)))}if(null!=o){var p=o;if(p.count>0){this.yf();break}this.xq=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.ye))}}},r.prototype.yd=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.yc=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.ye=function(e,t){this.yf()},r.prototype.yf=function(){var e=this.xp.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xp",{get:function(){return this.xo},set:function(e){var t=this.xo;this.xo=e,t!=this.xo&&this.raisePropertyChanged("ShapefileDataSource",t,this.xo)},enumerable:!1,configurable:!0}),r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:xz:yg",[2],"FillScale:xl:yh",[i.BrushScale.$],"FillScaleUseGlobalValues:xt:yi",[0,!1],"IsCustomShapeMarkerStyleAllowed:xu:yj",[0,!1],"IsCustomShapeStyleAllowed:xv:yk",[0,!1],"ItemSearchMode:xm:yl",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xx:ym",[1,1e4],"ItemSearchThreshold:xy:yn",[1,1e4],"ShapeFilterResolution:xw:yo",[1,2],"ShapeMemberPath:ya:yp",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this),this.cu.xb.zi=this.cu.ya},i.prototype.cv=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.xp=null,void(e.xr=null);e.xp=this.cu.dc.yd,e.xr=this.cu.dc.yf},i.prototype.cx=function(){this.cu.xb.zi=this.cu.ya},i.prototype.cw=function(){this.cu.xb.yx=this.cu.xw},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",y.$),i}(y),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i.t||(i.cy.ya="points"),i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.zx=i.Defaults.a8,this.cy.jt=i.Defaults.ac,this.cy.yw=i.Defaults.ab,this.cy.yt=i.Defaults.d,this.cy.yr=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xb.ab4=this.cy.zz,this.cy.xb.aax=this.cy.yu,this.cy.xb.abj=this.cy.zf,this.cy.xb.aa0=this.cy.yw,this.cy.xb.aaj=this.cy.yq},r.prototype.c3=function(){this.cy.xb.abj=this.cy.zf},r.prototype.c5=function(){this.cy.xb.aa0=this.cy.yw},r.prototype.c0=function(){this.cy.xb.aaj=this.cy.yq},r.prototype.c4=function(){this.cy.xb.aas=this.cy.yt},r.prototype.cz=function(){this.cy.xb.ab0=this.cy.zw},r.prototype.c1=function(){this.cy.xb.ab1=this.cy.zx},r.prototype.c2=function(){this.cy.xb.ab3=this.cy.zy},r.prototype.c6=function(){this.cy.xb.aax=this.cy.yu},r.prototype.c7=function(){this.cy.xb.ab4=this.cy.zz},r.$t=n.markType(r,"GeographicShapeSeriesView",W.$),r}(W),Y=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fr=function(){return!0},r.prototype.ct=function(){return new X(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.yv=t},r.prototype.xa=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zc)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zd)),e},r.prototype.zc=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.zd=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.xb)},r.prototype.ip=function(){return this.yw},r.prototype.vw=function(){return this.zu},r.prototype.vx=function(){return this.zv},r.prototype.s8=function(){return this.ze},r.prototype.mf=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.xb);return null==e?"Unknown":e.mf()},r.prototype.rh=function(t,i,n,a){switch(e.prototype.rh.call(this,t,i,n,a),i){case r.$$p[6]:this.xb.aaq=this.ys;break;case r.$$p[5]:this.xb.aam=this.yr;break;case r.$$p[9]:this.yv.c3();break;case r.$$p[10]:this.yv.c5();break;case r.$$p[4]:this.yv.c0();break;case r.$$p[11]:this.yv.c4();break;case r.$$p[3]:this.yv.cz();break;case r.$$p[7]:this.yv.c1();break;case r.$$p[8]:this.yv.c2();break;case r.$$p[13]:this.yv.c6();break;case r.$$p[12]:this.yv.c7()}},r.prototype.jo=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:zu:zg",[n.Brush.$],"ActualMarkerOutline:zv:zh",[n.Brush.$],"ActualMarkerTemplate:ze:zi",[n.DataTemplate.$,null],"MarkerBrush:zw:zj",[n.Brush.$],"MarkerCollisionAvoidance:yq:zk",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yr:zl",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:ys:zm",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:zx:zn",[n.Brush.$],"MarkerStyle:zy:zo",[n.Style.$],"MarkerTemplate:zf:zp",[n.DataTemplate.$,null],"MarkerThickness:yw:zq",[1,n.DeviceUtils.g(2)],"MarkerType:yt:zr",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:zz:zs",[n.Style.$,null],"ShapeStyleSelector:yu:zt",[i.StyleSelector.$,null]]),r}(H),Z=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),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(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesComponent=e}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.fr},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.zz?this.i.zz.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zz.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.zz?this.i.zz.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zz.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.zz?this.i.zz.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zz.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.zz.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.zz?this.i.zz.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zz.opacity=+e,this._a("shapeOpacity",this.i.zz.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.zz||(this.i.zz=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.yt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.ys))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.yr))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.zf},set:function(e){this.i.zf=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.zw)},set:function(e){this.i.zw=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.zw))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.zx)},set:function(e){this.i.zx=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.zx))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.yw},set:function(e){this.i.yw=+e,this._a("markerThickness",this.i.yw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yq))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.ze},set:function(e){this.i.ze=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.zu)},set:function(e){this.i.zu=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.zu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.zv)},set:function(e){this.i.zv=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.zv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=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=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,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 e(){}return e.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),n.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),n.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},e}(),K=function(e){function r(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.jt=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xb.aaj=this.cy.yq,this.cy.xb.aao=this.cy.yy},r.prototype.cz=function(){this.cy.xb.aaj=this.cy.yq},r.prototype.c0=function(){this.cy.xb.aao=this.cy.yy},r.$t=n.markType(r,"GeographicPolylineSeriesView",W.$),r}(W),J=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fs=function(){return!0},r.prototype.ct=function(){return new K(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.yr=t},r.prototype.xa=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yv)),e},r.prototype.yv=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rh=function(t,i,n,a){switch(e.prototype.rh.call(this,t,i,n,a),i){case r.$$p[1]:this.yr.cz();break;case r.$$p[0]:this.yr.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:yy:yw",[n.Style.$,null],"ShapeStyleSelector:yq:yx",[i.StyleSelector.$,null]]),r}(H),ee=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),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(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicPolylineSeriesComponent=e}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.fs},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.yy?this.i.yy.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yy.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.yy?this.i.yy.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yy.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.yy?this.i.yy.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yy.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.yy.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.yy?this.i.yy.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yy.opacity=+e,this._a("shapeOpacity",this.i.yy.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.yy||(this.i.yy=new n.Style)},Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=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=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,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),te=function(){function e(){}return e.register=function(){i.IgcScatterPolylineSeriesModule.register(),ee.register(),n.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",ee),n.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},e}(),ie=function(e){function i(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),r=parseInt(n.stringReplace(i[3],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),o=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,a,o)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),a=parseInt(n.stringReplace(r[3],"/","")),o=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var c=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(a,o,s,(function(e,t){return i.deferralHandler.deferAction((function(){return c.src=t.url}))}),(function(e,t){}),(function(e,t){}),c)},i.$t=n.markType(i,"TileGeneratorMapImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(f),ne=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),re=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",ne),n.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),ae=function(e){function r(){var t=e.call(this)||this;return t.aak=null,t.aaj=null,t.imageTilesReady=null,t.aan=null,t.aao=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f4=function(){return!0},r.prototype.ct=function(){return new oe(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.aai=t},r.prototype.get_yl=function(){return!1},Object.defineProperty(r.prototype,"aam",{get:function(){return this.aak},set:function(e){if(e!=this.aam){var t=this.aam;this.aak=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aal",{get:function(){return this.aaj},set:function(e){var t=this.aaj;this.aaj=e,this.raisePropertyChanged("ActualTileImagery",t,this.aaj)},enumerable:!1,configurable:!0}),r.prototype.rh=function(t,i,r,a){var o,s;switch(e.prototype.rh.call(this,t,i,r,a),i){case"TileImagery":s=a,null!=(o=r)&&(o.propertyChanged=n.delegateRemove(o.propertyChanged,n.runOn(this,this.aar))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aar))),this.aai.dv(o,s),this.rz(!1),this.qs();break;case"ActualTileImagery":s=a,null!=(o=r)&&(o.imageTilesReady=n.delegateRemove(o.imageTilesReady,n.runOn(this,this.aas)),o.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aas)),s.deferralHandler=this),this.aai.du(o,s),null!=s&&null!==n.typeCast(g.$,this.dc)&&(s.geographicMap=this.dc,this.aau(this.cw),this.aai.dr(this.dc.xn)),this.qs();break;case"ActualWindowRect":this.aai.dr(a);break;case"WorldRect":this.aai.dy(a);break;case"SeriesViewer":var c=a;null!=r&&null!=this.aal&&this.aal.be(null),null!=c&&null!=this.aal&&this.aal.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qu()}},r.prototype.aar=function(e,t){"MultiScaleImage"==t.propertyName&&this.aau(this.cw)},r.prototype.aas=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aao||this.aai.dw()},r.prototype.register=function(e,t){this.aan=t},r.prototype.unRegister=function(e){this.aan=null},r.prototype.deferredRefresh=function(){this.rz(!1)},r.prototype.deferAction=function(e){null!=this.j3?this.j3.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.sz=function(t,i){this.aai.dx(),e.prototype.sz.call(this,t,i)},r.prototype.r0=function(t){e.prototype.r0.call(this,t),this.aat(t,this.cw)},r.prototype.aat=function(e,t){var i,n,r=t,a=t.getViewInfo(i,n);i=a.p0,n=a.p1,this.aau(t),null!=this.aan&&(this.aao=!0,this.aan(e),this.aao=!1),r.dw()},r.prototype.ry=function(t,i,n,r,a){e.prototype.ry.call(this,t,i,n,r,a);var o=this.ho.item(r);o.bd(n),this.d7(o)||this.zy(o)},r.prototype.aau=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aam&&null!=this.aam.ao&&(this.aam!=this.aal&&(this.aal=this.aam),null==this.aal||t.isEmpty||(this.aal.width!=t.width&&(this.aal.width=t.width),this.aal.height!=t.height&&(this.aal.height=t.height)))},r.prototype.pb=function(t,i){e.prototype.pb.call(this,t,i),i.ds()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),oe=function(e){function r(t){var i=e.call(this,t)||this;return i.dn=null,i.dz=new n.GeometryGroup,i.dq=null,i.dp=null,i.dn=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.dn.v6=i.Defaults.tileSeries_Outline,this.dn.vq=i.Defaults.tileSeries_Brush)},r.prototype.cx=function(e,t){t.c.count>0&&this.dz.d.add(t)},r.prototype.di=function(e,t){return this.dj(e,t,!0)},r.prototype.dh=function(e,t){return null},r.prototype.c1=function(e,t){},r.prototype.cz=function(e,t,i){},r.prototype.c7=function(){e.prototype.c7.call(this),this.dz.d.clear()},r.prototype.c6=function(){e.prototype.c6.call(this),this.a2()},r.prototype.dr=function(e){null!=this.dn.aam&&(this.dn.aam.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j3.createElement("canvas");var i=this.f.j3.get2DCanvasContext(this.dq);this.dp=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dt))),null!=t&&(null!=this.ae&&t.be(this.ae),t.bd(this.dp),t.bf(this.b9),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dt)))},r.prototype.dt=function(e,t){this.a2()},r.prototype.dv=function(e,t){},r.prototype.dx=function(){null!=this.dq&&(this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())),null!=this.dn.aam&&this.dn.aam.bf(this.b9)},r.prototype.bj=function(t,i){if(e.prototype.bj.call(this,t,i),!i&&null!=this.dq){var r=!1;if(this.dz.d.count>0)r=!0,this.m.aa(),this.m.r(this.dz),this.m.h().clip();var a=n.truncate(Math.round(this.b9.left)),o=n.truncate(Math.round(this.b9.top)),s=n.truncate(Math.round(this.b9.width)),c=n.truncate(Math.round(this.b9.height));this.m.o(this.dq.getNativeElement(),1,a,o,s,c,a,o,s,c),r&&this.m.z()}},r.prototype.dw=function(){this.a2()},r.prototype.ds=function(){},r.prototype.dy=function(e){null!=this.dn.aam&&this.dn.aam.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),se=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ae},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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}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.f4},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aam;return null==e?null:e.externalObject},set:function(e){this.i.aam=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),ce=function(){function e(){}return e.register=function(){se.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),n.TypeRegistrar.register("TileSeries",ae.$type)},e}(),le=function(e){function i(){var t=e.call(this)||this;return t.yr=null,t.yq=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f4=function(){return!0},Object.defineProperty(i.prototype,"ys",{get:function(){return this.yr},set:function(e){if(e!=this.ys){var t=this.ys;this.yr=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yw=function(){null!=this.ys&&this.ys.clearTileCache()},i.prototype.rh=function(t,i,n,r){switch(e.prototype.rh.call(this,t,i,n,r),i){case"TileImagery":null!=this.xb&&(this.xb.aam=this.ys)}},i.prototype.xg=function(t,i){if(e.prototype.xg.call(this,t,i),this.xb.aam=this.ys,null!=this.yq){var r=this.yq;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.yv))}if(this.yq=this.xb,null!=this.yq){var a=this.yq;a.imageTilesReady=n.delegateCombine(a.imageTilesReady,n.runOn(this,this.yv))}},i.prototype.xa=function(){return new ae},i.prototype.yv=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),ue=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 le},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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicTileSeriesComponent=e}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.f4},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.ys;return null==e?null:e.externalObject},set:function(e){this.i.ys=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.yw()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=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=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,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),he=function(){function e(){}return e.register=function(){ce.register(),ue.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ue),n.TypeRegistrar.register("GeographicTileSeries",le.$type)},e}(),pe=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMarkerSeriesComponent=e}return r._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.xl))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e,this._a("markerThickness",this.i.xm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.xk},set:function(e){this.i.xk=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.xk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.xj},set:function(e){this.i.xj=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.xj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.x1},set:function(e){this.i.x1=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.yf)},set:function(e){this.i.yf=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.yf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yg)},set:function(e){this.i.yg=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.yg))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xn},set:function(e){this.i.xn=+e,this._a("maximumMarkers",this.i.xn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.x0},set:function(e){this.i.x0=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.yd)},set:function(e){this.i.yd=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.yd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.ye)},set:function(e){this.i.ye=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.ye))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ye=function(e){function r(){var t=e.call(this)||this,i=t.xb;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xz)),t}return t.__extends(r,e),r.prototype.s8=function(){return this.x0},r.prototype.vw=function(){return this.yd},r.prototype.vx=function(){return this.ye},r.prototype.ip=function(){return this.xm},r.prototype.mf=function(){var e=n.typeCast(i.MarkerSeries.$,this.xb);return null==e?"Unknown":e.mf()},r.prototype.xz=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.xb);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.x0=r.yb:"ActualMarkerOutline"==t.propertyName?this.ye=r.yt:"ActualMarkerBrush"==t.propertyName&&(this.yd=r.ys))},r.prototype.rh=function(t,i,n,a){switch(e.prototype.rh.call(this,t,i,n,a),i){case r.$$p[3]:this.xb.yu=this.yf;break;case r.$$p[6]:this.xb.yv=this.yg;break;case r.$$p[5]:this.xb.xf=this.xk;break;case r.$$p[4]:this.xb.xb=this.xj;break;case r.$$p[9]:this.xb.xl=this.xl;break;case r.$$p[7]:this.xb.yd=this.x1;break;case r.$$p[8]:this.xb.xu=this.xm;break;case r.$$p[10]:this.xb.aak=this.xn}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:yd:x2",[n.Brush.$],"ActualMarkerOutline:ye:x3",[n.Brush.$],"ActualMarkerTemplate:x0:x4",[n.DataTemplate.$,null],"MarkerBrush:yf:x5",[n.Brush.$],"MarkerFillMode:xj:x6",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xk:x7",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:yg:x8",[n.Brush.$],"MarkerTemplate:x1:x9",[n.DataTemplate.$,null],"MarkerThickness:xm:ya",[1,n.DeviceUtils.g(2)],"MarkerType:xl:yb",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xn:yc",[1,400]]),r}(p),ge=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xb;t.aa4=this.cu.za,t.abc=this.cu.y8,t.xl=this.cu.xl,t.yd=this.cu.x1,t.xu=this.cu.xm,t.ade=this.cu.yu,t.ad4=this.cu.zf,t.ac3=this.cu.ym,t.adu=this.cu.y6,t.adp=this.cu.yy,t.ac0=this.cu.yj,t.adc=this.cu.yq,t.add=this.cu.yt,t.adj=this.cu.yw,t.adi=this.cu.yv},i.prototype.c3=function(){this.cu.xb.aa4=this.cu.za},i.prototype.c2=function(){this.cu.xb.abc=this.cu.y8},i.prototype.c8=function(){this.cu.xb.xl=this.cu.xl},i.prototype.c6=function(){this.cu.xb.yd=this.cu.x1},i.prototype.c7=function(){this.cu.xb.xu=this.cu.xm},i.prototype.c9=function(){this.cu.xb.aak=this.cu.xn},i.prototype.db=function(){this.cu.xb.xAxis=this.cu.dc.yd},i.prototype.dc=function(){this.cu.xb.yAxis=this.cu.dc.yf},i.prototype.da=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yd,e.yAxis=this.cu.dc.yf},i.prototype.c4=function(){this.cu.xb.yu=this.cu.yf},i.prototype.c5=function(){this.cu.xb.yv=this.cu.yg},i.prototype.dd=function(){this.cu.xb.ad4=this.cu.zf},i.prototype.de=function(){this.cu.xb.ac3=this.cu.ym,this.cu.xb.ade=this.cu.yu},i.prototype.cy=function(){this.cu.xb.adu=this.cu.y6},i.prototype.cw=function(){this.cu.xb.ac0=this.cu.yj,this.cu.xb.adc=this.cu.yq,this.cu.xb.add=this.cu.yt,this.cu.xb.adj=this.cu.yw,this.cu.xb.adi=this.cu.yv},i.prototype.cv=function(){this.cu.xb.adp=this.cu.yy},i.prototype.df=function(){this.cu.xb.ade=this.cu.yu},i.prototype.cx=function(){this.cu.xb.adc=this.cu.yq},i.prototype.c1=function(){this.cu.xb.add=this.cu.yt},i.prototype.c0=function(){this.cu.xb.adj=this.cu.yw},i.prototype.cz=function(){this.cu.xb.adi=this.cu.yv},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",y.$),i}(y),fe=function(e){function r(){var t=e.call(this)||this;return t.yk=null,t.yp=!1,t.yo=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new ge(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.yn=t},r.prototype.jo=function(){return.7},r.prototype.xa=function(){return new i.BubbleSeries},r.prototype.get_ff=function(){return!0},r.prototype.rh=function(t,i,a,o){switch(e.prototype.rh.call(this,t,i,a,o),i){case"SeriesViewer":this.yn.da();break;case r.$$p[9]:this.yn.c3();break;case r.$$p[8]:this.yn.c2();break;case"XAxis":this.yn.db();break;case"YAxis":this.yn.dc();break;case r.$$p[13]:this.yn.dd();break;case r.$$p[14]:this.yn.de();break;case r.$$p[15]:this.yn.df();break;case r.$$p[7]:this.yn.cy();break;case r.$$p[0]:this.yn.cv();break;case r.$$p[1]:this.yn.cw();break;case r.$$p[2]:this.yn.cx();break;case r.$$p[12]:this.yn.c1();break;case r.$$p[11]:this.yn.c0();break;case r.$$p[10]:this.yn.cz();break;case r.$$p[4]:if(this.xb.z0=this.ys,this.yp=this.ys,this.ys){var s=this.xb;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zk))}else{var c=this.xb;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.zk))}break;case r.$$p[3]:if(this.xb.zz=this.yr,this.yo=this.yr,this.ys){var l=this.xb;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zj))}else{var u=this.xb;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zj))}break;case r.$$p[5]:this.xb.zj=this.yl;break;case r.$$p[6]:this.xb.aaj=this.yx}},r.prototype.zk=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zj=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",ye.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:yy:zl",[2],"FillScale:yj:zm",[i.BrushScale.$],"FillScaleUseGlobalValues:yq:zn",[0,!1],"IsCustomScatterMarkerStyleAllowed:yr:zo",[0,!1],"IsCustomScatterStyleAllowed:ys:zp",[0,!1],"ItemSearchMode:yl:zq",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yx:zr",[1,1e4],"LabelMemberPath:y6:zs",[2],"LatitudeMemberPath:y8:zt",[2,null],"LongitudeMemberPath:za:zu",[2,null],"MarkerBrushBrightness:yv:zv",[1,NaN],"MarkerOutlineBrightness:yw:zw",[1,NaN],"MarkerOutlineUsesFillScale:yt:zx",[0,!1],"RadiusMemberPath:zf:zy",[2,null],"RadiusScale:ym:zz",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yu:z0",[0,!1]]),r}(ye),de=function(e){function r(){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(r,e),r.prototype.createImplementation=function(){return new fe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.y8},set:function(e){this.i.y8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.za},set:function(e){this.i.za=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.zf},set:function(e){this.i.zf=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.ym;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.ym=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.y6},set:function(e){this.i.y6=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.yy},set:function(e){this.i.yy=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.yj;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.yj=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.yq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.yt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.yw},set:function(e){this.i.yw=+e,this._a("markerOutlineBrightness",this.i.yw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.yv},set:function(e){this.i.yv=+e,this._a("markerBrushBrightness",this.i.yv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.yu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.ys)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yl},set:function(e){this.i.yl=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yl))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yx},set:function(e){this.i.yx=+e,this._a("itemSearchThreshold",this.i.yx)},enumerable:!1,configurable:!0}),r.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)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=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=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,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(e){var t=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=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,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}(pe),be=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),n.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",fe.$type)},e}(),me=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){var t=this.cu.xb;e.prototype.ci.call(this),t.aa4=this.cu.yz,t.abc=this.cu.yx,t.xl=this.cu.xl,t.yd=this.cu.x1,t.xu=this.cu.xm},i.prototype.cw=function(){this.cu.xb.aa4=this.cu.yz},i.prototype.cv=function(){this.cu.xb.abc=this.cu.yx},i.prototype.c2=function(){this.cu.xb.xl=this.cu.xl},i.prototype.c0=function(){this.cu.xb.yd=this.cu.x1},i.prototype.c1=function(){this.cu.xb.xu=this.cu.xm},i.prototype.c3=function(){this.cu.xb.aak=this.cu.xn},i.prototype.c5=function(){this.cu.xb.xAxis=this.cu.dc.yd},i.prototype.c6=function(){this.cu.xb.yAxis=this.cu.dc.yf},i.prototype.c4=function(){var e=this.cu.xb;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yd,e.yAxis=this.cu.dc.yf},i.prototype.cy=function(){this.cu.xb.y4=this.cu.yj},i.prototype.cx=function(){this.cu.xb.yu=this.cu.yf},i.prototype.cz=function(){this.cu.xb.yv=this.cu.yg},i.$t=n.markType(i,"GeographicSymbolSeriesView",y.$),i}(y),Se=function(e){function r(){var t=e.call(this)||this;return t.yl=null,t.yo=!1,t.yn=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new me(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.ym=t},r.prototype.jo=function(){return.7},r.prototype.xa=function(){return new i.ScatterSeries},r.prototype.get_ff=function(){return!0},r.prototype.rh=function(t,i,a,o){switch(e.prototype.rh.call(this,t,i,a,o),i){case"SeriesViewer":this.ym.c4();break;case r.$$p[5]:this.ym.cw();break;case r.$$p[4]:this.ym.cv();break;case r.$$p[6]:this.ym.cy();break;case"XAxis":this.ym.c5();break;case"YAxis":this.ym.c6();break;case r.$$p[1]:if(this.xb.z0=this.yq,this.yo=this.yq,this.yq){var s=this.xb;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y4))}else{var c=this.xb;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.y4))}break;case r.$$p[0]:if(this.xb.zz=this.yp,this.yn=this.yp,this.yq){var l=this.xb;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.y3))}else{var u=this.xb;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.y3))}break;case r.$$p[2]:this.xb.zj=this.yk;break;case r.$$p[3]:this.xb.aaj=this.ys}},r.prototype.y4=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.y3=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ye.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:yp:y5",[0,!1],"IsCustomScatterStyleAllowed:yq:y6",[0,!1],"ItemSearchMode:yk:y7",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ys:y8",[1,1e4],"LatitudeMemberPath:yx:y9",[2,null],"LongitudeMemberPath:yz:za",[2,null],"MarkerCollisionAvoidance:yj:zb",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yr:zc",[0,!1]]),r}(ye),_e=function(e){function r(){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(r,e),r.prototype.createImplementation=function(){return new Se},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicSymbolSeriesComponent=e}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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yz},set:function(e){this.i.yz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.ys},set:function(e){this.i.ys=+e,this._a("itemSearchThreshold",this.i.ys)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=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=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,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(e){var t=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=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,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}(pe),xe=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),_e.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",_e),n.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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.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 n.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.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xk},set:function(e){this.i.xk=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xq},set:function(e){this.i.xq=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xs},set:function(e){this.i.xs=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xu},set:function(e){this.i.xu=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),ve=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new k},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicScatterAreaSeriesComponent=e}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.ew},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.x4;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.x4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.x3;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.x3=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},r.prototype.updateActualColorScale=function(){this.i.ye()},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=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=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,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}(ke),Ce=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ve.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ve),n.TypeRegistrar.register("GeographicScatterAreaSeries",k.$type)},e}(),we=function(e){function r(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(r,e),r.prototype.ci=function(){e.prototype.ci.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xb);t.zk=this.cu.x0,t.zs=this.cu.xy,t.xx=this.cu.xn,t.xw=this.cu.xm,t.f9=this.cu.xl,t.ys=this.cu.xp,t.yr=this.cu.xo,t.aaq=this.cu.yj,t.aap=this.cu.yi,t.y4=this.cu.xs},r.prototype.c0=function(){this.cu.xb.zk=this.cu.x0},r.prototype.cz=function(){this.cu.xb.zs=this.cu.xy},r.prototype.c5=function(){this.cu.xb.xx=this.cu.xn},r.prototype.c3=function(){this.cu.xb.xw=this.cu.xm},r.prototype.c1=function(){this.cu.xb.f9=this.cu.xl},r.prototype.cy=function(){this.cu.xb.ys=this.cu.xp},r.prototype.cw=function(){this.cu.xb.yr=this.cu.xo},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xb);if(null==this.cu.dc)return e.xg=null,void(e.xi=null);e.xg=this.cu.dc.yd,e.xi=this.cu.dc.yf},r.prototype.c6=function(){this.cu.xb.xg=this.cu.dc.yd},r.prototype.c7=function(){this.cu.xb.xi=this.cu.dc.yf},r.prototype.cx=function(){this.cu.xb.aaq=this.cu.yj},r.prototype.cv=function(){this.cu.xb.aap=this.cu.yi},r.prototype.c2=function(){this.cu.xb.y4=this.cu.xs},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yj=i.Defaults.bf,this.cu.yi=i.Defaults.be,this.cu.vq=i.Defaults.ba,this.cu.v6=i.Defaults.a9)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.xj=null,t.progressiveLoadStatusChanged=null,t.xr=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.jn=function(){return n.isNaN_(this.jm)?i.Defaults.ad:e.prototype.jn.call(this)},r.prototype.get_fp=function(){return!0},r.prototype.ct=function(){return new we(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.xk=t},r.prototype.xa=function(){return this.xj=new i.HighDensityScatterSeries,this.xj},Object.defineProperty(r.prototype,"xt",{get:function(){return this.xr},set:function(e){var t=this.xr;this.xr=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xr)},enumerable:!1,configurable:!0}),r.prototype.xg=function(t,i){e.prototype.xg.call(this,t,i);var r=this.xb;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.x7));var a=this.xb;a.propertyUpdated=n.delegateCombine(a.propertyUpdated,n.runOn(this,this.x6))},r.prototype.x7=function(e,t){this.xt=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.x6=function(e,t){this.xj},r.prototype.rh=function(t,i,n,a){switch(e.prototype.rh.call(this,t,i,n,a),i){case"SeriesViewer":this.xk.c4();break;case r.$$p[5]:this.xk.c0();break;case r.$$p[4]:this.xk.cz();break;case r.$$p[9]:this.xk.c5();break;case r.$$p[8]:this.xk.c3();break;case r.$$p[6]:this.xk.c1();break;case"XAxis":this.xk.c6();break;case"YAxis":this.xk.c7();break;case r.$$p[3]:this.xk.cy();break;case r.$$p[1]:this.xk.cw();break;case r.$$p[2]:this.xk.cx();break;case r.$$p[0]:this.xk.cv();break;case r.$$p[7]:this.xk.c2()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:yi:x8",[n.Color.$,i.Defaults.be],"HeatMaximum:xo:x9",[1,50],"HeatMinimumColor:yj:ya",[n.Color.$,i.Defaults.bf],"HeatMinimum:xp:yb",[1,0],"LatitudeMemberPath:xy:yc",[2,null],"LongitudeMemberPath:x0:yd",[2,null],"MouseOverEnabled:xl:ye",[0,!1],"PointExtent:xs:yf",[1,1],"ProgressiveLoad:xm:yg",[0,!0],"UseBruteForce:xn:yh",[0,!1]]),r}(p),Me=function(e){function r(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Pe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}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.fp},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.x0},set:function(e){this.i.x0=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xn},set:function(e){this.i.xn=n.ensureBool(e),this._a("useBruteForce",this.i.xn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.xm},set:function(e){this.i.xm=n.ensureBool(e),this._a("progressiveLoad",this.i.xm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureBool(e),this._a("mouseOverEnabled",this.i.xl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xp},set:function(e){this.i.xp=+e,this._a("heatMinimum",this.i.xp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xo},set:function(e){this.i.xo=+e,this._a("heatMaximum",this.i.xo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yj)},set:function(e){this.i.yj=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.yj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yi)},set:function(e){this.i.yi=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.yi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.xs},set:function(e){this.i.xs=+e,this._a("pointExtent",this.i.xs)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.xt},set:function(e){this.i.xt=+e,this._a("progressiveStatus",this.i.xt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(e){var t=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=e,this._progressiveLoadStatusChanged_wrapped=function(e,n){var r=new i.IgcProgressiveLoadStatusEventArgs;r._provideImplementation(n),t.beforeProgressiveLoadStatusChanged&&t.beforeProgressiveLoadStatusChanged(t,r),t._progressiveLoadStatusChanged&&t._progressiveLoadStatusChanged(t,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),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Te=function(e){function r(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jt=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xb&&(this.c2.x3.y6=this.c2.x6,this.c2.x3.zg=this.c2.ya)},r.prototype.c3=function(){null!=this.c2.x3&&(this.c2.x3.y6=this.c2.x6)},r.prototype.c4=function(){null!=this.c2.x3&&(this.c2.x3.zg=this.c2.ya)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),$e=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fk=function(){return!0},r.prototype.xg=function(t,i){e.prototype.xg.call(this,t,i)},r.prototype.xa=function(){this.x3=new i.ScatterContourSeries;var e=this.x3;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yd));var t=this.x3;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.ye)),this.x3},r.prototype.yd=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ye=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.xb);null!=r&&"ActualFillScale"==t.propertyName&&(this.x5=r.y5)},r.prototype.sq=function(){e.prototype.sq.call(this)},r.prototype.ct=function(){return new Te(this)},r.prototype.q8=function(t){e.prototype.q8.call(this,t),this.x7=t},r.prototype.rh=function(t,i,n,a){switch(e.prototype.rh.call(this,t,i,n,a),i){case r.$$p[1]:this.x7.c3();break;case r.$$p[2]:this.x7.c4();break;case r.$$p[3]:this.x3.y3=this.x2;break;case"DashArray":this.x3.wd=this.wd;break;case"DashCap":this.x3.we=this.we;break;case"MiterLimit":this.x3.jk=this.jk;break;case"LineJoin":this.x3.wg=this.wg}},r.$t=n.markType(r,"GeographicContourLineSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:x5:yf",[i.ValueBrushScale.$,null],"FillScale:x6:yg",[i.ValueBrushScale.$,null],"ValueMemberPath:ya:yh",[2,"value"],"ValueResolver:x2:yi",[i.ContourValueResolver.$,null]]),r}(x),Oe=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new $e},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicContourLineSeriesComponent=e}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.fk},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.x6;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.x6=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.x5;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.x5=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.x2;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.x2=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.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)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=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=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,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}(ke),je=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),Oe.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",Oe),n.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),he.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),xe.register(),Ce.register(),Ie.register(),je.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),Ae=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=n.markType(i,"TokenResponseModel"),i}(n.Base),ze=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=n.markType(i,"MapServerResponseModel"),i}(n.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=n.markType(i,"TileInfoResponseModel"),i}(n.Base),De=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=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),Be=function(e){return e[e.Road=0]="Road",e[e.Satellite=1]="Satellite",e[e.DarkGrey=2]="DarkGrey",e[e.LabelsRoadOverlay=3]="LabelsRoadOverlay",e[e.LabelsDarkGreyOverlay=4]="LabelsDarkGreyOverlay",e[e.HybridRoadOverlay=5]="HybridRoadOverlay",e[e.HybridDarkGreyOverlay=6]="HybridDarkGreyOverlay",e[e.TerraOverlay=7]="TerraOverlay",e[e.WeatherRadarOverlay=8]="WeatherRadarOverlay",e[e.WeatherInfraredOverlay=9]="WeatherInfraredOverlay",e[e.TrafficAbsoluteOverlay=10]="TrafficAbsoluteOverlay",e[e.TrafficRelativeOverlay=11]="TrafficRelativeOverlay",e[e.TrafficRelativeDarkOverlay=12]="TrafficRelativeDarkOverlay",e[e.TrafficDelayOverlay=13]="TrafficDelayOverlay",e[e.TrafficReducedOverlay=14]="TrafficReducedOverlay",e}({}),qe=n.markEnum("AzureMapsImageryStyle","Road,0|Satellite,1|DarkGrey,2|LabelsRoadOverlay,3|LabelsDarkGreyOverlay,4|HybridRoadOverlay,5|HybridDarkGreyOverlay,6|TerraOverlay,7|WeatherRadarOverlay,8|WeatherInfraredOverlay,9|TrafficAbsoluteOverlay,10|TrafficRelativeOverlay,11|TrafficRelativeDarkOverlay,12|TrafficDelayOverlay,13|TrafficReducedOverlay,14"),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.p=function(){this.l(),this.n(),this.o(),this.m(),this.q(),this.r()},i.prototype.l=function(){this.a.ap.apiKey=this.k.apiKey},i.prototype.n=function(){this.a.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.a.ap.tilesetId=this.k.b1},i.prototype.m=function(){this.a.ap.apiVersion=this.k.apiVersion},i.prototype.q=function(){this.a.ap.localizedView=this.k.localizedView},i.prototype.r=function(){this.a.ap.timestamp=this.k.timestamp},i.$t=n.markType(i,"AzureMapsImageryView",d.$),i}(d),Ne=function(e){function i(){var t=e.call(this,new n.AzureMapsTileSource)||this;return t.bp.p(),t}return t.__extends(i,e),i.prototype.ai=function(){return new Ee(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},i.prototype.b4=function(t,n,r){switch(t){case i.$$p[3]:this.b1=this.bx(),this.bp.o();break;case i.$$p[0]:this.bp.l();break;case i.$$p[2]:this.bp.n();break;case i.$$p[1]:this.bp.m();break;case i.$$p[4]:this.bp.q();break;case i.$$p[6]:this.bp.r()}e.prototype.ba.call(this,t,n,r)},i.prototype.bx=function(){switch(this.imageryStyle){case 0:return"microsoft.base.road";case 7:return"microsoft.terra.main";case 2:return"microsoft.base.darkgrey";case 3:return"microsoft.base.labels.road";case 4:return"microsoft.base.labels.darkgrey";case 5:return"microsoft.base.hybrid.road";case 6:return"microsoft.base.hybrid.darkgrey";case 1:return"microsoft.imagery";case 8:return"microsoft.weather.radar.main";case 9:return"microsoft.weather.infrared.main";case 10:return"microsoft.traffic.absolute.main";case 11:return"microsoft.traffic.relative.main";case 12:return"microsoft.traffic.relative.dark";case 13:return"microsoft.traffic.delay.main";case 14:return"microsoft.traffic.reduced.main";default:return""}},i.$t=n.markType(i,"AzureMapsImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"b4",["ApiKey",[2,n.stringEmpty()],"ApiVersion",[2,"2024-04-01"],"CultureName",[2,"en-US"],"ImageryStyle",[qe,n.enumGetBox(qe,0)],"LocalizedView",[2,null],"TilesetId:b1:ca",[2,null],"Timestamp",[3,n.dateMinValue()]]),i}(f),Ve=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",y.$),i}(y),Ue=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",y.$),i}(y),Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",y.$),i}(y),Fe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",y.$),i}(y),He=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new Ne},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},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,"apiVersion",{get:function(){return this.i.apiVersion},set:function(e){this.i.apiVersion=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(qe,e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"localizedView",{get:function(){return this.i.localizedView},set:function(e){this.i.localizedView=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"timestamp",{get:function(){return this.i.timestamp},set:function(e){this.i.timestamp=e},enumerable:!1,configurable:!0}),i}(T),We=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcAzureMapsImagery",He),n.TypeRegistrar.register("AzureMapsImagery",Ne.$type)},e}(),Xe=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ye=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Xe.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Ze=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ye.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ye.$),i}(ye),Ke=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Qe.$),i}(Qe),Je=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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pe),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._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(Je),tt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),it=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(L),nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Qe.$),i}(Qe),rt=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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(Je),at=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),ot=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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);e.ArcGISOnlineMapImagery=E,e.AzureMapsImagery=Ne,e.AzureMapsImageryStyle=Be,e.AzureMapsImageryStyle_$type=qe,e.AzureMapsImageryView=Ee,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=j,e.BingMapsMapImageryView=O,e.BingResourceSet=Ye,e.BingResponse=Ze,e.CustomMapImagery=B,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=we,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ye,e.GeographicMarkerSeriesBase=Qe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=Ke,e.GeographicProportionalSymbolSeriesBaseView=Ve,e.GeographicProportionalSymbolSeriesView=ge,e.GeographicScatterAreaSeries=k,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=tt,e.GeographicShapeSeriesBaseBaseView=Ue,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=nt,e.GeographicSymbolSeriesBaseView=Le,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=le,e.GeographicXYTriangulatingSeries=x,e.GeographicXYTriangulatingSeriesBase=at,e.GeographicXYTriangulatingSeriesBaseView=Fe,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=y,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcAzureMapsImagery=He,e.IgcAzureMapsImageryModule=We,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=q,e.IgcGeographicContourLineSeriesComponent=Oe,e.IgcGeographicContourLineSeriesModule=je,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=C,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=Je,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=et,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=ve,e.IgcGeographicScatterAreaSeriesModule=Ce,e.IgcGeographicShapeSeriesBaseBaseComponent=it,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=rt,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=xe,e.IgcGeographicTileSeriesComponent=ue,e.IgcGeographicTileSeriesModule=he,e.IgcGeographicXYTriangulatingSeriesBaseComponent=ot,e.IgcGeographicXYTriangulatingSeriesComponent=ke,e.IgcImageTilesReadyEventArgs=v,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=z,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=w,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=ce,e.ImageTilesReadyEventArgs=u,e.ImageryMetadata=Xe,e.ImagesChangedEventArgs=h,e.LevelOfDetailResponseModel=De,e.MapBackgroundTilingMode=o,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=a,e.MapServerResponseModel=ze,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=l,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=ae,e.TileSeriesView=oe,e.TokenResponseModel=Ae,e.XamGeographicMap=g,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
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,n){"use strict";var r=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),a=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),o=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),c=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var a,o,s,c,l,u=n.e,h=n.d,p=n.c,y=(n.a,!p.isEmpty),g=(this.m,this.o,p.top),f=p.height,d=u.top,b=u.height,m=h.top,S=h.height,_=this.au.top,k=this.au.height,v=this.af(e),x=.017453292519943295,C=!1;null!=v&&(C=!0);for(var w=t;w<i;w++)a=C?v[w]:e.item(w),y?(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*x,s=Math.sin(o),c=.5*Math.log((1+s)/(1-s)),l=(((l=g+(l=(this.ai-c)*f/this.aj))-_*f)/k-d*S)/b,C?v[w]=l:e.item(w,l)):(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*x,s=Math.sin(o),c=.5*Math.log((1+s)/(1-s)),l=((l=m+(l=(this.ai-c)*S/this.aj))-d*S)/b,C?v[w]=l:e.item(w,l))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.q5),p4:this.ak(e.q4)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var a=(e-i.top)*t.width+t.top*i.height;return a=r.am(this.n)-a/(i.height/this.aj),r.aq(a)},r.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),l=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var r,a=n.e,o=n.d,s=n.c,c=n.a,l=!s.isEmpty,u=this.m,h=this.o,p=s.left,y=s.width,g=a.left,f=a.width,d=o.left,b=o.width,m=this.aj.left,S=this.aj.width,_=this.af(e),k=!1;null!=_&&(k=!0);for(var v=t;v<i;v++)if(r=k?_[v]:e.item(v),l){var x=(r-h)/u;c&&(x=1-x);var C=((x=p+y*(x-m)/S)-g*b)/f;k?_[v]=C:e.item(v,C)}else{var w=(r-h)/u;c&&(w=1-w),w=d+b*(w-g)/f,k?_[v]=w:e.item(v,w)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.q5,p4:e.q4}},r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},r.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var a=(e-this.o)/this.m;return r&&(a=1-a),i.left+i.width*(a-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),u=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImageTilesReadyEventArgs",n.EventArgs.$),i}(n.EventArgs),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImagesChangedEventArgs",n.EventArgs.$),i}(n.EventArgs),p=function(e){function r(){var t=e.call(this)||this;return t.xi=null,t.xk=t.xj(),t}return t.__extends(r,e),r.prototype.qu=function(){e.prototype.qu.call(this),null!=this.xk&&this.xk.qu()},r.prototype.get_ff=function(){return!0},r.prototype.kz=function(e,t){var i=this.no(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.xk.kz(e,i)},r.prototype.mo=function(e){var t=this.no(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xk.mo(t)},r.prototype.get_kr=function(){return this.k9(this.xk)},r.prototype.set_kr=function(e){this.pb(this.xk,e)},r.prototype.ed=function(e,t,i,n,r){return this.xk.ed(e,t,i,n,r)},r.prototype.ai=function(){return this.xk.ai()},r.prototype.bp=function(){return this.xk},Object.defineProperty(r.prototype,"xk",{get:function(){return this.xi},set:function(e){var t=this.xi;this.xk!=e&&(this.xi=e,this.xp(t,this.xi))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.xk.hasMarkers},r.prototype.xp=function(e,t){if(null!=this.xi){var i=this.xi;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pr(this.xk),this.xl.ci(),null!=e){var r=e;this.si(r,null)}if(null!=t){var a=t;this.si(a,this)}},r.prototype.dh=function(e,t,i){return this.dj(this.xk,e,t,i)},r.prototype.di=function(e,t,i){return this.dk(this.xk,e,t,i)},r.prototype.kw=function(e){return this.k5(this.xk,e)},r.prototype.kj=function(e,t){return this.xk.kj(e,t)},r.prototype.kh=function(e,t){return this.xk.kh(e,t)},r.prototype.jd=function(e,t,i){return this.xk.jd(e,t,i)},r.prototype.wv=function(e,t,i){return this.xk.wv(e,t,i)},r.prototype.w7=function(e){return this.xk.w7(e)},r.prototype.ao=function(e){return this.xk.ao(e)},r.prototype.w8=function(e){return this.xk.w8(e)},r.prototype.ap=function(e){return this.xk.ap(e)},r.prototype.w9=function(e){return this.xk.w9(e)},r.prototype.xa=function(e){return this.xk.xa(e)},r.prototype.i9=function(e,t,i){return this.xk.i9(e,t,i)},r.prototype.wr=function(e,t,i){return this.xk.wr(e,t,i)},r.prototype.jb=function(e,t,i){return this.jd(e,t,i)},r.prototype.wt=function(e,t,i){return this.xk.wt(e,t,i)},r.prototype.ww=function(e,t,i){return this.xk.ww(e,t,i)},r.prototype.je=function(e,t,i){return this.xk.je(e,t,i)},r.prototype.ws=function(e,t,i){return this.xk.ws(e,t,i)},r.prototype.ja=function(e,t,i){return this.xk.ja(e,t,i)},r.prototype.wu=function(e,t,i){return this.xk.wu(e,t,i)},r.prototype.jc=function(e,t,i){return this.xk.jc(e,t,i)},r.prototype.kd=function(e){return this.xk.kd(e)},r.prototype.i3=function(){return this.xk.i3()},r.prototype.iz=function(e){return this.xk.iz(e)},r.prototype.kx=function(e){return this.xk.kx(e)},r.prototype.ct=function(){return new y(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.xl=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"xm",{get:function(){return this.c(r.xr)},set:function(e){this.h(r.xr,e)},enumerable:!1,configurable:!0}),r.prototype.rp=function(t,r,a,o){switch(e.prototype.rp.call(this,t,r,a,o),r){case"SeriesViewer":this.xk.dc=this.dc,null!=a&&a.s9(this.xk),null!=o&&this.dc.on(this.xk),this.xk.rs(this.xc),this.xk.index=this.index,this.qd(this.xk),this.kp=this.xk.kp;var s=n.typeCast(i.SeriesViewer.$,a);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xq))),null!=this.dc){var c=this.dc;c.actualWindowRectChanged=n.delegateCombine(c.actualWindowRectChanged,n.runOn(this,this.xq))}this.xo();break;case"SyncLink":this.xk.c4=this.c4;break;case"VisibleFromScale":this.xo();break;case"Index":this.xk.index=this.index;break;case"ItemsSource":this.xl.cj();break;case"Resolution":this.xl.cq();break;case"TransitionDuration":this.xl.ct();break;case"Opacity":this.xl.cn();break;case"Visibility":var l=this.xk,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.xk.ge=this.ge;break;case"ExpectFunctions":this.xk.expectFunctions=this.expectFunctions;break;case"Thickness":this.xl.cs();break;case"Brush":this.xl.ch();break;case"Outline":this.xl.cp();break;case"ActualBrush":this.xl.ce();break;case"ActualOutline":this.xl.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jo)||this.xl.cm();break;case"AreaFillOpacity":n.isNaN_(this.ir)||this.xl.cg();break;case"OutlineMode":this.xl.co();break;case"ShowDefaultTooltip":this.xl.cr();break;case"Title":this.xk.title=this.title;break;case"LegendItemBadgeMode":this.xl.ck();break;case"LegendItemBadgeShape":this.xl.cl();break;case"Legend":this.xk.legend=this.legend,this.cw.a5()}},r.prototype.xo=function(){if(null!=this.dc&&null!=this.xk&&!n.isNaN_(this.xm))if(this.dc.yr.width>this.xm){this.xk.visibility=1}else{this.xk.visibility=0}},r.prototype.xq=function(e,t){this.xo()},r.prototype.r7=function(t){e.prototype.r7.call(this,t),null!=this.xk&&this.xk.r7(t)},r.prototype.rk=function(t){e.prototype.rk.call(this,t),null!=this.xk&&this.xk.q1()},r.prototype.r6=function(e,t,i,n,r){null!=this.xk&&this.xk.r6(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.xk.a2(e,t)},r.prototype.st=function(){e.prototype.st.call(this),this.xk.st()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xk.coercionMethods=e},r.prototype.qc=function(t){if(e.prototype.qc.call(this,t),null!=this.xk){var i=this.xk.kv();this.pk(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xr=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),y=function(e){function r(t){var i=e.call(this,t)||this;return i.cd=null,i.cd=t,i}return t.__extends(r,e),r.prototype.a3=function(t,i){e.prototype.a3.call(this,t,i)},r.prototype.ci=function(){this.cd.legendItemVisibility=1,this.cd.xk.legendItemVisibility=0,this.cd.xk.itemsSource=this.cd.itemsSource,this.cd.xk.index=this.cd.index,this.cd.xk.vy=this.cd.vy,this.cd.xk.we=this.cd.vy,this.cd.xk.cj=this.cd.cj,this.cd.xk.jr=this.cd.jr,this.cd.xk.km=this.cd.km,this.cd.xk._opacity=this.cd._opacity,this.cd.xk.jy=this.cd.jy,this.cd.xk.ir=this.cd.ir,this.cd.xk.jo=this.cd.jo,this.cd.xk.gv=this.cd.gv,this.cd.xk.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xk.be=this.cd.be},r.prototype.cj=function(){this.cd.xk.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.xk.jr=this.cd.jr},r.prototype.ct=function(){this.cd.xk.km=this.cd.km},r.prototype.cn=function(){this.cd.xk._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.xk.jy=this.cd.jy},r.prototype.ch=function(){this.cd.xk.vy=this.cd.vy},r.prototype.cp=function(){this.cd.xk.we=this.cd.we},r.prototype.ce=function(){this.cd.xk.vy=this.cd.vs},r.prototype.cf=function(){this.cd.xk.we=this.cd.vw},r.prototype.ck=function(){this.cd.xk.be=this.cd.be},r.prototype.cl=function(){this.cd.xk.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.xk.ir=this.cd.ir},r.prototype.cm=function(){this.cd.xk.jo=this.cd.jo},r.prototype.co=function(){this.cd.xk.cj=this.cd.cj},r.prototype.cr=function(){this.cd.xk.gv=this.cd.gv},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),g=function(e){function r(){var t=e.call(this)||this;t.z6=null,t.zv=!1,t.zn=1,t.z2=0,t.abd=null,t.zk=null,t.zg=null,t.zi=null,t.zm=null,t.aa9={$type:n.Point_$type,x:NaN,y:NaN},t.abg=null,t.z1=1,t.imageTilesReady=null,t.zu=null,t.abf=n.Rect.empty,t.z2=c.am(r.abe.bottom)-c.am(r.abe.top),t.ab=r.$,t.backgroundContent=new _;var a,o=((a=new i.NumericXAxis).b2=t,a);o.dk=!0,t.zh=o,t.zh.ta=new l;var s=function(){var e=new i.NumericYAxis;return e.b2=t,e}();return s.dk=!0,t.zj=s,t.zj.ta=new c,t.aao(),t.aav(),t.po(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.zh.provideRenderer(t),this.zj.provideRenderer(t)},r.prototype.po=function(){e.prototype.po.call(this),this.zt.fy(this.ij)},r.prototype.gg=function(){return this.zz},r.prototype.gh=function(){return this.zz},r.prototype.zq=function(){return 0==this.zo&&this.zv?2:1},Object.defineProperty(r.prototype,"zp",{get:function(){return this.zn},set:function(e){this.zn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"abi",{get:function(){return this.abd},set:function(e){if(n.Rect.l_op_Inequality(this.abd,e)){var t=this.abd;this.abd=e,this.sr("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.abm=function(){return this.abi},r.prototype.aao=function(){this.abu.isEmpty||(this.abi=this.abs(this.abu,1==this.db))},r.prototype.abs=function(e,t){var i=e.top,a=e.left,o=e.width,s=e.height,l=c.am(e.bottom),u=c.am(e.top),h=l-u,p=e.width/r.abe.width,y=c.am(r.abe.top);if(h/p>this.z2){var g=h/this.z2;a-=(g-p)/2*r.abe.width,o=g*r.abe.width,t&&(a<r.abe.left?a+=r.abe.left-a:a+o>r.abe.right&&(a-=a+o-r.abe.right))}else if(h/p<this.z2){var f=this.z2*p-h,d=u-f/2,b=l+f/2;t&&(d<y?b+=y-(d+=y-d):b>y+this.z2&&(d-=b-(y+this.z2),b-=b-(y+this.z2))),i=c.aq(d),s=c.aq(b)-i}return new n.Rect(0,a,i,o,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.zk},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.zk=e,this.sr("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zh",{get:function(){return this.zg},set:function(e){if(e!=this.zh){var t=this.zh;this.zg=e,this.sr("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zj",{get:function(){return this.zi},set:function(e){if(e!=this.zj){var t=this.zj;this.zi=e,this.sr("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.aay=function(e){this.za=e},r.prototype.aax=function(e){this.abu=e},r.prototype.getZoomFromGeographicRect=function(e){return this.abk(e,!0,0)},r.prototype.abj=function(e,t){return this.abk(e,!1,t)},r.prototype.abk=function(e,t,a){var o=e;t&&(o=this.abs(e,!1));var s=this.zh,c=this.zj,l=new i.ScalerParams(1,r.abh,this.y9,s.dn);l.c=this.yv;var u=new i.ScalerParams(1,r.abh,this.y9,c.dn);u.c=this.yv;var h=this.zh.f5(o.left,l),p=this.zh.f5(o.right,l),y=this.zj.f5(o.top,u),g=this.zj.f5(o.bottom,u),f=(h-a)/this.y9.width,d=(g-a)/this.y9.height,b=(p-h+2*a)/this.y9.width,m=(y-g+2*a)/this.y9.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.abh),S.isEmpty&&(S=r.abh),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,a=t.y,o=t.x-e.x,s=e.y-t.y;if(o<0||s<0)return r.abh;var c=new n.Rect(0,i,a,o,s);return this.getZoomFromGeographicRect(c)},r.prototype.abo=function(e){var t=this.zh,a=this.zj,o=new i.ScalerParams(1,e,this.y9,t.dn);o.c=this.yv;var s=new i.ScalerParams(1,e,this.y9,a.dn);s.c=this.yv;var c=this.yu,l=t.f8(c.left,o),u=a.f8(c.top,s),h=t.f8(c.right,o),p=a.f8(c.bottom,s),y=h-l,g=u-p,f=new n.Rect(0,l,p,y,g);return 1==this.db&&(f.intersect(r.abe),f.isEmpty&&(f=r.abe)),f},r.prototype.aba=function(e){var t=this.zh.q8(e.x),i=this.zj.q8(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.abb=function(e){var t=this.zh.gs(e.x),i=this.zj.gs(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.abc=function(e){return this.abb(e)},r.prototype.aal=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.aar=function(e){},r.prototype.hc=function(){return!0},r.prototype.aat=function(){var e,i;this.zt.eh();try{for(var r=t.__values(n.fromEnum(this.b9)),a=r.next();!a.done;a=r.next()){a.value.st()}}catch(t){e={error:t}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.aaw=function(){if(2==this.zs){if(!this.y9.isEmpty&&this.y9.width>0&&this.y9.height>0){var e=this.zh.q8(this.y9.left+this.y9.width/2),t=this.zj.q8(this.y9.top+this.y9.height/2);this.aa9={$type:n.Point_$type,x:e,y:t}}}else if(!this.y9.isEmpty&&this.y9.width>0&&this.y9.height>0){var i=this.zh.q8(this.y9.left),r=this.zj.q8(this.y9.top);this.aa9={$type:n.Point_$type,x:i,y:r}}},r.prototype.aas=function(){(n.isNaN_(this.aa9.x)||n.isNaN_(this.aa9.y))&&this.aaw();var e=this.aa9.x,t=this.aa9.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var a=this.yr.left,o=this.yr.top,s=this.yr.width,c=this.yr.height;if(s>this.abg.width);else{var l=new i.ScalerParams(1,r.abh,this.y9,this.zh.dn);l.c=this.yv;var u=this.zh.f5(e,l);if(2==this.zs)a=u/this.y9.width-s/2;else a=u/this.y9.width;a+s>this.abg.right?a=this.abg.right-s:a<this.abg.left&&(a=this.abg.left)}if(c>this.abg.height);else{var h=new i.ScalerParams(1,r.abh,this.y9,this.zj.dn);h.c=this.yv;var p=this.zj.f5(t,h);if(2==this.zs)o=p/this.y9.height-c/2;else o=p/this.y9.height;o+c>this.abg.bottom?o=this.abg.bottom-c:o<this.abg.top&&(o=this.abg.top)}this.ud(new n.Rect(0,a,o,s,c),!1)}},r.prototype.get_f6=function(){return!0},r.prototype.ys=function(){var t=e.prototype.ys.call(this);if(null==this.zh||null==this.zj)return t;this.y3();var i=t.left,r=t.top;1==this.db&&(this.za.width>this.abg.width?i=.5-this.za.width/2:i+t.width>this.abg.right?i=this.abg.right-this.za.width:i<this.abg.left&&(i=this.abg.left),this.za.height>this.abg.height?r=.5-this.za.height/2:r+this.za.height>this.abg.bottom?r=this.abg.bottom-this.za.height:r<this.abg.top&&(r=this.abg.top));var a=!1;!this.zy&&2==this.db&&this.zv&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.abg.right>0&&(t.right-this.abg.right)/t.width>.8?(i=this.abg.left-(t.width-(t.right-this.abg.right)),a=!0):t.left<this.abg.left&&Math.abs(t.left-this.abg.left)/t.width>.8&&(i=this.abg.right-Math.abs(t.left-this.abg.left),a=!0));var o=new n.Rect(0,i,r,t.width,t.height);if(this.zy){var s=this.abj(this.abu,1);s=this.abl(s);var c=o.left+o.width/2,l=o.top+o.height/2;if(o.width>s.width){var u=o.height/o.width,h=s.width,p=u*h;o=new n.Rect(0,c-h/2,l-p/2,h,p),a=!0}if(o.height>s.height){var y=o.width/o.height,g=s.height,f=y*g;o=new n.Rect(0,c-f/2,l-g/2,f,g),a=!0}o.left<s.left&&(o=new n.Rect(0,s.left,o.top,o.width,o.height),a=!0),o.top<s.top&&(o=new n.Rect(0,o.left,s.top,o.width,o.height),a=!0),o.right>s.right&&(o=new n.Rect(0,s.right-o.width,o.top,o.width,o.height),a=!0),o.bottom>s.bottom&&(o=new n.Rect(0,o.left,s.bottom-o.height,o.width,o.height),a=!0)}return a&&(this.fp=!0,this.za=o,this.fp=!1),o},r.prototype.oj=function(e,t){var i=!0,r=!0,a=0,o=this.y3(),s=0,c=0;if(e.right-o.right>0&&(s=(e.right-o.right)/e.width),e.left<o.left&&(c=Math.abs(e.left-o.left)/e.width),0==c&&0==s&&(i=!1),c>s&&(r=!1),i)if(r){var l=this.zg.f5(-180,t);a=this.zg.f5(180,t)-l}else{a=this.zg.f5(-180,t)-this.zg.f5(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,a)},r.prototype.y3=function(){var e=new i.ScalerParams(1,r.abh,this.y9,this.zh.dn);e.c=this.yv;var t=new i.ScalerParams(1,r.abh,this.y9,this.zj.dn);t.c=this.yv;var a=this.zh.f5(r.abe.left,e),o=this.zh.f5(r.abe.right,e),s=this.zj.f5(r.abe.top,t),c=this.zj.f5(r.abe.bottom,t);return this.abg=new n.Rect(0,a/this.y9.width,c/this.y9.height,(o-a)/this.y9.width,(s-c)/this.y9.height),this.abg},r.prototype.abl=function(e){var t=this.io,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),a=e.width,o=e.height,s=n.MathUtil.e(e.width,t,1),c=n.MathUtil.e(e.height,t,1),l=this.y9,u=l.width/l.height,h=s*l.width,p=c*l.height;h/p!=u&&(p*u>h?s=(h=p*u)/l.width:c=(p=h/u)/l.height);var y=s!=a,g=c!=o,f=y?i-.5*s:e.left,d=g?r-.5*c:e.top,b=y?i+.5*s:e.right,m=g?r+.5*c:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+c),m>1&&(d=(m=1)-c),new n.Rect(0,f,d,b-f,m-d)},r.prototype.yt=function(t){if(e.prototype.yt.call(this,this.y9),t.isEmpty)return n.Rect.empty;var i;if(t.width>t.height){var r=n.intDivide(n.truncate(t.width-t.height),2);i=new n.Rect(0,t.left+r,t.top,t.height,t.height)}else{var a=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+a,t.width,t.width)}return i},r.prototype.abn=function(e){return this.yt(e)},r.prototype.dv=function(){return new S(this)},r.prototype.aan=function(e){null!=e&&(e.b2=this)},r.prototype.rw=function(t){e.prototype.rw.call(this,t),this.zt=t},r.prototype.r7=function(t,i){e.prototype.r7.call(this,t,i),this.tz(this.zh),this.tz(this.zj),n.Rect.l_op_Inequality(t,i)&&this.aas(),this.zy&&(this.yr=this.ys()),this.aaz()},Object.defineProperty(r.prototype,"z3",{get:function(){return this.z1},set:function(e){var t=this.z1;this.z1=e,this.sr("ActualWindowScale",t,this.z1)},enumerable:!1,configurable:!0}),r.prototype.iu=function(){return this.z3},r.prototype.iv=function(){return this.z3},r.prototype.ty=function(){e.prototype.ty.call(this);var t=Math.min(this.yr.width,this.yr.height);this.z3=t},r.prototype.g0=function(){return this.zv},r.prototype.dc=function(){return 0==this.dd&&this.zw?2:this.dd},r.prototype.r8=function(i,a,o,s){var c,l,u,h;switch(e.prototype.r8.call(this,i,a,o,s),a){case"ZoomCoercionMode":this.aao();break;case"WindowRect":this.aaw();break;case r.$$p[0]:this.zp=this.zq(),null!=this.zm&&(this.zm.isHorizontalWrappingEnabled=2==this.zp);break;case r.$$p[1]:this.zv=this.zw,this.zp=this.zq(),this.db=this.dc(),null!=this.zm&&(this.zm.isHorizontalWrappingEnabled=2==this.zp);break;case r.$$p[4]:this.yr=this.ys();break;case"BackgroundContent":if(null!=this.zm){var p=this.zm;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.aap)),this.zm.deferralHandler=null}if(this.zm=n.typeCast(f.$,this.backgroundContent),null!=this.zm){var y=this.zm;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.aap)),this.zm.deferralHandler=this,this.zm.isHorizontalWrappingEnabled=2==this.zp}this.zt.fx(n.typeCast(f.$,o),n.typeCast(f.$,s)),null!=this.zm&&(this.zm.geographicMap=this,this.zt.fu(this.yr),this.zt.fy(this.ij));break;case"YAxis":case"XAxis":this.aau(o),this.aan(s);break;case r.$$p[6]:this.zx||(this.za=r.abh),this.aao(),this.aav(),this.aaw(),this.yr=this.ys(),this.zt.fv();break;case"ActualWindowRect":this.zt.fu(this.yr);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.b9)),d=g.next();!d.done;d=g.next()){d.value.r7(!1)}}catch(e){c={error:e}}finally{try{d&&!d.done&&(l=g.return)&&l.call(g)}finally{if(c)throw c.error}}break;case r.$$p[5]:this.z3=this.z4;break;case"ActualWindowScale":this.g8||this.ua(this.iu(),this.iv());break;case"ActualPixelScalingRatio":this.zt.fy(this.ij);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.io=5e-6,this.im=5e-6):(this.io=b,this.im=b);break;case r.$$p[7]:this.t5();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.b9)),S=m.next();!S.done;S=m.next()){S.value.qu()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(u)throw u.error}}}},r.prototype.aap=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.aau=function(e){null!=e&&(e.b2=null)},r.prototype.aav=function(){null!=this.zh&&(this.zh.q5=this.abi.left,this.zh.q4=this.abi.right),null!=this.zj&&(this.zj.q5=this.abi.top,this.zj.q4=this.abi.bottom),this.zh.ed(!0),this.zj.ed(!0)},r.prototype.getFontInfo=function(){return this.zu=this.zt.fr,this.zu},r.prototype.xv=function(){return this.zt.fz},r.prototype.getFontBrush=function(){return this.zt.f0},r.prototype.tk=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,a=t;a.itemsSource=r.triangulationSource.points,a.xt=r.triangulationSource.triangles}else e.prototype.tk.call(this,t,i)},r.prototype.register=function(e,t){this.s6(e,t)},r.prototype.unRegister=function(e){this.tx(e)},r.prototype.deferredRefresh=function(){this.o0()},r.prototype.deferAction=function(e){null!=this.z6?this.z6.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.aam=function(e){this.t4(e)},r.prototype.z7=function(){var e=new i.ChartVisualData,t=this.zh.hr(),r=this.zj.hr();e.axes.add1(t),e.axes.add1(r);for(var a=0;a<this.b9.count;a++){var o=this.b9._inner[a].kv();e.series.add1(o)}return e.name=this.name,e.contentArea=n.RectData.b(this.y9),e.centralArea=n.RectData.b(this.y9),e.plotArea=n.RectData.b(this.y9),e},r.prototype.yz=function(e,t,i){return e},r.prototype.aaq=function(){},Object.defineProperty(r.prototype,"abt",{get:function(){return this.abf},set:function(e){this.abf=e},enumerable:!1,configurable:!0}),r.prototype.aa0=function(e){this.abt=e,this.aaz()},r.prototype.aaz=function(){if(this.z0&&!this.abt.isEmpty){var e=this.getZoomFromGeographicRect(this.abt);this.abt=n.Rect.empty,this.ud(e,!1)}},Object.defineProperty(r.prototype,"z0",{get:function(){return!this.y9.isEmpty&&!this.yv.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.zr=0,r.abe=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.abh=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"sr",["BackgroundTilingMode:zo:aa1",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:zw:aa2",[0,!1],"ResizeBehavior:zs:aa3",[a,n.enumGetBox(a,r.zr)],"SuppressZoomResetOnWorldRectChange:zx:aa4",[0,!1],"UseWorldRectForZoomBounds:zy:aa5",[0,!1],"WindowScale:z4:aa6",[1,NaN],"WorldRect:abu:aa7",[n.Rect.$,r.abe],"Zoomable:zz:aa8",[0,!0]]),r}(i.SeriesViewer),f=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new d(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var 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(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.abn(t),a=g.abe,o=this.geographicMap.abi,s=Math.min(this.windowRect.height,this.windowRect.width),c=o.width/a.width;this.ao.a5=t.width/r.width*s*c;var l=this.geographicMap.zh,u=this.geographicMap.zj,h=new i.ScalerParams(1,this.windowRect,t,l.dn);h.c=r;var p=new i.ScalerParams(1,this.windowRect,t,u.dn);p.c=r;var y=l.f5(a.left,h),f=u.f5(a.bottom,p),d=-y/t.width*this.ao.a5,b=-f/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:d,y:b},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new h)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",g.$,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(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=n.Rect.empty,i.a=t,i.a.ao=new n.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 n.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=n.markType(i,"GeographicMapImageryView"),i}(n.Base),b=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xk;t.yk=this.cu.xw,t.ys=this.cu.xu,t.trianglesSource=this.cu.xt,t.x8=this.cu.xz,t.ya=this.cu.x1,t.yc=this.cu.x3},i.prototype.cx=function(){var e=this.cu.xk;if(null==this.cu.dc)return e.xi=null,void(e.xj=null);e.xi=this.cu.dc.zh,e.xj=this.cu.dc.zj},i.prototype.cw=function(){this.cu.xk.yk=this.cu.xw},i.prototype.cv=function(){this.cu.xk.ys=this.cu.xu},i.prototype.cy=function(){this.cu.xk.trianglesSource=this.cu.xt},i.prototype.cz=function(){this.cu.xk.x8=this.cu.xz},i.prototype.c0=function(){this.cu.xk.ya=this.cu.x1},i.prototype.c1=function(){this.cu.xk.yc=this.cu.x3},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",y.$),i}(y),m=function(e){function i(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.ye&&(this.c2.ye.zr=this.c2.yi,this.c2.ye.zf=this.c2.yd)},i.prototype.c3=function(){null!=this.c2.ye&&(this.c2.ye.zr=this.c2.yi)},i.prototype.c4=function(){null!=this.c2.ye&&(this.c2.ye.zf=this.c2.yd)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function r(t){var i=e.call(this,t)||this;return i.fq=null,i.f2=null,i.f0=null,i.fz=null,i.fr=null,i.fs=NaN,i.f2=n.Rect.empty,i.fq=t,i.fq.xo=2,i.fq.jw=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bn=function(e){this.j.bw(e),this.fq.aam(e),this.eo()},r.prototype.get_aq=function(){return!0},r.prototype.d7=function(){var e,t,i,r,a,o=this.j.a8(e,t,i,r,a);e=o.p0,t=o.p1,i=o.p2,r=o.p3,a=o.p4,this.f0=i,this.fr=r,this.fz=a;var s=this.j.e();if(this.fq.ag=s.a,this.fq.aj=s.f,this.fq.ah=null!=s.b?s.b:new n.BrushCollection,this.fq.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fq.ah.count)for(var c=0;c<s.a.count;c++)this.fq.ah.add(s.a.item(c));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fq.ai.add(s.f.item(l))},r.prototype.dx=function(t){if(e.prototype.dx.call(this,t),null!=this.fq.backgroundContent){var i=this.fq.backgroundContent;i.be(this.j.ae),i.bd(t)}},r.prototype.dy=function(t){(e.prototype.dy.call(this,t),this.f2=t,null!=this.fq.backgroundContent)&&this.fq.backgroundContent.bf(this.f2)},r.prototype.f1=function(){return new n.Rect(0,0,0,this.f2.width,this.f2.height)},r.prototype.fv=function(){null!=this.fq.backgroundContent&&this.fq.backgroundContent.a6()},r.prototype.fu=function(e){null!=this.fq.zm&&(this.fq.zm.windowRect=e)},r.prototype.fx=function(e,t){if(null!=this.fq.zm&&(this.fq.zm.windowRect=this.fq.yr),null!=e){var i=e.ao;null!=i&&this.fq.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fq.al.h.add(n.ag),this.f2.isEmpty||this.dy(this.f2),null!=this.w&&this.dx(this.w)}null==t&&this.fw(this.w)},r.prototype.fw=function(e){var t=this.fq.ij;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.f2.left,this.f2.top,this.f2.width,this.f2.height),1!=t&&e.z()},r.prototype.d4=function(){this.fg.ad=i.Defaults.crosshairLineThickness,this.fh.ad=i.Defaults.crosshairLineThickness,this.fg._stroke=i.Defaults.crosshairLineBrush,this.fh._stroke=i.Defaults.crosshairLineBrush,e.prototype.d4.call(this)},r.prototype.fy=function(e){this.fs=e,null!=this.fq.backgroundContent&&this.fq.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"ft",{get:function(){return this.fs},set:function(e){this.fs=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),_=function(e){function i(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",f.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(f),k=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.ct=function(){return new b(this)},i.prototype.rg=function(t){e.prototype.rg.call(this,t),this.xs=t},i.prototype.rp=function(t,n,r,a){switch(e.prototype.rp.call(this,t,n,r,a),n){case"SeriesViewer":this.xs.cx();break;case i.$$p[1]:this.xs.cw();break;case i.$$p[0]:this.xs.cv();break;case i.$$p[5]:this.xs.cy();break;case i.$$p[2]:this.xs.cz();break;case i.$$p[3]:this.xs.c0();break;case i.$$p[4]:this.xs.c1()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xu:x5",[2,"pointY"],"LongitudeMemberPath:xw:x6",[2,"pointX"],"TriangleVertexMemberPath1:xz:x8",[2,"v1"],"TriangleVertexMemberPath2:x1:x9",[2,"v2"],"TriangleVertexMemberPath3:x3:ya",[2,"v3"],"TrianglesSource:xt:x7",[n.IEnumerable_$type,null]]),i}(p),v=function(e){function r(){var t=e.call(this)||this;return t.yb=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ex=function(){return!0},Object.defineProperty(r.prototype,"yd",{get:function(){return this.yb},set:function(e){if(this.yb!=e){var t=this.yb;if(null!=this.yb){var i=this.yb;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.yl))}if(this.yb=e,null!=this.yb){var r=this.yb;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.yl))}this.raisePropertyChanged("ColorScale",t,this.yb),null!=this.ye&&(this.ye.zf=e)}},enumerable:!1,configurable:!0}),r.prototype.yl=function(e,t){this.yg.c4(),this.yn(),this.r7(!1)},r.prototype.yn=function(){null!=this.ye&&(this.yc=this.ye.ze)},r.prototype.sy=function(){e.prototype.sy.call(this),this.yn()},r.prototype.xj=function(){this.ye=new i.ScatterAreaSeries;var e=this.ye;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.ym)),this.ye},r.prototype.ym=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new m(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.yg=t},r.prototype.rp=function(t,i,n,a){switch(e.prototype.rp.call(this,t,i,n,a),i){case r.$$p[1]:this.yg.c3();break;case"ColorScale":this.yg.c4(),this.yn()}},r.prototype.get_hd=function(){return!0},r.prototype.set_hd=function(t){e.prototype.set_hd.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",k.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:yc:yo",[i.ColorScale.$,null],"ColorMemberPath:yi:yp",[2,"value"]]),r}(k),x=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}(),C=function(e){function r(){var r=e.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 a=r.i;return r._chart=a,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(e){return e.i}),(function(e){e.owner=r,e._provideRenderer(r._dataSource),e.provideData(r._dataSource),r.parentElement&&e._styling(r,r,r),r._ensureDefaultTooltip(e),r._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),a.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var a=t.__values(e),o=a.next();!o.done;o=a.next()){"childList"==o.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return t.__extends(r,e),Object.defineProperty(r.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(r.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,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(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.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 n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new g},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),r.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)},r.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()},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 e=0;e<this.actualSeries.length;e++){this.actualSeries[e]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new n.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},r.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])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=n.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(r,a){if(r.externalObject)r=r.externalObject;else{var o=new n.IgcDataContext;o._implementation=r,r=o}return a?r.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=r,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(r.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(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMapComponent=e}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.zz},set:function(e){this.i.zz=n.ensureBool(e),this._a("zoomable",this.i.zz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.zs},set:function(e){this.i.zs=n.ensureEnum(a,e),this._a("resizeBehavior",n.enumToString(a,this.i.zs))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.zw},set:function(e){this.i.zw=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.zw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.zo},set:function(e){this.i.zo=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.zo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.zy},set:function(e){this.i.zy=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.zy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.zx},set:function(e){this.i.zx=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.zx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.abu)},set:function(e){this.i.abu=n.toRect(e),this._a("worldRect",n.rectToString(this.i.abu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.abi)},set:function(e){this.i.abi=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.abi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.zh;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.zh=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.zj;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.zj=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.f6},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.z4},set:function(e){this.i.z4=+e,this._a("windowScale",this.i.z4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.z3},set:function(e){this.i.z3=+e,this._a("actualWindowScale",this.i.z3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.z0},enumerable:!1,configurable:!0}),r.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)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},r.prototype.getCurrentActualWorldRect=function(){var e=this.i.abm();return n.fromRect(e)},r.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},r.prototype.updateZoomWindow=function(e){this.i.aay(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.aax(n.toRect(e))},r.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},r.prototype.convertGeographicToZoom=function(e,t){var i=this.i.abj(n.toRect(e),t);return n.fromRect(i)},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(i)},r.prototype.getGeographicFromZoom=function(e){var t=this.i.abo(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.aba(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.abb(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.abc(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.aal()},r.prototype.styleUpdated=function(){this.i.aat()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.iu()},r.prototype.getActualWindowScaleVertical=function(){return this.i.iv()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.z7()},r.prototype.zoomToGeographic=function(e){this.i.aa0(n.toRect(e))},Object.defineProperty(r.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=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=e,this._imageTilesReady_wrapped=function(e,i){var n=new x;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,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),w=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.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}(n.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}({}),I=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new 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}(),M=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 n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),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 n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=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=e,this._imageTilesReady_wrapped=function(e,i){var n=new x;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.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=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var n=new T;n._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,n),t._imagesChanged&&t._imagesChanged(t,n)},this.i.imagesChanged=n.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=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,r),t._cancellingImage&&t._cancellingImage(t,r)},this.i.cancellingImage=n.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=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,r),t._downloadingImage&&t._downloadingImage(t,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),e}(),z=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var a=this;switch(t=null==t?0:t){case 0:a=e.call(this,n.String_$type,0)||this;break;case 1:var o=i[0];a=e.call(this,n.String_$type,1,o)||this}return a}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),$=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 z(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),j=function(e){function i(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new $(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!(n.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 z(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?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,r=(t+=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(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,r=JSON.parse(i).resourceSets;if(null!=r){var a=r.length>0?r[0].resources:null;if(null!=a&&0!=a.length){for(var o=a[0].imageUrl,s=new n.List$1(n.String_$type,0),c=0;c<a[0].imageUrlSubdomains.length;c++)s.add(a[0].imageUrlSubdomains[c]);this.cp(o,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,r,a){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=a,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 o=a;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=o,null!=this.actualSubDomains&&(o.collectionChanged=n.delegateCombine(o.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var c=a;n.stringIsNullOrEmpty(c)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=a,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,a)},i.$t=n.markType(i,"BingMapsMapImagery",f.$),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",[z.$,null],"TilePath",[2,null]]),i}(f),O=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 j},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=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.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 z(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 n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new z(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 e=new w,t=this.i.actualSubDomains;t||(t=new z(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 n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new z(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(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=n.ensureEnum(I,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(M),R=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",O),n.TypeRegistrar.register("BingMapsMapImagery",j.$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}(M),G=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",A),n.TypeRegistrar.register("OpenStreetMapImagery",_.$type)},e}(),D=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=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,r),t._getTileImageUri&&t._getTileImageUri(t,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(M),B=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.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=n.markType(i,"CustomMapImagery",f.$),i}(f),E=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",B.$type)},e}(),N=function(e){function i(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(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(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(t,1)){var a=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(a,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,r){var a=this,o=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=o&&(o.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 o.userToken=a.userToken})),this.ci();break;case"IsMapPublic":o.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",f.$),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}(f),V=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new N},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=n.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}(M),q=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",V),n.TypeRegistrar.register("ArcGISOnlineMapImagery",N.$type)},e}(),U=function(){function e(){}return e.register=function(){R.register(),G.register(),E.register(),q.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.ff},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e,this._a("visibleFromScale",this.i.xm)},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.qu()},i.prototype.getItemValue=function(e,t){return this.i.kz(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mo(e)},i.prototype.getItem=function(e){return this.i.kw(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.kj(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.kh(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.jd(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wv(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.w7(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.w9(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i9(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.wr(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.jb(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wt(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.ww(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.je(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.i3()},i.prototype.renderSeries=function(e){this.i.r7(e)},i.prototype.styleUpdated=function(){this.i.st()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=function(e){function r(){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(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesBaseComponent=e}return r._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),r.prototype.onUpdateDataSource=function(e){var t=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(e,i){if(t._currData){t._currData.i.importCompleted=n.delegateRemove(t._currData.i.importCompleted,t._onImportCompleted);var r=t._currData;t._currData=null,t.i.itemsSource=r.getPointData()}}),e&&e.getPointData?e.count>0?e.getPointData():(this._currData=e,this._currData.i.importCompleted=n.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):e},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(e,t){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(r.prototype,"shapeMemberPath",{get:function(){return this.i.yj},set:function(e){this.i.yj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.x4},set:function(e){this.i.x4=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.x4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.x3},set:function(e){this.i.x3=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.x3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.xv},set:function(e){this.i.xv=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.xv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.x7},set:function(e){this.i.x7=+e,this._a("itemSearchThreshold",this.i.x7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.x8},set:function(e){this.i.x8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xu;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.xu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x2},set:function(e){this.i.x2=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.x2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.x6},set:function(e){this.i.x6=+e,this._a("itemSearchPointsThreshold",this.i.x6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.xy;if(null==e)return null;if(!e.externalObject){var t=new n.IgcShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.xy=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.x5},set:function(e){this.i.x5=+e,this._a("shapeFilterResolution",this.i.x5)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(e){var t=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=e,this._assigningShapeStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeStyle&&t.beforeAssigningShapeStyle(t,r),t._assigningShapeStyle&&t._assigningShapeStyle(t,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(e){var t=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=e,this._assigningShapeMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeMarkerStyle&&t.beforeAssigningShapeMarkerStyle(t,r),t._assigningShapeMarkerStyle&&t._assigningShapeMarkerStyle(t,r)},this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,r}(L),H=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.x1=!1,t.x0=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xx=null,t.xz=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new W(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.xw=t},r.prototype.get_fh=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rp=function(t,i,a,o){switch(e.prototype.rp.call(this,t,i,a,o),i){case"SeriesViewer":this.xw.cv();break;case"ShapeMemberPath":this.xw.cx();break;case r.$$p[8]:this.xw.cw();break;case r.$$p[4]:if(this.xk.ys=this.x4,this.x1=this.x4,this.x4){var s=this.xk;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.ym))}else{var c=this.xk;c.assigningShapeStyle=n.delegateRemove(c.assigningShapeStyle,n.runOn(this,this.ym))}break;case r.$$p[3]:if(this.xk.yr=this.x3,this.x0=this.x3,this.x4){var l=this.xk;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.yl))}else{var u=this.xk;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.yl))}break;case r.$$p[5]:this.xk.x4=this.xv;break;case r.$$p[6]:this.xk.y9=this.x6;break;case r.$$p[7]:this.xk.za=this.x7;break;case r.$$p[0]:this.xk.ze=this.x8;break;case r.$$p[1]:this.xk.xu=this.xu;break;case r.$$p[2]:this.xk.yn=this.x2;break;case"ShapefileDataSource":if(null!=a){var h=a;this.xz&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.yn)))}if(null!=o){var p=o;if(p.count>0){this.yo();break}this.xz=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.yn))}}},r.prototype.ym=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.yl=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.yn=function(e,t){this.yo()},r.prototype.yo=function(){var e=this.xy.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xy",{get:function(){return this.xx},set:function(e){var t=this.xx;this.xx=e,t!=this.xx&&this.raisePropertyChanged("ShapefileDataSource",t,this.xx)},enumerable:!1,configurable:!0}),r.prototype.get_hd=function(){return!0},r.prototype.set_hd=function(t){e.prototype.set_hd.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:x8:yp",[2],"FillScale:xu:yq",[i.BrushScale.$],"FillScaleUseGlobalValues:x2:yr",[0,!1],"IsCustomShapeMarkerStyleAllowed:x3:ys",[0,!1],"IsCustomShapeStyleAllowed:x4:yt",[0,!1],"ItemSearchMode:xv:yu",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:x6:yv",[1,1e4],"ItemSearchThreshold:x7:yw",[1,1e4],"ShapeFilterResolution:x5:yx",[1,2],"ShapeMemberPath:yj:yy",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this),this.cu.xk.zr=this.cu.yj},i.prototype.cv=function(){var e=this.cu.xk;if(null==this.cu.dc)return e.xy=null,void(e.x0=null);e.xy=this.cu.dc.zh,e.x0=this.cu.dc.zj},i.prototype.cx=function(){this.cu.xk.zr=this.cu.yj},i.prototype.cw=function(){this.cu.xk.y6=this.cu.x5},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",y.$),i}(y),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i.t||(i.cy.yj="points"),i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.z6=i.Defaults.a8,this.cy.jy=i.Defaults.ac,this.cy.y5=i.Defaults.ab,this.cy.y2=i.Defaults.d,this.cy.y0=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xk.ace=this.cy.z8,this.cy.xk.aa6=this.cy.y3,this.cy.xk.abt=this.cy.zo,this.cy.xk.aba=this.cy.y5,this.cy.xk.aas=this.cy.yz},r.prototype.c3=function(){this.cy.xk.abt=this.cy.zo},r.prototype.c5=function(){this.cy.xk.aba=this.cy.y5},r.prototype.c0=function(){this.cy.xk.aas=this.cy.yz},r.prototype.c4=function(){this.cy.xk.aa1=this.cy.y2},r.prototype.cz=function(){this.cy.xk.aca=this.cy.z5},r.prototype.c1=function(){this.cy.xk.acb=this.cy.z6},r.prototype.c2=function(){this.cy.xk.acd=this.cy.z7},r.prototype.c6=function(){this.cy.xk.aa6=this.cy.y3},r.prototype.c7=function(){this.cy.xk.ace=this.cy.z8},r.$t=n.markType(r,"GeographicShapeSeriesView",W.$),r}(W),Y=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ft=function(){return!0},r.prototype.ct=function(){return new X(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.y4=t},r.prototype.xj=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zl)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zm)),e},r.prototype.zl=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.zm=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.xk)},r.prototype.iu=function(){return this.y5},r.prototype.v4=function(){return this.z3},r.prototype.v5=function(){return this.z4},r.prototype.tg=function(){return this.zn},r.prototype.ml=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.xk);return null==e?"Unknown":e.ml()},r.prototype.rp=function(t,i,n,a){switch(e.prototype.rp.call(this,t,i,n,a),i){case r.$$p[6]:this.xk.aaz=this.y1;break;case r.$$p[5]:this.xk.aav=this.y0;break;case r.$$p[9]:this.y4.c3();break;case r.$$p[10]:this.y4.c5();break;case r.$$p[4]:this.y4.c0();break;case r.$$p[11]:this.y4.c4();break;case r.$$p[3]:this.y4.cz();break;case r.$$p[7]:this.y4.c1();break;case r.$$p[8]:this.y4.c2();break;case r.$$p[13]:this.y4.c6();break;case r.$$p[12]:this.y4.c7()}},r.prototype.jt=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:z3:zp",[n.Brush.$],"ActualMarkerOutline:z4:zq",[n.Brush.$],"ActualMarkerTemplate:zn:zr",[n.DataTemplate.$,null],"MarkerBrush:z5:zs",[n.Brush.$],"MarkerCollisionAvoidance:yz:zt",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:y0:zu",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:y1:zv",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:z6:zw",[n.Brush.$],"MarkerStyle:z7:zx",[n.Style.$],"MarkerTemplate:zo:zy",[n.DataTemplate.$,null],"MarkerThickness:y5:zz",[1,n.DeviceUtils.g(2)],"MarkerType:y2:z0",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:z8:z1",[n.Style.$,null],"ShapeStyleSelector:y3:z2",[i.StyleSelector.$,null]]),r}(H),Z=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),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(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesComponent=e}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.ft},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.z8?this.i.z8.fill:null},set:function(e){this.ensureShapeStyle(),this.i.z8.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.z8?this.i.z8.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.z8.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.z8?this.i.z8.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.z8.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.z8.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.z8?this.i.z8.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.z8.opacity=+e,this._a("shapeOpacity",this.i.z8.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.z8||(this.i.z8=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.y2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.y1))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.y0},set:function(e){this.i.y0=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.y0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.zo},set:function(e){this.i.zo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.z5)},set:function(e){this.i.z5=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.z5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.z6)},set:function(e){this.i.z6=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.z6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.y5},set:function(e){this.i.y5=+e,this._a("markerThickness",this.i.y5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yz},set:function(e){this.i.yz=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yz))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.zn},set:function(e){this.i.zn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.z3)},set:function(e){this.i.z3=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.z3))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.z4)},set:function(e){this.i.z4=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.z4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=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=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,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 e(){}return e.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),n.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),n.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},e}(),K=function(e){function r(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.jy=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xk.aas=this.cy.yz,this.cy.xk.aax=this.cy.y7},r.prototype.cz=function(){this.cy.xk.aas=this.cy.yz},r.prototype.c0=function(){this.cy.xk.aax=this.cy.y7},r.$t=n.markType(r,"GeographicPolylineSeriesView",W.$),r}(W),J=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fu=function(){return!0},r.prototype.ct=function(){return new K(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.y0=t},r.prototype.xj=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.y4)),e},r.prototype.y4=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rp=function(t,i,n,a){switch(e.prototype.rp.call(this,t,i,n,a),i){case r.$$p[1]:this.y0.cz();break;case r.$$p[0]:this.y0.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:y7:y5",[n.Style.$,null],"ShapeStyleSelector:yz:y6",[i.StyleSelector.$,null]]),r}(H),ee=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),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(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicPolylineSeriesComponent=e}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.fu},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.y7?this.i.y7.fill:null},set:function(e){this.ensureShapeStyle(),this.i.y7.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.y7?this.i.y7.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.y7.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.y7?this.i.y7.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.y7.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.y7.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.y7?this.i.y7.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.y7.opacity=+e,this._a("shapeOpacity",this.i.y7.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.y7||(this.i.y7=new n.Style)},Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=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=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,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),te=function(){function e(){}return e.register=function(){i.IgcScatterPolylineSeriesModule.register(),ee.register(),n.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",ee),n.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},e}(),ie=function(e){function i(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),r=parseInt(n.stringReplace(i[3],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),o=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,a,o)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),a=parseInt(n.stringReplace(r[3],"/","")),o=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var c=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(a,o,s,(function(e,t){return i.deferralHandler.deferAction((function(){return c.src=t.url}))}),(function(e,t){}),(function(e,t){}),c)},i.$t=n.markType(i,"TileGeneratorMapImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(f),ne=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}(M),re=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",ne),n.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),ae=function(e){function r(){var t=e.call(this)||this;return t.aat=null,t.aas=null,t.imageTilesReady=null,t.aaw=null,t.aax=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f6=function(){return!0},r.prototype.ct=function(){return new oe(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.aar=t},r.prototype.get_yu=function(){return!1},Object.defineProperty(r.prototype,"aav",{get:function(){return this.aat},set:function(e){if(e!=this.aav){var t=this.aav;this.aat=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aau",{get:function(){return this.aas},set:function(e){var t=this.aas;this.aas=e,this.raisePropertyChanged("ActualTileImagery",t,this.aas)},enumerable:!1,configurable:!0}),r.prototype.rp=function(t,i,r,a){var o,s;switch(e.prototype.rp.call(this,t,i,r,a),i){case"TileImagery":s=a,null!=(o=r)&&(o.propertyChanged=n.delegateRemove(o.propertyChanged,n.runOn(this,this.aa0))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aa0))),this.aar.dv(o,s),this.r7(!1),this.qz();break;case"ActualTileImagery":s=a,null!=(o=r)&&(o.imageTilesReady=n.delegateRemove(o.imageTilesReady,n.runOn(this,this.aa1)),o.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aa1)),s.deferralHandler=this),this.aar.du(o,s),null!=s&&null!==n.typeCast(g.$,this.dc)&&(s.geographicMap=this.dc,this.aa3(this.cw),this.aar.dr(this.dc.yr)),this.qz();break;case"ActualWindowRect":this.aar.dr(a);break;case"WorldRect":this.aar.dy(a);break;case"SeriesViewer":var c=a;null!=r&&null!=this.aau&&this.aau.be(null),null!=c&&null!=this.aau&&this.aau.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.q1()}},r.prototype.aa0=function(e,t){"MultiScaleImage"==t.propertyName&&this.aa3(this.cw)},r.prototype.aa1=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aax||this.aar.dw()},r.prototype.register=function(e,t){this.aaw=t},r.prototype.unRegister=function(e){this.aaw=null},r.prototype.deferredRefresh=function(){this.r7(!1)},r.prototype.deferAction=function(e){null!=this.j8?this.j8.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.s7=function(t,i){this.aar.dx(),e.prototype.s7.call(this,t,i)},r.prototype.r8=function(t){e.prototype.r8.call(this,t),this.aa2(t,this.cw)},r.prototype.aa2=function(e,t){var i,n,r=t,a=t.getViewInfo(i,n);i=a.p0,n=a.p1,this.aa3(t),null!=this.aaw&&(this.aax=!0,this.aaw(e),this.aax=!1),r.dw()},r.prototype.r6=function(t,i,n,r,a){e.prototype.r6.call(this,t,i,n,r,a);var o=this.ht.item(r);o.bd(n),this.d7(o)||this.z7(o)},r.prototype.aa3=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aav&&null!=this.aav.ao&&(this.aav!=this.aau&&(this.aau=this.aav),null==this.aau||t.isEmpty||(this.aau.width!=t.width&&(this.aau.width=t.width),this.aau.height!=t.height&&(this.aau.height=t.height)))},r.prototype.ph=function(t,i){e.prototype.ph.call(this,t,i),i.ds()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),oe=function(e){function r(t){var i=e.call(this,t)||this;return i.dn=null,i.dz=new n.GeometryGroup,i.dq=null,i.dp=null,i.dn=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.dn.we=i.Defaults.tileSeries_Outline,this.dn.vy=i.Defaults.tileSeries_Brush)},r.prototype.cx=function(e,t){t.c.count>0&&this.dz.d.add(t)},r.prototype.di=function(e,t){return this.dj(e,t,!0)},r.prototype.dh=function(e,t){return null},r.prototype.c1=function(e,t){},r.prototype.cz=function(e,t,i){},r.prototype.c7=function(){e.prototype.c7.call(this),this.dz.d.clear()},r.prototype.c6=function(){e.prototype.c6.call(this),this.a2()},r.prototype.dr=function(e){null!=this.dn.aav&&(this.dn.aav.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j8.createElement("canvas");var i=this.f.j8.get2DCanvasContext(this.dq);this.dp=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dt))),null!=t&&(null!=this.ae&&t.be(this.ae),t.bd(this.dp),t.bf(this.b9),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dt)))},r.prototype.dt=function(e,t){this.a2()},r.prototype.dv=function(e,t){},r.prototype.dx=function(){null!=this.dq&&(this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())),null!=this.dn.aav&&this.dn.aav.bf(this.b9)},r.prototype.bj=function(t,i){if(e.prototype.bj.call(this,t,i),!i&&null!=this.dq){var r=!1;if(this.dz.d.count>0)r=!0,this.m.aa(),this.m.r(this.dz),this.m.h().clip();var a=n.truncate(Math.round(this.b9.left)),o=n.truncate(Math.round(this.b9.top)),s=n.truncate(Math.round(this.b9.width)),c=n.truncate(Math.round(this.b9.height));this.m.o(this.dq.getNativeElement(),1,a,o,s,c,a,o,s,c),r&&this.m.z()}},r.prototype.dw=function(){this.a2()},r.prototype.ds=function(){},r.prototype.dy=function(e){null!=this.dn.aav&&this.dn.aav.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),se=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ae},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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}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.f6},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aav;return null==e?null:e.externalObject},set:function(e){this.i.aav=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),ce=function(){function e(){}return e.register=function(){se.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),n.TypeRegistrar.register("TileSeries",ae.$type)},e}(),le=function(e){function i(){var t=e.call(this)||this;return t.y0=null,t.yz=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f6=function(){return!0},Object.defineProperty(i.prototype,"y1",{get:function(){return this.y0},set:function(e){if(e!=this.y1){var t=this.y1;this.y0=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.y5=function(){null!=this.y1&&this.y1.clearTileCache()},i.prototype.rp=function(t,i,n,r){switch(e.prototype.rp.call(this,t,i,n,r),i){case"TileImagery":null!=this.xk&&(this.xk.aav=this.y1)}},i.prototype.xp=function(t,i){if(e.prototype.xp.call(this,t,i),this.xk.aav=this.y1,null!=this.yz){var r=this.yz;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.y4))}if(this.yz=this.xk,null!=this.yz){var a=this.yz;a.imageTilesReady=n.delegateCombine(a.imageTilesReady,n.runOn(this,this.y4))}},i.prototype.xj=function(){return new ae},i.prototype.y4=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),ue=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 le},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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicTileSeriesComponent=e}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.f6},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.y1;return null==e?null:e.externalObject},set:function(e){this.i.y1=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.y5()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=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=e,this._imageTilesReady_wrapped=function(e,i){var n=new x;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,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),he=function(){function e(){}return e.register=function(){ce.register(),ue.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ue),n.TypeRegistrar.register("GeographicTileSeries",le.$type)},e}(),pe=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMarkerSeriesComponent=e}return r._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.xu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.xv},set:function(e){this.i.xv=+e,this._a("markerThickness",this.i.xv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.xt},set:function(e){this.i.xt=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.xt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.xs},set:function(e){this.i.xs=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.xs))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.yo)},set:function(e){this.i.yo=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.yo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yp)},set:function(e){this.i.yp=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.yp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xw},set:function(e){this.i.xw=+e,this._a("maximumMarkers",this.i.xw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.ym)},set:function(e){this.i.ym=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.ym))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.yn)},set:function(e){this.i.yn=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.yn))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ye=function(e){function r(){var t=e.call(this)||this,i=t.xk;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.x8)),t}return t.__extends(r,e),r.prototype.tg=function(){return this.x9},r.prototype.v4=function(){return this.ym},r.prototype.v5=function(){return this.yn},r.prototype.iu=function(){return this.xv},r.prototype.ml=function(){var e=n.typeCast(i.MarkerSeries.$,this.xk);return null==e?"Unknown":e.ml()},r.prototype.x8=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.xk);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.x9=r.yk:"ActualMarkerOutline"==t.propertyName?this.yn=r.y2:"ActualMarkerBrush"==t.propertyName&&(this.ym=r.y1))},r.prototype.rp=function(t,i,n,a){switch(e.prototype.rp.call(this,t,i,n,a),i){case r.$$p[3]:this.xk.y3=this.yo;break;case r.$$p[6]:this.xk.y4=this.yp;break;case r.$$p[5]:this.xk.xo=this.xt;break;case r.$$p[4]:this.xk.xk=this.xs;break;case r.$$p[9]:this.xk.xu=this.xu;break;case r.$$p[7]:this.xk.ym=this.ya;break;case r.$$p[8]:this.xk.x3=this.xv;break;case r.$$p[10]:this.xk.aat=this.xw}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:ym:yb",[n.Brush.$],"ActualMarkerOutline:yn:yc",[n.Brush.$],"ActualMarkerTemplate:x9:yd",[n.DataTemplate.$,null],"MarkerBrush:yo:ye",[n.Brush.$],"MarkerFillMode:xs:yf",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xt:yg",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:yp:yh",[n.Brush.$],"MarkerTemplate:ya:yi",[n.DataTemplate.$,null],"MarkerThickness:xv:yj",[1,n.DeviceUtils.g(2)],"MarkerType:xu:yk",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xw:yl",[1,400]]),r}(p),ge=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xk;t.abd=this.cu.zj,t.abl=this.cu.zh,t.xu=this.cu.xu,t.ym=this.cu.ya,t.x3=this.cu.xv,t.adn=this.cu.y3,t.aed=this.cu.zo,t.adc=this.cu.yv,t.ad3=this.cu.zf,t.ady=this.cu.y7,t.ac9=this.cu.ys,t.adl=this.cu.yz,t.adm=this.cu.y2,t.ads=this.cu.y5,t.adr=this.cu.y4},i.prototype.c3=function(){this.cu.xk.abd=this.cu.zj},i.prototype.c2=function(){this.cu.xk.abl=this.cu.zh},i.prototype.c8=function(){this.cu.xk.xu=this.cu.xu},i.prototype.c6=function(){this.cu.xk.ym=this.cu.ya},i.prototype.c7=function(){this.cu.xk.x3=this.cu.xv},i.prototype.c9=function(){this.cu.xk.aat=this.cu.xw},i.prototype.db=function(){this.cu.xk.xAxis=this.cu.dc.zh},i.prototype.dc=function(){this.cu.xk.yAxis=this.cu.dc.zj},i.prototype.da=function(){var e=this.cu.xk;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zh,e.yAxis=this.cu.dc.zj},i.prototype.c4=function(){this.cu.xk.y3=this.cu.yo},i.prototype.c5=function(){this.cu.xk.y4=this.cu.yp},i.prototype.dd=function(){this.cu.xk.aed=this.cu.zo},i.prototype.de=function(){this.cu.xk.adc=this.cu.yv,this.cu.xk.adn=this.cu.y3},i.prototype.cy=function(){this.cu.xk.ad3=this.cu.zf},i.prototype.cw=function(){this.cu.xk.ac9=this.cu.ys,this.cu.xk.adl=this.cu.yz,this.cu.xk.adm=this.cu.y2,this.cu.xk.ads=this.cu.y5,this.cu.xk.adr=this.cu.y4},i.prototype.cv=function(){this.cu.xk.ady=this.cu.y7},i.prototype.df=function(){this.cu.xk.adn=this.cu.y3},i.prototype.cx=function(){this.cu.xk.adl=this.cu.yz},i.prototype.c1=function(){this.cu.xk.adm=this.cu.y2},i.prototype.c0=function(){this.cu.xk.ads=this.cu.y5},i.prototype.cz=function(){this.cu.xk.adr=this.cu.y4},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",y.$),i}(y),fe=function(e){function r(){var t=e.call(this)||this;return t.yt=null,t.yy=!1,t.yx=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new ge(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.yw=t},r.prototype.jt=function(){return.7},r.prototype.xj=function(){return new i.BubbleSeries},r.prototype.get_fh=function(){return!0},r.prototype.rp=function(t,i,a,o){switch(e.prototype.rp.call(this,t,i,a,o),i){case"SeriesViewer":this.yw.da();break;case r.$$p[9]:this.yw.c3();break;case r.$$p[8]:this.yw.c2();break;case"XAxis":this.yw.db();break;case"YAxis":this.yw.dc();break;case r.$$p[13]:this.yw.dd();break;case r.$$p[14]:this.yw.de();break;case r.$$p[15]:this.yw.df();break;case r.$$p[7]:this.yw.cy();break;case r.$$p[0]:this.yw.cv();break;case r.$$p[1]:this.yw.cw();break;case r.$$p[2]:this.yw.cx();break;case r.$$p[12]:this.yw.c1();break;case r.$$p[11]:this.yw.c0();break;case r.$$p[10]:this.yw.cz();break;case r.$$p[4]:if(this.xk.z9=this.y1,this.yy=this.y1,this.y1){var s=this.xk;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zt))}else{var c=this.xk;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.zt))}break;case r.$$p[3]:if(this.xk.z8=this.y0,this.yx=this.y0,this.y1){var l=this.xk;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zs))}else{var u=this.xk;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zs))}break;case r.$$p[5]:this.xk.zs=this.yu;break;case r.$$p[6]:this.xk.aas=this.y6}},r.prototype.zt=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zs=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",ye.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:y7:zu",[2],"FillScale:ys:zv",[i.BrushScale.$],"FillScaleUseGlobalValues:yz:zw",[0,!1],"IsCustomScatterMarkerStyleAllowed:y0:zx",[0,!1],"IsCustomScatterStyleAllowed:y1:zy",[0,!1],"ItemSearchMode:yu:zz",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y6:z0",[1,1e4],"LabelMemberPath:zf:z1",[2],"LatitudeMemberPath:zh:z2",[2,null],"LongitudeMemberPath:zj:z3",[2,null],"MarkerBrushBrightness:y4:z4",[1,NaN],"MarkerOutlineBrightness:y5:z5",[1,NaN],"MarkerOutlineUsesFillScale:y2:z6",[0,!1],"RadiusMemberPath:zo:z7",[2,null],"RadiusScale:yv:z8",[i.SizeScale.$],"RadiusScaleUseGlobalValues:y3:z9",[0,!1]]),r}(ye),de=function(e){function r(){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(r,e),r.prototype.createImplementation=function(){return new fe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.zh},set:function(e){this.i.zh=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.zj},set:function(e){this.i.zj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.zo},set:function(e){this.i.zo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.yv;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.yv=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.zf},set:function(e){this.i.zf=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.y7},set:function(e){this.i.y7=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.ys;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.ys=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yz},set:function(e){this.i.yz=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.yz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.y2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.y5},set:function(e){this.i.y5=+e,this._a("markerOutlineBrightness",this.i.y5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.y4},set:function(e){this.i.y4=+e,this._a("markerBrushBrightness",this.i.y4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.y3},set:function(e){this.i.y3=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.y3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.y1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y0},set:function(e){this.i.y0=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.y0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.y6},set:function(e){this.i.y6=+e,this._a("itemSearchThreshold",this.i.y6)},enumerable:!1,configurable:!0}),r.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)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=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=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,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(e){var t=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=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,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}(pe),be=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),n.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",fe.$type)},e}(),me=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){var t=this.cu.xk;e.prototype.ci.call(this),t.abd=this.cu.y8,t.abl=this.cu.y6,t.xu=this.cu.xu,t.ym=this.cu.ya,t.x3=this.cu.xv},i.prototype.cw=function(){this.cu.xk.abd=this.cu.y8},i.prototype.cv=function(){this.cu.xk.abl=this.cu.y6},i.prototype.c2=function(){this.cu.xk.xu=this.cu.xu},i.prototype.c0=function(){this.cu.xk.ym=this.cu.ya},i.prototype.c1=function(){this.cu.xk.x3=this.cu.xv},i.prototype.c3=function(){this.cu.xk.aat=this.cu.xw},i.prototype.c5=function(){this.cu.xk.xAxis=this.cu.dc.zh},i.prototype.c6=function(){this.cu.xk.yAxis=this.cu.dc.zj},i.prototype.c4=function(){var e=this.cu.xk;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zh,e.yAxis=this.cu.dc.zj},i.prototype.cy=function(){this.cu.xk.zd=this.cu.ys},i.prototype.cx=function(){this.cu.xk.y3=this.cu.yo},i.prototype.cz=function(){this.cu.xk.y4=this.cu.yp},i.$t=n.markType(i,"GeographicSymbolSeriesView",y.$),i}(y),Se=function(e){function r(){var t=e.call(this)||this;return t.yu=null,t.yx=!1,t.yw=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new me(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.yv=t},r.prototype.jt=function(){return.7},r.prototype.xj=function(){return new i.ScatterSeries},r.prototype.get_fh=function(){return!0},r.prototype.rp=function(t,i,a,o){switch(e.prototype.rp.call(this,t,i,a,o),i){case"SeriesViewer":this.yv.c4();break;case r.$$p[5]:this.yv.cw();break;case r.$$p[4]:this.yv.cv();break;case r.$$p[6]:this.yv.cy();break;case"XAxis":this.yv.c5();break;case"YAxis":this.yv.c6();break;case r.$$p[1]:if(this.xk.z9=this.yz,this.yx=this.yz,this.yz){var s=this.xk;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zd))}else{var c=this.xk;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.zd))}break;case r.$$p[0]:if(this.xk.z8=this.yy,this.yw=this.yy,this.yz){var l=this.xk;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zc))}else{var u=this.xk;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zc))}break;case r.$$p[2]:this.xk.zs=this.yt;break;case r.$$p[3]:this.xk.aas=this.y1}},r.prototype.zd=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zc=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ye.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:yy:ze",[0,!1],"IsCustomScatterStyleAllowed:yz:zf",[0,!1],"ItemSearchMode:yt:zg",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y1:zh",[1,1e4],"LatitudeMemberPath:y6:zi",[2,null],"LongitudeMemberPath:y8:zj",[2,null],"MarkerCollisionAvoidance:ys:zk",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:y0:zl",[0,!1]]),r}(ye),_e=function(e){function r(){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(r,e),r.prototype.createImplementation=function(){return new Se},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicSymbolSeriesComponent=e}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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.y6},set:function(e){this.i.y6=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.y8},set:function(e){this.i.y8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.ys))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yz},set:function(e){this.i.yz=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yy},set:function(e){this.i.yy=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.y1},set:function(e){this.i.y1=+e,this._a("itemSearchThreshold",this.i.y1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=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=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,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(e){var t=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=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,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}(pe),ke=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),_e.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",_e),n.TypeRegistrar.register("GeographicSymbolSeries",Se.$type)},e}(),ve=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.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 n.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.xw},set:function(e){this.i.xw=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xu},set:function(e){this.i.xu=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xt},set:function(e){this.i.xt=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.x1},set:function(e){this.i.x1=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.x3},set:function(e){this.i.x3=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),xe=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new v},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicScatterAreaSeriesComponent=e}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.ex},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.yi},set:function(e){this.i.yi=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.yd;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.yd=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.yc;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.yc=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},r.prototype.updateActualColorScale=function(){this.i.yn()},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=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=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,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}(ve),Ce=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),xe.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",xe),n.TypeRegistrar.register("GeographicScatterAreaSeries",v.$type)},e}(),we=function(e){function r(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(r,e),r.prototype.ci=function(){e.prototype.ci.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xk);t.zt=this.cu.x9,t.z1=this.cu.x7,t.x6=this.cu.xw,t.x5=this.cu.xv,t.ge=this.cu.xu,t.y1=this.cu.xy,t.y0=this.cu.xx,t.aaz=this.cu.ys,t.aay=this.cu.yr,t.zd=this.cu.x1},r.prototype.c0=function(){this.cu.xk.zt=this.cu.x9},r.prototype.cz=function(){this.cu.xk.z1=this.cu.x7},r.prototype.c5=function(){this.cu.xk.x6=this.cu.xw},r.prototype.c3=function(){this.cu.xk.x5=this.cu.xv},r.prototype.c1=function(){this.cu.xk.ge=this.cu.xu},r.prototype.cy=function(){this.cu.xk.y1=this.cu.xy},r.prototype.cw=function(){this.cu.xk.y0=this.cu.xx},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xk);if(null==this.cu.dc)return e.xp=null,void(e.xr=null);e.xp=this.cu.dc.zh,e.xr=this.cu.dc.zj},r.prototype.c6=function(){this.cu.xk.xp=this.cu.dc.zh},r.prototype.c7=function(){this.cu.xk.xr=this.cu.dc.zj},r.prototype.cx=function(){this.cu.xk.aaz=this.cu.ys},r.prototype.cv=function(){this.cu.xk.aay=this.cu.yr},r.prototype.c2=function(){this.cu.xk.zd=this.cu.x1},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.ys=i.Defaults.bf,this.cu.yr=i.Defaults.be,this.cu.vy=i.Defaults.ba,this.cu.we=i.Defaults.a9)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.xs=null,t.progressiveLoadStatusChanged=null,t.x0=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.js=function(){return n.isNaN_(this.jr)?i.Defaults.ad:e.prototype.js.call(this)},r.prototype.get_fr=function(){return!0},r.prototype.ct=function(){return new we(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.xt=t},r.prototype.xj=function(){return this.xs=new i.HighDensityScatterSeries,this.xs},Object.defineProperty(r.prototype,"x2",{get:function(){return this.x0},set:function(e){var t=this.x0;this.x0=e,this.raisePropertyChanged("ProgressiveStatus",t,this.x0)},enumerable:!1,configurable:!0}),r.prototype.xp=function(t,i){e.prototype.xp.call(this,t,i);var r=this.xk;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.yg));var a=this.xk;a.propertyUpdated=n.delegateCombine(a.propertyUpdated,n.runOn(this,this.yf))},r.prototype.yg=function(e,t){this.x2=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.yf=function(e,t){this.xs},r.prototype.rp=function(t,i,n,a){switch(e.prototype.rp.call(this,t,i,n,a),i){case"SeriesViewer":this.xt.c4();break;case r.$$p[5]:this.xt.c0();break;case r.$$p[4]:this.xt.cz();break;case r.$$p[9]:this.xt.c5();break;case r.$$p[8]:this.xt.c3();break;case r.$$p[6]:this.xt.c1();break;case"XAxis":this.xt.c6();break;case"YAxis":this.xt.c7();break;case r.$$p[3]:this.xt.cy();break;case r.$$p[1]:this.xt.cw();break;case r.$$p[2]:this.xt.cx();break;case r.$$p[0]:this.xt.cv();break;case r.$$p[7]:this.xt.c2()}},r.prototype.get_hd=function(){return!0},r.prototype.set_hd=function(t){e.prototype.set_hd.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:yr:yh",[n.Color.$,i.Defaults.be],"HeatMaximum:xx:yi",[1,50],"HeatMinimumColor:ys:yj",[n.Color.$,i.Defaults.bf],"HeatMinimum:xy:yk",[1,0],"LatitudeMemberPath:x7:yl",[2,null],"LongitudeMemberPath:x9:ym",[2,null],"MouseOverEnabled:xu:yn",[0,!1],"PointExtent:x1:yo",[1,1],"ProgressiveLoad:xv:yp",[0,!0],"UseBruteForce:xw:yq",[0,!1]]),r}(p),Ie=function(e){function r(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Pe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}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.fr},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.x7},set:function(e){this.i.x7=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xw},set:function(e){this.i.xw=n.ensureBool(e),this._a("useBruteForce",this.i.xw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.xv},set:function(e){this.i.xv=n.ensureBool(e),this._a("progressiveLoad",this.i.xv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureBool(e),this._a("mouseOverEnabled",this.i.xu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xy},set:function(e){this.i.xy=+e,this._a("heatMinimum",this.i.xy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e,this._a("heatMaximum",this.i.xx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.ys)},set:function(e){this.i.ys=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.ys))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yr)},set:function(e){this.i.yr=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.yr))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.x1},set:function(e){this.i.x1=+e,this._a("pointExtent",this.i.x1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.x2},set:function(e){this.i.x2=+e,this._a("progressiveStatus",this.i.x2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(e){var t=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=e,this._progressiveLoadStatusChanged_wrapped=function(e,n){var r=new i.IgcProgressiveLoadStatusEventArgs;r._provideImplementation(n),t.beforeProgressiveLoadStatusChanged&&t.beforeProgressiveLoadStatusChanged(t,r),t._progressiveLoadStatusChanged&&t._progressiveLoadStatusChanged(t,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),Te=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Ie.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Ie),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Me=function(e){function r(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jy=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xk&&(this.c2.yc.zf=this.c2.yf,this.c2.yc.zp=this.c2.yj)},r.prototype.c3=function(){null!=this.c2.yc&&(this.c2.yc.zf=this.c2.yf)},r.prototype.c4=function(){null!=this.c2.yc&&(this.c2.yc.zp=this.c2.yj)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),ze=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fm=function(){return!0},r.prototype.xp=function(t,i){e.prototype.xp.call(this,t,i)},r.prototype.xj=function(){this.yc=new i.ScatterContourSeries;var e=this.yc;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.ym));var t=this.yc;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.yn)),this.yc},r.prototype.ym=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.yn=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.xk);null!=r&&"ActualFillScale"==t.propertyName&&(this.ye=r.ze)},r.prototype.sy=function(){e.prototype.sy.call(this)},r.prototype.ct=function(){return new Me(this)},r.prototype.rg=function(t){e.prototype.rg.call(this,t),this.yg=t},r.prototype.rp=function(t,i,n,a){switch(e.prototype.rp.call(this,t,i,n,a),i){case r.$$p[1]:this.yg.c3();break;case r.$$p[2]:this.yg.c4();break;case r.$$p[3]:this.yc.zc=this.yb;break;case"DashArray":this.yc.wl=this.wl;break;case"DashCap":this.yc.wm=this.wm;break;case"MiterLimit":this.yc.jp=this.jp;break;case"LineJoin":this.yc.wo=this.wo}},r.$t=n.markType(r,"GeographicContourLineSeries",k.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:ye:yo",[i.ValueBrushScale.$,null],"FillScale:yf:yp",[i.ValueBrushScale.$,null],"ValueMemberPath:yj:yq",[2,"value"],"ValueResolver:yb:yr",[i.ContourValueResolver.$,null]]),r}(k),$e=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new ze},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.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 e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicContourLineSeriesComponent=e}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.fm},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.yj},set:function(e){this.i.yj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.yf;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.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.ye;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.ye=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.yb;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.yb=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.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)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=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=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,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}(ve),je=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),$e.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",$e),n.TypeRegistrar.register("GeographicContourLineSeries",ze.$type)},e}(),Oe=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),he.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),ke.register(),Ce.register(),Te.register(),je.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),Re=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=n.markType(i,"TokenResponseModel"),i}(n.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=n.markType(i,"MapServerResponseModel"),i}(n.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=n.markType(i,"TileInfoResponseModel"),i}(n.Base),De=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=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),Be=function(e){return e[e.Road=0]="Road",e[e.Satellite=1]="Satellite",e[e.DarkGrey=2]="DarkGrey",e[e.LabelsRoadOverlay=3]="LabelsRoadOverlay",e[e.LabelsDarkGreyOverlay=4]="LabelsDarkGreyOverlay",e[e.HybridRoadOverlay=5]="HybridRoadOverlay",e[e.HybridDarkGreyOverlay=6]="HybridDarkGreyOverlay",e[e.TerraOverlay=7]="TerraOverlay",e[e.WeatherRadarOverlay=8]="WeatherRadarOverlay",e[e.WeatherInfraredOverlay=9]="WeatherInfraredOverlay",e[e.TrafficAbsoluteOverlay=10]="TrafficAbsoluteOverlay",e[e.TrafficRelativeOverlay=11]="TrafficRelativeOverlay",e[e.TrafficRelativeDarkOverlay=12]="TrafficRelativeDarkOverlay",e[e.TrafficDelayOverlay=13]="TrafficDelayOverlay",e[e.TrafficReducedOverlay=14]="TrafficReducedOverlay",e}({}),Ee=n.markEnum("AzureMapsImageryStyle","Road,0|Satellite,1|DarkGrey,2|LabelsRoadOverlay,3|LabelsDarkGreyOverlay,4|HybridRoadOverlay,5|HybridDarkGreyOverlay,6|TerraOverlay,7|WeatherRadarOverlay,8|WeatherInfraredOverlay,9|TrafficAbsoluteOverlay,10|TrafficRelativeOverlay,11|TrafficRelativeDarkOverlay,12|TrafficDelayOverlay,13|TrafficReducedOverlay,14"),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.p=function(){this.l(),this.n(),this.o(),this.m(),this.q(),this.r()},i.prototype.l=function(){this.a.ap.apiKey=this.k.apiKey},i.prototype.n=function(){this.a.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.a.ap.tilesetId=this.k.b1},i.prototype.m=function(){this.a.ap.apiVersion=this.k.apiVersion},i.prototype.q=function(){this.a.ap.localizedView=this.k.localizedView},i.prototype.r=function(){this.a.ap.timestamp=this.k.timestamp},i.$t=n.markType(i,"AzureMapsImageryView",d.$),i}(d),Ve=function(e){function i(){var t=e.call(this,new n.AzureMapsTileSource)||this;return t.bp.p(),t}return t.__extends(i,e),i.prototype.ai=function(){return new Ne(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},i.prototype.b4=function(t,n,r){switch(t){case i.$$p[3]:this.b1=this.bx(),this.bp.o();break;case i.$$p[0]:this.bp.l();break;case i.$$p[2]:this.bp.n();break;case i.$$p[1]:this.bp.m();break;case i.$$p[4]:this.bp.q();break;case i.$$p[6]:this.bp.r()}e.prototype.ba.call(this,t,n,r)},i.prototype.bx=function(){switch(this.imageryStyle){case 0:return"microsoft.base.road";case 7:return"microsoft.terra.main";case 2:return"microsoft.base.darkgrey";case 3:return"microsoft.base.labels.road";case 4:return"microsoft.base.labels.darkgrey";case 5:return"microsoft.base.hybrid.road";case 6:return"microsoft.base.hybrid.darkgrey";case 1:return"microsoft.imagery";case 8:return"microsoft.weather.radar.main";case 9:return"microsoft.weather.infrared.main";case 10:return"microsoft.traffic.absolute.main";case 11:return"microsoft.traffic.relative.main";case 12:return"microsoft.traffic.relative.dark";case 13:return"microsoft.traffic.delay.main";case 14:return"microsoft.traffic.reduced.main";default:return""}},i.$t=n.markType(i,"AzureMapsImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"b4",["ApiKey",[2,n.stringEmpty()],"ApiVersion",[2,"2024-04-01"],"CultureName",[2,"en-US"],"ImageryStyle",[Ee,n.enumGetBox(Ee,0)],"LocalizedView",[2,null],"TilesetId:b1:ca",[2,null],"Timestamp",[3,n.dateMinValue()]]),i}(f),qe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",y.$),i}(y),Ue=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",y.$),i}(y),Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",y.$),i}(y),Fe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",y.$),i}(y),He=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new Ve},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},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,"apiVersion",{get:function(){return this.i.apiVersion},set:function(e){this.i.apiVersion=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(Ee,e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"localizedView",{get:function(){return this.i.localizedView},set:function(e){this.i.localizedView=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"timestamp",{get:function(){return this.i.timestamp},set:function(e){this.i.timestamp=e},enumerable:!1,configurable:!0}),i}(M),We=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcAzureMapsImagery",He),n.TypeRegistrar.register("AzureMapsImagery",Ve.$type)},e}(),Xe=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ye=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Xe.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Ze=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ye.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ye.$),i}(ye),Ke=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Qe.$),i}(Qe),Je=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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pe),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._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(Je),tt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),it=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(L),nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Qe.$),i}(Qe),rt=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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(Je),at=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),ot=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=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);e.ArcGISOnlineMapImagery=N,e.AzureMapsImagery=Ve,e.AzureMapsImageryStyle=Be,e.AzureMapsImageryStyle_$type=Ee,e.AzureMapsImageryView=Ne,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=I,e.BingMapsMapImagery=j,e.BingMapsMapImageryView=$,e.BingResourceSet=Ye,e.BingResponse=Ze,e.CustomMapImagery=B,e.GeographicContourLineSeries=ze,e.GeographicContourLineSeriesView=Me,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=we,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ye,e.GeographicMarkerSeriesBase=Qe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=Ke,e.GeographicProportionalSymbolSeriesBaseView=qe,e.GeographicProportionalSymbolSeriesView=ge,e.GeographicScatterAreaSeries=v,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=tt,e.GeographicShapeSeriesBaseBaseView=Ue,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=nt,e.GeographicSymbolSeriesBaseView=Le,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=le,e.GeographicXYTriangulatingSeries=k,e.GeographicXYTriangulatingSeriesBase=at,e.GeographicXYTriangulatingSeriesBaseView=Fe,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=y,e.IgcArcGISOnlineMapImagery=V,e.IgcArcGISOnlineMapImageryModule=q,e.IgcAzureMapsImagery=He,e.IgcAzureMapsImageryModule=We,e.IgcBingMapsMapImagery=O,e.IgcBingMapsMapImageryModule=R,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=E,e.IgcGeographicContourLineSeriesComponent=$e,e.IgcGeographicContourLineSeriesModule=je,e.IgcGeographicHighDensityScatterSeriesComponent=Ie,e.IgcGeographicHighDensityScatterSeriesModule=Te,e.IgcGeographicMapComponent=C,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=M,e.IgcGeographicMapModule=Oe,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=Je,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=et,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=xe,e.IgcGeographicScatterAreaSeriesModule=Ce,e.IgcGeographicShapeSeriesBaseBaseComponent=it,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=rt,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=ke,e.IgcGeographicTileSeriesComponent=ue,e.IgcGeographicTileSeriesModule=he,e.IgcGeographicXYTriangulatingSeriesBaseComponent=ot,e.IgcGeographicXYTriangulatingSeriesComponent=ve,e.IgcImageTilesReadyEventArgs=x,e.IgcImagesChangedEventArgs=T,e.IgcOpenStreetMapImagery=A,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=w,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=ce,e.ImageTilesReadyEventArgs=u,e.ImageryMetadata=Xe,e.ImagesChangedEventArgs=h,e.LevelOfDetailResponseModel=De,e.MapBackgroundTilingMode=o,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=a,e.MapServerResponseModel=Ae,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=l,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=z,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=ae,e.TileSeriesView=oe,e.TokenResponseModel=Re,e.XamGeographicMap=g,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));
|