igniteui-webcomponents-maps 5.0.2 → 5.1.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 +1524 -1524
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +191 -191
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +465 -465
- 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-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 +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- 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 +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +458 -458
- 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-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 +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- 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 +1538 -1538
- package/fesm5/igniteui-webcomponents-maps.js +1524 -1524
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -26
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -49
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +114 -114
- 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}({}),o=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=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 o,a,s,l,c,h=n.e,u=n.d,p=n.c,g=(n.a,!p.isEmpty),y=(this.m,this.o,p.top),f=p.height,d=h.top,b=h.height,m=u.top,S=u.height,w=this.au.top,_=this.au.height,x=this.af(e),v=.017453292519943295,k=!1;null!=x&&(k=!0);for(var C=t;C<i;C++)o=k?x[C]:e.item(C),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*v,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=y+(c=(this.ai-l)*f/this.aj))-w*f)/_-d*S)/b,k?x[C]=c:e.item(C,c)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*v,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*S/this.aj))-d*S)/b,k?x[C]=c:e.item(C,c))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.l6),p4:this.ak(e.l5)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,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),c=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,o=n.e,a=n.d,s=n.c,l=n.a,c=!s.isEmpty,h=this.m,u=this.o,p=s.left,g=s.width,y=o.left,f=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,w=this.af(e),_=!1;null!=w&&(_=!0);for(var x=t;x<i;x++)if(r=_?w[x]:e.item(x),c){var v=(r-u)/h;l&&(v=1-v);var k=((v=p+g*(v-m)/S)-y*b)/f;_?w[x]=k:e.item(x,k)}else{var C=(r-u)/h;l&&(C=1-C),C=d+b*(C-y)/f,_?w[x]=C:e.item(x,C)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.l6,p4:e.l5}},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 o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=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),u=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.wq=null,t.ws=t.wr(),t}return t.__extends(r,e),r.prototype.qc=function(){e.prototype.qc.call(this),null!=this.ws&&this.ws.qc()},r.prototype.get_fa=function(){return!0},r.prototype.ko=function(e,t){var i=this.nb(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.ws.ko(e,i)},r.prototype.mb=function(e){var t=this.nb(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.ws.mb(t)},r.prototype.get_kg=function(){return this.ky(this.ws)},r.prototype.set_kg=function(e){this.ox(this.ws,e)},r.prototype.d9=function(e,t,i,n,r){return this.ws.d9(e,t,i,n,r)},r.prototype.ai=function(){return this.ws.ai()},r.prototype.bm=function(){return this.ws},Object.defineProperty(r.prototype,"ws",{get:function(){return this.wq},set:function(e){this.ws!=e&&(this.wq=e,this.wx())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.ws.hasMarkers},r.prototype.wx=function(){if(null!=this.wq){var e=this.wq;e.externalObject=n.TypeRegistrar.createFromInternal(e,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),e.externalObject._implementation=e}this.pd(this.ws),this.wt.b5()},r.prototype.de=function(e,t,i){return this.dg(this.ws,e,t,i)},r.prototype.df=function(e,t,i){return this.dh(this.ws,e,t,i)},r.prototype.kl=function(e){return this.ku(this.ws,e)},r.prototype.j8=function(e,t){return this.ws.j8(e,t)},r.prototype.j6=function(e,t){return this.ws.j6(e,t)},r.prototype.i3=function(e,t,i){return this.ws.i3(e,t,i)},r.prototype.v6=function(e,t,i){return this.ws.v6(e,t,i)},r.prototype.wh=function(e){return this.ws.wh(e)},r.prototype.an=function(e){return this.ws.an(e)},r.prototype.wi=function(e){return this.ws.wi(e)},r.prototype.ao=function(e){return this.ws.ao(e)},r.prototype.wj=function(e){return this.ws.wj(e)},r.prototype.wk=function(e){return this.ws.wk(e)},r.prototype.iz=function(e,t,i){return this.ws.iz(e,t,i)},r.prototype.v2=function(e,t,i){return this.ws.v2(e,t,i)},r.prototype.i1=function(e,t,i){return this.i3(e,t,i)},r.prototype.v4=function(e,t,i){return this.ws.v4(e,t,i)},r.prototype.v7=function(e,t,i){return this.ws.v7(e,t,i)},r.prototype.i4=function(e,t,i){return this.ws.i4(e,t,i)},r.prototype.v3=function(e,t,i){return this.ws.v3(e,t,i)},r.prototype.i0=function(e,t,i){return this.ws.i0(e,t,i)},r.prototype.v5=function(e,t,i){return this.ws.v5(e,t,i)},r.prototype.i2=function(e,t,i){return this.ws.i2(e,t,i)},r.prototype.j2=function(e){return this.ws.j2(e)},r.prototype.iu=function(){return this.ws.iu()},r.prototype.iq=function(e){return this.ws.iq(e)},r.prototype.km=function(e){return this.ws.km(e)},r.prototype.cq=function(){return new g(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.wt=n.typeCast(g.$,t)},Object.defineProperty(r.prototype,"wu",{get:function(){return this.c(r.wz)},set:function(e){this.h(r.wz,e)},enumerable:!1,configurable:!0}),r.prototype.q5=function(t,r,o,a){switch(e.prototype.q5.call(this,t,r,o,a),r){case"SeriesViewer":this.ws.c9=this.c9,null!=o&&o.qq(this.ws),null!=a&&this.c9.mw(this.ws),this.ws.q8(this.wl),this.ws.index=this.index,this.pw(this.ws),this.ke=this.ws.ke;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.wy))),null!=this.c9){var l=this.c9;l.actualWindowRectChanged=n.delegateCombine(l.actualWindowRectChanged,n.runOn(this,this.wy))}this.ww();break;case"SyncLink":this.ws.c1=this.c1;break;case"VisibleFromScale":this.ww();break;case"Index":this.ws.index=this.index;break;case"ItemsSource":this.wt.b6();break;case"Resolution":this.wt.cd();break;case"TransitionDuration":this.wt.cg();break;case"Opacity":this.wt.ca();break;case"Visibility":var c=this.ws,h=this._visibility;c.visibility=h;break;case"MouseOverEnabled":this.ws.f6=this.f6;break;case"ExpectFunctions":this.ws.expectFunctions=this.expectFunctions;break;case"Thickness":this.wt.cf();break;case"Brush":this.wt.b4();break;case"Outline":this.wt.cc();break;case"ActualBrush":this.wt.b1();break;case"ActualOutline":this.wt.b2();break;case"MarkerFillOpacity":n.isNaN_(this.je)||this.wt.b9();break;case"AreaFillOpacity":n.isNaN_(this.ii)||this.wt.b3();break;case"OutlineMode":this.wt.cb();break;case"ShowDefaultTooltip":this.wt.ce();break;case"Title":this.ws.title=this.title;break;case"LegendItemBadgeMode":this.wt.b7();break;case"LegendItemBadgeShape":this.wt.b8();break;case"Legend":this.ws.legend=this.legend,this.ct.av()}},r.prototype.ww=function(){if(null!=this.c9&&null!=this.ws&&!n.isNaN_(this.wu))if(this.c9.vl.width>this.wu){this.ws.visibility=1}else{this.ws.visibility=0}},r.prototype.wy=function(e,t){this.ww()},r.prototype.rn=function(t){e.prototype.rn.call(this,t),null!=this.ws&&this.ws.rn(t)},r.prototype.rm=function(e,t,i,n,r){null!=this.ws&&this.ws.rm(e,t,i,n,r)},r.prototype.a1=function(e,t){return this.ws.a1(e,t)},r.prototype.r6=function(){e.prototype.r6.call(this),this.ws.r6()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.ws.coercionMethods=e},r.prototype.pv=function(t){if(e.prototype.pv.call(this,t),null!=this.ws){var i=this.ws.kk();this.o6(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.wz=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),g=function(e){function r(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(r,e),r.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},r.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.ws.legendItemVisibility=0,this.b0.ws.itemsSource=this.b0.itemsSource,this.b0.ws.index=this.b0.index,this.b0.ws.u9=this.b0.u9,this.b0.ws.vp=this.b0.u9,this.b0.ws.cg=this.b0.cg,this.b0.ws.jh=this.b0.jh,this.b0.ws.kb=this.b0.kb,this.b0.ws._opacity=this.b0._opacity,this.b0.ws.jn=this.b0.jn,this.b0.ws.ii=this.b0.ii,this.b0.ws.je=this.b0.je,this.b0.ws.gn=this.b0.gn,this.b0.ws.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.ws.bc=this.b0.bc},r.prototype.b6=function(){this.b0.ws.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.ws.jh=this.b0.jh},r.prototype.cg=function(){this.b0.ws.kb=this.b0.kb},r.prototype.ca=function(){this.b0.ws._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.ws.jn=this.b0.jn},r.prototype.b4=function(){this.b0.ws.u9=this.b0.u9},r.prototype.cc=function(){this.b0.ws.vp=this.b0.vp},r.prototype.b1=function(){this.b0.ws.u9=this.b0.u3},r.prototype.b2=function(){this.b0.ws.vp=this.b0.u7},r.prototype.b7=function(){this.b0.ws.bc=this.b0.bc},r.prototype.b8=function(){this.b0.ws.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.ws.ii=this.b0.ii},r.prototype.b9=function(){this.b0.ws.je=this.b0.je},r.prototype.cb=function(){this.b0.ws.cg=this.b0.cg},r.prototype.ce=function(){this.b0.ws.gn=this.b0.gn},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),y=function(e){function r(){var t=e.call(this)||this;t.wx=null,t.wm=!1,t.we=1,t.wt=0,t.x4=null,t.wb=null,t.v7=null,t.v9=null,t.wd=null,t.x0={$type:n.Point_$type,x:NaN,y:NaN},t.x7=null,t.ws=1,t.imageTilesReady=null,t.wl=null,t.x6=n.Rect.empty,t.wt=l.am(r.x5.bottom)-l.am(r.x5.top),t.ab=r.$,t.backgroundContent=new w;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.v8=a,t.v8.nm=new c;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wa=s,t.wa.nm=new l,t.xf(),t.xm(),t.no(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.v8.provideRenderer(t),this.wa.provideRenderer(t)},r.prototype.no=function(){e.prototype.no.call(this),this.wk.fv(this.hb)},r.prototype.fh=function(){return this.wq},r.prototype.fi=function(){return this.wq},r.prototype.wh=function(){return 0==this.wf&&this.wm?2:1},Object.defineProperty(r.prototype,"wg",{get:function(){return this.we},set:function(e){this.we=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"x9",{get:function(){return this.x4},set:function(e){if(n.Rect.l_op_Inequality(this.x4,e)){var t=this.x4;this.x4=e,this.p8("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.yd=function(){return this.x9},r.prototype.xf=function(){this.yl.isEmpty||(this.x9=this.yj(this.yl,1==this.cr))},r.prototype.yj=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,c=l.am(e.bottom),h=l.am(e.top),u=c-h,p=e.width/r.x5.width,g=l.am(r.x5.top);if(u/p>this.wt){var y=u/this.wt;o-=(y-p)/2*r.x5.width,a=y*r.x5.width,t&&(o<r.x5.left?o+=r.x5.left-o:o+a>r.x5.right&&(o-=o+a-r.x5.right))}else if(u/p<this.wt){var f=this.wt*p-u,d=h-f/2,b=c+f/2;t&&(d<g?b+=g-(d+=g-d):b>g+this.wt&&(d-=b-(g+this.wt),b-=b-(g+this.wt))),i=l.aq(d),s=l.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.wb},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wb=e,this.p8("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"v8",{get:function(){return this.v7},set:function(e){if(e!=this.v8){var t=this.v8;this.v7=e,this.p8("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wa",{get:function(){return this.v9},set:function(e){if(e!=this.wa){var t=this.wa;this.v9=e,this.p8("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.xp=function(e){this.v1=e},r.prototype.xo=function(e){this.yl=e},r.prototype.getZoomFromGeographicRect=function(e){return this.yb(e,!0,0)},r.prototype.ya=function(e,t){return this.yb(e,!1,t)},r.prototype.yb=function(e,t,o){var a=e;t&&(a=this.yj(e,!1));var s=this.v8,l=this.wa,c=new i.ScalerParams(1,r.x8,this.v0,s.ch);c.c=this.vp;var h=new i.ScalerParams(1,r.x8,this.v0,l.ch);h.c=this.vp;var u=this.v8.ek(a.left,c),p=this.v8.ek(a.right,c),g=this.wa.ek(a.top,h),y=this.wa.ek(a.bottom,h),f=(u-o)/this.v0.width,d=(y-o)/this.v0.height,b=(p-u+2*o)/this.v0.width,m=(g-y+2*o)/this.v0.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.x8),S.isEmpty&&(S=r.x8),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.x8;var l=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},r.prototype.yf=function(e){var t=this.v8,o=this.wa,a=new i.ScalerParams(1,e,this.v0,t.ch);a.c=this.vp;var s=new i.ScalerParams(1,e,this.v0,o.ch);s.c=this.vp;var l=this.vo,c=t.en(l.left,a),h=o.en(l.top,s),u=t.en(l.right,a),p=o.en(l.bottom,s),g=u-c,y=h-p,f=new n.Rect(0,c,p,g,y);return 1==this.cr&&(f.intersect(r.x5),f.isEmpty&&(f=r.x5)),f},r.prototype.x1=function(e){var t=this.v8.l9(e.x),i=this.wa.l9(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.x2=function(e){var t=this.v8.e5(e.x),i=this.wa.e5(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.x3=function(e){return this.x2(e)},r.prototype.xc=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.xi=function(e){},r.prototype.ga=function(){return!0},r.prototype.xk=function(){var e,i;this.wk.ee();try{for(var r=t.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.r6()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.xn=function(){if(2==this.wj){if(!this.v0.isEmpty&&this.v0.width>0&&this.v0.height>0){var e=this.v8.l9(this.v0.left+this.v0.width/2),t=this.wa.l9(this.v0.top+this.v0.height/2);this.x0={$type:n.Point_$type,x:e,y:t}}}else if(!this.v0.isEmpty&&this.v0.width>0&&this.v0.height>0){var i=this.v8.l9(this.v0.left),r=this.wa.l9(this.v0.top);this.x0={$type:n.Point_$type,x:i,y:r}}},r.prototype.xj=function(){(n.isNaN_(this.x0.x)||n.isNaN_(this.x0.y))&&this.xn();var e=this.x0.x,t=this.x0.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.vl.left,a=this.vl.top,s=this.vl.width,l=this.vl.height;if(s>this.x7.width);else{var c=new i.ScalerParams(1,r.x8,this.v0,this.v8.ch);c.c=this.vp;var h=this.v8.ek(e,c);if(2==this.wj)o=h/this.v0.width-s/2;else o=h/this.v0.width;o+s>this.x7.right?o=this.x7.right-s:o<this.x7.left&&(o=this.x7.left)}if(l>this.x7.height);else{var u=new i.ScalerParams(1,r.x8,this.v0,this.wa.ch);u.c=this.vp;var p=this.wa.ek(t,u);if(2==this.wj)a=p/this.v0.height-l/2;else a=p/this.v0.height;a+l>this.x7.bottom?a=this.x7.bottom-l:a<this.x7.top&&(a=this.x7.top)}this.rj(new n.Rect(0,o,a,s,l),!1)}},r.prototype.get_e9=function(){return!0},r.prototype.vm=function(){var t=e.prototype.vm.call(this);if(null==this.v8||null==this.wa)return t;this.vw();var i=t.left,r=t.top;1==this.cr&&(this.v1.width>this.x7.width?i=.5-this.v1.width/2:i+t.width>this.x7.right?i=this.x7.right-this.v1.width:i<this.x7.left&&(i=this.x7.left),this.v1.height>this.x7.height?r=.5-this.v1.height/2:r+this.v1.height>this.x7.bottom?r=this.x7.bottom-this.v1.height:r<this.x7.top&&(r=this.x7.top));var o=!1;!this.wp&&2==this.cr&&this.wm&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.x7.right>0&&(t.right-this.x7.right)/t.width>.8?(i=this.x7.left-(t.width-(t.right-this.x7.right)),o=!0):t.left<this.x7.left&&Math.abs(t.left-this.x7.left)/t.width>.8&&(i=this.x7.right-Math.abs(t.left-this.x7.left),o=!0));var a=new n.Rect(0,i,r,t.width,t.height);if(this.wp){var s=this.ya(this.yl,1);s=this.yc(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var h=a.height/a.width,u=s.width,p=h*u;a=new n.Rect(0,l-u/2,c-p/2,u,p),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,f=g*y;a=new n.Rect(0,l-f/2,c-y/2,f,y),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ew=!0,this.v1=a,this.ew=!1),a},r.prototype.mt=function(e,t){var i=!0,r=!0,o=0,a=this.vw(),s=0,l=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(l=Math.abs(e.left-a.left)/e.width),0==l&&0==s&&(i=!1),l>s&&(r=!1),i)if(r){var c=this.v7.ek(-180,t);o=this.v7.ek(180,t)-c}else{o=this.v7.ek(-180,t)-this.v7.ek(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.vw=function(){var e=new i.ScalerParams(1,r.x8,this.v0,this.v8.ch);e.c=this.vp;var t=new i.ScalerParams(1,r.x8,this.v0,this.wa.ch);t.c=this.vp;var o=this.v8.ek(r.x5.left,e),a=this.v8.ek(r.x5.right,e),s=this.wa.ek(r.x5.top,t),l=this.wa.ek(r.x5.bottom,t);return this.x7=new n.Rect(0,o/this.v0.width,l/this.v0.height,(a-o)/this.v0.width,(s-l)/this.v0.height),this.x7},r.prototype.yc=function(e){var t=this.hf,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),l=n.MathUtil.d(e.height,t,1),c=this.v0,h=c.width/c.height,u=s*c.width,p=l*c.height;u/p!=h&&(p*h>u?s=(u=p*h)/c.width:l=(p=u/h)/c.height);var g=s!=o,y=l!=a,f=g?i-.5*s:e.left,d=y?r-.5*l:e.top,b=g?i+.5*s:e.right,m=y?r+.5*l:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+l),m>1&&(d=(m=1)-l),new n.Rect(0,f,d,b-f,m-d)},r.prototype.vn=function(t){if(e.prototype.vn.call(this,this.v0),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 o=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return i},r.prototype.ye=function(e){return this.vn(e)},r.prototype.c7=function(){return new S(this)},r.prototype.xe=function(e){null!=e&&(e.bi=this)},r.prototype.pr=function(t){e.prototype.pr.call(this,t),this.wk=t},r.prototype.p2=function(t,i){e.prototype.p2.call(this,t,i),this.q7(this.v8),this.q7(this.wa),n.Rect.l_op_Inequality(t,i)&&this.xj(),this.wp&&(this.vl=this.vm()),this.xq()},Object.defineProperty(r.prototype,"wu",{get:function(){return this.ws},set:function(e){var t=this.ws;this.ws=e,this.p8("ActualWindowScale",t,this.ws)},enumerable:!1,configurable:!0}),r.prototype.hl=function(){return this.wu},r.prototype.hm=function(){return this.wu},r.prototype.q6=function(){e.prototype.q6.call(this);var t=Math.min(this.vl.width,this.vl.height);this.wu=t},r.prototype.fz=function(){return this.wm},r.prototype.cs=function(){return 0==this.ct&&this.wn?2:this.ct},r.prototype.p3=function(i,o,a,s){var l,c,h,u;switch(e.prototype.p3.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xf();break;case"WindowRect":this.xn();break;case r.$$p[0]:this.wg=this.wh(),null!=this.wd&&(this.wd.isHorizontalWrappingEnabled=2==this.wg);break;case r.$$p[1]:this.wm=this.wn,this.wg=this.wh(),this.cr=this.cs(),null!=this.wd&&(this.wd.isHorizontalWrappingEnabled=2==this.wg);break;case r.$$p[4]:this.vl=this.vm();break;case"BackgroundContent":if(null!=this.wd){var p=this.wd;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.xg)),this.wd.deferralHandler=null}if(this.wd=n.typeCast(f.$,this.backgroundContent),null!=this.wd){var g=this.wd;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.xg)),this.wd.deferralHandler=this,this.wd.isHorizontalWrappingEnabled=2==this.wg}this.wk.fu(n.typeCast(f.$,a),n.typeCast(f.$,s)),null!=this.wd&&(this.wd.geographicMap=this,this.wk.fr(this.vl),this.wk.fv(this.hb));break;case"YAxis":case"XAxis":this.xl(a),this.xe(s);break;case r.$$p[6]:this.wo||(this.v1=r.x8),this.xf(),this.xm(),this.xn(),this.vl=this.vm(),this.wk.fs();break;case"ActualWindowRect":this.wk.fr(this.vl);break;case"ActualWorldRect":try{for(var y=t.__values(n.fromEnum(this.series)),d=y.next();!d.done;d=y.next()){d.value.rn(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(c=y.return)&&c.call(y)}finally{if(l)throw l.error}}break;case r.$$p[5]:this.wu=this.wv;break;case"ActualWindowScale":this.f6||this.rh(this.hl(),this.hm());break;case"ActualPixelScalingRatio":this.wk.fv(this.hb);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.hf=5e-6,this.he=5e-6):(this.hf=b,this.he=b);break;case r.$$p[7]:this.rd();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.qc()}}catch(e){h={error:e}}finally{try{S&&!S.done&&(u=m.return)&&u.call(m)}finally{if(h)throw h.error}}}},r.prototype.xg=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.xl=function(e){null!=e&&(e.bi=null)},r.prototype.xm=function(){null!=this.v8&&(this.v8.l6=this.x9.left,this.v8.l5=this.x9.right),null!=this.wa&&(this.wa.l6=this.x9.top,this.wa.l5=this.x9.bottom),this.v8.c2(!0),this.wa.c2(!0)},r.prototype.getFontInfo=function(){return this.wl=this.wk.fo,this.wl},r.prototype.up=function(){return this.wk.fw},r.prototype.getFontBrush=function(){return this.wk.fx},r.prototype.qz=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=t;o.itemsSource=r.triangulationSource.points,o.w1=r.triangulationSource.triangles}else e.prototype.qz.call(this,t,i)},r.prototype.register=function(e,t){this.qn(e,t)},r.prototype.unRegister=function(e){this.q5(e)},r.prototype.deferredRefresh=function(){this.m6()},r.prototype.deferAction=function(e){null!=this.wx?this.wx.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.xd=function(e){this.rc(e)},r.prototype.wy=function(){var e=new i.ChartVisualData,t=this.v8.fx(),r=this.wa.fx();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kk();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.v0),e.centralArea=n.RectData.b(this.v0),e.plotArea=n.RectData.b(this.v0),e},r.prototype.vs=function(e,t,i){return e},r.prototype.xh=function(){},Object.defineProperty(r.prototype,"yk",{get:function(){return this.x6},set:function(e){this.x6=e},enumerable:!1,configurable:!0}),r.prototype.xr=function(e){this.yk=e,this.xq()},r.prototype.xq=function(){if(this.wr&&!this.yk.isEmpty){var e=this.getZoomFromGeographicRect(this.yk);this.yk=n.Rect.empty,this.rj(e,!1)}},Object.defineProperty(r.prototype,"wr",{get:function(){return!this.v0.isEmpty&&!this.vp.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.wi=0,r.x5=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.x8=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"p8",["BackgroundTilingMode:wf:xs",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:wn:xt",[0,!1],"ResizeBehavior:wj:xu",[o,n.enumGetBox(o,r.wi)],"SuppressZoomResetOnWorldRectChange:wo:xv",[0,!1],"UseWorldRectForZoomBounds:wp:xw",[0,!1],"WindowScale:wv:xx",[1,NaN],"WorldRect:yl:xy",[n.Rect.$,r.x5],"Zoomable:wq:xz",[0,!0]]),r}(i.SeriesViewer),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 h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var 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.ye(t),o=y.x5,a=this.geographicMap.x9,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/r.width*s*l;var c=this.geographicMap.v8,h=this.geographicMap.wa,u=new i.ScalerParams(1,this.windowRect,t,c.ch);u.c=r;var p=new i.ScalerParams(1,this.windowRect,t,h.ch);p.c=r;var g=c.ek(o.left,u),f=h.ek(o.bottom,p),d=-g/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 u)},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",y.$,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.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.ws;t.xs=this.ch.w4,t.x0=this.ch.w2,t.trianglesSource=this.ch.w1,t.xg=this.ch.w7,t.xi=this.ch.w9,t.xk=this.ch.xb},i.prototype.ck=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.wq=null,void(e.wr=null);e.wq=this.ch.c9.v8,e.wr=this.ch.c9.wa},i.prototype.cj=function(){this.ch.ws.xs=this.ch.w4},i.prototype.ci=function(){this.ch.ws.x0=this.ch.w2},i.prototype.cl=function(){this.ch.ws.trianglesSource=this.ch.w1},i.prototype.cm=function(){this.ch.ws.xg=this.ch.w7},i.prototype.cn=function(){this.ch.ws.xi=this.ch.w9},i.prototype.co=function(){this.ch.ws.xk=this.ch.xb},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xm&&(this.cp.xm.yz=this.cp.xq,this.cp.xm.yn=this.cp.xl)},i.prototype.cq=function(){null!=this.cp.xm&&(this.cp.xm.yz=this.cp.xq)},i.prototype.cr=function(){null!=this.cp.xm&&(this.cp.xm.yn=this.cp.xl)},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.uj=2,i.fn.il=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.xd(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,i,r,o,a=this.j.a8(e,t,i,r,o);e=a.p0,t=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var l=0;l<s.a.count;l++)this.fn.ah.add(s.a.item(l));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fn.ai.add(s.f.item(c))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var 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.wd&&(this.fn.wd.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.wd&&(this.fn.wd.windowRect=this.fn.vl),null!=e){var 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.hb;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),w=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),_=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cq=function(){return new b(this)},i.prototype.qx=function(t){e.prototype.qx.call(this,t),this.w0=t},i.prototype.q5=function(t,n,r,o){switch(e.prototype.q5.call(this,t,n,r,o),n){case"SeriesViewer":this.w0.ck();break;case i.$$p[1]:this.w0.cj();break;case i.$$p[0]:this.w0.ci();break;case i.$$p[5]:this.w0.cl();break;case i.$$p[2]:this.w0.cm();break;case i.$$p[3]:this.w0.cn();break;case i.$$p[4]:this.w0.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:w2:xd",[2,"pointY"],"LongitudeMemberPath:w4:xe",[2,"pointX"],"TriangleVertexMemberPath1:w7:xg",[2,"v1"],"TriangleVertexMemberPath2:w9:xh",[2,"v2"],"TriangleVertexMemberPath3:xb:xi",[2,"v3"],"TrianglesSource:w1:xf",[n.IEnumerable_$type,null]]),i}(p),x=function(e){function r(){var t=e.call(this)||this;return t.xj=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_es=function(){return!0},Object.defineProperty(r.prototype,"xl",{get:function(){return this.xj},set:function(e){if(this.xj!=e){var t=this.xj;if(null!=this.xj){var i=this.xj;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.xt))}if(this.xj=e,null!=this.xj){var r=this.xj;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.xt))}this.raisePropertyChanged("ColorScale",t,this.xj),null!=this.xm&&(this.xm.yn=e)}},enumerable:!1,configurable:!0}),r.prototype.xt=function(e,t){this.xo.cr(),this.xv(),this.rn(!1)},r.prototype.xv=function(){null!=this.xm&&(this.xk=this.xm.ym)},r.prototype.sb=function(){e.prototype.sb.call(this),this.xv()},r.prototype.wr=function(){this.xm=new i.ScatterAreaSeries;var e=this.xm;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.xu)),this.xm},r.prototype.xu=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.cq=function(){return new m(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.xo=t},r.prototype.q5=function(t,i,n,o){switch(e.prototype.q5.call(this,t,i,n,o),i){case r.$$p[1]:this.xo.cq();break;case"ColorScale":this.xo.cr(),this.xv()}},r.prototype.get_g5=function(){return!0},r.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:xk:xw",[i.ColorScale.$,null],"ColorMemberPath:xq:xx",[2,"value"]]),r}(_),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 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}(),k=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 o=r.i;return r._chart=o,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)})),o.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var o=t.__values(e),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return 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 y},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,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?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.wq},set:function(e){this.i.wq=n.ensureBool(e),this._a("zoomable",this.i.wq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.wj},set:function(e){this.i.wj=n.ensureEnum(o,e),this._a("resizeBehavior",n.enumToString(o,this.i.wj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.wn},set:function(e){this.i.wn=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.wn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.wf},set:function(e){this.i.wf=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.wf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.wp},set:function(e){this.i.wp=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.wp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.wo},set:function(e){this.i.wo=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.wo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.yl)},set:function(e){this.i.yl=n.toRect(e),this._a("worldRect",n.rectToString(this.i.yl))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.x9)},set:function(e){this.i.x9=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.x9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.v8;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.v8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.wa;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.wa=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.e9},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.wv},set:function(e){this.i.wv=+e,this._a("windowScale",this.i.wv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.wu},set:function(e){this.i.wu=+e,this._a("actualWindowScale",this.i.wu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.wr},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.yd();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.xp(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.xo(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.ya(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.yf(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.x1(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.x2(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.x3(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.xc()},r.prototype.styleUpdated=function(){this.i.xk()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.hl()},r.prototype.getActualWindowScaleVertical=function(){return this.i.hm()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.wy()},r.prototype.zoomToGeographic=function(e){this.i.xr(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),C=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 u},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},e}(),T=function(){function e(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igc"+e.$type.name+"Component";return 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 o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),j=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),O=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 j(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(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 o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)s.add(o[0].imageUrlSubdomains[l]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,r,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;n.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,o)},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 O},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=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 C,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 C;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 C,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 C;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",O.$type)},e}(),G=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new w},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),B=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",w.$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),z=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",z.$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 o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,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 o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}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(),B.register(),q.register(),V.register(),k.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",k)},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.fa},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.wu},set:function(e){this.i.wu=+e,this._a("visibleFromScale",this.i.wu)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.qc()},i.prototype.getItemValue=function(e,t){return this.i.ko(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mb(e)},i.prototype.getItem=function(e){return this.i.kl(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.j8(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.j6(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.i3(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.v6(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wh(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wj(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.iz(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.v2(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.i1(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.v4(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.v7(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i4(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.iu()},i.prototype.renderSeries=function(e){this.i.rn(e)},i.prototype.styleUpdated=function(){this.i.r6()},i._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.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xa},set:function(e){this.i.xa=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.xa)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.w9},set:function(e){this.i.w9=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.w2},set:function(e){this.i.w2=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.w2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e,this._a("itemSearchThreshold",this.i.xd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e,this._a("itemSearchPointsThreshold",this.i.xc)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.w5;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.w5=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e,this._a("shapeFilterResolution",this.i.xb)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(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.w8=!1,t.w7=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.w4=null,t.w6=!1,t}return t.__extends(r,e),r.prototype.cq=function(){return new W(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.w3=t},r.prototype.get_fc=function(){return!0},r.prototype.get_eb=function(){return!0},r.prototype.q5=function(t,i,o,a){switch(e.prototype.q5.call(this,t,i,o,a),i){case"SeriesViewer":this.w3.ci();break;case"ShapeMemberPath":this.w3.ck();break;case r.$$p[5]:this.w3.cj();break;case r.$$p[1]:if(this.ws.xr=this.xa,this.w8=this.xa,this.xa){var s=this.ws;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.xo))}else{var l=this.ws;l.assigningShapeStyle=n.delegateRemove(l.assigningShapeStyle,n.runOn(this,this.xo))}break;case r.$$p[0]:if(this.ws.xq=this.w9,this.w7=this.w9,this.xa){var c=this.ws;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.xn))}else{var h=this.ws;h.assigningShapeMarkerStyle=n.delegateRemove(h.assigningShapeMarkerStyle,n.runOn(this,this.xn))}break;case r.$$p[2]:this.ws.w8=this.w2;break;case r.$$p[3]:this.ws.x8=this.xc;break;case r.$$p[4]:this.ws.x9=this.xd;break;case"ShapefileDataSource":if(null!=o){var u=o;this.w6&&(u.importCompleted=n.delegateRemove(u.importCompleted,n.runOn(this,this.xp)))}if(null!=a){var p=a;if(p.count>0){this.xq();break}this.w6=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.xp))}}},r.prototype.xo=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.xn=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.xp=function(e,t){this.xq()},r.prototype.xq=function(){var e=this.w5.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"w5",{get:function(){return this.w4},set:function(e){var t=this.w4;this.w4=e,t!=this.w4&&this.raisePropertyChanged("ShapefileDataSource",t,this.w4)},enumerable:!1,configurable:!0}),r.prototype.get_g5=function(){return!0},r.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:w9:xr",[0,!1],"IsCustomShapeStyleAllowed:xa:xs",[0,!1],"ItemSearchMode:w2:xt",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xc:xu",[1,1e4],"ItemSearchThreshold:xd:xv",[1,1e4],"ShapeFilterResolution:xb:xw",[1,2],"ShapeMemberPath:xl:xx",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.ws.yl=this.ch.xl},i.prototype.ci=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.w2=null,void(e.w4=null);e.w2=this.ch.c9.v8,e.w4=this.ch.c9.wa},i.prototype.ck=function(){this.ch.ws.yl=this.ch.xl},i.prototype.cj=function(){this.ch.ws.x5=this.ch.xb},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.xl="points"),i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.y5=i.Defaults.aj,this.cl.jn=i.Defaults.p,this.cl.x4=i.Defaults.o,this.cl.x1=i.Defaults.d,this.cl.xz=i.Defaults.a)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.ws.aa3=this.cl.y7,this.cl.ws.zw=this.cl.x2,this.cl.ws.aai=this.cl.yn,this.cl.ws.zz=this.cl.x4,this.cl.ws.zi=this.cl.xy},r.prototype.cq=function(){this.cl.ws.aai=this.cl.yn},r.prototype.cs=function(){this.cl.ws.zz=this.cl.x4},r.prototype.cn=function(){this.cl.ws.zi=this.cl.xy},r.prototype.cr=function(){this.cl.ws.zr=this.cl.x1},r.prototype.cm=function(){this.cl.ws.aaz=this.cl.y4},r.prototype.co=function(){this.cl.ws.aa0=this.cl.y5},r.prototype.cp=function(){this.cl.ws.aa2=this.cl.y6},r.prototype.ct=function(){this.cl.ws.zw=this.cl.x2},r.prototype.cu=function(){this.cl.ws.aa3=this.cl.y7},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.bi=function(){return new r},r.prototype.get_fo=function(){return!0},r.prototype.cq=function(){return new X(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.x3=t},r.prototype.wr=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yk)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.yl)),e},r.prototype.yk=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.yl=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.ws)},r.prototype.il=function(){return this.x4},r.prototype.vf=function(){return this.y2},r.prototype.vg=function(){return this.y3},r.prototype.st=function(){return this.ym},r.prototype.l8=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.ws);return null==e?"Unknown":e.l8()},r.prototype.q5=function(t,i,n,o){switch(e.prototype.q5.call(this,t,i,n,o),i){case r.$$p[6]:this.ws.zp=this.x0;break;case r.$$p[5]:this.ws.zl=this.xz;break;case r.$$p[9]:this.x3.cq();break;case r.$$p[10]:this.x3.cs();break;case r.$$p[4]:this.x3.cn();break;case r.$$p[11]:this.x3.cr();break;case r.$$p[3]:this.x3.cm();break;case r.$$p[7]:this.x3.co();break;case r.$$p[8]:this.x3.cp();break;case r.$$p[13]:this.x3.ct();break;case r.$$p[12]:this.x3.cu()}},r.prototype.jj=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:y2:yo",[n.Brush.$],"ActualMarkerOutline:y3:yp",[n.Brush.$],"ActualMarkerTemplate:ym:yq",[n.DataTemplate.$,null],"MarkerBrush:y4:yr",[n.Brush.$],"MarkerCollisionAvoidance:xy:ys",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:xz:yt",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:x0:yu",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:y5:yv",[n.Brush.$],"MarkerStyle:y6:yw",[n.Style.$],"MarkerTemplate:yn:yx",[n.DataTemplate.$,null],"MarkerThickness:x4:yy",[1,n.DeviceUtils.g(2)],"MarkerType:x1:yz",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:y7:y0",[n.Style.$,null],"ShapeStyleSelector:x2:y1",[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.fo},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,"markerType",{get:function(){return this.i.x1},set:function(e){this.i.x1=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.x1))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.x0},set:function(e){this.i.x0=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.x0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.xz},set:function(e){this.i.xz=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.xz))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.yn},set:function(e){this.i.yn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.y4)},set:function(e){this.i.y4=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.y4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.y5)},set:function(e){this.i.y5=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.y5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.x4},set:function(e){this.i.x4=+e,this._a("markerThickness",this.i.x4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.xy},set:function(e){this.i.xy=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.xy))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.y2)},set:function(e){this.i.y2=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.y2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.y3)},set:function(e){this.i.y3=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.y3))},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.cl=null,i.cl=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jn=i.Defaults.n)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.ws.zi=this.cl.xy,this.cl.ws.zn=this.cl.x6},r.prototype.cm=function(){this.cl.ws.zi=this.cl.xy},r.prototype.cn=function(){this.cl.ws.zn=this.cl.x6},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.bi=function(){return new r},r.prototype.get_fp=function(){return!0},r.prototype.cq=function(){return new K(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.xz=t},r.prototype.wr=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.x3)),e},r.prototype.x3=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.q5=function(t,i,n,o){switch(e.prototype.q5.call(this,t,i,n,o),i){case r.$$p[1]:this.xz.cm();break;case r.$$p[0]:this.xz.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:x6:x4",[n.Style.$,null],"ShapeStyleSelector:xy:x5",[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.fp},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.x6?this.i.x6.fill:null},set:function(e){this.ensureShapeStyle(),this.i.x6.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.x6?this.i.x6.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.x6.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.x6?this.i.x6.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.x6.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.x6.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.x6?this.i.x6.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.x6.opacity=+e,this._a("shapeOpacity",this.i.x6.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.x6||(this.i.x6=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],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=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}(),oe=function(e){function r(){var t=e.call(this)||this;return t.zj=null,t.zi=null,t.imageTilesReady=null,t.zm=null,t.zn=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_f1=function(){return!0},r.prototype.cq=function(){return new ae(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.zh=t},r.prototype.get_xt=function(){return!1},Object.defineProperty(r.prototype,"zl",{get:function(){return this.zj},set:function(e){if(e!=this.zl){var t=this.zl;this.zj=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zk",{get:function(){return this.zi},set:function(e){var t=this.zi;this.zi=e,this.raisePropertyChanged("ActualTileImagery",t,this.zi)},enumerable:!1,configurable:!0}),r.prototype.q5=function(t,i,r,o){var a,s;switch(e.prototype.q5.call(this,t,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.zq))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.zq))),this.zh.dh(a,s),this.rn(!1),this.qh();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.zr)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.zr)),s.deferralHandler=this),this.zh.dg(a,s),null!=s&&null!==n.typeCast(y.$,this.c9)&&(s.geographicMap=this.c9,this.zt(this.ct),this.zh.dd(this.c9.vl)),this.qh();break;case"ActualWindowRect":this.zh.dd(o);break;case"WorldRect":this.zh.dk(o);break;case"SeriesViewer":var l=o;null!=r&&null!=this.zk&&this.zk.be(null),null!=l&&null!=this.zk&&this.zk.be(this.ct.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qj()}},r.prototype.zq=function(e,t){"MultiScaleImage"==t.propertyName&&this.zt(this.ct)},r.prototype.zr=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.zn||this.zh.di()},r.prototype.register=function(e,t){this.zm=t},r.prototype.unRegister=function(e){this.zm=null},r.prototype.deferredRefresh=function(){this.rn(!1)},r.prototype.deferAction=function(e){null!=this.jx?this.jx.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.sk=function(t,i){this.zh.dj(),e.prototype.sk.call(this,t,i)},r.prototype.ro=function(t){e.prototype.ro.call(this,t),this.zs(t,this.ct)},r.prototype.zs=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.zt(t),null!=this.zm&&(this.zn=!0,this.zm(e),this.zn=!1),r.di()},r.prototype.rm=function(t,i,n,r,o){e.prototype.rm.call(this,t,i,n,r,o);var a=this.hl.item(r);a.a3(n),this.d3(a)||this.y0(a)},r.prototype.zt=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.zl&&null!=this.zl.ao&&(this.zl!=this.zk&&(this.zk=this.zl),null==this.zk||t.isEmpty||(this.zk.width!=t.width&&(this.zk.width=t.width),this.zk.height!=t.height&&(this.zk.height=t.height)))},r.prototype.o3=function(t,i){e.prototype.o3.call(this,t,i),i.de()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),ae=function(e){function r(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new n.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vp=i.Defaults.ao,this.da.u9=i.Defaults.an)},r.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},r.prototype.c5=function(e,t){return this.c6(e,t,!0)},r.prototype.c4=function(e,t){return null},r.prototype.co=function(e,t){},r.prototype.cm=function(e,t,i){},r.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},r.prototype.ct=function(){e.prototype.ct.call(this),this.as()},r.prototype.dd=function(e){null!=this.da.zl&&(this.da.zl.windowRect=e)},r.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jx.createElement("canvas");var i=this.e.jx.get2DCanvasContext(this.dc);this.db=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.df)))},r.prototype.df=function(e,t){this.as()},r.prototype.dh=function(e,t){},r.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.zl&&this.da.zl.bf(this.bx)},r.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var r=!1;if(this.dl.d.count>0)r=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=n.truncate(Math.round(this.bx.left)),a=n.truncate(Math.round(this.bx.top)),s=n.truncate(Math.round(this.bx.width)),l=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,l,o,a,s,l),r&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(e){null!=this.da.zl&&this.da.zl.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 oe},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var e=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.f1},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.zl;return null==e?null:e.externalObject},set:function(e){this.i.zl=null==e?null:e.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),le=function(){function e(){}return e.register=function(){se.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),n.TypeRegistrar.register("TileSeries",oe.$type)},e}(),ce=function(e){function i(){var t=e.call(this)||this;return t.xz=null,t.xy=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bi=function(){return new i},i.prototype.get_f1=function(){return!0},Object.defineProperty(i.prototype,"x0",{get:function(){return this.xz},set:function(e){if(e!=this.x0){var t=this.x0;this.xz=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.x4=function(){null!=this.x0&&this.x0.clearTileCache()},i.prototype.q5=function(t,i,n,r){switch(e.prototype.q5.call(this,t,i,n,r),i){case"TileImagery":null!=this.ws&&(this.ws.zl=this.x0)}},i.prototype.wx=function(){if(e.prototype.wx.call(this),this.ws.zl=this.x0,null!=this.xy){var t=this.xy;t.imageTilesReady=n.delegateRemove(t.imageTilesReady,n.runOn(this,this.x3))}if(this.xy=this.ws,null!=this.xy){var i=this.xy;i.imageTilesReady=n.delegateCombine(i.imageTilesReady,n.runOn(this,this.x3))}},i.prototype.wr=function(){return new oe},i.prototype.x3=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),he=function(e){function i(){var t=e.call(this)||this;return t._imageTilesReady=null,t._imageTilesReady_wrapped=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ce},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var e=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.f1},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.x0;return null==e?null:e.externalObject},set:function(e){this.i.x0=null==e?null:e.i},enumerable:!1,configurable:!0}),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.x4()},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),ue=function(){function e(){}return e.register=function(){le.register(),he.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",he),n.TypeRegistrar.register("GeographicTileSeries",ce.$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.w2},set:function(e){this.i.w2=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.w2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.w3},set:function(e){this.i.w3=+e,this._a("markerThickness",this.i.w3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.w1},set:function(e){this.i.w1=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.w1))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.w0},set:function(e){this.i.w0=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.w0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.xi},set:function(e){this.i.xi=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.xw)},set:function(e){this.i.xw=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.xw))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.xx)},set:function(e){this.i.xx=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.xx))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.w4},set:function(e){this.i.w4=+e,this._a("maximumMarkers",this.i.w4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.xu)},set:function(e){this.i.xu=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.xu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.xv)},set:function(e){this.i.xv=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.xv))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ge=function(e){function r(){var t=e.call(this)||this,i=t.ws;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xg)),t}return t.__extends(r,e),r.prototype.st=function(){return this.xh},r.prototype.vf=function(){return this.xu},r.prototype.vg=function(){return this.xv},r.prototype.il=function(){return this.w3},r.prototype.l8=function(){var e=n.typeCast(i.MarkerSeries.$,this.ws);return null==e?"Unknown":e.l8()},r.prototype.xg=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.ws);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.xh=r.xs:"ActualMarkerOutline"==t.propertyName?this.xv=r.ya:"ActualMarkerBrush"==t.propertyName&&(this.xu=r.x9))},r.prototype.q5=function(t,i,n,o){switch(e.prototype.q5.call(this,t,i,n,o),i){case r.$$p[3]:this.ws.yb=this.xw;break;case r.$$p[6]:this.ws.yc=this.xx;break;case r.$$p[5]:this.ws.ww=this.w1;break;case r.$$p[4]:this.ws.ws=this.w0;break;case r.$$p[9]:this.ws.w2=this.w2;break;case r.$$p[7]:this.ws.xu=this.xi;break;case r.$$p[8]:this.ws.xb=this.w3;break;case r.$$p[10]:this.ws.z1=this.w4}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:xu:xj",[n.Brush.$],"ActualMarkerOutline:xv:xk",[n.Brush.$],"ActualMarkerTemplate:xh:xl",[n.DataTemplate.$,null],"MarkerBrush:xw:xm",[n.Brush.$],"MarkerFillMode:w0:xn",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:w1:xo",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:xx:xp",[n.Brush.$],"MarkerTemplate:xi:xq",[n.DataTemplate.$,null],"MarkerThickness:w3:xr",[1,n.DeviceUtils.g(2)],"MarkerType:w2:xs",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:w4:xt",[1,400]]),r}(p),ye=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.ws;t.aal=this.ch.yr,t.aat=this.ch.yp,t.w2=this.ch.w2,t.xu=this.ch.xi,t.xb=this.ch.w3,t.act=this.ch.yb,t.adj=this.ch.yw,t.acj=this.ch.x3,t.ac9=this.ch.yn,t.ac4=this.ch.yf,t.acg=this.ch.x0,t.acr=this.ch.x7,t.acs=this.ch.ya,t.acy=this.ch.yd,t.acx=this.ch.yc},i.prototype.cq=function(){this.ch.ws.aal=this.ch.yr},i.prototype.cp=function(){this.ch.ws.aat=this.ch.yp},i.prototype.cv=function(){this.ch.ws.w2=this.ch.w2},i.prototype.ct=function(){this.ch.ws.xu=this.ch.xi},i.prototype.cu=function(){this.ch.ws.xb=this.ch.w3},i.prototype.cw=function(){this.ch.ws.z1=this.ch.w4},i.prototype.cy=function(){this.ch.ws.xAxis=this.ch.c9.v8},i.prototype.cz=function(){this.ch.ws.yAxis=this.ch.c9.wa},i.prototype.cx=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c9.v8,e.yAxis=this.ch.c9.wa},i.prototype.cr=function(){this.ch.ws.yb=this.ch.xw},i.prototype.cs=function(){this.ch.ws.yc=this.ch.xx},i.prototype.c0=function(){this.ch.ws.adj=this.ch.yw},i.prototype.c1=function(){this.ch.ws.acj=this.ch.x3,this.ch.ws.act=this.ch.yb},i.prototype.cl=function(){this.ch.ws.ac9=this.ch.yn},i.prototype.cj=function(){this.ch.ws.acg=this.ch.x0,this.ch.ws.acr=this.ch.x7,this.ch.ws.acs=this.ch.ya,this.ch.ws.acy=this.ch.yd,this.ch.ws.acx=this.ch.yc},i.prototype.ci=function(){this.ch.ws.ac4=this.ch.yf},i.prototype.c2=function(){this.ch.ws.act=this.ch.yb},i.prototype.ck=function(){this.ch.ws.acr=this.ch.x7},i.prototype.co=function(){this.ch.ws.acs=this.ch.ya},i.prototype.cn=function(){this.ch.ws.acy=this.ch.yd},i.prototype.cm=function(){this.ch.ws.acx=this.ch.yc},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),fe=function(e){function r(){var t=e.call(this)||this;return t.x1=null,t.x6=!1,t.x5=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_eg=function(){return!0},r.prototype.cq=function(){return new ye(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.x4=t},r.prototype.jj=function(){return.7},r.prototype.wr=function(){return new i.BubbleSeries},r.prototype.get_fc=function(){return!0},r.prototype.q5=function(t,i,o,a){switch(e.prototype.q5.call(this,t,i,o,a),i){case"SeriesViewer":this.x4.cx();break;case r.$$p[9]:this.x4.cq();break;case r.$$p[8]:this.x4.cp();break;case"XAxis":this.x4.cy();break;case"YAxis":this.x4.cz();break;case r.$$p[13]:this.x4.c0();break;case r.$$p[14]:this.x4.c1();break;case r.$$p[15]:this.x4.c2();break;case r.$$p[7]:this.x4.cl();break;case r.$$p[0]:this.x4.ci();break;case r.$$p[1]:this.x4.cj();break;case r.$$p[2]:this.x4.ck();break;case r.$$p[12]:this.x4.co();break;case r.$$p[11]:this.x4.cn();break;case r.$$p[10]:this.x4.cm();break;case r.$$p[4]:if(this.ws.zh=this.x9,this.x6=this.x9,this.x9){var s=this.ws;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y1))}else{var l=this.ws;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.y1))}break;case r.$$p[3]:if(this.ws.zg=this.x8,this.x5=this.x8,this.x9){var c=this.ws;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.y0))}else{var h=this.ws;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.y0))}break;case r.$$p[5]:this.ws.y0=this.x2;break;case r.$$p[6]:this.ws.z0=this.ye}},r.prototype.y1=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.y0=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:yf:y2",[2],"FillScale:x0:y3",[i.BrushScale.$],"FillScaleUseGlobalValues:x7:y4",[0,!1],"IsCustomScatterMarkerStyleAllowed:x8:y5",[0,!1],"IsCustomScatterStyleAllowed:x9:y6",[0,!1],"ItemSearchMode:x2:y7",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ye:y8",[1,1e4],"LabelMemberPath:yn:y9",[2],"LatitudeMemberPath:yp:za",[2,null],"LongitudeMemberPath:yr:zb",[2,null],"MarkerBrushBrightness:yc:zc",[1,NaN],"MarkerOutlineBrightness:yd:zd",[1,NaN],"MarkerOutlineUsesFillScale:ya:ze",[0,!1],"RadiusMemberPath:yw:zf",[2,null],"RadiusScale:x3:zg",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yb:zh",[0,!1]]),r}(ge),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.eg},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yp},set:function(e){this.i.yp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yr},set:function(e){this.i.yr=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.yw},set:function(e){this.i.yw=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.x3;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.x3=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.yn},set:function(e){this.i.yn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.yf},set:function(e){this.i.yf=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.x0;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.x0=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x7},set:function(e){this.i.x7=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.x7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.ya},set:function(e){this.i.ya=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.ya)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.yd},set:function(e){this.i.yd=+e,this._a("markerOutlineBrightness",this.i.yd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.yc},set:function(e){this.i.yc=+e,this._a("markerBrushBrightness",this.i.yc)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yb},set:function(e){this.i.yb=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.yb)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.x9},set:function(e){this.i.x9=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.x9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.x8},set:function(e){this.i.x8=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.x8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.x2},set:function(e){this.i.x2=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.x2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.ye},set:function(e){this.i.ye=+e,this._a("itemSearchThreshold",this.i.ye)},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.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.ws;e.prototype.b5.call(this),t.aal=this.ch.yg,t.aat=this.ch.ye,t.w2=this.ch.w2,t.xu=this.ch.xi,t.xb=this.ch.w3},i.prototype.cj=function(){this.ch.ws.aal=this.ch.yg},i.prototype.ci=function(){this.ch.ws.aat=this.ch.ye},i.prototype.cp=function(){this.ch.ws.w2=this.ch.w2},i.prototype.cn=function(){this.ch.ws.xu=this.ch.xi},i.prototype.co=function(){this.ch.ws.xb=this.ch.w3},i.prototype.cq=function(){this.ch.ws.z1=this.ch.w4},i.prototype.cs=function(){this.ch.ws.xAxis=this.ch.c9.v8},i.prototype.ct=function(){this.ch.ws.yAxis=this.ch.c9.wa},i.prototype.cr=function(){var e=this.ch.ws;if(null==this.ch.c9)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c9.v8,e.yAxis=this.ch.c9.wa},i.prototype.cl=function(){this.ch.ws.yl=this.ch.x0},i.prototype.ck=function(){this.ch.ws.yb=this.ch.xw},i.prototype.cm=function(){this.ch.ws.yc=this.ch.xx},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),Se=function(e){function r(){var t=e.call(this)||this;return t.x2=null,t.x5=!1,t.x4=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.get_eg=function(){return!0},r.prototype.cq=function(){return new me(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.x3=t},r.prototype.jj=function(){return.7},r.prototype.wr=function(){return new i.ScatterSeries},r.prototype.get_fc=function(){return!0},r.prototype.q5=function(t,i,o,a){switch(e.prototype.q5.call(this,t,i,o,a),i){case"SeriesViewer":this.x3.cr();break;case r.$$p[5]:this.x3.cj();break;case r.$$p[4]:this.x3.ci();break;case r.$$p[6]:this.x3.cl();break;case"XAxis":this.x3.cs();break;case"YAxis":this.x3.ct();break;case r.$$p[1]:if(this.ws.zh=this.x7,this.x5=this.x7,this.x7){var s=this.ws;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.yl))}else{var l=this.ws;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.yl))}break;case r.$$p[0]:if(this.ws.zg=this.x6,this.x4=this.x6,this.x7){var c=this.ws;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.yk))}else{var h=this.ws;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.yk))}break;case r.$$p[2]:this.ws.y0=this.x1;break;case r.$$p[3]:this.ws.z0=this.x9}},r.prototype.yl=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.yk=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:x6:ym",[0,!1],"IsCustomScatterStyleAllowed:x7:yn",[0,!1],"ItemSearchMode:x1:yo",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:x9:yp",[1,1e4],"LatitudeMemberPath:ye:yq",[2,null],"LongitudeMemberPath:yg:yr",[2,null],"MarkerCollisionAvoidance:x0:ys",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:x8:yt",[0,!1]]),r}(ge),we=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.eg},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.ye},set:function(e){this.i.ye=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yg},set:function(e){this.i.yg=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x0},set:function(e){this.i.x0=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.x0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.x7},set:function(e){this.i.x7=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.x7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.x6},set:function(e){this.i.x6=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.x6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.x1},set:function(e){this.i.x1=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.x1))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.x9},set:function(e){this.i.x9=+e,this._a("itemSearchThreshold",this.i.x9)},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),_e=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),we.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",we),n.TypeRegistrar.register("GeographicSymbolSeries",Se.$type)},e}(),xe=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),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.w4},set:function(e){this.i.w4=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.w2},set:function(e){this.i.w2=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.w1},set:function(e){this.i.w1=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.w7},set:function(e){this.i.w7=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.w9},set:function(e){this.i.w9=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xb},set:function(e){this.i.xb=e},enumerable:!1,configurable:!0}),i._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 x},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.es},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.xq},set:function(e){this.i.xq=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.xl;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.xl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.xk;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.xk=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.xv()},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}(xe),ke=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ve.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ve),n.TypeRegistrar.register("GeographicScatterAreaSeries",x.$type)},e}(),Ce=function(e){function r(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(r,e),r.prototype.b5=function(){e.prototype.b5.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.ws);t.y0=this.ch.xh,t.y8=this.ch.xf,t.xd=this.ch.w4,t.xc=this.ch.w3,t.f6=this.ch.w2,t.x8=this.ch.w6,t.x7=this.ch.w5,t.z6=this.ch.x0,t.z5=this.ch.xz,t.yk=this.ch.w9},r.prototype.cn=function(){this.ch.ws.y0=this.ch.xh},r.prototype.cm=function(){this.ch.ws.y8=this.ch.xf},r.prototype.cs=function(){this.ch.ws.xd=this.ch.w4},r.prototype.cq=function(){this.ch.ws.xc=this.ch.w3},r.prototype.co=function(){this.ch.ws.f6=this.ch.w2},r.prototype.cl=function(){this.ch.ws.x8=this.ch.w6},r.prototype.cj=function(){this.ch.ws.x7=this.ch.w5},r.prototype.cr=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.ws);if(null==this.ch.c9)return e.wx=null,void(e.wz=null);e.wx=this.ch.c9.v8,e.wz=this.ch.c9.wa},r.prototype.ct=function(){this.ch.ws.wx=this.ch.c9.v8},r.prototype.cu=function(){this.ch.ws.wz=this.ch.c9.wa},r.prototype.ck=function(){this.ch.ws.z6=this.ch.x0},r.prototype.ci=function(){this.ch.ws.z5=this.ch.xz},r.prototype.cp=function(){this.ch.ws.yk=this.ch.w9},r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x0=i.Defaults.aq,this.ch.xz=i.Defaults.ap,this.ch.u9=i.Defaults.al,this.ch.vp=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",g.$),r}(g),Pe=function(e){function r(){var t=e.call(this)||this;return t.w0=null,t.progressiveLoadStatusChanged=null,t.w8=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bi=function(){return new r},r.prototype.ji=function(){return n.isNaN_(this.jh)?i.Defaults.q:e.prototype.ji.call(this)},r.prototype.get_fm=function(){return!0},r.prototype.cq=function(){return new Ce(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.w1=t},r.prototype.wr=function(){return this.w0=new i.HighDensityScatterSeries,this.w0},Object.defineProperty(r.prototype,"xa",{get:function(){return this.w8},set:function(e){var t=this.w8;this.w8=e,this.raisePropertyChanged("ProgressiveStatus",t,this.w8)},enumerable:!1,configurable:!0}),r.prototype.wx=function(){e.prototype.wx.call(this);var t=this.ws;t.progressiveLoadStatusChanged=n.delegateCombine(t.progressiveLoadStatusChanged,n.runOn(this,this.xo));var i=this.ws;i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(this,this.xn))},r.prototype.xo=function(e,t){this.xa=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.xn=function(e,t){this.w0},r.prototype.q5=function(t,i,n,o){switch(e.prototype.q5.call(this,t,i,n,o),i){case"SeriesViewer":this.w1.cr();break;case r.$$p[5]:this.w1.cn();break;case r.$$p[4]:this.w1.cm();break;case r.$$p[9]:this.w1.cs();break;case r.$$p[8]:this.w1.cq();break;case r.$$p[6]:this.w1.co();break;case"XAxis":this.w1.ct();break;case"YAxis":this.w1.cu();break;case r.$$p[3]:this.w1.cl();break;case r.$$p[1]:this.w1.cj();break;case r.$$p[2]:this.w1.ck();break;case r.$$p[0]:this.w1.ci();break;case r.$$p[7]:this.w1.cp()}},r.prototype.get_g5=function(){return!0},r.prototype.set_g5=function(t){e.prototype.set_g5.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:xz:xp",[n.Color.$,i.Defaults.ap],"HeatMaximum:w5:xq",[1,50],"HeatMinimumColor:x0:xr",[n.Color.$,i.Defaults.aq],"HeatMinimum:w6:xs",[1,0],"LatitudeMemberPath:xf:xt",[2,null],"LongitudeMemberPath:xh:xu",[2,null],"MouseOverEnabled:w2:xv",[0,!1],"PointExtent:w9:xw",[1,1],"ProgressiveLoad:w3:xx",[0,!0],"UseBruteForce:w4:xy",[0,!1]]),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.fm},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xf},set:function(e){this.i.xf=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.w4},set:function(e){this.i.w4=n.ensureBool(e),this._a("useBruteForce",this.i.w4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.w3},set:function(e){this.i.w3=n.ensureBool(e),this._a("progressiveLoad",this.i.w3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.w2},set:function(e){this.i.w2=n.ensureBool(e),this._a("mouseOverEnabled",this.i.w2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.w6},set:function(e){this.i.w6=+e,this._a("heatMinimum",this.i.w6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.w5},set:function(e){this.i.w5=+e,this._a("heatMaximum",this.i.w5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.x0)},set:function(e){this.i.x0=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.x0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.xz)},set:function(e){this.i.xz=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.xz))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.w9},set:function(e){this.i.w9=+e,this._a("pointExtent",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.xa},set:function(e){this.i.xa=+e,this._a("progressiveStatus",this.i.xa)},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.cp=null,i.cp=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jn=i.Defaults.m)},r.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.ws&&(this.cp.xk.yn=this.cp.xn,this.cp.xk.yx=this.cp.xr)},r.prototype.cq=function(){null!=this.cp.xk&&(this.cp.xk.yn=this.cp.xn)},r.prototype.cr=function(){null!=this.cp.xk&&(this.cp.xk.yx=this.cp.xr)},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.bi=function(){return new r},r.prototype.get_fh=function(){return!0},r.prototype.wx=function(){e.prototype.wx.call(this)},r.prototype.wr=function(){this.xk=new i.ScatterContourSeries;var e=this.xk;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.xu));var t=this.xk;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.xv)),this.xk},r.prototype.xu=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.xv=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.ws);null!=r&&"ActualFillScale"==t.propertyName&&(this.xm=r.ym)},r.prototype.sb=function(){e.prototype.sb.call(this)},r.prototype.cq=function(){return new Te(this)},r.prototype.qx=function(t){e.prototype.qx.call(this,t),this.xo=t},r.prototype.q5=function(t,i,n,o){switch(e.prototype.q5.call(this,t,i,n,o),i){case r.$$p[1]:this.xo.cq();break;case r.$$p[2]:this.xo.cr();break;case r.$$p[3]:this.xk.yk=this.xj;break;case"DashArray":this.xk.vw=this.vw;break;case"DashCap":this.xk.vx=this.vx;break;case"MiterLimit":this.xk.jf=this.jf;break;case"LineJoin":this.xk.vz=this.vz}},r.$t=n.markType(r,"GeographicContourLineSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:xm:xw",[i.ValueBrushScale.$,null],"FillScale:xn:xx",[i.ValueBrushScale.$,null],"ValueMemberPath:xr:xy",[2,"value"],"ValueResolver:xj:xz",[i.ContourValueResolver.$,null]]),r}(_),je=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.fh},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.xr},set:function(e){this.i.xr=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xn;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.xn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.xm;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.xm=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.xj;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.xj=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}(xe),Oe=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),je.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",je),n.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),ue.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),_e.register(),ke.register(),Ie.register(),Oe.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),Ge=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),Be=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),ze=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),qe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),Ve=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ue=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ve.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Le=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ge.$),i}(ge),He=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Fe.$),i}(Fe),We=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var e=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),Xe=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=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}(We),Ye=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),Ze=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var e=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),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Fe.$),i}(Fe),Ke=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var e=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}(We),Je=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),et=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var e=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.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=j,e.BingResourceSet=Ue,e.BingResponse=Le,e.CustomMapImagery=z,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=Ce,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Fe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=ze,e.GeographicProportionalSymbolSeriesView=ye,e.GeographicScatterAreaSeries=x,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=qe,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=Ee,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=_,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ne,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=q,e.IgcGeographicContourLineSeriesComponent=je,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=k,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=We,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=Xe,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=ve,e.IgcGeographicScatterAreaSeriesModule=ke,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=we,e.IgcGeographicSymbolSeriesModule=_e,e.IgcGeographicTileSeriesComponent=he,e.IgcGeographicTileSeriesModule=ue,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=xe,e.IgcImageTilesReadyEventArgs=v,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=G,e.IgcOpenStreetMapImageryModule=B,e.IgcSubDomainsCollection=C,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=Ve,e.ImagesChangedEventArgs=u,e.LevelOfDetailResponseModel=De,e.MapBackgroundTilingMode=a,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=Ge,e.OpenStreetMapImagery=w,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Be,e.TileSeries=oe,e.TileSeriesView=ae,e.TokenResponseModel=Ae,e.XamGeographicMap=y,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}({}),o=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=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 o,a,s,l,c,h=n.e,u=n.d,p=n.c,g=(n.a,!p.isEmpty),y=(this.m,this.o,p.top),f=p.height,d=h.top,b=h.height,m=u.top,w=u.height,S=this.au.top,_=this.au.height,v=this.af(e),x=.017453292519943295,k=!1;null!=v&&(k=!0);for(var C=t;C<i;C++)o=k?v[C]:e.item(C),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*x,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=y+(c=(this.ai-l)*f/this.aj))-S*f)/_-d*w)/b,k?v[C]=c:e.item(C,c)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*x,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*w/this.aj))-d*w)/b,k?v[C]=c:e.item(C,c))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.mc),p4:this.ak(e.mb)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,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),c=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,o=n.e,a=n.d,s=n.c,l=n.a,c=!s.isEmpty,h=this.m,u=this.o,p=s.left,g=s.width,y=o.left,f=o.width,d=a.left,b=a.width,m=this.aj.left,w=this.aj.width,S=this.af(e),_=!1;null!=S&&(_=!0);for(var v=t;v<i;v++)if(r=_?S[v]:e.item(v),c){var x=(r-u)/h;l&&(x=1-x);var k=((x=p+g*(x-m)/w)-y*b)/f;_?S[v]=k:e.item(v,k)}else{var C=(r-u)/h;l&&(C=1-C),C=d+b*(C-y)/f,_?S[v]=C:e.item(v,C)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.mc,p4:e.mb}},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 o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=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),u=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.wu=null,t.ww=t.wv(),t}return t.__extends(r,e),r.prototype.qd=function(){e.prototype.qd.call(this),null!=this.ww&&this.ww.qd()},r.prototype.get_fb=function(){return!0},r.prototype.kp=function(e,t){var i=this.nc(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.ww.kp(e,i)},r.prototype.mc=function(e){var t=this.nc(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.ww.mc(t)},r.prototype.get_kh=function(){return this.kz(this.ww)},r.prototype.set_kh=function(e){this.oy(this.ww,e)},r.prototype.ea=function(e,t,i,n,r){return this.ww.ea(e,t,i,n,r)},r.prototype.ai=function(){return this.ww.ai()},r.prototype.bn=function(){return this.ww},Object.defineProperty(r.prototype,"ww",{get:function(){return this.wu},set:function(e){this.ww!=e&&(this.wu=e,this.w1())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.ww.hasMarkers},r.prototype.w1=function(){if(null!=this.wu){var e=this.wu;e.externalObject=n.TypeRegistrar.createFromInternal(e,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),e.externalObject._implementation=e}this.pe(this.ww),this.wx.b5()},r.prototype.df=function(e,t,i){return this.dh(this.ww,e,t,i)},r.prototype.dg=function(e,t,i){return this.di(this.ww,e,t,i)},r.prototype.km=function(e){return this.kv(this.ww,e)},r.prototype.j9=function(e,t){return this.ww.j9(e,t)},r.prototype.j7=function(e,t){return this.ww.j7(e,t)},r.prototype.i4=function(e,t,i){return this.ww.i4(e,t,i)},r.prototype.v8=function(e,t,i){return this.ww.v8(e,t,i)},r.prototype.wj=function(e){return this.ww.wj(e)},r.prototype.ao=function(e){return this.ww.ao(e)},r.prototype.wk=function(e){return this.ww.wk(e)},r.prototype.ap=function(e){return this.ww.ap(e)},r.prototype.wl=function(e){return this.ww.wl(e)},r.prototype.wm=function(e){return this.ww.wm(e)},r.prototype.i0=function(e,t,i){return this.ww.i0(e,t,i)},r.prototype.v4=function(e,t,i){return this.ww.v4(e,t,i)},r.prototype.i2=function(e,t,i){return this.i4(e,t,i)},r.prototype.v6=function(e,t,i){return this.ww.v6(e,t,i)},r.prototype.v9=function(e,t,i){return this.ww.v9(e,t,i)},r.prototype.i5=function(e,t,i){return this.ww.i5(e,t,i)},r.prototype.v5=function(e,t,i){return this.ww.v5(e,t,i)},r.prototype.i1=function(e,t,i){return this.ww.i1(e,t,i)},r.prototype.v7=function(e,t,i){return this.ww.v7(e,t,i)},r.prototype.i3=function(e,t,i){return this.ww.i3(e,t,i)},r.prototype.j3=function(e){return this.ww.j3(e)},r.prototype.iv=function(){return this.ww.iv()},r.prototype.ir=function(e){return this.ww.ir(e)},r.prototype.kn=function(e){return this.ww.kn(e)},r.prototype.cr=function(){return new g(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.wx=n.typeCast(g.$,t)},Object.defineProperty(r.prototype,"wy",{get:function(){return this.c(r.w3)},set:function(e){this.h(r.w3,e)},enumerable:!1,configurable:!0}),r.prototype.q6=function(t,r,o,a){switch(e.prototype.q6.call(this,t,r,o,a),r){case"SeriesViewer":this.ww.da=this.da,null!=o&&o.q1(this.ww),null!=a&&this.da.m5(this.ww),this.ww.q9(this.wo),this.ww.index=this.index,this.px(this.ww),this.kf=this.ww.kf;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.w2))),null!=this.da){var l=this.da;l.actualWindowRectChanged=n.delegateCombine(l.actualWindowRectChanged,n.runOn(this,this.w2))}this.w0();break;case"SyncLink":this.ww.c2=this.c2;break;case"VisibleFromScale":this.w0();break;case"Index":this.ww.index=this.index;break;case"ItemsSource":this.wx.b6();break;case"Resolution":this.wx.cd();break;case"TransitionDuration":this.wx.cg();break;case"Opacity":this.wx.ca();break;case"Visibility":var c=this.ww,h=this._visibility;c.visibility=h;break;case"MouseOverEnabled":this.ww.f7=this.f7;break;case"ExpectFunctions":this.ww.expectFunctions=this.expectFunctions;break;case"Thickness":this.wx.cf();break;case"Brush":this.wx.b4();break;case"Outline":this.wx.cc();break;case"ActualBrush":this.wx.b1();break;case"ActualOutline":this.wx.b2();break;case"MarkerFillOpacity":n.isNaN_(this.jf)||this.wx.b9();break;case"AreaFillOpacity":n.isNaN_(this.ij)||this.wx.b3();break;case"OutlineMode":this.wx.cb();break;case"ShowDefaultTooltip":this.wx.ce();break;case"Title":this.ww.title=this.title;break;case"LegendItemBadgeMode":this.wx.b7();break;case"LegendItemBadgeShape":this.wx.b8();break;case"Legend":this.ww.legend=this.legend,this.cu.av()}},r.prototype.w0=function(){if(null!=this.da&&null!=this.ww&&!n.isNaN_(this.wy))if(this.da.v0.width>this.wy){this.ww.visibility=1}else{this.ww.visibility=0}},r.prototype.w2=function(e,t){this.w0()},r.prototype.ro=function(t){e.prototype.ro.call(this,t),null!=this.ww&&this.ww.ro(t)},r.prototype.rn=function(e,t,i,n,r){null!=this.ww&&this.ww.rn(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.ww.a2(e,t)},r.prototype.r8=function(){e.prototype.r8.call(this),this.ww.r8()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.ww.coercionMethods=e},r.prototype.pw=function(t){if(e.prototype.pw.call(this,t),null!=this.ww){var i=this.ww.kl();this.o7(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.w3=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),g=function(e){function r(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(r,e),r.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},r.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.ww.legendItemVisibility=0,this.b0.ww.itemsSource=this.b0.itemsSource,this.b0.ww.index=this.b0.index,this.b0.ww.vb=this.b0.vb,this.b0.ww.vr=this.b0.vb,this.b0.ww.ch=this.b0.ch,this.b0.ww.ji=this.b0.ji,this.b0.ww.kc=this.b0.kc,this.b0.ww._opacity=this.b0._opacity,this.b0.ww.jo=this.b0.jo,this.b0.ww.ij=this.b0.ij,this.b0.ww.jf=this.b0.jf,this.b0.ww.go=this.b0.go,this.b0.ww.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.ww.bd=this.b0.bd},r.prototype.b6=function(){this.b0.ww.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.ww.ji=this.b0.ji},r.prototype.cg=function(){this.b0.ww.kc=this.b0.kc},r.prototype.ca=function(){this.b0.ww._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.ww.jo=this.b0.jo},r.prototype.b4=function(){this.b0.ww.vb=this.b0.vb},r.prototype.cc=function(){this.b0.ww.vr=this.b0.vr},r.prototype.b1=function(){this.b0.ww.vb=this.b0.u5},r.prototype.b2=function(){this.b0.ww.vr=this.b0.u9},r.prototype.b7=function(){this.b0.ww.bd=this.b0.bd},r.prototype.b8=function(){this.b0.ww.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.ww.ij=this.b0.ij},r.prototype.b9=function(){this.b0.ww.jf=this.b0.jf},r.prototype.cb=function(){this.b0.ww.ch=this.b0.ch},r.prototype.ce=function(){this.b0.ww.go=this.b0.go},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),y=function(e){function r(){var t=e.call(this)||this;t.xc=null,t.w1=!1,t.wt=1,t.w8=0,t.yj=null,t.wq=null,t.wm=null,t.wo=null,t.ws=null,t.yf={$type:n.Point_$type,x:NaN,y:NaN},t.ym=null,t.w7=1,t.imageTilesReady=null,t.w0=null,t.yl=n.Rect.empty,t.w8=l.am(r.yk.bottom)-l.am(r.yk.top),t.ab=r.$,t.backgroundContent=new S;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.wn=a,t.wn.n4=new c;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wp=s,t.wp.n4=new l,t.xu(),t.x1(),t.nx(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.wn.provideRenderer(t),this.wp.provideRenderer(t)},r.prototype.nx=function(){e.prototype.nx.call(this),this.wz.fv(this.hg)},r.prototype.fk=function(){return this.w5},r.prototype.fl=function(){return this.w5},r.prototype.ww=function(){return 0==this.wu&&this.w1?2:1},Object.defineProperty(r.prototype,"wv",{get:function(){return this.wt},set:function(e){this.wt=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yo",{get:function(){return this.yj},set:function(e){if(n.Rect.l_op_Inequality(this.yj,e)){var t=this.yj;this.yj=e,this.qj("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.ys=function(){return this.yo},r.prototype.xu=function(){this.y0.isEmpty||(this.yo=this.yy(this.y0,1==this.cr))},r.prototype.yy=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,c=l.am(e.bottom),h=l.am(e.top),u=c-h,p=e.width/r.yk.width,g=l.am(r.yk.top);if(u/p>this.w8){var y=u/this.w8;o-=(y-p)/2*r.yk.width,a=y*r.yk.width,t&&(o<r.yk.left?o+=r.yk.left-o:o+a>r.yk.right&&(o-=o+a-r.yk.right))}else if(u/p<this.w8){var f=this.w8*p-u,d=h-f/2,b=c+f/2;t&&(d<g?b+=g-(d+=g-d):b>g+this.w8&&(d-=b-(g+this.w8),b-=b-(g+this.w8))),i=l.aq(d),s=l.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.wq},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wq=e,this.qj("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wn",{get:function(){return this.wm},set:function(e){if(e!=this.wn){var t=this.wn;this.wm=e,this.qj("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wp",{get:function(){return this.wo},set:function(e){if(e!=this.wp){var t=this.wp;this.wo=e,this.qj("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.x4=function(e){this.wg=e},r.prototype.x3=function(e){this.y0=e},r.prototype.getZoomFromGeographicRect=function(e){return this.yq(e,!0,0)},r.prototype.yp=function(e,t){return this.yq(e,!1,t)},r.prototype.yq=function(e,t,o){var a=e;t&&(a=this.yy(e,!1));var s=this.wn,l=this.wp,c=new i.ScalerParams(1,r.yn,this.wf,s.ch);c.c=this.v4;var h=new i.ScalerParams(1,r.yn,this.wf,l.ch);h.c=this.v4;var u=this.wn.el(a.left,c),p=this.wn.el(a.right,c),g=this.wp.el(a.top,h),y=this.wp.el(a.bottom,h),f=(u-o)/this.wf.width,d=(y-o)/this.wf.height,b=(p-u+2*o)/this.wf.width,m=(g-y+2*o)/this.wf.height,w=new n.Rect(0,f,d,b,m);return w.intersect(r.yn),w.isEmpty&&(w=r.yn),w},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.yn;var l=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},r.prototype.yu=function(e){var t=this.wn,o=this.wp,a=new i.ScalerParams(1,e,this.wf,t.ch);a.c=this.v4;var s=new i.ScalerParams(1,e,this.wf,o.ch);s.c=this.v4;var l=this.v3,c=t.eo(l.left,a),h=o.eo(l.top,s),u=t.eo(l.right,a),p=o.eo(l.bottom,s),g=u-c,y=h-p,f=new n.Rect(0,c,p,g,y);return 1==this.cr&&(f.intersect(r.yk),f.isEmpty&&(f=r.yk)),f},r.prototype.yg=function(e){var t=this.wn.mf(e.x),i=this.wp.mf(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.yh=function(e){var t=this.wn.e6(e.x),i=this.wp.e6(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.yi=function(e){return this.yh(e)},r.prototype.xr=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.xx=function(e){},r.prototype.ge=function(){return!0},r.prototype.xz=function(){var e,i;this.wz.ee();try{for(var r=t.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.r8()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.x2=function(){if(2==this.wy){if(!this.wf.isEmpty&&this.wf.width>0&&this.wf.height>0){var e=this.wn.mf(this.wf.left+this.wf.width/2),t=this.wp.mf(this.wf.top+this.wf.height/2);this.yf={$type:n.Point_$type,x:e,y:t}}}else if(!this.wf.isEmpty&&this.wf.width>0&&this.wf.height>0){var i=this.wn.mf(this.wf.left),r=this.wp.mf(this.wf.top);this.yf={$type:n.Point_$type,x:i,y:r}}},r.prototype.xy=function(){(n.isNaN_(this.yf.x)||n.isNaN_(this.yf.y))&&this.x2();var e=this.yf.x,t=this.yf.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.v0.left,a=this.v0.top,s=this.v0.width,l=this.v0.height;if(s>this.ym.width);else{var c=new i.ScalerParams(1,r.yn,this.wf,this.wn.ch);c.c=this.v4;var h=this.wn.el(e,c);if(2==this.wy)o=h/this.wf.width-s/2;else o=h/this.wf.width;o+s>this.ym.right?o=this.ym.right-s:o<this.ym.left&&(o=this.ym.left)}if(l>this.ym.height);else{var u=new i.ScalerParams(1,r.yn,this.wf,this.wp.ch);u.c=this.v4;var p=this.wp.el(t,u);if(2==this.wy)a=p/this.wf.height-l/2;else a=p/this.wf.height;a+l>this.ym.bottom?a=this.ym.bottom-l:a<this.ym.top&&(a=this.ym.top)}this.ru(new n.Rect(0,o,a,s,l),!1)}},r.prototype.get_fc=function(){return!0},r.prototype.v1=function(){var t=e.prototype.v1.call(this);if(null==this.wn||null==this.wp)return t;this.wb();var i=t.left,r=t.top;1==this.cr&&(this.wg.width>this.ym.width?i=.5-this.wg.width/2:i+t.width>this.ym.right?i=this.ym.right-this.wg.width:i<this.ym.left&&(i=this.ym.left),this.wg.height>this.ym.height?r=.5-this.wg.height/2:r+this.wg.height>this.ym.bottom?r=this.ym.bottom-this.wg.height:r<this.ym.top&&(r=this.ym.top));var o=!1;!this.w4&&2==this.cr&&this.w1&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.ym.right>0&&(t.right-this.ym.right)/t.width>.8?(i=this.ym.left-(t.width-(t.right-this.ym.right)),o=!0):t.left<this.ym.left&&Math.abs(t.left-this.ym.left)/t.width>.8&&(i=this.ym.right-Math.abs(t.left-this.ym.left),o=!0));var a=new n.Rect(0,i,r,t.width,t.height);if(this.w4){var s=this.yp(this.y0,1);s=this.yr(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var h=a.height/a.width,u=s.width,p=h*u;a=new n.Rect(0,l-u/2,c-p/2,u,p),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,f=g*y;a=new n.Rect(0,l-f/2,c-y/2,f,y),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ey=!0,this.wg=a,this.ey=!1),a},r.prototype.m1=function(e,t){var i=!0,r=!0,o=0,a=this.wb(),s=0,l=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(l=Math.abs(e.left-a.left)/e.width),0==l&&0==s&&(i=!1),l>s&&(r=!1),i)if(r){var c=this.wm.el(-180,t);o=this.wm.el(180,t)-c}else{o=this.wm.el(-180,t)-this.wm.el(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.wb=function(){var e=new i.ScalerParams(1,r.yn,this.wf,this.wn.ch);e.c=this.v4;var t=new i.ScalerParams(1,r.yn,this.wf,this.wp.ch);t.c=this.v4;var o=this.wn.el(r.yk.left,e),a=this.wn.el(r.yk.right,e),s=this.wp.el(r.yk.top,t),l=this.wp.el(r.yk.bottom,t);return this.ym=new n.Rect(0,o/this.wf.width,l/this.wf.height,(a-o)/this.wf.width,(s-l)/this.wf.height),this.ym},r.prototype.yr=function(e){var t=this.hk,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),l=n.MathUtil.d(e.height,t,1),c=this.wf,h=c.width/c.height,u=s*c.width,p=l*c.height;u/p!=h&&(p*h>u?s=(u=p*h)/c.width:l=(p=u/h)/c.height);var g=s!=o,y=l!=a,f=g?i-.5*s:e.left,d=y?r-.5*l:e.top,b=g?i+.5*s:e.right,m=y?r+.5*l:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+l),m>1&&(d=(m=1)-l),new n.Rect(0,f,d,b-f,m-d)},r.prototype.v2=function(t){if(e.prototype.v2.call(this,this.wf),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 o=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return i},r.prototype.yt=function(e){return this.v2(e)},r.prototype.c8=function(){return new w(this)},r.prototype.xt=function(e){null!=e&&(e.bi=this)},r.prototype.p2=function(t){e.prototype.p2.call(this,t),this.wz=t},r.prototype.qd=function(t,i){e.prototype.qd.call(this,t,i),this.ri(this.wn),this.ri(this.wp),n.Rect.l_op_Inequality(t,i)&&this.xy(),this.w4&&(this.v0=this.v1()),this.x5()},Object.defineProperty(r.prototype,"w9",{get:function(){return this.w7},set:function(e){var t=this.w7;this.w7=e,this.qj("ActualWindowScale",t,this.w7)},enumerable:!1,configurable:!0}),r.prototype.hq=function(){return this.w9},r.prototype.hr=function(){return this.w9},r.prototype.rh=function(){e.prototype.rh.call(this);var t=Math.min(this.v0.width,this.v0.height);this.w9=t},r.prototype.f3=function(){return this.w1},r.prototype.cs=function(){return 0==this.ct&&this.w2?2:this.ct},r.prototype.qe=function(i,o,a,s){var l,c,h,u;switch(e.prototype.qe.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xu();break;case"WindowRect":this.x2();break;case r.$$p[0]:this.wv=this.ww(),null!=this.ws&&(this.ws.isHorizontalWrappingEnabled=2==this.wv);break;case r.$$p[1]:this.w1=this.w2,this.wv=this.ww(),this.cr=this.cs(),null!=this.ws&&(this.ws.isHorizontalWrappingEnabled=2==this.wv);break;case r.$$p[4]:this.v0=this.v1();break;case"BackgroundContent":if(null!=this.ws){var p=this.ws;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.xv)),this.ws.deferralHandler=null}if(this.ws=n.typeCast(f.$,this.backgroundContent),null!=this.ws){var g=this.ws;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.xv)),this.ws.deferralHandler=this,this.ws.isHorizontalWrappingEnabled=2==this.wv}this.wz.fu(n.typeCast(f.$,a),n.typeCast(f.$,s)),null!=this.ws&&(this.ws.geographicMap=this,this.wz.fr(this.v0),this.wz.fv(this.hg));break;case"YAxis":case"XAxis":this.x0(a),this.xt(s);break;case r.$$p[6]:this.w3||(this.wg=r.yn),this.xu(),this.x1(),this.x2(),this.v0=this.v1(),this.wz.fs();break;case"ActualWindowRect":this.wz.fr(this.v0);break;case"ActualWorldRect":try{for(var y=t.__values(n.fromEnum(this.series)),d=y.next();!d.done;d=y.next()){d.value.ro(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(c=y.return)&&c.call(y)}finally{if(l)throw l.error}}break;case r.$$p[5]:this.w9=this.xa;break;case"ActualWindowScale":this.ga||this.rs(this.hq(),this.hr());break;case"ActualPixelScalingRatio":this.wz.fv(this.hg);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.hk=5e-6,this.hj=5e-6):(this.hk=b,this.hj=b);break;case r.$$p[7]:this.ro();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),w=m.next();!w.done;w=m.next()){w.value.qd()}}catch(e){h={error:e}}finally{try{w&&!w.done&&(u=m.return)&&u.call(m)}finally{if(h)throw h.error}}}},r.prototype.xv=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.x0=function(e){null!=e&&(e.bi=null)},r.prototype.x1=function(){null!=this.wn&&(this.wn.mc=this.yo.left,this.wn.mb=this.yo.right),null!=this.wp&&(this.wp.mc=this.yo.top,this.wp.mb=this.yo.bottom),this.wn.c2(!0),this.wp.c2(!0)},r.prototype.getFontInfo=function(){return this.w0=this.wz.fo,this.w0},r.prototype.u4=function(){return this.wz.fw},r.prototype.getFontBrush=function(){return this.wz.fx},r.prototype.ra=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=t;o.itemsSource=r.triangulationSource.points,o.w5=r.triangulationSource.triangles}else e.prototype.ra.call(this,t,i)},r.prototype.register=function(e,t){this.qy(e,t)},r.prototype.unRegister=function(e){this.rg(e)},r.prototype.deferredRefresh=function(){this.nf()},r.prototype.deferAction=function(e){null!=this.xc?this.xc.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.xs=function(e){this.rn(e)},r.prototype.xd=function(){var e=new i.ChartVisualData,t=this.wn.fy(),r=this.wp.fy();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kl();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.wf),e.centralArea=n.RectData.b(this.wf),e.plotArea=n.RectData.b(this.wf),e},r.prototype.v7=function(e,t,i){return e},r.prototype.xw=function(){},Object.defineProperty(r.prototype,"yz",{get:function(){return this.yl},set:function(e){this.yl=e},enumerable:!1,configurable:!0}),r.prototype.x6=function(e){this.yz=e,this.x5()},r.prototype.x5=function(){if(this.w6&&!this.yz.isEmpty){var e=this.getZoomFromGeographicRect(this.yz);this.yz=n.Rect.empty,this.ru(e,!1)}},Object.defineProperty(r.prototype,"w6",{get:function(){return!this.wf.isEmpty&&!this.v4.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.wx=0,r.yk=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.yn=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"qj",["BackgroundTilingMode:wu:x7",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:w2:x8",[0,!1],"ResizeBehavior:wy:x9",[o,n.enumGetBox(o,r.wx)],"SuppressZoomResetOnWorldRectChange:w3:ya",[0,!1],"UseWorldRectForZoomBounds:w4:yb",[0,!1],"WindowScale:xa:yc",[1,NaN],"WorldRect:y0:yd",[n.Rect.$,r.yk],"Zoomable:w5:ye",[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 h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var 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.yt(t),o=y.yk,a=this.geographicMap.yo,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/r.width*s*l;var c=this.geographicMap.wn,h=this.geographicMap.wp,u=new i.ScalerParams(1,this.windowRect,t,c.ch);u.c=r;var p=new i.ScalerParams(1,this.windowRect,t,h.ch);p.c=r;var g=c.el(o.left,u),f=h.el(o.bottom,p),d=-g/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 u)},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",y.$,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.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.ww;t.xw=this.ch.w8,t.x4=this.ch.w6,t.trianglesSource=this.ch.w5,t.xk=this.ch.xb,t.xm=this.ch.xd,t.xo=this.ch.xf},i.prototype.ck=function(){var e=this.ch.ww;if(null==this.ch.da)return e.wu=null,void(e.wv=null);e.wu=this.ch.da.wn,e.wv=this.ch.da.wp},i.prototype.cj=function(){this.ch.ww.xw=this.ch.w8},i.prototype.ci=function(){this.ch.ww.x4=this.ch.w6},i.prototype.cl=function(){this.ch.ww.trianglesSource=this.ch.w5},i.prototype.cm=function(){this.ch.ww.xk=this.ch.xb},i.prototype.cn=function(){this.ch.ww.xm=this.ch.xd},i.prototype.co=function(){this.ch.ww.xo=this.ch.xf},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xq&&(this.cp.xq.y3=this.cp.xu,this.cp.xq.yr=this.cp.xp)},i.prototype.cq=function(){null!=this.cp.xq&&(this.cp.xq.y3=this.cp.xu)},i.prototype.cr=function(){null!=this.cp.xq&&(this.cp.xq.yr=this.cp.xp)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),w=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.ux=2,i.fn.ir=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.xs(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,i,r,o,a=this.j.a8(e,t,i,r,o);e=a.p0,t=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var l=0;l<s.a.count;l++)this.fn.ah.add(s.a.item(l));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fn.ai.add(s.f.item(c))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var 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.ws&&(this.fn.ws.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.ws&&(this.fn.ws.windowRect=this.fn.v0),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.hg;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),S=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),_=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cr=function(){return new b(this)},i.prototype.qy=function(t){e.prototype.qy.call(this,t),this.w4=t},i.prototype.q6=function(t,n,r,o){switch(e.prototype.q6.call(this,t,n,r,o),n){case"SeriesViewer":this.w4.ck();break;case i.$$p[1]:this.w4.cj();break;case i.$$p[0]:this.w4.ci();break;case i.$$p[5]:this.w4.cl();break;case i.$$p[2]:this.w4.cm();break;case i.$$p[3]:this.w4.cn();break;case i.$$p[4]:this.w4.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:w6:xh",[2,"pointY"],"LongitudeMemberPath:w8:xi",[2,"pointX"],"TriangleVertexMemberPath1:xb:xk",[2,"v1"],"TriangleVertexMemberPath2:xd:xl",[2,"v2"],"TriangleVertexMemberPath3:xf:xm",[2,"v3"],"TrianglesSource:w5:xj",[n.IEnumerable_$type,null]]),i}(p),v=function(e){function r(){var t=e.call(this)||this;return t.xn=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_et=function(){return!0},Object.defineProperty(r.prototype,"xp",{get:function(){return this.xn},set:function(e){if(this.xn!=e){var t=this.xn;if(null!=this.xn){var i=this.xn;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.xx))}if(this.xn=e,null!=this.xn){var r=this.xn;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.xx))}this.raisePropertyChanged("ColorScale",t,this.xn),null!=this.xq&&(this.xq.yr=e)}},enumerable:!1,configurable:!0}),r.prototype.xx=function(e,t){this.xs.cr(),this.xz(),this.ro(!1)},r.prototype.xz=function(){null!=this.xq&&(this.xo=this.xq.yq)},r.prototype.sd=function(){e.prototype.sd.call(this),this.xz()},r.prototype.wv=function(){this.xq=new i.ScatterAreaSeries;var e=this.xq;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.xy)),this.xq},r.prototype.xy=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.cr=function(){return new m(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.xs=t},r.prototype.q6=function(t,i,n,o){switch(e.prototype.q6.call(this,t,i,n,o),i){case r.$$p[1]:this.xs.cq();break;case"ColorScale":this.xs.cr(),this.xz()}},r.prototype.get_g6=function(){return!0},r.prototype.set_g6=function(t){e.prototype.set_g6.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:xo:x0",[i.ColorScale.$,null],"ColorMemberPath:xu:x1",[2,"value"]]),r}(_),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 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}(),k=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 o=r.i;return r._chart=o,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)})),o.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var o=t.__values(e),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return 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 y},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,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?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.w5},set:function(e){this.i.w5=n.ensureBool(e),this._a("zoomable",this.i.w5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.wy},set:function(e){this.i.wy=n.ensureEnum(o,e),this._a("resizeBehavior",n.enumToString(o,this.i.wy))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.w2},set:function(e){this.i.w2=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.w2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.wu},set:function(e){this.i.wu=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.wu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.w4},set:function(e){this.i.w4=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.w4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.w3},set:function(e){this.i.w3=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.w3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.y0)},set:function(e){this.i.y0=n.toRect(e),this._a("worldRect",n.rectToString(this.i.y0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.yo)},set:function(e){this.i.yo=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.yo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.wn;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.wn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.wp;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.wp=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.fc},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.xa},set:function(e){this.i.xa=+e,this._a("windowScale",this.i.xa)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.w9},set:function(e){this.i.w9=+e,this._a("actualWindowScale",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.w6},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.ys();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.x4(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.x3(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.yp(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.yu(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.yg(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.yh(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.yi(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.xr()},r.prototype.styleUpdated=function(){this.i.xz()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.hq()},r.prototype.getActualWindowScaleVertical=function(){return this.i.hr()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.xd()},r.prototype.zoomToGeographic=function(e){this.i.x6(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),C=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 u},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},e}(),T=function(){function e(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igc"+e.$type.name+"Component";return 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 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 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 o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),j=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),O=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 j(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(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 o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)s.add(o[0].imageUrlSubdomains[l]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,r,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;n.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,o)},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 O},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=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 C,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 C;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 C,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 C;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",O.$type)},e}(),G=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new S},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),z=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",S.$type)},e}(),B=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t._getTileImageUri_wrapped=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(e){var t=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=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),D=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",B),n.TypeRegistrar.register("CustomMapImagery",D.$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 o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,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 o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}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(),z.register(),q.register(),V.register(),k.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",k)},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.fb},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.wy},set:function(e){this.i.wy=+e,this._a("visibleFromScale",this.i.wy)},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.qd()},i.prototype.getItemValue=function(e,t){return this.i.kp(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mc(e)},i.prototype.getItem=function(e){return this.i.km(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.j9(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.j7(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.i4(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.v8(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wj(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wl(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i0(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.v4(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.i2(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.v6(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.v9(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i5(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.iv()},i.prototype.renderSeries=function(e){this.i.ro(e)},i.prototype.styleUpdated=function(){this.i.r8()},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.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xe},set:function(e){this.i.xe=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.xe)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xd},set:function(e){this.i.xd=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.xd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.w6},set:function(e){this.i.w6=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.w6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.xh},set:function(e){this.i.xh=+e,this._a("itemSearchThreshold",this.i.xh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xg},set:function(e){this.i.xg=+e,this._a("itemSearchPointsThreshold",this.i.xg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.w9;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.w9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.xf},set:function(e){this.i.xf=+e,this._a("shapeFilterResolution",this.i.xf)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(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.xc=!1,t.xb=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.w8=null,t.xa=!1,t}return t.__extends(r,e),r.prototype.cr=function(){return new W(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.w7=t},r.prototype.get_fd=function(){return!0},r.prototype.get_ec=function(){return!0},r.prototype.q6=function(t,i,o,a){switch(e.prototype.q6.call(this,t,i,o,a),i){case"SeriesViewer":this.w7.ci();break;case"ShapeMemberPath":this.w7.ck();break;case r.$$p[5]:this.w7.cj();break;case r.$$p[1]:if(this.ww.xw=this.xe,this.xc=this.xe,this.xe){var s=this.ww;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.xs))}else{var l=this.ww;l.assigningShapeStyle=n.delegateRemove(l.assigningShapeStyle,n.runOn(this,this.xs))}break;case r.$$p[0]:if(this.ww.xv=this.xd,this.xb=this.xd,this.xe){var c=this.ww;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.xr))}else{var h=this.ww;h.assigningShapeMarkerStyle=n.delegateRemove(h.assigningShapeMarkerStyle,n.runOn(this,this.xr))}break;case r.$$p[2]:this.ww.xc=this.w6;break;case r.$$p[3]:this.ww.yd=this.xg;break;case r.$$p[4]:this.ww.ye=this.xh;break;case"ShapefileDataSource":if(null!=o){var u=o;this.xa&&(u.importCompleted=n.delegateRemove(u.importCompleted,n.runOn(this,this.xt)))}if(null!=a){var p=a;if(p.count>0){this.xu();break}this.xa=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.xt))}}},r.prototype.xs=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.xr=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.xt=function(e,t){this.xu()},r.prototype.xu=function(){var e=this.w9.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"w9",{get:function(){return this.w8},set:function(e){var t=this.w8;this.w8=e,t!=this.w8&&this.raisePropertyChanged("ShapefileDataSource",t,this.w8)},enumerable:!1,configurable:!0}),r.prototype.get_g6=function(){return!0},r.prototype.set_g6=function(t){e.prototype.set_g6.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:xd:xv",[0,!1],"IsCustomShapeStyleAllowed:xe:xw",[0,!1],"ItemSearchMode:w6:xx",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xg:xy",[1,1e4],"ItemSearchThreshold:xh:xz",[1,1e4],"ShapeFilterResolution:xf:x0",[1,2],"ShapeMemberPath:xp:x1",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.ww.yq=this.ch.xp},i.prototype.ci=function(){var e=this.ch.ww;if(null==this.ch.da)return e.w6=null,void(e.w8=null);e.w6=this.ch.da.wn,e.w8=this.ch.da.wp},i.prototype.ck=function(){this.ch.ww.yq=this.ch.xp},i.prototype.cj=function(){this.ch.ww.ya=this.ch.xf},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.xp="points"),i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.y9=i.Defaults.aj,this.cl.jo=i.Defaults.p,this.cl.x8=i.Defaults.o,this.cl.x5=i.Defaults.d,this.cl.x3=i.Defaults.a)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.ww.aa9=this.cl.zb,this.cl.ww.z2=this.cl.x6,this.cl.ww.aao=this.cl.yr,this.cl.ww.z5=this.cl.x8,this.cl.ww.zo=this.cl.x2},r.prototype.cq=function(){this.cl.ww.aao=this.cl.yr},r.prototype.cs=function(){this.cl.ww.z5=this.cl.x8},r.prototype.cn=function(){this.cl.ww.zo=this.cl.x2},r.prototype.cr=function(){this.cl.ww.zx=this.cl.x5},r.prototype.cm=function(){this.cl.ww.aa5=this.cl.y8},r.prototype.co=function(){this.cl.ww.aa6=this.cl.y9},r.prototype.cp=function(){this.cl.ww.aa8=this.cl.za},r.prototype.ct=function(){this.cl.ww.z2=this.cl.x6},r.prototype.cu=function(){this.cl.ww.aa9=this.cl.zb},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.bj=function(){return new r},r.prototype.get_fp=function(){return!0},r.prototype.cr=function(){return new X(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.x7=t},r.prototype.wv=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yo)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.yp)),e},r.prototype.yo=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.yp=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.ww)},r.prototype.im=function(){return this.x8},r.prototype.vh=function(){return this.y6},r.prototype.vi=function(){return this.y7},r.prototype.sv=function(){return this.yq},r.prototype.l9=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.ww);return null==e?"Unknown":e.l9()},r.prototype.q6=function(t,i,n,o){switch(e.prototype.q6.call(this,t,i,n,o),i){case r.$$p[6]:this.ww.zv=this.x4;break;case r.$$p[5]:this.ww.zr=this.x3;break;case r.$$p[9]:this.x7.cq();break;case r.$$p[10]:this.x7.cs();break;case r.$$p[4]:this.x7.cn();break;case r.$$p[11]:this.x7.cr();break;case r.$$p[3]:this.x7.cm();break;case r.$$p[7]:this.x7.co();break;case r.$$p[8]:this.x7.cp();break;case r.$$p[13]:this.x7.ct();break;case r.$$p[12]:this.x7.cu()}},r.prototype.jk=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:y6:ys",[n.Brush.$],"ActualMarkerOutline:y7:yt",[n.Brush.$],"ActualMarkerTemplate:yq:yu",[n.DataTemplate.$,null],"MarkerBrush:y8:yv",[n.Brush.$],"MarkerCollisionAvoidance:x2:yw",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:x3:yx",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:x4:yy",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:y9:yz",[n.Brush.$],"MarkerStyle:za:y0",[n.Style.$],"MarkerTemplate:yr:y1",[n.DataTemplate.$,null],"MarkerThickness:x8:y2",[1,n.DeviceUtils.g(2)],"MarkerType:x5:y3",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:zb:y4",[n.Style.$,null],"ShapeStyleSelector:x6:y5",[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.fp},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.zb?this.i.zb.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zb.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.zb?this.i.zb.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zb.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.zb?this.i.zb.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zb.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.zb.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.zb?this.i.zb.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zb.opacity=+e,this._a("shapeOpacity",this.i.zb.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.zb||(this.i.zb=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.x5},set:function(e){this.i.x5=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.x5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.x4},set:function(e){this.i.x4=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.x4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.x3},set:function(e){this.i.x3=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.x3))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.yr},set:function(e){this.i.yr=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.y8)},set:function(e){this.i.y8=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.y8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.y9)},set:function(e){this.i.y9=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.y9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.x8},set:function(e){this.i.x8=+e,this._a("markerThickness",this.i.x8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x2},set:function(e){this.i.x2=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.x2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.yq},set:function(e){this.i.yq=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.y6)},set:function(e){this.i.y6=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.y6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.y7)},set:function(e){this.i.y7=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.y7))},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.cl=null,i.cl=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jo=i.Defaults.n)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.ww.zo=this.cl.x2,this.cl.ww.zt=this.cl.ya},r.prototype.cm=function(){this.cl.ww.zo=this.cl.x2},r.prototype.cn=function(){this.cl.ww.zt=this.cl.ya},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.bj=function(){return new r},r.prototype.get_fq=function(){return!0},r.prototype.cr=function(){return new K(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.x3=t},r.prototype.wv=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.x7)),e},r.prototype.x7=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.q6=function(t,i,n,o){switch(e.prototype.q6.call(this,t,i,n,o),i){case r.$$p[1]:this.x3.cm();break;case r.$$p[0]:this.x3.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:ya:x8",[n.Style.$,null],"ShapeStyleSelector:x2:x9",[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.fq},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.ya?this.i.ya.fill:null},set:function(e){this.ensureShapeStyle(),this.i.ya.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.ya?this.i.ya.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.ya.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.ya?this.i.ya.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.ya.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.ya.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.ya?this.i.ya.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.ya.opacity=+e,this._a("shapeOpacity",this.i.ya.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.ya||(this.i.ya=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],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=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}(),oe=function(e){function r(){var t=e.call(this)||this;return t.zp=null,t.zo=null,t.imageTilesReady=null,t.zs=null,t.zt=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_f2=function(){return!0},r.prototype.cr=function(){return new ae(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.zn=t},r.prototype.get_xy=function(){return!1},Object.defineProperty(r.prototype,"zr",{get:function(){return this.zp},set:function(e){if(e!=this.zr){var t=this.zr;this.zp=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zq",{get:function(){return this.zo},set:function(e){var t=this.zo;this.zo=e,this.raisePropertyChanged("ActualTileImagery",t,this.zo)},enumerable:!1,configurable:!0}),r.prototype.q6=function(t,i,r,o){var a,s;switch(e.prototype.q6.call(this,t,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.zw))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.zw))),this.zn.dh(a,s),this.ro(!1),this.qi();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.zx)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.zx)),s.deferralHandler=this),this.zn.dg(a,s),null!=s&&null!==n.typeCast(y.$,this.da)&&(s.geographicMap=this.da,this.zz(this.cu),this.zn.dd(this.da.v0)),this.qi();break;case"ActualWindowRect":this.zn.dd(o);break;case"WorldRect":this.zn.dk(o);break;case"SeriesViewer":var l=o;null!=r&&null!=this.zq&&this.zq.be(null),null!=l&&null!=this.zq&&this.zq.be(this.cu.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qk()}},r.prototype.zw=function(e,t){"MultiScaleImage"==t.propertyName&&this.zz(this.cu)},r.prototype.zx=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.zt||this.zn.di()},r.prototype.register=function(e,t){this.zs=t},r.prototype.unRegister=function(e){this.zs=null},r.prototype.deferredRefresh=function(){this.ro(!1)},r.prototype.deferAction=function(e){null!=this.jy?this.jy.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.sm=function(t,i){this.zn.dj(),e.prototype.sm.call(this,t,i)},r.prototype.rp=function(t){e.prototype.rp.call(this,t),this.zy(t,this.cu)},r.prototype.zy=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.zz(t),null!=this.zs&&(this.zt=!0,this.zs(e),this.zt=!1),r.di()},r.prototype.rn=function(t,i,n,r,o){e.prototype.rn.call(this,t,i,n,r,o);var a=this.hm.item(r);a.a3(n),this.d4(a)||this.y6(a)},r.prototype.zz=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.zr&&null!=this.zr.ao&&(this.zr!=this.zq&&(this.zq=this.zr),null==this.zq||t.isEmpty||(this.zq.width!=t.width&&(this.zq.width=t.width),this.zq.height!=t.height&&(this.zq.height=t.height)))},r.prototype.o4=function(t,i){e.prototype.o4.call(this,t,i),i.de()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),ae=function(e){function r(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new n.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vr=i.Defaults.ao,this.da.vb=i.Defaults.an)},r.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},r.prototype.c5=function(e,t){return this.c6(e,t,!0)},r.prototype.c4=function(e,t){return null},r.prototype.co=function(e,t){},r.prototype.cm=function(e,t,i){},r.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},r.prototype.ct=function(){e.prototype.ct.call(this),this.as()},r.prototype.dd=function(e){null!=this.da.zr&&(this.da.zr.windowRect=e)},r.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jy.createElement("canvas");var i=this.e.jy.get2DCanvasContext(this.dc);this.db=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.df)))},r.prototype.df=function(e,t){this.as()},r.prototype.dh=function(e,t){},r.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.zr&&this.da.zr.bf(this.bx)},r.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var r=!1;if(this.dl.d.count>0)r=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=n.truncate(Math.round(this.bx.left)),a=n.truncate(Math.round(this.bx.top)),s=n.truncate(Math.round(this.bx.width)),l=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,l,o,a,s,l),r&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(e){null!=this.da.zr&&this.da.zr.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 oe},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var e=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.f2},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.zr;return null==e?null:e.externalObject},set:function(e){this.i.zr=null==e?null:e.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),le=function(){function e(){}return e.register=function(){se.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),n.TypeRegistrar.register("TileSeries",oe.$type)},e}(),ce=function(e){function i(){var t=e.call(this)||this;return t.x3=null,t.x2=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_f2=function(){return!0},Object.defineProperty(i.prototype,"x4",{get:function(){return this.x3},set:function(e){if(e!=this.x4){var t=this.x4;this.x3=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.x8=function(){null!=this.x4&&this.x4.clearTileCache()},i.prototype.q6=function(t,i,n,r){switch(e.prototype.q6.call(this,t,i,n,r),i){case"TileImagery":null!=this.ww&&(this.ww.zr=this.x4)}},i.prototype.w1=function(){if(e.prototype.w1.call(this),this.ww.zr=this.x4,null!=this.x2){var t=this.x2;t.imageTilesReady=n.delegateRemove(t.imageTilesReady,n.runOn(this,this.x7))}if(this.x2=this.ww,null!=this.x2){var i=this.x2;i.imageTilesReady=n.delegateCombine(i.imageTilesReady,n.runOn(this,this.x7))}},i.prototype.wv=function(){return new oe},i.prototype.x7=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),he=function(e){function i(){var t=e.call(this)||this;return t._imageTilesReady=null,t._imageTilesReady_wrapped=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ce},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var e=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.f2},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.x4;return null==e?null:e.externalObject},set:function(e){this.i.x4=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.x8()},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),ue=function(){function e(){}return e.register=function(){le.register(),he.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",he),n.TypeRegistrar.register("GeographicTileSeries",ce.$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.w6},set:function(e){this.i.w6=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.w6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.w7},set:function(e){this.i.w7=+e,this._a("markerThickness",this.i.w7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.w5},set:function(e){this.i.w5=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.w5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.w4},set:function(e){this.i.w4=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.w4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.xm},set:function(e){this.i.xm=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.x0)},set:function(e){this.i.x0=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.x0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.x1)},set:function(e){this.i.x1=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.x1))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.w8},set:function(e){this.i.w8=+e,this._a("maximumMarkers",this.i.w8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.xy)},set:function(e){this.i.xy=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.xy))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.xz)},set:function(e){this.i.xz=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.xz))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ge=function(e){function r(){var t=e.call(this)||this,i=t.ww;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xk)),t}return t.__extends(r,e),r.prototype.sv=function(){return this.xl},r.prototype.vh=function(){return this.xy},r.prototype.vi=function(){return this.xz},r.prototype.im=function(){return this.w7},r.prototype.l9=function(){var e=n.typeCast(i.MarkerSeries.$,this.ww);return null==e?"Unknown":e.l9()},r.prototype.xk=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.ww);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.xl=r.xw:"ActualMarkerOutline"==t.propertyName?this.xz=r.ye:"ActualMarkerBrush"==t.propertyName&&(this.xy=r.yd))},r.prototype.q6=function(t,i,n,o){switch(e.prototype.q6.call(this,t,i,n,o),i){case r.$$p[3]:this.ww.yf=this.x0;break;case r.$$p[6]:this.ww.yg=this.x1;break;case r.$$p[5]:this.ww.w0=this.w5;break;case r.$$p[4]:this.ww.ww=this.w4;break;case r.$$p[9]:this.ww.w6=this.w6;break;case r.$$p[7]:this.ww.xy=this.xm;break;case r.$$p[8]:this.ww.xf=this.w7;break;case r.$$p[10]:this.ww.z5=this.w8}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:xy:xn",[n.Brush.$],"ActualMarkerOutline:xz:xo",[n.Brush.$],"ActualMarkerTemplate:xl:xp",[n.DataTemplate.$,null],"MarkerBrush:x0:xq",[n.Brush.$],"MarkerFillMode:w4:xr",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:w5:xs",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:x1:xt",[n.Brush.$],"MarkerTemplate:xm:xu",[n.DataTemplate.$,null],"MarkerThickness:w7:xv",[1,n.DeviceUtils.g(2)],"MarkerType:w6:xw",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:w8:xx",[1,400]]),r}(p),ye=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.ww;t.aap=this.ch.yv,t.aax=this.ch.yt,t.w6=this.ch.w6,t.xy=this.ch.xm,t.xf=this.ch.w7,t.acz=this.ch.yf,t.adp=this.ch.y0,t.aco=this.ch.x7,t.adf=this.ch.yr,t.ada=this.ch.yj,t.acl=this.ch.x4,t.acx=this.ch.yb,t.acy=this.ch.ye,t.ac4=this.ch.yh,t.ac3=this.ch.yg},i.prototype.cq=function(){this.ch.ww.aap=this.ch.yv},i.prototype.cp=function(){this.ch.ww.aax=this.ch.yt},i.prototype.cv=function(){this.ch.ww.w6=this.ch.w6},i.prototype.ct=function(){this.ch.ww.xy=this.ch.xm},i.prototype.cu=function(){this.ch.ww.xf=this.ch.w7},i.prototype.cw=function(){this.ch.ww.z5=this.ch.w8},i.prototype.cy=function(){this.ch.ww.xAxis=this.ch.da.wn},i.prototype.cz=function(){this.ch.ww.yAxis=this.ch.da.wp},i.prototype.cx=function(){var e=this.ch.ww;if(null==this.ch.da)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.da.wn,e.yAxis=this.ch.da.wp},i.prototype.cr=function(){this.ch.ww.yf=this.ch.x0},i.prototype.cs=function(){this.ch.ww.yg=this.ch.x1},i.prototype.c0=function(){this.ch.ww.adp=this.ch.y0},i.prototype.c1=function(){this.ch.ww.aco=this.ch.x7,this.ch.ww.acz=this.ch.yf},i.prototype.cl=function(){this.ch.ww.adf=this.ch.yr},i.prototype.cj=function(){this.ch.ww.acl=this.ch.x4,this.ch.ww.acx=this.ch.yb,this.ch.ww.acy=this.ch.ye,this.ch.ww.ac4=this.ch.yh,this.ch.ww.ac3=this.ch.yg},i.prototype.ci=function(){this.ch.ww.ada=this.ch.yj},i.prototype.c2=function(){this.ch.ww.acz=this.ch.yf},i.prototype.ck=function(){this.ch.ww.acx=this.ch.yb},i.prototype.co=function(){this.ch.ww.acy=this.ch.ye},i.prototype.cn=function(){this.ch.ww.ac4=this.ch.yh},i.prototype.cm=function(){this.ch.ww.ac3=this.ch.yg},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),fe=function(e){function r(){var t=e.call(this)||this;return t.x5=null,t.ya=!1,t.x9=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_eh=function(){return!0},r.prototype.cr=function(){return new ye(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.x8=t},r.prototype.jk=function(){return.7},r.prototype.wv=function(){return new i.BubbleSeries},r.prototype.get_fd=function(){return!0},r.prototype.q6=function(t,i,o,a){switch(e.prototype.q6.call(this,t,i,o,a),i){case"SeriesViewer":this.x8.cx();break;case r.$$p[9]:this.x8.cq();break;case r.$$p[8]:this.x8.cp();break;case"XAxis":this.x8.cy();break;case"YAxis":this.x8.cz();break;case r.$$p[13]:this.x8.c0();break;case r.$$p[14]:this.x8.c1();break;case r.$$p[15]:this.x8.c2();break;case r.$$p[7]:this.x8.cl();break;case r.$$p[0]:this.x8.ci();break;case r.$$p[1]:this.x8.cj();break;case r.$$p[2]:this.x8.ck();break;case r.$$p[12]:this.x8.co();break;case r.$$p[11]:this.x8.cn();break;case r.$$p[10]:this.x8.cm();break;case r.$$p[4]:if(this.ww.zl=this.yd,this.ya=this.yd,this.yd){var s=this.ww;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y5))}else{var l=this.ww;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.y5))}break;case r.$$p[3]:if(this.ww.zk=this.yc,this.x9=this.yc,this.yd){var c=this.ww;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.y4))}else{var h=this.ww;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.y4))}break;case r.$$p[5]:this.ww.y4=this.x6;break;case r.$$p[6]:this.ww.z4=this.yi}},r.prototype.y5=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.y4=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:yj:y6",[2],"FillScale:x4:y7",[i.BrushScale.$],"FillScaleUseGlobalValues:yb:y8",[0,!1],"IsCustomScatterMarkerStyleAllowed:yc:y9",[0,!1],"IsCustomScatterStyleAllowed:yd:za",[0,!1],"ItemSearchMode:x6:zb",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yi:zc",[1,1e4],"LabelMemberPath:yr:zd",[2],"LatitudeMemberPath:yt:ze",[2,null],"LongitudeMemberPath:yv:zf",[2,null],"MarkerBrushBrightness:yg:zg",[1,NaN],"MarkerOutlineBrightness:yh:zh",[1,NaN],"MarkerOutlineUsesFillScale:ye:zi",[0,!1],"RadiusMemberPath:y0:zj",[2,null],"RadiusScale:x7:zk",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yf:zl",[0,!1]]),r}(ge),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.eh},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yt},set:function(e){this.i.yt=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yv},set:function(e){this.i.yv=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.y0},set:function(e){this.i.y0=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.x7;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.x7=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.yr},set:function(e){this.i.yr=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{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.x4;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.x4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yb},set:function(e){this.i.yb=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.yb)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.ye},set:function(e){this.i.ye=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.ye)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.yh},set:function(e){this.i.yh=+e,this._a("markerOutlineBrightness",this.i.yh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.yg},set:function(e){this.i.yg=+e,this._a("markerBrushBrightness",this.i.yg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yf},set:function(e){this.i.yf=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.yf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yd},set:function(e){this.i.yd=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yc},set:function(e){this.i.yc=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yc)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.x6},set:function(e){this.i.x6=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.x6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yi},set:function(e){this.i.yi=+e,this._a("itemSearchThreshold",this.i.yi)},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.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.ww;e.prototype.b5.call(this),t.aap=this.ch.yk,t.aax=this.ch.yi,t.w6=this.ch.w6,t.xy=this.ch.xm,t.xf=this.ch.w7},i.prototype.cj=function(){this.ch.ww.aap=this.ch.yk},i.prototype.ci=function(){this.ch.ww.aax=this.ch.yi},i.prototype.cp=function(){this.ch.ww.w6=this.ch.w6},i.prototype.cn=function(){this.ch.ww.xy=this.ch.xm},i.prototype.co=function(){this.ch.ww.xf=this.ch.w7},i.prototype.cq=function(){this.ch.ww.z5=this.ch.w8},i.prototype.cs=function(){this.ch.ww.xAxis=this.ch.da.wn},i.prototype.ct=function(){this.ch.ww.yAxis=this.ch.da.wp},i.prototype.cr=function(){var e=this.ch.ww;if(null==this.ch.da)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.da.wn,e.yAxis=this.ch.da.wp},i.prototype.cl=function(){this.ch.ww.yp=this.ch.x4},i.prototype.ck=function(){this.ch.ww.yf=this.ch.x0},i.prototype.cm=function(){this.ch.ww.yg=this.ch.x1},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),we=function(e){function r(){var t=e.call(this)||this;return t.x6=null,t.x9=!1,t.x8=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_eh=function(){return!0},r.prototype.cr=function(){return new me(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.x7=t},r.prototype.jk=function(){return.7},r.prototype.wv=function(){return new i.ScatterSeries},r.prototype.get_fd=function(){return!0},r.prototype.q6=function(t,i,o,a){switch(e.prototype.q6.call(this,t,i,o,a),i){case"SeriesViewer":this.x7.cr();break;case r.$$p[5]:this.x7.cj();break;case r.$$p[4]:this.x7.ci();break;case r.$$p[6]:this.x7.cl();break;case"XAxis":this.x7.cs();break;case"YAxis":this.x7.ct();break;case r.$$p[1]:if(this.ww.zl=this.yb,this.x9=this.yb,this.yb){var s=this.ww;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.yp))}else{var l=this.ww;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.yp))}break;case r.$$p[0]:if(this.ww.zk=this.ya,this.x8=this.ya,this.yb){var c=this.ww;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.yo))}else{var h=this.ww;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.yo))}break;case r.$$p[2]:this.ww.y4=this.x5;break;case r.$$p[3]:this.ww.z4=this.yd}},r.prototype.yp=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.yo=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:ya:yq",[0,!1],"IsCustomScatterStyleAllowed:yb:yr",[0,!1],"ItemSearchMode:x5:ys",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yd:yt",[1,1e4],"LatitudeMemberPath:yi:yu",[2,null],"LongitudeMemberPath:yk:yv",[2,null],"MarkerCollisionAvoidance:x4:yw",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yc:yx",[0,!1]]),r}(ge),Se=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 we},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.eh},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yi},set:function(e){this.i.yi=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yk},set:function(e){this.i.yk=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x4},set:function(e){this.i.x4=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.x4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yb},set:function(e){this.i.yb=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yb)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.ya},set:function(e){this.i.ya=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.ya)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.x5},set:function(e){this.i.x5=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.x5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yd},set:function(e){this.i.yd=+e,this._a("itemSearchThreshold",this.i.yd)},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),_e=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),Se.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",Se),n.TypeRegistrar.register("GeographicSymbolSeries",we.$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.w8},set:function(e){this.i.w8=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.w6},set:function(e){this.i.w6=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.w5},set:function(e){this.i.w5=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xb},set:function(e){this.i.xb=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xd},set:function(e){this.i.xd=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xf},set:function(e){this.i.xf=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.et},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.xu},set:function(e){this.i.xu=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.xp;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.xp=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.xo;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.xo=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.xz()},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),ke=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),xe.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",xe),n.TypeRegistrar.register("GeographicScatterAreaSeries",v.$type)},e}(),Ce=function(e){function r(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(r,e),r.prototype.b5=function(){e.prototype.b5.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.ww);t.y4=this.ch.xl,t.zc=this.ch.xj,t.xh=this.ch.w8,t.xg=this.ch.w7,t.f7=this.ch.w6,t.yc=this.ch.xa,t.yb=this.ch.w9,t.aaa=this.ch.x4,t.z9=this.ch.x3,t.yo=this.ch.xd},r.prototype.cn=function(){this.ch.ww.y4=this.ch.xl},r.prototype.cm=function(){this.ch.ww.zc=this.ch.xj},r.prototype.cs=function(){this.ch.ww.xh=this.ch.w8},r.prototype.cq=function(){this.ch.ww.xg=this.ch.w7},r.prototype.co=function(){this.ch.ww.f7=this.ch.w6},r.prototype.cl=function(){this.ch.ww.yc=this.ch.xa},r.prototype.cj=function(){this.ch.ww.yb=this.ch.w9},r.prototype.cr=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.ww);if(null==this.ch.da)return e.w1=null,void(e.w3=null);e.w1=this.ch.da.wn,e.w3=this.ch.da.wp},r.prototype.ct=function(){this.ch.ww.w1=this.ch.da.wn},r.prototype.cu=function(){this.ch.ww.w3=this.ch.da.wp},r.prototype.ck=function(){this.ch.ww.aaa=this.ch.x4},r.prototype.ci=function(){this.ch.ww.z9=this.ch.x3},r.prototype.cp=function(){this.ch.ww.yo=this.ch.xd},r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x4=i.Defaults.aq,this.ch.x3=i.Defaults.ap,this.ch.vb=i.Defaults.al,this.ch.vr=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",g.$),r}(g),Pe=function(e){function r(){var t=e.call(this)||this;return t.w4=null,t.progressiveLoadStatusChanged=null,t.xc=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.jj=function(){return n.isNaN_(this.ji)?i.Defaults.q:e.prototype.jj.call(this)},r.prototype.get_fn=function(){return!0},r.prototype.cr=function(){return new Ce(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.w5=t},r.prototype.wv=function(){return this.w4=new i.HighDensityScatterSeries,this.w4},Object.defineProperty(r.prototype,"xe",{get:function(){return this.xc},set:function(e){var t=this.xc;this.xc=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xc)},enumerable:!1,configurable:!0}),r.prototype.w1=function(){e.prototype.w1.call(this);var t=this.ww;t.progressiveLoadStatusChanged=n.delegateCombine(t.progressiveLoadStatusChanged,n.runOn(this,this.xs));var i=this.ww;i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(this,this.xr))},r.prototype.xs=function(e,t){this.xe=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.xr=function(e,t){this.w4},r.prototype.q6=function(t,i,n,o){switch(e.prototype.q6.call(this,t,i,n,o),i){case"SeriesViewer":this.w5.cr();break;case r.$$p[5]:this.w5.cn();break;case r.$$p[4]:this.w5.cm();break;case r.$$p[9]:this.w5.cs();break;case r.$$p[8]:this.w5.cq();break;case r.$$p[6]:this.w5.co();break;case"XAxis":this.w5.ct();break;case"YAxis":this.w5.cu();break;case r.$$p[3]:this.w5.cl();break;case r.$$p[1]:this.w5.cj();break;case r.$$p[2]:this.w5.ck();break;case r.$$p[0]:this.w5.ci();break;case r.$$p[7]:this.w5.cp()}},r.prototype.get_g6=function(){return!0},r.prototype.set_g6=function(t){e.prototype.set_g6.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:x3:xt",[n.Color.$,i.Defaults.ap],"HeatMaximum:w9:xu",[1,50],"HeatMinimumColor:x4:xv",[n.Color.$,i.Defaults.aq],"HeatMinimum:xa:xw",[1,0],"LatitudeMemberPath:xj:xx",[2,null],"LongitudeMemberPath:xl:xy",[2,null],"MouseOverEnabled:w6:xz",[0,!1],"PointExtent:xd:x0",[1,1],"ProgressiveLoad:w7:x1",[0,!0],"UseBruteForce:w8:x2",[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.fn},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xj},set:function(e){this.i.xj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.w8},set:function(e){this.i.w8=n.ensureBool(e),this._a("useBruteForce",this.i.w8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.w7},set:function(e){this.i.w7=n.ensureBool(e),this._a("progressiveLoad",this.i.w7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.w6},set:function(e){this.i.w6=n.ensureBool(e),this._a("mouseOverEnabled",this.i.w6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xa},set:function(e){this.i.xa=+e,this._a("heatMinimum",this.i.xa)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.w9},set:function(e){this.i.w9=+e,this._a("heatMaximum",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.x4)},set:function(e){this.i.x4=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.x4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.x3)},set:function(e){this.i.x3=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.x3))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e,this._a("pointExtent",this.i.xd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.xe},set:function(e){this.i.xe=+e,this._a("progressiveStatus",this.i.xe)},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.cp=null,i.cp=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jo=i.Defaults.m)},r.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.ww&&(this.cp.xo.yr=this.cp.xr,this.cp.xo.y1=this.cp.xv)},r.prototype.cq=function(){null!=this.cp.xo&&(this.cp.xo.yr=this.cp.xr)},r.prototype.cr=function(){null!=this.cp.xo&&(this.cp.xo.y1=this.cp.xv)},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.bj=function(){return new r},r.prototype.get_fi=function(){return!0},r.prototype.w1=function(){e.prototype.w1.call(this)},r.prototype.wv=function(){this.xo=new i.ScatterContourSeries;var e=this.xo;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.xy));var t=this.xo;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.xz)),this.xo},r.prototype.xy=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.xz=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.ww);null!=r&&"ActualFillScale"==t.propertyName&&(this.xq=r.yq)},r.prototype.sd=function(){e.prototype.sd.call(this)},r.prototype.cr=function(){return new Te(this)},r.prototype.qy=function(t){e.prototype.qy.call(this,t),this.xs=t},r.prototype.q6=function(t,i,n,o){switch(e.prototype.q6.call(this,t,i,n,o),i){case r.$$p[1]:this.xs.cq();break;case r.$$p[2]:this.xs.cr();break;case r.$$p[3]:this.xo.yo=this.xn;break;case"DashArray":this.xo.vy=this.vy;break;case"DashCap":this.xo.vz=this.vz;break;case"MiterLimit":this.xo.jg=this.jg;break;case"LineJoin":this.xo.v1=this.v1}},r.$t=n.markType(r,"GeographicContourLineSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:xq:x0",[i.ValueBrushScale.$,null],"FillScale:xr:x1",[i.ValueBrushScale.$,null],"ValueMemberPath:xv:x2",[2,"value"],"ValueResolver:xn:x3",[i.ContourValueResolver.$,null]]),r}(_),je=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.fi},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.xv},set:function(e){this.i.xv=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xr;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.xr=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.xq;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.xq=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.xn;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.xn=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),Oe=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),je.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",je),n.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),ue.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),_e.register(),ke.register(),Ie.register(),Oe.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),Ge=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),ze=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),Be=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),De=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),qe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),Ve=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ue=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ve.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Le=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ge.$),i}(ge),He=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Fe.$),i}(Fe),We=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var e=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),Xe=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=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}(We),Ye=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),Ze=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var e=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),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Fe.$),i}(Fe),Ke=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var e=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}(We),Je=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),et=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var e=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.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=j,e.BingResourceSet=Ue,e.BingResponse=Le,e.CustomMapImagery=D,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=Ce,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Fe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=De,e.GeographicProportionalSymbolSeriesView=ye,e.GeographicScatterAreaSeries=v,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=qe,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=we,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=Ee,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=_,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ne,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=B,e.IgcCustomMapImageryModule=q,e.IgcGeographicContourLineSeriesComponent=je,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=k,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=We,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=Xe,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=xe,e.IgcGeographicScatterAreaSeriesModule=ke,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=Se,e.IgcGeographicSymbolSeriesModule=_e,e.IgcGeographicTileSeriesComponent=he,e.IgcGeographicTileSeriesModule=ue,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=ve,e.IgcImageTilesReadyEventArgs=x,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=G,e.IgcOpenStreetMapImageryModule=z,e.IgcSubDomainsCollection=C,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=Ve,e.ImagesChangedEventArgs=u,e.LevelOfDetailResponseModel=Be,e.MapBackgroundTilingMode=a,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=Ge,e.OpenStreetMapImagery=S,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=ze,e.TileSeries=oe,e.TileSeriesView=ae,e.TokenResponseModel=Ae,e.XamGeographicMap=y,e.XamGeographicMapView=w,Object.defineProperty(e,"__esModule",{value:!0})}));
|