igniteui-webcomponents-maps 4.7.2-beta.1 → 4.7.2
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 +1361 -1361
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +76 -76
- package/esm2015/lib/XamGeographicMap_combined.js +444 -444
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +150 -150
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +74 -74
- package/esm5/lib/XamGeographicMap_combined.js +437 -437
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1376 -1376
- package/fesm5/igniteui-webcomponents-maps.js +1361 -1361
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +25 -25
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +103 -103
- 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"),c=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,c,l,u=n.e,h=n.d,p=n.c,g=(n.a,!p.isEmpty),f=(this.m,this.o,p.top),y=p.height,d=u.top,b=u.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),c=.5*Math.log((1+s)/(1-s)),l=(((l=f+(l=(this.ai-c)*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),c=.5*Math.log((1+s)/(1-s)),l=((l=m+(l=(this.ai-c)*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,c=n.a,l=!s.isEmpty,u=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)/u;c&&(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)/u;c&&(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),u=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.t2=null,e.t4=e.t3(),e}return e.__extends(r,t),r.prototype.oh=function(){t.prototype.oh.call(this),null!=this.t4&&this.t4.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.t4.jv(t,e)},r.prototype.dt=function(t,e,i,n){return this.t4.dt(t,e,i,n)},r.prototype.ag=function(){return this.t4.ag()},r.prototype.bg=function(){return this.t4},Object.defineProperty(r.prototype,"t4",{get:function(){return this.t2},set:function(t){this.t4!=t&&(this.t2=t,this.t9())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.t4.hasMarkers},r.prototype.t9=function(){if(null!=this.t2){var t=this.t2;t.externalObject=n.TypeRegistrar.createFromInternal(t,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),t.externalObject._implementation=t}this.ns(this.t4),this.t5.b5()},r.prototype.c0=function(t,e,i){return this.c2(this.t4,t,e,i)},r.prototype.c1=function(t,e,i){return this.c3(this.t4,t,e,i)},r.prototype.js=function(t){return this.jy(this.t4,t)},r.prototype.jg=function(t,e){return this.t4.jg(t,e)},r.prototype.je=function(t,e){return this.t4.je(t,e)},r.prototype.ia=function(t,e,i){return this.t4.ia(t,e,i)},r.prototype.ti=function(t,e,i){return this.t4.ti(t,e,i)},r.prototype.tt=function(t){return this.t4.tt(t)},r.prototype.ak=function(t){return this.t4.ak(t)},r.prototype.tu=function(t){return this.t4.tu(t)},r.prototype.al=function(t){return this.t4.al(t)},r.prototype.tv=function(t){return this.t4.tv(t)},r.prototype.tw=function(t){return this.t4.tw(t)},r.prototype.h6=function(t,e,i){return this.t4.h6(t,e,i)},r.prototype.te=function(t,e,i){return this.t4.te(t,e,i)},r.prototype.h8=function(t,e,i){return this.ia(t,e,i)},r.prototype.tg=function(t,e,i){return this.t4.tg(t,e,i)},r.prototype.tj=function(t,e,i){return this.t4.tj(t,e,i)},r.prototype.ib=function(t,e,i){return this.t4.ib(t,e,i)},r.prototype.tf=function(t,e,i){return this.t4.tf(t,e,i)},r.prototype.h7=function(t,e,i){return this.t4.h7(t,e,i)},r.prototype.th=function(t,e,i){return this.t4.th(t,e,i)},r.prototype.h9=function(t,e,i){return this.t4.h9(t,e,i)},r.prototype.ja=function(t){return this.t4.ja(t)},r.prototype.h1=function(){return this.t4.h1()},r.prototype.hx=function(t){return this.t4.hx(t)},r.prototype.jt=function(t){return this.t4.jt(t)},r.prototype.cd=function(){return new g(this)},r.prototype.o1=function(e){t.prototype.o1.call(this,e),this.t5=n.typeCast(g.$,e)},Object.defineProperty(r.prototype,"t6",{get:function(){return this.c(r.ub)},set:function(t){this.h(r.ub,t)},enumerable:!1,configurable:!0}),r.prototype.o9=function(e,r,o,a){switch(t.prototype.o9.call(this,e,r,o,a),r){case"SeriesViewer":this.t4.cv=this.cv,null!=o&&o.o2(this.t4),null!=a&&this.cv.lr(this.t4),this.t4.pc(this.tx),this.t4.index=this.index,this.n3(this.t4),this.jm=this.t4.jm;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.ua))),null!=this.cv){var c=this.cv;c.actualWindowRectChanged=n.delegateCombine(c.actualWindowRectChanged,n.runOn(this,this.ua))}this.t8();break;case"SyncLink":this.t4.co=this.co;break;case"VisibleFromScale":this.t8();break;case"Index":this.t4.index=this.index;break;case"ItemsSource":this.t5.b6();break;case"Resolution":this.t5.cd();break;case"TransitionDuration":this.t5.cg();break;case"Opacity":this.t5.ca();break;case"Visibility":var l=this.t4,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.t4.fl=this.fl;break;case"ExpectFunctions":this.t4.expectFunctions=this.expectFunctions;break;case"Thickness":this.t5.cf();break;case"Brush":this.t5.b4();break;case"Outline":this.t5.cc();break;case"ActualBrush":this.t5.b1();break;case"ActualOutline":this.t5.b2();break;case"MarkerFillOpacity":n.isNaN_(this.il)||this.t5.b9();break;case"AreaFillOpacity":n.isNaN_(this.hq)||this.t5.b3();break;case"OutlineMode":this.t5.cb();break;case"ShowDefaultTooltip":this.t5.ce();break;case"Title":this.t4.title=this.title;break;case"LegendItemBadgeMode":this.t5.b7();break;case"LegendItemBadgeShape":this.t5.b8();break;case"Legend":this.t4.legend=this.legend,this.cg.av()}},r.prototype.t8=function(){if(null!=this.cv&&null!=this.t4&&!n.isNaN_(this.t6))if(this.cv.tn.width>this.t6){this.t4.visibility=1}else{this.t4.visibility=0}},r.prototype.ua=function(t,e){this.t8()},r.prototype.pq=function(e){t.prototype.pq.call(this,e),null!=this.t4&&this.t4.pq(e)},r.prototype.pp=function(t,e,i,n,r){null!=this.t4&&this.t4.pp(t,e,i,n,r)},r.prototype.au=function(t,e){return this.t4.au(t,e)},r.prototype.p9=function(){t.prototype.p9.call(this),this.t4.p9()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(t){this._coercionMethods=t,this.t4.coercionMethods=t},r.prototype.n2=function(e){if(t.prototype.n2.call(this,e),null!=this.t4){var i=this.t4.jr();this.nn(e,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.ub=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.t1=1,this.b0.t4.t1=0,this.b0.t4.itemsSource=this.b0.itemsSource,this.b0.t4.index=this.b0.index,this.b0.t4.sx=this.b0.sx,this.b0.t4.s3=this.b0.sx,this.b0.t4.b9=this.b0.b9,this.b0.t4.ip=this.b0.ip,this.b0.t4.jj=this.b0.jj,this.b0.t4._opacity=this.b0._opacity,this.b0.t4.iv=this.b0.iv,this.b0.t4.hq=this.b0.hq,this.b0.t4.il=this.b0.il,this.b0.t4.fz=this.b0.fz,this.b0.t4.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.t4.a6=this.b0.a6},r.prototype.b6=function(){this.b0.t4.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.t4.ip=this.b0.ip},r.prototype.cg=function(){this.b0.t4.jj=this.b0.jj},r.prototype.ca=function(){this.b0.t4._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.t4.iv=this.b0.iv},r.prototype.b4=function(){this.b0.t4.sx=this.b0.sx},r.prototype.cc=function(){this.b0.t4.s3=this.b0.s3},r.prototype.b1=function(){this.b0.t4.sx=this.b0.st},r.prototype.b2=function(){this.b0.t4.s3=this.b0.sw},r.prototype.b7=function(){this.b0.t4.a6=this.b0.a6},r.prototype.b8=function(){this.b0.t4.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.t4.hq=this.b0.hq},r.prototype.b9=function(){this.b0.t4.il=this.b0.il},r.prototype.cb=function(){this.b0.t4.b9=this.b0.b9},r.prototype.ce=function(){this.b0.t4.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.uz=null,e.uo=!1,e.ug=1,e.uv=0,e.v6=null,e.ud=null,e.t9=null,e.ub=null,e.uf=null,e.v2={$type:n.Point_$type,x:NaN,y:NaN},e.v9=null,e.uu=1,e.imageTilesReady=null,e.un=null,e.v8=n.Rect.empty,e.uv=c.am(r.v7.bottom)-c.am(r.v7.top),e.ab=r.$,e.backgroundContent=new v;var o,a=((o=new i.NumericXAxis).bi=e,o);a.cf=!0,e.ua=a,e.ua.nl=new l;var s=function(){var t=new i.NumericYAxis;return t.bi=e,t}();return s.cf=!0,e.uc=s,e.uc.nl=new c,e.vh(),e.vo(),e.md(),e}return e.__extends(r,t),r.prototype.provideContainer=function(e){t.prototype.provideContainer.call(this,e),this.ua.provideRenderer(e),this.uc.provideRenderer(e)},r.prototype.md=function(){t.prototype.md.call(this),this.um.fv(this.gh)},r.prototype.eu=function(){return this.us},r.prototype.ev=function(){return this.us},r.prototype.uj=function(){return 0==this.uh&&this.uo?2:1},Object.defineProperty(r.prototype,"ui",{get:function(){return this.ug},set:function(t){this.ug=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wb",{get:function(){return this.v6},set:function(t){if(n.Rect.l_op_Inequality(this.v6,t)){var e=this.v6;this.v6=t,this.ol("ActualWorldRect",e,t)}},enumerable:!1,configurable:!0}),r.prototype.wf=function(){return this.wb},r.prototype.vh=function(){this.wn.isEmpty||(this.wb=this.wl(this.wn,1==this.cd))},r.prototype.wl=function(t,e){var i=t.top,o=t.left,a=t.width,s=t.height,l=c.am(t.bottom),u=c.am(t.top),h=l-u,p=t.width/r.v7.width,g=c.am(r.v7.top);if(h/p>this.uv){var f=h/this.uv;o-=(f-p)/2*r.v7.width,a=f*r.v7.width,e&&(o<r.v7.left?o+=r.v7.left-o:o+a>r.v7.right&&(o-=o+a-r.v7.right))}else if(h/p<this.uv){var y=this.uv*p-h,d=u-y/2,b=l+y/2;e&&(d<g?b+=g-(d+=g-d):b>g+this.uv&&(d-=b-(g+this.uv),b-=b-(g+this.uv))),i=c.aq(d),s=c.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.ud},set:function(t){if(t!=this.backgroundContent){var e=this.backgroundContent;this.ud=t,this.ol("BackgroundContent",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ua",{get:function(){return this.t9},set:function(t){if(t!=this.ua){var e=this.ua;this.t9=t,this.ol("XAxis",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"uc",{get:function(){return this.ub},set:function(t){if(t!=this.uc){var e=this.uc;this.ub=t,this.ol("YAxis",e,t)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(t){return this.getZoomFromGeographicRect(t)},r.prototype.vr=function(t){this.t3=t},r.prototype.vq=function(t){this.wn=t},r.prototype.getZoomFromGeographicRect=function(t){return this.wd(t,!0,0)},r.prototype.wc=function(t,e){return this.wd(t,!1,e)},r.prototype.wd=function(t,e,o){var a=t;e&&(a=this.wl(t,!1));var s=this.ua,c=this.uc,l=new i.ScalerParams(1,r.wa,this.t2,s.ch);l.c=this.tr;var u=new i.ScalerParams(1,r.wa,this.t2,c.ch);u.c=this.tr;var h=this.ua.ej(a.left,l),p=this.ua.ej(a.right,l),g=this.uc.ej(a.top,u),f=this.uc.ej(a.bottom,u),y=(h-o)/this.t2.width,d=(f-o)/this.t2.height,b=(p-h+2*o)/this.t2.width,m=(g-f+2*o)/this.t2.height,S=new n.Rect(0,y,d,b,m);return S.intersect(r.wa),S.isEmpty&&(S=r.wa),S},r.prototype.getZoomFromGeographicPoints=function(t,e){var i=t.x,o=e.y,a=e.x-t.x,s=t.y-e.y;if(a<0||s<0)return r.wa;var c=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(c)},r.prototype.wh=function(t){var e=this.ua,o=this.uc,a=new i.ScalerParams(1,t,this.t2,e.ch);a.c=this.tr;var s=new i.ScalerParams(1,t,this.t2,o.ch);s.c=this.tr;var c=this.tq,l=e.em(c.left,a),u=o.em(c.top,s),h=e.em(c.right,a),p=o.em(c.bottom,s),g=h-l,f=u-p,y=new n.Rect(0,l,p,g,f);return 1==this.cd&&(y.intersect(r.v7),y.isEmpty&&(y=r.v7)),y},r.prototype.v3=function(t){var e=this.ua.l8(t.x),i=this.uc.l8(t.y);return{$type:n.Point_$type,x:e,y:i}},r.prototype.v4=function(t){var e=this.ua.e4(t.x),i=this.uc.e4(t.y);return{$type:n.Point_$type,x:e,y:i}},r.prototype.v5=function(t){return this.v4(t)},r.prototype.ve=function(){var t=n.typeCast(y.$,this.backgroundContent);null!=t&&t.clearTileCache()},r.prototype.vk=function(t){},r.prototype.fj=function(){return!0},r.prototype.vm=function(){var t,i;this.um.ee();try{for(var r=e.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.p9()}}catch(e){t={error:e}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(t)throw t.error}}},r.prototype.vp=function(){if(2==this.ul){if(!this.t2.isEmpty&&this.t2.width>0&&this.t2.height>0){var t=this.ua.l8(this.t2.left+this.t2.width/2),e=this.uc.l8(this.t2.top+this.t2.height/2);this.v2={$type:n.Point_$type,x:t,y:e}}}else if(!this.t2.isEmpty&&this.t2.width>0&&this.t2.height>0){var i=this.ua.l8(this.t2.left),r=this.uc.l8(this.t2.top);this.v2={$type:n.Point_$type,x:i,y:r}}},r.prototype.vl=function(){(n.isNaN_(this.v2.x)||n.isNaN_(this.v2.y))&&this.vp();var t=this.v2.x,e=this.v2.y;if(!n.isNaN_(t)&&!n.isNaN_(e)){var o=this.tn.left,a=this.tn.top,s=this.tn.width,c=this.tn.height;if(s>this.v9.width);else{var l=new i.ScalerParams(1,r.wa,this.t2,this.ua.ch);l.c=this.tr;var u=this.ua.ej(t,l);if(2==this.ul)o=u/this.t2.width-s/2;else o=u/this.t2.width;o+s>this.v9.right?o=this.v9.right-s:o<this.v9.left&&(o=this.v9.left)}if(c>this.v9.height);else{var h=new i.ScalerParams(1,r.wa,this.t2,this.uc.ch);h.c=this.tr;var p=this.uc.ej(e,h);if(2==this.ul)a=p/this.t2.height-c/2;else a=p/this.t2.height;a+c>this.v9.bottom?a=this.v9.bottom-c:a<this.v9.top&&(a=this.v9.top)}this.pu(new n.Rect(0,o,a,s,c),!1)}},r.prototype.get_em=function(){return!0},r.prototype.to=function(){var e=t.prototype.to.call(this);if(null==this.ua||null==this.uc)return e;this.ty();var i=e.left,r=e.top;1==this.cd&&(this.t3.width>this.v9.width?i=.5-this.t3.width/2:i+e.width>this.v9.right?i=this.v9.right-this.t3.width:i<this.v9.left&&(i=this.v9.left),this.t3.height>this.v9.height?r=.5-this.t3.height/2:r+this.t3.height>this.v9.bottom?r=this.v9.bottom-this.t3.height:r<this.v9.top&&(r=this.v9.top));var o=!1;!this.ur&&2==this.cd&&this.uo&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),e.right-this.v9.right>0&&(e.right-this.v9.right)/e.width>.8?(i=this.v9.left-(e.width-(e.right-this.v9.right)),o=!0):e.left<this.v9.left&&Math.abs(e.left-this.v9.left)/e.width>.8&&(i=this.v9.right-Math.abs(e.left-this.v9.left),o=!0));var a=new n.Rect(0,i,r,e.width,e.height);if(this.ur){var s=this.wc(this.wn,1);s=this.we(s);var c=a.left+a.width/2,l=a.top+a.height/2;if(a.width>s.width){var u=a.height/a.width,h=s.width,p=u*h;a=new n.Rect(0,c-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,c-y/2,l-f/2,y,f),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.d9=!0,this.t3=a,this.d9=!1),a},r.prototype.lo=function(t,e){var i=!0,r=!0,o=0,a=this.ty(),s=0,c=0;if(t.right-a.right>0&&(s=(t.right-a.right)/t.width),t.left<a.left&&(c=Math.abs(t.left-a.left)/t.width),0==c&&0==s&&(i=!1),c>s&&(r=!1),i)if(r){var l=this.t9.ej(-180,e);o=this.t9.ej(180,e)-l}else{o=this.t9.ej(-180,e)-this.t9.ej(180,e)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.ty=function(){var t=new i.ScalerParams(1,r.wa,this.t2,this.ua.ch);t.c=this.tr;var e=new i.ScalerParams(1,r.wa,this.t2,this.uc.ch);e.c=this.tr;var o=this.ua.ej(r.v7.left,t),a=this.ua.ej(r.v7.right,t),s=this.uc.ej(r.v7.top,e),c=this.uc.ej(r.v7.bottom,e);return this.v9=new n.Rect(0,o/this.t2.width,c/this.t2.height,(a-o)/this.t2.width,(s-c)/this.t2.height),this.v9},r.prototype.we=function(t){var e=this.gl,i=.5*(t.left+t.right),r=.5*(t.top+t.bottom),o=t.width,a=t.height,s=n.MathUtil.d(t.width,e,1),c=n.MathUtil.d(t.height,e,1),l=this.t2,u=l.width/l.height,h=s*l.width,p=c*l.height;h/p!=u&&(p*u>h?s=(h=p*u)/l.width:c=(p=h/u)/l.height);var g=s!=o,f=c!=a,y=g?i-.5*s:t.left,d=f?r-.5*c:t.top,b=g?i+.5*s:t.right,m=f?r+.5*c:t.bottom;return y<0&&(b=(y=0)+s),b>1&&(y=(b=1)-s),d<0&&(m=(d=0)+c),m>1&&(d=(m=1)-c),new n.Rect(0,y,d,b-y,m-d)},r.prototype.tp=function(e){if(t.prototype.tp.call(this,this.t2),e.isEmpty)return n.Rect.empty;var i;if(e.width>e.height){var r=n.intDivide(n.truncate(e.width-e.height),2);i=new n.Rect(0,e.left+r,e.top,e.height,e.height)}else{var o=n.intDivide(n.truncate(e.height-e.width),2);i=new n.Rect(0,e.left,e.top+o,e.width,e.width)}return i},r.prototype.wg=function(t){return this.tp(t)},r.prototype.ct=function(){return new S(this)},r.prototype.vg=function(t){null!=t&&(t.bi=this)},r.prototype.n4=function(e){t.prototype.n4.call(this,e),this.um=e},r.prototype.of=function(e,i){t.prototype.of.call(this,e,i),this.ph(this.ua),this.ph(this.uc),n.Rect.l_op_Inequality(e,i)&&this.vl(),this.ur&&(this.tn=this.to()),this.vs()},Object.defineProperty(r.prototype,"uw",{get:function(){return this.uu},set:function(t){var e=this.uu;this.uu=t,this.ol("ActualWindowScale",e,this.uu)},enumerable:!1,configurable:!0}),r.prototype.gr=function(){return this.uw},r.prototype.gs=function(){return this.uw},r.prototype.pg=function(){t.prototype.pg.call(this);var e=Math.min(this.tn.width,this.tn.height);this.uw=e},r.prototype.fb=function(){return this.uo},r.prototype.ce=function(){return 0==this.cf&&this.up?2:this.cf},r.prototype.og=function(i,o,a,s){var c,l,u,h;switch(t.prototype.og.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.vh();break;case"WindowRect":this.vp();break;case r.$$p[0]:this.ui=this.uj(),null!=this.uf&&(this.uf.isHorizontalWrappingEnabled=2==this.ui);break;case r.$$p[1]:this.uo=this.up,this.ui=this.uj(),this.cd=this.ce(),null!=this.uf&&(this.uf.isHorizontalWrappingEnabled=2==this.ui);break;case r.$$p[4]:this.tn=this.to();break;case"BackgroundContent":if(null!=this.uf){var p=this.uf;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.vi)),this.uf.deferralHandler=null}if(this.uf=n.typeCast(y.$,this.backgroundContent),null!=this.uf){var g=this.uf;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.vi)),this.uf.deferralHandler=this,this.uf.isHorizontalWrappingEnabled=2==this.ui}this.um.fu(n.typeCast(y.$,a),n.typeCast(y.$,s)),null!=this.uf&&(this.uf.geographicMap=this,this.um.fr(this.tn),this.um.fv(this.gh));break;case"YAxis":case"XAxis":this.vn(a),this.vg(s);break;case r.$$p[6]:this.uq||(this.t3=r.wa),this.vh(),this.vo(),this.vp(),this.tn=this.to(),this.um.fs();break;case"ActualWindowRect":this.um.fr(this.tn);break;case"ActualWorldRect":try{for(var f=e.__values(n.fromEnum(this.series)),d=f.next();!d.done;d=f.next()){d.value.pq(!1)}}catch(t){c={error:t}}finally{try{d&&!d.done&&(l=f.return)&&l.call(f)}finally{if(c)throw c.error}}break;case r.$$p[5]:this.uw=this.ux;break;case"ActualWindowScale":this.fi||this.ps(this.gr(),this.gs());break;case"ActualPixelScalingRatio":this.um.fv(this.gh);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.gl=5e-6,this.gk=5e-6):(this.gl=b,this.gk=b);break;case r.$$p[7]:this.po();break;case"MarkerAutomaticBehavior":try{for(var m=e.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.oh()}}catch(t){u={error:t}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(u)throw u.error}}}},r.prototype.vi=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.vn=function(t){null!=t&&(t.bi=null)},r.prototype.vo=function(){null!=this.ua&&(this.ua.l5=this.wb.left,this.ua.l4=this.wb.right),null!=this.uc&&(this.uc.l5=this.wb.top,this.uc.l4=this.wb.bottom),this.ua.c2(!0),this.uc.c2(!0)},r.prototype.getFontInfo=function(){return this.un=this.um.fo,this.un},r.prototype.ss=function(){return this.um.fw},r.prototype.getFontBrush=function(){return this.um.fx},r.prototype.o9=function(e,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=e;o.itemsSource=r.triangulationSource.points,o.ud=r.triangulationSource.triangles}else t.prototype.o9.call(this,e,i)},r.prototype.register=function(t,e){this.oz(t,e)},r.prototype.unRegister=function(t){this.pf(t)},r.prototype.deferredRefresh=function(){this.l1()},r.prototype.deferAction=function(t){null!=this.uz?this.uz.setTimeout(t,0):window.setTimeout(t,0)},r.prototype.vf=function(t){this.pn(t)},r.prototype.u0=function(){var t=new i.ChartVisualData,e=this.ua.fw(),r=this.uc.fw();t.axes.add1(e),t.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].jr();t.series.add1(a)}return t.name=this.name,t.contentArea=n.RectData.b(this.t2),t.centralArea=n.RectData.b(this.t2),t.plotArea=n.RectData.b(this.t2),t},r.prototype.tu=function(t,e,i){return t},r.prototype.vj=function(){},Object.defineProperty(r.prototype,"wm",{get:function(){return this.v8},set:function(t){this.v8=t},enumerable:!1,configurable:!0}),r.prototype.vt=function(t){this.wm=t,this.vs()},r.prototype.vs=function(){if(this.ut&&!this.wm.isEmpty){var t=this.getZoomFromGeographicRect(this.wm);this.wm=n.Rect.empty,this.pu(t,!1)}},Object.defineProperty(r.prototype,"ut",{get:function(){return!this.t2.isEmpty&&!this.tr.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.uk=0,r.v7=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.wa=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ol",["BackgroundTilingMode:uh:vu",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:up:vv",[0,!1],"ResizeBehavior:ul:vw",[o,n.enumGetBox(o,r.uk)],"SuppressZoomResetOnWorldRectChange:uq:vx",[0,!1],"UseWorldRectForZoomBounds:ur:vy",[0,!1],"WindowScale:ux:vz",[1,NaN],"WorldRect:wn:v0",[n.Rect.$,r.v7],"Zoomable:us:v1",[0,!0]]),r}(i.SeriesViewer),y=function(t){function r(e){var i=t.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=e,i.aj=i.ai(),i.bb(i.aj),i}return e.__extends(r,t),r.prototype.bb=function(t){},r.prototype.ai=function(){return new d(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(t){this.ak=t,null!=this.ao&&(this.ao.al=t)},enumerable:!1,configurable:!0}),r.prototype.a5=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.a9=function(){var t=this.ao;t.imageTilesReady=n.delegateCombine(t.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var e=this.ao;e.imagesChanged=n.delegateCombine(e.imagesChanged,n.runOn(this,this.a4));var i=this.ao;i.downloadingImage=n.delegateCombine(i.downloadingImage,n.runOn(this,this.a3));var r=this.ao;r.cancellingImage=n.delegateCombine(r.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(t,e){null!=this.downloadingImage&&this.downloadingImage(this,e)},r.prototype.a2=function(t,e){null!=this.cancellingImage&&this.cancellingImage(this,e)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(t,e,i){switch(t){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(t))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(t){this.h(r.geographicMapProperty,t)},enumerable:!1,configurable:!0}),r.a8=function(t,e){t.a7(e.oldValue,e.newValue)},r.prototype.a7=function(t,e){this.ba("GeographicMap",t,e)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(t){this.an=t,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(t){if(null==this.geographicMap||t.width<1||t.height<1)return t;var e=new n.Rect(0,0,0,t.width,t.height),r=this.geographicMap.wg(e),o=f.v7,a=this.geographicMap.wb,s=Math.min(this.windowRect.height,this.windowRect.width),c=a.width/o.width;this.ao.a5=e.width/r.width*s*c;var l=this.geographicMap.ua,u=this.geographicMap.uc,h=new i.ScalerParams(1,this.windowRect,e,l.ch);h.c=r;var p=new i.ScalerParams(1,this.windowRect,e,u.ch);p.c=r;var g=l.ej(o.left,h),y=u.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.t4;e.u4=this.ch.ug,e.vc=this.ch.ue,e.trianglesSource=this.ch.ud,e.us=this.ch.uj,e.uu=this.ch.ul,e.uw=this.ch.un},i.prototype.ck=function(){var t=this.ch.t4;if(null==this.ch.cv)return t.t2=null,void(t.t3=null);t.t2=this.ch.cv.ua,t.t3=this.ch.cv.uc},i.prototype.cj=function(){this.ch.t4.u4=this.ch.ug},i.prototype.ci=function(){this.ch.t4.vc=this.ch.ue},i.prototype.cl=function(){this.ch.t4.trianglesSource=this.ch.ud},i.prototype.cm=function(){this.ch.t4.us=this.ch.uj},i.prototype.cn=function(){this.ch.t4.uu=this.ch.ul},i.prototype.co=function(){this.ch.t4.uw=this.ch.un},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.uy&&(this.cp.uy.wb=this.cp.u2,this.cp.uy.vz=this.cp.ux)},i.prototype.cq=function(){null!=this.cp.uy&&(this.cp.uy.wb=this.cp.u2)},i.prototype.cr=function(){null!=this.cp.uy&&(this.cp.uy.vz=this.cp.ux)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(t){function r(e){var i=t.call(this,e)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=e,i.fn.sn=2,i.fn.hq=5e-6,i}return e.__extends(r,t),r.prototype.m=function(t){return 2},r.prototype.bk=function(t){this.j.bw(t),this.fn.vf(t),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var t,e,i,r,o,a=this.j.a8(t,e,i,r,o);t=a.p0,e=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var c=0;c<s.a.count;c++)this.fn.ah.add(s.a.item(c));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fn.ai.add(s.f.item(l))},r.prototype.du=function(e){if(t.prototype.du.call(this,e),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(e)}},r.prototype.dv=function(e){(t.prototype.dv.call(this,e),this.fz=e,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(t){null!=this.fn.uf&&(this.fn.uf.windowRect=t)},r.prototype.fu=function(t,e){if(null!=this.fn.uf&&(this.fn.uf.windowRect=this.fn.tn),null!=t){var i=t.ao;null!=i&&this.fn.al.h.remove(i.ag),t.bd(null),t.be(null)}if(null!=e){var n=e.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==e&&this.ft(this.w)},r.prototype.ft=function(t){var e=this.fn.gh;1!=e&&(t.aa(),t.ab(e,e)),t.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=e&&t.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,t.prototype.d1.call(this)},r.prototype.fv=function(t){this.fp=t,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(t)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(t){this.fp=t},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),v=function(t){function i(){return t.call(this,new n.OpenStreetMapTileSource)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(t){this.h(i.tilePathProperty,t)},enumerable:!1,configurable:!0}),i.br=function(t,e){t.bq("TilePath",e.oldValue,e.newValue)},i.prototype.bq=function(e,i,n){switch(e){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}t.prototype.ba.call(this,e,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",y.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(y),_=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.prototype.cd=function(){return new b(this)},i.prototype.o1=function(e){t.prototype.o1.call(this,e),this.uc=e},i.prototype.o9=function(e,n,r,o){switch(t.prototype.o9.call(this,e,n,r,o),n){case"SeriesViewer":this.uc.ck();break;case i.$$p[1]:this.uc.cj();break;case i.$$p[0]:this.uc.ci();break;case i.$$p[5]:this.uc.cl();break;case i.$$p[2]:this.uc.cm();break;case i.$$p[3]:this.uc.cn();break;case i.$$p[4]:this.uc.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:ue:up",[2,"pointY"],"LongitudeMemberPath:ug:uq",[2,"pointX"],"TriangleVertexMemberPath1:uj:us",[2,"v1"],"TriangleVertexMemberPath2:ul:ut",[2,"v2"],"TriangleVertexMemberPath3:un:uu",[2,"v3"],"TrianglesSource:ud:ur",[n.IEnumerable_$type,null]]),i}(p),w=function(t){function r(){var e=t.call(this)||this;return e.uv=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,"ux",{get:function(){return this.uv},set:function(t){if(this.uv!=t){var e=this.uv;if(null!=this.uv){var i=this.uv;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.u5))}if(this.uv=t,null!=this.uv){var r=this.uv;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.u5))}this.raisePropertyChanged("ColorScale",e,this.uv),null!=this.uy&&(this.uy.vz=t)}},enumerable:!1,configurable:!0}),r.prototype.u5=function(t,e){this.u0.cr(),this.u7(),this.pq(!1)},r.prototype.u7=function(){null!=this.uy&&(this.uw=this.uy.vy)},r.prototype.qe=function(){t.prototype.qe.call(this),this.u7()},r.prototype.t3=function(){this.uy=new i.ScatterAreaSeries;var t=this.uy;return t.triangulationStatusChanged=n.delegateCombine(t.triangulationStatusChanged,n.runOn(this,this.u6)),this.uy},r.prototype.u6=function(t,e){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,e)},r.prototype.cd=function(){return new m(this)},r.prototype.o1=function(e){t.prototype.o1.call(this,e),this.u0=e},r.prototype.o9=function(e,i,n,o){switch(t.prototype.o9.call(this,e,i,n,o),i){case r.$$p[1]:this.u0.cq();break;case"ColorScale":this.u0.cr(),this.u7()}},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:uw:u8",[i.ColorScale.$,null],"ColorMemberPath:u2:u9",[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 u},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},t}(),C=function(t){function r(){var r=t.call(this)||this;r.contentSeries=[],r.actualSeries=[],r._series=null,r._dataSource=null,r._seriesAdapter=null,r._disconnected=!1,r._defaultTooltips=null,r._imageTilesReady=null,r._imageTilesReady_wrapped=null,r._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(r)),r._renderer=new n.WebComponentRenderer(r,document,!0,i.DataChartStylingDefaults),r._container=r._renderer.createElement("div"),r._renderer.updateRoot(r._container),r._container.setStyleProperty("display","block"),r._container.setStyleProperty("width","100%"),r._container.setStyleProperty("height","100%"),r._container,null!=r._container.nativeElement&&r._container.nativeElement,r._wrapper=r._renderer;var o=r.i;return r._chart=o,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(t){return t.i}),(function(t){t.owner=r,t._provideRenderer(r._dataSource),t.provideData(r._dataSource),r.parentElement&&t._styling(r,r,r),r._ensureDefaultTooltip(t),r._ensureTooltipCreated(t)}),(function(t){t._provideRenderer(null),t.provideData(null)})),o.provideContainer(r._renderer),new MutationObserver((function(t){var i,n;try{for(var o=e.__values(t),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(t){i={error:t}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return e.__extends(r,t),Object.defineProperty(r.prototype,"height",{get:function(){return this._height},set:function(t){this._height=t,this.style.height=t,this.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"width",{get:function(){return this._width},set:function(t){this._width=t,this.style.width=t,this.notifyContainerResized()},enumerable:!1,configurable:!0}),r.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(r.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(t){null!=t&&null!=t&&(this.i.legend=t.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"series",{get:function(){var t=this;if(null===this._series){var e=new i.IgcSeriesCollection;e._innerColl.addListener((function(e,i){if(t._seriesAdapter)switch(i.action){case n.NotifyCollectionChangedAction.Add:t._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:t._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:t._seriesAdapter.removeManualItemAt(i.oldStartingIndex),t._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:t._seriesAdapter.clearManualItems()}})),this._series=e}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new f},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(t){this._dataSource=t,this.bindData()},enumerable:!1,configurable:!0}),r.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,e=0;e<t.length;e++)t[e].provideData(this._dataSource)},r.prototype.updateContentChildren=function(){this.contentSeries.length=0;for(var t=0;t<this.children.length;t++)this.children[t]instanceof i.IgcSeriesComponent&&this.contentSeries.push(this.children[t]);null!=this._seriesAdapter&&this._seriesAdapter.notifyContentChanged()},r.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},r.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("igc-geographic-map"),this.classList.add("ig-geographic-map"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._flushQueuedAttributes(),this._styling(this,this);for(var t=0;t<this.actualSeries.length;t++){this.actualSeries[t]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var t=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var e=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=e,e.onContentReady=function(){t._onDefaultTooltipsReady(e)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(t){var e=this;t._ensureTooltipCreated((function(){return e.createTooltip()}),(function(t){var i=new n.WebComponentWrapper(t,e._renderer);return i.updateToolTip=t.updateToolTip,i.hideToolTip=t.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(t){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(t)},r.prototype._onDefaultTooltipsReady=function(t){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,i=0;i<e.length;i++)e[i].showDefaultTooltip&&this._ensureDefaultTooltip(e[i])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var t=n.TypeRegistrar.create("IgcTooltipContainerComponent"),e=t,i=this;return e.updateToolTip=function(r,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?r.isSubContent=!0:e.parentElement!=i._container.getNativeElement()&&(null!=e.parentElement&&e.parentElement.removeChild(e),i._container.getNativeElement().appendChild(e)),t.context=r,e.style.display="block",!0},e.hideToolTip=function(){e.style.display="none"},e.style.display="none",t},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(t){if("string"==typeof t&&"empty"==t)return this.i.backgroundContent=null,void this._a("backgroundContent","empty");null!=t&&null!=t?this.i.backgroundContent=t.i:(this.i.backgroundContent=null,this._a("backgroundContent","empty"))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var t=n.getAllPropertyNames(r),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);r._observedAttributesIgcGeographicMapComponent=t}return r._observedAttributesIgcGeographicMapComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"zoomable",{get:function(){return this.i.us},set:function(t){this.i.us=n.ensureBool(t),this._a("zoomable",this.i.us)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.ul},set:function(t){this.i.ul=n.ensureEnum(o,t),this._a("resizeBehavior",n.enumToString(o,this.i.ul))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.up},set:function(t){this.i.up=n.ensureBool(t),this._a("isHorizontalWrappingEnabled",this.i.up)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.uh},set:function(t){this.i.uh=n.ensureEnum(s,t),this._a("backgroundTilingMode",n.enumToString(s,this.i.uh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.ur},set:function(t){this.i.ur=n.ensureBool(t),this._a("useWorldRectForZoomBounds",this.i.ur)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.uq},set:function(t){this.i.uq=n.ensureBool(t),this._a("suppressZoomResetOnWorldRectChange",this.i.uq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.wn)},set:function(t){this.i.wn=n.toRect(t),this._a("worldRect",n.rectToString(this.i.wn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.wb)},set:function(t){this.i.wb=n.toRect(t),this._a("actualWorldRect",n.rectToString(this.i.wb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var t=this.i.ua;if(null==t)return null;if(!t.externalObject){var e=i.IgcNumericXAxisComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.ua=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var t=this.i.uc;if(null==t)return null;if(!t.externalObject){var e=i.IgcNumericYAxisComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uc=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.em},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.ux},set:function(t){this.i.ux=+t,this._a("windowScale",this.i.ux)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.uw},set:function(t){this.i.uw=+t,this._a("actualWindowScale",this.i.uw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.ut},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==e?this.backgroundContent:null)},r.prototype._styling=function(e,i,n){t.prototype._styling.call(this,e,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(e,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(e,i,this),this._inStyling=!1},r.prototype.getCurrentActualWorldRect=function(){var t=this.i.wf();return n.fromRect(t)},r.prototype.getZoomRectFromGeoRect=function(t){var e=this.i.getZoomRectFromGeoRect(n.toRect(t));return n.fromRect(e)},r.prototype.updateZoomWindow=function(t){this.i.vr(n.toRect(t))},r.prototype.updateWorldRect=function(t){this.i.vq(n.toRect(t))},r.prototype.getZoomFromGeographicRect=function(t){var e=this.i.getZoomFromGeographicRect(n.toRect(t));return n.fromRect(e)},r.prototype.convertGeographicToZoom=function(t,e){var i=this.i.wc(n.toRect(t),e);return n.fromRect(i)},r.prototype.getZoomFromGeographicPoints=function(t,e){var i=this.i.getZoomFromGeographicPoints(n.toPoint(t),n.toPoint(e));return n.fromRect(i)},r.prototype.getGeographicFromZoom=function(t){var e=this.i.wh(n.toRect(t));return n.fromRect(e)},r.prototype.getGeographicPoint=function(t){var e=this.i.v3(n.toPoint(t));return n.fromPoint(e)},r.prototype.getPixelPoint=function(t){var e=this.i.v4(n.toPoint(t));return n.fromPoint(e)},r.prototype.getWindowPoint=function(t){var e=this.i.v5(n.toPoint(t));return n.fromPoint(e)},r.prototype.clearTileCache=function(){this.i.ve()},r.prototype.styleUpdated=function(){this.i.vm()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.gr()},r.prototype.getActualWindowScaleVertical=function(){return this.i.gs()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.u0()},r.prototype.zoomToGeographic=function(t){this.i.vt(n.toRect(t))},Object.defineProperty(r.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMapComponent=null,r.htmlTagName="igc-geographic-map",r._isElementRegistered=!1,r}(i.IgcSeriesViewerComponent),P=function(t){function i(e){var i=t.call(this)||this;if(e)for(var n=0;n<e.length;n++)i.add(e[n]);return i}return e.__extends(i,t),i.prototype._createInnerColl=function(){var t=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return t.compare=function(t,e){var i=t;return i.equals?i.equals(e):i===e},t.createTo=function(t){return t},t.createFrom=function(t){return t},t},i}(n.IgCollection),M=function(t){return t[t.Aerial=0]="Aerial",t[t.AerialWithLabels=1]="AerialWithLabels",t[t.Road=2]="Road",t[t.CanvasDark=3]="CanvasDark",t[t.CanvasLight=4]="CanvasLight",t[t.CanvasGray=5]="CanvasGray",t}({}),I=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return new h},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},t}(),$=function(){function t(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return t.prototype.createImplementation=function(){return null},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),t._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return n.TypeRegistrar.isRegistered(e)?n.TypeRegistrar.create(e):null},t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},Object.defineProperty(t.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(t){this.i.deferralHandler=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(t){this.i.windowRect=n.toRect(t)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"geographicMap",{get:function(){var t=this.i.geographicMap;return null==t?null:t.externalObject},set:function(t){this.i.geographicMap=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"referer",{get:function(){return this.i.referer},set:function(t){this.i.referer=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(t){this.i.isHorizontalWrappingEnabled=n.ensureBool(t)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(t){this.i.userAgent=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"opacity",{get:function(){return this.i.opacity},set:function(t){this.i.opacity=+t},enumerable:!1,configurable:!0}),t.prototype.findByName=function(t){return this.findEphemera&&t&&0==t.indexOf("@@e:")?this.findEphemera(t):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==t?this.geographicMap:null},t.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(t.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(t){var e=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=t,this._imageTilesReady_wrapped=function(t,i){var n=new k;n._provideImplementation(i),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,n),e._imageTilesReady&&e._imageTilesReady(e,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"imagesChanged",{get:function(){return this._imagesChanged},set:function(t){var e=this;null!==this._imagesChanged_wrapped&&(this.i.imagesChanged=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=t,this._imagesChanged_wrapped=function(t,i){var n=new T;n._provideImplementation(i),e.beforeImagesChanged&&e.beforeImagesChanged(e,n),e._imagesChanged&&e._imagesChanged(e,n)},this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(t){var e=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=t,this._cancellingImage_wrapped=function(t,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeCancellingImage&&e.beforeCancellingImage(e,r),e._cancellingImage&&e._cancellingImage(e,r)},this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(t){var e=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=t,this._downloadingImage_wrapped=function(t,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,r),e._downloadingImage&&e._downloadingImage(e,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),t}(),j=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 j(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 j(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),c=0;c<o[0].imageUrlSubdomains.length;c++)s.add(o[0].imageUrlSubdomains[c]);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 c=o;n.stringIsNullOrEmpty(c)&&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",[j.$,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 j(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 j(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 j(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 j(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(t){this.i.bingImageryRestUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(t){this.i.actualBingImageryRestUri=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(t){this.i.cultureName=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(t){this.i.apiKey=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(t){this.i.imageryStyle=n.ensureEnum(I,t)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}($),x=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",A),n.TypeRegistrar.register("BingMapsMapImagery",R.$type)},t}(),G=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new v},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(t){this.i.tilePath=t},enumerable:!1,configurable:!0}),i}($),B=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",v.$type)},t}(),D=function(t){function i(){var e=t.call(this)||this;return e._getTileImageUri=null,e._getTileImageUri_wrapped=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(t){var e=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=t,this._getTileImageUri_wrapped=function(t,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,r),e._getTileImageUri&&e._getTileImageUri(e,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}($),E=function(t){function i(e){var i=t.call(this,e)||this;return i.getTileImageUri=null,e.getTileImageUri=n.delegateCombine(e.getTileImageUri,n.runOn(i,i.bq)),i}return e.__extends(i,t),i.prototype.bq=function(t,e){this.bp(e)},i.prototype.bp=function(t){null!=this.getTileImageUri&&this.getTileImageUri(this,t)},i.$t=n.markType(i,"CustomMapImagery",y.$),i}(y),N=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",E.$type)},t}(),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}($),U=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",V),n.TypeRegistrar.register("ArcGISOnlineMapImagery",z.$type)},t}(),q=function(){function t(){}return t.register=function(){x.register(),B.register(),N.register(),U.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},t}(),L=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicMapSeriesHostComponent=t}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.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.t6},set:function(t){this.i.t6=+t,this._a("visibleFromScale",this.i.t6)},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.ti(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(t){var e=this.i.tt(n.toPoint(t));return n.fromRect(e)},i.prototype.getSeriesValueMarkerBoundingBox=function(t){var e=this.i.tv(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.te(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.tg(n.toPoint(t),e,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(t,e,i){var r=this.i.tj(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.pq(t)},i.prototype.styleUpdated=function(){this.i.p9()},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.ux},set:function(t){this.i.ux=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.um},set:function(t){this.i.um=n.ensureBool(t),this._a("isCustomShapeStyleAllowed",this.i.um)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.ul},set:function(t){this.i.ul=n.ensureBool(t),this._a("isCustomShapeMarkerStyleAllowed",this.i.ul)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.ue},set:function(t){this.i.ue=n.ensureEnum(i.ShapeItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.ue))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.up},set:function(t){this.i.up=+t,this._a("itemSearchThreshold",this.i.up)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.uo},set:function(t){this.i.uo=+t,this._a("itemSearchPointsThreshold",this.i.uo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var t=this.i.uh;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.uh=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.un},set:function(t){this.i.un=+t,this._a("shapeFilterResolution",this.i.un)},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.uk=!1,e.uj=!1,e.assigningShapeStyle=null,e.assigningShapeMarkerStyle=null,e.ug=null,e.ui=!1,e}return e.__extends(r,t),r.prototype.cd=function(){return new W(this)},r.prototype.o1=function(e){t.prototype.o1.call(this,e),this.uf=e},r.prototype.get_et=function(){return!0},r.prototype.get_dv=function(){return!0},r.prototype.o9=function(e,i,o,a){switch(t.prototype.o9.call(this,e,i,o,a),i){case"SeriesViewer":this.uf.ci();break;case"ShapeMemberPath":this.uf.ck();break;case r.$$p[5]:this.uf.cj();break;case r.$$p[1]:if(this.t4.u3=this.um,this.uk=this.um,this.um){var s=this.t4;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.u0))}else{var c=this.t4;c.assigningShapeStyle=n.delegateRemove(c.assigningShapeStyle,n.runOn(this,this.u0))}break;case r.$$p[0]:if(this.t4.u2=this.ul,this.uj=this.ul,this.um){var l=this.t4;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.uz))}else{var u=this.t4;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.uz))}break;case r.$$p[2]:this.t4.uk=this.ue;break;case r.$$p[3]:this.t4.vk=this.uo;break;case r.$$p[4]:this.t4.vl=this.up;break;case"ShapefileDataSource":if(null!=o){var h=o;this.ui&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.u1)))}if(null!=a){var p=a;if(p.count>0){this.u2();break}this.ui=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.u1))}}},r.prototype.u0=function(t,e){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,e)},r.prototype.uz=function(t,e){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,e)},r.prototype.u1=function(t,e){this.u2()},r.prototype.u2=function(){var t=this.uh.externalObject;this.itemsSource=t.getPointData()},Object.defineProperty(r.prototype,"uh",{get:function(){return this.ug},set:function(t){var e=this.ug;this.ug=t,e!=this.ug&&this.raisePropertyChanged("ShapefileDataSource",e,this.ug)},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:ul:u3",[0,!1],"IsCustomShapeStyleAllowed:um:u4",[0,!1],"ItemSearchMode:ue:u5",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:uo:u6",[1,1e4],"ItemSearchThreshold:up:u7",[1,1e4],"ShapeFilterResolution:un:u8",[1,2],"ShapeMemberPath:ux:u9",[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.t4.vx=this.ch.ux},i.prototype.ci=function(){var t=this.ch.t4;if(null==this.ch.cv)return t.ue=null,void(t.ug=null);t.ue=this.ch.cv.ua,t.ug=this.ch.cv.uc},i.prototype.ck=function(){this.ch.t4.vx=this.ch.ux},i.prototype.cj=function(){this.ch.t4.vh=this.ch.un},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.ux="points"),i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cl.wh=i.Defaults.aj,this.cl.iv=i.Defaults.p,this.cl.vg=i.Defaults.o,this.cl.vd=i.Defaults.d,this.cl.vb=i.Defaults.a)},r.prototype.b5=function(){t.prototype.b5.call(this),this.cl.t4.yf=this.cl.wj,this.cl.t4.w8=this.cl.ve,this.cl.t4.xu=this.cl.vz,this.cl.t4.xb=this.cl.vg,this.cl.t4.wu=this.cl.va},r.prototype.cq=function(){this.cl.t4.xu=this.cl.vz},r.prototype.cs=function(){this.cl.t4.xb=this.cl.vg},r.prototype.cn=function(){this.cl.t4.wu=this.cl.va},r.prototype.cr=function(){this.cl.t4.w3=this.cl.vd},r.prototype.cm=function(){this.cl.t4.yb=this.cl.wg},r.prototype.co=function(){this.cl.t4.yc=this.cl.wh},r.prototype.cp=function(){this.cl.t4.ye=this.cl.wi},r.prototype.ct=function(){this.cl.t4.w8=this.cl.ve},r.prototype.cu=function(){this.cl.t4.yf=this.cl.wj},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.o1=function(e){t.prototype.o1.call(this,e),this.vf=e},r.prototype.t3=function(){var t=new i.ScatterPolygonSeries;return t.styleShape=n.delegateCombine(t.styleShape,n.runOn(this,this.vw)),t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.vx)),t},r.prototype.vw=function(t,e){null!=this.styleShape&&this.styleShape(this,e)},r.prototype.vx=function(t,e){n.typeCast(i.ScatterPolygonSeries.$,this.t4)},r.prototype.ht=function(){return this.vg},r.prototype.s0=function(){return this.we},r.prototype.s1=function(){return this.wf},r.prototype.qw=function(){return this.vy},r.prototype.ky=function(){var t=n.typeCast(i.ScatterPolygonSeries.$,this.t4);return null==t?"Unknown":t.ky()},r.prototype.o9=function(e,i,n,o){switch(t.prototype.o9.call(this,e,i,n,o),i){case r.$$p[6]:this.t4.w1=this.vc;break;case r.$$p[5]:this.t4.wx=this.vb;break;case r.$$p[9]:this.vf.cq();break;case r.$$p[10]:this.vf.cs();break;case r.$$p[4]:this.vf.cn();break;case r.$$p[11]:this.vf.cr();break;case r.$$p[3]:this.vf.cm();break;case r.$$p[7]:this.vf.co();break;case r.$$p[8]:this.vf.cp();break;case r.$$p[13]:this.vf.ct();break;case r.$$p[12]:this.vf.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:we:v0",[n.Brush.$],"ActualMarkerOutline:wf:v1",[n.Brush.$],"ActualMarkerTemplate:vy:v2",[n.DataTemplate.$,null],"MarkerBrush:wg:v3",[n.Brush.$],"MarkerCollisionAvoidance:va:v4",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:vb:v5",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:vc:v6",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:wh:v7",[n.Brush.$],"MarkerStyle:wi:v8",[n.Style.$],"MarkerTemplate:vz:v9",[n.DataTemplate.$,null],"MarkerThickness:vg:wa",[1,n.DeviceUtils.g(2)],"MarkerType:vd:wb",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:wj:wc",[n.Style.$,null],"ShapeStyleSelector:ve:wd",[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.wj?this.i.wj.fill:null},set:function(t){this.ensureShapeStyle(),this.i.wj.fill=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.wj?this.i.wj.stroke:null},set:function(t){this.ensureShapeStyle(),this.i.wj.stroke=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.wj?this.i.wj.strokeThickness:NaN},set:function(t){this.ensureShapeStyle(),this.i.wj.strokeThickness=+t,this._a("shapeStrokeThickness",this.i.wj.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.wj?this.i.wj.opacity:NaN},set:function(t){this.ensureShapeStyle(),this.i.wj.opacity=+t,this._a("shapeOpacity",this.i.wj.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.wj||(this.i.wj=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.vd},set:function(t){this.i.vd=n.ensureEnum(i.MarkerType_$type,t),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.vd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.vc},set:function(t){this.i.vc=n.ensureEnum(i.MarkerOutlineMode_$type,t),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.vc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.vb},set:function(t){this.i.vb=n.ensureEnum(i.MarkerFillMode_$type,t),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.vb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.vz},set:function(t){this.i.vz=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.wg)},set:function(t){this.i.wg=n.stringToBrush(t),this._a("markerBrush",n.brushToString(this.i.wg))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.wh)},set:function(t){this.i.wh=n.stringToBrush(t),this._a("markerOutline",n.brushToString(this.i.wh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.vg},set:function(t){this.i.vg=+t,this._a("markerThickness",this.i.vg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.va},set:function(t){this.i.va=n.ensureEnum(i.CollisionAvoidanceType_$type,t),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.va))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.vy},set:function(t){this.i.vy=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.we)},set:function(t){this.i.we=n.stringToBrush(t),this._a("actualMarkerBrush",n.brushToString(this.i.we))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.wf)},set:function(t){this.i.wf=n.stringToBrush(t),this._a("actualMarkerOutline",n.brushToString(this.i.wf))},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.t4.wu=this.cl.va,this.cl.t4.wz=this.cl.vi},r.prototype.cm=function(){this.cl.t4.wu=this.cl.va},r.prototype.cn=function(){this.cl.t4.wz=this.cl.vi},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.o1=function(e){t.prototype.o1.call(this,e),this.vb=e},r.prototype.t3=function(){var t=new i.ScatterPolylineSeries;return t.styleShape=n.delegateCombine(t.styleShape,n.runOn(this,this.vf)),t},r.prototype.vf=function(t,e){null!=this.styleShape&&this.styleShape(this,e)},r.prototype.o9=function(e,i,n,o){switch(t.prototype.o9.call(this,e,i,n,o),i){case r.$$p[1]:this.vb.cm();break;case r.$$p[0]:this.vb.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:vi:vg",[n.Style.$,null],"ShapeStyleSelector:va:vh",[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.vi?this.i.vi.fill:null},set:function(t){this.ensureShapeStyle(),this.i.vi.fill=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.vi?this.i.vi.stroke:null},set:function(t){this.ensureShapeStyle(),this.i.vi.stroke=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.vi?this.i.vi.strokeThickness:NaN},set:function(t){this.ensureShapeStyle(),this.i.vi.strokeThickness=+t,this._a("shapeStrokeThickness",this.i.vi.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.vi?this.i.vi.opacity:NaN},set:function(t){this.ensureShapeStyle(),this.i.vi.opacity=+t,this._a("shapeOpacity",this.i.vi.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.vi||(this.i.vi=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 c=e.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(t,e){return i.deferralHandler.deferAction((function(){return c.src=e.url}))}),(function(t,e){}),(function(t,e){}),c)},i.$t=n.markType(i,"TileGeneratorMapImagery",y.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(y),nt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),i.prototype.createImplementation=function(){return new it},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(t){this.i.tileGenerator=t},enumerable:!1,configurable:!0}),i}($),rt=function(){function t(){}return t.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",nt),n.TypeRegistrar.register("TileGeneratorMapImagery",it.$type)},t}(),ot=function(t){function r(){var e=t.call(this)||this;return e.wv=null,e.wu=null,e.imageTilesReady=null,e.wy=null,e.wz=!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.o1=function(e){t.prototype.o1.call(this,e),this.wt=e},r.prototype.get_u5=function(){return!1},Object.defineProperty(r.prototype,"wx",{get:function(){return this.wv},set:function(t){if(t!=this.wx){var e=this.wx;this.wv=t,this.raisePropertyChanged("TileImagery",e,t)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ww",{get:function(){return this.wu},set:function(t){var e=this.wu;this.wu=t,this.raisePropertyChanged("ActualTileImagery",e,this.wu)},enumerable:!1,configurable:!0}),r.prototype.o9=function(e,i,r,o){var a,s;switch(t.prototype.o9.call(this,e,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.w2))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.w2))),this.wt.dh(a,s),this.pq(!1),this.om();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.w3)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.w3)),s.deferralHandler=this),this.wt.dg(a,s),null!=s&&null!==n.typeCast(f.$,this.cv)&&(s.geographicMap=this.cv,this.w5(this.cg),this.wt.dd(this.cv.tn)),this.om();break;case"ActualWindowRect":this.wt.dd(o);break;case"WorldRect":this.wt.dk(o);break;case"SeriesViewer":var c=o;null!=r&&null!=this.ww&&this.ww.be(null),null!=c&&null!=this.ww&&this.ww.be(this.cg.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.oo()}},r.prototype.w2=function(t,e){"MultiScaleImage"==e.propertyName&&this.w5(this.cg)},r.prototype.w3=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.wz||this.wt.di()},r.prototype.register=function(t,e){this.wy=e},r.prototype.unRegister=function(t){this.wy=null},r.prototype.deferredRefresh=function(){this.pq(!1)},r.prototype.deferAction=function(t){null!=this.i5?this.i5.setTimeout(t,0):window.setTimeout(t,0)},r.prototype.qn=function(e,i){this.wt.dj(),t.prototype.qn.call(this,e,i)},r.prototype.pr=function(e){t.prototype.pr.call(this,e),this.w4(e,this.cg)},r.prototype.w4=function(t,e){var i,n,r=e,o=e.getViewInfo(i,n);i=o.p0,n=o.p1,this.w5(e),null!=this.wy&&(this.wz=!0,this.wy(t),this.wz=!1),r.di()},r.prototype.pp=function(e,i,n,r,o){t.prototype.pp.call(this,e,i,n,r,o);var a=this.gv.item(r);a.a3(n),this.dm(a)||this.wc(a)},r.prototype.w5=function(t){var e,i,n=t.getViewInfo(e,i);e=n.p0,i=n.p1,null!=this.wx&&null!=this.wx.ao&&(this.wx!=this.ww&&(this.ww=this.wx),null==this.ww||e.isEmpty||(this.ww.width!=e.width&&(this.ww.width=e.width),this.ww.height!=e.height&&(this.ww.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.s3=i.Defaults.ao,this.da.sx=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.wx&&(this.da.wx.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.wx&&this.da.wx.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)),c=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,c,o,a,s,c),r&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(t){null!=this.da.wx&&this.da.wx.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.wx;return null==t?null:t.externalObject},set:function(t){this.i.wx=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),ct=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.vb=null,e.va=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,"vc",{get:function(){return this.vb},set:function(t){if(t!=this.vc){var e=this.vc;this.vb=t,this.raisePropertyChanged("TileImagery",e,t)}},enumerable:!1,configurable:!0}),i.prototype.vg=function(){null!=this.vc&&this.vc.clearTileCache()},i.prototype.o9=function(e,i,n,r){switch(t.prototype.o9.call(this,e,i,n,r),i){case"TileImagery":null!=this.t4&&(this.t4.wx=this.vc)}},i.prototype.t9=function(){if(t.prototype.t9.call(this),this.t4.wx=this.vc,null!=this.va){var e=this.va;e.imageTilesReady=n.delegateRemove(e.imageTilesReady,n.runOn(this,this.vf))}if(this.va=this.t4,null!=this.va){var i=this.va;i.imageTilesReady=n.delegateCombine(i.imageTilesReady,n.runOn(this,this.vf))}},i.prototype.t3=function(){return new ot},i.prototype.vf=function(t,e){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),ut=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.vc;return null==t?null:t.externalObject},set:function(t){this.i.vc=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.vg()},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(){ct.register(),ut.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ut),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.ue},set:function(t){this.i.ue=n.ensureEnum(i.MarkerType_$type,t),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.ue))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.uf},set:function(t){this.i.uf=+t,this._a("markerThickness",this.i.uf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.ud},set:function(t){this.i.ud=n.ensureEnum(i.MarkerOutlineMode_$type,t),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.ud))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.uc},set:function(t){this.i.uc=n.ensureEnum(i.MarkerFillMode_$type,t),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.uc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.uu},set:function(t){this.i.uu=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.u8)},set:function(t){this.i.u8=n.stringToBrush(t),this._a("markerBrush",n.brushToString(this.i.u8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.u9)},set:function(t){this.i.u9=n.stringToBrush(t),this._a("markerOutline",n.brushToString(this.i.u9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.ug},set:function(t){this.i.ug=+t,this._a("maximumMarkers",this.i.ug)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.ut},set:function(t){this.i.ut=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.u6)},set:function(t){this.i.u6=n.stringToBrush(t),this._a("actualMarkerBrush",n.brushToString(this.i.u6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.u7)},set:function(t){this.i.u7=n.stringToBrush(t),this._a("actualMarkerOutline",n.brushToString(this.i.u7))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),gt=function(t){function r(){var e=t.call(this)||this,i=e.t4;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(e,e.us)),e}return e.__extends(r,t),r.prototype.qw=function(){return this.ut},r.prototype.s0=function(){return this.u6},r.prototype.s1=function(){return this.u7},r.prototype.ht=function(){return this.uf},r.prototype.ky=function(){var t=n.typeCast(i.MarkerSeries.$,this.t4);return null==t?"Unknown":t.ky()},r.prototype.us=function(t,e){var r=n.typeCast(i.MarkerSeries.$,this.t4);null!=r&&("ActualMarkerTemplate"==e.propertyName?this.ut=r.uv:"ActualMarkerOutline"==e.propertyName?this.u7=r.vc:"ActualMarkerBrush"==e.propertyName&&(this.u6=r.vb))},r.prototype.o9=function(e,i,n,o){switch(t.prototype.o9.call(this,e,i,n,o),i){case r.$$p[3]:this.t4.vd=this.u8;break;case r.$$p[6]:this.t4.ve=this.u9;break;case r.$$p[5]:this.t4.t8=this.ud;break;case r.$$p[4]:this.t4.t4=this.uc;break;case r.$$p[9]:this.t4.ub=this.ue;break;case r.$$p[7]:this.t4.ux=this.uu;break;case r.$$p[8]:this.t4.ug=this.uf;break;case r.$$p[10]:this.t4.w2=this.ug}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:u6:uv",[n.Brush.$],"ActualMarkerOutline:u7:uw",[n.Brush.$],"ActualMarkerTemplate:ut:ux",[n.DataTemplate.$,null],"MarkerBrush:u8:uy",[n.Brush.$],"MarkerFillMode:uc:uz",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:ud:u0",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:u9:u1",[n.Brush.$],"MarkerTemplate:uu:u2",[n.DataTemplate.$,null],"MarkerThickness:uf:u3",[1,n.DeviceUtils.g(2)],"MarkerType:ue:u4",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:ug:u5",[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.t4;e.xm=this.ch.v3,e.xu=this.ch.v1,e.ub=this.ch.ue,e.ux=this.ch.uu,e.ug=this.ch.uf,e.zu=this.ch.vn,e.aak=this.ch.v8,e.zk=this.ch.vf,e.aaa=this.ch.vz,e.z5=this.ch.vr,e.zh=this.ch.vc,e.zs=this.ch.vj,e.zt=this.ch.vm,e.zz=this.ch.vp,e.zy=this.ch.vo},i.prototype.cq=function(){this.ch.t4.xm=this.ch.v3},i.prototype.cp=function(){this.ch.t4.xu=this.ch.v1},i.prototype.cv=function(){this.ch.t4.ub=this.ch.ue},i.prototype.ct=function(){this.ch.t4.ux=this.ch.uu},i.prototype.cu=function(){this.ch.t4.ug=this.ch.uf},i.prototype.cw=function(){this.ch.t4.w2=this.ch.ug},i.prototype.cy=function(){this.ch.t4.xAxis=this.ch.cv.ua},i.prototype.cz=function(){this.ch.t4.yAxis=this.ch.cv.uc},i.prototype.cx=function(){var t=this.ch.t4;if(null==this.ch.cv)return t.xAxis=null,void(t.yAxis=null);t.xAxis=this.ch.cv.ua,t.yAxis=this.ch.cv.uc},i.prototype.cr=function(){this.ch.t4.vd=this.ch.u8},i.prototype.cs=function(){this.ch.t4.ve=this.ch.u9},i.prototype.c0=function(){this.ch.t4.aak=this.ch.v8},i.prototype.c1=function(){this.ch.t4.zk=this.ch.vf,this.ch.t4.zu=this.ch.vn},i.prototype.cl=function(){this.ch.t4.aaa=this.ch.vz},i.prototype.cj=function(){this.ch.t4.zh=this.ch.vc,this.ch.t4.zs=this.ch.vj,this.ch.t4.zt=this.ch.vm,this.ch.t4.zz=this.ch.vp,this.ch.t4.zy=this.ch.vo},i.prototype.ci=function(){this.ch.t4.z5=this.ch.vr},i.prototype.c2=function(){this.ch.t4.zu=this.ch.vn},i.prototype.ck=function(){this.ch.t4.zs=this.ch.vj},i.prototype.co=function(){this.ch.t4.zt=this.ch.vm},i.prototype.cn=function(){this.ch.t4.zz=this.ch.vp},i.prototype.cm=function(){this.ch.t4.zy=this.ch.vo},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),yt=function(t){function r(){var e=t.call(this)||this;return e.vd=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 ft(this)},r.prototype.o1=function(e){t.prototype.o1.call(this,e),this.vg=e},r.prototype.ir=function(){return.7},r.prototype.t3=function(){return new i.BubbleSeries},r.prototype.get_et=function(){return!0},r.prototype.o9=function(e,i,o,a){switch(t.prototype.o9.call(this,e,i,o,a),i){case"SeriesViewer":this.vg.cx();break;case r.$$p[9]:this.vg.cq();break;case r.$$p[8]:this.vg.cp();break;case"XAxis":this.vg.cy();break;case"YAxis":this.vg.cz();break;case r.$$p[13]:this.vg.c0();break;case r.$$p[14]:this.vg.c1();break;case r.$$p[15]:this.vg.c2();break;case r.$$p[7]:this.vg.cl();break;case r.$$p[0]:this.vg.ci();break;case r.$$p[1]:this.vg.cj();break;case r.$$p[2]:this.vg.ck();break;case r.$$p[12]:this.vg.co();break;case r.$$p[11]:this.vg.cn();break;case r.$$p[10]:this.vg.cm();break;case r.$$p[4]:if(this.t4.wj=this.vl,this.vi=this.vl,this.vl){var s=this.t4;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.wd))}else{var c=this.t4;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.wd))}break;case r.$$p[3]:if(this.t4.wi=this.vk,this.vh=this.vk,this.vl){var l=this.t4;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.wc))}else{var u=this.t4;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.wc))}break;case r.$$p[5]:this.t4.v2=this.ve;break;case r.$$p[6]:this.t4.w1=this.vq}},r.prototype.wd=function(t,e){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,e)},r.prototype.wc=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:vr:we",[2],"FillScale:vc:wf",[i.BrushScale.$],"FillScaleUseGlobalValues:vj:wg",[0,!1],"IsCustomScatterMarkerStyleAllowed:vk:wh",[0,!1],"IsCustomScatterStyleAllowed:vl:wi",[0,!1],"ItemSearchMode:ve:wj",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vq:wk",[1,1e4],"LabelMemberPath:vz:wl",[2],"LatitudeMemberPath:v1:wm",[2,null],"LongitudeMemberPath:v3:wn",[2,null],"MarkerBrushBrightness:vo:wo",[1,NaN],"MarkerOutlineBrightness:vp:wp",[1,NaN],"MarkerOutlineUsesFillScale:vm:wq",[0,!1],"RadiusMemberPath:v8:wr",[2,null],"RadiusScale:vf:ws",[i.SizeScale.$],"RadiusScaleUseGlobalValues:vn:wt",[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.v1},set:function(t){this.i.v1=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.v3},set:function(t){this.i.v3=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.v8},set:function(t){this.i.v8=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var t=this.i.vf;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.vf=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.vz},set:function(t){this.i.vz=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.vr},set:function(t){this.i.vr=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var t=this.i.vc;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.vc=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.vj},set:function(t){this.i.vj=n.ensureBool(t),this._a("fillScaleUseGlobalValues",this.i.vj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.vm},set:function(t){this.i.vm=n.ensureBool(t),this._a("markerOutlineUsesFillScale",this.i.vm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.vp},set:function(t){this.i.vp=+t,this._a("markerOutlineBrightness",this.i.vp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.vo},set:function(t){this.i.vo=+t,this._a("markerBrushBrightness",this.i.vo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.vn},set:function(t){this.i.vn=n.ensureBool(t),this._a("radiusScaleUseGlobalValues",this.i.vn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vl},set:function(t){this.i.vl=n.ensureBool(t),this._a("isCustomScatterStyleAllowed",this.i.vl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vk},set:function(t){this.i.vk=n.ensureBool(t),this._a("isCustomScatterMarkerStyleAllowed",this.i.vk)},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.vq},set:function(t){this.i.vq=+t,this._a("itemSearchThreshold",this.i.vq)},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.t4;t.prototype.b5.call(this),e.xm=this.ch.vs,e.xu=this.ch.vq,e.ub=this.ch.ue,e.ux=this.ch.uu,e.ug=this.ch.uf},i.prototype.cj=function(){this.ch.t4.xm=this.ch.vs},i.prototype.ci=function(){this.ch.t4.xu=this.ch.vq},i.prototype.cp=function(){this.ch.t4.ub=this.ch.ue},i.prototype.cn=function(){this.ch.t4.ux=this.ch.uu},i.prototype.co=function(){this.ch.t4.ug=this.ch.uf},i.prototype.cq=function(){this.ch.t4.w2=this.ch.ug},i.prototype.cs=function(){this.ch.t4.xAxis=this.ch.cv.ua},i.prototype.ct=function(){this.ch.t4.yAxis=this.ch.cv.uc},i.prototype.cr=function(){var t=this.ch.t4;if(null==this.ch.cv)return t.xAxis=null,void(t.yAxis=null);t.xAxis=this.ch.cv.ua,t.yAxis=this.ch.cv.uc},i.prototype.cl=function(){this.ch.t4.vn=this.ch.vc},i.prototype.ck=function(){this.ch.t4.vd=this.ch.u8},i.prototype.cm=function(){this.ch.t4.ve=this.ch.u9},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),St=function(t){function r(){var e=t.call(this)||this;return e.ve=null,e.vh=!1,e.vg=!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.o1=function(e){t.prototype.o1.call(this,e),this.vf=e},r.prototype.ir=function(){return.7},r.prototype.t3=function(){return new i.ScatterSeries},r.prototype.get_et=function(){return!0},r.prototype.o9=function(e,i,o,a){switch(t.prototype.o9.call(this,e,i,o,a),i){case"SeriesViewer":this.vf.cr();break;case r.$$p[5]:this.vf.cj();break;case r.$$p[4]:this.vf.ci();break;case r.$$p[6]:this.vf.cl();break;case"XAxis":this.vf.cs();break;case"YAxis":this.vf.ct();break;case r.$$p[1]:if(this.t4.wj=this.vj,this.vh=this.vj,this.vj){var s=this.t4;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.vx))}else{var c=this.t4;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.vx))}break;case r.$$p[0]:if(this.t4.wi=this.vi,this.vg=this.vi,this.vj){var l=this.t4;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.vw))}else{var u=this.t4;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.vw))}break;case r.$$p[2]:this.t4.v2=this.vd;break;case r.$$p[3]:this.t4.w1=this.vl}},r.prototype.vx=function(t,e){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,e)},r.prototype.vw=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:vi:vy",[0,!1],"IsCustomScatterStyleAllowed:vj:vz",[0,!1],"ItemSearchMode:vd:v0",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:vl:v1",[1,1e4],"LatitudeMemberPath:vq:v2",[2,null],"LongitudeMemberPath:vs:v3",[2,null],"MarkerCollisionAvoidance:vc:v4",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:vk:v5",[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.vq},set:function(t){this.i.vq=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.vs},set:function(t){this.i.vs=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.vc},set:function(t){this.i.vc=n.ensureEnum(i.CollisionAvoidanceType_$type,t),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.vc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.vj},set:function(t){this.i.vj=n.ensureBool(t),this._a("isCustomScatterStyleAllowed",this.i.vj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.vi},set:function(t){this.i.vi=n.ensureBool(t),this._a("isCustomScatterMarkerStyleAllowed",this.i.vi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.vd},set:function(t){this.i.vd=n.ensureEnum(i.ScatterItemSearchMode_$type,t),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.vd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.vl},set:function(t){this.i.vl=+t,this._a("itemSearchThreshold",this.i.vl)},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.ug},set:function(t){this.i.ug=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.ue},set:function(t){this.i.ue=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.ud},set:function(t){this.i.ud=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.uj},set:function(t){this.i.uj=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.ul},set:function(t){this.i.ul=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.un},set:function(t){this.i.un=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.u2},set:function(t){this.i.u2=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{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}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var t=this.i.uw;if(null==t)return null;if(!t.externalObject){var e=i.IgcColorScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uw=null==t?null:t.i},enumerable:!1,configurable:!0}),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.u7()},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.t4);e.wc=this.ch.ut,e.wk=this.ch.ur,e.up=this.ch.ug,e.uo=this.ch.uf,e.fl=this.ch.ue,e.vk=this.ch.ui,e.vj=this.ch.uh,e.xi=this.ch.vc,e.xh=this.ch.vb,e.vw=this.ch.ul},r.prototype.cn=function(){this.ch.t4.wc=this.ch.ut},r.prototype.cm=function(){this.ch.t4.wk=this.ch.ur},r.prototype.cs=function(){this.ch.t4.up=this.ch.ug},r.prototype.cq=function(){this.ch.t4.uo=this.ch.uf},r.prototype.co=function(){this.ch.t4.fl=this.ch.ue},r.prototype.cl=function(){this.ch.t4.vk=this.ch.ui},r.prototype.cj=function(){this.ch.t4.vj=this.ch.uh},r.prototype.cr=function(){var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.t4);if(null==this.ch.cv)return t.t9=null,void(t.ub=null);t.t9=this.ch.cv.ua,t.ub=this.ch.cv.uc},r.prototype.ct=function(){this.ch.t4.t9=this.ch.cv.ua},r.prototype.cu=function(){this.ch.t4.ub=this.ch.cv.uc},r.prototype.ck=function(){this.ch.t4.xi=this.ch.vc},r.prototype.ci=function(){this.ch.t4.xh=this.ch.vb},r.prototype.cp=function(){this.ch.t4.vw=this.ch.ul},r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.ch.vc=i.Defaults.aq,this.ch.vb=i.Defaults.ap,this.ch.sx=i.Defaults.al,this.ch.s3=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.uc=null,e.progressiveLoadStatusChanged=null,e.uk=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.o1=function(e){t.prototype.o1.call(this,e),this.ud=e},r.prototype.t3=function(){return this.uc=new i.HighDensityScatterSeries,this.uc},Object.defineProperty(r.prototype,"um",{get:function(){return this.uk},set:function(t){var e=this.uk;this.uk=t,this.raisePropertyChanged("ProgressiveStatus",e,this.uk)},enumerable:!1,configurable:!0}),r.prototype.t9=function(){t.prototype.t9.call(this);var e=this.t4;e.progressiveLoadStatusChanged=n.delegateCombine(e.progressiveLoadStatusChanged,n.runOn(this,this.u0));var i=this.t4;i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(this,this.uz))},r.prototype.u0=function(t,e){this.um=e.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,e)},r.prototype.uz=function(t,e){this.uc},r.prototype.o9=function(e,i,n,o){switch(t.prototype.o9.call(this,e,i,n,o),i){case"SeriesViewer":this.ud.cr();break;case r.$$p[5]:this.ud.cn();break;case r.$$p[4]:this.ud.cm();break;case r.$$p[9]:this.ud.cs();break;case r.$$p[8]:this.ud.cq();break;case r.$$p[6]:this.ud.co();break;case"XAxis":this.ud.ct();break;case"YAxis":this.ud.cu();break;case r.$$p[3]:this.ud.cl();break;case r.$$p[1]:this.ud.cj();break;case r.$$p[2]:this.ud.ck();break;case r.$$p[0]:this.ud.ci();break;case r.$$p[7]:this.ud.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:vb:u1",[n.Color.$,i.Defaults.ap],"HeatMaximum:uh:u2",[1,50],"HeatMinimumColor:vc:u3",[n.Color.$,i.Defaults.aq],"HeatMinimum:ui:u4",[1,0],"LatitudeMemberPath:ur:u5",[2,null],"LongitudeMemberPath:ut:u6",[2,null],"MouseOverEnabled:ue:u7",[0,!1],"PointExtent:ul:u8",[1,1],"ProgressiveLoad:uf:u9",[0,!0],"UseBruteForce:ug:va",[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.ur},set:function(t){this.i.ur=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.ut},set:function(t){this.i.ut=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.ug},set:function(t){this.i.ug=n.ensureBool(t),this._a("useBruteForce",this.i.ug)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.uf},set:function(t){this.i.uf=n.ensureBool(t),this._a("progressiveLoad",this.i.uf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.ue},set:function(t){this.i.ue=n.ensureBool(t),this._a("mouseOverEnabled",this.i.ue)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.ui},set:function(t){this.i.ui=+t,this._a("heatMinimum",this.i.ui)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.uh},set:function(t){this.i.uh=+t,this._a("heatMaximum",this.i.uh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.vc)},set:function(t){this.i.vc=n.stringToColor(t),this._a("heatMinimumColor",n.colorToString(this.i.vc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.vb)},set:function(t){this.i.vb=n.stringToColor(t),this._a("heatMaximumColor",n.colorToString(this.i.vb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.ul},set:function(t){this.i.ul=+t,this._a("pointExtent",this.i.ul)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.um},set:function(t){this.i.um=+t,this._a("progressiveStatus",this.i.um)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(t){var e=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=n.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=t,this._progressiveLoadStatusChanged_wrapped=function(t,n){var r=new i.IgcProgressiveLoadStatusEventArgs;r._provideImplementation(n),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,r),e._progressiveLoadStatusChanged&&e._progressiveLoadStatusChanged(e,r)},this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,r.htmlTagName="igc-geographic-high-density-scatter-series",r._isElementRegistered=!1,r}(L),Tt=function(){function t(){}return t.register=function(){i.IgcHighDensityScatterSeriesModule.register(),It.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",It),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Mt.$type)},t}(),$t=function(t){function r(e){var i=t.call(this,e)||this;return i.cp=null,i.cp=e,i}return e.__extends(r,t),r.prototype.au=function(){t.prototype.au.call(this),this.q||(this.cp.iv=i.Defaults.m)},r.prototype.b5=function(){t.prototype.b5.call(this),null!=this.cp.t4&&(this.cp.uw.vz=this.cp.uz,this.cp.uw.v9=this.cp.u3)},r.prototype.cq=function(){null!=this.cp.uw&&(this.cp.uw.vz=this.cp.uz)},r.prototype.cr=function(){null!=this.cp.uw&&(this.cp.uw.v9=this.cp.u3)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),jt=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.t9=function(){t.prototype.t9.call(this)},r.prototype.t3=function(){this.uw=new i.ScatterContourSeries;var t=this.uw;t.triangulationStatusChanged=n.delegateCombine(t.triangulationStatusChanged,n.runOn(this,this.u6));var e=this.uw;return e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.u7)),this.uw},r.prototype.u6=function(t,e){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,e)},r.prototype.u7=function(t,e){var r=n.typeCast(i.ScatterContourSeries.$,this.t4);null!=r&&"ActualFillScale"==e.propertyName&&(this.uy=r.vy)},r.prototype.qe=function(){t.prototype.qe.call(this)},r.prototype.cd=function(){return new $t(this)},r.prototype.o1=function(e){t.prototype.o1.call(this,e),this.u0=e},r.prototype.o9=function(e,i,n,o){switch(t.prototype.o9.call(this,e,i,n,o),i){case r.$$p[1]:this.u0.cq();break;case r.$$p[2]:this.u0.cr();break;case r.$$p[3]:this.uw.vw=this.uv;break;case"DashArray":this.uw.s8=this.s8;break;case"DashCap":this.uw.s9=this.s9;break;case"MiterLimit":this.uw.im=this.im;break;case"LineJoin":this.uw.tb=this.tb}},r.$t=n.markType(r,"GeographicContourLineSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:uy:u8",[i.ValueBrushScale.$,null],"FillScale:uz:u9",[i.ValueBrushScale.$,null],"ValueMemberPath:u3:va",[2,"value"],"ValueResolver:uv:vb",[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 jt},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.u3},set:function(t){this.i.u3=t},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{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,"actualFillScale",{get:function(){var t=this.i.uy;if(null==t)return null;if(!t.externalObject){var e=i.IgcValueBrushScaleComponent._createFromInternal(t);e&&(e._implementation=t),t.externalObject=e}return t.externalObject},set:function(t){null!=t&&this._stylingContainer&&t._styling&&t._styling(this._stylingContainer,this,this),this.i.uy=null==t?null:t.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var t=this.i.uv;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.uv=null==t?null:t.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(e){var i=t.prototype.findByName.call(this,e);return i||(this.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",jt.$type)},t}(),At=function(){function t(){}return t.register=function(){Q.register(),et.register(),rt.register(),n.IgcHeatTileGeneratorModule.register(),ht.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),bt.register(),_t.register(),Ct.register(),Tt.register(),Rt.register(),q.register(),n.IgcShapeDataSourceModule.register()},t}(),xt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._token=null,e._expires=0,e._ssl=!1,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(t){this._token=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(t){this._expires=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(t){this._ssl=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),Gt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._name=null,e._tileInfo=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(t){this._name=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(t){this._tileInfo=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),Bt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._lods=null,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(t){this._lods=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),Dt=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e._level=0,e._resolution=0,e._scale=0,e}return e.__extends(i,t),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(t){this._level=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(t){this._resolution=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(t){this._scale=t},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),Et=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),Nt=function(t){function i(e){var i=t.call(this,e)||this;return i.ch=null,i.ch=e,i}return e.__extends(i,t),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),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),Ut=function(t){function i(){var e=t.call(this)||this;return e.b=null,e.a=null,e.a=new n.List$1(n.String_$type,0),e}return e.__extends(i,t),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),qt=function(t){function i(){var e=t.call(this)||this;return e.a=null,e.a=new n.List$1(Ut.$,0),e}return e.__extends(i,t),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Lt=function(t){function i(){var e=t.call(this)||this;return e.a=null,e.a=new n.List$1(qt.$,0),e}return e.__extends(i,t),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Ft=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicMarkerSeriesBase",gt.$),i}(gt),Ht=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Ft.$),i}(Ft),Wt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=t}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pt),Xt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=t}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(Wt),Yt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),Zt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=t}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(L),Qt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Ft.$),i}(Ft),Kt=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=t}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(Wt),Jt=function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(i,t),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),te=function(t){function i(){return t.call(this)||this}return e.__extends(i,t),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){t.prototype.disconnectedCallback&&t.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var t=n.getAllPropertyNames(i),e=0;e<t.length;e++)t[e]=n.toSpinal(t[e]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=t}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);t.ArcGISOnlineMapImagery=z,t.BingMapsImageryStyle=M,t.BingMapsImageryStyle_$type=I,t.BingMapsMapImagery=R,t.BingMapsMapImageryView=O,t.BingResourceSet=qt,t.BingResponse=Lt,t.CustomMapImagery=E,t.GeographicContourLineSeries=jt,t.GeographicContourLineSeriesView=$t,t.GeographicHighDensityScatterSeries=Mt,t.GeographicHighDensityScatterSeriesView=Pt,t.GeographicMapImagery=y,t.GeographicMapImageryView=d,t.GeographicMapSeriesHost=p,t.GeographicMarkerSeries=gt,t.GeographicMarkerSeriesBase=Ft,t.GeographicPolylineSeries=J,t.GeographicPolylineSeriesView=K,t.GeographicProportionalSymbolSeries=yt,t.GeographicProportionalSymbolSeriesBase=Ht,t.GeographicProportionalSymbolSeriesBaseView=Et,t.GeographicProportionalSymbolSeriesView=ft,t.GeographicScatterAreaSeries=w,t.GeographicScatterAreaSeriesView=m,t.GeographicShapeSeries=Y,t.GeographicShapeSeriesBase=H,t.GeographicShapeSeriesBaseBase=Yt,t.GeographicShapeSeriesBaseBaseView=Nt,t.GeographicShapeSeriesBaseView=W,t.GeographicShapeSeriesView=X,t.GeographicSymbolSeries=St,t.GeographicSymbolSeriesBase=Qt,t.GeographicSymbolSeriesBaseView=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=U,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=q,t.IgcGeographicMapImagery=$,t.IgcGeographicMapModule=At,t.IgcGeographicMapSeriesHostComponent=L,t.IgcGeographicMarkerSeriesBaseComponent=Wt,t.IgcGeographicMarkerSeriesComponent=pt,t.IgcGeographicPolylineSeriesComponent=tt,t.IgcGeographicPolylineSeriesModule=et,t.IgcGeographicProportionalSymbolSeriesBaseComponent=Xt,t.IgcGeographicProportionalSymbolSeriesComponent=dt,t.IgcGeographicProportionalSymbolSeriesModule=bt,t.IgcGeographicScatterAreaSeriesComponent=kt,t.IgcGeographicScatterAreaSeriesModule=Ct,t.IgcGeographicShapeSeriesBaseBaseComponent=Zt,t.IgcGeographicShapeSeriesBaseComponent=F,t.IgcGeographicShapeSeriesComponent=Z,t.IgcGeographicShapeSeriesModule=Q,t.IgcGeographicSymbolSeriesBaseComponent=Kt,t.IgcGeographicSymbolSeriesComponent=vt,t.IgcGeographicSymbolSeriesModule=_t,t.IgcGeographicTileSeriesComponent=ut,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=ct,t.ImageTilesReadyEventArgs=u,t.ImageryMetadata=Ut,t.ImagesChangedEventArgs=h,t.LevelOfDetailResponseModel=Dt,t.MapBackgroundTilingMode=a,t.MapBackgroundTilingMode_$type=s,t.MapResizeBehavior=r,t.MapResizeBehavior_$type=o,t.MapServerResponseModel=Gt,t.OpenStreetMapImagery=v,t.SphericalMercatorHorizontalScaler=l,t.SphericalMercatorVerticalScaler=c,t.SubDomainsCollection=j,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(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})}));
|