igniteui-webcomponents-maps 4.8.0 → 4.8.1-alpha.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 +1532 -1513
- 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 +194 -184
- 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/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- 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 +31 -22
- 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 +192 -182
- 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/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- 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 +31 -22
- 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 +1546 -1527
- package/fesm5/igniteui-webcomponents-maps.js +1532 -1513
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- 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 +30 -30
- 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 +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igc-geographic-map-series-host-component.d.ts +6 -0
- 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(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("tslib"),require("igniteui-webcomponents-charts"),require("igniteui-webcomponents-core")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-charts","igniteui-webcomponents-core"],e):e((t=t||self)["igniteui-webcomponents-maps"]={},t.tslib,t.igniteuiWebcomponentsCharts,t.igniteuiWebcomponentsCore)}(this,(function(t,e,i,n){"use strict";var r=function(t){return t[t.Auto=0]="Auto",t[t.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",t[t.MaintainCenterPosition=2]="MaintainCenterPosition",t}({}),o=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(t){return t[t.Auto=0]="Auto",t[t.NonWrapped=1]="NonWrapped",t[t.Wrapped=2]="Wrapped",t}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),u=function(t){function r(){var e=t.call(this)||this;return e.au=null,e.ai=0,e.aj=0,e.au=new n.Rect(0,0,0,1,1),e}return e.__extends(r,t),r.prototype.q=function(t,e){if(e.c.isEmpty)return this.getMercatorUnscaledValue(t,e.e,e.d,e.a);var i=t*e.e.height+e.e.top*e.d.height;return this.getMercatorUnscaledValue(i,this.au,e.c,e.a)},r.prototype.p=function(t,e){if(e.c.isEmpty)return this.getMercatorScaledValue1(t,e.e,e.d,e.a);var i=this.getMercatorScaledValue1(t,this.au,e.c,e.a);return i=(i-e.e.top*e.d.height)/e.e.height},r.prototype.af=function(t){return Array.isArray(t)?t:null},r.prototype.v=function(t,e,i,n){var o,a,s,u,l,c=n.e,h=n.d,p=n.c,g=(n.a,!p.isEmpty),f=(this.m,this.o,p.top),y=p.height,d=c.top,b=c.height,m=h.top,S=h.height,v=this.au.top,_=this.au.height,w=this.af(t),k=.017453292519943295,C=!1;null!=w&&(C=!0);for(var P=e;P<i;P++)o=C?w[P]:t.item(P),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=(((l=f+(l=(this.ai-u)*y/this.aj))-v*y)/_-d*S)/b,C?w[P]=l:t.item(P,l)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),u=.5*Math.log((1+s)/(1-s)),l=((l=m+(l=(this.ai-u)*S/this.aj))-d*S)/b,C?w[P]=l:t.item(P,l))},r.prototype.t=function(t,e,i,n,r){return{p3:this.ak(t.l5),p4:this.ak(t.l4)}},r.prototype.w=function(e,i,n){switch(t.prototype.w.call(this,e,i,n),e){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(t,e,i,n){var o=(t-i.top)*e.width+e.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(t,e,i,n){return(i.top+this.getMercatorScaledValue3(t,i.height)-e.top*i.height)/e.width},r.prototype.getMercatorScaledValue2=function(t,e,i,n,r){return(this.getMercatorScaledValue3(t,n.height)-e.top*i.height)/e.width},r.prototype.getMercatorScaledValue3=function(t,e){t=t>r.ah?t<r.ag?t:r.ag:r.ah;var i=r.am(t);return(this.ai-i)*e/this.aj},r.am=function(t){var e=.017453292519943295*t,i=Math.sin(e);return.5*Math.log((1+i)/(1-i))},r.aq=function(t){return t=Math.exp(2*t),Math.asin((t-1)/(t+1))/.017453292519943295},r.prototype.ak=function(t){return t<r.ah?r.ah:t>r.ag?r.ag:t},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),l=function(t){function r(){var e=t.call(this)||this;return e.aj=null,e.aj=new n.Rect(0,0,0,1,1),e}return e.__extends(r,t),r.prototype.q=function(t,e){if(e.c.isEmpty)return this.getMercatorUnscaledValue(t,e.e,e.d,e.a);var i=t*e.e.width+e.e.left*e.d.width;return this.getMercatorUnscaledValue(i,this.aj,e.c,e.a)},r.prototype.p=function(t,e){return e.c.isEmpty?this.getMercatorScaledValue1(t,e.e,e.d,e.a):(this.getMercatorScaledValue1(t,this.aj,e.c,e.a)-e.e.left*e.d.width)/e.e.width},r.prototype.af=function(t){return Array.isArray(t)?t:null},r.prototype.v=function(t,e,i,n){var r,o=n.e,a=n.d,s=n.c,u=n.a,l=!s.isEmpty,c=this.m,h=this.o,p=s.left,g=s.width,f=o.left,y=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,v=this.af(t),_=!1;null!=v&&(_=!0);for(var w=e;w<i;w++)if(r=_?v[w]:t.item(w),l){var k=(r-h)/c;u&&(k=1-k);var C=((k=p+g*(k-m)/S)-f*b)/y;_?v[w]=C:t.item(w,C)}else{var P=(r-h)/c;u&&(P=1-P),P=d+b*(P-f)/y,_?v[w]=P:t.item(w,P)}},r.prototype.t=function(t,e,i,n,r){return{p3:t.l5,p4:t.l4}},r.prototype.getMercatorUnscaledValue=function(t,e,i,n){var r=e.left+e.width*(t-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},r.prototype.getMercatorScaledValue1=function(t,e,i,n){var r=(t-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-e.left)/e.width},r.prototype.getMercatorScaledValue2=function(t,e,i,n,r){var o=(t-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-e.left)/e.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),c=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"ImageTilesReadyEventArgs",n.EventArgs.$),i}(n.EventArgs),h=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"ImagesChangedEventArgs",n.EventArgs.$),i}(n.EventArgs),p=function(t){function r(){var e=t.call(this)||this;return e.t3=null,e.t5=e.t4(),e}return e.__extends(r,t),r.prototype.oh=function(){t.prototype.oh.call(this),null!=this.t5&&this.t5.oh()},r.prototype.get_er=function(){return!0},r.prototype.jv=function(t,e){var i=this.lw(e);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.t5.jv(t,e)},r.prototype.dt=function(t,e,i,n){return this.t5.dt(t,e,i,n)},r.prototype.ag=function(){return this.t5.ag()},r.prototype.bg=function(){return this.t5},Object.defineProperty(r.prototype,"t5",{get:function(){return this.t3},set:function(t){this.t5!=t&&(this.t3=t,this.ua())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.t5.hasMarkers},r.prototype.ua=function(){if(null!=this.t3){var t=this.t3;t.externalObject=n.TypeRegistrar.createFromInternal(t,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),t.externalObject._implementation=t}this.ns(this.t5),this.t6.b5()},r.prototype.c0=function(t,e,i){return this.c2(this.t5,t,e,i)},r.prototype.c1=function(t,e,i){return this.c3(this.t5,t,e,i)},r.prototype.js=function(t){return this.jy(this.t5,t)},r.prototype.jg=function(t,e){return this.t5.jg(t,e)},r.prototype.je=function(t,e){return this.t5.je(t,e)},r.prototype.ia=function(t,e,i){return this.t5.ia(t,e,i)},r.prototype.tj=function(t,e,i){return this.t5.tj(t,e,i)},r.prototype.tu=function(t){return this.t5.tu(t)},r.prototype.ak=function(t){return this.t5.ak(t)},r.prototype.tv=function(t){return this.t5.tv(t)},r.prototype.al=function(t){return this.t5.al(t)},r.prototype.tw=function(t){return this.t5.tw(t)},r.prototype.tx=function(t){return this.t5.tx(t)},r.prototype.h6=function(t,e,i){return this.t5.h6(t,e,i)},r.prototype.tf=function(t,e,i){return this.t5.tf(t,e,i)},r.prototype.h8=function(t,e,i){return this.ia(t,e,i)},r.prototype.th=function(t,e,i){return this.t5.th(t,e,i)},r.prototype.tk=function(t,e,i){return this.t5.tk(t,e,i)},r.prototype.ib=function(t,e,i){return this.t5.ib(t,e,i)},r.prototype.tg=function(t,e,i){return this.t5.tg(t,e,i)},r.prototype.h7=function(t,e,i){return this.t5.h7(t,e,i)},r.prototype.ti=function(t,e,i){return this.t5.ti(t,e,i)},r.prototype.h9=function(t,e,i){return this.t5.h9(t,e,i)},r.prototype.ja=function(t){return this.t5.ja(t)},r.prototype.h1=function(){return this.t5.h1()},r.prototype.hx=function(t){return this.t5.hx(t)},r.prototype.jt=function(t){return this.t5.jt(t)},r.prototype.cd=function(){return new g(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.t6=n.typeCast(g.$,e)},Object.defineProperty(r.prototype,"t7",{get:function(){return this.c(r.uc)},set:function(t){this.h(r.uc,t)},enumerable:!1,configurable:!0}),r.prototype.pa=function(e,r,o,a){switch(t.prototype.pa.call(this,e,r,o,a),r){case"SeriesViewer":this.t5.cv=this.cv,null!=o&&o.o6(this.t5),null!=a&&this.cv.ls(this.t5),this.t5.pd(this.ty),this.t5.index=this.index,this.n3(this.t5),this.jm=this.t5.jm;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.ub))),null!=this.cv){var u=this.cv;u.actualWindowRectChanged=n.delegateCombine(u.actualWindowRectChanged,n.runOn(this,this.ub))}this.t9();break;case"SyncLink":this.t5.co=this.co;break;case"VisibleFromScale":this.t9();break;case"Index":this.t5.index=this.index;break;case"ItemsSource":this.t6.b6();break;case"Resolution":this.t6.cd();break;case"TransitionDuration":this.t6.cg();break;case"Opacity":this.t6.ca();break;case"Visibility":var l=this.t5,c=this._visibility;l.visibility=c;break;case"MouseOverEnabled":this.t5.fl=this.fl;break;case"ExpectFunctions":this.t5.expectFunctions=this.expectFunctions;break;case"Thickness":this.t6.cf();break;case"Brush":this.t6.b4();break;case"Outline":this.t6.cc();break;case"ActualBrush":this.t6.b1();break;case"ActualOutline":this.t6.b2();break;case"MarkerFillOpacity":n.isNaN_(this.il)||this.t6.b9();break;case"AreaFillOpacity":n.isNaN_(this.hq)||this.t6.b3();break;case"OutlineMode":this.t6.cb();break;case"ShowDefaultTooltip":this.t6.ce();break;case"Title":this.t5.title=this.title;break;case"LegendItemBadgeMode":this.t6.b7();break;case"LegendItemBadgeShape":this.t6.b8();break;case"Legend":this.t5.legend=this.legend,this.cg.av()}},r.prototype.t9=function(){if(null!=this.cv&&null!=this.t5&&!n.isNaN_(this.t7))if(this.cv.tr.width>this.t7){this.t5.visibility=1}else{this.t5.visibility=0}},r.prototype.ub=function(t,e){this.t9()},r.prototype.pr=function(e){t.prototype.pr.call(this,e),null!=this.t5&&this.t5.pr(e)},r.prototype.pq=function(t,e,i,n,r){null!=this.t5&&this.t5.pq(t,e,i,n,r)},r.prototype.au=function(t,e){return this.t5.au(t,e)},r.prototype.qa=function(){t.prototype.qa.call(this),this.t5.qa()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(t){this._coercionMethods=t,this.t5.coercionMethods=t},r.prototype.n2=function(e){if(t.prototype.n2.call(this,e),null!=this.t5){var i=this.t5.jr();this.nn(e,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.uc=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(t,e){t.raisePropertyChanged("VisibleFromScale",e.oldValue,e.newValue)}))),r}(i.Series),g=function(t){function r(e){var i=t.call(this,e)||this;return i.b0=null,i.b0=e,i}return e.__extends(r,t),r.prototype.at=function(e,i){t.prototype.at.call(this,e,i)},r.prototype.b5=function(){this.b0.t2=1,this.b0.t5.t2=0,this.b0.t5.itemsSource=this.b0.itemsSource,this.b0.t5.index=this.b0.index,this.b0.t5.sy=this.b0.sy,this.b0.t5.s4=this.b0.sy,this.b0.t5.b9=this.b0.b9,this.b0.t5.ip=this.b0.ip,this.b0.t5.jj=this.b0.jj,this.b0.t5._opacity=this.b0._opacity,this.b0.t5.iv=this.b0.iv,this.b0.t5.hq=this.b0.hq,this.b0.t5.il=this.b0.il,this.b0.t5.fz=this.b0.fz,this.b0.t5.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.t5.a6=this.b0.a6},r.prototype.b6=function(){this.b0.t5.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.t5.ip=this.b0.ip},r.prototype.cg=function(){this.b0.t5.jj=this.b0.jj},r.prototype.ca=function(){this.b0.t5._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.t5.iv=this.b0.iv},r.prototype.b4=function(){this.b0.t5.sy=this.b0.sy},r.prototype.cc=function(){this.b0.t5.s4=this.b0.s4},r.prototype.b1=function(){this.b0.t5.sy=this.b0.su},r.prototype.b2=function(){this.b0.t5.s4=this.b0.sx},r.prototype.b7=function(){this.b0.t5.a6=this.b0.a6},r.prototype.b8=function(){this.b0.t5.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.t5.hq=this.b0.hq},r.prototype.b9=function(){this.b0.t5.il=this.b0.il},r.prototype.cb=function(){this.b0.t5.b9=this.b0.b9},r.prototype.ce=function(){this.b0.t5.fz=this.b0.fz},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(t){function r(){var e=t.call(this)||this;e.u3=null,e.us=!1,e.uk=1,e.uz=0,e.wa=null,e.uh=null,e.ud=null,e.uf=null,e.uj=null,e.v6={$type:n.Point_$type,x:NaN,y:NaN},e.wd=null,e.uy=1,e.imageTilesReady=null,e.ur=null,e.wc=n.Rect.empty,e.uz=u.am(r.wb.bottom)-u.am(r.wb.top),e.ab=r.$,e.backgroundContent=new v;var o,a=((o=new i.NumericXAxis).bi=e,o);a.cf=!0,e.ue=a,e.ue.nl=new l;var s=function(){var t=new i.NumericYAxis;return t.bi=e,t}();return s.cf=!0,e.ug=s,e.ug.nl=new u,e.vl(),e.vs(),e.me(),e}return e.__extends(r,t),r.prototype.provideContainer=function(e){t.prototype.provideContainer.call(this,e),this.ue.provideRenderer(e),this.ug.provideRenderer(e)},r.prototype.me=function(){t.prototype.me.call(this),this.uq.fv(this.gi)},r.prototype.ev=function(){return this.uw},r.prototype.ew=function(){return this.uw},r.prototype.un=function(){return 0==this.ul&&this.us?2:1},Object.defineProperty(r.prototype,"um",{get:function(){return this.uk},set:function(t){this.uk=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wf",{get:function(){return this.wa},set:function(t){if(n.Rect.l_op_Inequality(this.wa,t)){var e=this.wa;this.wa=t,this.op("ActualWorldRect",e,t)}},enumerable:!1,configurable:!0}),r.prototype.wj=function(){return this.wf},r.prototype.vl=function(){this.wr.isEmpty||(this.wf=this.wp(this.wr,1==this.cd))},r.prototype.wp=function(t,e){var i=t.top,o=t.left,a=t.width,s=t.height,l=u.am(t.bottom),c=u.am(t.top),h=l-c,p=t.width/r.wb.width,g=u.am(r.wb.top);if(h/p>this.uz){var f=h/this.uz;o-=(f-p)/2*r.wb.width,a=f*r.wb.width,e&&(o<r.wb.left?o+=r.wb.left-o:o+a>r.wb.right&&(o-=o+a-r.wb.right))}else if(h/p<this.uz){var y=this.uz*p-h,d=c-y/2,b=l+y/2;e&&(d<g?b+=g-(d+=g-d):b>g+this.uz&&(d-=b-(g+this.uz),b-=b-(g+this.uz))),i=u.aq(d),s=u.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.uh},set:function(t){if(t!=this.backgroundContent){var e=this.backgroundContent;this.uh=t,this.op("BackgroundContent",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ue",{get:function(){return this.ud},set:function(t){if(t!=this.ue){var e=this.ue;this.ud=t,this.op("XAxis",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ug",{get:function(){return this.uf},set:function(t){if(t!=this.ug){var e=this.ug;this.uf=t,this.op("YAxis",e,t)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(t){return this.getZoomFromGeographicRect(t)},r.prototype.vv=function(t){this.t7=t},r.prototype.vu=function(t){this.wr=t},r.prototype.getZoomFromGeographicRect=function(t){return this.wh(t,!0,0)},r.prototype.wg=function(t,e){return this.wh(t,!1,e)},r.prototype.wh=function(t,e,o){var a=t;e&&(a=this.wp(t,!1));var s=this.ue,u=this.ug,l=new i.ScalerParams(1,r.we,this.t6,s.ch);l.c=this.tv;var c=new i.ScalerParams(1,r.we,this.t6,u.ch);c.c=this.tv;var h=this.ue.ej(a.left,l),p=this.ue.ej(a.right,l),g=this.ug.ej(a.top,c),f=this.ug.ej(a.bottom,c),y=(h-o)/this.t6.width,d=(f-o)/this.t6.height,b=(p-h+2*o)/this.t6.width,m=(g-f+2*o)/this.t6.height,S=new n.Rect(0,y,d,b,m);return S.intersect(r.we),S.isEmpty&&(S=r.we),S},r.prototype.getZoomFromGeographicPoints=function(t,e){var i=t.x,o=e.y,a=e.x-t.x,s=t.y-e.y;if(a<0||s<0)return r.we;var u=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(u)},r.prototype.wl=function(t){var e=this.ue,o=this.ug,a=new i.ScalerParams(1,t,this.t6,e.ch);a.c=this.tv;var s=new i.ScalerParams(1,t,this.t6,o.ch);s.c=this.tv;var u=this.tu,l=e.em(u.left,a),c=o.em(u.top,s),h=e.em(u.right,a),p=o.em(u.bottom,s),g=h-l,f=c-p,y=new n.Rect(0,l,p,g,f);return 1==this.cd&&(y.intersect(r.wb),y.isEmpty&&(y=r.wb)),y},r.prototype.v7=function(t){var e=this.ue.l8(t.x),i=this.ug.l8(t.y);return{$type:n.Point_$type,x:e,y:i}},r.prototype.v8=function(t){var e=this.ue.e4(t.x),i=this.ug.e4(t.y);return{$type:n.Point_$type,x:e,y:i}},r.prototype.v9=function(t){return this.v8(t)},r.prototype.vi=function(){var t=n.typeCast(y.$,this.backgroundContent);null!=t&&t.clearTileCache()},r.prototype.vo=function(t){},r.prototype.fk=function(){return!0},r.prototype.vq=function(){var t,i;this.uq.ee();try{for(var r=e.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.qa()}}catch(e){t={error:e}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}},r.prototype.vt=function(){if(2==this.up){if(!this.t6.isEmpty&&this.t6.width>0&&this.t6.height>0){var t=this.ue.l8(this.t6.left+this.t6.width/2),e=this.ug.l8(this.t6.top+this.t6.height/2);this.v6={$type:n.Point_$type,x:t,y:e}}}else if(!this.t6.isEmpty&&this.t6.width>0&&this.t6.height>0){var i=this.ue.l8(this.t6.left),r=this.ug.l8(this.t6.top);this.v6={$type:n.Point_$type,x:i,y:r}}},r.prototype.vp=function(){(n.isNaN_(this.v6.x)||n.isNaN_(this.v6.y))&&this.vt();var t=this.v6.x,e=this.v6.y;if(!n.isNaN_(t)&&!n.isNaN_(e)){var o=this.tr.left,a=this.tr.top,s=this.tr.width,u=this.tr.height;if(s>this.wd.width);else{var l=new i.ScalerParams(1,r.we,this.t6,this.ue.ch);l.c=this.tv;var c=this.ue.ej(t,l);if(2==this.up)o=c/this.t6.width-s/2;else o=c/this.t6.width;o+s>this.wd.right?o=this.wd.right-s:o<this.wd.left&&(o=this.wd.left)}if(u>this.wd.height);else{var h=new i.ScalerParams(1,r.we,this.t6,this.ug.ch);h.c=this.tv;var p=this.ug.ej(e,h);if(2==this.up)a=p/this.t6.height-u/2;else a=p/this.t6.height;a+u>this.wd.bottom?a=this.wd.bottom-u:a<this.wd.top&&(a=this.wd.top)}this.py(new n.Rect(0,o,a,s,u),!1)}},r.prototype.get_en=function(){return!0},r.prototype.ts=function(){var e=t.prototype.ts.call(this);if(null==this.ue||null==this.ug)return e;this.t2();var i=e.left,r=e.top;1==this.cd&&(this.t7.width>this.wd.width?i=.5-this.t7.width/2:i+e.width>this.wd.right?i=this.wd.right-this.t7.width:i<this.wd.left&&(i=this.wd.left),this.t7.height>this.wd.height?r=.5-this.t7.height/2:r+this.t7.height>this.wd.bottom?r=this.wd.bottom-this.t7.height:r<this.wd.top&&(r=this.wd.top));var o=!1;!this.uv&&2==this.cd&&this.us&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),e.right-this.wd.right>0&&(e.right-this.wd.right)/e.width>.8?(i=this.wd.left-(e.width-(e.right-this.wd.right)),o=!0):e.left<this.wd.left&&Math.abs(e.left-this.wd.left)/e.width>.8&&(i=this.wd.right-Math.abs(e.left-this.wd.left),o=!0));var a=new n.Rect(0,i,r,e.width,e.height);if(this.uv){var s=this.wg(this.wr,1);s=this.wi(s);var u=a.left+a.width/2,l=a.top+a.height/2;if(a.width>s.width){var c=a.height/a.width,h=s.width,p=c*h;a=new n.Rect(0,u-h/2,l-p/2,h,p),o=!0}if(a.height>s.height){var g=a.width/a.height,f=s.height,y=g*f;a=new n.Rect(0,u-y/2,l-f/2,y,f),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ea=!0,this.t7=a,this.ea=!1),a},r.prototype.lp=function(t,e){var i=!0,r=!0,o=0,a=this.t2(),s=0,u=0;if(t.right-a.right>0&&(s=(t.right-a.right)/t.width),t.left<a.left&&(u=Math.abs(t.left-a.left)/t.width),0==u&&0==s&&(i=!1),u>s&&(r=!1),i)if(r){var l=this.ud.ej(-180,e);o=this.ud.ej(180,e)-l}else{o=this.ud.ej(-180,e)-this.ud.ej(180,e)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.t2=function(){var t=new i.ScalerParams(1,r.we,this.t6,this.ue.ch);t.c=this.tv;var e=new i.ScalerParams(1,r.we,this.t6,this.ug.ch);e.c=this.tv;var o=this.ue.ej(r.wb.left,t),a=this.ue.ej(r.wb.right,t),s=this.ug.ej(r.wb.top,e),u=this.ug.ej(r.wb.bottom,e);return this.wd=new n.Rect(0,o/this.t6.width,u/this.t6.height,(a-o)/this.t6.width,(s-u)/this.t6.height),this.wd},r.prototype.wi=function(t){var e=this.gm,i=.5*(t.left+t.right),r=.5*(t.top+t.bottom),o=t.width,a=t.height,s=n.MathUtil.d(t.width,e,1),u=n.MathUtil.d(t.height,e,1),l=this.t6,c=l.width/l.height,h=s*l.width,p=u*l.height;h/p!=c&&(p*c>h?s=(h=p*c)/l.width:u=(p=h/c)/l.height);var g=s!=o,f=u!=a,y=g?i-.5*s:t.left,d=f?r-.5*u:t.top,b=g?i+.5*s:t.right,m=f?r+.5*u:t.bottom;return y<0&&(b=(y=0)+s),b>1&&(y=(b=1)-s),d<0&&(m=(d=0)+u),m>1&&(d=(m=1)-u),new n.Rect(0,y,d,b-y,m-d)},r.prototype.tt=function(e){if(t.prototype.tt.call(this,this.t6),e.isEmpty)return n.Rect.empty;var i;if(e.width>e.height){var r=n.intDivide(n.truncate(e.width-e.height),2);i=new n.Rect(0,e.left+r,e.top,e.height,e.height)}else{var o=n.intDivide(n.truncate(e.height-e.width),2);i=new n.Rect(0,e.left,e.top+o,e.width,e.width)}return i},r.prototype.wk=function(t){return this.tt(t)},r.prototype.ct=function(){return new S(this)},r.prototype.vk=function(t){null!=t&&(t.bi=this)},r.prototype.n8=function(e){t.prototype.n8.call(this,e),this.uq=e},r.prototype.oj=function(e,i){t.prototype.oj.call(this,e,i),this.pl(this.ue),this.pl(this.ug),n.Rect.l_op_Inequality(e,i)&&this.vp(),this.uv&&(this.tr=this.ts()),this.vw()},Object.defineProperty(r.prototype,"u0",{get:function(){return this.uy},set:function(t){var e=this.uy;this.uy=t,this.op("ActualWindowScale",e,this.uy)},enumerable:!1,configurable:!0}),r.prototype.gs=function(){return this.u0},r.prototype.gt=function(){return this.u0},r.prototype.pk=function(){t.prototype.pk.call(this);var e=Math.min(this.tr.width,this.tr.height);this.u0=e},r.prototype.fc=function(){return this.us},r.prototype.ce=function(){return 0==this.cf&&this.ut?2:this.cf},r.prototype.ok=function(i,o,a,s){var u,l,c,h;switch(t.prototype.ok.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.vl();break;case"WindowRect":this.vt();break;case r.$$p[0]:this.um=this.un(),null!=this.uj&&(this.uj.isHorizontalWrappingEnabled=2==this.um);break;case r.$$p[1]:this.us=this.ut,this.um=this.un(),this.cd=this.ce(),null!=this.uj&&(this.uj.isHorizontalWrappingEnabled=2==this.um);break;case r.$$p[4]:this.tr=this.ts();break;case"BackgroundContent":if(null!=this.uj){var p=this.uj;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.vm)),this.uj.deferralHandler=null}if(this.uj=n.typeCast(y.$,this.backgroundContent),null!=this.uj){var g=this.uj;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.vm)),this.uj.deferralHandler=this,this.uj.isHorizontalWrappingEnabled=2==this.um}this.uq.fu(n.typeCast(y.$,a),n.typeCast(y.$,s)),null!=this.uj&&(this.uj.geographicMap=this,this.uq.fr(this.tr),this.uq.fv(this.gi));break;case"YAxis":case"XAxis":this.vr(a),this.vk(s);break;case r.$$p[6]:this.uu||(this.t7=r.we),this.vl(),this.vs(),this.vt(),this.tr=this.ts(),this.uq.fs();break;case"ActualWindowRect":this.uq.fr(this.tr);break;case"ActualWorldRect":try{for(var f=e.__values(n.fromEnum(this.series)),d=f.next();!d.done;d=f.next()){d.value.pr(!1)}}catch(t){u={error:t}}finally{try{d&&!d.done&&(l=f.return)&&l.call(f)}finally{if(u)throw u.error}}break;case r.$$p[5]:this.u0=this.u1;break;case"ActualWindowScale":this.fj||this.pw(this.gs(),this.gt());break;case"ActualPixelScalingRatio":this.uq.fv(this.gi);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.gm=5e-6,this.gl=5e-6):(this.gm=b,this.gl=b);break;case r.$$p[7]:this.ps();break;case"MarkerAutomaticBehavior":try{for(var m=e.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.oh()}}catch(t){c={error:t}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(c)throw c.error}}}},r.prototype.vm=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},r.prototype.vr=function(t){null!=t&&(t.bi=null)},r.prototype.vs=function(){null!=this.ue&&(this.ue.l5=this.wf.left,this.ue.l4=this.wf.right),null!=this.ug&&(this.ug.l5=this.wf.top,this.ug.l4=this.wf.bottom),this.ue.c2(!0),this.ug.c2(!0)},r.prototype.getFontInfo=function(){return this.ur=this.uq.fo,this.ur},r.prototype.sw=function(){return this.uq.fw},r.prototype.getFontBrush=function(){return this.uq.fx},r.prototype.pd=function(e,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=e;o.itemsSource=r.triangulationSource.points,o.ue=r.triangulationSource.triangles}else t.prototype.pd.call(this,e,i)},r.prototype.register=function(t,e){this.o3(t,e)},r.prototype.unRegister=function(t){this.pj(t)},r.prototype.deferredRefresh=function(){this.l2()},r.prototype.deferAction=function(t){null!=this.u3?this.u3.setTimeout(t,0):window.setTimeout(t,0)},r.prototype.vj=function(t){this.pr(t)},r.prototype.u4=function(){var t=new i.ChartVisualData,e=this.ue.fw(),r=this.ug.fw();t.axes.add1(e),t.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].jr();t.series.add1(a)}return t.name=this.name,t.contentArea=n.RectData.b(this.t6),t.centralArea=n.RectData.b(this.t6),t.plotArea=n.RectData.b(this.t6),t},r.prototype.ty=function(t,e,i){return t},r.prototype.vn=function(){},Object.defineProperty(r.prototype,"wq",{get:function(){return this.wc},set:function(t){this.wc=t},enumerable:!1,configurable:!0}),r.prototype.vx=function(t){this.wq=t,this.vw()},r.prototype.vw=function(){if(this.ux&&!this.wq.isEmpty){var t=this.getZoomFromGeographicRect(this.wq);this.wq=n.Rect.empty,this.py(t,!1)}},Object.defineProperty(r.prototype,"ux",{get:function(){return!this.t6.isEmpty&&!this.tv.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.uo=0,r.wb=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.we=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"op",["BackgroundTilingMode:ul:vy",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:ut:vz",[0,!1],"ResizeBehavior:up:v0",[o,n.enumGetBox(o,r.uo)],"SuppressZoomResetOnWorldRectChange:uu:v1",[0,!1],"UseWorldRectForZoomBounds:uv:v2",[0,!1],"WindowScale:u1:v3",[1,NaN],"WorldRect:wr:v4",[n.Rect.$,r.wb],"Zoomable:uw:v5",[0,!0]]),r}(i.SeriesViewer),y=function(t){function r(e){var i=t.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=e,i.aj=i.ai(),i.bb(i.aj),i}return e.__extends(r,t),r.prototype.bb=function(t){},r.prototype.ai=function(){return new d(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(t){this.ak=t,null!=this.ao&&(this.ao.al=t)},enumerable:!1,configurable:!0}),r.prototype.a5=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},r.prototype.a9=function(){var t=this.ao;t.imageTilesReady=n.delegateCombine(t.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var e=this.ao;e.imagesChanged=n.delegateCombine(e.imagesChanged,n.runOn(this,this.a4));var i=this.ao;i.downloadingImage=n.delegateCombine(i.downloadingImage,n.runOn(this,this.a3));var r=this.ao;r.cancellingImage=n.delegateCombine(r.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(t,e){null!=this.downloadingImage&&this.downloadingImage(this,e)},r.prototype.a2=function(t,e){null!=this.cancellingImage&&this.cancellingImage(this,e)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(t,e,i){switch(t){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(t))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(t){this.h(r.geographicMapProperty,t)},enumerable:!1,configurable:!0}),r.a8=function(t,e){t.a7(e.oldValue,e.newValue)},r.prototype.a7=function(t,e){this.ba("GeographicMap",t,e)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(t){this.an=t,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(t){if(null==this.geographicMap||t.width<1||t.height<1)return t;var e=new n.Rect(0,0,0,t.width,t.height),r=this.geographicMap.wk(e),o=f.wb,a=this.geographicMap.wf,s=Math.min(this.windowRect.height,this.windowRect.width),u=a.width/o.width;this.ao.a5=e.width/r.width*s*u;var l=this.geographicMap.ue,c=this.geographicMap.ug,h=new i.ScalerParams(1,this.windowRect,e,l.ch);h.c=r;var p=new i.ScalerParams(1,this.windowRect,e,c.ch);p.c=r;var g=l.ej(o.left,h),y=c.ej(o.bottom,p),d=-g/e.width*this.ao.a5,b=-y/e.height*this.ao.a5*(e.height/e.width);return this.ao.cm={$type:n.Point_$type,x:d,y:b},t},r.prototype.bd=function(t){this.aj.f(t)},r.prototype.bf=function(t){this.aj.h(t)},r.prototype.be=function(t){this.aj.g(t)},r.prototype.a4=function(t,e){null!=this.imagesChanged&&this.imagesChanged(this,new h)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(t){this.aj.i(t)},r.prototype.v=function(){t.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",f.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),d=function(t){function i(e){var i=t.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=n.Rect.empty,i.a=e,i.a.ao=new n.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return e.__extends(i,t),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},i.prototype.f=function(t){this.a.ao.b1(t)},i.prototype.g=function(t){this.d=t,this.a.ao.b2(t)},i.prototype.h=function(t){this.j=t,this.a.ao.b3(t),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(t){this.b=t,this.a.ao.bz(t)},i.$t=n.markType(i,"GeographicMapImageryView"),i}(n.Base),b=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.b5=function(){t.prototype.b5.call(this);var e=this.ch.t5;e.u5=this.ch.uh,e.vd=this.ch.uf,e.trianglesSource=this.ch.ue,e.ut=this.ch.uk,e.uv=this.ch.um,e.ux=this.ch.uo},i.prototype.ck=function(){var t=this.ch.t5;if(null==this.ch.cv)return t.t3=null,void(t.t4=null);t.t3=this.ch.cv.ue,t.t4=this.ch.cv.ug},i.prototype.cj=function(){this.ch.t5.u5=this.ch.uh},i.prototype.ci=function(){this.ch.t5.vd=this.ch.uf},i.prototype.cl=function(){this.ch.t5.trianglesSource=this.ch.ue},i.prototype.cm=function(){this.ch.t5.ut=this.ch.uk},i.prototype.cn=function(){this.ch.t5.uv=this.ch.um},i.prototype.co=function(){this.ch.t5.ux=this.ch.uo},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),m=function(t){function i(e){var i=t.call(this,e)||this;return i.cp=null,i.cp=e,i}return e.__extends(i,t),i.prototype.au=function(){t.prototype.au.call(this),this.q},i.prototype.b5=function(){t.prototype.b5.call(this),null!=this.cp.uz&&(this.cp.uz.wc=this.cp.u3,this.cp.uz.v0=this.cp.uy)},i.prototype.cq=function(){null!=this.cp.uz&&(this.cp.uz.wc=this.cp.u3)},i.prototype.cr=function(){null!=this.cp.uz&&(this.cp.uz.v0=this.cp.uy)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(t){function r(e){var i=t.call(this,e)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=e,i.fn.sr=2,i.fn.hr=5e-6,i}return e.__extends(r,t),r.prototype.m=function(t){return 2},r.prototype.bk=function(t){this.j.bw(t),this.fn.vj(t),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var t,e,i,r,o,a=this.j.a8(t,e,i,r,o);t=a.p0,e=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var u=0;u<s.a.count;u++)this.fn.ah.add(s.a.item(u));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fn.ai.add(s.f.item(l))},r.prototype.du=function(e){if(t.prototype.du.call(this,e),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(e)}},r.prototype.dv=function(e){(t.prototype.dv.call(this,e),this.fz=e,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(t){null!=this.fn.uj&&(this.fn.uj.windowRect=t)},r.prototype.fu=function(t,e){if(null!=this.fn.uj&&(this.fn.uj.windowRect=this.fn.tr),null!=t){var i=t.ao;null!=i&&this.fn.al.h.remove(i.ag),t.bd(null),t.be(null)}if(null!=e){var n=e.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==e&&this.ft(this.w)},r.prototype.ft=function(t){var e=this.fn.gi;1!=e&&(t.aa(),t.ab(e,e)),t.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=e&&t.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,t.prototype.d1.call(this)},r.prototype.fv=function(t){this.fp=t,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(t)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(t){this.fp=t},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),v=function(t){function i(){return t.call(this,new n.OpenStreetMapTileSource)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(t){this.h(i.tilePathProperty,t)},enumerable:!1,configurable:!0}),i.br=function(t,e){t.bq("TilePath",e.oldValue,e.newValue)},i.prototype.bq=function(e,i,n){switch(e){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}t.prototype.ba.call(this,e,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",y.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(y),_=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.prototype.cd=function(){return new b(this)},i.prototype.o2=function(e){t.prototype.o2.call(this,e),this.ud=e},i.prototype.pa=function(e,n,r,o){switch(t.prototype.pa.call(this,e,n,r,o),n){case"SeriesViewer":this.ud.ck();break;case i.$$p[1]:this.ud.cj();break;case i.$$p[0]:this.ud.ci();break;case i.$$p[5]:this.ud.cl();break;case i.$$p[2]:this.ud.cm();break;case i.$$p[3]:this.ud.cn();break;case i.$$p[4]:this.ud.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:uf:uq",[2,"pointY"],"LongitudeMemberPath:uh:ur",[2,"pointX"],"TriangleVertexMemberPath1:uk:ut",[2,"v1"],"TriangleVertexMemberPath2:um:uu",[2,"v2"],"TriangleVertexMemberPath3:uo:uv",[2,"v3"],"TrianglesSource:ue:us",[n.IEnumerable_$type,null]]),i}(p),w=function(t){function r(){var e=t.call(this)||this;return e.uw=null,e.triangulationStatusChanged=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.get_d9=function(){return!0},Object.defineProperty(r.prototype,"uy",{get:function(){return this.uw},set:function(t){if(this.uw!=t){var e=this.uw;if(null!=this.uw){var i=this.uw;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.u6))}if(this.uw=t,null!=this.uw){var r=this.uw;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.u6))}this.raisePropertyChanged("ColorScale",e,this.uw),null!=this.uz&&(this.uz.v0=t)}},enumerable:!1,configurable:!0}),r.prototype.u6=function(t,e){this.u1.cr(),this.u8(),this.pr(!1)},r.prototype.u8=function(){null!=this.uz&&(this.ux=this.uz.vz)},r.prototype.qf=function(){t.prototype.qf.call(this),this.u8()},r.prototype.t4=function(){this.uz=new i.ScatterAreaSeries;var t=this.uz;return t.triangulationStatusChanged=n.delegateCombine(t.triangulationStatusChanged,n.runOn(this,this.u7)),this.uz},r.prototype.u7=function(t,e){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,e)},r.prototype.cd=function(){return new m(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.u1=e},r.prototype.pa=function(e,i,n,o){switch(t.prototype.pa.call(this,e,i,n,o),i){case r.$$p[1]:this.u1.cq();break;case"ColorScale":this.u1.cr(),this.u8()}},r.prototype.get_gg=function(){return!0},r.prototype.set_gg=function(e){t.prototype.set_gg.call(this,e)},r.$t=n.markType(r,"GeographicScatterAreaSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:ux:u9",[i.ColorScale.$,null],"ColorMemberPath:u3:va",[2,"value"]]),r}(_),k=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return new c},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},t}(),C=function(t){function r(){var r=t.call(this)||this;r.contentSeries=[],r.actualSeries=[],r._series=null,r._dataSource=null,r._seriesAdapter=null,r._disconnected=!1,r._defaultTooltips=null,r._imageTilesReady=null,r._imageTilesReady_wrapped=null,r._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(r)),r._renderer=new n.WebComponentRenderer(r,document,!0,i.DataChartStylingDefaults),r._container=r._renderer.createElement("div"),r._renderer.updateRoot(r._container),r._container.setStyleProperty("display","block"),r._container.setStyleProperty("width","100%"),r._container.setStyleProperty("height","100%"),r._container,null!=r._container.nativeElement&&r._container.nativeElement,r._wrapper=r._renderer;var o=r.i;return r._chart=o,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(t){return t.i}),(function(t){t.owner=r,t._provideRenderer(r._dataSource),t.provideData(r._dataSource),r.parentElement&&t._styling(r,r,r),r._ensureDefaultTooltip(t),r._ensureTooltipCreated(t)}),(function(t){t._provideRenderer(null),t.provideData(null)})),o.provideContainer(r._renderer),new MutationObserver((function(t){var i,n;try{for(var o=e.__values(t),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(t){i={error:t}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return e.__extends(r,t),Object.defineProperty(r.prototype,"height",{get:function(){return this._height},set:function(t){this._height=t,this.style.height=t,this.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"width",{get:function(){return this._width},set:function(t){this._width=t,this.style.width=t,this.notifyContainerResized()},enumerable:!1,configurable:!0}),r.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(r.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(t){null!=t&&null!=t&&(this.i.legend=t.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"series",{get:function(){var t=this;if(null===this._series){var e=new i.IgcSeriesCollection;e._innerColl.addListener((function(e,i){if(t._seriesAdapter)switch(i.action){case n.NotifyCollectionChangedAction.Add:t._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:t._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:t._seriesAdapter.removeManualItemAt(i.oldStartingIndex),t._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:t._seriesAdapter.clearManualItems()}})),this._series=e}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new f},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(t){this._dataSource=t,this.bindData()},enumerable:!1,configurable:!0}),r.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,e=0;e<t.length;e++)t[e].provideData(this._dataSource)},r.prototype.updateContentChildren=function(){this.contentSeries.length=0;for(var t=0;t<this.children.length;t++)this.children[t]instanceof i.IgcSeriesComponent&&this.contentSeries.push(this.children[t]);null!=this._seriesAdapter&&this._seriesAdapter.notifyContentChanged()},r.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},r.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("igc-geographic-map"),this.classList.add("ig-geographic-map"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._flushQueuedAttributes(),this._styling(this,this);for(var t=0;t<this.actualSeries.length;t++){this.actualSeries[t]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var t=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var e=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=e,e.onContentReady=function(){t._onDefaultTooltipsReady(e)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(t){var e=this;t._ensureTooltipCreated((function(){return e.createTooltip()}),(function(t){var i=new n.WebComponentWrapper(t,e._renderer);return i.updateToolTip=t.updateToolTip,i.hideToolTip=t.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(t){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(t)},r.prototype._onDefaultTooltipsReady=function(t){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,i=0;i<e.length;i++)e[i].showDefaultTooltip&&this._ensureDefaultTooltip(e[i])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var t=n.TypeRegistrar.create("IgcTooltipContainerComponent"),e=t,i=this;return e.updateToolTip=function(r,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?r.isSubContent=!0:e.parentElement!=i._container.getNativeElement()&&(null!=e.parentElement&&e.parentElement.removeChild(e),i._container.getNativeElement().appendChild(e)),t.context=r,e.style.display="block",!0},e.hideToolTip=function(){e.style.display="none"},e.style.display="none",t},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(t){if("string"==typeof t&&"empty"==t)return this.i.backgroundContent=null,void this._a("backgroundContent","empty");null!=t&&null!=t?this.i.backgroundContent=t.i:(this.i.backgroundContent=null,this._a("backgroundContent","empty"))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicMapComponent=t}return r._observedAttributesIgcGeographicMapComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"zoomable",{get:function(){return this.i.uw},set:function(t){this.i.uw=n.ensureBool(t),this._a("zoomable",this.i.uw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.up},set:function(t){this.i.up=n.ensureEnum(o,t),this._a("resizeBehavior",n.enumToString(o,this.i.up))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.ut},set:function(t){this.i.ut=n.ensureBool(t),this._a("isHorizontalWrappingEnabled",this.i.ut)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.ul},set:function(t){this.i.ul=n.ensureEnum(s,t),this._a("backgroundTilingMode",n.enumToString(s,this.i.ul))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.uv},set:function(t){this.i.uv=n.ensureBool(t),this._a("useWorldRectForZoomBounds",this.i.uv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.uu},set:function(t){this.i.uu=n.ensureBool(t),this._a("suppressZoomResetOnWorldRectChange",this.i.uu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.wr)},set:function(t){this.i.wr=n.toRect(t),this._a("worldRect",n.rectToString(this.i.wr))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.wf)},set:function(t){this.i.wf=n.toRect(t),this._a("actualWorldRect",n.rectToString(this.i.wf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var t=this.i.ue;if(null==t)return null;if(!t.externalObject){var e=i.IgcNumericXAxisComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.ue=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var t=this.i.ug;if(null==t)return null;if(!t.externalObject){var e=i.IgcNumericYAxisComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.ug=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.en},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.u1},set:function(t){this.i.u1=+t,this._a("windowScale",this.i.u1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.u0},set:function(t){this.i.u0=+t,this._a("actualWindowScale",this.i.u0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.ux},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==e?this.backgroundContent:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(e,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(e,i,this),this._inStyling=!1},r.prototype.getCurrentActualWorldRect=function(){var t=this.i.wj();return n.fromRect(t)},r.prototype.getZoomRectFromGeoRect=function(t){var e=this.i.getZoomRectFromGeoRect(n.toRect(t));return n.fromRect(e)},r.prototype.updateZoomWindow=function(t){this.i.vv(n.toRect(t))},r.prototype.updateWorldRect=function(t){this.i.vu(n.toRect(t))},r.prototype.getZoomFromGeographicRect=function(t){var e=this.i.getZoomFromGeographicRect(n.toRect(t));return n.fromRect(e)},r.prototype.convertGeographicToZoom=function(t,e){var i=this.i.wg(n.toRect(t),e);return n.fromRect(i)},r.prototype.getZoomFromGeographicPoints=function(t,e){var i=this.i.getZoomFromGeographicPoints(n.toPoint(t),n.toPoint(e));return n.fromRect(i)},r.prototype.getGeographicFromZoom=function(t){var e=this.i.wl(n.toRect(t));return n.fromRect(e)},r.prototype.getGeographicPoint=function(t){var e=this.i.v7(n.toPoint(t));return n.fromPoint(e)},r.prototype.getPixelPoint=function(t){var e=this.i.v8(n.toPoint(t));return n.fromPoint(e)},r.prototype.getWindowPoint=function(t){var e=this.i.v9(n.toPoint(t));return n.fromPoint(e)},r.prototype.clearTileCache=function(){this.i.vi()},r.prototype.styleUpdated=function(){this.i.vq()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.gs()},r.prototype.getActualWindowScaleVertical=function(){return this.i.gt()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.u4()},r.prototype.zoomToGeographic=function(t){this.i.vx(n.toRect(t))},Object.defineProperty(r.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMapComponent=null,r.htmlTagName="igc-geographic-map",r._isElementRegistered=!1,r}(i.IgcSeriesViewerComponent),P=function(t){function i(e){var i=t.call(this)||this;if(e)for(var n=0;n<e.length;n++)i.add(e[n]);return i}return e.__extends(i,t),i.prototype._createInnerColl=function(){var t=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return t.compare=function(t,e){var i=t;return i.equals?i.equals(e):i===e},t.createTo=function(t){return t},t.createFrom=function(t){return t},t},i}(n.IgCollection),M=function(t){return t[t.Aerial=0]="Aerial",t[t.AerialWithLabels=1]="AerialWithLabels",t[t.Road=2]="Road",t[t.CanvasDark=3]="CanvasDark",t[t.CanvasLight=4]="CanvasLight",t[t.CanvasGray=5]="CanvasGray",t}({}),I=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return new h},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},t}(),j=function(){function t(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return null},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return n.TypeRegistrar.isRegistered(e)?n.TypeRegistrar.create(e):null},t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},Object.defineProperty(t.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(t){this.i.deferralHandler=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(t){this.i.windowRect=n.toRect(t)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"geographicMap",{get:function(){var t=this.i.geographicMap;return null==t?null:t.externalObject},set:function(t){this.i.geographicMap=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"referer",{get:function(){return this.i.referer},set:function(t){this.i.referer=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(t){this.i.isHorizontalWrappingEnabled=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(t){this.i.userAgent=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"opacity",{get:function(){return this.i.opacity},set:function(t){this.i.opacity=+t},enumerable:!1,configurable:!0}),t.prototype.findByName=function(t){return this.findEphemera&&t&&0==t.indexOf("@@e:")?this.findEphemera(t):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==t?this.geographicMap:null},t.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(t.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"imagesChanged",{get:function(){return this._imagesChanged},set:function(t){var e=this;null!==this._imagesChanged_wrapped&&(this.i.imagesChanged=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=t,this._imagesChanged_wrapped=function(t,i){var n=new T;n._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,n),e._imagesChanged&&e._imagesChanged(e,n)},this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(t){var e=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=t,this._cancellingImage_wrapped=function(t,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,r),e._cancellingImage&&e._cancellingImage(e,r)},this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(t){var e=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=t,this._downloadingImage_wrapped=function(t,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,r),e._downloadingImage&&e._downloadingImage(e,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),t}(),$=function(t){function i(e){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var o=this;switch(e=null==e?0:e){case 0:o=t.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=t.call(this,n.String_$type,1,a)||this}return o}return e.__extends(i,t),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),O=function(t){function i(e){var i=t.call(this,e)||this;return i.k=e,i}return e.__extends(i,t),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),R=function(t){function i(){var e=t.call(this,new n.BingMapsTileSource(0))||this;return e._pendingBingRequest_=null,e._isInitialized=!1,e.bz=null,e.bq=null,e.b0=null,e.by=null,e.getResponseCompleted=e.getResponseCompleted.bind(e),e.bp.m(),e.actualBingImageryRestUri=i.cc,e}return e.__extends(i,t),i.prototype.ai=function(){return new O(this)},i.prototype.bb=function(e){t.prototype.bb.call(this,e),this.bp=e},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(t){this._isInitialized=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(t){var e=this.bz;this.bz=t,this.cm("ActualTilePath",e,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(t){var e=this.bq;this.bq=t,this.cm("ActualSubDomains",e,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(t){var e=this.b0;this.b0=t,this.cm("BingImageryRestUri",e,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(t){var e=this.by;this.by=t,this.ba("ActualBingImageryRestUri",e,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(t){this.cl(t)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(t,e){t!=this.actualTilePath&&(this.actualTilePath=t);var i=null==e?null:new $(1,e);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(t){if(t||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var e=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(e=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(e=this.actualBingImageryRestUri),null!=e){var i=this.imageryStyle,r=(e+=n.enumGetBox(I,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(t,e){if(e==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=t,r=JSON.parse(i).resourceSets;if(null!=r){var o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),u=0;u<o[0].imageUrlSubdomains.length;u++)s.add(o[0].imageUrlSubdomains[u]);this.cp(a,s)}}}},i.prototype.ci=function(t,e){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(e,r,o){switch(e){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var u=o;n.stringIsNullOrEmpty(u)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}t.prototype.ba.call(this,e,r,o)},i.$t=n.markType(i,"BingMapsMapImagery",y.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[I,n.enumGetBox(I,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(y),A=function(t){function i(){var e=t.call(this)||this;return e._subDomains=null,e._actualSubDomains=null,e}return e.__extends(i,t),i.prototype.createImplementation=function(){return new R},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(t){this.i.isInitialized=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(t){this.i.isDeferredLoad=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(t){this.i.tilePath=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(t){this.i.actualTilePath=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var t=new P,e=this.i.subDomains;e||(e=new $(0)),this._subDomains=t._fromInner(e),this.i.subDomains=e}return this._subDomains},set:function(t){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var e=new P;this._subDomains=e._fromOuter(t);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var t=new P,e=this.i.actualSubDomains;e||(e=new $(0)),this._actualSubDomains=t._fromInner(e),this.i.actualSubDomains=e}return this._actualSubDomains},set:function(t){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var e=new P;this._actualSubDomains=e._fromOuter(t);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(t){this.i.bingImageryRestUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(t){this.i.actualBingImageryRestUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(t){this.i.cultureName=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(t){this.i.apiKey=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(t){this.i.imageryStyle=n.ensureEnum(I,t)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(j),x=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",A),n.TypeRegistrar.register("BingMapsMapImagery",R.$type)},t}(),G=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new v},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(t){this.i.tilePath=t},enumerable:!1,configurable:!0}),i}(j),B=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",v.$type)},t}(),D=function(t){function i(){var e=t.call(this)||this;return e._getTileImageUri=null,e._getTileImageUri_wrapped=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(t){var e=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=t,this._getTileImageUri_wrapped=function(t,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,r),e._getTileImageUri&&e._getTileImageUri(e,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(j),E=function(t){function i(e){var i=t.call(this,e)||this;return i.getTileImageUri=null,e.getTileImageUri=n.delegateCombine(e.getTileImageUri,n.runOn(i,i.bq)),i}return e.__extends(i,t),i.prototype.bq=function(t,e){this.bp(e)},i.prototype.bp=function(t){null!=this.getTileImageUri&&this.getTileImageUri(this,t)},i.$t=n.markType(i,"CustomMapImagery",y.$),i}(y),N=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",E.$type)},t}(),z=function(t){function i(){var e=t.call(this,new n.ArcGISOnlineTileSource)||this;return e.bp=0,e.bu=null,e.bt=null,e._pendingTokenRequest_=null,e._pendingMapServerRequest_=null,e.bt="localhost",e.bu="https://www.arcgis.com/sharing/",e.bp=60,e.userToken=null,e.getResponseCompleted_MapServerResponse=e.getResponseCompleted_MapServerResponse.bind(e),e.getResponseCompleted_TokenResponse=e.getResponseCompleted_TokenResponse.bind(e),e}return e.__extends(i,t),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(t){this.h(i.mapServerUriProperty,t)},enumerable:!1,configurable:!0}),i.cd=function(t,e){t.cf("MapServerUri",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(t){this.h(i.userNameProperty,t)},enumerable:!1,configurable:!0}),i.cg=function(t,e){t.cf("UserName",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(t){this.h(i.passwordProperty,t)},enumerable:!1,configurable:!0}),i.ce=function(t,e){t.cf("Password",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(t){this.h(i.userTokenProperty,t)},enumerable:!1,configurable:!0}),i.ch=function(t,e){t.cf("UserToken",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(t){this.h(i.isMapPublicProperty,t)},enumerable:!1,configurable:!0}),i.cc=function(t,e){t.cf("IsMapPublic",e.oldValue,e.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(t){this.bp=t,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(t){this.bu=t,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(t){this.bt=t,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(t){t()},i.prototype.b8=function(t){if(n.stringIsNullOrEmpty(this.userToken)&&0==t)this.ci();else{var e=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(e))this.userToken="";else if("/"!=e.substr(e.length-1,1)&&(e+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),e+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(e,1)){var o=e;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var t=this.mapServerUri;if("/"==t.substr(t.length-1,1)&&n.stringRemove(t,t.length-1,1),this.isMapPublic)t=n.stringFormat("{0}?f=json",t);else{if(n.stringIsNullOrEmpty(this.userToken))return;t=n.stringFormat("{0}?f=json&token={1}",t,this.userToken)}if(n.Uri.isWellFormedUriString(t,1)){var e=t;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(e,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(t,e){if(e==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=t,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(t,e){if(e==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=t,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(e,i,r){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(e){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}t.prototype.ba.call(this,e,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",y.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cd)),i.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cg)),i.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,i.$,new n.PropertyMetadata(2,!0,i.cc)),i}(y),V=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new z},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(t){this.i.mapServerUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(t){this.i.userName=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(t){this.i.password=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(t){this.i.userToken=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(t){this.i.isMapPublic=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(t){this.i.defaultTokenTimeout=+t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(t){this.i.tokenGenerationEndPoint=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(t){this.i.refererUri=t},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(j),q=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",V),n.TypeRegistrar.register("ArcGISOnlineMapImagery",z.$type)},t}(),U=function(){function t(){}return t.register=function(){x.register(),B.register(),N.register(),q.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},t}(),L=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicMapSeriesHostComponent=t}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.er},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.t7},set:function(t){this.i.t7=+t,this._a("visibleFromScale",this.i.t7)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(t){this.i.coercionMethods=t},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.oh()},i.prototype.getItemValue=function(t,e){return this.i.jv(t,e)},i.prototype.getItem=function(t){return this.i.js(n.toPoint(t))},i.prototype.getPreviousOrExactIndex=function(t,e){return this.i.jg(n.toPoint(t),e)},i.prototype.getNextOrExactIndex=function(t,e){return this.i.je(n.toPoint(t),e)},i.prototype.getSeriesValue=function(t,e,i){return this.i.ia(n.toPoint(t),e,i)},i.prototype.getSeriesValuePosition=function(t,e,i){var r=this.i.tj(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(t){var e=this.i.tu(n.toPoint(t));return n.fromRect(e)},i.prototype.getSeriesValueMarkerBoundingBox=function(t){var e=this.i.tw(n.toPoint(t));return n.fromRect(e)},i.prototype.getSeriesHighValue=function(t,e,i){return this.i.h6(n.toPoint(t),e,i)},i.prototype.getSeriesHighValuePosition=function(t,e,i){var r=this.i.tf(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(t,e,i){return this.i.h8(n.toPoint(t),e,i)},i.prototype.getSeriesLowValuePosition=function(t,e,i){var r=this.i.th(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(t,e,i){var r=this.i.tk(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(t,e,i){return this.i.ib(n.toPoint(t),e,i)},i.prototype.getItemSpan=function(){return this.i.h1()},i.prototype.renderSeries=function(t){this.i.pr(t)},i.prototype.styleUpdated=function(){this.i.qa()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=function(t){function r(){var e=t.call(this)||this;return e._currData=null,e._onImportCompleted=null,e._assigningShapeStyle=null,e._assigningShapeStyle_wrapped=null,e._assigningShapeMarkerStyle=null,e._assigningShapeMarkerStyle_wrapped=null,e}return e.__extends(r,t),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesBaseComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicShapeSeriesBaseComponent=t}return r._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(t){this._shapeDataSource=t,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(t){this._databaseSource=t,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),r.prototype.onUpdateDataSource=function(t){var e=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(t,i){if(e._currData){e._currData.i.importCompleted=n.delegateRemove(e._currData.i.importCompleted,e._onImportCompleted);var r=e._currData;e._currData=null,e.i.itemsSource=r.getPointData()}}),t&&t.getPointData?t.count>0?t.getPointData():(this._currData=t,this._currData.i.importCompleted=n.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):t},r.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgcShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted=this.onShapeDataSourceImportCompleted),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},r.prototype.onShapeDataSourceImportCompleted=function(t,e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(r.prototype,"shapeMemberPath",{get:function(){return this.i.uy},set:function(t){this.i.uy=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.un},set:function(t){this.i.un=n.ensureBool(t),this._a("isCustomShapeStyleAllowed",this.i.un)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.um},set:function(t){this.i.um=n.ensureBool(t),this._a("isCustomShapeMarkerStyleAllowed",this.i.um)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.uf},set:function(t){this.i.uf=n.ensureEnum(i.ShapeItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.uf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.uq},set:function(t){this.i.uq=+t,this._a("itemSearchThreshold",this.i.uq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.up},set:function(t){this.i.up=+t,this._a("itemSearchPointsThreshold",this.i.up)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var t=this.i.ui;if(null==t)return null;if(!t.externalObject){var e=new n.IgcShapeDataSource;t.$type?e._implementation=t:e.i.setNativeElement&&e.i.setNativeElement(t),t.externalObject=e}return t.externalObject},set:function(t){this.i.ui=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.uo},set:function(t){this.i.uo=+t,this._a("shapeFilterResolution",this.i.uo)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==e?this.shapefileDataSource:null)},Object.defineProperty(r.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(t){var e=this;null!==this._assigningShapeStyle_wrapped&&(this.i.assigningShapeStyle=n.delegateRemove(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped),this._assigningShapeStyle_wrapped=null,this._assigningShapeStyle=null),this._assigningShapeStyle=t,this._assigningShapeStyle_wrapped=function(t,n){var r=new i.IgcAssigningShapeStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,r),e._assigningShapeStyle&&e._assigningShapeStyle(e,r)},this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningShapeMarkerStyle",{get:function(){return this._assigningShapeMarkerStyle},set:function(t){var e=this;null!==this._assigningShapeMarkerStyle_wrapped&&(this.i.assigningShapeMarkerStyle=n.delegateRemove(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped),this._assigningShapeMarkerStyle_wrapped=null,this._assigningShapeMarkerStyle=null),this._assigningShapeMarkerStyle=t,this._assigningShapeMarkerStyle_wrapped=function(t,n){var r=new i.IgcAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,r),e._assigningShapeMarkerStyle&&e._assigningShapeMarkerStyle(e,r)},this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,r}(L),H=function(t){function r(){var e=null!==t&&t.apply(this,arguments)||this;return e.ul=!1,e.uk=!1,e.assigningShapeStyle=null,e.assigningShapeMarkerStyle=null,e.uh=null,e.uj=!1,e}return e.__extends(r,t),r.prototype.cd=function(){return new W(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.ug=e},r.prototype.get_et=function(){return!0},r.prototype.get_dv=function(){return!0},r.prototype.pa=function(e,i,o,a){switch(t.prototype.pa.call(this,e,i,o,a),i){case"SeriesViewer":this.ug.ci();break;case"ShapeMemberPath":this.ug.ck();break;case r.$$p[5]:this.ug.cj();break;case r.$$p[1]:if(this.t5.u4=this.un,this.ul=this.un,this.un){var s=this.t5;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.u1))}else{var u=this.t5;u.assigningShapeStyle=n.delegateRemove(u.assigningShapeStyle,n.runOn(this,this.u1))}break;case r.$$p[0]:if(this.t5.u3=this.um,this.uk=this.um,this.un){var l=this.t5;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.u0))}else{var c=this.t5;c.assigningShapeMarkerStyle=n.delegateRemove(c.assigningShapeMarkerStyle,n.runOn(this,this.u0))}break;case r.$$p[2]:this.t5.ul=this.uf;break;case r.$$p[3]:this.t5.vl=this.up;break;case r.$$p[4]:this.t5.vm=this.uq;break;case"ShapefileDataSource":if(null!=o){var h=o;this.uj&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.u2)))}if(null!=a){var p=a;if(p.count>0){this.u3();break}this.uj=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.u2))}}},r.prototype.u1=function(t,e){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,e)},r.prototype.u0=function(t,e){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,e)},r.prototype.u2=function(t,e){this.u3()},r.prototype.u3=function(){var t=this.ui.externalObject;this.itemsSource=t.getPointData()},Object.defineProperty(r.prototype,"ui",{get:function(){return this.uh},set:function(t){var e=this.uh;this.uh=t,e!=this.uh&&this.raisePropertyChanged("ShapefileDataSource",e,this.uh)},enumerable:!1,configurable:!0}),r.prototype.get_gg=function(){return!0},r.prototype.set_gg=function(e){t.prototype.set_gg.call(this,e)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:um:u4",[0,!1],"IsCustomShapeStyleAllowed:un:u5",[0,!1],"ItemSearchMode:uf:u6",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:up:u7",[1,1e4],"ItemSearchThreshold:uq:u8",[1,1e4],"ShapeFilterResolution:uo:u9",[1,2],"ShapeMemberPath:uy:va",[2,"points"]]),r}(p),W=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.b5=function(){t.prototype.b5.call(this),this.ch.t5.vy=this.ch.uy},i.prototype.ci=function(){var t=this.ch.t5;if(null==this.ch.cv)return t.uf=null,void(t.uh=null);t.uf=this.ch.cv.ue,t.uh=this.ch.cv.ug},i.prototype.ck=function(){this.ch.t5.vy=this.ch.uy},i.prototype.cj=function(){this.ch.t5.vi=this.ch.uo},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(t){function r(e){var i=t.call(this,e)||this;return i.cl=null,i.cl=e,i.q||(i.cl.uy="points"),i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cl.wi=i.Defaults.aj,this.cl.iv=i.Defaults.p,this.cl.vh=i.Defaults.o,this.cl.ve=i.Defaults.d,this.cl.vc=i.Defaults.a)},r.prototype.b5=function(){t.prototype.b5.call(this),this.cl.t5.yg=this.cl.wk,this.cl.t5.w9=this.cl.vf,this.cl.t5.xv=this.cl.v0,this.cl.t5.xc=this.cl.vh,this.cl.t5.wv=this.cl.vb},r.prototype.cq=function(){this.cl.t5.xv=this.cl.v0},r.prototype.cs=function(){this.cl.t5.xc=this.cl.vh},r.prototype.cn=function(){this.cl.t5.wv=this.cl.vb},r.prototype.cr=function(){this.cl.t5.w4=this.cl.ve},r.prototype.cm=function(){this.cl.t5.yc=this.cl.wh},r.prototype.co=function(){this.cl.t5.yd=this.cl.wi},r.prototype.cp=function(){this.cl.t5.yf=this.cl.wj},r.prototype.ct=function(){this.cl.t5.w9=this.cl.vf},r.prototype.cu=function(){this.cl.t5.yg=this.cl.wk},r.$t=n.markType(r,"GeographicShapeSeriesView",W.$),r}(W),Y=function(t){function r(){var e=t.call(this)||this;return e.styleShape=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.get_e4=function(){return!0},r.prototype.cd=function(){return new X(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.vg=e},r.prototype.t4=function(){var t=new i.ScatterPolygonSeries;return t.styleShape=n.delegateCombine(t.styleShape,n.runOn(this,this.vx)),t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.vy)),t},r.prototype.vx=function(t,e){null!=this.styleShape&&this.styleShape(this,e)},r.prototype.vy=function(t,e){n.typeCast(i.ScatterPolygonSeries.$,this.t5)},r.prototype.ht=function(){return this.vh},r.prototype.s1=function(){return this.wf},r.prototype.s2=function(){return this.wg},r.prototype.qx=function(){return this.vz},r.prototype.ky=function(){var t=n.typeCast(i.ScatterPolygonSeries.$,this.t5);return null==t?"Unknown":t.ky()},r.prototype.pa=function(e,i,n,o){switch(t.prototype.pa.call(this,e,i,n,o),i){case r.$$p[6]:this.t5.w2=this.vd;break;case r.$$p[5]:this.t5.wy=this.vc;break;case r.$$p[9]:this.vg.cq();break;case r.$$p[10]:this.vg.cs();break;case r.$$p[4]:this.vg.cn();break;case r.$$p[11]:this.vg.cr();break;case r.$$p[3]:this.vg.cm();break;case r.$$p[7]:this.vg.co();break;case r.$$p[8]:this.vg.cp();break;case r.$$p[13]:this.vg.ct();break;case r.$$p[12]:this.vg.cu()}},r.prototype.ir=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:wf:v1",[n.Brush.$],"ActualMarkerOutline:wg:v2",[n.Brush.$],"ActualMarkerTemplate:vz:v3",[n.DataTemplate.$,null],"MarkerBrush:wh:v4",[n.Brush.$],"MarkerCollisionAvoidance:vb:v5",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:vc:v6",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:vd:v7",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:wi:v8",[n.Brush.$],"MarkerStyle:wj:v9",[n.Style.$],"MarkerTemplate:v0:wa",[n.DataTemplate.$,null],"MarkerThickness:vh:wb",[1,n.DeviceUtils.g(2)],"MarkerType:ve:wc",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:wk:wd",[n.Style.$,null],"ShapeStyleSelector:vf:we",[i.StyleSelector.$,null]]),r}(H),Z=function(t){function r(){var e=t.call(this)||this;return e._styleShape=null,e._styleShape_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new Y},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicShapeSeriesComponent=t}return r._observedAttributesIgcGeographicShapeSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolygon",{get:function(){return this.i.e4},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.wk?this.i.wk.fill:null},set:function(t){this.ensureShapeStyle(),this.i.wk.fill=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.wk?this.i.wk.stroke:null},set:function(t){this.ensureShapeStyle(),this.i.wk.stroke=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.wk?this.i.wk.strokeThickness:NaN},set:function(t){this.ensureShapeStyle(),this.i.wk.strokeThickness=+t,this._a("shapeStrokeThickness",this.i.wk.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.wk?this.i.wk.opacity:NaN},set:function(t){this.ensureShapeStyle(),this.i.wk.opacity=+t,this._a("shapeOpacity",this.i.wk.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.wk||(this.i.wk=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.ve},set:function(t){this.i.ve=n.ensureEnum(i.MarkerType_$type,t),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.ve))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.vd},set:function(t){this.i.vd=n.ensureEnum(i.MarkerOutlineMode_$type,t),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.vd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.vc},set:function(t){this.i.vc=n.ensureEnum(i.MarkerFillMode_$type,t),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.vc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.v0},set:function(t){this.i.v0=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.wh)},set:function(t){this.i.wh=n.stringToBrush(t),this._a("markerBrush",n.brushToString(this.i.wh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.wi)},set:function(t){this.i.wi=n.stringToBrush(t),this._a("markerOutline",n.brushToString(this.i.wi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.vh},set:function(t){this.i.vh=+t,this._a("markerThickness",this.i.vh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.vb},set:function(t){this.i.vb=n.ensureEnum(i.CollisionAvoidanceType_$type,t),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.vb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.vz},set:function(t){this.i.vz=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.wf)},set:function(t){this.i.wf=n.stringToBrush(t),this._a("actualMarkerBrush",n.brushToString(this.i.wf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.wg)},set:function(t){this.i.wg=n.stringToBrush(t),this._a("actualMarkerOutline",n.brushToString(this.i.wg))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(t){var e=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=t,this._styleShape_wrapped=function(t,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),e.beforeStyleShape&&e.beforeStyleShape(e,r),e._styleShape&&e._styleShape(e,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesComponent=null,r.htmlTagName="igc-geographic-shape-series",r._isElementRegistered=!1,r}(F),Q=function(){function t(){}return t.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),n.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),n.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},t}(),K=function(t){function r(e){var i=t.call(this,e)||this;return i.cl=null,i.cl=e,i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cl.iv=i.Defaults.n)},r.prototype.b5=function(){t.prototype.b5.call(this),this.cl.t5.wv=this.cl.vb,this.cl.t5.w0=this.cl.vj},r.prototype.cm=function(){this.cl.t5.wv=this.cl.vb},r.prototype.cn=function(){this.cl.t5.w0=this.cl.vj},r.$t=n.markType(r,"GeographicPolylineSeriesView",W.$),r}(W),J=function(t){function r(){var e=t.call(this)||this;return e.styleShape=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.get_e5=function(){return!0},r.prototype.cd=function(){return new K(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.vc=e},r.prototype.t4=function(){var t=new i.ScatterPolylineSeries;return t.styleShape=n.delegateCombine(t.styleShape,n.runOn(this,this.vg)),t},r.prototype.vg=function(t,e){null!=this.styleShape&&this.styleShape(this,e)},r.prototype.pa=function(e,i,n,o){switch(t.prototype.pa.call(this,e,i,n,o),i){case r.$$p[1]:this.vc.cm();break;case r.$$p[0]:this.vc.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:vj:vh",[n.Style.$,null],"ShapeStyleSelector:vb:vi",[i.StyleSelector.$,null]]),r}(H),tt=function(t){function r(){var e=t.call(this)||this;return e._styleShape=null,e._styleShape_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new J},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicPolylineSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicPolylineSeriesComponent=t}return r._observedAttributesIgcGeographicPolylineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolyline",{get:function(){return this.i.e5},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.vj?this.i.vj.fill:null},set:function(t){this.ensureShapeStyle(),this.i.vj.fill=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.vj?this.i.vj.stroke:null},set:function(t){this.ensureShapeStyle(),this.i.vj.stroke=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.vj?this.i.vj.strokeThickness:NaN},set:function(t){this.ensureShapeStyle(),this.i.vj.strokeThickness=+t,this._a("shapeStrokeThickness",this.i.vj.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.vj?this.i.vj.opacity:NaN},set:function(t){this.ensureShapeStyle(),this.i.vj.opacity=+t,this._a("shapeOpacity",this.i.vj.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.vj||(this.i.vj=new n.Style)},Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(t){var e=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=t,this._styleShape_wrapped=function(t,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),e.beforeStyleShape&&e.beforeStyleShape(e,r),e._styleShape&&e._styleShape(e,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicPolylineSeriesComponent=null,r.htmlTagName="igc-geographic-polyline-series",r._isElementRegistered=!1,r}(F),et=function(){function t(){}return t.register=function(){i.IgcScatterPolylineSeriesModule.register(),tt.register(),n.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",tt),n.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},t}(),it=function(t){function i(){var e=t.call(this,new n.TileGeneratorTileSource)||this;return e.downloadingImage=n.delegateCombine(e.downloadingImage,n.runOn(e,e.br)),e.cancellingImage=n.delegateCombine(e.cancellingImage,n.runOn(e,e.bq)),e}return e.__extends(i,t),i.prototype.bq=function(t,e){var i=e.uri.toString().split("/"),r=parseInt(n.stringReplace(i[3],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(t,e){var i=this,r=e.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));e.uri=null;var u=e.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(t,e){return i.deferralHandler.deferAction((function(){return u.src=e.url}))}),(function(t,e){}),(function(t,e){}),u)},i.$t=n.markType(i,"TileGeneratorMapImagery",y.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(y),nt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new it},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(t){this.i.tileGenerator=t},enumerable:!1,configurable:!0}),i}(j),rt=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",nt),n.TypeRegistrar.register("TileGeneratorMapImagery",it.$type)},t}(),ot=function(t){function r(){var e=t.call(this)||this;return e.ww=null,e.wv=null,e.imageTilesReady=null,e.wz=null,e.w0=!1,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.get_fh=function(){return!0},r.prototype.cd=function(){return new at(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.wu=e},r.prototype.get_u6=function(){return!1},Object.defineProperty(r.prototype,"wy",{get:function(){return this.ww},set:function(t){if(t!=this.wy){var e=this.wy;this.ww=t,this.raisePropertyChanged("TileImagery",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wx",{get:function(){return this.wv},set:function(t){var e=this.wv;this.wv=t,this.raisePropertyChanged("ActualTileImagery",e,this.wv)},enumerable:!1,configurable:!0}),r.prototype.pa=function(e,i,r,o){var a,s;switch(t.prototype.pa.call(this,e,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.w3))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.w3))),this.wu.dh(a,s),this.pr(!1),this.om();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.w4)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.w4)),s.deferralHandler=this),this.wu.dg(a,s),null!=s&&null!==n.typeCast(f.$,this.cv)&&(s.geographicMap=this.cv,this.w6(this.cg),this.wu.dd(this.cv.tr)),this.om();break;case"ActualWindowRect":this.wu.dd(o);break;case"WorldRect":this.wu.dk(o);break;case"SeriesViewer":var u=o;null!=r&&null!=this.wx&&this.wx.be(null),null!=u&&null!=this.wx&&this.wx.be(this.cg.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.oo()}},r.prototype.w3=function(t,e){"MultiScaleImage"==e.propertyName&&this.w6(this.cg)},r.prototype.w4=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.w0||this.wu.di()},r.prototype.register=function(t,e){this.wz=e},r.prototype.unRegister=function(t){this.wz=null},r.prototype.deferredRefresh=function(){this.pr(!1)},r.prototype.deferAction=function(t){null!=this.i5?this.i5.setTimeout(t,0):window.setTimeout(t,0)},r.prototype.qo=function(e,i){this.wu.dj(),t.prototype.qo.call(this,e,i)},r.prototype.ps=function(e){t.prototype.ps.call(this,e),this.w5(e,this.cg)},r.prototype.w5=function(t,e){var i,n,r=e,o=e.getViewInfo(i,n);i=o.p0,n=o.p1,this.w6(e),null!=this.wz&&(this.w0=!0,this.wz(t),this.w0=!1),r.di()},r.prototype.pq=function(e,i,n,r,o){t.prototype.pq.call(this,e,i,n,r,o);var a=this.gv.item(r);a.a3(n),this.dm(a)||this.wd(a)},r.prototype.w6=function(t){var e,i,n=t.getViewInfo(e,i);e=n.p0,i=n.p1,null!=this.wy&&null!=this.wy.ao&&(this.wy!=this.wx&&(this.wx=this.wy),null==this.wx||e.isEmpty||(this.wx.width!=e.width&&(this.wx.width=e.width),this.wx.height!=e.height&&(this.wx.height=e.height)))},r.prototype.nk=function(e,i){t.prototype.nk.call(this,e,i),i.de()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),at=function(t){function r(e){var i=t.call(this,e)||this;return i.da=null,i.dl=new n.GeometryGroup,i.dc=null,i.db=null,i.da=e,i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.da.s4=i.Defaults.ao,this.da.sy=i.Defaults.an)},r.prototype.ck=function(t,e){e.c.count>0&&this.dl.d.add(e)},r.prototype.c5=function(t,e){return this.c6(t,e,!0)},r.prototype.c4=function(t,e){return null},r.prototype.co=function(t,e){},r.prototype.cm=function(t,e,i){},r.prototype.cu=function(){t.prototype.cu.call(this),this.dl.d.clear()},r.prototype.ct=function(){t.prototype.ct.call(this),this.as()},r.prototype.dd=function(t){null!=this.da.wy&&(this.da.wy.windowRect=t)},r.prototype.dg=function(t,e){if(null==this.dc){this.dc=this.e.i5.createElement("canvas");var i=this.e.i5.get2DCanvasContext(this.dc);this.db=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=t&&(t.bd(null),t.be(null),t.imagesChanged=n.delegateRemove(t.imagesChanged,n.runOn(this,this.df))),null!=e&&(null!=this.w&&e.be(this.w),e.bd(this.db),e.bf(this.bx),e.imagesChanged=n.delegateCombine(e.imagesChanged,n.runOn(this,this.df)))},r.prototype.df=function(t,e){this.as()},r.prototype.dh=function(t,e){},r.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.wy&&this.da.wy.bf(this.bx)},r.prototype.a8=function(e,i){if(t.prototype.a8.call(this,e,i),!i&&null!=this.dc){var r=!1;if(this.dl.d.count>0)r=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=n.truncate(Math.round(this.bx.left)),a=n.truncate(Math.round(this.bx.top)),s=n.truncate(Math.round(this.bx.width)),u=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,u,o,a,s,u),r&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(t){null!=this.da.wy&&this.da.wy.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),st=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new ot},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcTileSeriesComponent=t}return i._observedAttributesIgcTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.fh},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var t=this.i.wy;return null==t?null:t.externalObject},set:function(t){this.i.wy=null==t?null:t.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==e?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),ut=function(){function t(){}return t.register=function(){st.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",st),n.TypeRegistrar.register("TileSeries",ot.$type)},t}(),lt=function(t){function i(){var e=t.call(this)||this;return e.vc=null,e.vb=null,e.imageTilesReady=null,e.ab=i.$,e}return e.__extends(i,t),i.prototype.bc=function(){return new i},i.prototype.get_fh=function(){return!0},Object.defineProperty(i.prototype,"vd",{get:function(){return this.vc},set:function(t){if(t!=this.vd){var e=this.vd;this.vc=t,this.raisePropertyChanged("TileImagery",e,t)}},enumerable:!1,configurable:!0}),i.prototype.vh=function(){null!=this.vd&&this.vd.clearTileCache()},i.prototype.pa=function(e,i,n,r){switch(t.prototype.pa.call(this,e,i,n,r),i){case"TileImagery":null!=this.t5&&(this.t5.wy=this.vd)}},i.prototype.ua=function(){if(t.prototype.ua.call(this),this.t5.wy=this.vd,null!=this.vb){var e=this.vb;e.imageTilesReady=n.delegateRemove(e.imageTilesReady,n.runOn(this,this.vg))}if(this.vb=this.t5,null!=this.vb){var i=this.vb;i.imageTilesReady=n.delegateCombine(i.imageTilesReady,n.runOn(this,this.vg))}},i.prototype.t4=function(){return new ot},i.prototype.vg=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),ct=function(t){function i(){var e=t.call(this)||this;return e._imageTilesReady=null,e._imageTilesReady_wrapped=null,e}return e.__extends(i,t),i.prototype.createImplementation=function(){return new lt},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicTileSeriesComponent=t}return i._observedAttributesIgcGeographicTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.fh},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var t=this.i.vd;return null==t?null:t.externalObject},set:function(t){this.i.vd=null==t?null:t.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==e?this.tileImagery:null)},i.prototype.clearTileCache=function(){this.i.vh()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicTileSeriesComponent=null,i.htmlTagName="igc-geographic-tile-series",i._isElementRegistered=!1,i}(F),ht=function(){function t(){}return t.register=function(){ut.register(),ct.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ct),n.TypeRegistrar.register("GeographicTileSeries",lt.$type)},t}(),pt=function(t){function r(){return t.call(this)||this}return e.__extends(r,t),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMarkerSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicMarkerSeriesComponent=t}return r._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.uf},set:function(t){this.i.uf=n.ensureEnum(i.MarkerType_$type,t),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.uf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.ug},set:function(t){this.i.ug=+t,this._a("markerThickness",this.i.ug)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.ue},set:function(t){this.i.ue=n.ensureEnum(i.MarkerOutlineMode_$type,t),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.ue))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.ud},set:function(t){this.i.ud=n.ensureEnum(i.MarkerFillMode_$type,t),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.ud))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.uv},set:function(t){this.i.uv=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.u9)},set:function(t){this.i.u9=n.stringToBrush(t),this._a("markerBrush",n.brushToString(this.i.u9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.va)},set:function(t){this.i.va=n.stringToBrush(t),this._a("markerOutline",n.brushToString(this.i.va))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.uh},set:function(t){this.i.uh=+t,this._a("maximumMarkers",this.i.uh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.uu},set:function(t){this.i.uu=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.u7)},set:function(t){this.i.u7=n.stringToBrush(t),this._a("actualMarkerBrush",n.brushToString(this.i.u7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.u8)},set:function(t){this.i.u8=n.stringToBrush(t),this._a("actualMarkerOutline",n.brushToString(this.i.u8))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),gt=function(t){function r(){var e=t.call(this)||this,i=e.t5;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(e,e.ut)),e}return e.__extends(r,t),r.prototype.qx=function(){return this.uu},r.prototype.s1=function(){return this.u7},r.prototype.s2=function(){return this.u8},r.prototype.ht=function(){return this.ug},r.prototype.ky=function(){var t=n.typeCast(i.MarkerSeries.$,this.t5);return null==t?"Unknown":t.ky()},r.prototype.ut=function(t,e){var r=n.typeCast(i.MarkerSeries.$,this.t5);null!=r&&("ActualMarkerTemplate"==e.propertyName?this.uu=r.uw:"ActualMarkerOutline"==e.propertyName?this.u8=r.vd:"ActualMarkerBrush"==e.propertyName&&(this.u7=r.vc))},r.prototype.pa=function(e,i,n,o){switch(t.prototype.pa.call(this,e,i,n,o),i){case r.$$p[3]:this.t5.ve=this.u9;break;case r.$$p[6]:this.t5.vf=this.va;break;case r.$$p[5]:this.t5.t9=this.ue;break;case r.$$p[4]:this.t5.t5=this.ud;break;case r.$$p[9]:this.t5.uc=this.uf;break;case r.$$p[7]:this.t5.uy=this.uv;break;case r.$$p[8]:this.t5.uh=this.ug;break;case r.$$p[10]:this.t5.w3=this.uh}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:u7:uw",[n.Brush.$],"ActualMarkerOutline:u8:ux",[n.Brush.$],"ActualMarkerTemplate:uu:uy",[n.DataTemplate.$,null],"MarkerBrush:u9:uz",[n.Brush.$],"MarkerFillMode:ud:u0",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:ue:u1",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:va:u2",[n.Brush.$],"MarkerTemplate:uv:u3",[n.DataTemplate.$,null],"MarkerThickness:ug:u4",[1,n.DeviceUtils.g(2)],"MarkerType:uf:u5",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:uh:u6",[1,400]]),r}(p),ft=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.au=function(){t.prototype.au.call(this),this.q},i.prototype.b5=function(){t.prototype.b5.call(this);var e=this.ch.t5;e.xn=this.ch.v4,e.xv=this.ch.v2,e.uc=this.ch.uf,e.uy=this.ch.uv,e.uh=this.ch.ug,e.zv=this.ch.vo,e.aal=this.ch.v9,e.zl=this.ch.vg,e.aab=this.ch.v0,e.z6=this.ch.vs,e.zi=this.ch.vd,e.zt=this.ch.vk,e.zu=this.ch.vn,e.z0=this.ch.vq,e.zz=this.ch.vp},i.prototype.cq=function(){this.ch.t5.xn=this.ch.v4},i.prototype.cp=function(){this.ch.t5.xv=this.ch.v2},i.prototype.cv=function(){this.ch.t5.uc=this.ch.uf},i.prototype.ct=function(){this.ch.t5.uy=this.ch.uv},i.prototype.cu=function(){this.ch.t5.uh=this.ch.ug},i.prototype.cw=function(){this.ch.t5.w3=this.ch.uh},i.prototype.cy=function(){this.ch.t5.xAxis=this.ch.cv.ue},i.prototype.cz=function(){this.ch.t5.yAxis=this.ch.cv.ug},i.prototype.cx=function(){var t=this.ch.t5;if(null==this.ch.cv)return t.xAxis=null,void(t.yAxis=null);t.xAxis=this.ch.cv.ue,t.yAxis=this.ch.cv.ug},i.prototype.cr=function(){this.ch.t5.ve=this.ch.u9},i.prototype.cs=function(){this.ch.t5.vf=this.ch.va},i.prototype.c0=function(){this.ch.t5.aal=this.ch.v9},i.prototype.c1=function(){this.ch.t5.zl=this.ch.vg,this.ch.t5.zv=this.ch.vo},i.prototype.cl=function(){this.ch.t5.aab=this.ch.v0},i.prototype.cj=function(){this.ch.t5.zi=this.ch.vd,this.ch.t5.zt=this.ch.vk,this.ch.t5.zu=this.ch.vn,this.ch.t5.z0=this.ch.vq,this.ch.t5.zz=this.ch.vp},i.prototype.ci=function(){this.ch.t5.z6=this.ch.vs},i.prototype.c2=function(){this.ch.t5.zv=this.ch.vo},i.prototype.ck=function(){this.ch.t5.zt=this.ch.vk},i.prototype.co=function(){this.ch.t5.zu=this.ch.vn},i.prototype.cn=function(){this.ch.t5.z0=this.ch.vq},i.prototype.cm=function(){this.ch.t5.zz=this.ch.vp},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),yt=function(t){function r(){var e=t.call(this)||this;return e.ve=null,e.vj=!1,e.vi=!1,e.assigningScatterStyle=null,e.assigningScatterMarkerStyle=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.get_dy=function(){return!0},r.prototype.cd=function(){return new ft(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.vh=e},r.prototype.ir=function(){return.7},r.prototype.t4=function(){return new i.BubbleSeries},r.prototype.get_et=function(){return!0},r.prototype.pa=function(e,i,o,a){switch(t.prototype.pa.call(this,e,i,o,a),i){case"SeriesViewer":this.vh.cx();break;case r.$$p[9]:this.vh.cq();break;case r.$$p[8]:this.vh.cp();break;case"XAxis":this.vh.cy();break;case"YAxis":this.vh.cz();break;case r.$$p[13]:this.vh.c0();break;case r.$$p[14]:this.vh.c1();break;case r.$$p[15]:this.vh.c2();break;case r.$$p[7]:this.vh.cl();break;case r.$$p[0]:this.vh.ci();break;case r.$$p[1]:this.vh.cj();break;case r.$$p[2]:this.vh.ck();break;case r.$$p[12]:this.vh.co();break;case r.$$p[11]:this.vh.cn();break;case r.$$p[10]:this.vh.cm();break;case r.$$p[4]:if(this.t5.wk=this.vm,this.vj=this.vm,this.vm){var s=this.t5;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.we))}else{var u=this.t5;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.we))}break;case r.$$p[3]:if(this.t5.wj=this.vl,this.vi=this.vl,this.vm){var l=this.t5;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.wd))}else{var c=this.t5;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.wd))}break;case r.$$p[5]:this.t5.v3=this.vf;break;case r.$$p[6]:this.t5.w2=this.vr}},r.prototype.we=function(t,e){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,e)},r.prototype.wd=function(t,e){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,e)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",gt.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:vs:wf",[2],"FillScale:vd:wg",[i.BrushScale.$],"FillScaleUseGlobalValues:vk:wh",[0,!1],"IsCustomScatterMarkerStyleAllowed:vl:wi",[0,!1],"IsCustomScatterStyleAllowed:vm:wj",[0,!1],"ItemSearchMode:vf:wk",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vr:wl",[1,1e4],"LabelMemberPath:v0:wm",[2],"LatitudeMemberPath:v2:wn",[2,null],"LongitudeMemberPath:v4:wo",[2,null],"MarkerBrushBrightness:vp:wp",[1,NaN],"MarkerOutlineBrightness:vq:wq",[1,NaN],"MarkerOutlineUsesFillScale:vn:wr",[0,!1],"RadiusMemberPath:v9:ws",[2,null],"RadiusScale:vg:wt",[i.SizeScale.$],"RadiusScaleUseGlobalValues:vo:wu",[0,!1]]),r}(gt),dt=function(t){function r(){var e=t.call(this)||this;return e._assigningScatterStyle=null,e._assigningScatterStyle_wrapped=null,e._assigningScatterMarkerStyle=null,e._assigningScatterMarkerStyle_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new yt},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=t}return r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.dy},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.v2},set:function(t){this.i.v2=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.v4},set:function(t){this.i.v4=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.v9},set:function(t){this.i.v9=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var t=this.i.vg;if(null==t)return null;if(!t.externalObject){var e=i.IgcSizeScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.vg=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.v0},set:function(t){this.i.v0=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.vs},set:function(t){this.i.vs=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var t=this.i.vd;if(null==t)return null;if(!t.externalObject){var e=i.IgcBrushScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.vd=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.vk},set:function(t){this.i.vk=n.ensureBool(t),this._a("fillScaleUseGlobalValues",this.i.vk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.vn},set:function(t){this.i.vn=n.ensureBool(t),this._a("markerOutlineUsesFillScale",this.i.vn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.vq},set:function(t){this.i.vq=+t,this._a("markerOutlineBrightness",this.i.vq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.vp},set:function(t){this.i.vp=+t,this._a("markerBrushBrightness",this.i.vp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.vo},set:function(t){this.i.vo=n.ensureBool(t),this._a("radiusScaleUseGlobalValues",this.i.vo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vm},set:function(t){this.i.vm=n.ensureBool(t),this._a("isCustomScatterStyleAllowed",this.i.vm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vl},set:function(t){this.i.vl=n.ensureBool(t),this._a("isCustomScatterMarkerStyleAllowed",this.i.vl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.vf},set:function(t){this.i.vf=n.ensureEnum(i.ScatterItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.vf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.vr},set:function(t){this.i.vr=+t,this._a("itemSearchThreshold",this.i.vr)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==e?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==e?this.fillScale:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(e,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(e,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(t){var e=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=t,this._assigningScatterStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle&&e._assigningScatterStyle(e,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(t){var e=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=t,this._assigningScatterMarkerStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle&&e._assigningScatterMarkerStyle(e,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-proportional-symbol-series",r._isElementRegistered=!1,r}(pt),bt=function(){function t(){}return t.register=function(){i.IgcBubbleSeriesModule.register(),dt.register(),n.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",dt),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",yt.$type)},t}(),mt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.prototype.au=function(){t.prototype.au.call(this),this.q},i.prototype.b5=function(){var e=this.ch.t5;t.prototype.b5.call(this),e.xn=this.ch.vt,e.xv=this.ch.vr,e.uc=this.ch.uf,e.uy=this.ch.uv,e.uh=this.ch.ug},i.prototype.cj=function(){this.ch.t5.xn=this.ch.vt},i.prototype.ci=function(){this.ch.t5.xv=this.ch.vr},i.prototype.cp=function(){this.ch.t5.uc=this.ch.uf},i.prototype.cn=function(){this.ch.t5.uy=this.ch.uv},i.prototype.co=function(){this.ch.t5.uh=this.ch.ug},i.prototype.cq=function(){this.ch.t5.w3=this.ch.uh},i.prototype.cs=function(){this.ch.t5.xAxis=this.ch.cv.ue},i.prototype.ct=function(){this.ch.t5.yAxis=this.ch.cv.ug},i.prototype.cr=function(){var t=this.ch.t5;if(null==this.ch.cv)return t.xAxis=null,void(t.yAxis=null);t.xAxis=this.ch.cv.ue,t.yAxis=this.ch.cv.ug},i.prototype.cl=function(){this.ch.t5.vo=this.ch.vd},i.prototype.ck=function(){this.ch.t5.ve=this.ch.u9},i.prototype.cm=function(){this.ch.t5.vf=this.ch.va},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),St=function(t){function r(){var e=t.call(this)||this;return e.vf=null,e.vi=!1,e.vh=!1,e.assigningScatterStyle=null,e.assigningScatterMarkerStyle=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.get_dy=function(){return!0},r.prototype.cd=function(){return new mt(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.vg=e},r.prototype.ir=function(){return.7},r.prototype.t4=function(){return new i.ScatterSeries},r.prototype.get_et=function(){return!0},r.prototype.pa=function(e,i,o,a){switch(t.prototype.pa.call(this,e,i,o,a),i){case"SeriesViewer":this.vg.cr();break;case r.$$p[5]:this.vg.cj();break;case r.$$p[4]:this.vg.ci();break;case r.$$p[6]:this.vg.cl();break;case"XAxis":this.vg.cs();break;case"YAxis":this.vg.ct();break;case r.$$p[1]:if(this.t5.wk=this.vk,this.vi=this.vk,this.vk){var s=this.t5;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.vy))}else{var u=this.t5;u.assigningScatterStyle=n.delegateRemove(u.assigningScatterStyle,n.runOn(this,this.vy))}break;case r.$$p[0]:if(this.t5.wj=this.vj,this.vh=this.vj,this.vk){var l=this.t5;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.vx))}else{var c=this.t5;c.assigningScatterMarkerStyle=n.delegateRemove(c.assigningScatterMarkerStyle,n.runOn(this,this.vx))}break;case r.$$p[2]:this.t5.v3=this.ve;break;case r.$$p[3]:this.t5.w2=this.vm}},r.prototype.vy=function(t,e){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,e)},r.prototype.vx=function(t,e){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,e)},r.$t=n.markType(r,"GeographicSymbolSeries",gt.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:vj:vz",[0,!1],"IsCustomScatterStyleAllowed:vk:v0",[0,!1],"ItemSearchMode:ve:v1",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vm:v2",[1,1e4],"LatitudeMemberPath:vr:v3",[2,null],"LongitudeMemberPath:vt:v4",[2,null],"MarkerCollisionAvoidance:vd:v5",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:vl:v6",[0,!1]]),r}(gt),vt=function(t){function r(){var e=t.call(this)||this;return e._assigningScatterStyle=null,e._assigningScatterStyle_wrapped=null,e._assigningScatterMarkerStyle=null,e._assigningScatterMarkerStyle_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new St},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicSymbolSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicSymbolSeriesComponent=t}return r._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.dy},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.vr},set:function(t){this.i.vr=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.vt},set:function(t){this.i.vt=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.vd},set:function(t){this.i.vd=n.ensureEnum(i.CollisionAvoidanceType_$type,t),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.vd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vk},set:function(t){this.i.vk=n.ensureBool(t),this._a("isCustomScatterStyleAllowed",this.i.vk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vj},set:function(t){this.i.vj=n.ensureBool(t),this._a("isCustomScatterMarkerStyleAllowed",this.i.vj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.ve},set:function(t){this.i.ve=n.ensureEnum(i.ScatterItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.ve))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.vm},set:function(t){this.i.vm=+t,this._a("itemSearchThreshold",this.i.vm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(t){var e=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=t,this._assigningScatterStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,r),e._assigningScatterStyle&&e._assigningScatterStyle(e,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(t){var e=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=t,this._assigningScatterMarkerStyle_wrapped=function(t,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,r),e._assigningScatterMarkerStyle&&e._assigningScatterMarkerStyle(e,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-symbol-series",r._isElementRegistered=!1,r}(pt),_t=function(){function t(){}return t.register=function(){i.IgcScatterSeriesModule.register(),vt.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",vt),n.TypeRegistrar.register("GeographicSymbolSeries",St.$type)},t}(),wt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=t}return i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(t){this._triangulationDataSource=t,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgcTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted=this.onTriangulationDataSourceImportCompleted),this._cachedTriangulationDataSource.source=this._triangulationDataSource},i.prototype.onTriangulationDataSourceImportCompleted=function(t,e){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(i.prototype,"longitudeMemberPath",{get:function(){return this.i.uh},set:function(t){this.i.uh=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.uf},set:function(t){this.i.uf=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.ue},set:function(t){this.i.ue=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.uk},set:function(t){this.i.uk=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.um},set:function(t){this.i.um=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.uo},set:function(t){this.i.uo=t},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),kt=function(t){function r(){var e=t.call(this)||this;return e._triangulationStatusChanged=null,e._triangulationStatusChanged_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new w},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicScatterAreaSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicScatterAreaSeriesComponent=t}return r._observedAttributesIgcGeographicScatterAreaSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isArea",{get:function(){return this.i.d9},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.u3},set:function(t){this.i.u3=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var t=this.i.uy;if(null==t)return null;if(!t.externalObject){var e=i.IgcColorScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uy=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var t=this.i.ux;if(null==t)return null;if(!t.externalObject){var e=i.IgcColorScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.ux=null==t?null:t.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==e?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==e?this.actualColorScale:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(e,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(e,i,this),this._inStyling=!1},r.prototype.updateActualColorScale=function(){this.i.u8()},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(t){var e=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=t,this._triangulationStatusChanged_wrapped=function(t,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,r),e._triangulationStatusChanged&&e._triangulationStatusChanged(e,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicScatterAreaSeriesComponent=null,r.htmlTagName="igc-geographic-scatter-area-series",r._isElementRegistered=!1,r}(wt),Ct=function(){function t(){}return t.register=function(){i.IgcScatterAreaSeriesModule.register(),kt.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",kt),n.TypeRegistrar.register("GeographicScatterAreaSeries",w.$type)},t}(),Pt=function(t){function r(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(r,t),r.prototype.b5=function(){t.prototype.b5.call(this);var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.t5);e.wd=this.ch.uu,e.wl=this.ch.us,e.uq=this.ch.uh,e.up=this.ch.ug,e.fl=this.ch.uf,e.vl=this.ch.uj,e.vk=this.ch.ui,e.xj=this.ch.vd,e.xi=this.ch.vc,e.vx=this.ch.um},r.prototype.cn=function(){this.ch.t5.wd=this.ch.uu},r.prototype.cm=function(){this.ch.t5.wl=this.ch.us},r.prototype.cs=function(){this.ch.t5.uq=this.ch.uh},r.prototype.cq=function(){this.ch.t5.up=this.ch.ug},r.prototype.co=function(){this.ch.t5.fl=this.ch.uf},r.prototype.cl=function(){this.ch.t5.vl=this.ch.uj},r.prototype.cj=function(){this.ch.t5.vk=this.ch.ui},r.prototype.cr=function(){var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.t5);if(null==this.ch.cv)return t.ua=null,void(t.uc=null);t.ua=this.ch.cv.ue,t.uc=this.ch.cv.ug},r.prototype.ct=function(){this.ch.t5.ua=this.ch.cv.ue},r.prototype.cu=function(){this.ch.t5.uc=this.ch.cv.ug},r.prototype.ck=function(){this.ch.t5.xj=this.ch.vd},r.prototype.ci=function(){this.ch.t5.xi=this.ch.vc},r.prototype.cp=function(){this.ch.t5.vx=this.ch.um},r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.ch.vd=i.Defaults.aq,this.ch.vc=i.Defaults.ap,this.ch.sy=i.Defaults.al,this.ch.s4=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",g.$),r}(g),Mt=function(t){function r(){var e=t.call(this)||this;return e.ud=null,e.progressiveLoadStatusChanged=null,e.ul=0,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.iq=function(){return n.isNaN_(this.ip)?i.Defaults.q:t.prototype.iq.call(this)},r.prototype.get_e2=function(){return!0},r.prototype.cd=function(){return new Pt(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.ue=e},r.prototype.t4=function(){return this.ud=new i.HighDensityScatterSeries,this.ud},Object.defineProperty(r.prototype,"un",{get:function(){return this.ul},set:function(t){var e=this.ul;this.ul=t,this.raisePropertyChanged("ProgressiveStatus",e,this.ul)},enumerable:!1,configurable:!0}),r.prototype.ua=function(){t.prototype.ua.call(this);var e=this.t5;e.progressiveLoadStatusChanged=n.delegateCombine(e.progressiveLoadStatusChanged,n.runOn(this,this.u1));var i=this.t5;i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(this,this.u0))},r.prototype.u1=function(t,e){this.un=e.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,e)},r.prototype.u0=function(t,e){this.ud},r.prototype.pa=function(e,i,n,o){switch(t.prototype.pa.call(this,e,i,n,o),i){case"SeriesViewer":this.ue.cr();break;case r.$$p[5]:this.ue.cn();break;case r.$$p[4]:this.ue.cm();break;case r.$$p[9]:this.ue.cs();break;case r.$$p[8]:this.ue.cq();break;case r.$$p[6]:this.ue.co();break;case"XAxis":this.ue.ct();break;case"YAxis":this.ue.cu();break;case r.$$p[3]:this.ue.cl();break;case r.$$p[1]:this.ue.cj();break;case r.$$p[2]:this.ue.ck();break;case r.$$p[0]:this.ue.ci();break;case r.$$p[7]:this.ue.cp()}},r.prototype.get_gg=function(){return!0},r.prototype.set_gg=function(e){t.prototype.set_gg.call(this,e)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:vc:u2",[n.Color.$,i.Defaults.ap],"HeatMaximum:ui:u3",[1,50],"HeatMinimumColor:vd:u4",[n.Color.$,i.Defaults.aq],"HeatMinimum:uj:u5",[1,0],"LatitudeMemberPath:us:u6",[2,null],"LongitudeMemberPath:uu:u7",[2,null],"MouseOverEnabled:uf:u8",[0,!1],"PointExtent:um:u9",[1,1],"ProgressiveLoad:ug:va",[0,!0],"UseBruteForce:uh:vb",[0,!1]]),r}(p),It=function(t){function r(){var e=t.call(this)||this;return e._progressiveLoadStatusChanged=null,e._progressiveLoadStatusChanged_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new Mt},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=t}return r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPixel",{get:function(){return this.i.e2},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.us},set:function(t){this.i.us=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.uu},set:function(t){this.i.uu=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.uh},set:function(t){this.i.uh=n.ensureBool(t),this._a("useBruteForce",this.i.uh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.ug},set:function(t){this.i.ug=n.ensureBool(t),this._a("progressiveLoad",this.i.ug)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.uf},set:function(t){this.i.uf=n.ensureBool(t),this._a("mouseOverEnabled",this.i.uf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.uj},set:function(t){this.i.uj=+t,this._a("heatMinimum",this.i.uj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.ui},set:function(t){this.i.ui=+t,this._a("heatMaximum",this.i.ui)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.vd)},set:function(t){this.i.vd=n.stringToColor(t),this._a("heatMinimumColor",n.colorToString(this.i.vd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.vc)},set:function(t){this.i.vc=n.stringToColor(t),this._a("heatMaximumColor",n.colorToString(this.i.vc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.um},set:function(t){this.i.um=+t,this._a("pointExtent",this.i.um)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.un},set:function(t){this.i.un=+t,this._a("progressiveStatus",this.i.un)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(t){var e=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=n.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=t,this._progressiveLoadStatusChanged_wrapped=function(t,n){var r=new i.IgcProgressiveLoadStatusEventArgs;r._provideImplementation(n),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,r),e._progressiveLoadStatusChanged&&e._progressiveLoadStatusChanged(e,r)},this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,r.htmlTagName="igc-geographic-high-density-scatter-series",r._isElementRegistered=!1,r}(L),Tt=function(){function t(){}return t.register=function(){i.IgcHighDensityScatterSeriesModule.register(),It.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",It),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Mt.$type)},t}(),jt=function(t){function r(e){var i=t.call(this,e)||this;return i.cp=null,i.cp=e,i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cp.iv=i.Defaults.m)},r.prototype.b5=function(){t.prototype.b5.call(this),null!=this.cp.t5&&(this.cp.ux.v0=this.cp.u0,this.cp.ux.wa=this.cp.u4)},r.prototype.cq=function(){null!=this.cp.ux&&(this.cp.ux.v0=this.cp.u0)},r.prototype.cr=function(){null!=this.cp.ux&&(this.cp.ux.wa=this.cp.u4)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),$t=function(t){function r(){var e=t.call(this)||this;return e.triangulationStatusChanged=null,e.ab=r.$,e}return e.__extends(r,t),r.prototype.bc=function(){return new r},r.prototype.get_ex=function(){return!0},r.prototype.ua=function(){t.prototype.ua.call(this)},r.prototype.t4=function(){this.ux=new i.ScatterContourSeries;var t=this.ux;t.triangulationStatusChanged=n.delegateCombine(t.triangulationStatusChanged,n.runOn(this,this.u7));var e=this.ux;return e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.u8)),this.ux},r.prototype.u7=function(t,e){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,e)},r.prototype.u8=function(t,e){var r=n.typeCast(i.ScatterContourSeries.$,this.t5);null!=r&&"ActualFillScale"==e.propertyName&&(this.uz=r.vz)},r.prototype.qf=function(){t.prototype.qf.call(this)},r.prototype.cd=function(){return new jt(this)},r.prototype.o2=function(e){t.prototype.o2.call(this,e),this.u1=e},r.prototype.pa=function(e,i,n,o){switch(t.prototype.pa.call(this,e,i,n,o),i){case r.$$p[1]:this.u1.cq();break;case r.$$p[2]:this.u1.cr();break;case r.$$p[3]:this.ux.vx=this.uw;break;case"DashArray":this.ux.s9=this.s9;break;case"DashCap":this.ux.ta=this.ta;break;case"MiterLimit":this.ux.im=this.im;break;case"LineJoin":this.ux.tc=this.tc}},r.$t=n.markType(r,"GeographicContourLineSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:uz:u9",[i.ValueBrushScale.$,null],"FillScale:u0:va",[i.ValueBrushScale.$,null],"ValueMemberPath:u4:vb",[2,"value"],"ValueResolver:uw:vc",[i.ContourValueResolver.$,null]]),r}(_),Ot=function(t){function r(){var e=t.call(this)||this;return e._triangulationStatusChanged=null,e._triangulationStatusChanged_wrapped=null,e}return e.__extends(r,t),r.prototype.createImplementation=function(){return new $t},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicContourLineSeriesComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicContourLineSeriesComponent=t}return r._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isLineContour",{get:function(){return this.i.ex},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.u4},set:function(t){this.i.u4=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var t=this.i.u0;if(null==t)return null;if(!t.externalObject){var e=i.IgcValueBrushScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.u0=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var t=this.i.uz;if(null==t)return null;if(!t.externalObject){var e=i.IgcValueBrushScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uz=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var t=this.i.uw;if(null==t)return null;if(!t.externalObject){var e=i.IgcContourValueResolverComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uw=null==t?null:t.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==e?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==e?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==e?this.valueResolver:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(e,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(e,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(e,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(t){var e=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=t,this._triangulationStatusChanged_wrapped=function(t,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,r),e._triangulationStatusChanged&&e._triangulationStatusChanged(e,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicContourLineSeriesComponent=null,r.htmlTagName="igc-geographic-contour-line-series",r._isElementRegistered=!1,r}(wt),Rt=function(){function t(){}return t.register=function(){i.IgcScatterContourSeriesModule.register(),Ot.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",Ot),n.TypeRegistrar.register("GeographicContourLineSeries",$t.$type)},t}(),At=function(){function t(){}return t.register=function(){Q.register(),et.register(),rt.register(),n.IgcHeatTileGeneratorModule.register(),ht.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),bt.register(),_t.register(),Ct.register(),Tt.register(),Rt.register(),U.register(),n.IgcShapeDataSourceModule.register()},t}(),xt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._token=null,e._expires=0,e._ssl=!1,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(t){this._token=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(t){this._expires=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(t){this._ssl=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),Gt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._name=null,e._tileInfo=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(t){this._name=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(t){this._tileInfo=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),Bt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._lods=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(t){this._lods=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),Dt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._level=0,e._resolution=0,e._scale=0,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(t){this._level=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(t){this._resolution=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(t){this._scale=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),Et=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),Nt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),zt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Vt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),qt=function(t){function i(){var e=t.call(this)||this;return e.b=null,e.a=null,e.a=new n.List$1(n.String_$type,0),e}return e.__extends(i,t),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ut=function(t){function i(){var e=t.call(this)||this;return e.a=null,e.a=new n.List$1(qt.$,0),e}return e.__extends(i,t),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Lt=function(t){function i(){var e=t.call(this)||this;return e.a=null,e.a=new n.List$1(Ut.$,0),e}return e.__extends(i,t),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Ft=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicMarkerSeriesBase",gt.$),i}(gt),Ht=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Ft.$),i}(Ft),Wt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=t}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pt),Xt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=t}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(Wt),Yt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),Zt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=t}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(L),Qt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Ft.$),i}(Ft),Kt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=t}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(Wt),Jt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),te=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=t}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);t.ArcGISOnlineMapImagery=z,t.BingMapsImageryStyle=M,t.BingMapsImageryStyle_$type=I,t.BingMapsMapImagery=R,t.BingMapsMapImageryView=O,t.BingResourceSet=Ut,t.BingResponse=Lt,t.CustomMapImagery=E,t.GeographicContourLineSeries=$t,t.GeographicContourLineSeriesView=jt,t.GeographicHighDensityScatterSeries=Mt,t.GeographicHighDensityScatterSeriesView=Pt,t.GeographicMapImagery=y,t.GeographicMapImageryView=d,t.GeographicMapSeriesHost=p,t.GeographicMarkerSeries=gt,t.GeographicMarkerSeriesBase=Ft,t.GeographicPolylineSeries=J,t.GeographicPolylineSeriesView=K,t.GeographicProportionalSymbolSeries=yt,t.GeographicProportionalSymbolSeriesBase=Ht,t.GeographicProportionalSymbolSeriesBaseView=Et,t.GeographicProportionalSymbolSeriesView=ft,t.GeographicScatterAreaSeries=w,t.GeographicScatterAreaSeriesView=m,t.GeographicShapeSeries=Y,t.GeographicShapeSeriesBase=H,t.GeographicShapeSeriesBaseBase=Yt,t.GeographicShapeSeriesBaseBaseView=Nt,t.GeographicShapeSeriesBaseView=W,t.GeographicShapeSeriesView=X,t.GeographicSymbolSeries=St,t.GeographicSymbolSeriesBase=Qt,t.GeographicSymbolSeriesBaseView=zt,t.GeographicSymbolSeriesView=mt,t.GeographicTileSeries=lt,t.GeographicXYTriangulatingSeries=_,t.GeographicXYTriangulatingSeriesBase=Jt,t.GeographicXYTriangulatingSeriesBaseView=Vt,t.GeographicXYTriangulatingSeriesView=b,t.HostSeriesView=g,t.IgcArcGISOnlineMapImagery=V,t.IgcArcGISOnlineMapImageryModule=q,t.IgcBingMapsMapImagery=A,t.IgcBingMapsMapImageryModule=x,t.IgcCustomMapImagery=D,t.IgcCustomMapImageryModule=N,t.IgcGeographicContourLineSeriesComponent=Ot,t.IgcGeographicContourLineSeriesModule=Rt,t.IgcGeographicHighDensityScatterSeriesComponent=It,t.IgcGeographicHighDensityScatterSeriesModule=Tt,t.IgcGeographicMapComponent=C,t.IgcGeographicMapCoreModule=U,t.IgcGeographicMapImagery=j,t.IgcGeographicMapModule=At,t.IgcGeographicMapSeriesHostComponent=L,t.IgcGeographicMarkerSeriesBaseComponent=Wt,t.IgcGeographicMarkerSeriesComponent=pt,t.IgcGeographicPolylineSeriesComponent=tt,t.IgcGeographicPolylineSeriesModule=et,t.IgcGeographicProportionalSymbolSeriesBaseComponent=Xt,t.IgcGeographicProportionalSymbolSeriesComponent=dt,t.IgcGeographicProportionalSymbolSeriesModule=bt,t.IgcGeographicScatterAreaSeriesComponent=kt,t.IgcGeographicScatterAreaSeriesModule=Ct,t.IgcGeographicShapeSeriesBaseBaseComponent=Zt,t.IgcGeographicShapeSeriesBaseComponent=F,t.IgcGeographicShapeSeriesComponent=Z,t.IgcGeographicShapeSeriesModule=Q,t.IgcGeographicSymbolSeriesBaseComponent=Kt,t.IgcGeographicSymbolSeriesComponent=vt,t.IgcGeographicSymbolSeriesModule=_t,t.IgcGeographicTileSeriesComponent=ct,t.IgcGeographicTileSeriesModule=ht,t.IgcGeographicXYTriangulatingSeriesBaseComponent=te,t.IgcGeographicXYTriangulatingSeriesComponent=wt,t.IgcImageTilesReadyEventArgs=k,t.IgcImagesChangedEventArgs=T,t.IgcOpenStreetMapImagery=G,t.IgcOpenStreetMapImageryModule=B,t.IgcSubDomainsCollection=P,t.IgcTileGeneratorMapImagery=nt,t.IgcTileGeneratorMapImageryModule=rt,t.IgcTileSeriesComponent=st,t.IgcTileSeriesModule=ut,t.ImageTilesReadyEventArgs=c,t.ImageryMetadata=qt,t.ImagesChangedEventArgs=h,t.LevelOfDetailResponseModel=Dt,t.MapBackgroundTilingMode=a,t.MapBackgroundTilingMode_$type=s,t.MapResizeBehavior=r,t.MapResizeBehavior_$type=o,t.MapServerResponseModel=Gt,t.OpenStreetMapImagery=v,t.SphericalMercatorHorizontalScaler=l,t.SphericalMercatorVerticalScaler=u,t.SubDomainsCollection=$,t.TileGeneratorMapImagery=it,t.TileInfoResponseModel=Bt,t.TileSeries=ot,t.TileSeriesView=at,t.TokenResponseModel=xt,t.XamGeographicMap=f,t.XamGeographicMapView=S,Object.defineProperty(t,"__esModule",{value:!0})}));
|
|
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),f=(this.m,this.o,p.top),y=p.height,d=h.top,b=h.height,m=u.top,v=u.height,S=this.au.top,_=this.au.height,w=this.af(e),k=.017453292519943295,C=!1;null!=w&&(C=!0);for(var x=t;x<i;x++)o=C?w[x]:e.item(x),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=f+(c=(this.ai-l)*y/this.aj))-S*y)/_-d*v)/b,C?w[x]=c:e.item(x,c)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*v/this.aj))-d*v)/b,C?w[x]=c:e.item(x,c))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.l5),p4:this.ak(e.l4)}},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,f=o.left,y=o.width,d=a.left,b=a.width,m=this.aj.left,v=this.aj.width,S=this.af(e),_=!1;null!=S&&(_=!0);for(var w=t;w<i;w++)if(r=_?S[w]:e.item(w),c){var k=(r-u)/h;l&&(k=1-k);var C=((k=p+g*(k-m)/v)-f*b)/y;_?S[w]=C:e.item(w,C)}else{var x=(r-u)/h;l&&(x=1-x),x=d+b*(x-f)/y,_?S[w]=x:e.item(w,x)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.l5,p4:e.l4}},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.vd=null,t.vf=t.ve(),t}return t.__extends(r,e),r.prototype.pc=function(){e.prototype.pc.call(this),null!=this.vf&&this.vf.pc()},r.prototype.get_ex=function(){return!0},r.prototype.j5=function(e,t){var i=this.mh(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.vf.j5(e,i)},r.prototype.li=function(e){var t=this.mh(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.vf.li(t)},r.prototype.dz=function(e,t,i,n){return this.vf.dz(e,t,i,n)},r.prototype.ag=function(){return this.vf.ag()},r.prototype.bf=function(){return this.vf},Object.defineProperty(r.prototype,"vf",{get:function(){return this.vd},set:function(e){this.vf!=e&&(this.vd=e,this.vk())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.vf.hasMarkers},r.prototype.vk=function(){if(null!=this.vd){var e=this.vd;e.externalObject=n.TypeRegistrar.createFromInternal(e,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),e.externalObject._implementation=e}this.of(this.vf),this.vg.b5()},r.prototype.c6=function(e,t,i){return this.c8(this.vf,e,t,i)},r.prototype.c7=function(e,t,i){return this.c9(this.vf,e,t,i)},r.prototype.j2=function(e){return this.j8(this.vf,e)},r.prototype.jq=function(e,t){return this.vf.jq(e,t)},r.prototype.jo=function(e,t){return this.vf.jo(e,t)},r.prototype.il=function(e,t,i){return this.vf.il(e,t,i)},r.prototype.uu=function(e,t,i){return this.vf.uu(e,t,i)},r.prototype.u5=function(e){return this.vf.u5(e)},r.prototype.ak=function(e){return this.vf.ak(e)},r.prototype.u6=function(e){return this.vf.u6(e)},r.prototype.al=function(e){return this.vf.al(e)},r.prototype.u7=function(e){return this.vf.u7(e)},r.prototype.u8=function(e){return this.vf.u8(e)},r.prototype.ih=function(e,t,i){return this.vf.ih(e,t,i)},r.prototype.uq=function(e,t,i){return this.vf.uq(e,t,i)},r.prototype.ij=function(e,t,i){return this.il(e,t,i)},r.prototype.us=function(e,t,i){return this.vf.us(e,t,i)},r.prototype.uv=function(e,t,i){return this.vf.uv(e,t,i)},r.prototype.im=function(e,t,i){return this.vf.im(e,t,i)},r.prototype.ur=function(e,t,i){return this.vf.ur(e,t,i)},r.prototype.ii=function(e,t,i){return this.vf.ii(e,t,i)},r.prototype.ut=function(e,t,i){return this.vf.ut(e,t,i)},r.prototype.ik=function(e,t,i){return this.vf.ik(e,t,i)},r.prototype.jk=function(e){return this.vf.jk(e)},r.prototype.ib=function(){return this.vf.ib()},r.prototype.h7=function(e){return this.vf.h7(e)},r.prototype.j3=function(e){return this.vf.j3(e)},r.prototype.ci=function(){return new g(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.vg=n.typeCast(g.$,t)},Object.defineProperty(r.prototype,"vh",{get:function(){return this.c(r.vm)},set:function(e){this.h(r.vm,e)},enumerable:!1,configurable:!0}),r.prototype.p5=function(t,r,o,a){switch(e.prototype.p5.call(this,t,r,o,a),r){case"SeriesViewer":this.vf.c1=this.c1,null!=o&&o.qm(this.vf),null!=a&&this.c1.ms(this.vf),this.vf.p8(this.u9),this.vf.index=this.index,this.ox(this.vf),this.jw=this.vf.jw;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.vl))),null!=this.c1){var l=this.c1;l.actualWindowRectChanged=n.delegateCombine(l.actualWindowRectChanged,n.runOn(this,this.vl))}this.vj();break;case"SyncLink":this.vf.ct=this.ct;break;case"VisibleFromScale":this.vj();break;case"Index":this.vf.index=this.index;break;case"ItemsSource":this.vg.b6();break;case"Resolution":this.vg.cd();break;case"TransitionDuration":this.vg.cg();break;case"Opacity":this.vg.ca();break;case"Visibility":var c=this.vf,h=this._visibility;c.visibility=h;break;case"MouseOverEnabled":this.vf.fs=this.fs;break;case"ExpectFunctions":this.vf.expectFunctions=this.expectFunctions;break;case"Thickness":this.vg.cf();break;case"Brush":this.vg.b4();break;case"Outline":this.vg.cc();break;case"ActualBrush":this.vg.b1();break;case"ActualOutline":this.vg.b2();break;case"MarkerFillOpacity":n.isNaN_(this.iw)||this.vg.b9();break;case"AreaFillOpacity":n.isNaN_(this.h0)||this.vg.b3();break;case"OutlineMode":this.vg.cb();break;case"ShowDefaultTooltip":this.vg.ce();break;case"Title":this.vf.title=this.title;break;case"LegendItemBadgeMode":this.vg.b7();break;case"LegendItemBadgeShape":this.vg.b8();break;case"Legend":this.vf.legend=this.legend,this.cl.av()}},r.prototype.vj=function(){if(null!=this.c1&&null!=this.vf&&!n.isNaN_(this.vh))if(this.c1.vh.width>this.vh){this.vf.visibility=1}else{this.vf.visibility=0}},r.prototype.vl=function(e,t){this.vj()},r.prototype.qm=function(t){e.prototype.qm.call(this,t),null!=this.vf&&this.vf.qm(t)},r.prototype.ql=function(e,t,i,n,r){null!=this.vf&&this.vf.ql(e,t,i,n,r)},r.prototype.au=function(e,t){return this.vf.au(e,t)},r.prototype.q5=function(){e.prototype.q5.call(this),this.vf.q5()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.vf.coercionMethods=e},r.prototype.ow=function(t){if(e.prototype.ow.call(this,t),null!=this.vf){var i=this.vf.j1();this.oa(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.vm=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.vf.legendItemVisibility=0,this.b0.vf.itemsSource=this.b0.itemsSource,this.b0.vf.index=this.b0.index,this.b0.vf.t2=this.b0.t2,this.b0.vf.ud=this.b0.t2,this.b0.vf.b8=this.b0.b8,this.b0.vf.iz=this.b0.iz,this.b0.vf.jt=this.b0.jt,this.b0.vf._opacity=this.b0._opacity,this.b0.vf.i5=this.b0.i5,this.b0.vf.h0=this.b0.h0,this.b0.vf.iw=this.b0.iw,this.b0.vf.f9=this.b0.f9,this.b0.vf.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.vf.a5=this.b0.a5},r.prototype.b6=function(){this.b0.vf.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.vf.iz=this.b0.iz},r.prototype.cg=function(){this.b0.vf.jt=this.b0.jt},r.prototype.ca=function(){this.b0.vf._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.vf.i5=this.b0.i5},r.prototype.b4=function(){this.b0.vf.t2=this.b0.t2},r.prototype.cc=function(){this.b0.vf.ud=this.b0.ud},r.prototype.b1=function(){this.b0.vf.t2=this.b0.tw},r.prototype.b2=function(){this.b0.vf.ud=this.b0.t0},r.prototype.b7=function(){this.b0.vf.a5=this.b0.a5},r.prototype.b8=function(){this.b0.vf.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.vf.h0=this.b0.h0},r.prototype.b9=function(){this.b0.vf.iw=this.b0.iw},r.prototype.cb=function(){this.b0.vf.b8=this.b0.b8},r.prototype.ce=function(){this.b0.vf.f9=this.b0.f9},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(e){function r(){var t=e.call(this)||this;t.wt=null,t.wi=!1,t.wa=1,t.wp=0,t.x0=null,t.v7=null,t.v3=null,t.v5=null,t.v9=null,t.xw={$type:n.Point_$type,x:NaN,y:NaN},t.x3=null,t.wo=1,t.imageTilesReady=null,t.wh=null,t.x2=n.Rect.empty,t.wp=l.am(r.x1.bottom)-l.am(r.x1.top),t.ab=r.$,t.backgroundContent=new S;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.v4=a,t.v4.nl=new c;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.v6=s,t.v6.nl=new l,t.xb(),t.xi(),t.nk(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.v4.provideRenderer(t),this.v6.provideRenderer(t)},r.prototype.nk=function(){e.prototype.nk.call(this),this.wg.fv(this.g9)},r.prototype.ff=function(){return this.wm},r.prototype.fg=function(){return this.wm},r.prototype.wd=function(){return 0==this.wb&&this.wi?2:1},Object.defineProperty(r.prototype,"wc",{get:function(){return this.wa},set:function(e){this.wa=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"x5",{get:function(){return this.x0},set:function(e){if(n.Rect.l_op_Inequality(this.x0,e)){var t=this.x0;this.x0=e,this.p4("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.x9=function(){return this.x5},r.prototype.xb=function(){this.yh.isEmpty||(this.x5=this.yf(this.yh,1==this.cr))},r.prototype.yf=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.x1.width,g=l.am(r.x1.top);if(u/p>this.wp){var f=u/this.wp;o-=(f-p)/2*r.x1.width,a=f*r.x1.width,t&&(o<r.x1.left?o+=r.x1.left-o:o+a>r.x1.right&&(o-=o+a-r.x1.right))}else if(u/p<this.wp){var y=this.wp*p-u,d=h-y/2,b=c+y/2;t&&(d<g?b+=g-(d+=g-d):b>g+this.wp&&(d-=b-(g+this.wp),b-=b-(g+this.wp))),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.v7},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.v7=e,this.p4("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"v4",{get:function(){return this.v3},set:function(e){if(e!=this.v4){var t=this.v4;this.v3=e,this.p4("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"v6",{get:function(){return this.v5},set:function(e){if(e!=this.v6){var t=this.v6;this.v5=e,this.p4("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.xl=function(e){this.vx=e},r.prototype.xk=function(e){this.yh=e},r.prototype.getZoomFromGeographicRect=function(e){return this.x7(e,!0,0)},r.prototype.x6=function(e,t){return this.x7(e,!1,t)},r.prototype.x7=function(e,t,o){var a=e;t&&(a=this.yf(e,!1));var s=this.v4,l=this.v6,c=new i.ScalerParams(1,r.x4,this.vw,s.ch);c.c=this.vl;var h=new i.ScalerParams(1,r.x4,this.vw,l.ch);h.c=this.vl;var u=this.v4.ej(a.left,c),p=this.v4.ej(a.right,c),g=this.v6.ej(a.top,h),f=this.v6.ej(a.bottom,h),y=(u-o)/this.vw.width,d=(f-o)/this.vw.height,b=(p-u+2*o)/this.vw.width,m=(g-f+2*o)/this.vw.height,v=new n.Rect(0,y,d,b,m);return v.intersect(r.x4),v.isEmpty&&(v=r.x4),v},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.x4;var l=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},r.prototype.yb=function(e){var t=this.v4,o=this.v6,a=new i.ScalerParams(1,e,this.vw,t.ch);a.c=this.vl;var s=new i.ScalerParams(1,e,this.vw,o.ch);s.c=this.vl;var l=this.vk,c=t.em(l.left,a),h=o.em(l.top,s),u=t.em(l.right,a),p=o.em(l.bottom,s),g=u-c,f=h-p,y=new n.Rect(0,c,p,g,f);return 1==this.cr&&(y.intersect(r.x1),y.isEmpty&&(y=r.x1)),y},r.prototype.xx=function(e){var t=this.v4.l8(e.x),i=this.v6.l8(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.xy=function(e){var t=this.v4.e4(e.x),i=this.v6.e4(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.xz=function(e){return this.xy(e)},r.prototype.w8=function(){var e=n.typeCast(y.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.xe=function(e){},r.prototype.f8=function(){return!0},r.prototype.xg=function(){var e,i;this.wg.ee();try{for(var r=t.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.q5()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.xj=function(){if(2==this.wf){if(!this.vw.isEmpty&&this.vw.width>0&&this.vw.height>0){var e=this.v4.l8(this.vw.left+this.vw.width/2),t=this.v6.l8(this.vw.top+this.vw.height/2);this.xw={$type:n.Point_$type,x:e,y:t}}}else if(!this.vw.isEmpty&&this.vw.width>0&&this.vw.height>0){var i=this.v4.l8(this.vw.left),r=this.v6.l8(this.vw.top);this.xw={$type:n.Point_$type,x:i,y:r}}},r.prototype.xf=function(){(n.isNaN_(this.xw.x)||n.isNaN_(this.xw.y))&&this.xj();var e=this.xw.x,t=this.xw.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.vh.left,a=this.vh.top,s=this.vh.width,l=this.vh.height;if(s>this.x3.width);else{var c=new i.ScalerParams(1,r.x4,this.vw,this.v4.ch);c.c=this.vl;var h=this.v4.ej(e,c);if(2==this.wf)o=h/this.vw.width-s/2;else o=h/this.vw.width;o+s>this.x3.right?o=this.x3.right-s:o<this.x3.left&&(o=this.x3.left)}if(l>this.x3.height);else{var u=new i.ScalerParams(1,r.x4,this.vw,this.v6.ch);u.c=this.vl;var p=this.v6.ej(t,u);if(2==this.wf)a=p/this.vw.height-l/2;else a=p/this.vw.height;a+l>this.x3.bottom?a=this.x3.bottom-l:a<this.x3.top&&(a=this.x3.top)}this.rf(new n.Rect(0,o,a,s,l),!1)}},r.prototype.get_e7=function(){return!0},r.prototype.vi=function(){var t=e.prototype.vi.call(this);if(null==this.v4||null==this.v6)return t;this.vs();var i=t.left,r=t.top;1==this.cr&&(this.vx.width>this.x3.width?i=.5-this.vx.width/2:i+t.width>this.x3.right?i=this.x3.right-this.vx.width:i<this.x3.left&&(i=this.x3.left),this.vx.height>this.x3.height?r=.5-this.vx.height/2:r+this.vx.height>this.x3.bottom?r=this.x3.bottom-this.vx.height:r<this.x3.top&&(r=this.x3.top));var o=!1;!this.wl&&2==this.cr&&this.wi&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.x3.right>0&&(t.right-this.x3.right)/t.width>.8?(i=this.x3.left-(t.width-(t.right-this.x3.right)),o=!0):t.left<this.x3.left&&Math.abs(t.left-this.x3.left)/t.width>.8&&(i=this.x3.right-Math.abs(t.left-this.x3.left),o=!0));var a=new n.Rect(0,i,r,t.width,t.height);if(this.wl){var s=this.x6(this.yh,1);s=this.x8(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,f=s.height,y=g*f;a=new n.Rect(0,l-y/2,c-f/2,y,f),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.eu=!0,this.vx=a,this.eu=!1),a},r.prototype.mp=function(e,t){var i=!0,r=!0,o=0,a=this.vs(),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.v3.ej(-180,t);o=this.v3.ej(180,t)-c}else{o=this.v3.ej(-180,t)-this.v3.ej(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.vs=function(){var e=new i.ScalerParams(1,r.x4,this.vw,this.v4.ch);e.c=this.vl;var t=new i.ScalerParams(1,r.x4,this.vw,this.v6.ch);t.c=this.vl;var o=this.v4.ej(r.x1.left,e),a=this.v4.ej(r.x1.right,e),s=this.v6.ej(r.x1.top,t),l=this.v6.ej(r.x1.bottom,t);return this.x3=new n.Rect(0,o/this.vw.width,l/this.vw.height,(a-o)/this.vw.width,(s-l)/this.vw.height),this.x3},r.prototype.x8=function(e){var t=this.hd,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.vw,h=c.width/c.height,u=s*c.width,p=l*c.height;u/p!=h&&(p*h>u?s=(u=p*h)/c.width:l=(p=u/h)/c.height);var g=s!=o,f=l!=a,y=g?i-.5*s:e.left,d=f?r-.5*l:e.top,b=g?i+.5*s:e.right,m=f?r+.5*l:e.bottom;return y<0&&(b=(y=0)+s),b>1&&(y=(b=1)-s),d<0&&(m=(d=0)+l),m>1&&(d=(m=1)-l),new n.Rect(0,y,d,b-y,m-d)},r.prototype.vj=function(t){if(e.prototype.vj.call(this,this.vw),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.ya=function(e){return this.vj(e)},r.prototype.c7=function(){return new v(this)},r.prototype.xa=function(e){null!=e&&(e.bi=this)},r.prototype.pn=function(t){e.prototype.pn.call(this,t),this.wg=t},r.prototype.py=function(t,i){e.prototype.py.call(this,t,i),this.q3(this.v4),this.q3(this.v6),n.Rect.l_op_Inequality(t,i)&&this.xf(),this.wl&&(this.vh=this.vi()),this.xm()},Object.defineProperty(r.prototype,"wq",{get:function(){return this.wo},set:function(e){var t=this.wo;this.wo=e,this.p4("ActualWindowScale",t,this.wo)},enumerable:!1,configurable:!0}),r.prototype.hj=function(){return this.wq},r.prototype.hk=function(){return this.wq},r.prototype.q2=function(){e.prototype.q2.call(this);var t=Math.min(this.vh.width,this.vh.height);this.wq=t},r.prototype.fx=function(){return this.wi},r.prototype.cs=function(){return 0==this.ct&&this.wj?2:this.ct},r.prototype.pz=function(i,o,a,s){var l,c,h,u;switch(e.prototype.pz.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xb();break;case"WindowRect":this.xj();break;case r.$$p[0]:this.wc=this.wd(),null!=this.v9&&(this.v9.isHorizontalWrappingEnabled=2==this.wc);break;case r.$$p[1]:this.wi=this.wj,this.wc=this.wd(),this.cr=this.cs(),null!=this.v9&&(this.v9.isHorizontalWrappingEnabled=2==this.wc);break;case r.$$p[4]:this.vh=this.vi();break;case"BackgroundContent":if(null!=this.v9){var p=this.v9;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.xc)),this.v9.deferralHandler=null}if(this.v9=n.typeCast(y.$,this.backgroundContent),null!=this.v9){var g=this.v9;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.xc)),this.v9.deferralHandler=this,this.v9.isHorizontalWrappingEnabled=2==this.wc}this.wg.fu(n.typeCast(y.$,a),n.typeCast(y.$,s)),null!=this.v9&&(this.v9.geographicMap=this,this.wg.fr(this.vh),this.wg.fv(this.g9));break;case"YAxis":case"XAxis":this.xh(a),this.xa(s);break;case r.$$p[6]:this.wk||(this.vx=r.x4),this.xb(),this.xi(),this.xj(),this.vh=this.vi(),this.wg.fs();break;case"ActualWindowRect":this.wg.fr(this.vh);break;case"ActualWorldRect":try{for(var f=t.__values(n.fromEnum(this.series)),d=f.next();!d.done;d=f.next()){d.value.qm(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(l)throw l.error}}break;case r.$$p[5]:this.wq=this.wr;break;case"ActualWindowScale":this.f4||this.rd(this.hj(),this.hk());break;case"ActualPixelScalingRatio":this.wg.fv(this.g9);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.hd=5e-6,this.hc=5e-6):(this.hd=b,this.hc=b);break;case r.$$p[7]:this.q9();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),v=m.next();!v.done;v=m.next()){v.value.pc()}}catch(e){h={error:e}}finally{try{v&&!v.done&&(u=m.return)&&u.call(m)}finally{if(h)throw h.error}}}},r.prototype.xc=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.xh=function(e){null!=e&&(e.bi=null)},r.prototype.xi=function(){null!=this.v4&&(this.v4.l5=this.x5.left,this.v4.l4=this.x5.right),null!=this.v6&&(this.v6.l5=this.x5.top,this.v6.l4=this.x5.bottom),this.v4.c2(!0),this.v6.c2(!0)},r.prototype.getFontInfo=function(){return this.wh=this.wg.fo,this.wh},r.prototype.ul=function(){return this.wg.fw},r.prototype.getFontBrush=function(){return this.wg.fx},r.prototype.qv=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=t;o.itemsSource=r.triangulationSource.points,o.vo=r.triangulationSource.triangles}else e.prototype.qv.call(this,t,i)},r.prototype.register=function(e,t){this.qj(e,t)},r.prototype.unRegister=function(e){this.q1(e)},r.prototype.deferredRefresh=function(){this.m2()},r.prototype.deferAction=function(e){null!=this.wt?this.wt.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.w9=function(e){this.q8(e)},r.prototype.wu=function(){var e=new i.ChartVisualData,t=this.v4.fw(),r=this.v6.fw();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].j1();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.vw),e.centralArea=n.RectData.b(this.vw),e.plotArea=n.RectData.b(this.vw),e},r.prototype.vo=function(e,t,i){return e},r.prototype.xd=function(){},Object.defineProperty(r.prototype,"yg",{get:function(){return this.x2},set:function(e){this.x2=e},enumerable:!1,configurable:!0}),r.prototype.xn=function(e){this.yg=e,this.xm()},r.prototype.xm=function(){if(this.wn&&!this.yg.isEmpty){var e=this.getZoomFromGeographicRect(this.yg);this.yg=n.Rect.empty,this.rf(e,!1)}},Object.defineProperty(r.prototype,"wn",{get:function(){return!this.vw.isEmpty&&!this.vl.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.we=0,r.x1=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.x4=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"p4",["BackgroundTilingMode:wb:xo",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:wj:xp",[0,!1],"ResizeBehavior:wf:xq",[o,n.enumGetBox(o,r.we)],"SuppressZoomResetOnWorldRectChange:wk:xr",[0,!1],"UseWorldRectForZoomBounds:wl:xs",[0,!1],"WindowScale:wr:xt",[1,NaN],"WorldRect:yh:xu",[n.Rect.$,r.x1],"Zoomable:wm:xv",[0,!0]]),r}(i.SeriesViewer),y=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.ya(t),o=f.x1,a=this.geographicMap.x5,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.v4,h=this.geographicMap.v6,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.ej(o.left,u),y=h.ej(o.bottom,p),d=-g/t.width*this.ao.a5,b=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type: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",f.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),d=function(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.vf;t.wf=this.ch.vr,t.wn=this.ch.vp,t.trianglesSource=this.ch.vo,t.v3=this.ch.vu,t.v5=this.ch.vw,t.v7=this.ch.vy},i.prototype.ck=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.vd=null,void(e.ve=null);e.vd=this.ch.c1.v4,e.ve=this.ch.c1.v6},i.prototype.cj=function(){this.ch.vf.wf=this.ch.vr},i.prototype.ci=function(){this.ch.vf.wn=this.ch.vp},i.prototype.cl=function(){this.ch.vf.trianglesSource=this.ch.vo},i.prototype.cm=function(){this.ch.vf.v3=this.ch.vu},i.prototype.cn=function(){this.ch.vf.v5=this.ch.vw},i.prototype.co=function(){this.ch.vf.v7=this.ch.vy},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.v9&&(this.cp.v9.xm=this.cp.wd,this.cp.v9.xa=this.cp.v8)},i.prototype.cq=function(){null!=this.cp.v9&&(this.cp.v9.xm=this.cp.wd)},i.prototype.cr=function(){null!=this.cp.v9&&(this.cp.v9.xa=this.cp.v8)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),v=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.uf=2,i.fn.ij=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.w9(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.v9&&(this.fn.v9.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.v9&&(this.fn.v9.windowRect=this.fn.vh),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.g9;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",y.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(y),_=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.ci=function(){return new b(this)},i.prototype.px=function(t){e.prototype.px.call(this,t),this.vn=t},i.prototype.p5=function(t,n,r,o){switch(e.prototype.p5.call(this,t,n,r,o),n){case"SeriesViewer":this.vn.ck();break;case i.$$p[1]:this.vn.cj();break;case i.$$p[0]:this.vn.ci();break;case i.$$p[5]:this.vn.cl();break;case i.$$p[2]:this.vn.cm();break;case i.$$p[3]:this.vn.cn();break;case i.$$p[4]:this.vn.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:vp:v0",[2,"pointY"],"LongitudeMemberPath:vr:v1",[2,"pointX"],"TriangleVertexMemberPath1:vu:v3",[2,"v1"],"TriangleVertexMemberPath2:vw:v4",[2,"v2"],"TriangleVertexMemberPath3:vy:v5",[2,"v3"],"TrianglesSource:vo:v2",[n.IEnumerable_$type,null]]),i}(p),w=function(e){function r(){var t=e.call(this)||this;return t.v6=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bb=function(){return new r},r.prototype.get_ef=function(){return!0},Object.defineProperty(r.prototype,"v8",{get:function(){return this.v6},set:function(e){if(this.v6!=e){var t=this.v6;if(null!=this.v6){var i=this.v6;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.wg))}if(this.v6=e,null!=this.v6){var r=this.v6;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.wg))}this.raisePropertyChanged("ColorScale",t,this.v6),null!=this.v9&&(this.v9.xa=e)}},enumerable:!1,configurable:!0}),r.prototype.wg=function(e,t){this.wb.cr(),this.wi(),this.qm(!1)},r.prototype.wi=function(){null!=this.v9&&(this.v7=this.v9.w9)},r.prototype.ra=function(){e.prototype.ra.call(this),this.wi()},r.prototype.ve=function(){this.v9=new i.ScatterAreaSeries;var e=this.v9;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.wh)),this.v9},r.prototype.wh=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ci=function(){return new m(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.wb=t},r.prototype.p5=function(t,i,n,o){switch(e.prototype.p5.call(this,t,i,n,o),i){case r.$$p[1]:this.wb.cq();break;case"ColorScale":this.wb.cr(),this.wi()}},r.prototype.get_gq=function(){return!0},r.prototype.set_gq=function(t){e.prototype.set_gq.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:v7:wj",[i.ColorScale.$,null],"ColorMemberPath:wd:wk",[2,"value"]]),r}(_),k=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}(),C=function(e){function r(){var r=e.call(this)||this;r.contentSeries=[],r.actualSeries=[],r._series=null,r._dataSource=null,r._seriesAdapter=null,r._disconnected=!1,r._defaultTooltips=null,r._imageTilesReady=null,r._imageTilesReady_wrapped=null,r._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(r)),r._renderer=new n.WebComponentRenderer(r,document,!0,i.DataChartStylingDefaults),r._container=r._renderer.createElement("div"),r._renderer.updateRoot(r._container),r._container.setStyleProperty("display","block"),r._container.setStyleProperty("width","100%"),r._container.setStyleProperty("height","100%"),r._container,null!=r._container.nativeElement&&r._container.nativeElement,r._wrapper=r._renderer;var 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 f},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.wm},set:function(e){this.i.wm=n.ensureBool(e),this._a("zoomable",this.i.wm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.wf},set:function(e){this.i.wf=n.ensureEnum(o,e),this._a("resizeBehavior",n.enumToString(o,this.i.wf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.wj},set:function(e){this.i.wj=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.wj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.wb},set:function(e){this.i.wb=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.wb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.wl},set:function(e){this.i.wl=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.wl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.wk},set:function(e){this.i.wk=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.wk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.yh)},set:function(e){this.i.yh=n.toRect(e),this._a("worldRect",n.rectToString(this.i.yh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.x5)},set:function(e){this.i.x5=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.x5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.v4;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.v4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.v6;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.v6=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.e7},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.wr},set:function(e){this.i.wr=+e,this._a("windowScale",this.i.wr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.wq},set:function(e){this.i.wq=+e,this._a("actualWindowScale",this.i.wq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.wn},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.x9();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.xl(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.xk(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.x6(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.yb(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.xx(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.xy(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.xz(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.w8()},r.prototype.styleUpdated=function(){this.i.xg()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.hj()},r.prototype.getActualWindowScaleVertical=function(){return this.i.hk()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.wu()},r.prototype.zoomToGeographic=function(e){this.i.xn(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 k;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),x=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 k;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",y.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[M,n.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(y),R=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new O},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=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 x,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 x;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 x,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 x;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),B=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",S.$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),q=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",y.$),i}(y),E=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",q.$type)},e}(),N=function(e){function i(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(t,1)){var 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",y.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cd)),i.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cg)),i.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,i.$,new n.PropertyMetadata(2,!0,i.cc)),i}(y),V=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new N},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(T),U=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",V),n.TypeRegistrar.register("ArcGISOnlineMapImagery",N.$type)},e}(),z=function(){function e(){}return e.register=function(){A.register(),B.register(),E.register(),U.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},e}(),L=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.ex},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.vh},set:function(e){this.i.vh=+e,this._a("visibleFromScale",this.i.vh)},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.pc()},i.prototype.getItemValue=function(e,t){return this.i.j5(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.li(e)},i.prototype.getItem=function(e){return this.i.j2(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.jq(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.jo(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.il(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.uu(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.u5(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.u7(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.ih(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.uq(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.ij(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.us(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.uv(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.im(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.ib()},i.prototype.renderSeries=function(e){this.i.qm(e)},i.prototype.styleUpdated=function(){this.i.q5()},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.v8},set:function(e){this.i.v8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.vx},set:function(e){this.i.vx=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.vx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.vw},set:function(e){this.i.vw=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.vw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.vp},set:function(e){this.i.vp=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.vp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.v0},set:function(e){this.i.v0=+e,this._a("itemSearchThreshold",this.i.v0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.vz},set:function(e){this.i.vz=+e,this._a("itemSearchPointsThreshold",this.i.vz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.vs;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.vs=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.vy},set:function(e){this.i.vy=+e,this._a("shapeFilterResolution",this.i.vy)},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.vv=!1,t.vu=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.vr=null,t.vt=!1,t}return t.__extends(r,e),r.prototype.ci=function(){return new W(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.vq=t},r.prototype.get_ez=function(){return!0},r.prototype.get_d1=function(){return!0},r.prototype.p5=function(t,i,o,a){switch(e.prototype.p5.call(this,t,i,o,a),i){case"SeriesViewer":this.vq.ci();break;case"ShapeMemberPath":this.vq.ck();break;case r.$$p[5]:this.vq.cj();break;case r.$$p[1]:if(this.vf.we=this.vx,this.vv=this.vx,this.vx){var s=this.vf;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.wb))}else{var l=this.vf;l.assigningShapeStyle=n.delegateRemove(l.assigningShapeStyle,n.runOn(this,this.wb))}break;case r.$$p[0]:if(this.vf.wd=this.vw,this.vu=this.vw,this.vx){var c=this.vf;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.wa))}else{var h=this.vf;h.assigningShapeMarkerStyle=n.delegateRemove(h.assigningShapeMarkerStyle,n.runOn(this,this.wa))}break;case r.$$p[2]:this.vf.vv=this.vp;break;case r.$$p[3]:this.vf.wv=this.vz;break;case r.$$p[4]:this.vf.ww=this.v0;break;case"ShapefileDataSource":if(null!=o){var u=o;this.vt&&(u.importCompleted=n.delegateRemove(u.importCompleted,n.runOn(this,this.wc)))}if(null!=a){var p=a;if(p.count>0){this.wd();break}this.vt=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.wc))}}},r.prototype.wb=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.wa=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.wc=function(e,t){this.wd()},r.prototype.wd=function(){var e=this.vs.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"vs",{get:function(){return this.vr},set:function(e){var t=this.vr;this.vr=e,t!=this.vr&&this.raisePropertyChanged("ShapefileDataSource",t,this.vr)},enumerable:!1,configurable:!0}),r.prototype.get_gq=function(){return!0},r.prototype.set_gq=function(t){e.prototype.set_gq.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:vw:we",[0,!1],"IsCustomShapeStyleAllowed:vx:wf",[0,!1],"ItemSearchMode:vp:wg",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:vz:wh",[1,1e4],"ItemSearchThreshold:v0:wi",[1,1e4],"ShapeFilterResolution:vy:wj",[1,2],"ShapeMemberPath:v8:wk",[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.vf.w8=this.ch.v8},i.prototype.ci=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.vp=null,void(e.vr=null);e.vp=this.ch.c1.v4,e.vr=this.ch.c1.v6},i.prototype.ck=function(){this.ch.vf.w8=this.ch.v8},i.prototype.cj=function(){this.ch.vf.ws=this.ch.vy},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.v8="points"),i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.xs=i.Defaults.aj,this.cl.i5=i.Defaults.p,this.cl.wr=i.Defaults.o,this.cl.wo=i.Defaults.d,this.cl.wm=i.Defaults.a)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.vf.zq=this.cl.xu,this.cl.vf.yj=this.cl.wp,this.cl.vf.y5=this.cl.xa,this.cl.vf.ym=this.cl.wr,this.cl.vf.x5=this.cl.wl},r.prototype.cq=function(){this.cl.vf.y5=this.cl.xa},r.prototype.cs=function(){this.cl.vf.ym=this.cl.wr},r.prototype.cn=function(){this.cl.vf.x5=this.cl.wl},r.prototype.cr=function(){this.cl.vf.ye=this.cl.wo},r.prototype.cm=function(){this.cl.vf.zm=this.cl.xr},r.prototype.co=function(){this.cl.vf.zn=this.cl.xs},r.prototype.cp=function(){this.cl.vf.zp=this.cl.xt},r.prototype.ct=function(){this.cl.vf.yj=this.cl.wp},r.prototype.cu=function(){this.cl.vf.zq=this.cl.xu},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.bb=function(){return new r},r.prototype.get_fb=function(){return!0},r.prototype.ci=function(){return new X(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.wq=t},r.prototype.ve=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.w7)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.w8)),e},r.prototype.w7=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.w8=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.vf)},r.prototype.h3=function(){return this.wr},r.prototype.t8=function(){return this.xp},r.prototype.t9=function(){return this.xq},r.prototype.rs=function(){return this.w9},r.prototype.lf=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.vf);return null==e?"Unknown":e.lf()},r.prototype.p5=function(t,i,n,o){switch(e.prototype.p5.call(this,t,i,n,o),i){case r.$$p[6]:this.vf.yc=this.wn;break;case r.$$p[5]:this.vf.x8=this.wm;break;case r.$$p[9]:this.wq.cq();break;case r.$$p[10]:this.wq.cs();break;case r.$$p[4]:this.wq.cn();break;case r.$$p[11]:this.wq.cr();break;case r.$$p[3]:this.wq.cm();break;case r.$$p[7]:this.wq.co();break;case r.$$p[8]:this.wq.cp();break;case r.$$p[13]:this.wq.ct();break;case r.$$p[12]:this.wq.cu()}},r.prototype.i1=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:xp:xb",[n.Brush.$],"ActualMarkerOutline:xq:xc",[n.Brush.$],"ActualMarkerTemplate:w9:xd",[n.DataTemplate.$,null],"MarkerBrush:xr:xe",[n.Brush.$],"MarkerCollisionAvoidance:wl:xf",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:wm:xg",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:wn:xh",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:xs:xi",[n.Brush.$],"MarkerStyle:xt:xj",[n.Style.$],"MarkerTemplate:xa:xk",[n.DataTemplate.$,null],"MarkerThickness:wr:xl",[1,n.DeviceUtils.g(2)],"MarkerType:wo:xm",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:xu:xn",[n.Style.$,null],"ShapeStyleSelector:wp:xo",[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.fb},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.xu?this.i.xu.fill:null},set:function(e){this.ensureShapeStyle(),this.i.xu.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.xu?this.i.xu.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.xu.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.xu?this.i.xu.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.xu.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.xu.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.xu?this.i.xu.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.xu.opacity=+e,this._a("shapeOpacity",this.i.xu.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.xu||(this.i.xu=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.wo},set:function(e){this.i.wo=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.wo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.wn},set:function(e){this.i.wn=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.wn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.wm},set:function(e){this.i.wm=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.wm))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.xr)},set:function(e){this.i.xr=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.xr))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.xs)},set:function(e){this.i.xs=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.xs))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.wr},set:function(e){this.i.wr=+e,this._a("markerThickness",this.i.wr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.wl},set:function(e){this.i.wl=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.wl))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.w9},set:function(e){this.i.w9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.xp)},set:function(e){this.i.xp=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.xp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.xq)},set:function(e){this.i.xq=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.xq))},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.i5=i.Defaults.n)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.vf.x5=this.cl.wl,this.cl.vf.ya=this.cl.wt},r.prototype.cm=function(){this.cl.vf.x5=this.cl.wl},r.prototype.cn=function(){this.cl.vf.ya=this.cl.wt},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.bb=function(){return new r},r.prototype.get_fc=function(){return!0},r.prototype.ci=function(){return new K(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.wm=t},r.prototype.ve=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.wq)),e},r.prototype.wq=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.p5=function(t,i,n,o){switch(e.prototype.p5.call(this,t,i,n,o),i){case r.$$p[1]:this.wm.cm();break;case r.$$p[0]:this.wm.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:wt:wr",[n.Style.$,null],"ShapeStyleSelector:wl:ws",[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.fc},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.wt?this.i.wt.fill:null},set:function(e){this.ensureShapeStyle(),this.i.wt.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.wt?this.i.wt.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.wt.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.wt?this.i.wt.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.wt.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.wt.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.wt?this.i.wt.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.wt.opacity=+e,this._a("shapeOpacity",this.i.wt.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.wt||(this.i.wt=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",y.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(y),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.x6=null,t.x5=null,t.imageTilesReady=null,t.x9=null,t.ya=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bb=function(){return new r},r.prototype.get_fo=function(){return!0},r.prototype.ci=function(){return new ae(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.x4=t},r.prototype.get_wg=function(){return!1},Object.defineProperty(r.prototype,"x8",{get:function(){return this.x6},set:function(e){if(e!=this.x8){var t=this.x8;this.x6=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"x7",{get:function(){return this.x5},set:function(e){var t=this.x5;this.x5=e,this.raisePropertyChanged("ActualTileImagery",t,this.x5)},enumerable:!1,configurable:!0}),r.prototype.p5=function(t,i,r,o){var a,s;switch(e.prototype.p5.call(this,t,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.yd))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.yd))),this.x4.dh(a,s),this.qm(!1),this.ph();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.ye)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.ye)),s.deferralHandler=this),this.x4.dg(a,s),null!=s&&null!==n.typeCast(f.$,this.c1)&&(s.geographicMap=this.c1,this.yg(this.cl),this.x4.dd(this.c1.vh)),this.ph();break;case"ActualWindowRect":this.x4.dd(o);break;case"WorldRect":this.x4.dk(o);break;case"SeriesViewer":var l=o;null!=r&&null!=this.x7&&this.x7.be(null),null!=l&&null!=this.x7&&this.x7.be(this.cl.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.pj()}},r.prototype.yd=function(e,t){"MultiScaleImage"==t.propertyName&&this.yg(this.cl)},r.prototype.ye=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.ya||this.x4.di()},r.prototype.register=function(e,t){this.x9=t},r.prototype.unRegister=function(e){this.x9=null},r.prototype.deferredRefresh=function(){this.qm(!1)},r.prototype.deferAction=function(e){null!=this.jf?this.jf.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.rj=function(t,i){this.x4.dj(),e.prototype.rj.call(this,t,i)},r.prototype.qn=function(t){e.prototype.qn.call(this,t),this.yf(t,this.cl)},r.prototype.yf=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.yg(t),null!=this.x9&&(this.ya=!0,this.x9(e),this.ya=!1),r.di()},r.prototype.ql=function(t,i,n,r,o){e.prototype.ql.call(this,t,i,n,r,o);var a=this.g5.item(r);a.a3(n),this.dt(a)||this.xn(a)},r.prototype.yg=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.x8&&null!=this.x8.ao&&(this.x8!=this.x7&&(this.x7=this.x8),null==this.x7||t.isEmpty||(this.x7.width!=t.width&&(this.x7.width=t.width),this.x7.height!=t.height&&(this.x7.height=t.height)))},r.prototype.n7=function(t,i){e.prototype.n7.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.ud=i.Defaults.ao,this.da.t2=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.x8&&(this.da.x8.windowRect=e)},r.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jf.createElement("canvas");var i=this.e.jf.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.x8&&this.da.x8.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.x8&&this.da.x8.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.fo},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.x8;return null==e?null:e.externalObject},set:function(e){this.i.x8=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.wm=null,t.wl=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bb=function(){return new i},i.prototype.get_fo=function(){return!0},Object.defineProperty(i.prototype,"wn",{get:function(){return this.wm},set:function(e){if(e!=this.wn){var t=this.wn;this.wm=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.wr=function(){null!=this.wn&&this.wn.clearTileCache()},i.prototype.p5=function(t,i,n,r){switch(e.prototype.p5.call(this,t,i,n,r),i){case"TileImagery":null!=this.vf&&(this.vf.x8=this.wn)}},i.prototype.vk=function(){if(e.prototype.vk.call(this),this.vf.x8=this.wn,null!=this.wl){var t=this.wl;t.imageTilesReady=n.delegateRemove(t.imageTilesReady,n.runOn(this,this.wq))}if(this.wl=this.vf,null!=this.wl){var i=this.wl;i.imageTilesReady=n.delegateCombine(i.imageTilesReady,n.runOn(this,this.wq))}},i.prototype.ve=function(){return new oe},i.prototype.wq=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.fo},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.wn;return null==e?null:e.externalObject},set:function(e){this.i.wn=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.wr()},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 k;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.vp},set:function(e){this.i.vp=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.vp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.vq},set:function(e){this.i.vq=+e,this._a("markerThickness",this.i.vq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.vo},set:function(e){this.i.vo=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.vo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.vn},set:function(e){this.i.vn=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.vn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.v5},set:function(e){this.i.v5=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.wj)},set:function(e){this.i.wj=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.wj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.wk)},set:function(e){this.i.wk=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.wk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.vr},set:function(e){this.i.vr=+e,this._a("maximumMarkers",this.i.vr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.v4},set:function(e){this.i.v4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.wh)},set:function(e){this.i.wh=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.wh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.wi)},set:function(e){this.i.wi=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.wi))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ge=function(e){function r(){var t=e.call(this)||this,i=t.vf;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.v3)),t}return t.__extends(r,e),r.prototype.rs=function(){return this.v4},r.prototype.t8=function(){return this.wh},r.prototype.t9=function(){return this.wi},r.prototype.h3=function(){return this.vq},r.prototype.lf=function(){var e=n.typeCast(i.MarkerSeries.$,this.vf);return null==e?"Unknown":e.lf()},r.prototype.v3=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.vf);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.v4=r.wa:"ActualMarkerOutline"==t.propertyName?this.wi=r.wr:"ActualMarkerBrush"==t.propertyName&&(this.wh=r.wq))},r.prototype.p5=function(t,i,n,o){switch(e.prototype.p5.call(this,t,i,n,o),i){case r.$$p[3]:this.vf.ws=this.wj;break;case r.$$p[6]:this.vf.wt=this.wk;break;case r.$$p[5]:this.vf.vj=this.vo;break;case r.$$p[4]:this.vf.vf=this.vn;break;case r.$$p[9]:this.vf.vp=this.vp;break;case r.$$p[7]:this.vf.wc=this.v5;break;case r.$$p[8]:this.vf.vu=this.vq;break;case r.$$p[10]:this.vf.yh=this.vr}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:wh:v6",[n.Brush.$],"ActualMarkerOutline:wi:v7",[n.Brush.$],"ActualMarkerTemplate:v4:v8",[n.DataTemplate.$,null],"MarkerBrush:wj:v9",[n.Brush.$],"MarkerFillMode:vn:wa",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:vo:wb",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:wk:wc",[n.Brush.$],"MarkerTemplate:v5:wd",[n.DataTemplate.$,null],"MarkerThickness:vq:we",[1,n.DeviceUtils.g(2)],"MarkerType:vp:wf",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:vr:wg",[1,400]]),r}(p),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.vf;t.y1=this.ch.xe,t.y9=this.ch.xc,t.vp=this.ch.vp,t.wc=this.ch.v5,t.vu=this.ch.vq,t.aa9=this.ch.wy,t.abz=this.ch.xj,t.aaz=this.ch.wq,t.abp=this.ch.xa,t.abk=this.ch.w2,t.aaw=this.ch.wn,t.aa7=this.ch.wu,t.aa8=this.ch.wx,t.abe=this.ch.w0,t.abd=this.ch.wz},i.prototype.cq=function(){this.ch.vf.y1=this.ch.xe},i.prototype.cp=function(){this.ch.vf.y9=this.ch.xc},i.prototype.cv=function(){this.ch.vf.vp=this.ch.vp},i.prototype.ct=function(){this.ch.vf.wc=this.ch.v5},i.prototype.cu=function(){this.ch.vf.vu=this.ch.vq},i.prototype.cw=function(){this.ch.vf.yh=this.ch.vr},i.prototype.cy=function(){this.ch.vf.xAxis=this.ch.c1.v4},i.prototype.cz=function(){this.ch.vf.yAxis=this.ch.c1.v6},i.prototype.cx=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c1.v4,e.yAxis=this.ch.c1.v6},i.prototype.cr=function(){this.ch.vf.ws=this.ch.wj},i.prototype.cs=function(){this.ch.vf.wt=this.ch.wk},i.prototype.c0=function(){this.ch.vf.abz=this.ch.xj},i.prototype.c1=function(){this.ch.vf.aaz=this.ch.wq,this.ch.vf.aa9=this.ch.wy},i.prototype.cl=function(){this.ch.vf.abp=this.ch.xa},i.prototype.cj=function(){this.ch.vf.aaw=this.ch.wn,this.ch.vf.aa7=this.ch.wu,this.ch.vf.aa8=this.ch.wx,this.ch.vf.abe=this.ch.w0,this.ch.vf.abd=this.ch.wz},i.prototype.ci=function(){this.ch.vf.abk=this.ch.w2},i.prototype.c2=function(){this.ch.vf.aa9=this.ch.wy},i.prototype.ck=function(){this.ch.vf.aa7=this.ch.wu},i.prototype.co=function(){this.ch.vf.aa8=this.ch.wx},i.prototype.cn=function(){this.ch.vf.abe=this.ch.w0},i.prototype.cm=function(){this.ch.vf.abd=this.ch.wz},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),ye=function(e){function r(){var t=e.call(this)||this;return t.wo=null,t.wt=!1,t.ws=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bb=function(){return new r},r.prototype.get_d4=function(){return!0},r.prototype.ci=function(){return new fe(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.wr=t},r.prototype.i1=function(){return.7},r.prototype.ve=function(){return new i.BubbleSeries},r.prototype.get_ez=function(){return!0},r.prototype.p5=function(t,i,o,a){switch(e.prototype.p5.call(this,t,i,o,a),i){case"SeriesViewer":this.wr.cx();break;case r.$$p[9]:this.wr.cq();break;case r.$$p[8]:this.wr.cp();break;case"XAxis":this.wr.cy();break;case"YAxis":this.wr.cz();break;case r.$$p[13]:this.wr.c0();break;case r.$$p[14]:this.wr.c1();break;case r.$$p[15]:this.wr.c2();break;case r.$$p[7]:this.wr.cl();break;case r.$$p[0]:this.wr.ci();break;case r.$$p[1]:this.wr.cj();break;case r.$$p[2]:this.wr.ck();break;case r.$$p[12]:this.wr.co();break;case r.$$p[11]:this.wr.cn();break;case r.$$p[10]:this.wr.cm();break;case r.$$p[4]:if(this.vf.xy=this.ww,this.wt=this.ww,this.ww){var s=this.vf;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.xo))}else{var l=this.vf;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.xo))}break;case r.$$p[3]:if(this.vf.xx=this.wv,this.ws=this.wv,this.ww){var c=this.vf;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.xn))}else{var h=this.vf;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.xn))}break;case r.$$p[5]:this.vf.xh=this.wp;break;case r.$$p[6]:this.vf.yg=this.w1}},r.prototype.xo=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.xn=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:w2:xp",[2],"FillScale:wn:xq",[i.BrushScale.$],"FillScaleUseGlobalValues:wu:xr",[0,!1],"IsCustomScatterMarkerStyleAllowed:wv:xs",[0,!1],"IsCustomScatterStyleAllowed:ww:xt",[0,!1],"ItemSearchMode:wp:xu",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:w1:xv",[1,1e4],"LabelMemberPath:xa:xw",[2],"LatitudeMemberPath:xc:xx",[2,null],"LongitudeMemberPath:xe:xy",[2,null],"MarkerBrushBrightness:wz:xz",[1,NaN],"MarkerOutlineBrightness:w0:x0",[1,NaN],"MarkerOutlineUsesFillScale:wx:x1",[0,!1],"RadiusMemberPath:xj:x2",[2,null],"RadiusScale:wq:x3",[i.SizeScale.$],"RadiusScaleUseGlobalValues:wy:x4",[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 ye},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.d4},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xc},set:function(e){this.i.xc=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xe},set:function(e){this.i.xe=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.xj},set:function(e){this.i.xj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.wq;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.wq=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.w2},set:function(e){this.i.w2=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.wn;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.wn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.wu},set:function(e){this.i.wu=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.wu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.wx},set:function(e){this.i.wx=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.wx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.w0},set:function(e){this.i.w0=+e,this._a("markerOutlineBrightness",this.i.w0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.wz},set:function(e){this.i.wz=+e,this._a("markerBrushBrightness",this.i.wz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.wy},set:function(e){this.i.wy=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.wy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.ww},set:function(e){this.i.ww=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.ww)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.wv},set:function(e){this.i.wv=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.wv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.wp},set:function(e){this.i.wp=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.wp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.w1},set:function(e){this.i.w1=+e,this._a("itemSearchThreshold",this.i.w1)},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",ye.$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.vf;e.prototype.b5.call(this),t.y1=this.ch.w3,t.y9=this.ch.w1,t.vp=this.ch.vp,t.wc=this.ch.v5,t.vu=this.ch.vq},i.prototype.cj=function(){this.ch.vf.y1=this.ch.w3},i.prototype.ci=function(){this.ch.vf.y9=this.ch.w1},i.prototype.cp=function(){this.ch.vf.vp=this.ch.vp},i.prototype.cn=function(){this.ch.vf.wc=this.ch.v5},i.prototype.co=function(){this.ch.vf.vu=this.ch.vq},i.prototype.cq=function(){this.ch.vf.yh=this.ch.vr},i.prototype.cs=function(){this.ch.vf.xAxis=this.ch.c1.v4},i.prototype.ct=function(){this.ch.vf.yAxis=this.ch.c1.v6},i.prototype.cr=function(){var e=this.ch.vf;if(null==this.ch.c1)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.c1.v4,e.yAxis=this.ch.c1.v6},i.prototype.cl=function(){this.ch.vf.w2=this.ch.wn},i.prototype.ck=function(){this.ch.vf.ws=this.ch.wj},i.prototype.cm=function(){this.ch.vf.wt=this.ch.wk},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),ve=function(e){function r(){var t=e.call(this)||this;return t.wp=null,t.ws=!1,t.wr=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bb=function(){return new r},r.prototype.get_d4=function(){return!0},r.prototype.ci=function(){return new me(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.wq=t},r.prototype.i1=function(){return.7},r.prototype.ve=function(){return new i.ScatterSeries},r.prototype.get_ez=function(){return!0},r.prototype.p5=function(t,i,o,a){switch(e.prototype.p5.call(this,t,i,o,a),i){case"SeriesViewer":this.wq.cr();break;case r.$$p[5]:this.wq.cj();break;case r.$$p[4]:this.wq.ci();break;case r.$$p[6]:this.wq.cl();break;case"XAxis":this.wq.cs();break;case"YAxis":this.wq.ct();break;case r.$$p[1]:if(this.vf.xy=this.wu,this.ws=this.wu,this.wu){var s=this.vf;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.w8))}else{var l=this.vf;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.w8))}break;case r.$$p[0]:if(this.vf.xx=this.wt,this.wr=this.wt,this.wu){var c=this.vf;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.w7))}else{var h=this.vf;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.w7))}break;case r.$$p[2]:this.vf.xh=this.wo;break;case r.$$p[3]:this.vf.yg=this.ww}},r.prototype.w8=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.w7=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:wt:w9",[0,!1],"IsCustomScatterStyleAllowed:wu:xa",[0,!1],"ItemSearchMode:wo:xb",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ww:xc",[1,1e4],"LatitudeMemberPath:w1:xd",[2,null],"LongitudeMemberPath:w3:xe",[2,null],"MarkerCollisionAvoidance:wn:xf",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:wv:xg",[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 ve},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.d4},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.w1},set:function(e){this.i.w1=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.w3},set:function(e){this.i.w3=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.wn},set:function(e){this.i.wn=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.wn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.wu},set:function(e){this.i.wu=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.wu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.wt},set:function(e){this.i.wt=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.wt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.wo},set:function(e){this.i.wo=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.wo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.ww},set:function(e){this.i.ww=+e,this._a("itemSearchThreshold",this.i.ww)},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",ve.$type)},e}(),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}),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.vr},set:function(e){this.i.vr=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.vp},set:function(e){this.i.vp=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.vo},set:function(e){this.i.vo=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.vu},set:function(e){this.i.vu=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.vw},set:function(e){this.i.vw=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.vy},set:function(e){this.i.vy=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),ke=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 w},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.ef},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.wd},set:function(e){this.i.wd=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.v8;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.v8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.v7;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.v7=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.wi()},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}(we),Ce=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ke.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ke),n.TypeRegistrar.register("GeographicScatterAreaSeries",w.$type)},e}(),xe=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.vf);t.xn=this.ch.v4,t.xv=this.ch.v2,t.v0=this.ch.vr,t.vz=this.ch.vq,t.fs=this.ch.vp,t.wv=this.ch.vt,t.wu=this.ch.vs,t.yt=this.ch.wn,t.ys=this.ch.wm,t.w7=this.ch.vw},r.prototype.cn=function(){this.ch.vf.xn=this.ch.v4},r.prototype.cm=function(){this.ch.vf.xv=this.ch.v2},r.prototype.cs=function(){this.ch.vf.v0=this.ch.vr},r.prototype.cq=function(){this.ch.vf.vz=this.ch.vq},r.prototype.co=function(){this.ch.vf.fs=this.ch.vp},r.prototype.cl=function(){this.ch.vf.wv=this.ch.vt},r.prototype.cj=function(){this.ch.vf.wu=this.ch.vs},r.prototype.cr=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.vf);if(null==this.ch.c1)return e.vk=null,void(e.vm=null);e.vk=this.ch.c1.v4,e.vm=this.ch.c1.v6},r.prototype.ct=function(){this.ch.vf.vk=this.ch.c1.v4},r.prototype.cu=function(){this.ch.vf.vm=this.ch.c1.v6},r.prototype.ck=function(){this.ch.vf.yt=this.ch.wn},r.prototype.ci=function(){this.ch.vf.ys=this.ch.wm},r.prototype.cp=function(){this.ch.vf.w7=this.ch.vw},r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.wn=i.Defaults.aq,this.ch.wm=i.Defaults.ap,this.ch.t2=i.Defaults.al,this.ch.ud=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.vn=null,t.progressiveLoadStatusChanged=null,t.vv=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bb=function(){return new r},r.prototype.i0=function(){return n.isNaN_(this.iz)?i.Defaults.q:e.prototype.i0.call(this)},r.prototype.get_e9=function(){return!0},r.prototype.ci=function(){return new xe(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.vo=t},r.prototype.ve=function(){return this.vn=new i.HighDensityScatterSeries,this.vn},Object.defineProperty(r.prototype,"vx",{get:function(){return this.vv},set:function(e){var t=this.vv;this.vv=e,this.raisePropertyChanged("ProgressiveStatus",t,this.vv)},enumerable:!1,configurable:!0}),r.prototype.vk=function(){e.prototype.vk.call(this);var t=this.vf;t.progressiveLoadStatusChanged=n.delegateCombine(t.progressiveLoadStatusChanged,n.runOn(this,this.wb));var i=this.vf;i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(this,this.wa))},r.prototype.wb=function(e,t){this.vx=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.wa=function(e,t){this.vn},r.prototype.p5=function(t,i,n,o){switch(e.prototype.p5.call(this,t,i,n,o),i){case"SeriesViewer":this.vo.cr();break;case r.$$p[5]:this.vo.cn();break;case r.$$p[4]:this.vo.cm();break;case r.$$p[9]:this.vo.cs();break;case r.$$p[8]:this.vo.cq();break;case r.$$p[6]:this.vo.co();break;case"XAxis":this.vo.ct();break;case"YAxis":this.vo.cu();break;case r.$$p[3]:this.vo.cl();break;case r.$$p[1]:this.vo.cj();break;case r.$$p[2]:this.vo.ck();break;case r.$$p[0]:this.vo.ci();break;case r.$$p[7]:this.vo.cp()}},r.prototype.get_gq=function(){return!0},r.prototype.set_gq=function(t){e.prototype.set_gq.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:wm:wc",[n.Color.$,i.Defaults.ap],"HeatMaximum:vs:wd",[1,50],"HeatMinimumColor:wn:we",[n.Color.$,i.Defaults.aq],"HeatMinimum:vt:wf",[1,0],"LatitudeMemberPath:v2:wg",[2,null],"LongitudeMemberPath:v4:wh",[2,null],"MouseOverEnabled:vp:wi",[0,!1],"PointExtent:vw:wj",[1,1],"ProgressiveLoad:vq:wk",[0,!0],"UseBruteForce:vr:wl",[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.e9},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.v2},set:function(e){this.i.v2=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.v4},set:function(e){this.i.v4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.vr},set:function(e){this.i.vr=n.ensureBool(e),this._a("useBruteForce",this.i.vr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.vq},set:function(e){this.i.vq=n.ensureBool(e),this._a("progressiveLoad",this.i.vq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.vp},set:function(e){this.i.vp=n.ensureBool(e),this._a("mouseOverEnabled",this.i.vp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.vt},set:function(e){this.i.vt=+e,this._a("heatMinimum",this.i.vt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.vs},set:function(e){this.i.vs=+e,this._a("heatMaximum",this.i.vs)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.wn)},set:function(e){this.i.wn=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.wn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.wm)},set:function(e){this.i.wm=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.wm))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.vw},set:function(e){this.i.vw=+e,this._a("pointExtent",this.i.vw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.vx},set:function(e){this.i.vx=+e,this._a("progressiveStatus",this.i.vx)},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.i5=i.Defaults.m)},r.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.vf&&(this.cp.v7.xa=this.cp.wa,this.cp.v7.xk=this.cp.we)},r.prototype.cq=function(){null!=this.cp.v7&&(this.cp.v7.xa=this.cp.wa)},r.prototype.cr=function(){null!=this.cp.v7&&(this.cp.v7.xk=this.cp.we)},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.bb=function(){return new r},r.prototype.get_e4=function(){return!0},r.prototype.vk=function(){e.prototype.vk.call(this)},r.prototype.ve=function(){this.v7=new i.ScatterContourSeries;var e=this.v7;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.wh));var t=this.v7;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.wi)),this.v7},r.prototype.wh=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.wi=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.vf);null!=r&&"ActualFillScale"==t.propertyName&&(this.v9=r.w9)},r.prototype.ra=function(){e.prototype.ra.call(this)},r.prototype.ci=function(){return new Te(this)},r.prototype.px=function(t){e.prototype.px.call(this,t),this.wb=t},r.prototype.p5=function(t,i,n,o){switch(e.prototype.p5.call(this,t,i,n,o),i){case r.$$p[1]:this.wb.cq();break;case r.$$p[2]:this.wb.cr();break;case r.$$p[3]:this.v7.w7=this.v6;break;case"DashArray":this.v7.uk=this.uk;break;case"DashCap":this.v7.ul=this.ul;break;case"MiterLimit":this.v7.ix=this.ix;break;case"LineJoin":this.v7.un=this.un}},r.$t=n.markType(r,"GeographicContourLineSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:v9:wj",[i.ValueBrushScale.$,null],"FillScale:wa:wk",[i.ValueBrushScale.$,null],"ValueMemberPath:we:wl",[2,"value"],"ValueResolver:v6:wm",[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.e4},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.we},set:function(e){this.i.we=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.wa;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.wa=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.v9;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.v9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.v6;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.v6=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}(we),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(),Ce.register(),Ie.register(),Oe.register(),z.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),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,"GeographicProportionalSymbolSeriesBaseView",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,"GeographicShapeSeriesBaseBaseView",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,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ve=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),Ue=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),ze=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,"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(ze.$,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=N,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=j,e.BingResourceSet=ze,e.BingResponse=Le,e.CustomMapImagery=q,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=xe,e.GeographicMapImagery=y,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Fe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=ye,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=qe,e.GeographicProportionalSymbolSeriesView=fe,e.GeographicScatterAreaSeries=w,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=Ee,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=ve,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=Ne,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=_,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ve,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=V,e.IgcArcGISOnlineMapImageryModule=U,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=E,e.IgcGeographicContourLineSeriesComponent=je,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=C,e.IgcGeographicMapCoreModule=z,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=ke,e.IgcGeographicScatterAreaSeriesModule=Ce,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=we,e.IgcImageTilesReadyEventArgs=k,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=G,e.IgcOpenStreetMapImageryModule=B,e.IgcSubDomainsCollection=x,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=Ue,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=S,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=f,e.XamGeographicMapView=v,Object.defineProperty(e,"__esModule",{value:!0})}));
|